Skip to content
Thomas Bergwinkl edited this page Apr 2, 2016 · 1 revision

Present

@bergos @pieroit @dmitrizagidulin @RubenVerborgh

Content

Methods names for the stream interfaces

https://github.com/rdfjs/representation-task-force/pull/55

  • wait for more feedback
  • choose method names next week

Re-opened 'Data Model' milestone

Proposal: Rename IRI node type to NamedNode

https://github.com/rdfjs/representation-task-force/issues/50

  • we discussed rubens arguments on the wiki
  • Ruben's main question seems to be - What exactly is the definition of a NamedNode? (And how is it different, philosophically or practically, from an IRI)
  • Term = Container?
  • NamedNode value = IRI
  • BlankNode value = blank node id
  • Literal value = string
  • date: next week

.value of IRI (NamedNode) MUST be a valid IRI?

https://github.com/rdfjs/representation-task-force/issues/57

close next week if there is no new feedback

define .toCanonical() for instances of DefaultGraph

https://github.com/rdfjs/representation-task-force/issues/54

  • create a PR

.literal() could have a more intelligent constructor

https://github.com/rdfjs/representation-task-force/issues/31

  • create a PR

.blankNode() should have an optional suggested label

https://github.com/rdfjs/representation-task-force/issues/30

  • create a PR

update end dates for milestone

  • close data model milestone next week
  • set an end date for stream interfaces next week

Actions

  • IRI vs NamedNode asking for feedback on the mailing list, feedback from Timbl @dmitrizagidulin
  • PR for .toCanonical() DefaultGraph @bergos
  • PR for intelligent constructor .literal() @dmitrizagidulin
  • PR for optional suggested label (@bergos?)