PropertyValue
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/ns/prov#value
  • OpenGL does not any primitive drawing other than point, line, filled triangle and filled quad. (I would say stick with triangle and avoid quad).For any other shape, you have decompose it :- line polygon = several lines (easy)- filled polygon = several triangles (tesselation, see org.lwjgl.util.glu I have never used it but I use my own code for this)- filled arc and circle can be done with triangles
http://www.w3.org/ns/prov#wasQuotedFrom
  • java-gaming.org