feat(edint-suministro): add 5 candidate models for utility supply - #14
Open
albertoabellagarcia wants to merge 1 commit into
Open
feat(edint-suministro): add 5 candidate models for utility supply#14albertoabellagarcia wants to merge 1 commit into
albertoabellagarcia wants to merge 1 commit into
Conversation
Translates the EDINT Utility Supply Ontology (v0.2.1), structurally near-identical to edint-fotovoltaica: utilities (electricity, gas, water) supplied to municipal infrastructure and measurement of their consumption. Five entities: UtilitySupplyPoint, UtilityMeter, UtilityConsumption (SOSA Observation pattern), UtilityContract, UtilityRate (thin entity). hasMeterType inherited from UtilityMeter's saref:Meter parent class. Known gap documented in standard-metadata.yaml (same as edint-fotovoltaica's hasPhotovoltaicSystem): hasUtilitySupplyPoint should ideally be added to edint-infraestructura's Facility; not done here to keep this PR scoped. No real example data exists in the source repo (RML mapping + CSV only, no generated RDF instances); examples 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 Utility Supply Ontology (v0.2.1) from
https://github.com/EDINT-Ontologia/edint-ontologia-suministro — structurally
near-identical to edint-fotovoltaica: utilities (electricity, gas, water)
supplied to municipal infrastructure and measurement of consumption.
Five entities: UtilitySupplyPoint, UtilityMeter, UtilityConsumption (SOSA
Observation pattern), UtilityContract, UtilityRate (thin entity).
Known gap, documented not acted on
Same pattern as edint-fotovoltaica's hasPhotovoltaicSystem:
hasUtilitySupplyPoint should ideally be added to edint-infraestructura's
Facility. Not added here, to keep this PR scoped to the suministro ontology
itself.
No real example/instance data exists in the source repo (only an RML
mapping + its CSV source, no generated RDF output); all examples are
synthetic.
Testing
Schema/context/example files parse and validate for all 5 models;
example.json validates against schema.json; standard-metadata.yaml parses;
index regenerated.