@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 ror: <https://ror.org/> .
@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.mpid .

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

bioregistry:civic.mpid a bioregistry.schema:0000001 ;
    rdfs:label "CIViC Molecular Profile" ;
    dcterms:description "CIViC Molecular Profiles are combinations of one or more CIViC variants. Most Molecular Profiles are “Simple” Molecular Profiles comprised of a single variant. In most cases, these can be considered equivalent to the CIViC concept of a Variant. However, increasingly clinical significance must be considered in the context of multiple variants simultaneously. Complex Molecular Profiles in CIViC allow for curation of such variant combinations. Regardless of the nature of the Molecular Profile (Simple or Complex), it must have a Predictive, Prognostic, Predisposing, Diagnostic, Oncogenic, or Functional clinical relevance to be entered in CIViC."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch miriam:civic.mpid ;
    foaf:homepage <https://civicdb.org/> ;
    bioregistry.schema:0000005 "559"^^xsd:string ;
    bioregistry.schema:0000006 "https://civicdb.org/links/molecular_profile/$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.molecularprofile" ;
    bioregistry.schema:0000024 "https://civicdb.org/links/molecular_profile/"^^xsd:string ;
    bioregistry.schema:0000026 ror:01yc7t268 ;
    bioregistry.schema:0000027 <https://civicdb.org/links/molecular_profile/559> ;
    bioregistry.schema:0000029 "civic.mpid" .

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

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

