mark doerr

Results 38 issues of mark doerr

**Is your feature request related to a problem? Please describe.** Currently in the "SaveUserSessionLayout" (PR #878 ) only the current directory is stored in the config file. It would be...

enhancement

**Is your feature request related to a problem? Please describe.** For semantic - aware python applications, it would be very useful to be able to use the slot_uri information of...

enhancement
generator-pydantic
community-generated

When importing an additional ``` onto = get_ontology("my_ontology.owl").load() list(onto.classes()) ... classes of onto are listed # check imported ontologies - should be empty onto.imported_ontologies >> [] another_onto = get_ontology("my_other_ontology.owl").load() list(onto.classes())...

Many ontologies are now appearing in the much more readable turtle format. Owlready2 could support reading turtle files directly, e.g. through rdflib. (maybe it is a good idea to let...

Dear Rob (@rob-metalinkage), I fixed the code to run under Django 4.0.2 and python 3.10 The tests in the tests directory run all OK. To be 100 % compatible with...

This is a first draft of an demo that illustrates some of the django-rdf-io capabilities. I hope it will help beginners to faster understand how django-rdf-io works. It is still...

Hi @AMontagu and @legau, the file upload example in the how-to is not working: https://github.com/socotecio/django-socio-grpc/blob/master/docs/how-to/upload-file.rst read_in_chunks should rather return data (I guess) and UploadFile() receives a CancelledError. To reproduce this...

I was lately trying to implement a multi / bulk create Service, similar as described at the DRF. Simple ideas failed, like adding many=True to the class Meta. https://www.django-rest-framework.org/api-guide/serializers/#dealing-with-multiple-objects Does...

It is very hard to create a SPARQL query to EMMO that directly retrieves the SIBaseUnit of derived SIDimensionalUnits. E.g., force / Newton 1 N = 1 kg m /...

MassUnit, TemperatureUnit, LengthUnit, etc. are currently modelled as subclasses of SIDemsinalUnit. This is not correct, as there exist non-SI MassUnits, LengthUnits, TemperatureUnits .... Shouldn't the subclasses be better called "MassSIUnit",...