@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 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 miriam: <https://registry.identifiers.org/registry/> .
@prefix n2t: <https://bioregistry.io/metaregistry/n2t/resolve/> .
@prefix prefixcommons: <https://registry.bio2kg.org/resource/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix uniprot.resource: <https://www.uniprot.org/database/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:GENATLAS .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:genatlas .

bioregistry.metaresource:integbio dcterms:hasPart integbio:nbdc00275 .

bioregistry.metaresource:miriam dcterms:hasPart miriam:genatlas .

bioregistry.metaresource:n2t dcterms:hasPart n2t:genatlas .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:genatlas .

bioregistry.metaresource:uniprot dcterms:hasPart uniprot.resource:DB-0027 .

bioregistry:genatlas a bioregistry.schema:0000001 ;
    rdfs:label "Genatlas" ;
    dcterms:description "GenAtlas is a database containing information on human genes, markers and phenotypes."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:GENATLAS,
        n2t:genatlas,
        integbio:nbdc00275,
        prefixcommons:genatlas,
        miriam:genatlas,
        uniprot.resource:DB-0027 ;
    dcat:keyword "bibliography/documents",
        "disorder",
        "expression",
        "gene",
        "genome/gene",
        "health/disease",
        "human",
        "organism-specific databases",
        "phenotype",
        "protein",
        "rna",
        "sequence" ;
    foaf:homepage <http://genatlas.medecine.univ-paris5.fr/> ;
    bioregistry.schema:0000005 "HBB"^^xsd:string ;
    bioregistry.schema:0000006 "http://genatlas.medecine.univ-paris5.fr/fiche.php?symbol=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\w+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://genatlas.medecine.univ-paris5.fr/fiche.php?symbol="^^xsd:string ;
    bioregistry.schema:0000027 <http://genatlas.medecine.univ-paris5.fr/fiche.php?symbol=HBB> ;
    bioregistry.schema:0000029 "genatlas" .

biocontext:GENATLAS dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:genatlas dcterms:isPartOf bioregistry.metaresource:n2t .

integbio:nbdc00275 dcterms:isPartOf bioregistry.metaresource:integbio .

prefixcommons:genatlas dcterms:isPartOf bioregistry.metaresource:prefixcommons .

miriam:genatlas dcterms:isPartOf bioregistry.metaresource:miriam .

uniprot.resource:DB-0027 dcterms:isPartOf bioregistry.metaresource:uniprot .

