mhausenblas / turtled

A simple online RDF Turtle editor
http://turtled.net/
22 stars 6 forks source link

Vizualisation of nodes with multiples edges #4

Open bicabonathe opened 12 years ago

bicabonathe commented 12 years ago

Hi :o)

I found a little bug in Turtled. When you have a couple of nodes, with multiples edges, the visualization will put all the edge in the same place. At the end the user cannot read the output.

Example : " @prefix rdf: http://example.org/# . @prefix rdfs: http://www.w3.org/2000/01/rdf-schema# . @prefix schema: http://schema.org/ . rdf:x a schema:Thing ; rdfs:label schema:Thing . "

Regards.

mhausenblas commented 12 years ago

OK, I can reproduce the bug (but the example you provided is not exactly the best one from a semantics POV as the range of rdfs:label is IIRC a literal, besides the fact that the formatting seems to have swallowed the brackets in the namespace declarations, so not valid Turtle ;)