AppyWay · JSON-LD Context

Appyway Context

JSON-LD context defining the semantic vocabulary for Appyway from AppyWay.

11 Classes 0 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
geo: https://www.w3.org/2003/01/geo/wgs84_pos#
appyway: https://appyway.com/vocab#

Classes

locationId name availableSpaces totalSpaces occupancyPercent timestamp coordinates latitude longitude evCharging restrictions

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "geo": "https://www.w3.org/2003/01/geo/wgs84_pos#",
    "appyway": "https://appyway.com/vocab#",
    "locationId": "schema:identifier",
    "name": "schema:name",
    "availableSpaces": "appyway:availableSpaces",
    "totalSpaces": "appyway:totalSpaces",
    "occupancyPercent": "appyway:occupancyPercent",
    "timestamp": "schema:dateModified",
    "coordinates": "geo:SpatialThing",
    "latitude": "geo:lat",
    "longitude": "geo:long",
    "evCharging": "appyway:evCharging",
    "restrictions": "appyway:restrictions"
  }
}