We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e613bd9 commit 5610014Copy full SHA for 5610014
content/dql/dql-schema.md
@@ -67,7 +67,7 @@ For example, you can run the following mutation (using the [RDF]({{< relref "dql
67
set {
68
<_:jedi1> <character_name> "Luke Skywalker" .
69
<_:leia> <character_name> "Leia" .
70
- <_:sith1> <character_name> "Anakin" (aka="Darth Vador",villain=true).
+ <_:sith1> <character_name> "Anakin" (aka="Darth Vader",villain=true).
71
<_:sith1> <has_for_child> <_:jedi1> .
72
<_:sith1> <has_for_child> <_:leia> .
73
}
0 commit comments