feat(edint-gestion-residuos): add 4 candidate models for waste management - #18
Open
albertoabellagarcia wants to merge 1 commit into
Open
feat(edint-gestion-residuos): add 4 candidate models for waste management#18albertoabellagarcia wants to merge 1 commit into
albertoabellagarcia wants to merge 1 commit into
Conversation
…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>
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 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. publishedClasificacionDeResiduosNoPeligrososY...vs. example data's
ClasificacionResiduosNoPeligrosos...). Rather thanguess 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.
belongsTois modeled as an array: the source's own real example shows aWasteContainer 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).