@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/1bf86a40-fc96-4327-8642-7179967c6777> a dcat:Dataset ;
    dct:creator [ a foaf:Agent ;
            dct:identifier <http://example.com> ;
            foaf:name "Mahlet Birhanu" ],
        [ a foaf:Agent ;
            dct:identifier <http://example.com> ;
            foaf:name "Dr. Martijn Starmans" ] ;
    dct:description ""@en,
        """The Cancer Genome Atlas Colon Adenocarcinoma (TCGA-COAD) imaging data includes CT images of the colon and is part of a larger effort to build a research community focused on connecting cancer phenotypes to genotypes by providing clinical images matched to subjects with radiological data.\r
\r
This collection is related to EOSC4Cancer and serves as a pilot for WP2 where the radiological data resides on XNAT and the genetic/pathological data resides on cBioPortal with the aim of linking XNAT and cBioPortal on subject level.\r
\r
The dataset is freely available under the following license.\r
LICENSE - CC BY 3.0 DEED https://creativecommons.org/licenses/by/3.0/"""@nl ;
    dct:identifier <https://xnat-acc.health-ri.nl/data/archive/projects/eosc4cancer_tcga_coad> ;
    dct:issued "2024-12-05T17:21:07+00:00"^^xsd:dateTime ;
    dct:language <http://id.loc.gov/vocabulary/iso639-1/en> ;
    dct:modified "2024-12-05T17:21:07+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,
        "EOSC4Cancer_TCGA_COAD"@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:theme <http://publications.europa.eu/resource/authority/data-theme/HEAL> .

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

