cryogenic22 commited on
Commit
2664f83
·
verified ·
1 Parent(s): 62d7d31

Create data/legal_ontology.json

Browse files
Files changed (1) hide show
  1. data/legal_ontology.json +604 -0
data/legal_ontology.json ADDED
@@ -0,0 +1,604 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "@context": {
3
+ "vocab": "http://example.org/legal#",
4
+ "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
5
+ "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
6
+ "xsd": "http://www.w3.org/2001/XMLSchema#"
7
+ },
8
+ "@graph": [
9
+ {
10
+ "@id": "vocab:Law",
11
+ "@type": "rdfs:Class",
12
+ "rdfs:label": "Law",
13
+ "rdfs:comment": "A system of rules created and enforced through social or governmental institutions to regulate behavior."
14
+ },
15
+ {
16
+ "@id": "vocab:LegalSystem",
17
+ "@type": "rdfs:Class",
18
+ "rdfs:label": "Legal System",
19
+ "rdfs:comment": "A system for interpreting and enforcing the laws in a given jurisdiction."
20
+ },
21
+ {
22
+ "@id": "vocab:CommonLawSystem",
23
+ "@type": "rdfs:Class",
24
+ "rdfs:subClassOf": "vocab:LegalSystem",
25
+ "rdfs:label": "Common Law System",
26
+ "rdfs:comment": "A legal system characterized by case law developed by judges, courts, and similar tribunals, where precedent is a guiding principle."
27
+ },
28
+ {
29
+ "@id": "vocab:CivilLawSystem",
30
+ "@type": "rdfs:Class",
31
+ "rdfs:subClassOf": "vocab:LegalSystem",
32
+ "rdfs:label": "Civil Law System",
33
+ "rdfs:comment": "A legal system based on written codes or statutes, as opposed to case law."
34
+ },
35
+ {
36
+ "@id": "vocab:Jurisdiction",
37
+ "@type": "rdfs:Class",
38
+ "rdfs:label": "Jurisdiction",
39
+ "rdfs:comment": "A territory or sphere of legal authority in which particular laws and regulations apply."
40
+ },
41
+ {
42
+ "@id": "vocab:Legislation",
43
+ "@type": "rdfs:Class",
44
+ "rdfs:subClassOf": "vocab:Law",
45
+ "rdfs:label": "Legislation",
46
+ "rdfs:comment": "Law which has been enacted by a legislature or other governing body."
47
+ },
48
+ {
49
+ "@id": "vocab:Statute",
50
+ "@type": "rdfs:Class",
51
+ "rdfs:subClassOf": "vocab:Legislation",
52
+ "rdfs:label": "Statute",
53
+ "rdfs:comment": "A formal written enactment of a legislative authority that governs a state, city, or country."
54
+ },
55
+ {
56
+ "@id": "vocab:Regulation",
57
+ "@type": "rdfs:Class",
58
+ "rdfs:subClassOf": "vocab:Legislation",
59
+ "rdfs:label": "Regulation",
60
+ "rdfs:comment": "A rule or directive made and maintained by an authority."
61
+ },
62
+ {
63
+ "@id": "vocab:CaseLaw",
64
+ "@type": "rdfs:Class",
65
+ "rdfs:subClassOf": "vocab:Law",
66
+ "rdfs:label": "Case Law",
67
+ "rdfs:comment": "The law as established by the outcome of former cases."
68
+ },
69
+ {
70
+ "@id": "vocab:Precedent",
71
+ "@type": "rdfs:Class",
72
+ "rdfs:subClassOf": "vocab:CaseLaw",
73
+ "rdfs:label": "Precedent",
74
+ "rdfs:comment": "A principle or rule established in a previous legal case that guides subsequent cases with similar issues or facts."
75
+ },
76
+
77
+ {
78
+ "@id": "vocab:LegalConcept",
79
+ "@type": "rdfs:Class",
80
+ "rdfs:label": "Legal Concept",
81
+ "rdfs:comment": "An abstract concept pertinent to the field of law."
82
+ },
83
+ {
84
+ "@id": "vocab:ContractLaw",
85
+ "@type": "rdfs:Class",
86
+ "rdfs:subClassOf": "vocab:Law",
87
+ "rdfs:label": "Contract Law",
88
+ "rdfs:comment": "The body of law that governs the formation, performance, and enforcement of agreements."
89
+ },
90
+ {
91
+ "@id": "vocab:CriminalLaw",
92
+ "@type": "rdfs:Class",
93
+ "rdfs:subClassOf": "vocab:Law",
94
+ "rdfs:label": "Criminal Law",
95
+ "rdfs:comment": "A system of law dealing with crimes and their punishment."
96
+ },
97
+ {
98
+ "@id": "vocab:IntellectualPropertyLaw",
99
+ "@type": "rdfs:Class",
100
+ "rdfs:subClassOf": "vocab:Law",
101
+ "rdfs:label": "Intellectual Property Law",
102
+ "rdfs:comment": "The area of law that deals with protecting the rights of creators of original works."
103
+ },
104
+ {
105
+ "@id": "vocab:FamilyLaw",
106
+ "@type": "rdfs:Class",
107
+ "rdfs:subClassOf": "vocab:Law",
108
+ "rdfs:label": "Family Law",
109
+ "rdfs:comment": "The area of law that deals with family-related matters and domestic relations."
110
+ },
111
+
112
+ {
113
+ "@id": "vocab:LegalProcess",
114
+ "@type": "rdfs:Class",
115
+ "rdfs:label": "Legal Process",
116
+ "rdfs:comment": "A procedure or series of actions conducted under the authority of the law."
117
+ },
118
+ {
119
+ "@id": "vocab:Trial",
120
+ "@type": "rdfs:Class",
121
+ "rdfs:subClassOf": "vocab:LegalProcess",
122
+ "rdfs:label": "Trial",
123
+ "rdfs:comment": "A formal examination of evidence before a judge, and typically a jury, in order to decide guilt in a case of criminal or civil proceedings."
124
+ },
125
+ {
126
+ "@id": "vocab:Appeal",
127
+ "@type": "rdfs:Class",
128
+ "rdfs:subClassOf": "vocab:LegalProcess",
129
+ "rdfs:label": "Appeal",
130
+ "rdfs:comment": "A process in which a case is reviewed by a higher court, to potentially overturn or modify the decision of a lower court."
131
+ },
132
+
133
+ {
134
+ "@id": "vocab:LegalAction",
135
+ "@type": "rdfs:Class",
136
+ "rdfs:label": "Legal Action",
137
+ "rdfs:comment": "An action taken to enforce or defend legal rights, often involving the judicial process."
138
+ },
139
+ {
140
+ "@id": "vocab:Lawsuit",
141
+ "@type": "rdfs:Class",
142
+ "rdfs:subClassOf": "vocab:LegalAction",
143
+ "rdfs:label": "Lawsuit",
144
+ "rdfs:comment": "A legal action brought by a plaintiff against a defendant in a court of law."
145
+ },
146
+ {
147
+ "@id": "vocab:Arrest",
148
+ "@type": "rdfs:Class",
149
+ "rdfs:subClassOf": "vocab:LegalAction",
150
+ "rdfs:label": "Arrest",
151
+ "rdfs:comment": "The act of detaining a person suspected of a crime by lawful authority."
152
+ },
153
+
154
+ {
155
+ "@id": "vocab:LegalOutcome",
156
+ "@type": "rdfs:Class",
157
+ "rdfs:label": "Legal Outcome",
158
+ "rdfs:comment": "A result of a legal process, such as a judgment or settlement."
159
+ },
160
+ {
161
+ "@id": "vocab:Judgment",
162
+ "@type": "rdfs:Class",
163
+ "rdfs:subClassOf": "vocab:LegalOutcome",
164
+ "rdfs:label": "Judgment",
165
+ "rdfs:comment": "A final decision by a court in a lawsuit."
166
+ },
167
+ {
168
+ "@id": "vocab:Settlement",
169
+ "@type": "rdfs:Class",
170
+ "rdfs:subClassOf": "vocab:LegalOutcome",
171
+ "rdfs:label": "Settlement",
172
+ "rdfs:comment": "An agreement reached between parties in a lawsuit, often before trial, resolving their dispute."
173
+ },
174
+
175
+ {
176
+ "@id": "vocab:LegalRemedy",
177
+ "@type": "rdfs:Class",
178
+ "rdfs:label": "Legal Remedy",
179
+ "rdfs:comment": "A means by which a legal right is enforced or the violation of a right is prevented or compensated."
180
+ },
181
+ {
182
+ "@id": "vocab:Damages",
183
+ "@type": "rdfs:Class",
184
+ "rdfs:subClassOf": "vocab:LegalRemedy",
185
+ "rdfs:label": "Damages",
186
+ "rdfs:comment": "A sum of money awarded in compensation for loss or injury."
187
+ },
188
+ {
189
+ "@id": "vocab:Injunction",
190
+ "@type": "rdfs:Class",
191
+ "rdfs:subClassOf": "vocab:LegalRemedy",
192
+ "rdfs:label": "Injunction",
193
+ "rdfs:comment": "A court order requiring a party to do or to refrain from doing a particular act."
194
+ },
195
+
196
+ {
197
+ "@id": "vocab:Crime",
198
+ "@type": "rdfs:Class",
199
+ "rdfs:label": "Crime",
200
+ "rdfs:comment": "An action or omission punishable by law as a criminal offense."
201
+ },
202
+ {
203
+ "@id": "vocab:Felony",
204
+ "@type": "rdfs:Class",
205
+ "rdfs:subClassOf": "vocab:Crime",
206
+ "rdfs:label": "Felony",
207
+ "rdfs:comment": "A serious crime, often involving violence, typically punishable by imprisonment for more than one year or by death."
208
+ },
209
+ {
210
+ "@id": "vocab:Misdemeanor",
211
+ "@type": "rdfs:Class",
212
+ "rdfs:subClassOf": "vocab:Crime",
213
+ "rdfs:label": "Misdemeanor",
214
+ "rdfs:comment": "A less serious crime, punishable by lesser fines or imprisonment of less than one year."
215
+ },
216
+
217
+ {
218
+ "@id": "vocab:Offer",
219
+ "@type": "rdfs:Class",
220
+ "rdfs:label": "Offer",
221
+ "rdfs:comment": "A promise to perform or refrain from performing some act in exchange for a return promise."
222
+ },
223
+ {
224
+ "@id": "vocab:Acceptance",
225
+ "@type": "rdfs:Class",
226
+ "rdfs:label": "Acceptance",
227
+ "rdfs:comment": "The assent to the terms of an offer, creating a binding contract."
228
+ },
229
+ {
230
+ "@id": "vocab:Consideration",
231
+ "@type": "rdfs:Class",
232
+ "rdfs:label": "Consideration",
233
+ "rdfs:comment": "Something of value exchanged by both parties to form the basis of a contract."
234
+ },
235
+ {
236
+ "@id": "vocab:BreachOfContract",
237
+ "@type": "rdfs:Class",
238
+ "rdfs:label": "Breach of Contract",
239
+ "rdfs:comment": "A violation of the terms of a contract by failing to perform one's own promise."
240
+ },
241
+
242
+ {
243
+ "@id": "vocab:Copyright",
244
+ "@type": "rdfs:Class",
245
+ "rdfs:label": "Copyright",
246
+ "rdfs:comment": "A set of exclusive rights granted to the creator of an original work, including the right to copy, distribute, and modify the work."
247
+ },
248
+ {
249
+ "@id": "vocab:Patent",
250
+ "@type": "rdfs:Class",
251
+ "rdfs:label": "Patent",
252
+ "rdfs:comment": "An exclusive right granted for an invention, providing the owner with the right to exclude others from making, using, or selling the invention for a limited time."
253
+ },
254
+ {
255
+ "@id": "vocab:Trademark",
256
+ "@type": "rdfs:Class",
257
+ "rdfs:label": "Trademark",
258
+ "rdfs:comment": "A symbol, word, or words legally registered or established by use as representing a company or product."
259
+ },
260
+
261
+ {
262
+ "@id": "vocab:Marriage",
263
+ "@type": "rdfs:Class",
264
+ "rdfs:label": "Marriage",
265
+ "rdfs:comment": "A legally recognized union between two people as partners in a personal relationship."
266
+ },
267
+ {
268
+ "@id": "vocab:Divorce",
269
+ "@type": "rdfs:Class",
270
+ "rdfs:label": "Divorce",
271
+ "rdfs:comment": "The legal dissolution of a marriage by a court or competent body."
272
+ },
273
+ {
274
+ "@id": "vocab:ChildCustody",
275
+ "@type": "rdfs:Class",
276
+ "rdfs:label": "Child Custody",
277
+ "rdfs:comment": "The legal right to make decisions affecting a child and the responsibility for their care."
278
+ },
279
+
280
+ {
281
+ "@id": "vocab:LegalDocument",
282
+ "@type": "rdfs:Class",
283
+ "rdfs:label": "Legal Document",
284
+ "rdfs:comment": "A document that sets forth some legal act, obligation, or relationship."
285
+ },
286
+ {
287
+ "@id": "vocab:Contract",
288
+ "@type": "rdfs:Class",
289
+ "rdfs:subClassOf": "vocab:LegalDocument",
290
+ "rdfs:label": "Contract",
291
+ "rdfs:comment": "A legally binding agreement between two or more parties."
292
+ },
293
+ {
294
+ "@id": "vocab:Will",
295
+ "@type": "rdfs:Class",
296
+ "rdfs:subClassOf": "vocab:LegalDocument",
297
+ "rdfs:label": "Will",
298
+ "rdfs:comment": "A legal document stating a person's wishes regarding the disposal of their property after death."
299
+ },
300
+ {
301
+ "@id": "vocab:Pleading",
302
+ "@type": "rdfs:Class",
303
+ "rdfs:subClassOf": "vocab:LegalDocument",
304
+ "rdfs:label": "Pleading",
305
+ "rdfs:comment": "A formal written statement of a party's claims or defenses."
306
+ },
307
+ {
308
+ "@id": "vocab:Complaint",
309
+ "@type": "rdfs:Class",
310
+ "rdfs:subClassOf": "vocab:Pleading",
311
+ "rdfs:label": "Complaint",
312
+ "rdfs:comment": "The initial pleading by which a lawsuit is begun."
313
+ },
314
+ {
315
+ "@id": "vocab:Answer",
316
+ "@type": "rdfs:Class",
317
+ "rdfs:subClassOf": "vocab:Pleading",
318
+ "rdfs:label": "Answer",
319
+ "rdfs:comment": "A defendant's response to the plaintiff's complaint."
320
+ },
321
+ {
322
+ "@id": "vocab:Motion",
323
+ "@type": "rdfs:Class",
324
+ "rdfs:subClassOf": "vocab:LegalDocument",
325
+ "rdfs:label": "Motion",
326
+ "rdfs:comment": "A request made to a court for a desired ruling or order."
327
+ },
328
+
329
+ {
330
+ "@id": "vocab:LegalPerson",
331
+ "@type": "rdfs:Class",
332
+ "rdfs:label": "Legal Person",
333
+ "rdfs:comment": "An entity with legal rights and duties, such as a human or a corporation."
334
+ },
335
+ {
336
+ "@id": "vocab:NaturalPerson",
337
+ "@type": "rdfs:Class",
338
+ "rdfs:subClassOf": "vocab:LegalPerson",
339
+ "rdfs:label": "Natural Person",
340
+ "rdfs:comment": "A human being as a legal subject."
341
+ },
342
+ {
343
+ "@id": "vocab:LegalEntity",
344
+ "@type": "rdfs:Class",
345
+ "rdfs:subClassOf": "vocab:LegalPerson",
346
+ "rdfs:label": "Legal Entity",
347
+ "rdfs:comment": "An organization recognized by law as a legal person."
348
+ },
349
+ {
350
+ "@id": "vocab:Corporation",
351
+ "@type": "rdfs:Class",
352
+ "rdfs:subClassOf": "vocab:LegalEntity",
353
+ "rdfs:label": "Corporation",
354
+ "rdfs:comment": "A legal entity that is separate and distinct from its owners."
355
+ },
356
+ {
357
+ "@id": "vocab:Partnership",
358
+ "@type": "rdfs:Class",
359
+ "rdfs:subClassOf": "vocab:LegalEntity",
360
+ "rdfs:label": "Partnership",
361
+ "rdfs:comment": "A legal form of business operation between two or more individuals who share management and profits."
362
+ },
363
+
364
+ {
365
+ "@id": "vocab:Court",
366
+ "@type": "rdfs:Class",
367
+ "rdfs:label": "Court",
368
+ "rdfs:comment": "A tribunal presided over by judges, magistrates, or justices to hear and resolve legal disputes."
369
+ },
370
+ {
371
+ "@id": "vocab:SupremeCourt",
372
+ "@type": "rdfs:Class",
373
+ "rdfs:subClassOf": "vocab:Court",
374
+ "rdfs:label": "Supreme Court",
375
+ "rdfs:comment": "The highest judicial court in a jurisdiction."
376
+ },
377
+ {
378
+ "@id": "vocab:AppellateCourt",
379
+ "@type": "rdfs:Class",
380
+ "rdfs:subClassOf": "vocab:Court",
381
+ "rdfs:label": "Appellate Court",
382
+ "rdfs:comment": "A court that reviews decisions of lower courts to determine if legal principles and procedures were followed correctly."
383
+ },
384
+ {
385
+ "@id": "vocab:TrialCourt",
386
+ "@type": "rdfs:Class",
387
+ "rdfs:subClassOf": "vocab:Court",
388
+ "rdfs:label": "Trial Court",
389
+ "rdfs:comment": "A court where cases are initially tried."
390
+ },
391
+
392
+ {
393
+ "@id": "vocab:Judge",
394
+ "@type": "rdfs:Class",
395
+ "rdfs:label": "Judge",
396
+ "rdfs:comment": "A public official appointed or elected to hear and decide cases in a court of law."
397
+ },
398
+ {
399
+ "@id": "vocab:Lawyer",
400
+ "@type": "rdfs:Class",
401
+ "rdfs:label": "Lawyer",
402
+ "rdfs:comment": "A professional who is qualified to offer legal advice or represent parties in legal matters."
403
+ },
404
+ {
405
+ "@id": "vocab:Defendant",
406
+ "@type": "rdfs:Class",
407
+ "rdfs:subClassOf": "vocab:LegalPerson",
408
+ "rdfs:label": "Defendant",
409
+ "rdfs:comment": "An individual or entity against whom a lawsuit or criminal charge is filed."
410
+ },
411
+ {
412
+ "@id": "vocab:Plaintiff",
413
+ "@type": "rdfs:Class",
414
+ "rdfs:subClassOf": "vocab:LegalPerson",
415
+ "rdfs:label": "Plaintiff",
416
+ "rdfs:comment": "A person who brings a civil lawsuit against another."
417
+ },
418
+ {
419
+ "@id": "vocab:Prosecutor",
420
+ "@type": "rdfs:Class",
421
+ "rdfs:subClassOf": "vocab:Lawyer",
422
+ "rdfs:label": "Prosecutor",
423
+ "rdfs:comment": "A legal representative of the prosecution in a criminal trial, responsible for presenting the case against the accused."
424
+ },
425
+ {
426
+ "@id": "vocab:Accused",
427
+ "@type": "rdfs:Class",
428
+ "rdfs:label": "Accused",
429
+ "rdfs:subClassOf": "vocab:Defendant",
430
+ "rdfs:comment": "A person charged with a criminal offense."
431
+ },
432
+
433
+ {
434
+ "@id": "vocab:hasParty",
435
+ "@type": "rdf:Property",
436
+ "rdfs:label": "has party",
437
+ "rdfs:domain": "vocab:Contract",
438
+ "rdfs:range": "vocab:LegalPerson",
439
+ "rdfs:comment": "Indicates a party involved in a contract."
440
+ },
441
+ {
442
+ "@id": "vocab:signedBy",
443
+ "@type": "rdf:Property",
444
+ "rdfs:label": "signed by",
445
+ "rdfs:domain": "vocab:Contract",
446
+ "rdfs:range": "vocab:LegalPerson",
447
+ "rdfs:comment": "Indicates the person who signed a contract."
448
+ },
449
+ {
450
+ "@id": "vocab:accusedOfCrime",
451
+ "@type": "rdf:Property",
452
+ "rdfs:label": "accused of crime",
453
+ "rdfs:domain": "vocab:Accused",
454
+ "rdfs:range": "vocab:Crime",
455
+ "rdfs:comment": "Indicates the crime of which a defendant is accused."
456
+ },
457
+ {
458
+ "@id": "vocab:decidedByCourt",
459
+ "@type": "rdf:Property",
460
+ "rdfs:label": "decided by court",
461
+ "rdfs:domain": "vocab:Lawsuit",
462
+ "rdfs:range": "vocab:Court",
463
+ "rdfs:comment": "Indicates the court that rendered a decision in a lawsuit."
464
+ },
465
+ {
466
+ "@id": "vocab:filedInCourt",
467
+ "@type": "rdf:Property",
468
+ "rdfs:label": "filed in court",
469
+ "rdfs:domain": "vocab:Lawsuit",
470
+ "rdfs:range": "vocab:Court",
471
+ "rdfs:comment": "Indicates the court in which a lawsuit was filed."
472
+ },
473
+ {
474
+ "@id": "vocab:concernsLegislation",
475
+ "@type": "rdf:Property",
476
+ "rdfs:label": "concerns legislation",
477
+ "rdfs:domain": "vocab:Lawsuit",
478
+ "rdfs:range": "vocab:Legislation",
479
+ "rdfs:comment": "Indicates that a lawsuit involves a particular piece of legislation."
480
+ },
481
+ {
482
+ "@id": "vocab:hasJurisdiction",
483
+ "@type": "rdf:Property",
484
+ "rdfs:label": "has jurisdiction",
485
+ "rdfs:domain": "vocab:Court",
486
+ "rdfs:range": "vocab:Jurisdiction",
487
+ "rdfs:comment": "Indicates the jurisdiction in which a court has authority."
488
+ },
489
+ {
490
+ "@id": "vocab:hasJudge",
491
+ "@type": "rdf:Property",
492
+ "rdfs:label": "has judge",
493
+ "rdfs:domain": "vocab:Court",
494
+ "rdfs:range": "vocab:Judge",
495
+ "rdfs:comment": "Indicates a judge who presides over a court."
496
+ },
497
+ {
498
+ "@id": "vocab:represents",
499
+ "@type": "rdf:Property",
500
+ "rdfs:label": "represents",
501
+ "rdfs:domain": "vocab:Lawyer",
502
+ "rdfs:range": "vocab:LegalPerson",
503
+ "rdfs:comment": "Indicates a lawyer representing a legal person."
504
+ },
505
+ {
506
+ "@id": "vocab:appliesTo",
507
+ "@type": "rdf:Property",
508
+ "rdfs:label": "applies to",
509
+ "rdfs:domain": "vocab:Legislation",
510
+ "rdfs:range": "vocab:Jurisdiction",
511
+ "rdfs:comment": "Indicates the jurisdiction to which the legislation applies."
512
+ },
513
+ {
514
+ "@id": "vocab:governedBySystem",
515
+ "@type": "rdf:Property",
516
+ "rdfs:label": "governed by system",
517
+ "rdfs:domain": "vocab:Jurisdiction",
518
+ "rdfs:range": "vocab:LegalSystem",
519
+ "rdfs:comment": "Indicates the legal system governing a particular jurisdiction."
520
+ },
521
+
522
+ {
523
+ "@id": "vocab:UnitedStates",
524
+ "@type": "vocab:Jurisdiction",
525
+ "rdfs:label": "United States",
526
+ "vocab:governedBySystem": "vocab:CommonLawSystem"
527
+ },
528
+ {
529
+ "@id": "vocab:India",
530
+ "@type": "vocab:Jurisdiction",
531
+ "rdfs:label": "India",
532
+ "vocab:governedBySystem": "vocab:CommonLawSystem"
533
+ },
534
+ {
535
+ "@id": "vocab:UnitedKingdom",
536
+ "@type": "vocab:Jurisdiction",
537
+ "rdfs:label": "United Kingdom",
538
+ "vocab:governedBySystem": "vocab:CommonLawSystem"
539
+ },
540
+ {
541
+ "@id": "vocab:UAE",
542
+ "@type": "vocab:Jurisdiction",
543
+ "rdfs:label": "UAE",
544
+ "vocab:governedBySystem": "vocab:CivilLawSystem"
545
+ },
546
+
547
+ {
548
+ "@id": "vocab:US_Constitution",
549
+ "@type": "vocab:Legislation",
550
+ "rdfs:label": "United States Constitution",
551
+ "vocab:appliesTo": "vocab:UnitedStates"
552
+ },
553
+ {
554
+ "@id": "vocab:Indian_Contract_Act_1872",
555
+ "@type": "vocab:Legislation",
556
+ "rdfs:label": "Indian Contract Act, 1872",
557
+ "vocab:appliesTo": "vocab:India"
558
+ },
559
+ {
560
+ "@id": "vocab:UK_Sale_of_Goods_Act_1979",
561
+ "@type": "vocab:Legislation",
562
+ "rdfs:label": "Sale of Goods Act 1979",
563
+ "vocab:appliesTo": "vocab:UnitedKingdom"
564
+ },
565
+ {
566
+ "@id": "vocab:UAE_Civil_Code",
567
+ "@type": "vocab:Legislation",
568
+ "rdfs:label": "UAE Civil Code",
569
+ "vocab:appliesTo": "vocab:UAE"
570
+ },
571
+
572
+ {
573
+ "@id": "vocab:CaseRoeVsWade",
574
+ "@type": "vocab:CaseLaw",
575
+ "rdfs:label": "Roe v. Wade",
576
+ "rdfs:comment": "A landmark decision by the U.S. Supreme Court on the issue of abortion.",
577
+ "vocab:appliesTo": "vocab:UnitedStates"
578
+ },
579
+ {
580
+ "@id": "vocab:CaseDonoghueVsStevenson",
581
+ "@type": "vocab:CaseLaw",
582
+ "rdfs:label": "Donoghue v. Stevenson",
583
+ "rdfs:comment": "A foundational decision in UK law on the concept of duty of care in negligence.",
584
+ "vocab:appliesTo": "vocab:UnitedKingdom"
585
+ },
586
+
587
+ {
588
+ "@id": "vocab:Trademark_Lawsuit_Example",
589
+ "@type": "vocab:Lawsuit",
590
+ "rdfs:label": "Trademark Infringement Case",
591
+ "vocab:filedInCourt": "vocab:TrialCourt",
592
+ "vocab:concernsLegislation": "vocab:UK_Sale_of_Goods_Act_1979",
593
+ "vocab:decidedByCourt": "vocab:AppellateCourt"
594
+ },
595
+
596
+ {
597
+ "@id": "vocab:ArrestExample",
598
+ "@type": "vocab:Arrest",
599
+ "rdfs:label": "Example Arrest",
600
+ "rdfs:comment": "An instance of arrest in a criminal proceeding.",
601
+ "vocab:accusedOfCrime": "vocab:Felony"
602
+ }
603
+ ]
604
+ }