@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 orcid: <https://orcid.org/> .
@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:bioregistry dcterms:hasPart bioregistry:civic.did .

bioregistry.metaresource:miriam dcterms:hasPart miriam:civic.did .

bioregistry:civic.did a bioregistry.schema:0000001 ;
    rdfs:label "CIViC Disease" ;
    dcterms:description "Within the CIViC database, the disease should be the cancer or cancer subtype that is a result of the described variant. The disease selected should be as specific as possible should reflect the disease type used in the source that supports the evidence statement."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch miriam:civic.did ;
    foaf:homepage <https://civicdb.org/> ;
    bioregistry.schema:0000005 "46"^^xsd:string ;
    bioregistry.schema:0000006 "https://civicdb.org/links/diseases/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^[0-9]+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-6388-446X ;
    bioregistry.schema:0000023 "civic.disease" ;
    bioregistry.schema:0000024 "https://civicdb.org/links/diseases/"^^xsd:string ;
    bioregistry.schema:0000027 <https://civicdb.org/links/diseases/46> ;
    bioregistry.schema:0000029 "civic.did" .

orcid:0000-0002-6388-446X rdfs:label "Malachi Griffith" ;
    foaf:mbox "mgriffit@wustl.edu" .

miriam:civic.did dcterms:isPartOf bioregistry.metaresource:miriam .

