Skip to content

feat(edint-alumbrado-publico): add 12 candidate models for public lighting - #17

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

feat(edint-alumbrado-publico): add 12 candidate models for public lighting#17
albertoabellagarcia wants to merge 1 commit into
masterfrom
edint-alumbrado-publico-candidates

Conversation

@albertoabellagarcia

Copy link
Copy Markdown
Contributor

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

  • ModeloLuminaria and Fabricante have no substantive properties despite the
    source's own prose promising manufacturer/power/technology links.
  • Fabricante and ReductorFlujo are orphaned — no other class references
    them despite being described as linked from several others.
  • Several QUDT QuantityValue measurements (flux, power, CCT, voltage, ...)
    are simplified to plain numbers with a fixed, stated unit noted in each
    description, since none vary in unit per instance.
  • Enum values keep the source's own official UNE-EN 13201 / REEAE
    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.

…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>
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