X-Git-Url: http://pere.pagekite.me/gitweb/homepage.git/blobdiff_plain/cd27112ed460833784cd04bbd0951532396448a8..cec140bdf2d777199acb4d7c14066d510ce3ff93:/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 a54fe16cde..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,14 +1518,18 @@ 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" .
 }
 
+ +

I hope this can provide me with enough starting points to be able +to map books to long dead authors.