Martynas Jusevičius
Martynas Jusevičius
So is there a way to avoid `` when serializing `Dataset`? I'm using N-Quads.
> @namedgraph In what sense is the `` an issue for you? Any N-Quads parser should parse that as data in the default graph, right? Uhh, no? This is not...
What's the status of this? How hard can it be to add a single method?
Why did it have to be removed in the first place? It exists in 1.9, and 2.x still supports `MultivaluedMap`.
Linked Data is about self-describing resources. If `http://dbpedia.org/resource/Copenhagen` is requested, RDF data with `http://dbpedia.org/resource/Copenhagen` in the subject position (and possibly additional resource descriptions) should be returned. If `https://dbpedia.org/resource/Copenhagen` is requested,...
So essentially DBPedia's `http://` identifiers are canonical, and `https://` should not be used and only occur behind the scenes during the redirects?
I think the easiest way to encounter this issue is just to grab the URL from the browser's address bar, which after the redirects is the `https://` URL, and then...
I wouldn't blame the Semantic Web for this, as RDF doesn't really care about `http://` or `https://` :) I would attribute this to legacy conventions/technical debt. As you mentioned the...
@JJ-Author another problem with `http://` as canonical URIs is that they cannot be requested from a secure page.
`export DOCKER_BUILDKIT=0` worked for me on WSL2. Looks like `buildkit` usage is recent? I would expect it to work as previously though.