@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:zazuko a bioregistry.schema:0000002 ;
    rdfs:label "Zazuko Prefix Server" ;
    dc:description "This service fills a gap between services like prefix.cc and LOV or looking up the original vocabulary specification. Not all vocabularies (or schema or ontology, whatever you want to call them) provide an HTML view. If you resolve some of the common prefixes all you get back is some RDF serialization which is not ideal. (from <https://prefix.zazuko.com/about>)" ;
    foaf:homepage "https://prefix.zazuko.com/" ;
    bioregistry.schema:0000005 "frbr" ;
    bioregistry.schema:0000006 "https://prefix.zazuko.com/prefix/$1:" ;
    bioregistry.schema:0000007 "https://prefix.zazuko.com/$1:$2" ;
    bioregistry.schema:0000019 orcid:0000-0002-2079-9636 .

orcid:0000-0002-2079-9636 rdfs:label "Adrian Gschwend" ;
    foaf:mbox "ktk@netlabs.org" .

