bug with attributes on propertyNode?

The RDF parser http://www.w3.org/1999/02/26-modules/
seems to generate something
bogus for the foaf:homepage element below:

details later... wanna archive this before I forget.


<?xml version="1.0" encoding="utf-8"?>
<r:RDF xmlns:DubC="http://purl.org/dc/elements/1.1/"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:h="http://www.w3.org/1999/xhtml"
xmlns:pim="mid:dans-personal-information-management-stuff@w3.org"
xmlns:r="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:s="http://www.w3.org/2000/01/rdf-schema#"
xmlns:wn="http://xmlns.com/wordnet/1.6/"
xmlns="http://www.w3.org/1999/xhtml">
  <wn:Person
  r:about="http://rdfwebring.org/rweb/who?mbox=mailto:connolly@w3.org">

    <foaf:mbox r:resource="mailto:connolly@w3.org" />

    <foaf:homepage r:resource="http://www.w3.org/People/Connolly/"
    DubC:title="Dan Connolly, W3C" />

...

-- 
Dan Connolly, W3C http://www.w3.org/People/Connolly/

Received on Friday, 7 July 2000 17:40:59 UTC