Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SPARQL 0.53 KB | None | 0 0
  1.         PREFIX movie: <http://movies.org/movie#>
  2.         PREFIX ns1: <http://xmlns.com/foaf/spec/>
  3.         INSERT DATA
  4.         {
  5.             movie:""" + movie_nr + """ ns1:title """ +"'"+  title  +"'"+""" ;
  6.             ns1:category """ +"'"+  category  +"'"+""" ;        
  7.             ns1:description """ +"'"+  description  +"'"+""" ;          
  8.             ns1:image """ +"'"+  image  +"'"+""" ;  
  9.             ns1:trailer """ +"'"+  trailer  +"'"+""" ;  
  10.             ns1:yearOfProduction """ + yearOfProduction + """ .
  11.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement