@prefix biocontext: <https://bioregistry.io/metaregistry/biocontext/> .
@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix miriam: <https://registry.identifiers.org/registry/> .
@prefix n2t: <https://bioregistry.io/metaregistry/n2t/resolve/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:GDC .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:gdc .

bioregistry.metaresource:miriam dcterms:hasPart miriam:gdc .

bioregistry.metaresource:n2t dcterms:hasPart n2t:gdc .

bioregistry:gdc a bioregistry.schema:0000001 ;
    rdfs:label "Genomic Data Commons Data Portal" ;
    dcterms:description "The GDC Data Portal is a robust data-driven platform that allows cancer researchers and bioinformaticians to search and download cancer data for analysis."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:GDC,
        n2t:gdc,
        miriam:gdc ;
    foaf:homepage <https://gdc.cancer.gov> ;
    bioregistry.schema:0000005 "ae8c77fe-e6c8-44d5-8265-4a38c637bbef"^^xsd:string ;
    bioregistry.schema:0000006 "https://portal.gdc.cancer.gov/cases/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^[a-z0-9]{8}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{12}$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://portal.gdc.cancer.gov/cases/"^^xsd:string ;
    bioregistry.schema:0000027 <https://portal.gdc.cancer.gov/cases/ae8c77fe-e6c8-44d5-8265-4a38c637bbef> ;
    bioregistry.schema:0000029 "gdc" .

biocontext:GDC dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:gdc dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:gdc dcterms:isPartOf bioregistry.metaresource:miriam .

