feat(edint-infraestructura): update to source ontology v0.2.1 - #5
Merged
Merged
Conversation
Refreshes the 11 originally-translated models and adds 8 new ones for the traffic/mobility branch, now natively defined in the source repo as of v0.2.1 (previously excluded as an external-ontology reuse). - Namespace migration: all context.jsonld IRIs moved from vocab.linkeddata.es to edint.es, matching the ontology's own namespace move. - Facility gained 3 new properties: accessibility, isCadastralProperty, locatedInZone. - New entities: StreetSection, PlannedIncidence, UnplannedIncidence, TrafficEquipment, TrafficMeasuringDevice, TrafficObservation, RegulatedZone, CadastralProperty. Full rationale, scope decisions, and known caveats (KOS notation inconsistency in the source repo, v0.2.1 being only a test-tagged release) are documented in standard-metadata.yaml. 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
Updates the
edint-infraestructuracandidate to the source ontology's current state (v0.2.0 -> v0.2.1), after being told the source repository had been updated.1. Refresh of the 11 originally-translated models
vocab.linkeddata.es/.../infraestructura#toedint.es/def/infraestructura#. Allcontext.jsonldIRIs updated to match, plus the InfrastructureType KOS concept namespace (.../kos/edint/InfrastructureType/->edint.es/kos/InfrastructureType/).accessibility(string),isCadastralProperty(Relationship),locatedInZone(Relationship). All other 10 entities re-checked, no attribute-level changes.2. Traffic/mobility branch brought into scope (8 new entities)
The original translation excluded this branch because it reused an ontology not included in the source repo. As of v0.2.1 it's natively defined (renamed to English, in the repo's own
trafico#/zone#/catastro#sub-vocabularies), so the original exclusion no longer applies:StreetSection,PlannedIncidence,UnplannedIncidence,TrafficEquipment,TrafficMeasuringDevice,TrafficObservation,RegulatedZone,CadastralProperty.Bare
IncidenceandTrafficPropertyare deliberately not materialized as their own entities -- same precedent as this candidate's existing Sensor/AccessSensor/CountingSensor and observableProperty handling (abstract bases and generic-Relationship targets aren't given their own entity). External vocabularies referenced by this branch (QUDT, W3C Time) aren't materialized either, consistent with how the rest of this candidate treats reused external building blocks.Caveats (documented in full in standard-metadata.yaml)
examples/example.ttl) hasn't caught up with the namespace/notation changes in the formal ontology and SKOS files -- a real inconsistency in the upstream repo, not something introduced here. Facility's example keeps its real, verifiedinfrastructureTypevalue but flags this.owl:versionInforeads0.2.1, but the only tag at that version isv0.2.1-test("no additions, test release" per its own GitHub release notes), andmainhas moved further since without a version bump. Translated against currentmainHEAD per explicit decision, not a stable tagged release.Testing
schema.json/context.jsonld/example file parses as JSON, everyexample.jsonvalidates against its ownschema.json,$schemaVersionis0.0.1throughout.standard-metadata.yamlparses as YAML.tools/generate_index.py).