-
Notifications
You must be signed in to change notification settings - Fork 66
Closed as not planned
Description
Please Indicate One:
- Editorial
- Question
- Feedback
- Blocking Issue
- Non-Blocking Issue
Issue
In https://www.w3.org/TR/activitystreams-vocabulary every class and property generally has an id attribute of the form dfn-* where * is the lowercased string name of that class or property. But there are some naming conflicts that cause certain links to resolve incorrectly:
- The
imageproperty is linked to https://www.w3.org/TR/activitystreams-vocabulary/#dfn-image but this leads to theImagetype. Theimageproperty of Objects is instead accessible via https://www.w3.org/TR/activitystreams-vocabulary/#dfn-image-term - The
objectproperty is linked to https://www.w3.org/TR/activitystreams-vocabulary/#dfn-object but this leads to theObjecttype. Theobjectproperty of Activity types is instead accessible via https://www.w3.org/TR/activitystreams-vocabulary/#dfn-object-term
Proposed solution
Errata:
- Link the
imageproperty to https://www.w3.org/TR/activitystreams-vocabulary/#dfn-image-term instead of https://www.w3.org/TR/activitystreams-vocabulary/#dfn-image - Link the
objectproperty to https://www.w3.org/TR/activitystreams-vocabulary/#dfn-object-term instead of https://www.w3.org/TR/activitystreams-vocabulary/#dfn-object
Metadata
Metadata
Assignees
Labels
No labels