-
Notifications
You must be signed in to change notification settings - Fork 12
Meeting 2016 01 08
Michael Luggen edited this page Jan 8, 2016
·
1 revision
Previous meetings are in https://github.com/rdfjs/representation-task-force/wiki
#Present @rubenverborgh, @bergos, @l00mi, @timbl, @niklasl
- Cannonical Representation
- relation to http://json-ld.github.io/normalization/spec/ ?
- JSON-LD interaction
- find property Name
- toJS?
- toNativ?
- keept it probably open to extend (for using libraries)
- primitive Values (Date, Number) should can do ===
- map xsd: types to JavaScript types to have always the same behaviour
- how does JSON-LD handle values?
- we use IRI class
-
undefined
-
inconvinient because we need to check if existing before we can query quad
-
null
- nullpointer problem
-
"default"
- good to compare
- not nice that different people have the same graph
-
empty string (invalid special IRI)
- not a real IRI thus a good special case
-
string defined by the origin / fallback cascade
- pwd, urn, uuid
-
string defined with library
- problems with compares
-
bNode?
- same method signature (if quad is not specified default graph will be used)
- no opposition
- ?
- folllow up with JSON-LD => bergos
- collect inputs for canonical => Ruben
- issue 11 input => Michael