Dave Raggett
Dave Raggett
No, null isn't permitted.
The idea above on sub-tasks needs extending to allow you to specify which task is the parent task, as the module could have a number of tasks active at any...
Further work is needed to better understand tasks: - How can an agent scale to large rule sets with many tasks at different levels of abstraction? - How can long...
The current explanation is that each buffer corresponds to the bundle of nerve fibres connecting to particular cortical region. That is why the buffers are drawn as boxes above the...
I forgot to add that the HTTP client/server analogy is important in respect to accessing remote cognitive databases. That would be in scope for another specification that defines a messaging...
Yes, I think mapping names to URIs is fine for now. We could map Links to single triples, but in general chunks map to n-ary relations in RDF, i.e. a...
The JavaScript implementation currently uses the following regular expressions: number: /^[-+]?[0-9]+\.?[0-9]*([eE][-+]?[0-9]+)?$/ name: /^(\*|(@)?[\w|\d|\\.|_|\-|\\/|:]+)$/ iso8061: /^\d{4}(-\d\d(-\d\d(T\d\d:\d\d(:\d\d)?(\.\d+)?(([+-]\d\d:\d\d)|Z)?)?)?)?$/ Chunk identifiers are names, so your example with a URL for a chunk ID is...