Matthias Urban

Results 45 comments of Matthias Urban

Potential solution: Load the ontology that describes the subclass relationship between InverseFunctionalProperty and ObjectProperty and evaluate this

![image](https://user-images.githubusercontent.com/42069939/104566923-81336900-564e-11eb-9236-e5d36ea81931.png)

I guess we could have a solution, where we define such shortcuts somewhere. I'm not sure whether we should, though... What do you think @ahashibon

Yeah, I don't know if overloading the dot notation is wise. Any ideas for an alternative syntax?

I think this could become handy 👍

Just for clarification: - Let A has_part B and B has_part C. Then the number of contained objects of A as you propose it should be two, correct? - Should...

How would you handle the case where another user adds cuds objects to a database. How would the counter of your objects be updated?

How would you handle the case where another user adds cuds objects to a database. How would the counter of your objects be updated?

The user wouldn't expect that a recursive function (that potentially takes a long time) is called with `len()`

Yeah, maybe a utility function is the way to go