When I open https://w3c.github.io/csvw/csv2rdf/#example-events-listing-minimal-ttl I see in Example 12 ``` @base . @prefix schema: . @prefix xsd: . ``` Further down in example 23 there is a similar problem with prefix values missing and also subjects not being visible ``` @prefix dc: . @prefix foaf: . @prefix org: . @prefix xsd: . dc:identifier "90115" ; org:heldBy ; "SCS1A" ; ``` There are quite a few formatting errors of this type. <img width="835" alt="Screen Shot 2022-06-01 at 19 01 46" src="https://user-images.githubusercontent.com/124506/171460233-2d974dab-9e31-48be-9db8-a7bc16618a03.png"> .
When I open
https://w3c.github.io/csvw/csv2rdf/#example-events-listing-minimal-ttl
I see in Example 12
Further down in example 23 there is a similar problem with prefix values missing and also subjects not being visible
There are quite a few formatting errors of this type.

.