news and thoughts on and around the development
of the iCite net
by Jay Fienberg
posted: Aug 9, 2003 8:19:49 PM
I thought my title might be a little catchier than Danny Ayers' post, FOAF query service, which is actually the name of what we are both linking to: FOAFQ: FOAF Query Service, but I guess it just semantics.
So, yes, check this out—you can easily search the FOAFynet, thanks to Sean B. Palmer. Yeah!
I had an idea to include all of the FOAF properties, alphabetized, in a drop-down UI so that it would be easier to form queries—here is a working version of this interface—try it!
Feel free to grab and use my UI code—I will pass it along to Sean too in case he would like to incorporate it directly into FOAFQ.
I think this FOAF search engine nicely demonstrates some real semantic web / RDF coolness potential.
update: fixed the javascript to work better cross-browser. Thanks!
permalink | comments {6} · trackbacks {1}
also available as: rss · rss2 · rdf · atom
Comment by: Danny · http://dannyayers.com
posted: Aug 9, 2003 8:02:35 PM
heh, script in blog comments, right...it is a bit late here <script language="JavaScript"> function doIt(args){ var selected = args.property.selectedIndex; args.query.value = ''+args.property.options[selected].value+' of '+args.term.value; } </script> <form name="foafsearch" action="http://sbp.f2o.org/2003/foafq" onsubmit="doIt(this)">
Comment by: Jay Fienberg · http://icite.net/blog/
posted: Aug 9, 2003 8:28:00 PM
Thanks Danny. I am always rusty on my cross-browser QA on weekends. I think my fix will work now for everyone. FYI, I purposely kept the JavaScript inline for portability (to RSS readers).
Comment by: libby · http://planb.nicecupoftea.org
posted: Aug 10, 2003 6:43:24 AM
Hi Jay, cute interface...I just wanted to warn you that although I try and keep my service running (sean's service is querying my http interface to my foaf database) - it may sometimes die, being somewhat experimental...
Comment by: Danny · http://dannyayers.com
posted: Aug 10, 2003 2:30:14 PM
Nice one Jay - works a treat now.
Comment awaiting approval
posted: Mar 21, 2006 11:48:08 AM
trackback from: Raw Blog
posted: Aug 10, 2003 2:34:48 PM
title: FOAF Search Engine
Jay Fienberg has a neat little combo-box interface to Sean B. Palmer's FOAF Query Service which in turn uses Libby...
Note: All comments and trackbacks are moderated. Spam is deleted. Other comments are approved as promptly as possible.
Note: Older posts no longer accept new comments or trackbacks.
« prev post
Read the San Francisco Muni exposé
» next post
Sunny Sunday afternoon in San Francisco
blog archive
2006: jan · feb · mar · apr may · jun · jul · aug sep · oct · nov · dec 2005: jan · feb · mar · apr may · jun · jul · aug sep · oct · nov · dec 2004: jan · feb · mar · apr may · jun · jul · aug sep · oct · nov · dec 2003: may · jun · jul · aug sep · oct · nov · dec first post: April 30, 2003 highlight views: Spammers' Choice
Jay elsewhere online
Jay Fienberg - the official home page
Wrong Notes - the music blog of the Ear Reverends
Fine & Full, aka, a fine and full burger
Sociomobilepoetextologia (moblog, currently inactive due to lack of proper mobile)
to enjoy roll
sites I like to read when I start from here
· Anastasia Fuller
· Andy Baio
· Biz Stone
· Boris Mann
· Bre Pettis
· Chris Dent
· Danny Ayers
· Dare Obasanjo
· David Czarnecki
· David Weinberger
· Don Park
· Evan Williams
· Greg Narain
· Jason Kottke
· Jim Benson
· Lucas Gonze
· Marc Canter
· Matt May
· Matt Mullenweg
· Michal Migurski
· Nancy White
· Rebecca Blood
· Reg Cheramy
· Richard MacManus
· Sam Ruby
· Shelley Powers
· Tim Bray
· danah boyd
Comment by: Danny · http://dannyayers.com
posted: Aug 9, 2003 8:01:31 PM
Mighty cool, but I can't get it to work on IE6 - problems with the combo box. [surname] Jay Fienberg the query goes off as : http://sbp.f2o.org/2003/foafq?query=+of+Jay+Fienberg+&property=surname&term=Jay+Fienberg+ I've tried pulling it out to have a look, this still doesn't work :