Rhizi / rhizi

Connective intelligence
GNU Affero General Public License v3.0
13 stars 3 forks source link

Use ";" for creating multiple nodes #528

Closed Garbash closed 8 years ago

Garbash commented 9 years ago

So: Dor;Alon;Amir Creates three orphan nodes.

alon commented 9 years ago

Not sure. If we want to go in this direction (add complexity to data entry) it needs to be friendly somehow - teach users.

alon commented 9 years ago

I mean, you might as well just do "DorAlonAmir"

Garbash commented 9 years ago

Not sure either, placed it there for future reference.

On Wed, Apr 29, 2015 at 7:08 PM, alon notifications@github.com wrote:

I mean, you might as well just do "DorAlonAmir"

— Reply to this email directly or view it on GitHub https://github.com/Rhizi/rhizi/issues/528#issuecomment-97482681.

+972-558863023

jibe-b commented 8 years ago

I suggest to enable the RDF/Turtle syntax:

subject predicate subject . subject predicate1 object 1 ; predicate2 object2 . subject predicate object1 , object2.

Hence, multiple nodes would be truncated triples, like:

subject1 . subject2 .

ref: http://www.w3.org/TR/turtle/#language-features

Garbash commented 8 years ago

Closed because the ";" is confusing and also doesn't address any real user issue at the moment. Oh hello @jibe-b what brings you here?

jibe-b commented 8 years ago

Hi @Garbash, I am interested by Rhizi as a way to edit RDF graph visually. RDF is my approach, but I am open to other projects.