Skip to content

Commit

Permalink
Merge branch 'release/1.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
hknochi committed Feb 21, 2018
2 parents 6419ae3 + 56ab4fd commit 87a3909
Show file tree
Hide file tree
Showing 28 changed files with 56,226 additions and 12,942 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/) and [Keep A Changelog's Format](http://keepachangelog.com/).

## [1.1.0] 2018-02-21

### Added

- new classes: ElectricVehicle, BatteryElectricVehicle, PluginHybridElectricVehicle
- new instances of CivicStructureStatus: TemporarelyUnavailable, Gone
- new datatype properties: model, maximumRangeElectricInKm, lengthInM, widthInM, heightInM, supportedChargingMode, chargingTimeRemainingInMin, chargingLevel, batteryCapacityinKW, totalNumberOfChargers, maximumParkingHours, isOccupied

### Changed

- multiple properties

### Deprecated

- Charging points: use Charger instead

## [1.0.0] 2018-01-15

### Added
Expand Down
34 changes: 26 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MobiVoc: Open Mobility Vocabulary
![logo](https://www.mobivoc.org/static/img/logo-www.mobivoc.org.png)

MobiVoc is an open vocabulary for future-oriented mobility solutions.

Expand All @@ -10,6 +10,30 @@ Our goal is to significantly improve the data mobility between all stakeholders
For the open vocabulary covering various mobility aspects we use RDF (Resource Description Framework) - a recommended specification of the World Wide Web Consortium (W3C) and the so-called lingua franca for the integration of data and web.
We invite everyone who is interested to join our MobiVoc initiative and to participate in the development of the Open Mobility Vocabulary.

## Table of Contents

* [Latest Release](#latest-release)
* [Links](#links)
* [Class diagram](#class-diagram)
* [Example data](#example-data)
* [Repository Files](#repository-files)
* [Schema](#schema)
* [Examples](#examples)

## Latest Release

* [mobivoc_v1.0.0.ttl](https://github.com/vocol/mobivoc/releases/download/v1.0.0/mobivoc_v1.0.0.ttl) - Ontology (Turtle document)
* [mobivoc_v1.0.0.png](https://github.com/vocol/mobivoc/releases/download/v1.0.0/mobivoc_v1.0.0.png) - Class diagramm (PNG)
* [mobivoc_v1.0.0.svg](https://github.com/vocol/mobivoc/releases/download/v1.0.0/mobivoc_v1.0.0.svg) - Class diagramm (SVG)

## Links

* Homepage: [mobivoc.org](http://www.mobivoc.org/)
* Schema page and namespace: [schema.mobivoc.org](http://schema.mobivoc.org/) (suggested prefix: `mv`)
* LOV entry: [@lov.okfn.org](http://lov.okfn.org/dataset/lov/vocabs/mv)
* WebVOWL Visualization: [@visualdataweb.de](http://www.visualdataweb.de/webvowl/#iri=http://schema.mobivoc.org/)
* oops Report: [@oops.linkeddata.es](http://oops.linkeddata.es/response.jsp?uri=http://schema.mobivoc.org/) (slow)

## Class diagram

![Class diagram](diagrams/mobivoc.png "Mobivoc class diagram")
Expand All @@ -24,7 +48,7 @@ The API call used to retrieve the individual datasets is:

`https://api.openchargemap.io/v2/poi/?output=json&maxresults=1000&opendata=true&latitude=50.8504500&longitude=4.3487800&distance=20&distanceunit=km`

## Files
## Repository Files

### Schema

Expand All @@ -38,9 +62,3 @@ The API call used to retrieve the individual datasets is:

* [examples/OpenChargeMap.ttl](examples/OpenChargeMap.ttl) - Example instances for charging stations

## Further links:

* homepage: [http://mobivoc.org](http://mobivoc.org)
* schema page and namespace: [http://schema.mobivoc.org/](http://schema.mobivoc.org/)
* suggested prefix: `mv`

13 changes: 6 additions & 7 deletions diagrams/ChargingPoints.ttl.dot
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,13 @@ rankdir=TB
fontname = "Verdana"
fontsize = 8
]
"http://schema.mobivoc.org/Charger" [fillcolor="#FFD180" fontcolor= "#000000", label=<<table border="0"><tr><td align="center" href="http://schema.mobivoc.org/Charger"><font face="Verdana bold">Charger</font></td></tr><hr/><tr><td><br/></td></tr><tr><td cellpadding="0" cellspacing="4" align="left" href="http://schema.mobivoc.org/brand">brand : string</td></tr><tr><td cellpadding="0" cellspacing="4" align="left" href="http://schema.mobivoc.org/chargerQuantity">charger quantity : integer</td></tr><tr><td cellpadding="0" cellspacing="4" align="left" href="http://schema.mobivoc.org/currentInA">current in A : double</td></tr><tr><td cellpadding="0" cellspacing="4" align="left" href="http://schema.mobivoc.org/currentType">current type : string</td></tr><tr><td cellpadding="0" cellspacing="4" align="left" href="http://schema.mobivoc.org/isFastChargeCapable">is fast charge capable : boolean</td></tr><tr><td cellpadding="0" cellspacing="4" align="left" href="http://schema.mobivoc.org/model">model : string</td></tr><tr><td cellpadding="0" cellspacing="4" align="left" href="http://schema.mobivoc.org/powerInKW">power in kW : double</td></tr><tr><td cellpadding="0" cellspacing="4" align="left" href="http://schema.mobivoc.org/threePhasedCurrentAvailable">three-phased current available : boolean</td></tr><tr><td cellpadding="0" cellspacing="4" align="left" href="http://schema.mobivoc.org/voltageInV">voltage in V : double</td></tr><tr><td><br/></td></tr><hr/><tr><td><br/></td></tr><tr><td cellpadding="0" cellspacing="5" align="left">Component of a charging point used to charge</td></tr><tr><td cellpadding="0" cellspacing="5" align="left">electric vehicles. A charging point can</td></tr><tr><td cellpadding="0" cellspacing="5" align="left">have one or more chargers.</td></tr></table>>]
"http://schema.mobivoc.org/ChargingPoint" [fillcolor="#FFD180" fontcolor= "#000000", label=<<table border="0"><tr><td align="center" href="http://schema.mobivoc.org/ChargingPoint"><font face="Verdana bold">Charging point</font></td></tr><hr/><tr><td><br/></td></tr><tr><td cellpadding="0" cellspacing="4" align="left" href="http://schema.mobivoc.org/energySource">energy source : string</td></tr><tr><td><br/></td></tr><hr/><tr><td><br/></td></tr><tr><td cellpadding="0" cellspacing="5" align="left">Civic structure that supplies</td></tr><tr><td cellpadding="0" cellspacing="5" align="left">electric energy for the recharging</td></tr><tr><td cellpadding="0" cellspacing="5" align="left">of electric vehicles.</td></tr></table>>]
"http://schema.mobivoc.org/PlugType" [fillcolor="#FFD180" fontcolor= "#000000", label=<<table border="0"><tr><td align="center" href="http://schema.mobivoc.org/PlugType"><font face="Verdana bold">Plug type</font></td></tr><hr/><tr><td><br/></td></tr><tr><td cellpadding="0" cellspacing="5" align="left">Type of a plug that is used</td></tr><tr><td cellpadding="0" cellspacing="5" align="left">to connect electric vehicles.</td></tr></table>>]
"http://schema.mobivoc.org/Plug" [fillcolor="#FFD180" fontcolor= "#000000", label=<<table border="0"><tr><td align="center" href="http://schema.mobivoc.org/Plug"><font face="Verdana bold">Plug</font></td></tr><hr/><tr><td><br/></td></tr><tr><td cellpadding="0" cellspacing="4" align="left" href="http://schema.mobivoc.org/cableAvailable">cable available : boolean</td></tr><tr><td cellpadding="0" cellspacing="4" align="left" href="http://schema.mobivoc.org/currentInA">current in A : double</td></tr><tr><td cellpadding="0" cellspacing="4" align="left" href="http://schema.mobivoc.org/currentType">current type : string</td></tr><tr><td cellpadding="0" cellspacing="4" align="left" href="http://schema.mobivoc.org/powerInKW">power in kW : double</td></tr><tr><td cellpadding="0" cellspacing="4" align="left" href="http://schema.mobivoc.org/threePhasedCurrentAvailable">three-phased current available : boolean</td></tr><tr><td cellpadding="0" cellspacing="4" align="left" href="http://schema.mobivoc.org/voltageInV">voltage in V : double</td></tr><tr><td><br/></td></tr><hr/><tr><td><br/></td></tr><tr><td cellpadding="0" cellspacing="5" align="left">Component of a charger to connect an electric</td></tr><tr><td cellpadding="0" cellspacing="5" align="left">vehicle. There are different plug types</td></tr><tr><td cellpadding="0" cellspacing="5" align="left">used for charging electric vehicles.</td></tr></table>>]
"http://schema.mobivoc.org/Plug" -> "http://schema.mobivoc.org/PlugType" [href="http://schema.mobivoc.org/plugType", label="plug type"]
"http://schema.mobivoc.org/ChargingPoint" -> "http://schema.mobivoc.org/Charger" [href="http://schema.mobivoc.org/charger", label="charger"]
"http://schema.mobivoc.org/Charger" [fillcolor="#FFD180" fontcolor= "#000000", label=<<table border="0"><tr><td align="center" href="http://schema.mobivoc.org/Charger"><font face="Verdana bold">Charger</font></td></tr><hr/><tr><td><br/></td></tr><tr><td cellpadding="0" cellspacing="4" align="left" href="http://schema.mobivoc.org/brand">brand : string</td></tr><tr><td cellpadding="0" cellspacing="4" align="left" href="http://schema.mobivoc.org/cableAvailable">cable available : boolean</td></tr><tr><td cellpadding="0" cellspacing="4" align="left" href="http://schema.mobivoc.org/chargerQuantity">charger quantity : integer</td></tr><tr><td cellpadding="0" cellspacing="4" align="left" href="http://schema.mobivoc.org/currentInA">current in A : double</td></tr><tr><td cellpadding="0" cellspacing="4" align="left" href="http://schema.mobivoc.org/currentType">current type : string</td></tr><tr><td cellpadding="0" cellspacing="4" align="left" href="http://schema.mobivoc.org/energySource">energy source : string</td></tr><tr><td cellpadding="0" cellspacing="4" align="left" href="http://schema.mobivoc.org/isFastChargeCapable">is fast charge capable : boolean</td></tr><tr><td cellpadding="0" cellspacing="4" align="left" href="http://schema.mobivoc.org/powerInKW">power in kW : double</td></tr><tr><td cellpadding="0" cellspacing="4" align="left" href="http://schema.mobivoc.org/supportedChargingMode">supported charging mode : string</td></tr><tr><td cellpadding="0" cellspacing="4" align="left" href="http://schema.mobivoc.org/threePhasedCurrentAvailable">three-phased current available : boolean</td></tr><tr><td cellpadding="0" cellspacing="4" align="left" href="http://schema.mobivoc.org/voltageInV">voltage in V : double</td></tr><tr><td><br/></td></tr><hr/><tr><td><br/></td></tr><tr><td cellpadding="0" cellspacing="5" align="left">Civic structure that supplies electric energy</td></tr><tr><td cellpadding="0" cellspacing="5" align="left">for the recharging of electric vehicles.</td></tr></table>>]
"http://schema.mobivoc.org/PlugType" [fillcolor="#FFD180" fontcolor= "#000000", label=<<table border="0"><tr><td align="center" href="http://schema.mobivoc.org/PlugType"><font face="Verdana bold">Plug type</font></td></tr><hr/><tr><td><br/></td></tr><tr><td cellpadding="0" cellspacing="5" align="left">Type of a plug that is used</td></tr><tr><td cellpadding="0" cellspacing="5" align="left">to connect electric vehicles</td></tr><tr><td cellpadding="0" cellspacing="5" align="left">to a charger.</td></tr></table>>]
"http://schema.mobivoc.org/Plug" [fillcolor="#FFD180" fontcolor= "#000000", label=<<table border="0"><tr><td align="center" href="http://schema.mobivoc.org/Plug"><font face="Verdana bold">Plug</font></td></tr><hr/><tr><td><br/></td></tr><tr><td cellpadding="0" cellspacing="4" align="left" href="http://schema.mobivoc.org/currentInA">current in A : double</td></tr><tr><td cellpadding="0" cellspacing="4" align="left" href="http://schema.mobivoc.org/currentType">current type : string</td></tr><tr><td cellpadding="0" cellspacing="4" align="left" href="http://schema.mobivoc.org/powerInKW">power in kW : double</td></tr><tr><td cellpadding="0" cellspacing="4" align="left" href="http://schema.mobivoc.org/supportedChargingMode">supported charging mode : string</td></tr><tr><td cellpadding="0" cellspacing="4" align="left" href="http://schema.mobivoc.org/threePhasedCurrentAvailable">three-phased current available : boolean</td></tr><tr><td cellpadding="0" cellspacing="4" align="left" href="http://schema.mobivoc.org/voltageInV">voltage in V : double</td></tr><tr><td><br/></td></tr><hr/><tr><td><br/></td></tr><tr><td cellpadding="0" cellspacing="5" align="left">Component of a charger and of an electric</td></tr><tr><td cellpadding="0" cellspacing="5" align="left">vehicle to connect each other. There are</td></tr><tr><td cellpadding="0" cellspacing="5" align="left">different plug types used for charging electric</td></tr><tr><td cellpadding="0" cellspacing="5" align="left">vehicles.</td></tr></table>>]
"http://schema.mobivoc.org/ElectricVehicle" -> "http://schema.mobivoc.org/Plug" [href="http://schema.mobivoc.org/plug", label="plug"]
"http://schema.mobivoc.org/Charger" -> "http://schema.mobivoc.org/Plug" [href="http://schema.mobivoc.org/plug", label="plug"]
"http://schema.mobivoc.org/ChargingPoint" -> "http://schema.org/CivicStructure" [arrowhead = "empty"]
"http://schema.mobivoc.org/Plug" -> "http://schema.mobivoc.org/PlugType" [href="http://schema.mobivoc.org/plugType", label="plug type"]
"http://schema.mobivoc.org/Charger" -> "http://schema.org/CivicStructure" [arrowhead = "empty"]
"http://schema.org/CivicStructure" [label="CivicStructure (s:)"]
label=<<table color="#706f6f" border="0"><tr><td height="20"></td></tr><tr><td href="http://eccenca.com" cellpadding="2" cellspacing="4" align="left" rowspan="3" fixedsize="true" width="256.85" height="75"><IMG scale="true" src="/Users/martin/repositories/owl2dot/src/watermark-eccenca.png"/></td><vr/><td> </td><td cellpadding="0" cellspacing="4" align="left" >Ontology:</td>
<td cellpadding="0" cellspacing="4" align="left" > http://schema.mobivoc.org/</td></tr><tr> <td></td><td cellpadding="0" cellspacing="4" align="left" >Preferred prefix:</td>
Expand Down
Binary file modified diagrams/ChargingPoints.ttl.dot.pdf
Binary file not shown.
Binary file modified diagrams/ChargingPoints.ttl.dot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
205 changes: 101 additions & 104 deletions diagrams/ChargingPoints.ttl.dot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 87a3909

Please sign in to comment.