Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SPARQL 0.39 KB | None | 0 0
  1. PREFIX ns1: <http://xmlns.com/foaf/spec/>
  2.    PREFIX lb: <http://www.dobble.com/pred/>
  3.    SELECT ?movie ?title ?category ?yearOfProduction ?trailer ?description ?image
  4.    WHERE {
  5.    ?movie ns1:title ?title .
  6.    ?movie ns1:category ?category .
  7.    ?movie ns1:yearOfProduction ?yearOfProduction .
  8.    ?movie ns1:image ?image .
  9.    ?movie ns1:description ?description .
  10.    ?movie ns1:trailer ?trailer .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement