From martin at weborganics.co.uk Sun May 9 08:02:10 2010 From: martin at weborganics.co.uk (Martin McEvoy) Date: Sun May 9 08:02:20 2010 Subject: [uf-discuss] ANN: Transformr Version 1.0 Message-ID: <4BE6CE72.8020606@weborganics.co.uk> Hello all I am Pleased to announce Transformr version 1.0[1] Transformr Version 1.0 fixes most of the bugs that existed in previous 0.X.X versions. Transformr 1.0 uses the latest version of ARC2[2] for processing and parsing all rdf output. RDF transformations now allow you specify alternative RDF output such as rdfjson, ntriples, turtle, RDFa and HTML+microdata . With special thanks to Matthias Pfefferle There is a NEW webservice, available at http://microform.at/ which should prove more robust and permanent than the previous web-service at transformr.co.uk ( which no longer exists ) 1.0 supports get by referrer and get by referrer ID which means that you can easily create links from your website that extract individual hcards, hatom, hcalendar ...etc. there are some examples of get by referrer id here http://weborganics.co.uk/demo/referer More information on conversion urls is availble here : http://github.com/WebOrganics/TransFormr#readme. [1] http://github.com/WebOrganics/TransFormr [2] http://arc.semsol.org/ Best wishes -- Martin McEvoy From mail at tobyinkster.co.uk Fri May 14 02:09:46 2010 From: mail at tobyinkster.co.uk (Toby Inkster) Date: Fri May 14 02:11:15 2010 Subject: [uf-discuss] VoteLinks Message-ID: <1273828187.11625.15.camel@ophelia2.g5n.co.uk> If on a page I'm writing about Albert Einstein, I include: Does that mean that I'm negatively endorsing quantum physics, or that Albert Einstein did? Or both? Or is this undefined? *How* can we determine who the voter is? *Can* we determine who the voter is? -- Toby A Inkster From tantek at cs.stanford.edu Fri May 14 02:18:21 2010 From: tantek at cs.stanford.edu (Tantek Celik) Date: Fri May 14 02:25:52 2010 Subject: [uf-discuss] VoteLinks Message-ID: <2131237955-1273828729-cardhu_decombobulator_blackberry.rim.net-2030555592-@bda088.bisx.prod.on.blackberry> VoteLinks was originally proposed in the context of blogs and bloggers' opinions. Thus if you include that markup in a blog post you are writing, then you are expressing the vote-link one way or another. Thus in the example of a blog (e.g. with hAtom), the voter is the author of the blog. Tantek ------Original Message------ From: Toby Inkster Sender: microformats-discuss-bounces@microformats.org To: microformats-discuss@microformats.org ReplyTo: Microformats Discuss Subject: [uf-discuss] VoteLinks Sent: May 14, 2010 02:09 If on a page I'm writing about Albert Einstein, I include: Does that mean that I'm negatively endorsing quantum physics, or that Albert Einstein did? Or both? Or is this undefined? *How* can we determine who the voter is? *Can* we determine who the voter is? -- Toby A Inkster _______________________________________________ microformats-discuss mailing list microformats-discuss@microformats.org http://microformats.org/mailman/listinfo/microformats-discuss From sahuguet at google.com Tue May 25 13:37:05 2010 From: sahuguet at google.com (Arnaud Sahuguet) Date: Tue May 25 13:37:46 2010 Subject: [uf-discuss] how to enrich hCard with business category info Message-ID: Hi, how would you enrich the hCard of a local business with some category information? I read about the rel-tag but it does not seem to be appropriate here. regards, -- Arnaud From info at csarven.ca Sat May 29 09:34:43 2010 From: info at csarven.ca (Sarven Capadisli) Date: Sat May 29 09:34:51 2010 Subject: [uf-discuss] how to enrich hCard with business category info In-Reply-To: References: Message-ID: <1275150883.1877.63.camel@csarven-laptop> On Tue, 2010-05-25 at 16:37 -0400, Arnaud Sahuguet wrote: > how would you enrich the hCard of a local business with some category > information? I think VCARD:CATEGORIES (or possibly VCARD:ROLE) is what you are looking for. See sections '3.6.1 CATEGORIES Type Definition' and '3.5.2 ROLE Type Definition' at http://www.rfc-editor.org/rfc/rfc2426.txt -Sarven