Andy Seaborne
Andy Seaborne
URIs and original URLs are ASCII to go in the HTTP request request-uri. (UTF-8 often works anyway nowadays and also it is hidden by browsers.) It does lead to confusion...
This is a clash in SPARQL. `/` is in use elsewhere in property paths. Some of the other characters are possible. But maybe have delimiters for extended prefix names c.f....
Re: ``` PREFIX exEncounter: ex:Encounter/ ``` Technical points: having an extended set of characters at this point is a little tricky for tokenizing. Not impossible but it is not a...
Add Oxigraph https://github.com/oxigraph/oxigraph as an RDF triple store. (I have no connection with the project).
This should be filed under EasierOWL, not EasierRDF.
One of the practical difficulties of bnodes is use in structures; RDF lists, use in values for quantity+unit, because this is fragile. Lists can be broken in some way, or...
There is a risk of "[selection bias](https://en.wikipedia.org/wiki/Selection_bias)" . People who like what there is or who are "getting on with stuff" don't write papers for journals! From https://lists.w3.org/Archives/Public/semantic-web/2018Nov/0170.html > IMO...
Hence ` :p , ; .`
There is some argument in favour of trailing `,` -- I don't have a strong opinion on `,` because I try to avoid using it at all in favour of...
That seems to match both ` , annotation ` and also ` , , , , ,` To stay LL(1), it might have to be recursive: ``` objectList ::= object...