@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/0aeae917-1e71-41e5-aa4a-ca4212a49f6a> a dcatapit:Dataset,
        dcat:Dataset ;
    dct:accrualPeriodicity <http://publications.europa.eu/resource/authority/frequency/ANNUAL> ;
    dct:description "test tag",
        "test tag"@it ;
    dct:identifier "test tag" ;
    dct:issued "2026-03-31T08:26:12.705226"^^xsd:dateTime ;
    dct:modified "2026-03-31T00:00:00"^^xsd:dateTime ;
    dct:publisher [ a dcatapit:Agent,
                foaf:Agent ;
            dct:identifier "" ;
            foaf:name ""@it ] ;
    dct:rightsHolder [ a dcatapit:Agent,
                foaf:Agent ;
            dct:identifier "000000000" ;
            foaf:name "Altro"@it ] ;
    dct:title "test tag",
        "test tag"@it ;
    dcat:contactPoint <https://ckan.sister.it/organization/45752586-0610-46de-b107-2f2d75cbef9d> ;
    dcat:distribution <https://ckan.sister.it/dataset/0aeae917-1e71-41e5-aa4a-ca4212a49f6a/resource/9943e275-2da1-4dee-9b71-03f51697bcb5>,
        <https://ckan.sister.it/dataset/0aeae917-1e71-41e5-aa4a-ca4212a49f6a/resource/d312f06a-3b36-4439-b241-8f5ed35f8cf2> ;
    dcat:keyword "test tag" ;
    dcat:landingPage <https://ckan.sister.it/dataset/test-tag> ;
    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/0aeae917-1e71-41e5-aa4a-ca4212a49f6a/resource/9943e275-2da1-4dee-9b71-03f51697bcb5> a dcatapit:Distribution,
        dcat:Distribution ;
    dct:description ""@it ;
    dct:format <http://publications.europa.eu/resource/authority/file-type/7Z> ;
    dct:issued "2026-03-31T08:26:20.120815"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2026-03-31T08:26:20.320857"^^xsd:dateTime ;
    dct:title ""@it .

<https://ckan.sister.it/dataset/0aeae917-1e71-41e5-aa4a-ca4212a49f6a/resource/d312f06a-3b36-4439-b241-8f5ed35f8cf2> a dcatapit:Distribution,
        dcat:Distribution ;
    dct:description ""@it ;
    dct:format <http://publications.europa.eu/resource/authority/file-type/7Z> ;
    dct:issued "2026-03-31T08:26:18.035100"^^xsd:dateTime ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    dct:modified "2026-03-31T08:26:20.116398"^^xsd:dateTime ;
    dct:title ""@it .

<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 .

