
(PNG, GIF, SVG source file)
Please see the W3C Semantic Web Logos and Policies page for license details. This button is derived from the original W3C ones.

xmlns:foo="...") can be supported by a pure DTD/SGML-based validator (the FF extension uses openSP). FWIW, I couldn't get it to work.
Like many other SemWeb weavers, I followed Tom's call for last week-end's SemanticCamp London. So much fun! I used the opportunity to discuss a number of ideas I've been pondering for quite some time, and it was great to be able to get more direct insights from microformats community members. I had the impression that the event helped bringing RDFers and microformateers a little closer together. At least in the conversations I had. There was no childish "your approach is flawed/too limited/doomed to fail", and I think I didn't hear a single (serious) "fundamentally". A lot of "I prefer", "I don't like", and a number of tongue-in-cheek comments, but that's cool as part of a starting dialog. Much better than the progress-blocking arrogance we've seen for much too long (in both camps, btw).$config = array(
...
'store_triggers' => array(
/* register LOAD triggers */
'load' => array('updateFriendsList', 'crawlXFNLinks'),
),
);
$ep = ARC2::getStoreEndpoint($config);
$ep->go();
PREFIX mysql: <http://web-semantics.org/ns/mysql/> PREFIX foaf: <http://xmlns.com/foaf/0.1/>I talked a little bit more about these things with Danny Ayers in a recent podcast.
SELECT ?person WHERE { ?person foaf:givenname ?n1 ; foaf:family_name ?n2 . FILTER (mysql:concat(?n1, " ", ?n2) = "Alec Tronnick") . }