Christoph Sander
Christoph Sander
How about defining the config as part of a shmarql ontology: ```ttl @prefix shmarql: . @prefix grace: . @prefix owl: . # The property for rdf2vec implementation in shmarql shmarql:vec...
My idea is to create a dedicated view in which all unique creators (regardless of the role) of a library are listed, along with the items they are associated with....
Of course, this approach does not eliminate the naïve assumption that authors with the same name represent the same individual. However, implementing true canonicalization of authors would require a fundamental...
Related to https://github.com/sparna-git/Sparnatural/issues/621
I'm sorry, of course I didn't mean to suggest a better way but only specified my needs 😁. Thank you very much for your patience! Anyway, I'll look into the...
```sparql PREFIX foaf: PREFIX : SELECT ?person { :x foaf:knows+ ?person } ``` https://www.w3.org/TR/sparql11-query/#propertypaths
Two different properties hard-coded are the better design decision. However, they have to be created by the designer. Maybe a ∞ symbol next to the property to set the `+`...
This would greatly fit our use of sparnatural for the GRACEFUL17 project!
Great work! # Questions - is there a live demo already? - the widgets for the form are defined by the SHACL configuration exactly like for the query builder? -...
I like the idea! Would it then also reverse range and domain to show applicable properties? Or would this only work for properties that are symmetric/reciprocal (like the example above)?