Skip to content

Commit 1f39d47

Browse files
committed
feat: added term for number of simulation steps per simulation output needed by BioNetGen
1 parent 9654fd6 commit 1f39d47

File tree

4 files changed

+28
-6
lines changed

4 files changed

+28
-6
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 2.29 (OWL 2)
4+
- Added term for number of simulation steps per simulation output needed by BioNetGen
5+
36
## 2.28 (OWL 2)
47
- Improved performance of algorithm substitution in Python library
58

kisao.owl

+23-4
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<rdfs:label xml:lang="en">Kinetic Simulation Algorithm Ontology (KiSAO)</rdfs:label>
2020
<rdfs:seeAlso rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://co.mbine.org/standards/kisao</rdfs:seeAlso>
2121
<rdfs:seeAlso rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://identifiers.org/pubmed/22027554</rdfs:seeAlso>
22-
<owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">2.28</owl:versionInfo>
22+
<owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">2.29</owl:versionInfo>
2323
<skos:definition xml:lang="en">The Kinetic Simulation Algorithm Ontology (KiSAO) classifies algorithms available for the simulation and analysis of models in biology, and their characteristics and the parameters required for their use.</skos:definition>
2424
</owl:Ontology>
2525

@@ -14152,7 +14152,7 @@ This method only involves evaluations of f. This method is suitable for non-stif
1415214152
<dc:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2021-08-07</dc:created>
1415314153
<dc:creator xml:lang="en">JRK</dc:creator>
1415414154
<isImplementedIn rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://identifiers.org/biosimulators/xpp</isImplementedIn>
14155-
<rdfs:label xml:lang="en">Maximum number of iterations for root finding</rdfs:label>
14155+
<rdfs:label xml:lang="en">maximum number of iterations for root finding</rdfs:label>
1415614156
</owl:Class>
1415714157
<owl:Axiom>
1415814158
<owl:annotatedSource rdf:resource="http://www.biomodels.net/kisao/KISAO#KISAO_0000665"/>
@@ -14188,7 +14188,7 @@ This method only involves evaluations of f. This method is suitable for non-stif
1418814188
<dc:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2021-08-07</dc:created>
1418914189
<dc:creator xml:lang="en">JRK</dc:creator>
1419014190
<isImplementedIn rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://identifiers.org/biosimulators/xpp</isImplementedIn>
14191-
<rdfs:label xml:lang="en">Memory size</rdfs:label>
14191+
<rdfs:label xml:lang="en">memory size</rdfs:label>
1419214192
<skos:definition xml:lang="en">Maximum number of points to store in memory, such as in the second order backward implicit product Euler scheme.</skos:definition>
1419314193
</owl:Class>
1419414194
<owl:Axiom>
@@ -14261,7 +14261,7 @@ This method only involves evaluations of f. This method is suitable for non-stif
1426114261
<dc:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2021-08-07</dc:created>
1426214262
<dc:creator xml:lang="en">JRK</dc:creator>
1426314263
<isImplementedIn rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://identifiers.org/biosimulators/tellurium</isImplementedIn>
14264-
<rdfs:label xml:lang="en">Use multiple steps</rdfs:label>
14264+
<rdfs:label xml:lang="en">use multiple steps</rdfs:label>
1426514265
<skos:definition xml:lang="en">Whether to perform a multiple time step simulation.</skos:definition>
1426614266
</owl:Class>
1426714267
<owl:Axiom>
@@ -14521,6 +14521,25 @@ This method only involves evaluations of f. This method is suitable for non-stif
1452114521

1452214522

1452314523

14524+
<!-- http://www.biomodels.net/kisao/KISAO#KISAO_0000684 -->
14525+
14526+
<owl:Class rdf:about="http://www.biomodels.net/kisao/KISAO#KISAO_0000684">
14527+
<rdfs:subClassOf rdf:resource="http://www.biomodels.net/kisao/KISAO#KISAO_0000244"/>
14528+
<dc:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2021-09-22</dc:created>
14529+
<dc:creator xml:lang="en">JRK</dc:creator>
14530+
<isImplementedIn rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://identifiers.org/biosimulators/bionetgen</isImplementedIn>
14531+
<rdfs:label xml:lang="en">number of steps per output</rdfs:label>
14532+
<skos:definition xml:lang="en">Number of simulation steps between each simulation output.</skos:definition>
14533+
</owl:Class>
14534+
<owl:Axiom>
14535+
<owl:annotatedSource rdf:resource="http://www.biomodels.net/kisao/KISAO#KISAO_0000684"/>
14536+
<owl:annotatedProperty rdf:resource="http://www.biomodels.net/kisao/KISAO#isImplementedIn"/>
14537+
<owl:annotatedTarget rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://identifiers.org/biosimulators/bionetgen</owl:annotatedTarget>
14538+
<rdfs:comment xml:lang="en">BioNetgen</rdfs:comment>
14539+
</owl:Axiom>
14540+
14541+
14542+
1452414543
<!-- http://www.biomodels.net/kisao/KISAO#KISAO_0000800 -->
1452514544

1452614545
<owl:Class rdf:about="http://www.biomodels.net/kisao/KISAO#KISAO_0000800">

kisao_full.owl

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<rdfs:comment xml:lang="en">Kinetic Simulation Algorithm Ontology (full version, containing deprecated classes)</rdfs:comment>
2020
<rdfs:seeAlso rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://co.mbine.org/standards/kisao</rdfs:seeAlso>
2121
<rdfs:seeAlso rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://identifiers.org/pubmed/22027554</rdfs:seeAlso>
22-
<owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">2.28</owl:versionInfo>
22+
<owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">2.29</owl:versionInfo>
2323
<skos:definition xml:lang="en">The Kinetic Simulation Algorithm Ontology (KiSAO) classifies algorithms available for the simulation and analysis of models in biology, and their characteristics and the parameters required for their use.</skos:definition>
2424
</owl:Ontology>
2525

libkisao/python/kisao/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.28'
1+
__version__ = '2.29'

0 commit comments

Comments
 (0)