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

--- Comment #1 from Gregor Hagedorn <[email protected]> 2012-11-26 
14:11:06 UTC ---
Examples: the vocabulary status
vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"; defines a "term_status". We
have a proxy defined for this here:
http://terms.gbif.org/wiki/Property:vs:term_status
with the import here:
http://terms.gbif.org/wiki/MediaWiki:Smw_import_vs

However, where used, it produces broken xml, because the namespace is defined
as 
xmlns:vs="status http://www.w3.org/2003/06/sw-vocab-status/ns#"; (starting with
"status") and the RDF is created as:

<vs:term
rdf:datatype="http://www.w3.org/2001/XMLSchema#string";>recommended</vs:term>

i.e. with vs:term (which does not exist) instead of vs:term_status.

We use the newest version of SMW (yet on mw 1.18, however), see
http://terms.gbif.org/wiki/Special:Version

For our project, this is a blocker.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- 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