PropertyValue
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/ns/prov#value
  • Indeed, what got it to work was a call to strncpy (which I used because of the possibility of NULL bytes in the input), and then I was able to do the call to mcrypt_generic, copy the output into a Python bytestring, free the temporary buffer, and return.
http://www.w3.org/ns/prov#wasQuotedFrom
  • stackoverflow.com