@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:togoid a bioregistry.schema:0000002 ;
    rdfs:label "TogoID" ;
    dc: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/)" ;
    foaf:homepage "https://togoid.dbcls.jp/" ;
    bioregistry.schema:0000005 "AffyProbeset" ;
    bioregistry.schema:0000006 "https://togoid.dbcls.jp/#$1" ;
    bioregistry.schema:0000019 orcid:0000-0003-2391-0384 .

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

