@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 orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:zazuko .

bioregistry:zazuko a bioregistry.schema:0000001 ;
    rdfs:label "Zazuko Prefix Server" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms: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>)"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    foaf:homepage <https://prefix.zazuko.com/> ;
    bioregistry.schema:0000005 "frbr"^^xsd:string ;
    bioregistry.schema:0000006 "https://prefix.zazuko.com/prefix/$1:"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-2079-9636 ;
    bioregistry.schema:0000024 "https://bioregistry.io/zazuko:"^^xsd:string ;
    bioregistry.schema:0000027 <https://prefix.zazuko.com/prefix/frbr:> ;
    bioregistry.schema:0000029 "zazuko" .

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

orcid:0000-0003-4423-4370 rdfs:label "Charles Tapley Hoyt" ;
    foaf:mbox "cthoyt@gmail.com" .

