PropertyValue
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/ns/prov#value
  • When you pass a variable name instead of a string literal, for example passing $nexturl instead of http://..., the contents of that variable do not need to include quotes.So where you are including escaped double quotes like \, the function you are passing the argument to considers that first quote the first character of the argument instead of the h from http:// like it wants.
http://www.w3.org/ns/prov#wasQuotedFrom
  • ozzu.com