Skip to main content

2 posts tagged with "metadata"

View All Tags

Building a Tag-Driven Metadata System for Political Domain Classification

· 2 min read
JavaScript Dev

Overview

As my civic-tech platform evolved, the complexity of classification increased: I needed to track ministry types, cabinet roles, party types (left, regional, royalist), election kinds, and more. Rather than hardcoding categories, I built a tag-driven metadata system.

This post explains the design and use cases for tag-based classification across multiple resources.


Modeling Political Scandals with Source Metadata and Timeline Hierarchy

· 2 min read
JavaScript Dev

Overview

Scandals are not just stories—they’re structured data. I wanted to capture every major political controversy in Nepal since 2040 B.S. as structured content that can be sorted, filtered, visualized, and linked.

This post covers how I modeled scandals with:

  • Timeline consistency
  • Hierarchical parent-child links
  • Multilingual titles and content
  • Source citations and metadata
  • Relation to multiple political entities (leaders, parties, governments)

Schema Design