w3c / web-annotation

Web Annotation Working Group repository, see README for links to specs
https://w3c.github.io/web-annotation/
Other
141 stars 30 forks source link

Emerging best practice is to use id/type aliases for @id/@type #88

Closed azaroth42 closed 8 years ago

azaroth42 commented 8 years ago

From @msporny: Emerging best practice is to use id and type, not @id and @type. There has been agreement from schema.org (@danbri), and Social Web (@tantek)

This issue is to revert to the previous state where we did this.

azaroth42 commented 8 years ago

And schema.org issue: https://github.com/schemaorg/schemaorg/issues/854

azaroth42 commented 8 years ago

And more, already accepted: https://github.com/hbz/lobid-organisations/issues/51

tilgovi commented 8 years ago

:+1:

danbri commented 8 years ago

Just to clarify --- I felt I could reasonably add this into schema.org's context file implementation, in the spirit of https://en.wikipedia.org/wiki/Robustness_principle .... for people working with generic context-file JSON-LD tooling. However this is not the same as getting commitment from e.g. google/yahoo/microsoft/yandex that they'll accept this syntax variation, that is a longer conversation to have. I think it makes sense though. I'll continue investigating, and perhaps we'll see a stronger endorsement of this syntax style from the schema.org project.

jasnell commented 8 years ago

Would happily work to get this into the Activity Streams 2.0 @context also. It would be a welcome change.

akuckartz commented 8 years ago

:+1:

BigBlueHat commented 8 years ago

@jasnell :+1: happy to help make that happen.

BigBlueHat commented 8 years ago

Also, this is "closed" via #89 & #90 -- list conversation not withstanding. We can reopen (imo) if/when there are reasons to revisit.

Hope that's copacetic @azaroth42 :smile_cat:

azaroth42 commented 8 years ago

For reference, the AS document with the mapping (and maintaining @context):

http://jasnell.github.io/w3c-socialwg-activitystreams/activitystreams-core/

Thanks to @jasnell :)