@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 fairsharing: <https://fairsharing.org/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@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:bioregistry dcterms:hasPart bioregistry:ontobee .

bioregistry.metaresource:fairsharing dcterms:hasPart fairsharing:FAIRsharing.q8fx1b .

bioregistry:ontobee a bioregistry.schema:0000001 ;
    rdfs:label "OntoBee" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "Ontobee is aimed to facilitate ontology data sharing, visualization, query, integration, and analysis."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch fairsharing:FAIRsharing.q8fx1b ;
    dcat:keyword "life science",
        "registry" ;
    foaf:homepage <http://www.ontobee.org> ;
    bioregistry.schema:0000005 "AGRO"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.ontobee.org/ontology/$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0001-9189-9661 ;
    bioregistry.schema:0000024 "http://www.ontobee.org/ontology/"^^xsd:string ;
    bioregistry.schema:0000027 ontobee:AGRO ;
    bioregistry.schema:0000029 "ontobee" .

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

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

fairsharing:FAIRsharing.q8fx1b dcterms:isPartOf bioregistry.metaresource:fairsharing .

