Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,131 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc-by-4.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
pretty_name: "Hamed Behrouzi — Identity Graph Dataset (Q1 Edition, v02)"
|
| 4 |
+
language:
|
| 5 |
+
- multilingual
|
| 6 |
+
tags:
|
| 7 |
+
- identity-graph
|
| 8 |
+
- knowledge-graph
|
| 9 |
+
- jsonld
|
| 10 |
+
- ai-research
|
| 11 |
+
- multimodal-identity
|
| 12 |
+
- graph-dataset
|
| 13 |
+
- data-modeling
|
| 14 |
+
size_categories:
|
| 15 |
+
- n<1K
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
+
# 📌 Hamed Behrouzi — Identity Graph Dataset (Q1 Edition, v02)
|
| 19 |
+
|
| 20 |
+
This dataset represents the **Q1 edition** of my multilingual *Identity Graph Project*, designed for:
|
| 21 |
+
|
| 22 |
+
- AI research
|
| 23 |
+
- semantic modeling
|
| 24 |
+
- cross-platform identity alignment
|
| 25 |
+
- structured knowledge engineering
|
| 26 |
+
- graph-based reasoning
|
| 27 |
+
|
| 28 |
+
It provides a high-level model of my professional, academic, and creative digital identity across verified platforms.
|
| 29 |
+
|
| 30 |
+
---
|
| 31 |
+
|
| 32 |
+
## 📁 Dataset Contents
|
| 33 |
+
|
| 34 |
+
The dataset includes:
|
| 35 |
+
|
| 36 |
+
### **1. `nodes.csv`**
|
| 37 |
+
A structured list of all canonical entities contained in the identity graph, including:
|
| 38 |
+
|
| 39 |
+
- Person identifiers
|
| 40 |
+
- Creative works
|
| 41 |
+
- Academic profiles
|
| 42 |
+
- Film/VFX credits
|
| 43 |
+
- Research objects (DOIs, Zenodo entries)
|
| 44 |
+
- External platform links
|
| 45 |
+
|
| 46 |
+
| column | description |
|
| 47 |
+
|--------|-------------|
|
| 48 |
+
| id | unique node identifier |
|
| 49 |
+
| label | human-readable entity name |
|
| 50 |
+
| type | entity type (person, article, dataset, platform, etc.) |
|
| 51 |
+
|
| 52 |
+
---
|
| 53 |
+
|
| 54 |
+
### **2. `edges.csv`**
|
| 55 |
+
Typed graph relationships between entities.
|
| 56 |
+
|
| 57 |
+
| column | description |
|
| 58 |
+
|--------|-------------|
|
| 59 |
+
| source | origin node ID |
|
| 60 |
+
| target | destination node ID |
|
| 61 |
+
| relation | semantic relation (authored, credited_in, published_on, identity_link, etc.) |
|
| 62 |
+
|
| 63 |
+
This file forms the backbone of the identity graph and is designed for graph ML tasks, network analysis, or semantic reasoning.
|
| 64 |
+
|
| 65 |
+
---
|
| 66 |
+
|
| 67 |
+
### **3. `identityGraph.jsonld`**
|
| 68 |
+
A formal **JSON-LD representation** of the entire identity graph schema.
|
| 69 |
+
|
| 70 |
+
It is suitable for:
|
| 71 |
+
|
| 72 |
+
- semantic web tools
|
| 73 |
+
- linked-data systems
|
| 74 |
+
- AI reasoning engines
|
| 75 |
+
- schema validation
|
| 76 |
+
|
| 77 |
+
---
|
| 78 |
+
|
| 79 |
+
### **4. `metadata.json`**
|
| 80 |
+
General metadata describing:
|
| 81 |
+
|
| 82 |
+
- dataset structure
|
| 83 |
+
- fields
|
| 84 |
+
- versioning
|
| 85 |
+
- semantic notes
|
| 86 |
+
|
| 87 |
+
---
|
| 88 |
+
|
| 89 |
+
### **5. `README.md`**
|
| 90 |
+
You are reading it.
|
| 91 |
+
|
| 92 |
+
---
|
| 93 |
+
|
| 94 |
+
## 🔍 Purpose of This Dataset
|
| 95 |
+
|
| 96 |
+
This dataset is intended to support research in:
|
| 97 |
+
|
| 98 |
+
- identity resolution
|
| 99 |
+
- knowledge graph alignment
|
| 100 |
+
- multimodal personal identity modeling
|
| 101 |
+
- semantic graph design
|
| 102 |
+
- AI-driven profile integration
|
| 103 |
+
- ethical AI metadata systems
|
| 104 |
+
|
| 105 |
+
It mirrors a real-world, multi-platform digital identity structure using *verified sources*:
|
| 106 |
+
|
| 107 |
+
- ORCID
|
| 108 |
+
- Zenodo
|
| 109 |
+
- IMDb / TMDb / Metacritic
|
| 110 |
+
- GitHub
|
| 111 |
+
- Personal website
|
| 112 |
+
- Wikidata & related systems
|
| 113 |
+
|
| 114 |
+
---
|
| 115 |
+
|
| 116 |
+
## 🌐 Version
|
| 117 |
+
**Q1 Edition, v02 — December 2025**
|
| 118 |
+
|
| 119 |
+
This version improves:
|
| 120 |
+
|
| 121 |
+
- node/edge normalization
|
| 122 |
+
- JSON-LD schema clarity
|
| 123 |
+
- multi-platform alignment
|
| 124 |
+
- dataset portability
|
| 125 |
+
|
| 126 |
+
---
|
| 127 |
+
|
| 128 |
+
## 📎 Citation
|
| 129 |
+
|
| 130 |
+
If you use this dataset in research:
|
| 131 |
+
|