@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix cellosaurus.resource: <https://bioregistry.io/metaregistry/cellosaurus/resolve/> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix integbio: <https://catalog.integbio.jp/dbcatalog/en/record/> .
@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:bioregistry dcterms:hasPart bioregistry:dbmhc .

bioregistry.metaresource:cellosaurus dcterms:hasPart cellosaurus.resource:dbMHC .

bioregistry.metaresource:integbio dcterms:hasPart integbio:nbdc01831 .

bioregistry:dbmhc a bioregistry.schema:0000001 ;
    rdfs:label "Database of human Major Histocompatibility Complex" ;
    dcterms:description "dbMHC provides access to HLA sequences, tools to support genetic testing of HLA loci, HLA allele and haplotype frequencies of over 90 populations worldwide, as well as clinical datasets on nematopoietic stem cell transplantation, and insulin dependant diabetes mellitus (IDDM), Rheumatoid Arthritis (RA), Narcolepsy and Spondyloarthropathy. All clinical datasets housed at the dbMHC provide access to genotypic and phenotypic data on anonimyzed samples with aggregate query functions, and complete download capability."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch cellosaurus.resource:dbMHC,
        integbio:nbdc01831 ;
    dcat:keyword "expression",
        "genome/gene",
        "health/disease",
        "protein",
        "sequence" ;
    foaf:homepage <https://www.ncbi.nlm.nih.gov/gv/mhc/> ;
    bioregistry.schema:0000005 "48439"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 true ;
    bioregistry.schema:0000018 bioregistry:cellosaurus ;
    bioregistry.schema:0000029 "dbmhc" .

cellosaurus.resource:dbMHC dcterms:isPartOf bioregistry.metaresource:cellosaurus .

integbio:nbdc01831 dcterms:isPartOf bioregistry.metaresource:integbio .

