[poe] Duplicates in Vocabulary

simonstey has just created a new issue for https://github.com/w3c/poe:

== Duplicates in Vocabulary ==
While skimming through the current Vocab draft for issue #194, I noticed that "constraint operators" are listed twice:

Once as part of the **Core** Vocab in [3.14 Constraint Operators](https://w3c.github.io/poe/vocab/#constraintOperators):
> 3.14.1 Or
    3.14.2 Exclusive Or
    3.14.3 And
    3.14.4 And Sequence

and once as part of the **Common** Vocab in [4.6 Constraint Operators](https://w3c.github.io/poe/vocab/#constraintOperatorsCommon):
> 4.6.1 Equal to
    4.6.2 Greater than
    4.6.3 Greater than or equal to
    4.6.4 Less than
    4.6.5 Less than or equal to
    4.6.6 Not equal to
    4.6.7 Is a
    4.6.8 Has part
    4.6.9 Is part of
    4.6.10 Is all of
    4.6.11 Is any of
    4.6.12 Is none of
    4.6.13 Or
    4.6.14 Exclusive Or
    4.6.15 And
    4.6.16 And Sequence

1. why does the core vocab only include the logical operators but not the relational ones?
2. why are the logical operators mentioned twice?
3. if we keep the _nonnormative_ common vocab of ODRL in the same document as the _normative_ core vocab, we should avoid having duplicate names like [3.14 Constraint Operators](https://w3c.github.io/poe/vocab/#constraintOperators) and [4.6 Constraint Operators](https://w3c.github.io/poe/vocab/#constraintOperatorsCommon)

Please view or discuss this issue at https://github.com/w3c/poe/issues/199 using your GitHub account

Received on Friday, 23 June 2017 05:45:07 UTC