@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://datos.tenerife.es/dataset/f301be1e-0182-45fd-8377-87624a235c1e> a dcat:Dataset ;
    dct:accrualPeriodicity "P1D" ;
    dct:description "Precios orientativos por meses de productos hortofrutícolas de venta en Mercatenerife para el año indicado." ;
    dct:identifier "f301be1e-0182-45fd-8377-87624a235c1e" ;
    dct:issued "2026-04-20T12:30:28.298005"^^xsd:dateTime ;
    dct:language "es" ;
    dct:modified "2026-04-21T12:30:29.885165"^^xsd:dateTime ;
    dct:publisher <https://datos.tenerife.es/organization/1c788598-6d73-4a41-8d71-1c72645f4c53> ;
    dct:title "Precios diarios de productos hortofrutícolas en Mercatenerife (2026)" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Mercatenerife, S.A." ] ;
    dcat:keyword "alimentación",
        "cultivos" ;
    dcat:landingPage <https://mercatenerife.com/> .

<https://datos.tenerife.es/organization/1c788598-6d73-4a41-8d71-1c72645f4c53> a foaf:Agent ;
    foaf:name "Cabildo de Tenerife" .

<https://mercatenerife.com/> a foaf:Document .

