Archive

Archive for January, 2008

Permeabilidad de los fenómenos Web 2.0

January 31st, 2008
¿Cuál es el impacto en el mundo real de los proyectos Web 2.0? ¿Cuáles disfrutan de un mayor impacto? ¿Cómo podemos clasificar los distintos tipos de impacto? ¿Posee el mundo físico el mismo grado de permeabilidad con respecto a todos los ...

Spanish

Bee Node: A FOAF Tale

January 31st, 2008

Detective Piotr Sparql lent back in his chair cradling a tumbler of vodka and reflected on his most recent case. It had started as a simple missing person; he'd been assigned to investigate the disappearance of Beatrice "Bee" Node:


@prefix foaf:  <http://xmlns.com/foaf/0.1> .
</person/bnode> a foaf:Person;
   foaf:name "Beatrice Node";
   foaf:nick "Bee"
   foaf:mbox <mailto:bnode@example.com>.

His investigation had started out routinely enough: trawling his usual sources to see if any of them had word of Bee's location:


PREFIX geo <http://www.w3.org/2003/01/geo/wgs84_pos#>
PREFIX foaf <http://xmlns.com/foaf/0.1>
ASK WHERE {
  {
  </person/bnode> 
     geo:lat ?lat;
     geo:long ?long. 
  }
  UNION
  {
  ?person
     foaf:mbox <mailto:bnode@example.com>;
     geo:lat ?lat;
     geo:long ?long.      
  }
}

And then Bee turned up. Dead.


@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
@prefix foaf:  <http://xmlns.com/foaf/0.1> .
@prefix bio: <http://purl.org/vocab/bio/0.1/> .
</person/bnode> a foaf:Person;
   foaf:name "Beatrice Node";
   bio:event [ a bio:Death;
               bio:date "2008-01-29"^^xsd:date.
             ].   

So he'd begun leaning on his sources harder, attempting to find those that had anything on Bee that might be useful in tracking down her murderer:


ASK WHERE {
  {
  </person/bnode> ?p ?o.  }
  UNION
  {
  ?person
     foaf:mbox <mailto:bnode@example.com>;
     ?p ?o.
  }
}

...and then getting them to spill what they knew:


DESCRIBE </person/bnode>.

Pickings were slim. He tried a few obvious tacks:


PREFIX rel: <http://vocab.org/relationship/>
SELECT ?name ?mbox
WHERE {
  ?suspect rel:enemyOf </person/bnode>.
  ?suspect foaf:name ?name.
  ?suspect foaf:mbox ?mbox.
}

But Bee had had few enemies and all of them had alibis. He widened his search through the social networks:


PREFIX rel: <http://vocab.org/relationship/>
SELECT ?name, ?mbox
WHERE {
  ?suspect rel:enemyOf </person/bnode>.
  ?suspect foaf:knows ?otherSuspect.
  ?otherSuspect foaf:name ?name.
  ?otherSuspect foaf:mbox ?mbox.
}

But everyone's alibis were water-tight. At this point he'd gone back to basics, gathering everything he could on the late lamented Bee Node. On a hunch he probed for more background on Bee's social network. She's been active in a number of forums and he'd figured that she may have unknowingly upset someone:


PREFIX sioc: <http://rdfs.org/sioc/ns#>
PREFIX foaf: <http://xmlns.com/foaf/0.1/>

CONSTRUCT {
  ?suspect a foaf:Person;
  ?suspect foaf:name ?name;
  ?suspect foaf:mbox ?mbox.
}
WHERE {
  {
    ?post a sioc:Post;
          sioc:has_creator ?bee;
          sioc:has_reply ?reply.
          
    ?bee sioc:email <mailto:bnode@example.com>.
       
    ?reply sioc:has_creator ?suspect.
    
    ?suspect sioc:name ?name;
    	     sioc:email ?mbox.
    	  
  }
  UNION
  {
    ?post a sioc:Post;
          sioc:has_creator ?suspect;
          sioc:has_reply ?reply.
                     
    ?reply sioc:has_creator ?bee.

    ?bee sioc:email <mailto:bnode@example.com>.    
    
    ?suspect sioc:name ?name;
    	     sioc:email ?mbox.
  }
}

Cross-referencing the email addresses on the short list of suspects, with data taken from a contact at nominet, he'd managed to gather some addresses:


PREFIX whois: <http://xml.nominet.org.uk/rdf/nom/domain#>
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
PREFIX util: <http://www.example.org/sparql/util/>
SELECT 
  ?name ?mbox ?line1 ?line2 ?postcode ?country
  
WHERE {
  ?suspect foaf:name ?name;
           foaf:mbox ?mbox.
  
  ?d a whois:domainName;
      whois:domainNameValue ?domainName;
      whois:hasRegistrant ?registrant.
    
  ?registrant whois:registrantAddress ?address.

  ?address whois:addressline1 ?line1;
         whois:addressline2 ?line2;
         whois:postcode ?postcode;
         whois:country ?country;
         
  FILTER ( ?domainName = util:ExtractMailDomain(?mbox) )         
}
ORDER BY ?name

The rest had come down to old fashioned legwork. He cursed himself softly as he finished his drink, pouring himself another slug of Absolut from the bottle in his desk drawer. In his haste he'd missed the obvious angles; hadn't bothered to check out the family. after all they'd all seemed so...anonymous at first glance.

The murderer? Her relative: Uri. He'd been masquerading under an alias.

Uncategorized , , ,

Last call for XTech

January 25th, 2008

It’s that time of year again - today is your last chance to put in a proposal for XTech 2008 in Dublin. You can read all about it in the Call for Participation. This year, along with the traditional core Web and XML technologies of XTech, we’re focusing on “The Web on the Move” - the emerging portability of data, applications and identity on the internet.

I’m writing my proposal today - I’m planning on pulling the very loose ramble I presented at Barcamp London on messaging architectures into a proper talk. For 2008 I’m very excited about Erlang, XMPP, message brokers such as ActiveMQ and clientside messaging with Comet. The future’s asynchronous and highly concurrent.


I’m looking forward to the face-to-face conversations of the upcoming conference season. Working on Dopplr didn’t leave much time for writing in 2007, and that’s not going to change in the near future. Right now my online tech output is most confined to tiny fragments of ideas on Twitter and random pictures on Flickr (Nokia N810 unboxing; Jawbone unboxing).

English

Last call for XTech

January 25th, 2008

It's that time of year again - today is your last chance to put in a proposal for XTech 2008 in Dublin. You can read all about it in the Call for Participation. This year, along with the traditional core Web and XML technologies of XTech, we're focusing on "The Web on the Move" - the emerging portability of data, applications and identity on the internet.

I'm writing my proposal today - I'm planning on pulling the very loose ramble I presented at Barcamp London on messaging architectures into a proper talk. For 2008 I'm very excited about Erlang, XMPP, message brokers such as ActiveMQ and clientside messaging with Comet. The future's asynchronous and highly concurrent.

I'm looking forward to the face-to-face conversations of the upcoming conference season. Working on Dopplr didn't leave much time for writing in 2007, and that's not going to change in the near future. Right now my online tech output is most confined to tiny fragments of ideas on Twitter and random pictures on Flickr (Nokia N810 unboxing; Jawbone unboxing).

Permalink

Uncategorized , , , ,

Fun With CoolWhip: The Twine Crunchies Video

January 19th, 2008
The Crunchies are done. At Radar Networks we are really honored to have our product, Twine.com, nominated as a finalist for Best Technology Innovation of 2007. It was very cool to see our Twine logo...

English

Nacimiento del grupo SEmanticVILLE

January 16th, 2008
(Disclaimer: pertenezco al grupo al que hago referencia en este post). El grupo SemanticVille nace dentro del Departamento de Ciencias de la Computación e Inteligencia Artificial de la Universidad de Sevilla con el objetivo de crear herramientas tecnológicas avanzadas (utilizando l...

Spanish

A Nice Video Intro to The Semantic Web for Non-Geeks

January 14th, 2008
Question: What do you do if you're not a computer scientist but you are interested in understanding what all this Semantic Web stuff is about? Answer: Watch this video!

English

Ego en internet (3): ELLA. ¿La web 3.0 será un nuevo dios?

January 11th, 2008

Help the Semantic Web Win the Crunchies

January 3rd, 2008
As I blogged earlier, my company's product, Twine.com, has been nominated as a finalist for the Best Technology Achievement of 2007 in the TechCrunch Crunchies awards. You can vote once per day, per...

English

Help us Win! Twine is a Finalist in the Crunchies!

January 2nd, 2008
My company's product, Twine.com, has made it to the finalist round in the Crunchies, a new annual tech industry awards competition, under the Best Technical Achievement category. Please help us win...

English

Back to the future

January 1st, 2008