-
Notifications
You must be signed in to change notification settings - Fork 1
/
context.json
52 lines (52 loc) · 2.32 KB
/
context.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
{
"@context": {
"ontolex": "http://www.w3.org/ns/lemon/ontolex#",
"lexinfo": "http://www.lexinfo.net/ontology/2.0/lexinfo#",
"LexicalEntry": "ontolex:LexicalEntry",
"Word": "ontolex:Word",
"MultiWordExpression": "ontolex:MultiWordExpression",
"Affix": "ontolex:Affix",
"canonicalForm": { "@id": "ontolex:canonicalForm", "@type": "@id" },
"writtenRep": { "@id": "ontolex:writtenRep" },
"phoneticRep": { "@id": "ontolex:phoneticRep" },
"partOfSpeech": { "@id": "lexinfo:partOfSpeech", "@type": "@vocab" },
"adjective": "ontolex:adjective",
"adposition": "ontolex:adposition",
"adverb": "ontolex:adverb",
"auxiliary": "ontolex:auxiliary",
"coordinatingConjunction": "ontolex:coordinatingConjunction",
"determiner": "ontolex:determiner",
"interjection": "ontolex:interjection",
"commonNoun": "ontolex:commonNoun",
"numeral": "ontolex:numeral",
"particle": "ontolex:particle",
"properNoun": "ontolex:properNoun",
"punctuation": "ontolex:punctuation",
"subordinatingConjunction": "ontolex:subordinatingConjunction",
"symbol": "ontolex:symbol",
"verb": "ontolex:verb",
"other": "ontolex:otherPartOfSpeech",
"ADJ": "ontolex:adjective",
"ADP": "ontolex:adposition",
"ADV": "ontolex:adverb",
"AUX": "ontolex:auxiliary",
"CCONJ": "ontolex:coordinatingConjunction",
"DET": "ontolex:determiner",
"INTJ": "ontolex:interjection",
"NOUN": "ontolex:commonNoun",
"NUM": "ontolex:numeral",
"PART": "ontolex:particle",
"PROPN": "ontolex:properNoun",
"PUNCT": "ontolex:punctuation",
"SCONJ": "ontolex:subordinatingConjunction",
"SYM": "ontolex:symbol",
"VERB": "ontolex:verb",
"X": "ontolex:otherPartOfSpeech",
"otherForm": { "@id": "ontolex:otherForm", "@type": "@id" },
"morphologicalPattern": { "@id": "ontolex:morphologicalPattern", "@type": "@id" },
"senses": { "@id": "ontolex:sense", "@type": "@id" },
"usage": { "@id": "ontolex:usage", "@type": "@id" },
"definition": { "@id": "http://www.w3.org/2004/02/skos/core#definition" },
"reference": { "@id": "ontolex:reference", "@type": "@id" }
}
}