Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion RSP_Requirements_Design_Document/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ <h3>RDF Stream Operators: Overview</h3>
<ul>
<li><b>S2R:</b> Stream to bounded RDF, which inherits the idea of stream-to-relation
operators in CQL which produce a relation from a stream.</li>
<li><b>R2R:</b> Bounded RDF to RDF, which inherits the idea of relation-to-relation
<li><b>R2R:</b> Bounded RDF to bounded RDF, which inherits the idea of relation-to-relation
operators in CQL which produce a relation from one or more other relations.</li>
<li><b>R2S:</b> Bounded RDF to Stream, which inherits the idea of relation-to-stream
operators in CQL which produce a stream from a relation.</li>
Expand Down