Re: Property-name scoping

- properties are, most of the time, synonymous with their target-type

> How would I express that one artist is a "performer" and another is an "producer"

With separate properties, just as you say. That's why I said "most of
the time". The point is to allow property names to be reused across
types, and thus to *support* the very common simplifying conflation of
prop and target-type, not to *require* it.

Received on Tuesday, 28 June 2011 02:10:13 UTC