@prefix biocontext: <https://bioregistry.io/metaregistry/biocontext/> .
@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 obo: <http://purl.obolibrary.org/obo/> .
@prefix obofoundry: <https://www.obofoundry.org/ontology/> .
@prefix prefixcommons: <https://registry.bio2kg.org/resource/> .
@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:biocontext dcterms:hasPart biocontext:IEV .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:iev .

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

bioregistry.metaresource:obofoundry dcterms:hasPart obofoundry:iev .

bioregistry.metaresource:prefixcommons dcterms:hasPart prefixcommons:iev .

bioregistry:iev a bioregistry.schema:0000001 ;
    rdfs:label "Event (INOH pathway ontology)" ;
    dcterms:description "INOH Event Ontology (IEV) is a structured controlled vocabulary of pathway centric biological processes used to annotate biological processes, pathways, sub-pathways in the INOH pathway data. ."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biocontext:IEV,
        fairsharing:FAIRsharing.a0yy2x,
        prefixcommons:iev,
        obofoundry:iev ;
    dcat:keyword "biology",
        "enzymatic reaction",
        "obo",
        "pathway",
        "structure" ;
    foaf:homepage <http://www.inoh.org> ;
    bioregistry.schema:0000005 "0000000"^^xsd:string ;
    bioregistry.schema:0000006 "http://purl.obolibrary.org/obo/IEV_$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d{7}$"^^xsd:string ;
    bioregistry.schema:0000012 true ;
    bioregistry.schema:0000024 "http://purl.obolibrary.org/obo/IEV_"^^xsd:string ;
    bioregistry.schema:0000027 obo:IEV_0000000 ;
    bioregistry.schema:0000029 "iev" .

biocontext:IEV dcterms:isPartOf bioregistry.metaresource:biocontext .

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

prefixcommons:iev dcterms:isPartOf bioregistry.metaresource:prefixcommons .

obofoundry:iev dcterms:isPartOf bioregistry.metaresource:obofoundry .

