https://bugzilla.wikimedia.org/show_bug.cgi?id=57823

--- Comment #7 from Jaider Andrade Ferreira <[email protected]> ---
Ok. Without 
$smwgNamespace = 'http://any-site.org/id/';
in LocalSettings.php, the the Special:ExportRDF gives URIs like
http://any-site.org/wiki/Special:URIResolver/Rudolph,_Sebastian
and this is the default behavior. This is fine.

With
$smwgNamespace = 'http://any-site.org/id/';
in LocalSettings.php, the the Special:ExportRDF gives URIs like
http://any-site.org/id/Rudolph,_Sebastian

But now, having 
$smwgNamespace = 'http://any-site.org/id/';
the Special:ExportRDF continues providing URIs like
http://any-site.org/wiki/Special:URIResolver/Rudolph,_Sebastian

The problem is not in SMW 1.8 because semanticweb.org is using SMW 1.8 and they
have Pretty URIs, as you noted in comment 3.

This feature is more important for those who uses triple stores, SPARQL
endpoints and cares about linked data, URIs, etc.

As an old (and forgotten) feature, maybe Marcus could have a look at this
issue. I think he wrote most part of the RDF export, right?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to