python-odml
python-odml copied to clipboard
odML libraries
Currently the terminology equivalent of a Section is found in the given repository by matching the Section type. This is problematic for the following reason: A Section type, as I...
While writing the tutorial I realized that the help function in iPython does not always provide proper information. I think the docstrings of the __init__ functions need to be repeated...
How to handle Section.include conversion from 1.0 to 1.1. Analogous to #216.
`graphML` [link](https://en.wikipedia.org/wiki/GraphML) is used in graphics community a lot. Here is a simple conversion code that can be used in odML. This would be helpful for importing odML to graph...
Add brief description of the odML to RDF tool including a basic usage tutorial at the [python-odml wiki](https://github.com/G-Node/python-odml/wiki/RDF).
I suggest releasing odML schema (xsl and xsd) with each release (version) of odml package (this one). This will bring distinct advantages: * interoperability * tracking of odML "standard" within...
Transform the SPARQL queries created in #142 into the new version and add new specific queries against a couple of merged documents. Depends on #142 and #147.
Refactor the RDF to odML importer so that it correctly interprets all subclasses of Section as Section during the import process and creates a valid odML document. Depends on #149...
How can the terminology be accessed/stored besides the url in the document.
The bug was found in the rdflib graph representation while using the turtle format. Depending on the first symbol of the string (in our case id) that was being added...