[ 
https://issues.apache.org/jira/browse/TINKERPOP3-610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14483722#comment-14483722
 ] 

Matthias Broecheler commented on TINKERPOP3-610:
------------------------------------------------

In the interest of simplicity, it would be nice if TinkerPop could avoid using 
graph names as labels or keys. That gives graph vendors which impose a schema 
(such as Titan) to use those in the schema definition.
In other words, introduce the following reserved key words: label, vertex, 
edge, key, property, element, graph. I am on the fence whether "value" should 
be included here.

> General graph concept names in test schema
> ------------------------------------------
>
>                 Key: TINKERPOP3-610
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP3-610
>             Project: TinkerPop 3
>          Issue Type: Improvement
>          Components: test-suite
>            Reporter: Dan LaRocque
>            Priority: Minor
>
> The TP3 test suite uses the abstract names of graph concepts for some schema 
> definitions, for example defining an edge label named "label".  
> Implementations may want to reserve names like these for internal use, but 
> they have no way to tell the tests which names to avoid.
> Ideally, the tests would either forego names that would plausibly be 
> interesting to implementations, or provide some annotation or other mechanism 
> for impls to tweak the default names.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to