@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@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:mgnifygenome .

bioregistry.metaresource:miriam dcterms:hasPart miriam:mgnify.genome .

bioregistry:mgnifygenome a bioregistry.schema:0000001 ;
    rdfs:label "MGnify Genome" ;
    dcterms:description """The free-to-use MGnify platform provides assembly, analysis and archiving of microbiome-derived nucleic acid sequence data from a wide range of biomes, with analysis results providing taxonomic and functional
profiles. The platform also includes MGnify Proteins, a database of protein sequences derived from the analysis of metagenomic assemblies, and MGnify Genomes, a resource of biome-specific catalogues of microbial genomes, including extensive functional annotations."""^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch miriam:mgnify.genome ;
    foaf:homepage <https://www.ebi.ac.uk/metagenomics> ;
    bioregistry.schema:0000005 "MGYG000004903"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.ebi.ac.uk/metagenomics/genomes/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^MGYG\\d{9}(\\.\\d+)?$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://www.ebi.ac.uk/metagenomics/genomes/"^^xsd:string ;
    bioregistry.schema:0000027 <https://www.ebi.ac.uk/metagenomics/genomes/MGYG000004903> ;
    bioregistry.schema:0000029 "mgnifygenome" .

miriam:mgnify.genome dcterms:isPartOf bioregistry.metaresource:miriam .

