<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -52,6 +52,31 @@ namespace :data do
       :template =&gt; '&lt;%= source.name %&gt; and &lt;%= link_to(destination.name, &quot;/music/artists/#{destination.gid}&quot;) %&gt; are both based in &lt;%= result[5] %&gt;'
     )
     idea.canned_queries.create(
+      :title =&gt; 'using dbpedia:birthPlace',
+      :endpoint =&gt; endpoint,
+      :sparql =&gt; %[
+        SELECT ?source ?source_name ?destination ?destination_name ?place ?place_name
+        WHERE {
+          ?source &lt;http://xmlns.com/foaf/0.1/name&gt; ?source_name .
+          ?source &lt;http://www.w3.org/2002/07/owl#sameAs&gt; ?dbpedia_source .
+          ?destination &lt;http://xmlns.com/foaf/0.1/name&gt; ?destination_name .
+          ?destination &lt;http://www.w3.org/2002/07/owl#sameAs&gt; ?dbpedia_destination .
+
+          ?dbpedia_source &lt;http://dbpedia.org/property/birthPlace&gt; ?place .
+          ?dbpedia_destination &lt;http://dbpedia.org/property/birthPlace&gt; ?place .
+
+          ?place &lt;http://www.w3.org/2000/01/rdf-schema#label&gt; ?place_name .
+
+          FILTER (
+            (?place != &lt;http://dbpedia.org/resource/France&gt;) &amp;&amp;
+            (?source != ?destination) &amp;&amp;
+            ( langMATCHES( lang(?place_name), 'en') )
+          )
+        }
+      ],
+      :template =&gt; '&lt;%= source.name %&gt; and &lt;%= link_to(destination.name, &quot;/music/artists/#{destination.gid}&quot;) %&gt; were both born in &lt;%= result[5] %&gt;'
+    )
+    idea.canned_queries.create(
       :title =&gt; 'using dbpedia:homeTown for english cities',
       :endpoint =&gt; endpoint,
       :sparql =&gt; %[</diff>
      <filename>lib/tasks/data.rake</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>cc2a071431e157579c5b1602a243fedee94d3769</id>
    </parent>
  </parents>
  <author>
    <name>Patrick Sinclair</name>
    <email>metade@livro.local</email>
  </author>
  <url>http://github.com/metade/lodations/commit/f2990473a0257d75d54caeaaa5186aa0e750311c</url>
  <id>f2990473a0257d75d54caeaaa5186aa0e750311c</id>
  <committed-date>2009-10-27T14:33:46-07:00</committed-date>
  <authored-date>2009-10-27T14:33:46-07:00</authored-date>
  <message>Added birth place</message>
  <tree>0e5d782a846ca23d3b583a47b9639b3874bd066f</tree>
  <committer>
    <name>Patrick Sinclair</name>
    <email>metade@livro.local</email>
  </committer>
</commit>
