-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathexample.json
97 lines (97 loc) · 3.71 KB
/
example.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"@context": "http://globalwordnet.github.io/schemas/wn-json-context-1.3.json",
"@graph": [{
"@context": { "@language": "en" },
"@id": "example-en",
"@type": "lime:Lexicon",
"label": "Example wordnet (English)",
"language": "en",
"email": "[email protected]",
"license": "https://creativecommons.org/publicdomain/zero/1.0/",
"version": "1.0",
"citation": "CILI: the Collaborative Interlingual Index. Francis Bond, Piek Vossen, John P. McCrae and Christiane Fellbaum, Proceedings of the Global WordNet Conference 2016, (2016).",
"url": "http://globalwordnet.github.io/schemas/",
"publisher": "Global Wordnet Association",
"entry": [{
"@id" : "w1",
"lemma": { "writtenForm": "grandfather" },
"partOfSpeech": "noun",
"sense": [{
"@id": "example-en-10161911-n-1",
"synsetRef": "example-en-10161911-n"
}]
}, {
"@id" : "w2",
"lemma": { "writtenForm": "paternal grandfather" },
"partOfSpeech": "noun",
"sense": [{
"@id": "example-en-1-n-1",
"synsetRef": "example-en-1-n",
"relations": [{
"relType": "derivation",
"target": "example-en-10161911-n-1",
"creator": "John McCrae"
}]
}]
}, {
"@id": "w3",
"lemma": { "writtenForm": "pay" },
"partOfSpeech": "verb",
"synBehavior": [
{"label": "Somebody ----s", "@id": "intransitive" },
{"label": "Somebody ----s somebody", "@id": "transitive"}
]
}],
"synset": [{
"@id": "example-en-10161911-n",
"ili": "ili:i90287",
"partOfSpeech": "noun",
"definition": [{
"gloss": "the father of your father or mother"
}],
"relations": [{
"relType": "hypernym", "target": "example-en-10162692-n"
}],
"members": ["example-en-10161911-n-1", "example-en-1-n-1"]
}, {
"@id": "example-en-1-n",
"partOfSpeech": "noun",
"definition": [{
"gloss": "the father of your father or mother"
}],
"iliDefinition": {
"gloss": "the father of your father or mother",
"source": "https://en.wiktionary.org/wiki/farfar"
},
"relations": [
{ "relType": "hypernym", "target": "example-en-10162692-n" }
]
}]
}, {
"@context": { "@language": "sv" },
"@id": "example-sv",
"@type": "lime:Lexicon",
"label": "Example wordnet (Swedish)",
"language": "sv",
"email": "[email protected]",
"license": "https://creativecommons.org/publicdomain/zero/1.0/",
"version": "1.0",
"citation": "CILI: the Collaborative Interlingual Index. Francis Bond, Piek Vossen, John P. McCrae and Christiane Fellbaum, Proceedings of the Global WordNet Conference 2016, (2016).",
"url": "http://globalwordnet.github.io/schemas",
"publisher": "Global Wordnet Association",
"entry": [{
"@id" : "w4",
"lemma": { "writtenForm": "farfar" },
"form": [{ "writtenForm": "farfäder", "tag": [{ "category": "penn", "value": "NNS" }] }],
"partOfSpeech": "noun",
"sense": [{
"@id": "example-sv-2-n-1",
"synsetRef": "example-en-1-n",
"example": [{
"value": "Jag vill berätta för er att min farfar var svensk beredskapssoldat vid norska gränsen under andra världskriget, ett krig som Sverige stod utanför",
"source": "Europarl Corpus"
}]
}]
}]
}]
}