PropertyValue
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/ns/prov#value
  • with == and !=, the interpreter has to pull up both referred objects in order to make a comparison (of whether they are the same or not), while is and is not simply just check the values of the objects they are referring to. with this said, you can see that the latter pair will perform faster because you do not have to fetch the objects themselves in order to make the comparison. here is a speed test
http://www.w3.org/ns/prov#wasQuotedFrom
  • stackoverflow.com