C. Knoll
C. Knoll
Update: with the first ontology file I now get convincing results with the pellet-reasoner: https://github.com/cknoll/demo-material/blob/master/expertise_system/einstein-zebra-puzzle-owlready-solution1.ipynb
Although it might get offtopic wrt. this issue here, the appraisal that > we might be due a whole rethink about OWL-in-Python and coordinating that a bit better with other...
Just as a followup on my previous post (a year ago): I set up some infrastructure at and invited some people (including the maintainer of owlready2) to form a group...
Pragmatic Idea: Lets place a link to the wiki-page https://events.ccc.de/congress/2018/wiki/index.php/Projects:Lightning-talks_-editable-overview below the videos and contact the LT-speakers if they want to add a timestamp-link for their talks by themselves. Probably...
Good idea @Murplugg: - [ ] https://github.com/KRR-Oxford/OWL2Vec-Star should be integrated into the list https://github.com/pysemtec/semantic-python-overview. Maybe, one of the maintainers @ChenJiaoyan @ernestojimenezruiz could open a PR? Reason: Maintainers can usually provide...
Update: I found that the option `allow_unicode=True` triggers the `encoding`-option to have a (predictable) effect. However, I think this should be mentioned in the docs: https://pyyaml.org/wiki/PyYAMLDocumentation Also there seem to...
Does this mean the sorting of maps is retained reliably (e.g. accross platforms) when converting from yaml to python? Example : ```python yaml.__version__ # Out[6]: '5.3.1' yaml.load(""" a: 1 b:...
So I guess this issue could be closed. @mortsynluap By the way: The `Namespace`-type seems interesting. Where do you import it from?
To the best of my knowledge since python3.7 the mapping order (i.e. key order) is reliably maintained by `dict`. Sources: - https://mail.python.org/pipermail/python-dev/2017-December/151283.html - https://stackoverflow.com/questions/39980323/are-dictionaries-ordered-in-python-3-6/39980744 I code based on this assumption...
> But please make clear, that all issues regarding the scripts should be addressed to your repository :) I updated my PR accordingly. As to the general topic: From my...