@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/b446fde4-b41a-4689-9ffd-ff8a99285b14> a dcatapit:Dataset,
        dcat:Dataset ;
    dct:accrualPeriodicity <http://publications.europa.eu/resource/authority/frequency/UNKNOWN> ;
    dct:description "This is a sample dataset created for testing the CKAN API.",
        "This is a sample dataset created for testing the CKAN API."@it ;
    dct:identifier "sample-dataset" ;
    dct:issued "2025-09-25T14:26:15.948929"^^xsd:dateTime ;
    dct:modified "2025-09-29T00:00:00"^^xsd:dateTime ;
    dct:publisher [ a dcatapit:Agent,
                foaf:Agent ;
            dct:identifier "" ;
            foaf:name ""@tr ] ;
    dct:rightsHolder [ a dcatapit:Agent,
                foaf:Agent ;
            dct:identifier "000000000" ;
            foaf:name "Altro"@it,
                "Altro"@tr ] ;
    dct:title "Sample Dataset for Testing",
        "Sample Dataset for Testing"@it ;
    owl:versionInfo "1.0" ;
    dcat:contactPoint <https://ckan.sister.it/organization/45752586-0610-46de-b107-2f2d75cbef9d> ;
    dcat:distribution <https://ckan.sister.it/dataset/b446fde4-b41a-4689-9ffd-ff8a99285b14/resource/0609a68f-d251-4c14-9751-e1e85189cc6e> ;
    dcat:keyword "sample",
        "test" ;
    dcat:landingPage <https://ckan.sister.it/dataset/sample-dataset> ;
    dcat:theme <http://publications.europa.eu/resource/authority/data-theme/ECON>,
        <http://publications.europa.eu/resource/authority/data-theme/GOVE> .

<http://publications.europa.eu/resource/authority/data-theme/ECON> a skos:Concept ;
    skos:prefLabel "Wirtschaft und Finanzen"@de,
        "Economy and finance"@en,
        "Economía y finanzas"@es,
        "Économie et finances"@fr,
        "Economia e finanze"@it .

<http://publications.europa.eu/resource/authority/data-theme/GOVE> a skos:Concept ;
    skos:prefLabel "Regierung und öffentlicher Sektor"@de,
        "Government and public sector"@en,
        "Gobierno y sector público"@es,
        "Gouvernement et secteur public"@fr,
        "Governo e settore pubblico"@it .

<https://ckan.sister.it/dataset/b446fde4-b41a-4689-9ffd-ff8a99285b14/resource/0609a68f-d251-4c14-9751-e1e85189cc6e> a dcatapit:Distribution,
        dcat:Distribution ;
    dct:description "A sample CSV file containing data." ;
    dct:format <http://publications.europa.eu/resource/authority/file-type/CSV> ;
    dct:issued "2025-09-25T14:26:15.950945"^^xsd:dateTime ;
    dct:license <https://w3id.org/italia/controlled-vocabulary/licences/C1_Unknown> ;
    dct:modified "2025-09-25T14:26:15.944500"^^xsd:dateTime ;
    dct:title "Sample CSV File" ;
    dcat:accessURL <https://example.com/data/sample.csv> .

<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://w3id.org/italia/controlled-vocabulary/licences/C1_Unknown> a dcatapit:LicenseDocument,
        dct:LicenseDocument ;
    dct:type <http://purl.org/adms/licencetype/UnknownIPR> ;
    foaf:name "Unknown IPR"@de,
        "Unknown IPR"@en,
        "Droits de propriété intellectuelle inconnus"@fr,
        "Licenza Sconosciuta"@it .

