Pierre-Antoine Champin
Pierre-Antoine Champin
@JoelBender I just try your two examples, and I do get the same result... ``` python from pyld.jsonld import expand from pprint import pprint data_w_ctx = { "@context": { "@base":...
I notice that GraphDB 9.10.1, which seems to be using YASR and YASQE, has some support for SPARQL-star in them. @VladimirAlexiev any chance to see these changes open-sourced and submitted...
I should manage... :) Will do, soonish.
Nitipicking: w3id.org is not a host, it is a redirection service. It does not directly solve the problem @chiarcos is raising. However, it can indeed be a part of the...
One meta-deliverable could be to make it easier to update RDF. See #88
In order to reach a possibly larger audience, I relayed this discussion to the semantic.web mailing list: https://www.w3.org/mid/[email protected]
<nitpicking>literal datatypes are not stricly part of the RDF core model, so for me, literal "normalization" would be a feature above RDF rather than a feature of RDF -- more...
@aucampia > Some concerns with using "URL" over "IRI" is that in most cases identifiers should not be URLs at all, but rather other types of URIs, such as URNs,...
Could we solve this the other way around, i.e. by making it easier to handle and reuse big lists of prefixes? What if we allowed a set of prefix definitions...
A slightly different, but related question: do we really want the timezone offset to be *optional*? Strictly speaking, a dateTime without an explicit timezone is ambiguous. If it is expected...