-
Notifications
You must be signed in to change notification settings - Fork 0
/
percolator-demo.json
74 lines (74 loc) · 1.88 KB
/
percolator-demo.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"source-token": "123456789",
"source-id": "wikipedia",
"pages": [
{
"actions": [
{
"subj": {"title": "this is my title one"},
"url": "http://example.com/page-one",
"relation-type-id": "mentions",
"occurred-at": "2017-01-01",
"id": "1111121",
"observations": [
{
"type": "content-url",
"input-url": "http://example.com"
},
{
"type": "url",
"input-url": "http://psychoceramics.labs.crossref.org/10.5555-12345678.html"
}
]
}
]
},
{
"actions": [
{
"subj": {"title": "this is my title two"},
"url": "http://example.com/page-two",
"relation-type-id": "mentions",
"occurred-at": "2017-01-01",
"id": "2222231",
"observations": [
{
"type": "html",
"input-content": "<a href='https://doi.org/10.5555/12345678'>this</a>"
}
]
},
{
"subj": {"title": "this is my title three"},
"url": "http://example.com/page-three",
"relation-type-id": "mentions",
"occurred-at": "2017-01-01",
"id": "3333341",
"observations": [
{
"type": "plaintext",
"input-content": "on two three 10.5555/12345678"
}
]
}
]
},
{
"actions": [
{
"subj": {"title": "this is my title four"},
"url": "http://example.com/page-four",
"relation-type-id": "mentions",
"occurred-at": "2017-01-01",
"id": "4444451",
"observations": [
{
"type": "url",
"input-url": "http://nature.com/abcdefg"
}
]
}
]
}
]
}