UKGovLD / registry-core

Linked data registry - core application and example UI
https://github.com/UKGovLD/registry-core/wiki
Apache License 2.0
23 stars 9 forks source link

Fix CSV roundtrip datatype and language literals with apostrophes. #179

Closed ajtucker closed 1 year ago

ajtucker commented 1 year ago

Add two test statements for datatype and language literals with apostrophes. Update the expected CSV to include backslash escapes. Escape any apostrophes when writing language and datatype literals.

Closes #142