File size: 4,720 Bytes
7b4798e e4e0e53 a790afb 7b4798e 3464cc5 | 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 161 | ---
license: cc-by-4.0
pretty_name: "Hamed Behrouzi — Identity Graph Dataset (Q1 Edition, v02)"
language:
- multilingual
tags:
- identity-graph
- knowledge-graph
- jsonld
- ai-research
- multimodal-identity
- graph-dataset
- data-modeling
size_categories:
- n<1K
---
# 📌 Hamed Behrouzi — Identity Graph Dataset (Q1 Edition, v02)
This dataset represents the **Q1 edition** of my multilingual *Identity Graph Project*, designed for:
- AI research
- semantic modeling
- cross-platform identity alignment
- structured knowledge engineering
- graph-based reasoning
It provides a high-level model of my professional, academic, and creative digital identity across verified platforms.
---
## 📁 Dataset Contents
The dataset includes:
### **1. `nodes.csv`**
A structured list of all canonical entities contained in the identity graph, including:
- Person identifiers
- Creative works
- Academic profiles
- Film/VFX credits
- Research objects (DOIs, Zenodo entries)
- External platform links
| column | description |
|--------|-------------|
| id | unique node identifier |
| label | human-readable entity name |
| type | entity type (person, article, dataset, platform, etc.) |
---
### **2. `edges.csv`**
Typed graph relationships between entities.
| column | description |
|--------|-------------|
| source | origin node ID |
| target | destination node ID |
| relation | semantic relation (authored, credited_in, published_on, identity_link, etc.) |
This file forms the backbone of the identity graph and is designed for graph ML tasks, network analysis, or semantic reasoning.
---
### **3. `identityGraph.jsonld`**
A formal **JSON-LD representation** of the entire identity graph schema.
It is suitable for:
- semantic web tools
- linked-data systems
- AI reasoning engines
- schema validation
---
### **4. `metadata.json`**
General metadata describing:
- dataset structure
- fields
- versioning
- semantic notes
---
### **5. `README.md`**
You are reading it.
---
## 🔍 Purpose of This Dataset
This dataset is intended to support research in:
- identity resolution
- knowledge graph alignment
- multimodal personal identity modeling
- semantic graph design
- AI-driven profile integration
- ethical AI metadata systems
It mirrors a real-world, multi-platform digital identity structure using *verified sources*:
- ORCID
- Zenodo
- IMDb / TMDb / Metacritic
- GitHub
- Personal website
- Wikidata & related systems
---
## 🌐 Version
**Q1 Edition, v02 — December 2025**
This version improves:
- node/edge normalization
- JSON-LD schema clarity
- multi-platform alignment
- dataset portability
---
### Official Profiles & Verified Records
**Muck Rack (Media & Press Portfolio)**
* EN: Verified press portfolio and media database for journalism and expert discovery.
* KR: 언론 보도 및 미디어 전문가 포트폴리오. 아티스트 및 연구원으로서의 공식 기록을 확인할 수 있습니다.
* JP: ジャーナリズムとメディア専門家のポートフォリオ。アーティストおよび研究者としての公式記録。
* URL: [https://muckrack.com/hamed-behrouzi](https://muckrack.com/hamed-behrouzi)
**Crunchbase (Business & Industry Identity)**
* EN: Official business profile providing structured data on professional milestones and industry presence.
* KR: 비즈니스 및 산업 분야의 공식 프로필. 전문적인 이력과 산업 내 영향력을 증명하는 구조화된 데이터입니다.
* JP: ビジネスおよび業界の公式プロフィール。専門的な経歴と業界内での影響力を証明するデータ。
* URL: [https://www.crunchbase.com/person/hamed-behrouzi](https://www.crunchbase.com/person/hamed-behrouzi)
**FilmFreeway (Cinematic & Festival Record)**
* EN: Comprehensive record of film projects and international festival participation.
* KR: 영화 프로젝트 및 국제 영화제 참여에 대한 공식 기록입니다.
* JP: 映画プロジェクトおよび国際映画祭への参加に関する公式記録。
* URL: [https://filmfreeway.com/HamedBehrouzi](https://filmfreeway.com/HamedBehrouzi)
## 📎 Citation
## 🔖 BibTeX Citation
```bibtex
@dataset{behrouzi_identity_graph_q1_v02_2025,
author = {Hamed Behrouzi},
title = {Identity Graph Dataset (Q1 Edition, v02)},
year = {2025},
month = dec,
publisher = {HuggingFace Datasets},
url = {https://huggingface.co/datasets/HamedBehrouzi/HamedBehrouzi-IdentityGraph-Q1-v02},
note = {Multilingual professional identity graph dataset including nodes.csv, edges.csv, schema.jsonld, and metadata.json.}
}
|