PropertyValue
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/ns/prov#value
  • int v1 = *stack.begin(); int v2 = *++stack.begin(); stack.push_front(v1 > v2 ? v1 : v2);}void succ() { stack.push_front(stack.front() + 1);}void pred() { stack.push_front(stack.front() - 1);}Here is an example that adds two numbers:int main(){ stack << 1 << 2 << add << mul << put; getchar(); return 0; }The above prints 6 in the console.Actua
http://www.w3.org/ns/prov#wasQuotedFrom
  • artima.com