@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:n2t a bioregistry.schema:0000002 ;
    rdfs:label "Name-to-Thing" ;
    dc:description "An ARK resolver as well as resolver built with common prefixes as in Identifiers.org" ;
    foaf:homepage "https://n2t.net" ;
    bioregistry.schema:0000005 "chebi" ;
    bioregistry.schema:0000006 "https://n2t.net/$1:" ;
    bioregistry.schema:0000007 "https://n2t.net/$1:$2" ;
    bioregistry.schema:0000019 orcid:0000-0001-7604-8041 .

orcid:0000-0001-7604-8041 rdfs:label "John Kunze" ;
    foaf:mbox "jak@ucop.edu" .

