Skip to content

feat(edint-catastro): add 6 candidate models for the Spanish cadastre - #11

Open
albertoabellagarcia wants to merge 1 commit into
masterfrom
edint-catastro-candidates
Open

feat(edint-catastro): add 6 candidate models for the Spanish cadastre#11
albertoabellagarcia wants to merge 1 commit into
masterfrom
edint-catastro-candidates

Conversation

@albertoabellagarcia

Copy link
Copy Markdown
Contributor

Summary

Translates the EDINT Spanish Cadastre Ontology (v0.1.0) from
https://github.com/EDINT-Ontologia/edint-ontologia-catastro — cadastral
parcels, properties, constructions, references and renovation events.

Six entities: CadastralParcel, CadastralProperty, CadastralConstruction,
ParcelReference, PropertyReference, Renovation. Grounded in a genuine Sede
Catastro record (parcel 8942103VK2793) bundled in the source's own examples.

Known issue

Type collision with edint-infraestructura's existing thin CadastralProperty
stub (added there in its v0.2.1 update) — same pattern as
RegulatedZone/Vehicle/Parking/Organization in prior PRs. Documented in
standard-metadata.yaml, not resolved here.

Geometry is modeled as an opaque Relationship rather than inline GeoJSON,
mirroring both the source's own real examples (WKT via a separate Geometry
resource) and edint-zona-regulatoria's precedent.

Testing

All schema/context/example files parse and validate; example.json validates
against schema.json for all 6 models; standard-metadata.yaml parses; index
regenerated.

Translates the EDINT Spanish Cadastre Ontology (v0.1.0): cadastral
parcels, properties, constructions, references and renovation events.

Six entities: CadastralParcel, CadastralProperty,
CadastralConstruction, ParcelReference, PropertyReference, Renovation.
Real example data grounds all but Renovation, from a genuine Sede
Catastro record for parcel 8942103VK2793.

Known issue documented in standard-metadata.yaml: a type collision
with edint-infraestructura's existing thin CadastralProperty stub
(same pattern as RegulatedZone/Vehicle/Parking/Organization in prior
PRs). Geometry modeled as an opaque Relationship rather than inline
GeoJSON, mirroring the source's own real examples and
edint-zona-regulatoria's precedent.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant