mark doerr
mark doerr
@AMontagu, I fully support this reature request. Right now, I am using a "decorator" workaround, e.g.: ``` # filter_decorator.py import functools import json import lara_django_samples_grpc.v1.lara_django_samples_pb2 as lara_django_samp_pb2 def dict_filter(func): @functools.wraps(func)...
Hej, @jesper-friis , I think, a script is a good idea. (I was also wavering between annotation and data property, a data property might be more reliable for reasoning and...
Thanks, @jesper-friis , for the fast explanation. Since this subtle difference, you described above, might not clear / obvious to many scientists, it should be worth an design explanation in...
@jsimonclark and @jesper-friis , due to the routes of EMMO in particle physics and quantum physics, I would even go a step further and add **quaternions** (in stead of only...
Thanks @jesper-friis , good to hear, that you soon plan to finish a new release. I will try to comment as much as I manage to support your team from...
Thanks, Jesper, I am glad, that it still exists (I think, it was not loaded in protegee by default). I will have a look.
Hi @jesper-friis and @emanueleghedini , I am currently inspecting the latest branch: [1.0.0-final-dev-branch](https://github.com/emmo-repo/EMMO/tree/1.0.0-final-dev-branch), but I do not see an import of the above mentioned chemistry ontology module to the main...
Thanks, Jesper, for the fast reply. I agree that EMMO should limit the scope to be lean. If melting points and boiling points are not too frequently used, a thermodynamic...
Hej Jesper (@jesper-friis ) I have same issue with a small - self-generated ontology (just adding some classes into a newly generated ontology, like in the vertical demo) . When...
Tak, @jesper-friis , for the hint - the current default format of ontopy.onotogy.load() is set to 'None' . Maybe one should write a few words about the formats in the...