@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 dcterms: <http://purl.org/dc/terms/> .
@prefix edam: <http://edamontology.org/data_> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix miriam: <https://registry.identifiers.org/registry/> .
@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:ega .

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

bioregistry.metaresource:edam dcterms:hasPart edam:2383 .

bioregistry.metaresource:miriam dcterms:hasPart miriam:ega .

bioregistry:ega a bioregistry.schema:0000001 ;
    rdfs:label "European Genome-phenome Archive" ;
    dcterms:description "The European Genome-phenome Archive (EGA) is a global network for permanent archiving and sharing of personally identifiable genetic, phenotypic, and clinical data generated for the purposes of biomedical research projects or in the context of research-focused healthcare systems. Jointly managed by the European Bioinformatics Institute (EMBL-EBI) in Cambridge (UK) and the Centre for Genomic Regulation (CRG) in Barcelona."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch edam:2383,
        cellosaurus.resource:EGA,
        miriam:ega ;
    foaf:homepage <https://ega-archive.org/> ;
    bioregistry.schema:0000005 "EGAD00001008392"^^xsd:string ;
    bioregistry.schema:0000006 "https://ega-archive.org/identifiers/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^EGA[SCPNRXZDBF][0-9]{11}$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://ega-archive.org/identifiers/"^^xsd:string ;
    bioregistry.schema:0000027 <https://ega-archive.org/identifiers/EGAD00001008392> ;
    bioregistry.schema:0000029 "ega" .

edam:2383 dcterms:isPartOf bioregistry.metaresource:edam .

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

miriam:ega dcterms:isPartOf bioregistry.metaresource:miriam .

