diff --git a/docs/tutorial.md b/docs/tutorial.md
index ccbabd3..826f015 100644
--- a/docs/tutorial.md
+++ b/docs/tutorial.md
@@ -30,13 +30,13 @@ information:
Click to show input
```ntriples
- .
+ .
.
- .
+ .
"my_account32" .
"secret-123" .
"Alice" .
- .
+ .
"Bank" .
```
@@ -49,13 +49,13 @@ secret information while keeping the rest as is:
Click to show output
```
- .
+ .
.
- .
+ .
"pp54r32" .
"asfnd223" .
"af321bbc" .
- .
+ .
"Bank" .
```
@@ -80,13 +80,13 @@ The goal is to pseudonymize all instaces of `rdf:type` Person. The following
input file:
```
- .
+ .
```
Would become:
```
- .
+ .
```
@@ -108,18 +108,18 @@ The goal is to pseudonymize only the instances of names when they're associated
to Person. The following input file:
```
- .
+ .
"Alice" .
- .
+ .
"Bank" .
```
Would become:
```
- .
+ .
"af321bbc" .
- .
+ .
"Bank" .
```
@@ -141,18 +141,18 @@ The goal is to pseudonymize any values associated to name. The following input
file:
```
- .
+ .
"Alice" .
- .
+ .
"Bank" .
```
Would become:
```
- .
+ .
"af321bbc" .
- .
+ .
"38a3dd71" .
```
diff --git a/tests/data/test.nt b/tests/data/test.nt
index 55a842f..63a6d5e 100644
--- a/tests/data/test.nt
+++ b/tests/data/test.nt
@@ -1,15 +1,15 @@
- .
+ .
.
- .
+ .
"my_account32" .
"secret-123" .
"Alice" .
.
- .
+ .
.
- .
+ .
"my_account12" .
"secret-456" .
"Bob" .
- .
+ .
"Bank" .
diff --git a/tests/data/type_map.nt b/tests/data/type_map.nt
index 1d39112..1ff5b7e 100644
--- a/tests/data/type_map.nt
+++ b/tests/data/type_map.nt
@@ -1,4 +1,4 @@
- .
- .
- .
- .
\ No newline at end of file
+ .
+ .
+ .
+ .
\ No newline at end of file