|
From: Olivier G. <o.g...@no...> - 2007-11-27 12:55:28
|
Hi everyone ! I found the source of the problem : > $idPerson = "Output.rdf#".$varPrenom.$varNom; should have been $idPerson = "#".$varPrenom.$varNom; I do not get rdf:ID anymore, but i get multiple <rdf:Description rdf:about="Output.rdf"> <foaf:Person rdf:resource="#OlivierGendrin"/> </rdf:Description> <rdf:Description rdf:about="#OlivierGendrin">[...] That are said to be valid by http://www.w3.org/RDF/Validator/. I still have to understand, but i can work now :-) |