Created
February 13, 2016 22:46
-
-
Save melvincarvalho/53683f4cba434b844dd5 to your computer and use it in GitHub Desktop.
solid context
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // These pass a context object which hold various RDF symbols | |
| // as they becaome availale | |
| // | |
| // me RDF symbol for the users' webid | |
| // publicProfile The user's public pofile, iff loaded | |
| // preferencesFile The user's personal preferences file, iff loaded | |
| // index.public The user's public type index file | |
| // index.private The user's private type index file | |
| // noun A string in english for the tpe of thing -- like "address book" | |
| // instance An array of nodes which are existing instances | |
| // containers An array of nodes of containers of instances |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment