//! Core types and traits for spatial narratives.
//!
//! This module provides the fundamental building blocks:
//! - [`Location`] - Geographic coordinates (WGS84)
//! - [`Timestamp`] - Temporal information with precision
//! - [`Event`] - Something that happened at a place and time
//! - [`Narrative`] - A collection of related events
//! - [`SourceRef`] - Reference to source material
pub use ;
pub use ;
pub use ;
pub use ;
pub use ;
pub use ;
pub use ;