@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 integbio: <https://catalog.integbio.jp/dbcatalog/en/record/> .
@prefix miriam: <https://registry.identifiers.org/registry/> .
@prefix n2t: <https://bioregistry.io/metaregistry/n2t/resolve/> .
@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:CUBEDB .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:cubedb .

bioregistry.metaresource:integbio dcterms:hasPart integbio:nbdc02094 .

bioregistry.metaresource:miriam dcterms:hasPart miriam:cubedb .

bioregistry.metaresource:n2t dcterms:hasPart n2t:cubedb .

bioregistry:cubedb a bioregistry.schema:0000001 ;
    rdfs:label "Cube db" ;
    dcterms:description "Cube-DB is a database of pre-evaluated results for detection of functional divergence in human/vertebrate protein families. It analyzes comparable taxonomical samples for all paralogues under consideration, storing functional specialisation at the level of residues. The data are presented as a table of per-residue scores, and mapped onto related structures where available."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:CUBEDB,
        n2t:cubedb,
        integbio:nbdc02094,
        miriam:cubedb ;
    dcat:keyword "genome/gene",
        "sequence" ;
    foaf:homepage <http://epsf.bmad.bii.a-star.edu.sg/cube/db/html/home.html> ;
    bioregistry.schema:0000005 "AKR"^^xsd:string ;
    bioregistry.schema:0000006 "http://epsf.bmad.bii.a-star.edu.sg/cube/db/data/$1/"^^xsd:string ;
    bioregistry.schema:0000008 "^[A-Za-z_0-9]+$"^^xsd:string ;
    bioregistry.schema:0000012 true ;
    bioregistry.schema:0000024 "https://bioregistry.io/cubedb:"^^xsd:string ;
    bioregistry.schema:0000027 <http://epsf.bmad.bii.a-star.edu.sg/cube/db/data/AKR/> ;
    bioregistry.schema:0000029 "cubedb" .

biocontext:CUBEDB dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:cubedb dcterms:isPartOf bioregistry.metaresource:n2t .

integbio:nbdc02094 dcterms:isPartOf bioregistry.metaresource:integbio .

miriam:cubedb dcterms:isPartOf bioregistry.metaresource:miriam .

