issues
search
pietercolpaert
/
Blue-Bike-to-Linked-GBFS
MIT License
2
stars
3
forks
source link
replace terms from external ontologies with the ones from OSLO-hoppingpunten
#10
Closed
jiaoxlong
closed
2 years ago
jiaoxlong
commented
2 years ago
adapted model
maximum bicycles capacity / capacity mv:BicycleParkingStation mv:capacity [ a mv:Capacity ;mv:totalCapacity xsd:int ].
available bicycles / bikes_available mv:BicycleParkingStation mv:capacity [ a mv:RealTimeCapacity ; mv:currentValue xsd:int ] .
geo location mv:BicycleParkingStation locn:geometry [ a schema:Geometry ; schema:latitude "NUM/TEXT"; schema:longitude "NUM/TEXT" ]
adapted model