Skip to content

feat(edint-gestion-residuos): add 4 candidate models for waste management - #18

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

feat(edint-gestion-residuos): add 4 candidate models for waste management#18
albertoabellagarcia wants to merge 1 commit into
masterfrom
edint-gestion-residuos-candidates

Conversation

@albertoabellagarcia

Copy link
Copy Markdown
Contributor

Summary

Translates the EDINT Waste Management Ontology (v0.1.0) from
https://github.com/EDINT-Ontologia/edint-ontologia-gestion-residuos
mobile and permanent waste collection points, street containers, and
authorized waste management/treatment facilities.

Four entities: MobileCollectionPoint, PermanentCollectionPoint,
WasteContainer, WasteManagementFacility. Bare CollectionPoint and
WasteFacility (pure abstract bases, no properties of their own) are not
materialized, matching this candidate family's precedent.

Documented, not silently resolved

A genuine notation mismatch exists between the source's own published KOS
files and its own real example data for hasManagementScope/
hasTreatmentProcess (e.g. published ClasificacionDeResiduosNoPeligrososY...
vs. example data's ClasificacionResiduosNoPeligrosos...). Rather than
guess at reconciling it, both properties are kept as open strings instead
of enums — enumerating the published KOS concepts would produce a schema
unable to validate the source's own genuine example data. Flagged for the
EDINT maintainers in standard-metadata.yaml.

belongsTo is modeled as an array: the source's own real example shows a
WasteContainer belonging to both a Barrio and a Distrito simultaneously.

Testing

All 4 models' schema/context/example files parse and validate;
example.json validates against schema.json; standard-metadata.yaml parses;
index regenerated. All 4 examples are grounded in the source's own real
examples/ontology-examples.ttl (real Madrid/Fuenlabrada records, including
a real company's NIF/NIMA registration numbers).

…ment

Translates the EDINT Waste Management Ontology (v0.1.0): mobile and
permanent waste collection points, street containers, and authorized
waste management/treatment facilities.

Four entities: MobileCollectionPoint, PermanentCollectionPoint,
WasteContainer, WasteManagementFacility. Bare CollectionPoint and
WasteFacility are not materialized, matching this candidate family's
abstract-base precedent.

Documented in standard-metadata.yaml rather than silently resolved: a
genuine notation mismatch between the source's own published KOS files
and its own real example data for hasManagementScope/hasTreatmentProcess
-- kept as open strings rather than enums, since enumerating the
published KOS concepts would produce a schema that can't validate
the source's own example data.

Real example data used throughout, grounded in the source's own
examples/ontology-examples.ttl (real Madrid/Fuenlabrada waste
facility records, including a real company's NIF/NIMA registration).

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