]> pere.pagekite.me Git - homepage.git/blobdiff - blog/archive/2015/02/02.rss
Generated.
[homepage.git] / blog / archive / 2015 / 02 / 02.rss
index 7ca93d688a8d03255d8db168e6fd321c2c8649f7..145e7f6ac594d1ba50e0ad8cbcedaed571e64eed 100644 (file)
@@ -1806,12 +1806,13 @@ SELECT ?name ?page ?YEAR WHERE {
 
 <p>He also provided
 <a href="http://data.deichman.no/sparql?default-graph-uri=&query=PREFIX+dct%3A+%3Chttp%3A%2F%2Fpurl.org%2Fdc%2Fterms%2F%3E%0D%0APREFIX+foaf%3A+%3Chttp%3A%2F%2Fxmlns.com%2Ffoaf%2F0.1%2F%3E%0D%0ASELECT+%3Fressource+WHERE+%7B%0D%0A++%3Fressource+dct%3Acreator+%3Fcreator+.%0D%0A++%3Fcreator+foaf%3Aname+%22Lawrence+Lessig%22+.%0D%0A%7D&format=text%2Fhtml&timeout=0&debug=on">a
-search on the SPARQL interface of data.deichman.no</a> to look up a
-single author there:</p>
+search</a> on <a href="http://data.deichman.no/sparql">the SPARQL
+interface of data.deichman.no</a> to look up a single author
+there:</p>
 
 <pre>
-PREFIX dct: <http://purl.org/dc/terms/>
-PREFIX foaf: <http://xmlns.com/foaf/0.1/>
+PREFIX dct: <http://purl.org/dc/terms/>
+PREFIX foaf: <http://xmlns.com/foaf/0.1/>
 SELECT ?ressource WHERE {
   ?ressource dct:creator ?creator .
   ?creator foaf:name "Lawrence Lessig" .