zazuko / rdf-sketch

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

Add a List Node #21

Open BenjaminHofstetter opened 2 weeks ago

BenjaminHofstetter commented 2 weeks ago

This may not be implemented initially but we should introduce a new node type for lists.

Maybe it's a configuration option. If it is a configuration option is see 3 possibilities.

  1. show rdf list as a linked list of nodes (plain normal rdf list)

  2. show rdf lists as one node with [x,yz] and link x, y and z to nodes if they are not literals

  3. show rdf list ass one node with [x,yz] and do not create any links to other resources

  4. is for educational purposes. To show how a List is modelled in RDF.

  5. this may be useful to show a resource list if you are interested in what the are linking to (I can imagine this is interesting but in reality maybe not)

  6. as I have the tendency to always show as less as possible. This is probably the default and best solution. But this is to be proved