PropertyValue
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/ns/prov#value
  • The method IWorkbenchPage#showView(id-of-your-view) will return a reference to your view, so you can cast that to the type of your view and invoke its methods, for example including some method that receives the list that you want to display in the view.
http://www.w3.org/ns/prov#wasQuotedFrom
  • stackoverflow.com