@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@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:g2p .

bioregistry:g2p a bioregistry.schema:0000001 ;
    rdfs:label "Gene2Phenotype" ;
    dcterms:contributor orcid:0009-0004-3248-9223 ;
    dcterms:description "Identifiers correspond to gene-disease models for assisting in the identification of causative variants and accelerating the diagnosis of genetic disorders"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    dcat:keyword "clinical diagnostics",
        "disease genetics",
        "genomic variant filtering" ;
    foaf:homepage <https://www.ebi.ac.uk/gene2phenotype> ;
    bioregistry.schema:0000005 "G2P02419"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.ebi.ac.uk/gene2phenotype/lgd/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^G2P\\d{5}$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-8350-1235 ;
    bioregistry.schema:0000021 orcid:0000-0001-9439-5346 ;
    bioregistry.schema:0000024 "https://www.ebi.ac.uk/gene2phenotype/lgd/"^^xsd:string ;
    bioregistry.schema:0000027 <https://www.ebi.ac.uk/gene2phenotype/lgd/G2P02419> ;
    bioregistry.schema:0000029 "g2p" .

orcid:0000-0001-9439-5346 rdfs:label "Benjamin M. Gyori" ;
    foaf:mbox "b.gyori@northeastern.edu" .

orcid:0000-0002-8350-1235 rdfs:label "Sarah E. Hunt" ;
    foaf:mbox "seh@ebi.ac.uk" .

orcid:0009-0004-3248-9223 rdfs:label "Hetvi Khamar" ;
    foaf:mbox "khamar.he@northeastern.edu" .

