You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 ;)
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.
The text was updated successfully, but these errors were encountered: