-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to expand a meaning of inherited descriptor vs. overriding keys. #77
Comments
not sure i see a problem here. you mean that the element has been On Mon, Oct 19, 2015 at 5:45 PM, Mark W. Foster notifications@github.com
|
Yes. By how I interpret the current spec. |
two things.
|
Well, by my interpretation of the spec, I have overridden the doc. But in this case, I just want to expand on the original descriptor without fundamentally changing its semantic meaning. This later scenario is not afforded in the spec ATM IMO (I have been hanging around you too much using these acronyms). |
Yes, the sameAs working like href, or an array of the URIs is an interesting possibility |
Sorry for the chain, so |
right - i think this goes back to our thread on the list today.
i'd like to see some kind of "sameAs" pattern and i think it can work along
with a single construct - "src" property
http://alps.io/profiles/colors/
<descriptor id="white">
<doc>a color</doc>
</descriptor>
http://alps.io/profiles/languages/spanish/
<descriptor id="blanco" src="http://alps.io/profiles/colors/#white">
<doc>un color</doc>
</descriptor>
this illustrates reference to a source of the ID, not an override.
just a thought.
|
@mamund I think we can close this as #89 could cover this. I think the |
Closed with a ref to issue #89 |
Currently, the spec indicates that if we create a new descriptor referencing another and define a key in the new descriptor, it replaces the prior. This mechanism can lead to changing fundamental meaning in a strict interpretation.
Need a mechanism to expand. E.g.
Possibly contrived. But the second doc significantly changes the resulting descriptor by my current interpretation of the spec.
Something we need to think about.
The text was updated successfully, but these errors were encountered: