@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 (VIDO) is an extension of the Infectious Disease Ontology (IDO). VIDO follows OBO Foundry guidelines, employs the Basic Formal Ontology as its starting point, and covers epidemiology, classification, pathogenesis, and treatment of terms used to represent infection by specific viruses and associated virus diseases. Other terms are defined as cross-products of terms from Foundry ontologies to the extent possible."^^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 .

