- From: Dan Brickley <danbri@w3.org>
- Date: Tue, 2 Sep 2003 13:34:31 -0400
- To: Eric Prud'hommeaux <eric@w3.org>
- Cc: www-rdf-interest@w3.org, www-annotation@w3.org, Philippe Le Hegaret <plehegar@w3.org>, danbri@w3.org
* Eric Prud'hommeaux <eric@w3.org> [2003-07-29 18:17-0400] > The mailing list search [1] results are now available in triple > languages. Eric, I heard a rumour this might be applicable to spam tagging. In fact I remember volunteering to follow up your post to this thread pretending the idea was mine all mine. Sadly that was some time ago, before the last spamstorm trashed our lists, and I no longer quite recal what we were thinking of in that space. Perhaps something along lines of doing RDF / fulltext searches here and taking the results and human-checking or spamassasin checking and then feeding an Annotea server with claims about msgs that appear to be spamlike...? Or did I/you/we/they have something else in mind? cheers, memoryboy ps. http://www.w3.org/2001/12/rubyrdf/util/foafwhite/intro.html whitelist filtering stuff related but distinct i think... > The accet header tells it how to render the results. The > following accept headers are defined: > application/rdf+xml > application/n3 > application/soap+xml > > You can try this with the GET script that comes with perl's LWP CPAN > module: > GET -H Accept:\ application/rdf+xml http://www.w3.org/Search/Mail/Public/search?keywords=hommeaux > > You can use the form [1] to generate the above URLs in a conventional > browser and then script it as above. You may also want to try it with > the advanced_search script [2]. You will simply get longer URLs. > > The SOAP serialization is interesting as it uses SOAP for some of the > transaction information and keeps the queried data in RDF in a SOAP > Body: > GET -H Accept:\ application/soap+xml http://www.w3.org/Search/Mail/Public/search?keywords=hommeaux > <?xml version="1.0" encoding="iso-8859-1"?> > <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope" > xmlns:email="http://www.w3.org/2000/10/swap/pim/email#" > xmlns:search="http://www.w3.org/Team/2001/09/search/search.pl#" > xmlns:session="http://dev.w3.org/cvsweb/perl/modules/W3C/Util/W3CDebugCGI.pm"> > <env:Header> > > <session:id>1059516344.687881</session:id> > </env:Header> > <env:Body> > <rdf:RDF xmlns:email="http://www.w3.org/2000/10/swap/pim/email#"...> > ... > </rdf:RDF> > > </env:Body> > </env:Envelope> > > > Perhaps Philippe has written some WSDL for this but I can't remember. > > [1] http://www.w3.org/Search/Mail/Public/search > [2] http://www.w3.org/Search/Mail/Public/advanced_search > -- > -eric > > office: +1.617.258.5741 NE43-344, MIT, Cambridge, MA 02144 USA > cell: +1.857.222.5741 > > (eric@w3.org) > Feel free to forward this message to any list for any purpose other than > email address distribution.
Received on Tuesday, 2 September 2003 13:35:03 UTC