Location: cellLib2 @ c2e53754cadf / SLC / SLC_template3_ss.ttl

Author:
WeiweiAi <wai484@aucklanduni.ac.nz>
Date:
2023-05-17 19:51:13+12:00
Desc:
add models to reproduce the units issues
Permanent Source URI:
https://models.physiomeproject.org/workspace/aec/rawfile/c2e53754cadfb9920d63f56dc970fe221f67ed35/SLC/SLC_template3_ss.ttl

@prefix bqbiol: <http://biomodels.net/biology-qualifiers/> .
@prefix chebi: <http://identifiers.org/chebi/CHEBI:> .
@prefix go: <http://identifiers.org/GO:> .
@prefix local: <./SLC_template3_ss.ttl#> .
@prefix model_base: <./SLC_template3_ss.cellml#> .
@prefix opb: <http://identifiers.org/opb:> .
@prefix semsim: <http://bime.uw.edu/semsim/> .
@prefix uniprot: <http://identifiers.org/uniprot:> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

model_base:b4da5c bqbiol:isPropertyOf local:Process0 ;
    bqbiol:isVersionOf opb:OPB_00592 .

model_base:b4da5d bqbiol:isPropertyOf local:Mediator0 ;
    bqbiol:isVersionOf opb:OPB_00425 .

model_base:b4da5e bqbiol:isPropertyOf local:Sink0 ;
    bqbiol:isVersionOf opb:OPB_00425 .

model_base:b4da5f bqbiol:isPropertyOf local:Source0 ;
    bqbiol:isVersionOf opb:OPB_00425 .

local:Process0 semsim:hasMediatorParticipant local:Mediator0 ;
    semsim:hasSinkParticipant local:Sink0 ;
    semsim:hasSourceParticipant local:Source0 .

local:Mediator0 bqbiol:isPartOf go:0005886 ;
    bqbiol:isVersionOf uniprot:P11166 .

local:Sink0 semsim:hasMultiplier "1.0"^^xsd:float ;
    bqbiol:isPartOf go:0005829 ;
    bqbiol:isVersionOf chebi:4167 .

local:Source0 semsim:hasMultiplier "1.0"^^xsd:float ;
    bqbiol:isPartOf go:0005615 ;
    bqbiol:isVersionOf chebi:4167 .