@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/e2dfd78b-a8c1-4e24-9458-ad215cd3fe69> a dcat:Dataset ;
    dct:creator [ a foaf:Agent ;
            dct:identifier <http://example.com> ;
            foaf:name "Lamis Elkeir" ],
        [ a foaf:Agent ;
            dct:identifier <http://example.com> ;
            foaf:name "Hyam Ali" ] ;
    dct:description ""@en,
        """This dataset provides the first comprehensive collection of histopathological images for the study and automated diagnosis of mycetoma, a neglected tropical disease. \r
The dataset includes 864 microscopic images from 142 patients, annotated with binary masks for grain detection and segmentation. The images represent both eumycetoma (fungal, FM) and actinomycetoma (bacterial, BM) cases, offering a valuable resource for developing and evaluating AI models for disease classification and segmentation tasks. This dataset supports the advancement of digital pathology solutions."""@nl ;
    dct:identifier <https://xnat-acc.health-ri.nl/data/archive/projects/africai_miccai2024_maIcetoma> ;
    dct:issued "2024-12-09T10:47:27+00:00"^^xsd:dateTime ;
    dct:language <http://id.loc.gov/vocabulary/iso639-1/en> ;
    dct:modified "2024-12-09T10:47:27+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,
        "MyData: A Comprehensive Database of Mycetoma Tissue Microscopic Images"@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:keyword "Classification"@nl,
        "Histopathology"@nl,
        "Microscopic"@nl,
        "Mycetoma"@nl,
        "Segmentation"@nl,
        "diagnosis"@nl,
        "images"@nl ;
    dcat:theme <http://publications.europa.eu/resource/authority/data-theme/HEAL> .

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

