Changes

Jump to navigation Jump to search
Line 47: Line 47:     
== Conclusions ==
 
== Conclusions ==
 +
For static data we need to keep as close as possible to RDF format, everywhere. rdflib.js and the concept of "named graphs" can help.
 +
 +
For computation (code), we need to decouple as much as possible prototype definitions, instantiation of the objects, and the definitions of static storage of properties and methods. In JavaScript, 'this' is our friend, as it allows us to attach fluidly code to data.

Navigation menu