feat(edint-catastro): add 6 candidate models for the Spanish cadastre - #11
Open
albertoabellagarcia wants to merge 1 commit into
Open
feat(edint-catastro): add 6 candidate models for the Spanish cadastre#11albertoabellagarcia wants to merge 1 commit into
albertoabellagarcia wants to merge 1 commit into
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.