feat(edint-vehiculos-compartidos): add 7 candidate models for shared vehicles - #16
Open
albertoabellagarcia wants to merge 1 commit into
Open
feat(edint-vehiculos-compartidos): add 7 candidate models for shared vehicles#16albertoabellagarcia wants to merge 1 commit into
albertoabellagarcia wants to merge 1 commit into
Conversation
…vehicles Translates the EDINT Shared Vehicles Ontology (v0.1.1): shared-mobility vehicles (bikes, e-scooters, cars), their stations and docks, routes and waypoints. Seven entities: SharedVehicleStation, Dock, DockSensor, DockObservation, SharedVehicle (a real subclass of edint-censo-vehiculos's Vehicle), Route, Waypoint. Not a type collision with edint-infraestructura's existing BikeSharingStation (different entity name), though conceptually related -- documented in standard-metadata.yaml. A genuine, unreconciled overlap between SharedVehicle's own propulsionSystemType and the inherited propulsionType is also documented rather than silently merged away. No real example data exists in the source repo; examples use Madrid's BiciMAD system as an illustrative scenario. 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 Shared Vehicles Ontology (v0.1.1) from
https://github.com/EDINT-Ontologia/edint-ontologia-vehiculos-compartidos —
shared-mobility vehicles (bikes, e-scooters, cars), stations and docks,
routes and waypoints.
Seven entities: SharedVehicleStation, Dock, DockSensor, DockObservation,
SharedVehicle (a real subclass of edint-censo-vehiculos's Vehicle, confirmed
via its own subClassOf declaration), Route, Waypoint.
Notable, documented rather than silently resolved
BikeSharingStation (different name — SharedVehicleStation vs
BikeSharingStation), though conceptually related; the user explicitly
declined to rename/replace BikeSharingStation in an earlier pass.
propulsionSystemType(4 values) genuinely overlapswith the inherited
propulsionType(10 values, from edint-censo-vehiculos)— a real redundancy between two independently-maintained EDINT
ontologies. Both kept since the source declares both independently.
destinationSpot/originSpotconfirmed to point at edint-aparcamiento'sreal ParkingSpot entity.
Testing
All 7 models' schema/context/example files parse and validate;
example.json validates against schema.json; standard-metadata.yaml parses;
index regenerated. No real example data exists in the source repo; examples
use Madrid's BiciMAD system as an illustrative scenario.