@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/d31a32f7-ab2d-4b6f-9243-0b931d475afc> a dcat:Dataset ;
    dct:creator [ a foaf:Agent ;
            dct:identifier <http://example.com> ;
            foaf:name "Ruben Dammers" ] ;
    dct:description ""@en,
        "The DECSA Study (DExamethasone therapy in symptomatic patients with Chronic Subdural hematoma) compares the effect of initial DXM therapy versus primary surgery on functional outcome and cost-effectiveness, in symptomatic patients with chronic subdural hematoma. We hypothesize that treatment with DXM is as effective as BHC, at lower costs. Secondary objectives are to compare the number of surgical intervention prevented in the intervention (DXM) group, haematoma recurrence and thickness, complications, mortality, quality of life, drug related adverse events, and duration of hospital stay"@nl ;
    dct:identifier <https://xnat-acc.health-ri.nl/data/archive/projects/decsa> ;
    dct:issued "2024-12-05T20:15:03+00:00"^^xsd:dateTime ;
    dct:language <http://id.loc.gov/vocabulary/iso639-1/en> ;
    dct:modified "2024-12-05T20:15:03+00:00"^^xsd:dateTime ;
    dct:provenance [ a dct:ProvenanceStatement ;
            rdfs:label ""@en,
                ""@nl ] ;
    dct:publisher [ a foaf:Agent ;
            dct:identifier <http://health-ri.nl> ;
            foaf:name "Health-RI" ] ;
    dct:title ""@en,
        "DECSA"@nl ;
    adms:versionNotes ""@en,
        ""@nl ;
    dcat:contactPoint [ a vcard:Kind ;
            vcard:fn "Health-RI servicedesk" ;
            vcard:hasEmail <mailto:servicedesk@health-ri.nl> ;
            vcard:hasUID <http://example.com/> ] ;
    dcat:theme <http://publications.europa.eu/resource/authority/data-theme/HEAL> .

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

