zazuko / rdf-sketch

Sketch RDF in the web browser with immediate visualization
http://sketch.zazuko.com/
MIT License
25 stars 0 forks source link

Wrong Property Value #5

Closed dedcode closed 2 years ago

dedcode commented 3 years ago

Editing on the fly creates several cases of wrong property values in the nodes. Here is a minimal case I could reproduce. Enter the following triples one by one:

<a> <b> <c> .
<c> <d> <e> .
<c> <b> <f> .

The plot shows for me.

Note: Copy-pasting the whole thing works.