@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

bioregistry.metaresource:miriam a bioregistry.schema:0000002 ;
    rdfs:label "Identifiers.org" ;
    dc:description "The Identifiers.org Resolution Service provides consistent access to life science data using Compact Identifiers. Compact Identifiers consist of an assigned unique prefix and a local provider designated accession number (prefix:accession)." ;
    foaf:homepage "https://identifiers.org" ;
    bioregistry.schema:0000005 "chebi" ;
    bioregistry.schema:0000006 "https://registry.identifiers.org/registry/$1" ;
    bioregistry.schema:0000007 "https://identifiers.org/$1:$2" ;
    bioregistry.schema:0000019 orcid:0000-0001-8479-0262 .

orcid:0000-0001-8479-0262 rdfs:label "Henning Hermjakob" ;
    foaf:mbox "hhe@ebi.ac.uk" .

