@prefix biocontext: <https://bioregistry.io/metaregistry/biocontext/> .
@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 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:biocontext dcterms:hasPart biocontext:DECIPHER .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:decipher .

bioregistry:decipher a bioregistry.schema:0000001 ;
    rdfs:label "DECIPHER CNV Syndromes" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "CNV syndromes in the DECIPHER genomics database that are linked to Human Phenotype Ontology terms"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:DECIPHER ;
    foaf:homepage <https://www.deciphergenomics.org/> ;
    bioregistry.schema:0000005 "1"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.deciphergenomics.org/syndrome/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-0215-4084 ;
    bioregistry.schema:0000024 "https://www.deciphergenomics.org/syndrome/"^^xsd:string ;
    bioregistry.schema:0000027 <https://www.deciphergenomics.org/syndrome/1> ;
    bioregistry.schema:0000029 "decipher" .

orcid:0000-0002-0215-4084 rdfs:label "Jawahar Swaminathan" ;
    foaf:mbox "ganesh.swaminathan@sanger.ac.uk" .

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

biocontext:DECIPHER dcterms:isPartOf bioregistry.metaresource:biocontext .

