protege icon indicating copy to clipboard operation
protege copied to clipboard

Annotations view doesn't render backslashes

Open peteruhnak opened this issue 3 years ago • 0 comments

I'm using version 5.5.0

It seems that literals with backslashes in them are not properly rendered in the Annotations view.

image

@prefix : <data:,bug#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

:value a rdf:Property .

:Thing a rdf:Class .

:Thing :value "a\\b" .

peteruhnak avatar Jan 14 '21 12:01 peteruhnak