@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/1a2e85b8-8c29-4014-bc09-4ddbb469e7dc> a dcat:Dataset ;
    dct:creator [ a foaf:Agent ;
            dct:identifier <http://example.com> ;
            foaf:name "Dr. ir. Stefan Klein" ] ;
    dct:description ""@en,
        "MRI data and segmentations used in the study by Hameeteman et al., \"Carotid wall volume quantification from magnetic resonance images using deformable model fitting and learning-based correction of systematic errors\", 2013. https://pubmed.ncbi.nlm.nih.gov/23417115/"@nl ;
    dct:identifier <https://xnat-acc.health-ri.nl/data/archive/projects/ergocar> ;
    dct:issued "2024-12-05T17:21:08+00:00"^^xsd:dateTime ;
    dct:language <http://id.loc.gov/vocabulary/iso639-1/en> ;
    dct:modified "2024-12-05T17:21:08+00:00"^^xsd:dateTime ;
    dct:provenance [ a dct:ProvenanceStatement ;
            rdfs:label ""@en,
                ""@nl ] ;
    dct:publisher [ a foaf:Agent ;
            dct:identifier <http://example.com> ;
            foaf:name "Example publisher list" ] ;
    dct:title ""@en,
        "ergocar"@nl ;
    adms:versionNotes ""@en,
        ""@nl ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:fn "Example Data Management office" ;
            vcard:hasEmail <mailto:datamanager@example.com> ;
            vcard:hasUID <http://example.com/> ] ;
    dcat:keyword "MRI"@nl,
        "atherosclerotis"@nl,
        "carotid"@nl,
        "segmentation"@nl ;
    dcat:theme <http://publications.europa.eu/resource/authority/data-theme/HEAL> .

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

