X-Git-Url: http://pere.pagekite.me/gitweb/homepage.git/blobdiff_plain/5fd97c1cc685fe85ac19fbfe6137dfd6900f0103..53798080ccfe7c0d9ad356a83ded5b219b186c9b:/blog/data/2015-02-06-verk-i-det-fri.txt diff --git a/blog/data/2015-02-06-verk-i-det-fri.txt b/blog/data/2015-02-06-verk-i-det-fri.txt index 223c70b245..f4195da7d1 100644 --- a/blog/data/2015-02-06-verk-i-det-fri.txt +++ b/blog/data/2015-02-06-verk-i-det-fri.txt @@ -1518,12 +1518,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" .