@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 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:icepo .

bioregistry:icepo a bioregistry.schema:0000001 ;
    rdfs:label "Ion Channel Electrophysiology Ontology" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "The Ion Channel Electrophysiology Ontology supports the capture of voltage-gated ion channel electrophysiological data from the literature in a structured manner and thus enables other applications such as querying and reasoning tools."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    dcat:keyword "ontology" ;
    foaf:homepage <https://download.nextprot.org/pub/current_release/controlled_vocabularies/> ;
    bioregistry.schema:0000005 "0000002"^^xsd:string ;
    bioregistry.schema:0000006 "https://biopragmatics.github.io/providers/icepo/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d{7}$"^^xsd:string ;
    bioregistry.schema:0000010 <https://download.nextprot.org/pub/current_release/controlled_vocabularies/icepo.obo> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0003-1813-6857 ;
    bioregistry.schema:0000024 "https://biopragmatics.github.io/providers/icepo/"^^xsd:string ;
    bioregistry.schema:0000027 <https://biopragmatics.github.io/providers/icepo/0000002> ;
    bioregistry.schema:0000029 "icepo" .

orcid:0000-0003-1813-6857 rdfs:label "Pascale Gaudet" ;
    foaf:mbox "pascale.gaudet@isb-sib.ch" .

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

