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

<https://catalogue.itineris.cnr.it/catalog/dataset/0d0c1d03-2f6c-4638-acc3-e12f86cd4274> a dcat:Dataset ;
    dct:description """The ISO19115 metadata standard is the preferred
          metadata
          standard to use. If unsure what templates to start with, use this
          one.""" ;
    dct:identifier "92acd5b0-b928-43c0-a31f-767655bc9d1a" ;
    dct:issued "2026-07-25T07:45:14.346817"^^xsd:dateTime ;
    dct:modified "2026-09-06T14:30:56.870551"^^xsd:dateTime ;
    dct:publisher <https://catalogue.itineris.cnr.it/catalog/organization/330d420a-5f46-4a8b-8c93-376cd7fe21b9> ;
    dct:spatial [ a dct:Location ;
            locn:geometry "POLYGON ((-180.0000 -90.0000, 180.0000 -90.0000, 180.0000 90.0000, -180.0000 90.0000, -180.0000 -90.0000))"^^gsp:wktLiteral ] ;
    dct:title """Template for Vector data in ISO19139
              (preferred!)""" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Geonetwork Harvester" ] ;
    dcat:keyword "World" .

<https://catalogue.itineris.cnr.it/catalog/organization/330d420a-5f46-4a8b-8c93-376cd7fe21b9> a foaf:Agent ;
    foaf:name "CZ" .

