@prefix aberowl: <http://aber-owl.net/ontology/> .
@prefix bioportal: <https://bioportal.bioontology.org/ontologies/> .
@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 doap: <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix ontobee: <http://www.ontobee.org/ontology/> .
@prefix orcid: <https://orcid.org/> .
@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:aberowl dcterms:hasPart aberowl:VIDO .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:VIDO .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:vido .

bioregistry.metaresource:ontobee dcterms:hasPart ontobee:VIDO .

bioregistry:vido a bioregistry.schema:0000001 ;
    rdfs:label "Virus Infectious Disease Ontology" ;
    dcterms:description "The Virus Infectious Disease Ontology (IDO Virus) is an extension of the Infectious Disease Ontology (IDO). IDO Virus follows OBO Foundry guidelines, employs the Basic Formal Ontology as its starting point, and covers epidemiology, classification, pathogenesis, and treatment of terms used by Virologists, i.e. virus, prion, satellite, viroid, etc."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/infectious-disease-ontology-extensions/ido-virus> ;
    skos:exactMatch aberowl:VIDO,
        ontobee:VIDO,
        bioportal:VIDO ;
    dcat:keyword "ontology" ;
    foaf:homepage <https://github.com/infectious-disease-ontology-extensions/ido-virus> ;
    bioregistry.schema:0000005 "0001114"^^xsd:string ;
    bioregistry.schema:0000006 "http://purl.obolibrary.org/obo/VIDO_$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d{7}$"^^xsd:string ;
    bioregistry.schema:0000010 <https://raw.githubusercontent.com/infectious-disease-ontology-extensions/ido-virus/master/ontology/vido.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-1118-1738 ;
    bioregistry.schema:0000024 "http://purl.obolibrary.org/obo/VIDO_"^^xsd:string ;
    bioregistry.schema:0000027 obo:VIDO_0001114 ;
    bioregistry.schema:0000029 "vido" .

orcid:0000-0002-1118-1738 rdfs:label "John Beverly" ;
    foaf:mbox "johnbeverley2021@u.northwestern.edu" .

aberowl:VIDO dcterms:isPartOf bioregistry.metaresource:aberowl .

ontobee:VIDO dcterms:isPartOf bioregistry.metaresource:ontobee .

bioportal:VIDO dcterms:isPartOf bioregistry.metaresource:bioportal .

