Datasets:

License:

You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

πŸ“š 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.


πŸ“‚ 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

from datasets import load_dataset

dataset = load_dataset("your-username/TKG_Release13.graphml")
Downloads last month
9