Skip to content
Snippets Groups Projects
Commit ec64a2a2 authored by alangrafu's avatar alangrafu
Browse files

Testing use of external (i.e., with a different namespace and hence non-dereferenceable)

- Added debug flag, when `true` returns in page SPARQL query as well as
results array

Right now, when http://example.org uses data with namespace
http://another.com
- Every time a SELECT is executed, it will change http://another.com to
http://example.org.
- This is not the case for DESCRIBE/CONSTRUCT
- N-Triples, Turtle and RDF/XML versions works fine so far

Problems:
- No description for new URI in http://example.org
- Not clear how to link URI in http://exampler.org to
http://another.com. Suggestion: `<http://example.org/abc> owl:sameAs
<http://another.com/abc>` . It is no clear __when__ to do it
parent 07d449d4
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment