@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 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:VBRC .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:vbrc .

bioregistry.metaresource:miriam dcterms:hasPart miriam:vbrc .

bioregistry.metaresource:n2t dcterms:hasPart n2t:vbrc .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:vbrc .

bioregistry:vbrc a bioregistry.schema:0000001 ;
    rdfs:label "Viral Bioinformatics Resource Center" ;
    dcterms:description "The VBRC provides bioinformatics resources to support scientific research directed at viruses belonging to the Arenaviridae, Bunyaviridae, Filoviridae, Flaviviridae, Paramyxoviridae, Poxviridae, and Togaviridae families. The Center consists of a relational database and web application that support the data storage, annotation, analysis, and information exchange goals of this work. Each data release contains the complete genomic sequences for all viral pathogens and related strains that are available for species in the above-named families. In addition to sequence data, the VBRC provides a curation for each virus species, resulting in a searchable, comprehensive mini-review of gene function relating genotype to biological phenotype, with special emphasis on pathogenesis."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:VBRC,
        n2t:vbrc,
        prefixcommons:vbrc,
        miriam:vbrc ;
    foaf:homepage <http://vbrc.org/> ;
    bioregistry.schema:0000005 "35742"^^xsd:string ;
    bioregistry.schema:0000006 "http://vbrc.org/gene_detail.asp?gene_id=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 true ;
    bioregistry.schema:0000024 "http://vbrc.org/gene_detail.asp?gene_id="^^xsd:string ;
    bioregistry.schema:0000027 <http://vbrc.org/gene_detail.asp?gene_id=35742> ;
    bioregistry.schema:0000029 "vbrc" .

biocontext:VBRC dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:vbrc dcterms:isPartOf bioregistry.metaresource:n2t .

prefixcommons:vbrc dcterms:isPartOf bioregistry.metaresource:prefixcommons .

miriam:vbrc dcterms:isPartOf bioregistry.metaresource:miriam .

