File size: 1,690 Bytes
fde351d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: cc-by-4.0
language:
- en
tags:
- cricket
- knowledge-graph
- ipl
- sports-analytics
- matchups
- rag
pretty_name: CricketStudio Knowledge Graph (Sample)
size_categories:
- n<1K
configs:
- config_name: nodes
  data_files: nodes.csv
- config_name: edges
  data_files: edges.csv
---

# CricketStudio Knowledge Graph — Sample

A **sample** of the CricketStudio cricket knowledge graph: the **Royal Challengers
Bengaluru** squad and their batter-vs-bowler matchup relationships, from IPL 2026
plus IPL-career head-to-head data. Every entity links back to its canonical page
on https://players.cricketstudio.ai via `canonical_url`.

## Files / configs
| File | Rows | What |
|---|---|---|
| `nodes.csv` / `nodes.json` | 141 | entities — `id` (slug), `type`, `name`, `canonical_url` |
| `edges.csv` / `edges.json` | 777 | relationships — `plays_for`, `faced`, `dismissed_by` (matchup counts) |
| `schema.json` | — | node types + edge predicates (vocabulary) |

## Edge semantics
- `plays_for` — player → franchise
- `faced` — batter → bowler, with `{deliveries, runs}` (IPL career)
- `dismissed_by` — batter → bowler, with `{dismissals}`

## Scope & the full graph
This is a **single-franchise sample** for evaluation. The complete graph — all ten
franchises, venues, matches, multi-league coverage, and the full matchup edge set —
is available through the CricketStudio API. Contact **hello@cricketstudio.ai**.

## Provenance
Every number derives from ball-by-ball data and is auditable on the linked page.
See https://players.cricketstudio.ai/about for methodology.

## License
**CC BY 4.0** — attribute "CricketStudio (https://players.cricketstudio.ai)".