Apache Cordova · JSON-LD Context

Apache Cordova Geolocation Context

JSON-LD context defining the semantic vocabulary for Apache Cordova Geolocation from Apache Cordova.

1 Classes 9 Properties 4 Namespaces
View Context View on GitHub

Namespaces

cordova: https://cordova.apache.org/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Position

Properties

Property Type Container
accuracy decimal
altitude decimal
altitudeAccuracy decimal
coords reference
heading decimal
latitude decimal
longitude decimal
speed decimal
timestamp integer

JSON-LD Document

apache-cordova-geolocation-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "cordova": "https://cordova.apache.org/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "Position": "cordova:Position",
    "accuracy": {
      "@id": "cordova:accuracy",
      "@type": "xsd:decimal"
    },
    "altitude": {
      "@id": "cordova:altitude",
      "@type": "xsd:decimal"
    },
    "altitudeAccuracy": {
      "@id": "cordova:altitudeAccuracy",
      "@type": "xsd:decimal"
    },
    "coords": {
      "@id": "cordova:coords",
      "@type": "@id"
    },
    "heading": {
      "@id": "cordova:heading",
      "@type": "xsd:decimal"
    },
    "latitude": {
      "@id": "cordova:latitude",
      "@type": "xsd:decimal"
    },
    "longitude": {
      "@id": "cordova:longitude",
      "@type": "xsd:decimal"
    },
    "speed": {
      "@id": "cordova:speed",
      "@type": "xsd:decimal"
    },
    "timestamp": {
      "@id": "cordova:timestamp",
      "@type": "xsd:integer"
    }
  }
}