@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 orcid: <https://orcid.org/> .
@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 re3data: <https://www.re3data.org/repository/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:innatedb .

bioregistry.metaresource:integbio dcterms:hasPart integbio:nbdc01870 .

bioregistry.metaresource:pathguide dcterms:hasPart pathguide:264 .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:innatedb .

bioregistry.metaresource:re3data dcterms:hasPart re3data:r3d100010676 .

bioregistry:innatedb a bioregistry.schema:0000001 ;
    rdfs:label "A Knowledge Resource for Innate Immunity Interactions and Pathways" ;
    dcterms:description "InnateDB is a publicly available database of the genes, proteins, experimentally-verified interactions and signaling pathways involved in the innate immune response of humans and mice to microbial infection. The database covers the innate immunity interactome by integrating known interactions and pathways from major public databases."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch pathguide:264,
        integbio:nbdc01870,
        prefixcommons:innatedb,
        re3data:r3d100010676 ;
    dcat:keyword "gene",
        "genome/gene",
        "health/disease",
        "immunology",
        "interaction",
        "interaction/pathway",
        "organism",
        "pathway",
        "protein",
        "psi-mi" ;
    foaf:homepage <http://www.innatedb.ca/> ;
    bioregistry.schema:0000005 "20021"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.innatedb.ca/getGeneCard.do?id=$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0003-4664-1404 ;
    bioregistry.schema:0000021 orcid:0000-0003-4423-4370 ;
    bioregistry.schema:0000024 "http://www.innatedb.ca/getGeneCard.do?id="^^xsd:string ;
    bioregistry.schema:0000027 <http://www.innatedb.ca/getGeneCard.do?id=20021> ;
    bioregistry.schema:0000029 "innatedb" .

orcid:0000-0003-4423-4370 rdfs:label "Charles Tapley Hoyt" ;
    foaf:mbox "cthoyt@gmail.com" .

orcid:0000-0003-4664-1404 rdfs:label "David Lynn" ;
    foaf:mbox "david.lynn@flinders.edu.au" .

pathguide:264 dcterms:isPartOf bioregistry.metaresource:pathguide .

integbio:nbdc01870 dcterms:isPartOf bioregistry.metaresource:integbio .

prefixcommons:innatedb dcterms:isPartOf bioregistry.metaresource:prefixcommons .

re3data:r3d100010676 dcterms:isPartOf bioregistry.metaresource:re3data .

