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

<https://data.gov.au/dataset/ef524d20-b099-57bc-88fe-7001f88177c3> a dcat:Dataset ;
    dct:description "This application predict the risk of progression from Mild Cognitive Impairment (MCI) to Alzheimer's Disease (AD) for a new subject using demographic and biological features such as cognitive performance (e.g. MMSE score ≥27, indicating relatively preserved cognitive function despite MCI diagnosis), genetic risk factors (e.g. APOE4 positive status, which increases AD risk) and biomarker measurements (e.g. low Aβ value ≤44, suggesting lower levels of amyloid-beta protein)" ;
    dct:identifier "ef524d20-b099-57bc-88fe-7001f88177c3" ;
    dct:issued "2025-09-20T14:50:08.254381"^^xsd:dateTime ;
    dct:modified "2025-09-20T14:50:08.254390"^^xsd:dateTime ;
    dct:publisher <https://data.gov.au/organization/aa2e8465-918a-44d1-aaab-34b7632fa3e5> ;
    dct:spatial [ a dct:Location ] ;
    dct:title "ADNeT MCI to AD Predictor" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Rosita Shishegar" ] .

<https://data.gov.au/organization/aa2e8465-918a-44d1-aaab-34b7632fa3e5> a foaf:Agent ;
    foaf:mbox "csiroenquiries@csiro.au" ;
    foaf:name "CSIRO Data Access Portal" .

