@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 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 ror: <https://ror.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:MIRIAM.RESOURCE .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:miriam.resource .

bioregistry.metaresource:miriam dcterms:hasPart miriam:miriam.resource .

bioregistry.metaresource:n2t dcterms:hasPart n2t:miriam.resource .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:miriam.resource .

bioregistry:miriam.resource a bioregistry.schema:0000001 ;
    rdfs:label "MIRIAM Legacy Registry Identifier" ;
    dcterms:description "MIRIAM Registry is an online resource created to catalogue data types (Gene Ontology, Taxonomy or PubMed are some examples), their URIs and the corresponding resources (or physical locations), whether these are controlled vocabularies or databases."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:MIRIAM.RESOURCE,
        n2t:miriam.resource,
        prefixcommons:miriam.resource,
        miriam:miriam.resource ;
    dcat:keyword "registry" ;
    foaf:homepage <https://www.ebi.ac.uk/miriam/> ;
    bioregistry.schema:0000005 "00100005"^^xsd:string ;
    bioregistry.schema:0000006 "https://resolver.api.identifiers.org/resolveMirId/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^001\\d{5}$"^^xsd:string ;
    bioregistry.schema:0000012 true ;
    bioregistry.schema:0000024 "https://resolver.api.identifiers.org/resolveMirId/"^^xsd:string ;
    bioregistry.schema:0000026 ror:02catss52 ;
    bioregistry.schema:0000027 <https://resolver.api.identifiers.org/resolveMirId/00100005> ;
    bioregistry.schema:0000029 "miriam.resource" .

biocontext:MIRIAM.RESOURCE dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:miriam.resource dcterms:isPartOf bioregistry.metaresource:n2t .

prefixcommons:miriam.resource dcterms:isPartOf bioregistry.metaresource:prefixcommons .

miriam:miriam.resource dcterms:isPartOf bioregistry.metaresource:miriam .

