@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.tid .

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

bioregistry:civic.tid a bioregistry.schema:0000001 ;
    rdfs:label "CIViC Therapy" ;
    dcterms:description "Therapies (often drugs) in CIViC are associated with Predictive Evidence Types, which describe sensitivity, resistance or adverse response to therapies when a given variant is present. The Therapy field may also be used to describe more general treatment types and regimes, such as FOLFOX or Radiation, as long as the literature derived Evidence Item makes a scientific association between the Therapy (treatment type) and the presence of the variant."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch miriam:civic.tid ;
    foaf:homepage <https://civicdb.org/> ;
    bioregistry.schema:0000005 "14"^^xsd:string ;
    bioregistry.schema:0000006 "https://civicdb.org/links/drugs/$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.therapy" ;
    bioregistry.schema:0000024 "https://civicdb.org/links/drugs/"^^xsd:string ;
    bioregistry.schema:0000027 <https://civicdb.org/links/drugs/14> ;
    bioregistry.schema:0000029 "civic.tid" .

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

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

