@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 togoid: <https://togoid.dbcls.jp/#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:togoid .

bioregistry:togoid a bioregistry.schema:0000001 ;
    rdfs:label "TogoID Ontology" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "TogoID is an ID conversion service implementing unique features with an intuitive web interface and an API for programmatic access. TogoID supports datasets from various biological categories such as gene, protein, chemical compound, pathway, disease, etc. TogoID users can perform exploratory multistep conversions to find a path among IDs. To guide the interpretation of biological meanings in the conversions, we crafted an ontology that defines the semantics of the dataset relations. (from https://togoid.dbcls.jp/)"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/dbcls/togoid/togoid-config> ;
    dcat:keyword "ontology" ;
    foaf:homepage <https://togoid.dbcls.jp/ontology> ;
    bioregistry.schema:0000005 "AffyProbeset"^^xsd:string ;
    bioregistry.schema:0000006 "https://togoid.dbcls.jp/#$1"^^xsd:string ;
    bioregistry.schema:0000010 <https://raw.githubusercontent.com/togoid/togoid-config/main/ontology/togoid-ontology.ttl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0003-2391-0384 ;
    bioregistry.schema:0000024 "https://togoid.dbcls.jp/#"^^xsd:string ;
    bioregistry.schema:0000027 togoid:AffyProbeset ;
    bioregistry.schema:0000029 "togoid" .

orcid:0000-0003-2391-0384 rdfs:label "Toshiaki Katayama" ;
    foaf:mbox "ktym@dbcls.jp" .

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

