Description
A normalized real-estate parcel (block/lot/parcel_id).
Instances
72,816
Properties
8
Declared Properties
| Property | Type | Constraints | Description |
|---|---|---|---|
Address normalized_address | address | requiredindexedevidence | Normalized street address. e.g. 16 Delaware Ave, Jersey City, NJ |
Block block | string | indexed | Tax block. e.g. 19602 |
Lot lot | string | indexed | Tax lot. e.g. 38 |
Parcel ID parcel_id | parcel_id | indexed | Authoritative parcel identifier (MOD-IV). e.g. 0906_19602_00038 |
Ward ward | string | indexed | Political ward. e.g. F |
Zoning District zoning_district | string | indexed | Zoning designation. e.g. R-1 |
Latitude lat | decimal | WGS84 lat. e.g. 40.7282 | |
Longitude lng | decimal | WGS84 lng. e.g. -74.0776 |
Outgoing Edges (12)
ASSOCIATED_WITH_ACTORA PermitCase/Decision is associated with an Actor (architect/contractor).
CO_OCCURS_WITHStatistical co-occurrence of two entities (most often two Corrections).
CROSSWALKS_TOA modern Parcel maps to its pre-renumbering HistoricBlock. Confidence carries the support tier of the address join; an unsupported pair must never look like a verified one.
DEPICTED_ONA Parcel is drawn on a SanbornSheet. Attributes carry the index range and whether the sheet's side-of-street matches the house number's parity: a '*' sheet draws ONE side, so an even house resolved to the odd-side sheet is a real map of the wrong buildings.
GOVERNED_BYAn entity is governed by a code section.
IMPACTED_BY_POLICYAn entity is governed by a Policy (zoning rule, historic overlay, etc).
LOCATED_INEntity is spatially located in another entity (AHJ, ZoningDistrict, Neighborhood, or Property).
NEARA Parcel is within the screen radius of a ContaminationCase. Attributes carry `within_m` (the radius searched), NOT a distance: the NJDEP case layer is queried without geometry, so a per-site distance is not known and must not be invented on a provenance-carrying edge.
PRECEDEDA entity preceded B in a timeline.
PROJECTED_FROMEntity was projected from a fixture or raw doc.
SIMILAR_TOStatistical similarity (project↔project, AHJ↔AHJ).
VIOLATESAn entity violates a code section.
Incoming Edges (9)
← APPROVED_AFTERA Decision came after a prior Decision/event in a chain.
← CO_OCCURS_WITHStatistical co-occurrence of two entities (most often two Corrections).
← CONDITIONED_ONAn approval Decision was conditioned on something.
← LOCATED_INEntity is spatially located in another entity (AHJ, ZoningDistrict, Neighborhood, or Property).
← OWNSOwner currently owns a Parcel (MOD-IV owner-of-record; deed-corroborated when the latest grantee matches).
← PRECEDEDA entity preceded B in a timeline.
← PRIOR_OWNER_OFOwner previously owned a Parcel (deed-chain grantee of a non-latest sale in pg_deed_transactions).
← REQUIRESA code section requires an entity / configuration.
← SIMILAR_TOStatistical similarity (project↔project, AHJ↔AHJ).