@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcatapit: <http://dati.gov.it/onto/dcatapit#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://ckan.sister.it/dataset/f9383525-ed5e-4cd8-8c77-4f52d5bfba5d> a dcatapit:Dataset,
        dcat:Dataset ;
    dct:accrualPeriodicity <http://publications.europa.eu/resource/authority/frequency/ANNUAL> ;
    dct:description "Test WMS Perf",
        "Test WMS Perf"@it ;
    dct:identifier "wms_perf" ;
    dct:issued "2025-11-27T14:33:08.213280"^^xsd:dateTime ;
    dct:modified "2025-11-27T00:00:00"^^xsd:dateTime ;
    dct:publisher [ a dcatapit:Agent,
                foaf:Agent ;
            dct:identifier "" ;
            foaf:name ""@es ] ;
    dct:rightsHolder [ a dcatapit:Agent,
                foaf:Agent ;
            dct:identifier "000000000" ;
            foaf:name "Altro"@es,
                "Altro"@it ] ;
    dct:title "Test WMS Perf",
        "Test WMS Perf"@it ;
    dcat:contactPoint <https://ckan.sister.it/organization/45752586-0610-46de-b107-2f2d75cbef9d> ;
    dcat:distribution <https://ckan.sister.it/dataset/f9383525-ed5e-4cd8-8c77-4f52d5bfba5d/resource/eceec996-fa75-4915-93d4-e76b2164de14> ;
    dcat:landingPage <https://ckan.sister.it/dataset/test-wms-perf> ;
    dcat:theme <http://publications.europa.eu/resource/authority/data-theme/OP_DATPRO> .

<http://publications.europa.eu/resource/authority/data-theme/OP_DATPRO> a skos:Concept ;
    skos:prefLabel "Vorläufige Daten"@de,
        "Provisional data"@en,
        "Datos provisionales"@es,
        "Données provisoires"@fr,
        "Dati provvisori"@it .

<https://ckan.sister.it/dataset/f9383525-ed5e-4cd8-8c77-4f52d5bfba5d/resource/eceec996-fa75-4915-93d4-e76b2164de14> a dcatapit:Distribution,
        dcat:Distribution ;
    dct:description ""@it ;
    dct:format <http://publications.europa.eu/resource/authority/file-type/WMS_SRVC> ;
    dct:issued "2025-11-27T14:33:33.408360"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2025-11-27T14:33:33.699197"^^xsd:dateTime ;
    dct:title "WMSServer",
        "WMSServer"@it ;
    dcat:accessURL <https://portal.sister.it/arcgis/services/ECW2/MapServer/WMSServer> .

<https://ckan.sister.it/organization/45752586-0610-46de-b107-2f2d75cbef9d> a dcatapit:Organization,
        vcard:Kind,
        vcard:Organization ;
    vcard:fn "altro" ;
    vcard:hasEmail <email@example.org> ;
    vcard:hasTelephone "" ;
    vcard:hasURL <> .

<https://creativecommons.org/licenses/by/4.0/> a dcatapit:LicenseDocument,
        dct:LicenseDocument ;
    dct:type <http://purl.org/adms/licencetype/Attribution> ;
    owl:versionInfo "4.0" ;
    foaf:name "Creative Commons Namensnennung 4.0 International (CC BY 4.0)"@de,
        "Creative Commons Attribution 4.0 International (CC BY 4.0)"@en,
        "Creative Commons Attribution 4.0 International (CC BY 4.0)"@fr,
        "Creative Commons Attribuzione 4.0 Internazionale (CC BY 4.0)"@it .

