From "Changes":
Overhauled RDF output. Changes: - everything is no longer classified as a restaurant(!) - empty tags are no longer generated - switch to W3C contact namespace for addressing data - move homepage tag out of wiki metadata - logical structure improvements (subjects of pages are now identified as spatial things instead of being anonymous FOAF topics).
Examples...
Before: http://london.openguides.org/index.cgi?id=Hen%20And%20Chickens%2C%20N1%202NA...
After: http://un.earth.li/~earle/cgi-bin/wiki.cgi?id=Example%20Node;format=rdf
Now in CVS on un, please test.
On Thu 26 Feb 2004, Earle Martin openguides@downlode.org wrote:
Overhauled RDF output. Changes:
Can you check this with Jo and Libby? Do you want me to make a release?
Kake
Can you check this with Jo and Libby? Do you want me to make a release?
can you send a url that would be great. we could run it by the folks on rdfig / foaf if you havent already. though personally i find that sometimes disheartening ;)
i patched the rdf output of the wiki we used at the locative workshop - e.g. http://locative.net/etcon/plan.pl?id=Rdf3d;format=rdf it just uses my generic RDF::Simple::Serialiser so the output isn't ultra human readable...
zx -- "Common sense won't tell you. We have to tell each other." -DNA
On Tue 02 Mar 2004, jo walsh jo@abduction.org wrote:
can you send a url that would be great. we could run it by the folks on rdfig / foaf if you havent already. though personally i find that sometimes disheartening ;)
These are the ones Earle sent:
Before: http://london.openguides.org/index.cgi?id=Hen%20And%20Chickens%2C%20N1%202NA...
After: http://un.earth.li/~earle/cgi-bin/wiki.cgi?id=Example%20Node;format=rdf
I forgot that we had RDF category indices too. There was lots of shonky stuff in there, including a non-existent "gs:" (oops, dated...) namespace for most of the stuff. So I worked it over too.
Before: http://london.openguides.org/index.cgi?action=index;index_type=category;inde...
After: http://un.earth.li/~earle/cgi-bin/wiki.cgi?action=index;format=rdf
(Examples selected for brevity of output - try using the W3C RDF validator to get diagrams of them.)
Again, in CVS on un.
----- Original Message ----- From: "Earle Martin" openguides@downlode.org To: "Discussion of development on the OpenGuides software" openguides-dev@openguides.org Sent: 03 March 2004 12:40 Subject: [OpenGuides-Dev] RDF Overhaul, Part the Second
I forgot that we had RDF category indices too. There was lots of shonky stuff in there, including a non-existent "gs:" (oops, dated...) namespace for most of the stuff. So I worked it over too.
Before: http://london.openguides.org/index.cgi?action=index;index_type=category;inde...
After: http://un.earth.li/~earle/cgi-bin/wiki.cgi?action=index;format=rdf
Looks good. Is there any way we can get the list of categories for a page into the RDF? This would be really useful for something I am attempting.
Something on the lines of:
- <og:Wiki rdf:ID="obj"> dc:titleAldgate Station</dc:title> og:CategoryTube</og:Category> og:CategoryTube Termini</og:Category> </og:Wiki>
but I'm not very well up on the semantics of RDF. In the mean time I will scrape the HTML pages with HTML::TokeParser.
Looking further into it, dc:Type and dc:Subject are both tags for categorizers.
Thoughts please.
(Examples selected for brevity of output - try using the W3C RDF validator to get diagrams of them.)
This is cool! I find links from this to places like http://dublincore.org.
Cheers,
Ivor.
Ivor wrote:
Looks good. Is there any way we can get the list of categories for a page into the RDF? This would be really useful for something I am attempting.
Yes, I've done that now: http://un.earth.li/~earle/cgi-bin/wiki.cgi?id=Aldgate%20Station;format=rdf
Kake, looking at Changes I can see a number of things done for 0.31, so I think we could be at the right point for a release. What do you think?
openguides-dev@lists.openguides.org