X-Git-Url: https://pere.pagekite.me/gitweb/homepage.git/blobdiff_plain/11d1a03bec237100ee1888c6bafcec225c5968e9..868931f6da0e15da85a01e4eac69f11cf00a95f8:/blog/archive/2015/02/02.rss diff --git a/blog/archive/2015/02/02.rss b/blog/archive/2015/02/02.rss index 7ca93d688a..145e7f6ac5 100644 --- a/blog/archive/2015/02/02.rss +++ b/blog/archive/2015/02/02.rss @@ -1806,12 +1806,13 @@ SELECT ?name ?page ?YEAR WHERE { <p>He also provided <a href="http://data.deichman.no/sparql?default-graph-uri=&query=PREFIX+dct%3A+%3Chttp%3A%2F%2Fpurl.org%2Fdc%2Fterms%2F%3E%0D%0APREFIX+foaf%3A+%3Chttp%3A%2F%2Fxmlns.com%2Ffoaf%2F0.1%2F%3E%0D%0ASELECT+%3Fressource+WHERE+%7B%0D%0A++%3Fressource+dct%3Acreator+%3Fcreator+.%0D%0A++%3Fcreator+foaf%3Aname+%22Lawrence+Lessig%22+.%0D%0A%7D&format=text%2Fhtml&timeout=0&debug=on">a -search on the SPARQL interface of data.deichman.no</a> to look up a -single author there:</p> +search</a> on <a href="http://data.deichman.no/sparql">the SPARQL +interface of data.deichman.no</a> to look up a single author +there:</p> <pre> -PREFIX dct: <http://purl.org/dc/terms/> -PREFIX foaf: <http://xmlns.com/foaf/0.1/> +PREFIX dct: &lt;http://purl.org/dc/terms/> +PREFIX foaf: &lt;http://xmlns.com/foaf/0.1/> SELECT ?ressource WHERE { ?ressource dct:creator ?creator . ?creator foaf:name "Lawrence Lessig" .