@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 wikidata: <http://www.wikidata.org/entity/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:civic.vid .

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

bioregistry.metaresource:wikidata dcterms:hasPart wikidata:P3329 .

bioregistry:civic.vid a bioregistry.schema:0000001 ;
    rdfs:label "CIViC variant" ;
    dcterms:description "CIViC variants are usually genomic alterations, including single nucleotide variants (SNVs), insertion/deletion events (indels), copy number alterations (CNV’s such as amplification or deletion), structural variants (SVs such as translocations and inversions), and other events that differ from the “normal” genome. In some cases a CIViC variant may represent events of the transcriptome or proteome. For example, ‘expression’ or ‘over-expression’ is a valid variant. Regardless of the variant, it must have a Predictive, Prognostic, Predisposing, Diagnostic, Oncogenic, or Functional relevance that is clinical in nature to be entered in CIViC. i.e. There must be some rationale for why curation of this variant could ultimately aid clinical decision making."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch wikidata:P3329,
        miriam:civic.vid ;
    foaf:homepage <https://civicdb.org/> ;
    bioregistry.schema:0000005 "12"^^xsd:string ;
    bioregistry.schema:0000006 "https://civicdb.org/links/variant/$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.variant" ;
    bioregistry.schema:0000024 "https://civicdb.org/links/variant/"^^xsd:string ;
    bioregistry.schema:0000026 <https://ror.org/https://ror.org/01yc7t268> ;
    bioregistry.schema:0000027 <https://civicdb.org/links/variant/12> ;
    bioregistry.schema:0000029 "civic.vid" .

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

wikidata:P3329 dcterms:isPartOf bioregistry.metaresource:wikidata .

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

