diff --git a/Abstract Syntax and Semantics Document/index.html b/Abstract Syntax and Semantics Document/index.html index dace0ef..ce5ac5f 100644 --- a/Abstract Syntax and Semantics Document/index.html +++ b/Abstract Syntax and Semantics Document/index.html @@ -291,7 +291,7 @@

Timestamped Graphs

definitions.

This definition does not permit the timestamp to be omitted, which is one of the data structures that is considered to be in-scope by the requirements document.

-

A sequence of RDF graphs (or named graphs, or RDF datasets) MAY be physically received +

A sequence of RDF graphs (or named graph pairs, or RDF datasets) MAY be physically received by an RSP engine, which MAY then create an RDF stream from it by adding timestamps, e.g. indicating the time of arrival. The original sequence is not itself an RDF stream.

This definition allows the timestamp to be an IRI or blanknode. Additional @@ -318,27 +318,26 @@

Timestamped Graphs

about the formatting of examples, and there the expansion of all prefixes that are used in examples can be defined.

According to the semantics defined in , the assertion of the named graph pair means that the graph denoted by :g entails - the two triples :axel :isIn :RedRoom and :darko :isIn :RedRoom, - under whatever entailment regime is being considered. It does not assert those triples - directly, nor does it assert that these triples are actually in that graph. Further, it - does not rule out additional entailments of :g. These details are best + the triple dbp:Berlin loc:hasPointTempC "12.5"^^xsd:decimal ., + under whatever entailment regime is being considered. It does not assert that triple + directly, nor does it assert that this triple is actually in that graph. Further, it + does not rule out additional entailments of _:b0. These details are best explained in the semantics section itself, although it would probably be helpful to have some informative explanation near the beginning to avoid confusion.