@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:prefixcommons a bioregistry.schema:0000002 ;
    rdfs:label "Prefix Commons" ;
    dc:description "A registry of commonly used prefixes in the life sciences and linked data. The source data for this registry is a spreadsheet on Google called the Life Science Registry. This registry was previously known as Prefix Commons and was available at https://prefixcommons.org." ;
    foaf:homepage "https://registry.bio2kg.org" ;
    bioregistry.schema:0000005 "doi" ;
    bioregistry.schema:0000006 "https://registry.bio2kg.org/resource/$1" ;
    bioregistry.schema:0000019 orcid:0000-0003-4727-9435 .

orcid:0000-0003-4727-9435 rdfs:label "Michel Dumontier" ;
    foaf:mbox "michel.dumontier@gmail.com" .

