- From: Ruben Taelman <ruben.taelman@ugent.be>
- Date: Mon, 7 Dec 2015 19:36:11 +0100
- To: RDF-JS <public-rdfjs@w3.org>, Ruben Verborgh <ruben.verborgh@ugent.be>
Dear all,
> 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?
I am using quads for temporal contexts around triples.
For example:
context:1234 {
<http://example.org/train/IC202> train:departureDelay ‘P2M'^^xsd:duration.
}
context:1234 tmp:instant '2015-12-07T18:30:49.902Z’^^xsd:dateTime.
Which means that the given train has 2 minutes of delay at that specific time instant.
I don’t feel .why is generic enough for all use cases, it for example does not really fit in with
my use case, .graph feels like a better choice.
Kind regards,
Ruben Taelman
Received on Monday, 7 December 2015 18:36:41 UTC