X-Git-Url: https://pere.pagekite.me/gitweb/homepage.git/blobdiff_plain/11d1a03bec237100ee1888c6bafcec225c5968e9..868931f6da0e15da85a01e4eac69f11cf00a95f8:/blog/archive/2015/02/index.html diff --git a/blog/archive/2015/02/index.html b/blog/archive/2015/02/index.html index 5907d87cfa..c78a28c6a8 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" .