| --- |
| 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.} |
| } |
|
|