On Sunday 28 November 2004 09:22 pm, Kake L Pugh wrote:
On Sun 28 Nov 2004, Chris Prather chris@prather.org wrote:
Currently the RDF view of a page doesn't give the current Categories or Locales.
Yes it does! eg http://london.openguides.org/?id=Whitgift_Centre%2C_Croydon;format=rdf
Ack! And now that I look again with less weary eyes, it is all there. However There are no links!
<geo:SpatialThing rdf:ID="obj" dc:title="Whitgift Centre, Croydon"> <!-- categories --> dc:subjectMalls</dc:subject> dc:subjectShopping</dc:subject>
<!-- address and geospatial data --> <city>London</city> <postalCode>CR0 1LP</postalCode> <country>United Kingdom</country>
foaf:based_nearwn:Neighborhoodfoaf:nameCroydon</foaf:name></wn:Neighb orhood></foaf:based_near>
This is wonderful, but I'd like to have a few Links in there like:
<rdfs:seeAlso rdf:resource="http://london.openguides.org/index.cgi?action=index;index_type=category;inde..." />
<rdfs:seeAlso rdf:resource="http://london.openguides.org/index.cgi?action=index;index_type=category;inde..." />
and
<rdfs:seeAlso rdf:resource="http://london.openguides.org/index.cgi?action=index;index_type=locale;index_..." />
in there, perhaps inside the wn:Neighborhood along with the foaf:name, it would make moving backwards from a specific node to it's containers easier to do programmatically.
However I could be going about this all wrong though too, there are aparently quite a few RDF people who actively listen to this list.
-Chris