-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNIF-example2.jsonld
160 lines (160 loc) · 6.61 KB
/
NIF-example2.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
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
{
"@graph" : [ {
"@id" : "http://www.multisensor.eu/content/Guardian-built.txt",
"@type" : "foaf:Document",
"language" : "http://www.lexvo.org/page/iso639-3/eng"
}, {
"@id" : "http://www.multisensor.eu/content/Guardian-built.txt#char=0,22",
"@type" : "nif:Sentence",
"beginIndex" : "0",
"endIndex" : "22",
"nextSentence" : "http://www.multisensor.eu/content/Guardian-built.txt#char=23,60",
"referenceContext" : "http://www.multisensor.eu/content/Guardian-built.txt#char=0,6603",
"word" : [ "http://www.multisensor.eu/content/Guardian-built.txt#char=0,7", "http://www.multisensor.eu/content/Guardian-built.txt#char=8,15" ]
}, {
"@id" : "http://www.multisensor.eu/content/Guardian-built.txt#char=0,6603",
"@type" : "nif:Context",
"isString" : "Goodbye nuclear power... And fast.",
"sourceUrl" : "http://www.multisensor.eu/content/Guardian-built.txt"
}, {
"@id" : "http://www.multisensor.eu/content/Guardian-built.txt#char=0,7",
"@type" : "nif:Word",
"beginIndex" : "0",
"endIndex" : "7",
"nextWord" : "http://www.multisensor.eu/content/Guardian-built.txt#char=8,15",
"previousWord" : "http://www.multisensor.eu/content/Guardian-built.txt#char=8,15",
"referenceContext" : "http://www.multisensor.eu/content/Guardian-built.txt#char=0,6603",
"sentence" : "http://www.multisensor.eu/content/Guardian-built.txt#char=23,60"
}, {
"@id" : "http://www.multisensor.eu/content/Guardian-built.txt#char=23,60",
"@type" : "nif:Sentence",
"beginIndex" : "23",
"endIndex" : "60",
"nextSentence" : "http://www.multisensor.eu/content/Guardian-built.txt#char=61,142",
"previousSentence" : "http://www.multisensor.eu/content/Guardian-built.txt#char=0,22",
"referenceContext" : "http://www.multisensor.eu/content/Guardian-built.txt#char=0,6603"
}, {
"@id" : "http://www.multisensor.eu/content/Guardian-built.txt#char=593,597",
"@type" : "nif:Word",
"anchorOf" : "2050",
"beginIndex" : "593",
"endIndex" : "597",
"referenceContext" : "http://www.multisensor.eu/content/Guardian-built.txt#char=0,6603",
"taClassRef" : "nerd:Time",
"taIdentRef" : "http://www.multisensor.eu/content/time/2050"
}, {
"@id" : "http://www.multisensor.eu/content/Guardian-built.txt#char=655,659",
"@type" : "nif:Word",
"anchorOf" : "2050",
"beginIndex" : "655",
"endIndex" : "659",
"referenceContext" : "http://www.multisensor.eu/content/Guardian-built.txt#char=0,6603",
"taClassRef" : "nerd:Time",
"taIdentRef" : "http://www.multisensor.eu/content/Guardian-built.txt#time=2050"
}, {
"@id" : "http://www.multisensor.eu/content/Guardian-built.txt#char=800,813",
"@type" : "nif:Phrase",
"beginIndex" : "800",
"endIndex" : "813",
"referenceContext" : "http://www.multisensor.eu/content/Guardian-built.txt#char=0,6603",
"confidence" : "1.0",
"taAnnotatorsRef" : "NER-extraction|http://linguatec.com",
"taClassRef" : "nerd:Person",
"taIdentRef" : "http://www.multisensor.eu/content/Guardian-built.txt#person=AngelaMerkel"
}, {
"@id" : "http://www.multisensor.eu/content/Guardian-built.txt#person=AngelaMerkel",
"@type" : [ "dbo:Person", "foaf:Person" ],
"gender" : "dbp:Female",
"firstName" : "Angela",
"lastName" : "Merkel",
"name" : "Angela Merkel"
}, {
"@id" : "http://www.multisensor.eu/content/Guardian-built.txt#time=2050",
"@type" : "time:Instant",
"inXSDDateTime" : "2050"
} ],
"@context" : {
"referenceContext" : {
"@id" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#referenceContext",
"@type" : "@id"
},
"beginIndex" : {
"@id" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#beginIndex",
"@type" : "http://www.w3.org/2001/XMLSchema#nonNegativeInteger"
},
"endIndex" : {
"@id" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#endIndex",
"@type" : "http://www.w3.org/2001/XMLSchema#nonNegativeInteger"
},
"anchorOf" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#anchorOf",
"taClassRef" : {
"@id" : "http://www.w3.org/2005/11/its/rdf#taClassRef",
"@type" : "@id"
},
"taIdentRef" : {
"@id" : "http://www.w3.org/2005/11/its/rdf#taIdentRef",
"@type" : "@id"
},
"nextSentence" : {
"@id" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#nextSentence",
"@type" : "@id"
},
"word" : {
"@id" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#word",
"@type" : "@id"
},
"language" : {
"@id" : "http://purl.org/dc/terms/language",
"@type" : "@id"
},
"previousSentence" : {
"@id" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#previousSentence",
"@type" : "@id"
},
"taAnnotatorsRef" : "http://www.w3.org/2005/11/its/rdf#taAnnotatorsRef",
"confidence" : {
"@id" : "http://www.w3.org/2005/11/its/rdf#confidence",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"sentence" : {
"@id" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#sentence",
"@type" : "@id"
},
"nextWord" : {
"@id" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#nextWord",
"@type" : "@id"
},
"previousWord" : {
"@id" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#previousWord",
"@type" : "@id"
},
"name" : "http://xmlns.com/foaf/0.1/name",
"firstName" : "http://xmlns.com/foaf/0.1/firstName",
"lastName" : "http://xmlns.com/foaf/0.1/lastName",
"gender" : {
"@id" : "http://dbpedia.org/ontology/gender",
"@type" : "@id"
},
"inXSDDateTime" : {
"@id" : "http://www.w3.org/2006/time#inXSDDateTime",
"@type" : "http://www.w3.org/2001/XMLSchema#gYear"
},
"isString" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#isString",
"sourceUrl" : {
"@id" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#sourceUrl",
"@type" : "@id"
},
"dc" : "http://purl.org/dc/elements/1.1/",
"olia" : "http://purl.org/olia/olia.owl#",
"nerd" : "http://nerd.eurecom.fr/ontology#",
"time" : "http://www.w3.org/2006/time#",
"dbo" : "http://dbpedia.org/ontology/",
"nif" : "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#",
"foaf" : "http://xmlns.com/foaf/0.1/",
"itsrdf" : "http://www.w3.org/2005/11/its/rdf#",
"dct" : "http://purl.org/dc/terms/",
"dbp" : "http://dbpedia.org/resource/",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"owl" : "http://www.w3.org/2002/07/owl#"
}
}