diff --git a/img/data_diagram.png b/img/data_diagram.png index 85e01df..8c6a2a6 100644 Binary files a/img/data_diagram.png and b/img/data_diagram.png differ diff --git a/img/data_diagram.svg b/img/data_diagram.svg index 02966ff..3d76df0 100644 --- a/img/data_diagram.svg +++ b/img/data_diagram.svg @@ -1,2 +1,3 @@ + - \ No newline at end of file + \ No newline at end of file diff --git a/index.html b/index.html index 441f90f..cd4d263 100644 --- a/index.html +++ b/index.html @@ -92,7 +92,7 @@
- interface Triple {}; - - Triple implements Quad; -- -
- Triple is an alias of Quad. -
-DefaultGraph
,
NamedNode
, BlankNode
or Variable
.
+
+ Triple
MUST be represented as Quad
with graph
set to a DefaultGraph
+
equals() returns true
if and only if the argument is a) of the same
type b) has all components equal.
@@ -347,8 +336,7 @@
defaultGraph() returns an instance of DefaultGraph
.
- triple() returns a new instance of Quad
with graph
set to
- DefaultGraph
.
-
quad()returns a new instance of Quad
.
+ If graph
is undefined
or null
+ it MUST set graph
to a DefaultGraph
.