-
Notifications
You must be signed in to change notification settings - Fork 12
Meeting 2015 12 11
Michael Luggen edited this page Dec 29, 2015
·
1 revision
Previous meetings are in https://github.com/rdfjs/representation-task-force/wiki
- Discuss results from mailing list discussion (https://lists.w3.org/Archives/Public/public-rdfjs/2015Dec/thread.html)
-
reason for termType: could also be list
-
node, term relation? term is a superclass of node.
-
difference on node and term properties?
-
termType() seems to be more used in the RDF community (r2rml)
-
the spec doesn't enforce a specific prototype chain
-
values (exact) which are given back ("BlankNode", "blankNode", "bnode", "bNode", "blanknode" ?)
- discussed aspects:
- length of value because of typing
- same strings as interface description
- historical stuff
- discussed aspects:
- value should definitely be a Node, so it can be a Named Node or Blank Node
- ".graphName" => might be too restricting
- ".graph()"
- (datamodel) core: Triples / Quads / building blocks
- (generation) r/w : Sources / Sinks
- (manipulation): lists, prefix map, graph (graph or store? can there be multiple graphs (with quads described) in a store?)
- closed
- what happens when you clone?
- maybe create a document with suggested properties
- Goal, Mission statement: The focus on this first low level interface is to find a minimal API for access of RDF data which can be shared by JS Libraries. (which JS Librarieries)
- .value() comes without any ? or _:
- for a version with _: and ? look for Issues 7
- Is usefull for Debugging
- the group might come back later on this
- pointer to specify the other links
- mention "no prototype chain" in the spec
- new issues on answer of .termType() => Ruben
- document about additional properties => @bergos
- issue 4 (mission statement) => Michael
- issue 5 (change spec) => @bergos
- issue 6 (change spec) => @bergos