@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 miriam: <https://registry.identifiers.org/registry/> .
@prefix n2t: <https://bioregistry.io/metaregistry/n2t/resolve/> .
@prefix ncbi.resource: <https://bioregistry.io/metaregistry/ncbi/resolve/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix re3data: <https://www.re3data.org/repository/> .
@prefix ror: <https://ror.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:VIPR .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:vipr .

bioregistry.metaresource:miriam dcterms:hasPart miriam:vipr .

bioregistry.metaresource:n2t dcterms:hasPart n2t:vipr .

bioregistry.metaresource:ncbi dcterms:hasPart ncbi.resource:ViPR .

bioregistry.metaresource:re3data dcterms:hasPart re3data:r3d100011931 .

bioregistry:vipr a bioregistry.schema:0000001 ;
    rdfs:label "ViPR Strain" ;
    dcterms:description "The Virus Pathogen Database and Analysis Resource (ViPR) supports bioinformatics workflows for a broad range of human virus pathogens and other related viruses. It provides access to sequence records, gene and protein annotations, immune epitopes, 3D structures,  and host factor data. This collection references viral strain information."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:VIPR,
        n2t:vipr,
        ncbi.resource:ViPR,
        miriam:vipr,
        re3data:r3d100011931 ;
    dcat:keyword "immunology" ;
    foaf:homepage <http://www.viprbrc.org/brc/home.do?decorator=vipr> ;
    bioregistry.schema:0000005 "BeAn 70563"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.viprbrc.org/brc/viprStrainDetails.do?strainName=$1&decorator=arena"^^xsd:string ;
    bioregistry.schema:0000008 "^[A-Za-z 0-9]+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://bioregistry.io/vipr:"^^xsd:string ;
    bioregistry.schema:0000026 ror:049r1ts75 ;
    bioregistry.schema:0000029 "vipr" .

biocontext:VIPR dcterms:isPartOf bioregistry.metaresource:biocontext .

n2t:vipr dcterms:isPartOf bioregistry.metaresource:n2t .

ncbi.resource:ViPR dcterms:isPartOf bioregistry.metaresource:ncbi .

miriam:vipr dcterms:isPartOf bioregistry.metaresource:miriam .

re3data:r3d100011931 dcterms:isPartOf bioregistry.metaresource:re3data .

