My recent look at microformats has lead me to think more about the levels of grey between being able to fully interpret (understand) data, and not being able to interpret it at all. Microformats are currently very binary in this regard - either the software knows the microformat and is able to interpret it, or […]
Read Full Post »
Have spent some spare time looking at microformats recently (and more importantly, writing a microformats parser).
The main thing that troubles me is that microformats have no explicit way of conveying the structure of the data. This scuppers the idea of a general microformats importer (which I would obviously like for JAM*VAT, amongst other things).
There are […]
Read Full Post »
Posted in General on Nov 17th, 2005 No Comments »
I’ve finally got round to moving my phildawes.net domain over to my textdrive account. Apologies to anybody trying to access the site during the downtime. This means I can construct decent URLs for my jamvat demo stuff rather than using the phildawes.textdriven.com domain - hurrah.
(BTW, the motivation for moving was generated by Lion’s tagtriples page […]
Read Full Post »
I couldn’t find a way to comment on Benjamins post, so I’ve stuck it here:
What indexing are you using? My tagtriples store schema is basically a table with 4 ids which joins to an (ID,String) table. When it used to be an RDF store this held both literals and URIs.
I found the key to getting […]
Read Full Post »
Two ways to enable the disambiguation of data:
ensure that each identifier is namespaced so that it can’t collide with any other
or
allow identifier names to collide, but also capture context to enable the consumer to disambiguate
RDF relies on the former approach, English the latter.
N.B. An advantage of the latter approach is that it allows the […]
Read Full Post »