@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix healthdcatap: <http://healthdataportal.eu/ns/health#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@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.hiqa.staging.derilinx.com/dataset/8841b215-2b59-4b9b-ad32-e192ab95aa88> a dcat:Dataset ;
    healthdcatap:healthCategory <http://health.europa.eu/ehds/category/ehr>,
        <http://health.europa.eu/ehds/category/public-health>,
        <http://health.europa.eu/theme/infectious-disease> ;
    healthdcatap:maxTypicalAge "75"^^xsd:nonNegativeInteger ;
    healthdcatap:minTypicalAge "15"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfRecords "23262"^^xsd:nonNegativeInteger ;
    healthdcatap:numberOfUniqueIndividuals "488779"^^xsd:nonNegativeInteger ;
    dct:accessRights <http://publications.europa.eu/resource/authority/access-right/RESTRICTED> ;
    dct:accrualPeriodicity <http://publications.europa.eu/resource/authority/frequency/QUARTERLY> ;
    dct:description """The European Social Survey (ESS) is an academically driven cross-national survey that has been conducted across Europe every two years since 2002/03.

It was developed to offer academics and researchers a reliable dataset that measures the attitudes and behaviours of the general population both across and within European countries.

The ESS was awarded European Research Infrastructure Consortium (ERIC) status in 2013. The ESS ERIC Headquarters are hosted by, City, University of London (UK).

**Purpose:** The overall purpose and objective of the data collection. 

 to chart stability and change in social structure, conditions and attitudes in Europe and to interpret how Europe’s social, political and moral fabric is changing
 to achieve and spread higher standards of rigour in cross-national research in the social sciences, including for example, questionnaire design and pre-testing, sampling, data collection, reduction of bias and the reliability of questions
 to introduce soundly-based indic

**Coverage:** 38 European countries (including Ireland) have participated in at least one round since 2002/03; 32 countries (including Ireland) are participating in ESS Round 10 (2020-22).""" ;
    dct:identifier "NDC-0030" ;
    dct:issued "2001-01-01"^^xsd:date ;
    dct:language <http://publications.europa.eu/resource/authority/language/ENG> ;
    dct:modified "2024-09-19"^^xsd:date ;
    dct:provenance [ a dct:ProvenanceStatement ;
            rdfs:label """Primarily designed as a time series, the questionnaire is asked to a newly selected representative sample of adults aged 15+ in each country, chosen using strict probability methods. Up until Round 10, data collection took place during face-to-face interviews only every two years.

Due to the pandemic affecting Round 10 data collection, self-completion data collection methods (online and postal questionnaires) have been completed in some countries.""" ],
        [ a dct:ProvenanceStatement ;
            rdfs:label """Primarily designed as a time series, the questionnaire is asked to a newly selected representative sample of adults aged 15+ in each country, chosen using strict probability methods. Up until Round 10, data collection took place during face-to-face interviews only every two years.

Due to the pandemic affecting Round 10 data collection, self-completion data collection methods (online and postal questionnaires) have been completed in some countries.""" ] ;
    dct:publisher [ a foaf:Agent ;
            dct:type <http://purl.org/adms/publishertype/NationalAuthority> ;
            foaf:name "European Social Survey ERIC" ],
        [ a foaf:Agent ;
            dct:type <http://purl.org/adms/publishertype/NationalAuthority> ;
            foaf:name "European Social Survey ERIC" ] ;
    dct:spatial <http://publications.europa.eu/resource/authority/country/IRL> ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:endDate "2025-08-30"^^xsd:date ;
            dcat:startDate "2001-01-01"^^xsd:date ],
        [ a dct:PeriodOfTime ;
            dcat:endDate "2025-08-30"^^xsd:date ;
            dcat:startDate "2001-01-01"^^xsd:date ] ;
    dct:title "European Social Survey (ESS)" ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:fn "European Social Survey ERIC" ;
            vcard:hasEmail <mailto:data@european-social-surv.ie> ],
        [ a vcard:Kind ;
            vcard:fn "European Social Survey ERIC" ;
            vcard:hasEmail <mailto:data@european-social-surv.ie> ] ;
    dcat:keyword "EHDS",
        "health",
        "healthcare",
        "public-health",
        "surveillance" ;
    dcat:theme <http://publications.europa.eu/resource/authority/data-theme/HEAL> .

<http://publications.europa.eu/resource/authority/access-right/RESTRICTED> a dct:RightsStatement .

<http://publications.europa.eu/resource/authority/country/IRL> a dct:Location ;
    skos:prefLabel "Ireland" .

<http://publications.europa.eu/resource/authority/frequency/QUARTERLY> a dct:Frequency .

<http://publications.europa.eu/resource/authority/language/ENG> a dct:LinguisticSystem .

