BBC CMS Ontology (BBCCMS)

The BBC CMS Ontology is a specialized vocabulary for representing and managing relationships between content management systems, creative content, and the entities that BBC produces content about. It defines standardized terms and structures for Content Management Systems (CMS) to interact with linked data platforms, enabling semantic representation of how content relates to real-world concepts. The ontology captures associations between different instances of the same concept across multiple BBC systems, ensuring consistency and linkage of related entities (people, places, organizations, events) referenced in content. BBCCMS facilitates content integration and semantic linking across BBC’s diverse content production systems and publishing platforms. The ontology enables sophisticated content discovery and recommendations by providing explicit relationships between content and the concepts it addresses.

Example Usage: Link a BBC news article or program to BBC Core Concepts (people, organizations, places, events) with BBCCMS terms that establish how the same entity is referenced across different content pieces and editorial domains.

Metrics & Statistics

Graph Statistics

Total Nodes

68

Total Edges

137

Root Nodes

0

Leaf Nodes

41

Knowledge Coverage Statistics

Classes

20

Individuals

4

Properties

2

Hierarchical Metrics

Maximum Depth

0

Minimum Depth

0

Average Depth

0.00

Depth Variance

0.00

Breadth Metrics

Maximum Breadth

0

Minimum Breadth

0

Average Breadth

0.00

Breadth Variance

0.00

LLMs4OL Dataset Statistics

Term Types

4

Taxonomic Relations

17

Non-taxonomic Relations

0

Average Terms per Type

4.00

Usage Example

Use the following code to import this ontology programmatically:

from ontolearner.ontology import BBCCMS

ontology = BBCCMS()
ontology.load("path/to/BBCCMS-ontology.ttl")

# Extract datasets
data = ontology.extract()

# Access specific relations
term_types = data.term_typings
taxonomic_relations = data.type_taxonomies
non_taxonomic_relations = data.type_non_taxonomic_relations