This page (revision-52) was last changed on 10-Feb-2017 10:20 by Albrecht Striffler

This page was created on 14-Nov-2013 13:29 by Joba Baumeister

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
52 10-Feb-2017 10:20 5 KB Albrecht Striffler to previous
51 09-Feb-2017 05:36 6 KB Administrator to previous | to last
50 09-Feb-2017 05:34 6 KB Administrator to previous | to last
49 09-Feb-2017 05:34 6 KB Administrator to previous | to last
48 09-Feb-2017 05:32 6 KB Administrator to previous | to last
47 09-Feb-2017 05:18 6 KB Administrator to previous | to last
46 09-Feb-2017 05:18 6 KB Administrator to previous | to last
45 09-Feb-2017 05:16 6 KB Administrator to previous | to last
44 09-Feb-2017 05:15 6 KB Administrator to previous | to last
43 09-Feb-2017 05:14 6 KB Administrator to previous | to last
42 09-Feb-2017 05:11 6 KB Administrator to previous | to last
41 09-Feb-2017 05:08 5 KB Administrator to previous | to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 279 removed 10 lines
%%SparqlVisualization
SELECT ?actorLabel ?movieLabel
WHERE {
?actor lns:playedIn ?movie.
?actor rdfs:label ?actorLabel.
?movie rdfs:label ?movieLabel.
FILTER langMatches( lang(?movieLabel), "en").
} ORDER BY ?actorLabel
%