@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 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 skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:echinobase .

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

bioregistry:echinobase a bioregistry.schema:0000001 ;
    rdfs:label "Echinobase" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "Echinobase supports the international research community by providing a centralized, integrated and easy to use web based resource to access the diverse and rich, functional genomics data of echinoderm species."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch integbio:nbdc01512 ;
    dcat:keyword "expression",
        "genome/gene",
        "ontology/terminology/nomenclature",
        "organism",
        "sequence" ;
    foaf:homepage <https://www.echinobase.org> ;
    bioregistry.schema:0000005 "23159291"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.echinobase.org/entry/gene/showgene.do?method=display&geneId=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://www.echinobase.org/entry/gene/showgene.do?method=display&geneId="^^xsd:string ;
    bioregistry.schema:0000027 <https://www.echinobase.org/entry/gene/showgene.do?method=display&geneId=23159291> ;
    bioregistry.schema:0000029 "echinobase" .

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

integbio:nbdc01512 dcterms:isPartOf bioregistry.metaresource:integbio .

