https://bugzilla.wikimedia.org/show_bug.cgi?id=27779
--- Comment #1 from Alex <[email protected]> 2011-02-28 08:29:40 UTC --- Additional comment: The export outputs "rdf:datatype" instead of "rdf:Datatype". Protege (4.1b) complains about this: it causes reasoners not to start because the schema at http://www.w3.org/2000/01/rdf-schema labels datatype as "Datatype" and Protege imports all the files at the top of an SMW RDF export. A simple perl -i.bak -pe 's/rdf:datatype/rdf:Datatype/g' filename fixes the file so Protege likes it, but perhaps you may want to change line 145 of SMW_Serializer_RDFXML.php to $this->post_ns_buffer .= ' rdf:Datatype="' . $object->getDatatype() . '"'; (see also SMW_QP_RSSlink.php) I am not sure if other OWL/RDF editors are as picky, but hopefully this will help limit any problems. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
