@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:pahg .

bioregistry:pahg a bioregistry.schema:0000001 ;
    rdfs:label "Phylogenomic Analysis of Human Genome" ;
    dcterms:contributor orcid:0009-0009-3402-8013 ;
    dcterms:description "Identifiers correspond to curated multigene families in the human genome from the Phylogenomic Analysis of Human Genome (PAHG) database, focusing on evolutionary relationships and gene duplication events across vertebrates."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    dcat:keyword "gene duplication",
        "human genome",
        "multigene families",
        "paralogons",
        "phylogenomics",
        "vertebrate evolution" ;
    foaf:homepage <https://www.pahgncb.com> ;
    bioregistry.schema:0000005 "92"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.pahgncb.com/genomedb/public/genefamily/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-9922-9723 ;
    bioregistry.schema:0000021 orcid:0000-0003-4423-4370 ;
    bioregistry.schema:0000024 "https://www.pahgncb.com/genomedb/public/genefamily/"^^xsd:string ;
    bioregistry.schema:0000027 <https://www.pahgncb.com/genomedb/public/genefamily/92> ;
    bioregistry.schema:0000029 "pahg" .

orcid:0000-0002-9922-9723 rdfs:label "Yiming Bao" ;
    foaf:mbox "baoym@big.ac.cn" .

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

orcid:0009-0009-3402-8013 rdfs:label "Kangho Ji" ;
    foaf:mbox "ji.kang@northeastern.edu" .

