@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://catalogue.itineris.cnr.it/catalog/dataset/dc8d17d5-8bcc-434e-9def-dc6e1be7bdd0> a dcat:Dataset ;
    dct:description """Use this template to describe a static map (eg. PDF or image)
          or an interactive map (eg. WMC).""" ;
    dct:identifier "8f8c4fdc-9e30-40e2-afee-28852448f2bc" ;
    dct:issued "2026-06-27T04:00:10.695290"^^xsd:dateTime ;
    dct:modified "2026-06-30T04:15:10.543326"^^xsd:dateTime ;
    dct:publisher <https://catalogue.itineris.cnr.it/catalog/organization/e64e2f74-90ea-4e47-a7c7-5b092b93f2ac> ;
    dct:title "Template for map" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Geonetwork Harvester" ] .

<https://catalogue.itineris.cnr.it/catalog/organization/e64e2f74-90ea-4e47-a7c7-5b092b93f2ac> a foaf:Agent ;
    foaf:name "CLIMA" .

