| http://www.w3.org/ns/prov#value | - This can result in unexpected characters in your string or the compiler could just swallow the character following the backslash.This example looks like it should work, but the backslash is a special character to the compiler so it swallows up the the P and the A and the trace statement says that path contains c:\rogram Files\wesome, certainly not what we intended.var path = c:\Program Files\Awes
|