[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
thoughts/opinions about Yahoo's SearchMonkey?
- To: atom-syntax@xxxxxxx
- Subject: thoughts/opinions about Yahoo's SearchMonkey?
- From: "Peter Keane" <pkeane@xxxxxxxxxxxxxxx>
- Date: Sun, 12 Oct 2008 20:45:51 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:mime-version:content-type:content-transfer-encoding :content-disposition:x-google-sender-auth; bh=1uGM6NsBQVu/+tk9hX/I3PmJw/RikZVxbwx9VPxmS60=; b=nsjksMIAZbBs8ZuoNoJQ4Tv8p61C+zgFN4hp3VnUrc1q3N2hlOUxL7pGhi8Bxns92s i1zpzvasDzhWsQY8kqjnkjDj26A6hn+Qciq/OBZ7JxVKRIZUqkDd6hl65LH+Oz0VelEN S/dy4AUtDg7yjzJwRMCQp0mNkxst85PCkIfMs=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition:x-google-sender-auth; b=QANbX205HSD6eYHe02y1BjKjUXoYwUYrDM3onBSyMythUFYr6N13KPNz81IkvBRJPB CEJpuXGFqGU8aMwUuujcH6YSbK52t9Sj2RUISDVbWOSsajchGXw0kOhgV5RNJXPWepUF S4tCW/aqv215ip06RzY0YTdSAfpXKDGSCaM+I=
- List-archive: <http://www.imc.org/atom-syntax/mail-archive/>
- List-id: <atom-syntax.imc.org>
- List-unsubscribe: <mailto:atom-syntax-request@imc.org?body=unsubscribe>
- Sender: owner-atom-syntax@xxxxxxxxxxxx
Does anyone here in the Atom world have thoughts or opinions about
Yahoo's SearchMonkey and related specs, esp. DataRSS [1]?
SearchMonkey is obviously aimed at improving search for producers and
consumers, but the approach to adding metadata to resources has wide
applicability. Not that it's the be-all and end-all, but rather
another interesting point of triangulation on the problem(s) that we
are all trying to address.
I keep seeing DataRSS as a more generic MediaRSS (also from Yahoo),
although I am not sure that's an accurate take. It also looks like a
way to use RDF (by way of RDFa mechanisms) with an Atom feed. I also
see it as a pretty clean and easily understandable way to add
arbitrary metadata to a link (something which I feel like we need, and
which has been discussed here many times before).
Essentially, you create an "adjunct" extension that live in an
atom:entry. It's repeatable, in that multiple parties can make an
assertion about a particular resource. By the way, the docs talk
about DataRSS as a "specification for conveying structured data for
URLs," which in the context of SearchMonkey mean that when a
particular URL is turned up in a search result, this adjunct is ready
in the wings to provide the metadata for a nicely presented Google
OneBox style summary. Within the adjunct, you can have "meta"
elements (key-value pairs describing the adjunct) and/or "items"
(think atom:link) which in turn can have meta elements.
Interestingly, items can contain other items, which makes for a
powerful, if potentially unwieldy structure.
Perhaps to deal with some of that potential explosion of complexity
and non-standard approaches, they offer both a recommended set of
vocabularies to use with DataRSS [2] and a set of sample DataRSS for
various common content types [3].
--peter keane
[1] http://developer.yahoo.com/searchmonkey/smguide/understand_datarss.html
[2] http://developer.yahoo.com/searchmonkey/smguide/profile_vocab.html
[3] http://developer.yahoo.com/searchmonkey/smguide/datarss-examples.html