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

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:viroligo .

bioregistry:viroligo a bioregistry.schema:0000001 ;
    rdfs:label "VirOligo" ;
    dcterms:description "The VirOligo database (1) is part of an effort to provide methods suitable for assessing what viruses are present in samples. Such methods should faciliate studies of the spatial and temporal distribution of viruses and their diversity at any one time and place."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch prefixcommons:viroligo ;
    dcat:keyword "small molecule" ;
    foaf:homepage <http://viroligo.okstate.edu> ;
    bioregistry.schema:0000005 "BM0456"^^xsd:string ;
    bioregistry.schema:0000006 "http://viroligo.okstate.edu/main.php?vid=$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://viroligo.okstate.edu/main.php?vid="^^xsd:string ;
    bioregistry.schema:0000027 <http://viroligo.okstate.edu/main.php?vid=BM0456> ;
    bioregistry.schema:0000029 "viroligo" .

prefixcommons:viroligo dcterms:isPartOf bioregistry.metaresource:prefixcommons .

