@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 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:bioregistry dcterms:hasPart bioregistry:virushostdb .

bioregistry.metaresource:integbio dcterms:hasPart integbio:nbdc02395 .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:virushostdb .

bioregistry:virushostdb a bioregistry.schema:0000001 ;
    rdfs:label "Virus-HostDB" ;
    dcterms:description "Virus-Host DB organizes data about the relationships between viruses and their hosts, represented in the form of pairs of NCBI taxonomy IDs for viruses and their hosts.  Virus-Host DB covers viruses with complete genomes stored in 1) NCBI/RefSeq and 2) GenBank whose accession numbers are listed in EBI Genomes. The host information is collected from RefSeq, GenBank (in free text format), UniProt, ViralZone, and manually curated with additional information obtained by literature surveys."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch integbio:nbdc02395,
        prefixcommons:virushostdb ;
    dcat:keyword "interaction/pathway",
        "organism",
        "virus" ;
    foaf:homepage <https://www.genome.jp/virushostdb/> ;
    bioregistry.schema:0000005 "438782"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.genome.jp/virushostdb/$1"^^xsd:string ;
    bioregistry.schema:0000011 bioregistry:ncbitaxon ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0001-6594-377X ;
    bioregistry.schema:0000021 orcid:0000-0003-4423-4370 ;
    bioregistry.schema:0000024 "https://www.genome.jp/virushostdb/"^^xsd:string ;
    bioregistry.schema:0000027 <https://www.genome.jp/virushostdb/438782> ;
    bioregistry.schema:0000029 "virushostdb" .

orcid:0000-0001-6594-377X rdfs:label "Hiroyuki Ogata" ;
    foaf:mbox "ogata@kuicr.kyoto-u.ac.jp" .

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

integbio:nbdc02395 dcterms:isPartOf bioregistry.metaresource:integbio .

prefixcommons:virushostdb dcterms:isPartOf bioregistry.metaresource:prefixcommons .

