Add missing mentioning of the subject-predicate-object input form

This commit is contained in:
Marcel Otto 2021-10-27 13:08:32 +02:00
parent 30078e7666
commit 538663ddb5

View file

@ -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