Reto Gmür
Reto Gmür
The README should contain instructions on how to build the artifacts (specifically the zip and exe file). Also, I'd suggest having a main branch with no generated artifacts and have...
When no lower priority renderer is available, fail (which isn't worse than the current StackOverflow). An alternative would be to introduce a new keyword specifically to delegate to lower priority...
When a file fails to parse, one gets something like: ``` 4/15/2018 4:56:18 PMLoading RDF data from factsmission/psps.factsmission.org 4/15/2018 4:56:28 PM263709000 [jersey-server-managed-async-executor-4] ERROR org.apache.jena.riot - [line: 7, col: 14] Undefined...
currently there is : ` a uv:PredicateMatcher ; uv:matcherName "rdfschema_label" ;` It seems unnecessary to have a literal as matcher name given that the resource is identified by an IRI...
By adapting matcher.ttl and templates html with ``` a uv:PredicateMatcher ; uv:matcherName "knows" ; uv:order 1100000 ; uv:predicate ; uv:templateId "knows" ; uv:templateVariable "pos" ``` and ``` knows: ``` I...
To facilitate censorship resistant social networks, s0srs should support a FOAF environment variable. - If set to 0 s0srs only stores the event of the specified key (i.e. current behavior)...
``` _:1 "o". ``` the blank node identifier seems legal as https://www.w3.org/TR/n-triples/ says: "The characters _ and [0-9] may appear anywhere in a blank node label." But inserting that in...