Nico Matentzoglu

Results 2532 comments of Nico Matentzoglu
trafficstars

We are developing ontologies, so it's sometimes useful to quickly query a local file turtle or rdfxml file.

Super, super cool! For my personal use cases, this gets me 85% of the way; to round it up to 100, would it be at all in the realms of...

I think this is all great, but I must admit that I am working in the context of the [Ontology Development Kit](https://github.com/INCATools/ontology-development-kit) which means I use `make` + `robot` +...

Hmmmmm, this does indeed complicate things. So how do you feel about this - on what level of the stack do we attack the `|`? If it is a valid,...

This makes sense. I think for now, just because this is such a frequent issue, I will just treat this as a local issue in SSSOM, and not worry about...

I think I found the source of the problem: While this works in `generalize-tsv`, `generalize-tsvs` flakes out if you provide an empty table.

I agree with your preference. I do think 1 default and 3 is also an option _if the table has columns_, since you can add slots with string range for...

I will reopen this for some tiny reason: - [ ] What if the table has columns, but no rows? Does your judgement above still hold?

I see: csv_data_generalizer.py: ``` # TODO: deal with cases where the same slot is used in different classes ```