X-Git-Url: http://pere.pagekite.me/gitweb/homepage.git/blobdiff_plain/e222785e28111b045d5886fb736509d0294a9cc2..ac8c47a23c0bfb4fea0f160f02413eefa5ee5812:/blog/archive/2015/02/index.html diff --git a/blog/archive/2015/02/index.html b/blog/archive/2015/02/index.html index 5907d87cfa..31c7cb0920 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,50 @@ to map books to long dead authors.

Archive