@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/1e2244b0-083a-4390-bf71-f68e5e2bf533> 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 "27078c04-aff5-4dd1-85b7-81a71dd0bf68" ;
    dct:issued "2026-04-02T13:24:40.640316"^^xsd:dateTime ;
    dct:modified "2026-04-30T18:30:08.842274"^^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" .

