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

<https://data.gov.dk/dataset/4BA2EB93-B1C2-48F6-BF91-87EDCAE1DED8> a dcat:Dataset ;
    dct:accrualPeriodicity <http://publications.europa.eu/resource/authority/frequency/ANNUAL> ;
    dct:description "Opgørelserne viser hospitalskontakter samt behandling som følge af alkohol opdelt på region, kommune, alder, køn og år. Der findes data for perioden 2006 og frem." ;
    dct:identifier "4BA2EB93-B1C2-48F6-BF91-87EDCAE1DED8" ;
    dct:issued "2024-03-26T08:38:01.777238"^^xsd:dateTime ;
    dct:modified "2024-03-26T08:38:01.777247"^^xsd:dateTime ;
    dct:publisher <https://data.gov.dk/id/organization/agent-D7CC3CF2-DBC0-40AF-872A-C2E50AEC33F0> ;
    dct:spatial <http://publications.europa.eu/resource/authority/country/DNK> ;
    dct:title "Det nationale alkoholbehandlingsregister" ;
    dcat:contactPoint <https://data.gov.dk/id/thing/contact-D81B46C2-3D81-4441-91FF-BA7D3FA4E740> ;
    dcat:distribution <https://data.gov.dk/distribution/alkoholbehandlingsregister_html> ;
    dcat:keyword "Sundhed" ;
    dcat:landingPage <https://www.esundhed.dk/Emner/Hvad-doer-vi-af/Alkohol> ;
    dcat:theme <http://publications.europa.eu/resource/authority/data-theme/HEAL> .

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

<https://data.gov.dk/distribution/alkoholbehandlingsregister_html> a dcat:Distribution ;
    dct:description "På eSundhed kan data tilgås via webside" ;
    dct:format "HTML" ;
    dct:issued "2024-03-26T08:38:01.778983"^^xsd:dateTime ;
    dct:modified "2024-03-26T08:38:01.774707"^^xsd:dateTime ;
    dct:title "Websidevisning" ;
    dcat:accessURL <https://www.esundhed.dk/Emner/Hvad-doer-vi-af/Alkohol> .

<https://data.gov.dk/id/organization/agent-D7CC3CF2-DBC0-40AF-872A-C2E50AEC33F0> a foaf:Agent ;
    dct:type <http://purl.org/adms/publishertype/NationalAuthority> ;
    foaf:name "Sundhedsdatastyrelsen" .

<https://data.gov.dk/id/thing/contact-D81B46C2-3D81-4441-91FF-BA7D3FA4E740> a vcard:Organization ;
    vcard:fn "Sundhedsdatastyrelsen" ;
    vcard:hasEmail <mailto:eSundhed@sundhedsdata.dk> .

<https://www.esundhed.dk/Emner/Hvad-doer-vi-af/Alkohol> a rdfs:Resource,
        foaf:Document .

