Given an input text of "Africa" OR "Afrika" we find that when serialized as an RDF literal value, we end up with missing escaped quotes at the beginning and end of the string. For example, the following Turtle is serialized:
<http://www.nationalarchives.gov.uk/topic.2>
a skos:Concept ;
dct:subject "Africa\" OR \"Afrika" ;
skos:prefLabel "Africa" .
Given an input text of
"Africa" OR "Afrika"
we find that when serialized as an RDF literal value, we end up with missing escaped quotes at the beginning and end of the string. For example, the following Turtle is serialized:The
dct:subject
should instead look like: