PropertyValue
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/ns/prov#value
  • Hibernate (Java) does it elegantly; if you do: query.addEntity(Order.class) query.addEntity(Customer.class); ...then what you get back is a List, each row of which is an array with those two object types in the specified order.
http://www.w3.org/ns/prov#wasQuotedFrom
  • stackoverflow.com