@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 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 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:FUNCBASE.HUMAN .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:funcbase.human .

bioregistry.metaresource:miriam dcterms:hasPart miriam:funcbase.human .

bioregistry.metaresource:n2t dcterms:hasPart n2t:funcbase.human .

bioregistry:funcbase.human a bioregistry.schema:0000001 ;
    rdfs:label "FuncBase Human" ;
    dcterms:description "Computational gene function prediction can serve to focus experimental resources on high-priority experimental tasks. FuncBase is a web resource for viewing quantitative machine learning-based gene function annotations. Quantitative annotations of genes, including fungal and mammalian genes, with Gene Ontology terms are accompanied by a community feedback system. Evidence underlying function annotations is shown. FuncBase provides links to external resources, and may be accessed directly or via links from species-specific databases. This collection references human data."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:FUNCBASE.HUMAN,
        n2t:funcbase.human,
        miriam:funcbase.human ;
    foaf:homepage <http://func.mshri.on.ca/human/> ;
    bioregistry.schema:0000005 "119514"^^xsd:string ;
    bioregistry.schema:0000006 "http://func.mshri.on.ca/human/genes/list_functional_scores/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://func.mshri.on.ca/human/genes/list_functional_scores/"^^xsd:string ;
    bioregistry.schema:0000027 <http://func.mshri.on.ca/human/genes/list_functional_scores/119514> ;
    bioregistry.schema:0000029 "funcbase.human" .

biocontext:FUNCBASE.HUMAN dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:funcbase.human dcterms:isPartOf bioregistry.metaresource:n2t .

miriam:funcbase.human dcterms:isPartOf bioregistry.metaresource:miriam .

