@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

bioregistry.metaresource:ontobee a bioregistry.schema:0000002 ;
    rdfs:label "OntoBee" ;
    dc:description "Ontobee is aimed to facilitate ontology data sharing, visualization, query, integration, and analysis." ;
    foaf:homepage "http://www.ontobee.org/" ;
    bioregistry.schema:0000005 "AGRO" ;
    bioregistry.schema:0000006 "http://www.ontobee.org/ontology/$1" ;
    bioregistry.schema:0000007 "http://www.ontobee.org/ontology/$1?iri=http://purl.obolibrary.org/obo/$1_$2" ;
    bioregistry.schema:0000019 orcid:0000-0001-9189-9661 .

orcid:0000-0001-9189-9661 rdfs:label "Yongqun Oliver He" ;
    foaf:mbox "yongqunh@med.umich.edu" .

