[foaf-dev] RDFa for HTML imagemap accessibility and clipart?
Hi folks
Digging out an old hack here, to see how it looks in the light of RDFa.
I'd like someone to explain to me how current RDFa could be used to
extract info from imagemap markup. I'll try to find out myself using the
.js parser, but I'm not currently intimate with the subtle details of
the spec.
HTML has a somewhat neglected notation for describing regions of images,
and associating them with links. Here's a picture of me markup up in
this way, using YokMap, a Shareware MacOSX imagemap editor:
http://danbri.org/2008/imagemap/real.html
The markup is small enough I'll include it inline here:
<map name="da8bb51_b" id="da8bb51_b">
<area
shape="POLY"
coords="463,662,450,633,441,604,433,573,429,561,431,542,431,531,439,503,446,487,465,460,476,435,486,407,500,382,511,363,528,348,543,315,549,301,581,288,629,279,652,275,668,275,681,263,693,257,710,250,706,248,700,240,697,221,696,204,691,198,688,186,691,173,693,167,693,158,697,146,699,135,706,128,702,123,709,113,710,104,722,101,723,93,742,93,756,92,766,86,767,93,778,85,803,82,803,88,813,89,813,95,826,104,842,113,853,123,864,145,871,160,879,172,875,176,881,184,879,190,882,199,879,213,877,222,869,229,866,234,859,256,853,267,866,282,875,284,923,283,936,284,941,290,948,295,962,301,969,310,977,328,986,338,990,350,1008,368,1015,373,1021,382,1012,526,1022,744,1007,741,982,721,962,732,949,731,947,767,517,767,520,759,488,720,475,697,466,681"
href="http://danbri.org/" />
</map> <img src="2169955372_503da8bb51_b.jpg" width="1024"
height="770" usemap="#da8bb51_b" />
A few years ago, both in the FOAF project and as part of the EU
SWAD-Europe project some of us were experimenting with using this as
metadata in RDF, and as something that can be transformed and visually
presented with SVG.
(Continue reading)