@prefix adms: <http://www.w3.org/ns/adms#> .
@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://fdp-acc.healthdata.nl/dataset/4a5e4c4c-c8bc-4f7f-b3d0-1cddc53f0cdc> a dcat:Dataset ;
    dct:creator [ a foaf:Agent ;
            dct:identifier <https://ror.org/05wg1m734> ;
            foaf:name "Academic Medical Center" ] ;
    dct:description ""@en,
        "The primary aim of the PRISMA study was to investigate the potential value of risk-tailored versus traditional breast cancer screening protocols in the Netherlands. Data collection took place between 2014-2019, resulting in ∼67,000 mammograms, ∼38,000 surveys, ∼10,000 blood samples and ∼600 saliva samples."@nl ;
    dct:identifier <https://example.com/dataset/ZLOYOJ> ;
    dct:issued "2024-07-01T11:11:11+00:00"^^xsd:dateTime ;
    dct:language <http://id.loc.gov/vocabulary/iso639-1/en> ;
    dct:modified "2024-06-04T13:36:10+00:00"^^xsd:dateTime ;
    dct:provenance [ a dct:ProvenanceStatement ;
            rdfs:label ""@en,
                ""@nl ] ;
    dct:publisher [ a foaf:Agent ;
            dct:identifier <https://ror.org/05wg1m734> ;
            foaf:name "Radboud University Medical Center" ] ;
    dct:title ""@en,
        "Questionnaire data of the Personalised RISk-based MAmmascreening Study (PRISMA)"@nl ;
    adms:versionNotes ""@en,
        ""@nl ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:fn "Data Access Committee of the x UMC" ;
            vcard:hasEmail <mailto:data-access-committee@xumc.nl> ;
            vcard:hasUID <https://ror.org/05wg1m734> ] ;
    dcat:distribution <https://fdp-acc.healthdata.nl/distribution/bf0f42e0-c0ca-4a2a-a4eb-32d2a65a1e50> ;
    dcat:theme <http://publications.europa.eu/resource/authority/data-theme/HEAL> .

<http://purl.org/NET/rdflicense/cc-zero1.0> a dct:LicenseDocument ;
    dct:type <http://purl.org/adms/licencetype/UnknownIPR> .

<https://example.com/dataset/PRISMA/questionnaire.csv> a rdfs:Resource .

<https://fdp-acc.healthdata.nl/distribution/bf0f42e0-c0ca-4a2a-a4eb-32d2a65a1e50> a dcat:Distribution ;
    dct:description ""@en,
        "CSV file containing the questionnaire data of the PRISMA study"@nl ;
    dct:issued "2026-04-17T10:34:27.870214"^^xsd:dateTime ;
    dct:language <http://id.loc.gov/vocabulary/iso639-1/en> ;
    dct:license <http://purl.org/NET/rdflicense/cc-zero1.0> ;
    dct:modified "2026-04-17T10:34:27.864488"^^xsd:dateTime ;
    dct:rights [ a dct:RightsStatement ;
            rdfs:label ""@en,
                ""@nl ] ;
    dct:title ""@en,
        "CSV-distribution of the questionnaire data of the Personalised RISk-based MAmmascreening Study (PRISMA)"@nl ;
    dcat:accessURL <https://example.com/dataset/PRISMA/questionnaire.csv> ;
    dcat:mediaType <https://www.iana.org/assignments/media-types/text/csv> .

<https://www.iana.org/assignments/media-types/text/csv> a dct:MediaType .

<http://id.loc.gov/vocabulary/iso639-1/en> a dct:LinguisticSystem .

