feat(edint-alumbrado-publico): add 12 candidate models for public lighting - #17
Open
albertoabellagarcia wants to merge 1 commit into
Open
feat(edint-alumbrado-publico): add 12 candidate models for public lighting#17albertoabellagarcia wants to merge 1 commit into
albertoabellagarcia wants to merge 1 commit into
Conversation
…hting Translates the EDINT Public Lighting Ontology (v0.1.0): modular streetlight composition, electrical infrastructure, energy consumption, luminaire catalog, and photometric/light-pollution parameters. Twelve entities: Farola, Poste, Brazo, Caja, Luminaria, Lampara, ModeloLuminaria, Fabricante, ReductorFlujo, CentroDeMando (subclass of edint-suministro's UtilitySupplyPoint), SuministroElectrico (subclass of UtilityContract), ConsumoEnergetico (subclass of UtilityConsumption). Documented in standard-metadata.yaml rather than silently papered over: ModeloLuminaria and Fabricante have no substantive properties despite the source's own prose promising manufacturer/power links; Fabricante and ReductorFlujo are orphaned (nothing references them); several QUDT QuantityValue properties are simplified to plain numbers with a fixed, stated unit. Enum values keep the source's own official UNE-EN 13201 / REEAE regulatory codes rather than translated English labels, since exact notation matters for compliance use. Grounded in a real Madrid Ayuntamiento streetlight record for Farola/Poste/Luminaria/Lampara/ModeloLuminaria; other entities are synthetic. 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 Public Lighting Ontology (v0.1.0) from
https://github.com/EDINT-Ontologia/edint-ontologia-alumbrado-publico —
modular streetlight composition, electrical infrastructure, energy
consumption, luminaire catalog, and photometric/light-pollution parameters,
for FEMP (Spanish Federation of Municipalities and Provinces).
Twelve entities: Farola, Poste, Brazo, Caja, Luminaria, Lampara,
ModeloLuminaria, Fabricante, ReductorFlujo, CentroDeMando (subclass of
edint-suministro's UtilitySupplyPoint), SuministroElectrico (subclass of
UtilityContract), ConsumoEnergetico (subclass of UtilityConsumption).
Documented, not silently smoothed over
source's own prose promising manufacturer/power/technology links.
them despite being described as linked from several others.
are simplified to plain numbers with a fixed, stated unit noted in each
description, since none vary in unit per instance.
regulatory codes verbatim (e.g. "me3a", "columna-triconica") rather than
translated English labels, since exact notation matters for real-world
compliance use.
Testing
All 12 models' schema/context/example files parse and validate;
example.json validates against schema.json; standard-metadata.yaml parses;
index regenerated. Farola/Poste/Luminaria/Lampara/ModeloLuminaria are
grounded in a real Madrid Ayuntamiento streetlight record; the rest are
synthetic.