Hi Steph
On 01/04/2013 16:33, Stéphane Corlosquet wrote:
Hi Jeremy, Your markup works fine for me. Try this on www.w3.org/2012/pyRdfa/ <http://www.w3.org/2012/pyRdfa/> or http://rdf.greggkellogg.net/distiller <div prefix="rnews: http://iptc.org/std/rNews/2011-10-07#"> <span rel="rnews:about" resource="http://www.bbc.co.uk/things/4c0ccb99-7042-49e5-bb44-338b540441eb#id"> <span rel="owl:sameAs" resource="http://dbpedia.org/resource/Buckinghamshire_County_Council"></span> </span> </div> It gives: <> rnews:about <http://www.bbc.co.uk/things/4c0ccb99-7042-49e5-bb44-338b540441eb#id> . <http://www.bbc.co.uk/things/4c0ccb99-7042-49e5-bb44-338b540441eb#id> owl:sameAs <http://dbpedia.org/resource/Buckinghamshire_County_Council> . Isn't that what you want? Steph.
I was using www.w3.org/2012/pyRdfa/ already but you finding my snippet to work may me re-check the full document - it looks like the problem was with the owl vocab declaration. When I change from owl:sameAs to rdfs:sameAs it works:
http://www.w3.org/2007/08/pyRdfa/extract?format=turtle&uri=http://www.topdrawersausage.net/rnews-example.html Thanks for the pointer JT
