@prefix biocontext: <https://bioregistry.io/metaregistry/biocontext/> .
@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 edam: <http://edamontology.org/data_> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix pathguide: <http://www.pathguide.org/fullrecord.php?DBID=> .
@prefix prefixcommons: <https://registry.bio2kg.org/resource/> .
@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:biocontext dcterms:hasPart biocontext:BIND .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:bind .

bioregistry.metaresource:edam dcterms:hasPart edam:1129 .

bioregistry.metaresource:pathguide dcterms:hasPart pathguide:1 .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:bind .

bioregistry:bind a bioregistry.schema:0000001 ;
    rdfs:label "BIND accession number" ;
    dcterms:description "Accession number of an entry from the BIND database."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch edam:1129,
        pathguide:1,
        biocontext:BIND,
        prefixcommons:bind ;
    dcat:keyword "interaction",
        "pathway",
        "psi-mi",
        "small molecule" ;
    foaf:homepage <http://bind.ca> ;
    bioregistry.schema:0000005 "98346"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.bind.ca/Action?identifier=bindid&idsearch=$1"^^xsd:string ;
    bioregistry.schema:0000012 true ;
    bioregistry.schema:0000024 "http://www.bind.ca/Action?identifier=bindid&idsearch="^^xsd:string ;
    bioregistry.schema:0000027 <http://www.bind.ca/Action?identifier=bindid&idsearch=98346> ;
    bioregistry.schema:0000029 "bind" .

edam:1129 dcterms:isPartOf bioregistry.metaresource:edam .

pathguide:1 dcterms:isPartOf bioregistry.metaresource:pathguide .

biocontext:BIND dcterms:isPartOf bioregistry.metaresource:biocontext .

prefixcommons:bind dcterms:isPartOf bioregistry.metaresource:prefixcommons .

