December 30th, 2002 |
Published in
perl, rdf
Having created RDF summaries for each Movable Type entry, I wanted a way to add extra triples to that RDF. For a first go, it seems reasonable to make any triple that can be added to an entry have that entry as its subject, so I used a shorthand (no subject, namespace-abbreviated) syntax inspired by N-Triples and wrote an MT global filter plugin (src) to transform it into RDF/XML.
Read the rest of this entry »
December 30th, 2002 |
Published in
java, rdf | 1 Comment
I’m collating writings about my various hacks and projects in a Movable Type system, but hopefully without actually creating a blog as such. I’d rather generate ad-hoc navigation based on the categories of the items, so creating RDF-based sitemaps seems like a good idea.
Read the rest of this entry »
December 23rd, 2002 |
Published in
foaf, javascript, photos, svg, wordnet | 2 Comments
I felt it was time to learn a bit more about SVG and do some concrete work with it. I made a fairly simple SVG document that renders picdiary feeds. It parses the RSS and builds the page on the client-side using Jim Ley’s lovely javascript rdf parser.
Compare the HTML version to the SVG version. There’s nothing in the SVG version that couldn’t be rendered in HTML; the interest was in doing the job entirely client-side.
Read the rest of this entry »
December 17th, 2002 |
Published in
foaf, photos, rdf, rss, xml | 1 Comment
A mail sent to RSS-DEV about work in progress on picdiary and its use of RSS for cataloguing photos.
Read the rest of this entry »
December 10th, 2002 |
Published in
photos, rdf, wordnet
A browseable hierachy of pictures organised by the hierarchy of the wordnet terms depicted in them. Start browsing at Artifact or look at the RSS backend.
November 29th, 2002 |
Published in
photos, rss, wordnet
This search engine uses wordnet to find synonyms of search terms, and hypernyms of marked-up keywords. So a search for skyscraper finds one picture and a search for structure finds the skyscraper and a load of other pictures too.
Read the rest of this entry »
September 29th, 2002 |
Published in
perl, rdf, sql | 2 Comments
As with the ruby rdf parser, this runs XSLT over your RDF/XML to make ntriples then parses those. It spits out mysql insert statements ready for querying with my rdf sql query stuff.
rdfparse-perl.tar.gz
Read the rest of this entry »
August 26th, 2002 |
Published in
bots, java, perl, rest | 1 Comment
August 20th, 2002 |
Published in
perl, php, rdf, sql
A simple algorithm for translating rdfdb-style queries into SQL to query a triple store with a very simple schema. A perl and a PHP implementation is provided.
August 3rd, 2002 |
Published in
photos, rdf | 2 Comments
A mail sent to www-rdf-interest after attempting to embed XMP metadata in JPEGs.
(It turns out my code doesn’t do the jpeg embedding quite right. It looks like the JPEG-XMP package will do it correctly.)
Read the rest of this entry »