Prefix rr: <http://www.w3.org/ns/r2rml#>
Prefix foaf: <http://xmlns.com/foaf/0.1/>
Prefix ex: <http://example.com/>
Prefix xsd: <http://www.w3.org/2001/XMLSchema#>
Prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
//@base <http://example.com/base/> .

Prefix spy: <http://aksw.org/sparqlify/>

Create View TriplesMap1_ex As
  Construct {
    ?s rdf:type foaf:Person
  }
  With
    ?s = uri("http://example.com/base/", spy:urlEncode(?Name))
  From
    Student 
    