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

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:rvd .

bioregistry:rnavdb a bioregistry.schema:0000001 ;
    rdfs:label "RNA Virus Database" ;
    dcterms:description "The RNA Virus Database is a database and web application describing the genome organization and providing analytical tools for the 938 known species of RNA virus. It can identify submitted nucleotide sequences, can place them into multiple whole-genome alignments and contains translated genome sequences for all species."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch prefixcommons:rvd ;
    dcat:keyword "genome",
        "rna" ;
    foaf:homepage <http://virus.zoo.ox.ac.uk/rnavirusdb/> ;
    bioregistry.schema:0000005 "164750"^^xsd:string ;
    bioregistry.schema:0000006 "http://virus.zoo.ox.ac.uk/rnavirusdb/virus.php?id=$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://virus.zoo.ox.ac.uk/rnavirusdb/virus.php?id="^^xsd:string ;
    bioregistry.schema:0000027 <http://virus.zoo.ox.ac.uk/rnavirusdb/virus.php?id=164750> ;
    bioregistry.schema:0000029 "rnavdb" .

prefixcommons:rvd dcterms:isPartOf bioregistry.metaresource:prefixcommons .

