sys-bio / libOmexMeta

libOmexMeta is a library aimed at providing developer-level support for reading, writing, editing and managing semantic annotations for biosimulation models.
https://sys-bio.github.io/libOmexMeta/
Apache License 2.0
8 stars 6 forks source link

Think about exposing lower level interface (LibrdfUri, LibrdfNode, LibrdfStatement) to Python. Maybe best to use Swig? #129

Open CiaranWelsh opened 3 years ago

CiaranWelsh commented 3 years ago

In order to use this, it would helpful to also get information about the type (Literal, URI, BNode) of each object. This is encoded into the string return, but not the object return.

Originally posted by @jonrkarr in https://github.com/sys-bio/libOmexMeta/issues/91#issuecomment-903008714