ANNUAL_RENT_AUD
$60k $100k $150k+
FEATURE_INSPECTOR

10 Smith Street, Collingwood

CADASTRAL_ID VIC-P001
ZONING_CLASS MUZ (Mixed Use)
4D_POSITION (X, Y, Z) 144.9831, -37.8012 (+18.5m)
ACTIVE_INTERVAL (T) 2024-01-01 ➔ 2026-01-01
SEMANTIC_KNOWLEDGE_TRIPLES
parcel:VIC-P001 ➔ cadastre:hasZoning ➔ zone:MUZ
4D_TEMPORAL_SCRUBBER
EPOCH: 2024-06-15
2020
Historical
2022
Baseline
2024
Active Cadastre
2026
Planning Horizon

Drop your file here, or

Auto-detects coordinates, addresses, or shapefile features
⇄ JOIN WITH
=
// TypeScript Client SDK (@lyhnidos/client)
import { createClient } from '@lyhnidos/client';

const client = createClient({ url: 'http://localhost:8080' });

// 4D Proximity query (lat, lng, radius, timestamp)
const parcels = await client.parcelsNear({
  lat: -37.801,
  lng: 144.983,
  radiusMeters: 500
});

console.log(`Found ${parcels.length} parcels:`, parcels);