## ---------------------------------------------------------
## NCCR Data Platform — DATMM Repository Record
## ---------------------------------------------------------
## The NCCR Data Platform is the repository that holds all
## 9 NCCR datasets. Users search or browse this repository
## to discover and request access to the datasets.
## ---------------------------------------------------------

@prefix datmm:  <http://id.nlm.nih.gov/datmm/> .
@prefix dct:    <http://purl.org/dc/terms/> .
@prefix foaf:   <http://xmlns.com/foaf/0.1/> .
@prefix xsd:    <http://www.w3.org/2001/XMLSchema#> .

<http://id.nlm.nih.gov/datmm/repository/nccr-data-platform> a datmm:Repository ;
    dct:title "National Childhood Cancer Registry (NCCR) Data Platform" ;
    dct:alternative "NCCR Data Platform" ;
    dct:identifier "https://nccrdataplatform.ccdi.cancer.gov" ;
    dct:description "A secure, interactive cloud platform for cohort discovery, data exploration and visualization, data access requests, and custom dataset generation. Provides de-identified cancer data for children, adolescents, and young adults (ages 0-39) from population-based registries and linked real-world health data sources." ;
    foaf:homepage <https://nccrdataplatform.ccdi.cancer.gov/home> .
