From: Laurian G. <la...@gm...> - 2004-09-15 21:16:19
|
Hello, I was thinking how can bags and sequences be represented in the right sidepane... Considering the metadata: # Base: @prefix dc: <http://purl.org/dc/elements/1.1/> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix : <#> . <http://example.org/foo> dc:relation <http://example.org/bar> , <http://example.org/baz> . We have in the sidepane: ------------------- dc:relation * bar * baz [new object] ------------------- [new property] ------------------- If we have a seq: <http://example.org/foo> dc:relation [ a :Seq; :_1 <http://example.org/bar>; :_2 <http://example.org/baz> ] . It would be nice to have it displayed: ------------------- dc:relation (Seq) 1 bar 2 baz [append new object] ------------------- [new property] [new bag|seq] ------------------- What do you think? Cheers, -- Laurian Gridinoc Chief Developer GRAPEFRUIT DESIGN www.gd.ro |