Add missing mentioning of the subject-predicate-object input form
This commit is contained in:
parent
30078e7666
commit
538663ddb5
1 changed files with 2 additions and 0 deletions
|
@ -91,6 +91,7 @@ defmodule RDF.Graph do
|
|||
The initial RDF triples can be provided
|
||||
|
||||
- as a single statement tuple
|
||||
- a nested subject-predicate-object map
|
||||
- a `RDF.Description`
|
||||
- a `RDF.Graph`
|
||||
- or a list with any combination of the former
|
||||
|
@ -168,6 +169,7 @@ defmodule RDF.Graph do
|
|||
The `input` can be provided
|
||||
|
||||
- as a single statement tuple
|
||||
- a nested subject-predicate-object map
|
||||
- a `RDF.Description`
|
||||
- a `RDF.Graph`
|
||||
- or a list with any combination of the former
|
||||
|
|
Loading…
Reference in a new issue