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

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> _:RealTimeCapacity1.

_:Geometry1 a http://www.w3.org/ns/locn#Geometry;
  http://www.opengis.net/ont/geosparql#asWKT "Point(4.988778000000 51.168778000000)"^^http://www.opengis.net/ont/geosparql#wktLiteral ; 
  http://data.europa.eu/m8g/latitude "51.168778000000"^^<http://www.w3.org/2001/XMLSchema#string>; 
  http://data.europa.eu/m8g/longitude "4.988778000000"^^<http://www.w3.org/2001/XMLSchema#string>.

_:RealTimeCapacity1 a <http://schema.mobivoc.org/#RealTimeCapacity>;
  <http://schema.mobivoc.org/#currentValue> "13"^^<http://www.w3.org/2001/XMLSchema#integer>;
  <http://schema.mobivoc.org/#totalCapacity> "22"^^<http://www.w3.org/2001/XMLSchema#integer>.