Drafts
for target iri http://example.org/audio1#t=30,60
note the selector "completes" that target resource identification. source is the url, then fragment is indicated by the fragment selector.
{
"@context": "http://www.w3.org/ns/anno.jsonld",
"id": "http://example.org/anno20",
"type": "Annotation",
"target": {
"source": "http://example.org/audio1",
"selector": {
"type": "FragmentSelector",
"conformsTo": "http://www.w3.org/TR/media-frags/",
"value": "t=30,60"
}
},
"body": {
purpose: "caption",
value: "radio Q, session1"
}
to annotate with an image
same target and fragment but using start, end
{
"@context": "http://www.w3.org/ns/anno.jsonld",
"id": "http://example.org/anno21",
"type": "Annotation",
"target": {
"source": "http://example.org/audio1",
"selector": {
"type": "FragmentSelector",
"conformsTo": "http://www.w3.org/TR/media-frags/",
"start": "0.30",
"end": "0.60"
}
},
"body": {
purpose: "visualize",
type: "image",
value: "http://example.com/janastu/cowpi.jpg"
}
In the body maybe we can consider different category types
"body": {
purpose: "tagging",
type: "tag",
value: "image:cowpi"
}
"body": {
purpose: "tagging",
type: "tag",
value: "mentions:cowpi"
}
{
"@context": "http://www.w3.org/ns/anno.jsonld",
"id": "http://example.org/anno2-1",
"type": "Annotation",
"target": {
"source": "http://example.org/audio1",
"selector": [{
"type": "FragmentSelector",
"conformsTo": "http://www.w3.org/TR/media-frags/",
"value": "t=30,60"
},{
"type": "FragmentSelector",
"conformsTo": "http://www.w3.org/TR/media-frags/",
"value": "t=40,70"
}]
},
"body": {
purpose: "tagging",
type: "group",
value: "skill:tailoring"
}
https://github.com/digirati-co-uk/timeliner
john udell link, gerbern had pointed, ah!
https://blog.jonudell.net/2018/03/10/open-web-annotation-of-audio-and-video/
or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Syncing