rdflib.js icon indicating copy to clipboard operation
rdflib.js copied to clipboard

Handling of base URI

Open redaktor opened this issue 10 years ago • 1 comments
trafficstars

There might be some issues with the handling of base URI.

  • if n3 has @base or rdf/xml has xml:base : Shouldn't it supersede any previous given base URI ?
  • when serializing from n3 to rdf/xml base URI seems to get lost : Shouldn't it become the xml:base attribute in the <rdf:RDF> ? (same vice-versa)
  • when working with local files: Shouldn't it be a MUST to specify a base URI as fallback instead of falling back to the local path ?, seeAlso: the 'beware of this' comments by Sir timbl in sparqlUpdate.js

redaktor avatar Feb 09 '15 12:02 redaktor

Might be relevant to #245 and #251

ManuelTS avatar Jan 19 '22 13:01 ManuelTS