@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 foaf: <http://xmlns.com/foaf/0.1/> .
@prefix miriam: <https://registry.identifiers.org/registry/> .
@prefix n2t: <https://bioregistry.io/metaregistry/n2t/resolve/> .
@prefix orcid: <https://orcid.org/> .
@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:MIMODB .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:mimodb .

bioregistry.metaresource:miriam dcterms:hasPart miriam:mimodb .

bioregistry.metaresource:n2t dcterms:hasPart n2t:mimodb .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:mimodb .

bioregistry:mimodb a bioregistry.schema:0000001 ;
    rdfs:label "MimoDB" ;
    dcterms:description "MimoDB is a database collecting peptides that have been selected from random peptide libraries based on their ability to bind small compounds, nucleic acids, proteins, cells, tissues and organs. It also stores other information such as the corresponding target, template, library, and structures. As of March 2016, this database was renamed Biopanning Data Bank."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:MIMODB,
        n2t:mimodb,
        prefixcommons:mimodb,
        miriam:mimodb ;
    dcat:keyword "interaction",
        "protein" ;
    foaf:homepage <http://immunet.cn/bdb/> ;
    bioregistry.schema:0000005 "1"^^xsd:string ;
    bioregistry.schema:0000006 "http://immunet.cn/bdb/index.php/mimoset/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0003-2314-7104 ;
    bioregistry.schema:0000024 "http://immunet.cn/bdb/index.php/mimoset/"^^xsd:string ;
    bioregistry.schema:0000027 <http://immunet.cn/bdb/index.php/mimoset/1> ;
    bioregistry.schema:0000029 "mimodb" .

orcid:0000-0003-2314-7104 rdfs:label "Jian Huang" ;
    foaf:mbox "hj@uestc.edu.cn" .

biocontext:MIMODB dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:mimodb dcterms:isPartOf bioregistry.metaresource:n2t .

prefixcommons:mimodb dcterms:isPartOf bioregistry.metaresource:prefixcommons .

miriam:mimodb dcterms:isPartOf bioregistry.metaresource:miriam .

