@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix integbio: <https://catalog.integbio.jp/dbcatalog/en/record/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:integbio .

bioregistry:integbio a bioregistry.schema:0000001 ;
    rdfs:label "Integbio" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "Integbio Database Catalog provides whereabouts information (URL), database description, biological species and other attributes (metadata) of Japanese and international life science databases to make it easier for users to find databases they need. This catalog has been developed as a part of the integration of life science databases promoted by four ministries in Japan: the Ministry of Education, Culture, Sports, Science, and Technology (MEXT), The Ministry of Health, Labor, and Welfare (MHLW), the Ministry of Agriculture, Forestry, and Fisheries (MAFF), and the Ministry of Economy, Trade, and Industry of Japan (METI). (from https://integbio.jp/dbcatalog/en/about)"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    foaf:homepage <https://integbio.jp/en/> ;
    bioregistry.schema:0000005 "nbdc01071"^^xsd:string ;
    bioregistry.schema:0000006 "https://catalog.integbio.jp/dbcatalog/en/record/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^nbdc\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0001-7883-3756 ;
    bioregistry.schema:0000024 "https://catalog.integbio.jp/dbcatalog/en/record/"^^xsd:string ;
    bioregistry.schema:0000027 integbio:nbdc01071 ;
    bioregistry.schema:0000029 "integbio" .

orcid:0000-0001-7883-3756 rdfs:label "Shuichi Kawashima" ;
    foaf:mbox "kwsm@dbcls.rois.ac.jp" .

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

