On 01/04/2013 16:52, Kingsley Idehen wrote:
But rdfs:sameAs doesn't exist i.e., it isn't defined anywhere, or am I
missing something here?
yes will replace with owl:sameAs
I'm working with a horrible template-driven system that takes months to
change so may end up with inline vocab declarations in the interests of
expediency.
so:
<span rel="rnews:about"
resource="http://www.bbc.co.uk/things/4c0ccb99-7042-49e5-bb44-338b540441eb#id">
<span xmlns:owl="http://www.w3.org/2002/07/owl#" rel="owl:sameAs"
resource="http://dbpedia.org/resource/Buckinghamshire_County_Council"></span>
</span>
which works according to
http://www.w3.org/2007/08/pyRdfa/extract?format=turtle&uri=http://www.topdrawersausage.net/rnews-example.html
(but have an xmlns attribute on a span makes me shudder a bit. I tried
using the rdfs vocab attribute but this didn;t seem to work in this
context.)
JT