-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontext.jsonld
50 lines (50 loc) · 1.49 KB
/
context.jsonld
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
{
"@context": {
"@version": 1.1,
"dc": "http://purl.org/dc/elements/1.1/",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"owl": "http://www.w3.org/2002/07/owl#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"terms": "http://www.w3.org/2003/06/sw-vocab-status/ns#",
"as": "https://www.w3.org/ns/activitystreams#",
"toot": "http://joinmastodon.org/ns#",
"schema": "http://schema.org/",
"Actor": "as:Actor",
"Note": "as:Note",
"Question": "as:Question",
"Document": "as:Document",
"Hashtag": "as:Hashtag",
"Emoji": "toot:Emoji",
"PropertyValue": "schema:PropertyValue",
"IdentityProof": "toot:IdentityProof",
"manuallyApprovesFollowers": {
"@id": "as:manuallyApprovesFollowers",
"@type": "xsd:boolean"
},
"movedTo": "as:movedTo",
"featured": "toot:featured",
"discoverable": {
"@id": "toot:discoverable",
"@type": "xsd:boolean"
},
"tag": "as:tag",
"attachments": "as:attachments",
"icon": "as:icon",
"image": "as:image",
"sensitive": {
"@id": "as:sensitive",
"@type": "xsd:boolean"
},
"atomUri": "ostatus:atomUri",
"inReplyToAtomUri": "ostatus:inReplyToAtomUri",
"conversation": "ostatus:conversation",
"summary": "as:summary",
"attachment": "as:attachment",
"votersCount": "toot:votersCount",
"anyOf": "as:anyOf",
"oneOf": "as:oneOf",
"focalPoint": "toot:focalPoint",
"blurhash": "toot:blurhash",
"mediaType": "as:mediaType"
}
}