Britta Ladwig-Attinger wrote: > ... > <rdf:RDF> > <rdf:Description about="http://www.w3.org/Home/Lassila"> > <s:Name>"Name of 1st input field</s:Name> > <s:Value>"Value of 1st input field</s:Value> > <s:Name>"Name of 2nd input field</s:Name> > <s:Value>"Value of 2nd input field</s:Value> > etc. > > </rdf:Description> > </rdf:RDF> There is no ordering on the properties defined in RDF. Try someting like this: <rdf:RDF> <rdf:Description about="http://www.w3.org/Home/Lassila"> <dcq:hasPart> <rdf:Bag> <rdf:li parseType="Resource"> <s:name>name1</sname> <s:value>value1</s:value> </rdf:li> .... <rdf:Bag> </dcq:hasPart> </rdf:Description> </rdf:RDF> this is only one possible way to decsribe the data ... regards, stefanReceived on Friday, 13 July 2001 04:58:20 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:44:31 UTC