feat(edint-medio-ambiente): add 3 candidate models for environmental sensors - #12
Open
albertoabellagarcia wants to merge 1 commit into
Open
feat(edint-medio-ambiente): add 3 candidate models for environmental sensors#12albertoabellagarcia wants to merge 1 commit into
albertoabellagarcia wants to merge 1 commit into
Conversation
…sensors Translates the EDINT Environmental Sensors Ontology (v0.1.0): a generic SOSA/GeoSPARQL-based pattern for sensor platforms, sensors, and observations, meant to be specialized per environmental domain (air quality, climatology, noise) purely through open controlled vocabularies rather than new subclasses. Three entities: SensorPlatform, EnvironmentalSensor, EnvironmentalObservation. hasSensorType/observableProperty/ featureOfInterest are deliberately kept as open Relationships rather than enums, even where the base vocabulary is small, since domain specializations add their own concepts on top. Note: the user's requested edint-ontologia-calidad-aire and edint-ontologia-climatologia repositories have no ontology.ttl of their own -- both are pure examples of this same pattern -- so they are not modeled as separate standards. calidad-aire's real example data grounds this standard's own examples instead. 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 Environmental Sensors Ontology (v0.1.0) from
https://github.com/EDINT-Ontologia/edint-ontologia-medio-ambiente — a
generic SOSA/GeoSPARQL pattern for sensor platforms, sensors and
observations, meant to be specialized per domain.
Note on scope: the two other repositories requested alongside this one
(
edint-ontologia-calidad-aire,edint-ontologia-climatologia) have noontology.ttl of their own — both are pure example/instance-data repos
reusing this exact pattern. Neither is modeled as its own standard;
calidad-aire's real example data grounds this standard's examples instead.
Three entities: SensorPlatform, EnvironmentalSensor,
EnvironmentalObservation.
A deliberate deviation from this family's usual convention
hasSensorType/observableProperty/featureOfInterest are kept as open
Relationships rather than enums, even where the base vocabulary is small —
the whole point of this ontology is to let domain specializations add their
own concepts on top (calidad-aire alone adds a sensor type that doesn't
exist in this base ontology's own KOS file).
Testing
All schema/context/example files parse and validate; example.json validates
against schema.json for all 3 models; standard-metadata.yaml parses; index
regenerated.