@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 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:biomarkerkb.biomarker .

bioregistry:biomarkerkb.biomarker a bioregistry.schema:0000001 ;
    rdfs:label "Biomarker Knowledgebase - Biomarker" ;
    dcterms:contributor orcid:0000-0002-5317-1458,
        orcid:0000-0003-4423-4370 ;
    dcterms:description "A disease/condition-specific instantiation of a canonical biomarker"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    dcat:keyword "biomarker" ;
    foaf:homepage <https://biomarkerkb.org> ;
    bioregistry.schema:0000005 "AN6278-5"^^xsd:string ;
    bioregistry.schema:0000006 "https://biomarkerkb.org/biomarker/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^A(N|O)\\d+-\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0001-8823-9945 ;
    bioregistry.schema:0000024 "https://biomarkerkb.org/biomarker/"^^xsd:string ;
    bioregistry.schema:0000027 <https://biomarkerkb.org/biomarker/AN6278-5> ;
    bioregistry.schema:0000029 "biomarkerkb.biomarker" .

orcid:0000-0001-8823-9945 rdfs:label "Raja Mazumder" ;
    foaf:mbox "mazumder@gwu.edu" .

orcid:0000-0002-5317-1458 rdfs:label "Jeet Kiran Vora" ;
    foaf:mbox "jeetvora@email.gwu.edu" .

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

