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

bioregistry.metaresource:integbio dcterms:hasPart integbio:nbdc00835 .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:viperdb .

bioregistry.metaresource:re3data dcterms:hasPart re3data:r3d100012362 .

bioregistry:viperdb a bioregistry.schema:0000001 ;
    rdfs:label "VIPERdb" ;
    dcterms:description "VIPERdb is a database for icosahedral virus capsid structures . The emphasis of the resource is on providing data from structural and computational analyses on these systems, as well as high quality renderings for visual exploration."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch integbio:nbdc00835,
        prefixcommons:viperdb,
        re3data:r3d100012362 ;
    dcat:keyword "3d structure",
        "image/movie",
        "protein",
        "rna",
        "sequence",
        "small molecule",
        "structure" ;
    foaf:homepage <http://viperdb.scripps.edu/> ;
    bioregistry.schema:0000005 "2c6s"^^xsd:string ;
    bioregistry.schema:0000006 "https://viperdb.org/Info_Page.php?VDB=$1"^^xsd:string ;
    bioregistry.schema:0000011 bioregistry:pdb ;
    bioregistry.schema:0000012 true ;
    bioregistry.schema:0000024 "https://viperdb.org/Info_Page.php?VDB="^^xsd:string ;
    bioregistry.schema:0000027 <https://viperdb.org/Info_Page.php?VDB=2c6s> ;
    bioregistry.schema:0000029 "viperdb" .

integbio:nbdc00835 dcterms:isPartOf bioregistry.metaresource:integbio .

prefixcommons:viperdb dcterms:isPartOf bioregistry.metaresource:prefixcommons .

re3data:r3d100012362 dcterms:isPartOf bioregistry.metaresource:re3data .

