-
Notifications
You must be signed in to change notification settings - Fork 30
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
More specific motivations than describing #428
Comments
There are many possible motivations. You should feel free to create narrower or brand new concepts as appropriate, but please also include at least one of the main ones, if possible. |
I think that there are a couple of tickets which asked for extentions and mapping of motivation vocabulary. In one of then there was even proposed to have a living document that can be used by the community to extend this vocabulary and ensure introperability between systems, even if this is not normatively enforced. I would propose to link the related and not solved issues together for being addressed in V2. I'm not sure if there is a convention that allows the creator of the ticket to indicate directly if the ticket is an issue for V1, or an enhancement that should be addressed in V2... |
Hence |
Just for the record, the previous recommendation goes against the definition of the motivation. Even if this case seems as an exception for the current specifications, I still don't see it that exceptional that it would require usage of two motivations.
According to my understanding of the TR specifications, for the given example, the best solution would be to extend the describing motivation with a norrower term transcribing as described in |
Hi @azaroth42 RE: https://www.w3.org/TR/annotation-vocab/#extending-motivations Aiui purpose has the same range as motivation. My team has a very unique body purpose that we would like to describe. It's hard to find concrete examples of extending motivation. Could you give a practical example of how you would define a custom purpose using JSON please? |
Hi arelra, I hope that my answer is correct, and I recognize that the section of extending the list of motivations is quite generic and non normative. I think that the solution is to create your own json-ld context and to add it into the @context field in the serialization of the annotations. Your context file should include the definitions of the new motivations similar to the ones that already exist in the web annotations context (see json-ld representation): Br, |
Hi @gsergiu Thanks for your response. Whilst I understand the concepts its hard to work from there to a valid concrete example. Would you be kind enough to describe what the custom json-ld motivation would look like? Assuming I'm using a custom namespace 'my' {
"comment": "My custom motivation",
"definedBy": "my:",
"id": "my:customEdit",
"label": "customEdit",
"type": "oa:Motivation",
"skos:broader": "editing",
} As the skos namespace exists in the anno json-ld representation https://www.w3.org/ns/anno.jsonld could I not simply define my custom purpose/motivation in the body element with a sibling e.g.: body: {
"purpose": "newPurpose",
"skos:broader": "editing"
} Thanks in advance |
Hi Arela,
Technically and sintactically, you could use something "purpose":{"label":"customEdit", "skos:broader" : "editing"} but this is not the recommended way to do it. Br, |
@gsergiu Thanks for taking the time to explain Our case is a little 'odd' I would say. We use annotations to allow users to quote text, add a comment and navigate back to source documents. This is all nicely captured by W3C annotations. However we have a edge case where the users would like to edit the quoted text in order to tidy up erroneous characters or formatting issues. Ideally we would like some way to describe a 'display' representation of the quoted text but this doesn't exist in the spec. However using multiple bodies with purposes a) 'commenting' for the comment b) 'correcting' for the edit gets us close to the desired semantics. |
@arelra In the current version of the standard only the "editing" is available with the definition: "The motivation for when the user intends to request a change or edit to the Target resource." However, in order to better understand you use case, I would need to understand the meaning or "quote text":
Br, |
I agree with you we need more nuance and a straightforward way for annotation creators to express custom purpose / motivation. I meant 1) the selected text of the annotation target selection However the 'correction' is not a correction of the target selection. It is a correction for display of the annotation ie a user edit of the selected text for minor editing or formatting purposes. Do you mind me asking are your recommendations 'official' or suggestions. I just want to be clear on whether the method you suggested has official approval. Thanks for all your help |
@arelra So for this use case it is likely that you would need a Selector for the target (e.g. TextPositionSelector) and a body with motivation "correcting" and the value defining the new text that should replace the selected one. How this get's displayed, is the business of the application and not of the annotation model. In the comment of the "correcting" motivation you may indicate that this is used to replace a falty text (or part of text) with the corrected version of it. This is how I would model it ... but let's hear the other opinions: @azaroth42 @iherman @BigBlueHat PS: There were long discutions on justifying motivations with an expected system behaviour, but the conclusion was to avoid restrictions in the data model, and leave this for the business logic of applications see #113 |
There are initiatives for transcribing handwriten texts (see https://transcribathon.com/en/documents/id-20841/item-235882/) and translating poems (http://www.mptmagazine.com/page/translate/?tid=776) to different languages.
In order to link the new created reources with the original resources using web annotations, it would be important to add the translating (https://en.wikipedia.org/wiki/Translation) and transcribing (https://en.wikipedia.org/wiki/Transcription_(linguistics)) terms to the motivations.
The text was updated successfully, but these errors were encountered: