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 #11

Closed jiaoxlong closed 2 years ago

jiaoxlong commented 2 years ago

adapted model

Example

<https://blue-bike.be/stations/103#2022-05-03T15:02:34> a <http://schema.mobivoc.org/#BicycleParkingStation>;
  <http://purl.org/dc/terms/created> "2022-05-03T15:02:34";
  <http://purl.org/dc/terms/isVersionOf> <https://blue-bike.be/stations/103>;
  <http://schema.org/name> "Station Geel";
  <http://www.w3.org/ns/locn#geometry> _:Geometry1;
  <http://schema.mobivoc.org/#capacity> _:Capactity1;
  <http://schema.mobivoc.org/#capacity> _:RealTimeCapacity1.

_:Geometry1 a <http://schema.org/GeoCoordinates>;
  <http://schema.org/latitude> "51.168778000000"; 
  <http://schema.org/longitude> "4.988778000000".

_:Capactity1 a <http://schema.mobivoc.org/#Capacity>;
  <http://schema.mobivoc.org/#totalCapacity> "22".

_:RealTimeCapacity1 a <http://schema.mobivoc.org/#RealTimeCapacity>;
  <http://schema.mobivoc.org/#currentValue> "13".