@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:markerdb .

bioregistry:markerdb a bioregistry.schema:0000001 ;
    rdfs:label "MarkerDB" ;
    dcterms:contributor orcid:0009-0009-5240-7463 ;
    dcterms:description "MarkerDB is a freely available electronic database that attempts to consolidate information on all known clinical and pre-clinical biomarkers into a single resource. It provides identifiers for known clinical and pre-clinical biomarkers. Each entry provides detailed annotations, including biomarker descriptions, associated conditions, specificity, sensitivity, molecular structures, chromosomal locations, and clinical approval status."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    foaf:homepage <https://markerdb.ca> ;
    bioregistry.schema:0000005 "MDB00000001"^^xsd:string ;
    bioregistry.schema:0000008 "^MDB\\d{8}$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-3207-2434 ;
    bioregistry.schema:0000021 orcid:0000-0001-9439-5346 ;
    bioregistry.schema:0000029 "markerdb" .

orcid:0000-0001-9439-5346 rdfs:label "Benjamin M. Gyori" ;
    foaf:mbox "benjamin_gyori@hms.harvard.edu" .

orcid:0000-0002-3207-2434 rdfs:label "David S. Wishart" ;
    foaf:mbox "dwishart@ualberta.ca" .

orcid:0009-0009-5240-7463 rdfs:label "Mufaddal Naguthanawala" ;
    foaf:mbox "m.naguthana@hotmail.com" .

