--- license: other license_name: trial-licence-ku-gsma-members-knowledge-graph license_link: LICENSE --- # 📚 3GPP Rel-13 Knowledge Graph Dataset ## Overview This dataset provides a **Knowledge Graph** representation of **3GPP Release 13 documentation**, compiled by **Khalifa University**. It is intended for research and development in telecommunications, semantic networks, and graph-based AI applications. - **Source:** [3GPP Official Site](https://www.3gpp.org/) - **Format:** GraphML - **Nodes:** 12,800 - **Edges:** 9,970 --- ## 📂 Dataset Structure - **File Type:** `.graphml` - **Graph Details:** - **Nodes:** Entities extracted from 3GPP Rel-13 documentation. - **Edges:** Relationships between these entities. --- ## ✅ License Please **read and agree to the terms within the dataset license** before using this dataset. --- ## 🔍 Use Cases - Knowledge Graph research - Telecom standards analysis - Graph-based machine learning - Semantic search and reasoning --- ## 📥 How to Load ```python from datasets import load_dataset dataset = load_dataset("your-username/TKG_Release13.graphml")