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


Ian McEwen <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
                   |                            |t




--- Comment #2 from Ian McEwen <[email protected]>  2009-07-05 
22:40:35 UTC ---
I am experiencing the same problem. Versions:

MediaWiki       1.15.0
PHP     5.2.9 (apache)
MySQL   5.0.67
Semantic Mediawiki 1.4.2

wiki: http://wiki.ianmcorvidae.net/

example (failed) RDF export:
http://wiki.ianmcorvidae.net/wiki/Special:ExportRDF/Ian_McEwen

In this case, I'm using FOAF; I also see that in the section where the various
'xmlns:' declarations are made, there is none made for FOAF:

<rdf:RDF
        xmlns:rdf="&rdf;"
        xmlns:rdfs="&rdfs;"
        xmlns:owl ="&owl;"
        xmlns:swivt="&swivt;"
        xmlns:wiki="&wiki;"
        xmlns:property="&property;"
        xmlns:="">

additionally, FOAF cannot be found in the doctype header, although it appears
all other such things are

<!DOCTYPE rdf:RDF[
        <!ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
        <!ENTITY rdfs 'http://www.w3.org/2000/01/rdf-schema#'>
        <!ENTITY owl 'http://www.w3.org/2002/07/owl#'>
        <!ENTITY swivt 'http://semantic-mediawiki.org/swivt/1.0#'>
        <!ENTITY wiki 'http://wiki.ianmcorvidae.net/wiki/Special:URIResolver/'>
        <!ENTITY property
'http://wiki.ianmcorvidae.net/wiki/Special:URIResolver/Property-3A'>
        <!ENTITY wikiurl 'http://wiki.ianmcorvidae.net/wiki/'>
]>

The failing line (in this case; I don't have much using imported vocabularies,
given they didn't work):

        < rdf:resource="&wiki;Ian_McEwen"/>

which should be (I believe):

        <foaf:name rdf:resource="$wiki;Ian_McEwen"/>


-- 
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

Reply via email to