@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns0: <http://www.w3.org/ns/adms#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .

<http://switch.cmcc.it/dataset/25>
  a dcat:Dataset ;
  dc:accessRights <http://publications.europa.eu/resource/authority/access-right/PUBLIC> ;
  dc:description "Food habits survey for European citizens"^^xsd:string ;
  dc:identifier "SWITCH_SURVEY_001"^^xsd:string ;
  dc:issued "2025-07-01"^^xsd:date ;
  dc:language <http://publications.europa.eu/resource/authority/language/ENG>, <http://publications.europa.eu/resource/authority/language/FRA>, <http://publications.europa.eu/resource/authority/language/DEU>, <http://publications.europa.eu/resource/authority/language/ITA>, <http://publications.europa.eu/resource/authority/language/SPA>, <http://publications.europa.eu/resource/authority/language/SWE> ;
  dc:modified "2026-04-14"^^xsd:date ;
  dc:provenance [
    a dc:ProvenanceStatement ;
    rdfs:label "Survey distributed among the SWITCH food Hub countries in order to collect info on food habits of the European citizens"^^xsd:string
  ] ;
  dc:publisher [
    a foaf:Agent ;
    foaf:name "CMCC"^^xsd:string
  ] ;
  dc:spatial [
    a dc:Location ;
    skos:prefLabel "Europe"^^xsd:string
  ] ;
  dc:temporal [
    a dc:PeriodOfTime ;
    dcat:endDate "2026-12-31"^^xsd:date ;
    dcat:startDate "2025-07-01"^^xsd:date
  ] ;
  dc:title "SWITCH_WP6_ML_survey"^^xsd:string ;
  ns0:versionNotes "First version"^^xsd:string ;
  dcat:contactPoint [
    a vcard:Kind ;
    vcard:fn "Letizia Andriani"^^xsd:string ;
    vcard:hasEmail <mailto:letizia.andriani@cmcc.it>
  ] ;
  dcat:distribution [
    a dcat:Distribution ;
    dc:format <http://publications.europa.eu/resource/authority/file-type/XLSX> ;
    dc:license <http://publications.europa.eu/resource/authority/licence/CC_BY_4_0> ;
    dcat:accessURL <http://switch.cmcc.it/public-datasets/25/download/> ;
    dcat:downloadURL <http://switch.cmcc.it/public-datasets/25/download/> ;
    dcat:mediaType <https://www.iana.org/assignments/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml.sheet>
  ] ;
  dcat:theme <http://publications.europa.eu/resource/authority/data-theme/HEAL>, <http://publications.europa.eu/resource/authority/data-theme/AGRI>, <http://publications.europa.eu/resource/authority/data-theme/SOCI> ;
  dcat:version "1.0"^^xsd:string .
