@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 ols: <https://www.ebi.ac.uk/ols4/ontologies/> .
@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:bioregistry dcterms:hasPart bioregistry:covoc .

bioregistry.metaresource:ols dcterms:hasPart ols:covoc .

bioregistry:covoc a bioregistry.schema:0000001 ;
    rdfs:label "CoVoc Coronavirus Vocabulary" ;
    dcterms:description "The COVID-19 Vocabulary (COVoc) is an ontology containing terms related to the research of the COVID-19 pandemic. This includes host organisms, pathogenicity, gene and gene products, barrier gestures, treatments and more."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/EBISPOT/covoc> ;
    skos:exactMatch ols:covoc ;
    dcat:keyword "ontology" ;
    foaf:homepage <https://github.com/EBISPOT/covoc> ;
    bioregistry.schema:0000005 "0010034"^^xsd:string ;
    bioregistry.schema:0000006 "http://purl.obolibrary.org/obo/COVOC_$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d{7}$"^^xsd:string ;
    bioregistry.schema:0000010 <https://github.com/EBISPOT/covoc/releases/download/current/covoc.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-4071-8397 ;
    bioregistry.schema:0000024 "http://purl.obolibrary.org/obo/COVOC_"^^xsd:string ;
    bioregistry.schema:0000027 obo:COVOC_0010034 ;
    bioregistry.schema:0000029 "covoc" .

orcid:0000-0002-4071-8397 rdfs:label "Zoë May Pendlington" ;
    foaf:mbox "zmp@ebi.ac.uk" .

ols:covoc dcterms:isPartOf bioregistry.metaresource:ols .

