@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:tcia.collection .

bioregistry:tcia.collection a bioregistry.schema:0000001 ;
    rdfs:label "The Cancer Imaging Archive" ;
    dcterms:contributor orcid:0000-0003-3573-3565 ;
    dcterms:description "The Cancer Imaging Archive (TCIA) is a publicly accessible service that de-identifies and hosts a large archive of medical images of cancer, organized into collections typically grouped by disease type, imaging modality, or research focus. Supporting data such as patient outcomes, treatment details, genomics, and expert image analyses are provided alongside the images when available."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    dcat:keyword "cancer",
        "project" ;
    foaf:homepage <https://www.cancerimagingarchive.net/browse-collections/> ;
    bioregistry.schema:0000005 "vestibular-schwannoma-seg"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.cancerimagingarchive.net/collection/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^[A-Za-z0-9][A-Za-z0-9_\\-\\.]*[A-Za-z0-9]$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000021 orcid:0000-0003-4423-4370 ;
    bioregistry.schema:0000024 "https://www.cancerimagingarchive.net/collection/"^^xsd:string ;
    bioregistry.schema:0000027 <https://www.cancerimagingarchive.net/collection/vestibular-schwannoma-seg> ;
    bioregistry.schema:0000029 "tcia.collection" .

orcid:0000-0003-3573-3565 rdfs:label "Robert Allaway" ;
    foaf:mbox "robert.allaway@sagebionetworks.org" .

orcid:0000-0003-4423-4370 rdfs:label "Charles Tapley Hoyt" ;
    foaf:mbox "cthoyt@gmail.com" .

