Specs
Other
Errors
Currently the examples files in /examples contain turtle files without namespaces at the top, which causes issues when parsers read these files as the prefixes are undefined. Fix this by adding the namespaces.
The namespaces are currently not included because these files are only used in HTML outputs where the verbosity of the namespaces is not necessary. Both objectives can be achieved by adding the namespaces to the RDF and truncating them in HTML.
Submitted with @bact from #358