-
Notifications
You must be signed in to change notification settings - Fork 0
/
n2_re_log.html
85 lines (85 loc) · 2.35 KB
/
n2_re_log.html
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
75
76
77
78
79
80
81
82
83
84
85
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="color-scheme" content="light dark" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css"
/>
<link rel="stylesheet" href="style.css"/>
</head>
<body>
<div class="grid">
<div class="header">
GET /pub/1701/n2.jsonld HTTP/1.1 <br>
<br>
HTTP/1.1 200 OK<br>
Content-Type: application/ld+json
</div>
</div>
<pre>
{
"@context": [
"https://www.w3.org/ns/activitystreams",
"https://purl.org/coar/notify"
],
"id": "urn:uuid:B4B8A412-A547-43E4-8C57-EA304F049D95",
"type": "Accept",
"actor": {
"id": "https://peer4.us/",
"inbox": "https://peer4.us/inbox/",
"name": "Peer Review For Us",
"type": "Organization"
} ,
"origin": {
"id": "https://peer4.us/system",
"name": "OJS",
"type": "Application"
} ,
"inReplyTo" : "urn:uuid:6E5FAF88-A7F1-47A4-B087-77345EBFF495" ,
"context" : "https://repo.org/pub/1701" ,
"object": {
"id": "urn:uuid:6E5FAF88-A7F1-47A4-B087-77345EBFF495",
"type": "Offer",
"actor": {
"id": "https://repo.org/card#us",
"inbox": "https://repo.org/inbox/",
"name": "Repository of Web Logic",
"type": "Organization"
},
"origin": {
"id": "https://repo.org/system",
"name": "WebLogic 3.12",
"type": "Application"
},
"object": {
"id": "https://repo.org/pub/1701",
"ietf:cite-as": "https://hdl.handle.net/1854/1701",
"ietf:item": {
"id": "https://repo.org/pub/1701/content.pdf",
"mediaType": "application/pdf",
"type": [
"Article",
"sorg:ScholarlyArticle"
]
},
"type": "sorg:AboutPage"
},
"target": {
"id": "https://peer4.us/",
"inbox": "https://peer4.us/inbox/",
"name": "Peer Review For Us",
"type": "Organization"
}
},
"target": {
"id": "https://repo.org/card#us",
"inbox": "https://repo.org/inbox/",
"name": "Repository of Web Logic",
"type": "Organization"
}
}
</pre>
</body>
</html>