X-Git-Url: http://pere.pagekite.me/gitweb/homepage.git/blobdiff_plain/e222785e28111b045d5886fb736509d0294a9cc2..3f8051a7da60ef98586d6d56df6771a3f557f6d7:/blog/archive/2015/02/index.html diff --git a/blog/archive/2015/02/index.html b/blog/archive/2015/02/index.html index 5907d87cfa..0aa4db0c96 100644 --- a/blog/archive/2015/02/index.html +++ b/blog/archive/2015/02/index.html @@ -1884,12 +1884,13 @@ SELECT ?name ?page ?YEAR WHERE {

He also provided a -search on the SPARQL interface of data.deichman.no to look up a -single author there:

+search on the SPARQL +interface of data.deichman.no to look up a single author +there:

-PREFIX dct: 
-PREFIX foaf: 
+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" .
@@ -1918,6 +1919,35 @@ to map books to long dead authors.

Archive