Skip to content
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

Agenda

Issue 17

  • 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?

Issue 10

  • we use IRI class

Issue 11

  • 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?

Issue 12

  • same method signature (if quad is not specified default graph will be used)

Issue 13

  • no opposition

Issue 14

  • ?

Tasks

  • folllow up with JSON-LD => bergos
  • collect inputs for canonical => Ruben
  • issue 11 input => Michael