diff --git a/build/paper.pdf b/build/paper.pdf
index c149c5eb80fa017ae9b5b4d0a0499cc1405e4bf6..6d9926abe44720f79c60be834ac438c1a3be7ce1 100644
Binary files a/build/paper.pdf and b/build/paper.pdf differ
diff --git a/paper.md b/paper.md
index ee07d2f01909ee1589690c7e525889091d7f1bb1..dc994ab257c2e0bd9519d767ef637074423239fa 100644
--- a/paper.md
+++ b/paper.md
@@ -246,9 +246,9 @@ And a separate place to describe *annotations* on those files:
 
 With the actual description of the numbers.csv file residing in `annotations/numbers.jsonld`.
 
->{ "@context": { "@vocab": "http://purl.org/dc/terms/", "dcmi": "http://purl.org/dc/dcmitype/Dataset"},
->  "@id": "../../data/numbers.csv",
->  "@type": "dcmi:Dataset",
+>{ "\@context": { "\@vocab": "http://purl.org/dc/terms/", "dcmi": "http://purl.org/dc/dcmitype/Dataset"},
+>  "\@id": "../../data/numbers.csv",
+>  "\@type": "dcmi:Dataset",
 >  "title": "CSV files of beverage consumption",
 >  "description": "A CSV file listing the number of cups/mugs consumed per person."
 >}