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

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:BERVO .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:bervo .

bioregistry:bervo a bioregistry.schema:0000001 ;
    rdfs:label "Biological and Environmental Research Variable Ontology" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "A representation of variables appearing in models in the environmental research space."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/bioepic-data/bervo> ;
    skos:exactMatch aberowl:BERVO,
        bioportal:BERVO ;
    dcat:keyword "ontology" ;
    foaf:homepage <https://github.com/bioepic-data/bervo> ;
    bioregistry.schema:0000005 "0000001"^^xsd:string ;
    bioregistry.schema:0000006 "https://w3id.org/bervo/BERVO_$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d{7}$"^^xsd:string ;
    bioregistry.schema:0000010 <https://github.com/bioepic-data/bervo/raw/refs/heads/main/bervo.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 [ rdfs:label "Harry Caufield" ;
            foaf:mbox "jhc@lbl.gov" ] ;
    bioregistry.schema:0000024 "https://w3id.org/bervo/BERVO_"^^xsd:string ;
    bioregistry.schema:0000027 <https://w3id.org/bervo/BERVO_0000001> ;
    bioregistry.schema:0000029 "bervo" .

orcid:0000-0003-4423-4370 rdfs:label "Charles Tapley Hoyt" ;
    foaf:mbox "cthoyt@gmail.com" .

aberowl:BERVO dcterms:isPartOf bioregistry.metaresource:aberowl .

bioportal:BERVO dcterms:isPartOf bioregistry.metaresource:bioportal .

