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

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:gtr.condition .

bioregistry:gtr.condition a bioregistry.schema:0000001 ;
    rdfs:label "Genetic Testing Registry" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "The Genetic Testing Registry (GTR®) provides a central location for voluntary submission of genetic test information by providers. The scope includes the test's purpose, methodology, validity, evidence of the test's usefulness, and laboratory contacts and credentials. The overarching goal of the GTR is to advance the public health and research into the genetic basis of health and disease"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    foaf:homepage <https://www.ncbi.nlm.nih.gov/gtr/> ;
    bioregistry.schema:0000005 "AN0097748"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.ncbi.nlm.nih.gov/gtr/conditions/$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000018 bioregistry:mondo ;
    bioregistry.schema:0000023 "gtr",
        "medgen.gtr" ;
    bioregistry.schema:0000024 "https://www.ncbi.nlm.nih.gov/gtr/conditions/"^^xsd:string ;
    bioregistry.schema:0000027 <https://www.ncbi.nlm.nih.gov/gtr/conditions/AN0097748> ;
    bioregistry.schema:0000029 "gtr.condition" .

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

