@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/de55818b-97db-461a-85fe-37f0c8ec4a24> a dcat:Dataset ;
    dct:creator [ a foaf:Agent ;
            dct:identifier <http://example.com> ;
            foaf:name "Neeltje Steeghs" ] ;
    dct:description "In 2014 the Dutch GIST Consortium (DGC), consisting of the five leading GIST centers in the Netherlands, has initiated the Dutch GIST Registry (DGR). The GIST registry includes a retrospective dataset as well as a prospective dataset. The goal is to couple clinical data to a GIST imaging database using XNAT. This information could be used by investigators from the 5 GIST centers to answer research questions."@en,
        ""@nl ;
    dct:identifier <https://xnat-acc.health-ri.nl/data/archive/projects/C14GIST_UMCL> ;
    dct:issued "2024-12-05T20:15:02+00:00"^^xsd:dateTime ;
    dct:language <http://id.loc.gov/vocabulary/iso639-1/en> ;
    dct:modified "2024-12-05T20:15:02+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 "GIST imaging database UMCL"@en,
        ""@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 .

