Skip to content

Commit

Permalink
section: multiple-targets: fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanVanAssche committed Mar 12, 2024
1 parent f263d8c commit 58dd5af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec/section/multiple-targets.md
Original file line number Diff line number Diff line change
Expand Up @@ -463,10 +463,10 @@ are exported to `TargetDump2`.
<http://example.org/3> <http://xmlns.com/foaf/0.1/name> "Nia Nal" .

# file:///data/dump2.nt
<http://example.org/0> <http://xmlns.com/foaf/0.1/name> "Kara Danvers" .
<http://example.org/1> <http://xmlns.com/foaf/0.1/name> "Alex Danvers" .
<http://example.org/2> <http://xmlns.com/foaf/0.1/name> "J'onn J'onzz" .
<http://example.org/3> <http://xmlns.com/foaf/0.1/name> "Nia Nal" .
<http://example.org/0> <http://xmlns.com/foaf/0.1/name> "Supergirl" .
<http://example.org/1> <http://xmlns.com/foaf/0.1/name> "Sentinel" .
<http://example.org/2> <http://xmlns.com/foaf/0.1/name> "Martian Manhunter" .
<http://example.org/3> <http://xmlns.com/foaf/0.1/name> "Dreamer" .
</pre>

### Subject Map, Predicate Map and Object Map {#subject-predicate-and-object-map}
Expand Down

0 comments on commit 58dd5af

Please sign in to comment.