PropertyValue
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/ns/prov#value
  • So assuming you have written a spirit parser for your DSL (domain specific language - your IDL) you will get an AST (abstract syntax tree) after parsing your IDL file(s) that you can walk with the visitor pattern and by creating appropriate visitors you can generate whatever output you need, e.g. generating code.
http://www.w3.org/ns/prov#wasQuotedFrom
  • stackoverflow.com