@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 fairsharing: <https://fairsharing.org/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:hdl .

bioregistry.metaresource:fairsharing dcterms:hasPart fairsharing:FAIRsharing.0b7e54 .

bioregistry:hdl a bioregistry.schema:0000001 ;
    rdfs:label "Handle" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "Welcome to the web site of the Handle.Net Registry (HNR), run by Corporation for National Research Initiatives (CNRI). CNRI is a Multi-Primary Administrator (MPA) of the Global Handle Registry (GHR), authorized by the DONA Foundation to allot prefixes to users of the Handle System. The DONA Foundation is a non-profit organization based in Geneva that has taken over responsibility for the evolution of CNRI's Digital Object (DO) Architecture including outreach around the world. One of the Foundation's responsibilities is to administer and maintain the overall operation of the GHR, a task that was previously performed by CNRI. (from website)"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch fairsharing:FAIRsharing.0b7e54 ;
    dcat:keyword "centrally registered identifier",
        "subject agnostic" ;
    foaf:homepage <https://www.handle.net/> ;
    bioregistry.schema:0000005 "2381/12775"^^xsd:string ;
    bioregistry.schema:0000006 "http://hdl.handle.net/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+/.+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000023 "handle" ;
    bioregistry.schema:0000024 "http://hdl.handle.net/"^^xsd:string ;
    bioregistry.schema:0000027 <http://hdl.handle.net/2381/12775> ;
    bioregistry.schema:0000029 "hdl" .

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

fairsharing:FAIRsharing.0b7e54 dcterms:isPartOf bioregistry.metaresource:fairsharing .

