@prefix aberowl: <http://aber-owl.net/ontology/> .
@prefix bioportal: <https://bioportal.bioontology.org/ontologies/> .
@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 fairsharing: <https://fairsharing.org/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@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:aberowl dcterms:hasPart aberowl:EPSO .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:EPSO .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:epso .

bioregistry.metaresource:fairsharing dcterms:hasPart fairsharing:FAIRsharing.ttprgy .

bioregistry:epso a bioregistry.schema:0000001 ;
    rdfs:label "Epilepsy and Seizure Ontology" ;
    dcterms:description "The Epilepsy and Seizure Ontology (EpSO) is an application ontology developed to support epilepsy focused informatics tools for patient care and clinical research."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch aberowl:EPSO,
        bioportal:EPSO,
        fairsharing:FAIRsharing.ttprgy ;
    dcat:keyword "epilepsy",
        "neurology",
        "ontology",
        "patient care" ;
    foaf:homepage <http://prism.case.edu/prism/index.php/EpilepsyOntology> ;
    bioregistry.schema:0000005 "0000400"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.case.edu/EpilepsyOntology.owl#$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d{7}$"^^xsd:string ;
    bioregistry.schema:0000010 <http://aber-owl.net/media/ontologies/EPSO/3/epso.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0001-9190-4256 ;
    bioregistry.schema:0000024 "http://www.case.edu/EpilepsyOntology.owl#"^^xsd:string ;
    bioregistry.schema:0000027 <http://www.case.edu/EpilepsyOntology.owl#0000400> ;
    bioregistry.schema:0000029 "epso" .

orcid:0000-0001-9190-4256 rdfs:label "Satya S. Sahoo" ;
    foaf:mbox "satyasahoo@ieee.org" .

aberowl:EPSO dcterms:isPartOf bioregistry.metaresource:aberowl .

bioportal:EPSO dcterms:isPartOf bioregistry.metaresource:bioportal .

fairsharing:FAIRsharing.ttprgy dcterms:isPartOf bioregistry.metaresource:fairsharing .

