- From: Miguel <miguel.ceriani@gmail.com>
- Date: Mon, 07 Dec 2015 17:42:37 +0000
- To: Ruben Verborgh <ruben.verborgh@ugent.be>, RDF-JS <public-rdfjs@w3.org>
- Message-ID: <CALWU=Rv6C20=hJAEU=dUeE6-nC-wX2eNJcsH5WiqfTim463dug@mail.gmail.com>
Hi, I have not built quads from JS so far. But I have used them a lot in Java and in the context of RDF datasets upon which run SPARQL queries. In those cases the fourth element identifies the data source, in a way. For example, to integrate different datasets. I don't like '.why' because it seems to relate to a specific application of Named Graphs (provenance?). So for example in my case it should be '.source' instead and for the RDF streaming guys should be '.when'. I like '.graph' but I would prefer '.graphName' because it is the standard name [1] and I think the property '.graph' could be better used when referring to the actual content of a graph (e.g., in a future upper layer of JS RDF interfaces). Sesame (the Java framework) call this fourth element 'context' and I think this would be a nice choice too. Best, Miguel [1] http://www.w3.org/TR/rdf11-concepts/#dfn-graph-name Il giorno lun 7 dic 2015 alle ore 17:32 Ruben Verborgh < ruben.verborgh@ugent.be> ha scritto: > Dear all, > > The Representation Task Force is working hard > on a spec for low-level RDF interfaces. > For this, we need your input! > > How do you use the fourth element of a quad? > In other words, quads have one more field > in addition to subject/predicate/object of triples, > so what are your use cases for it? > > Your input will help us decide on the naming of this field. > Current candidates are .graph and .why; > please see this page for details: > > https://github.com/rdfjs/representation-task-force/wiki/Meeting-2015-12-04#why-or-graph > > Please let us know by Thursday 10 December 2015. > Thanks in advance for your help! > > Ruben > > PS Follow our progress here: > https://github.com/rdfjs/representation-task-force/ > You are welcome to join our weekly meetings: > https://github.com/rdfjs/representation-task-force/wiki#meetings >
Received on Monday, 7 December 2015 17:43:18 UTC