MapTiler · JSON-LD Context

Maptiler Context

JSON-LD context defining the semantic vocabulary for Maptiler from MapTiler.

0 Classes 36 Properties 4 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
geosparql: http://www.opengis.net/ont/geosparql#
maptiler: https://api.maptiler.com/vocab/

Properties

Property Type Container
MapTilerAPI schema:WebAPI
mapId string
tilesId string
dataId string
imageId string
spriteId string
TileJSON schema:StructuredValue
StyleJSON schema:StructuredValue
GeoJSON schema:GeoShape
FeatureCollection schema:ItemList
bbox list
coordinates list
longitude decimal
latitude decimal
elevation decimal
placeType string
place_name string
country string
country_code string
city string
region string
postal string
timezone string
relevance decimal
attribution string
APIKey schema:EntryPoint
token string
origins set
minzoom integer
maxzoom integer
tileSize integer
GeolocationResult schema:Place
WeatherCatalogResult schema:Dataset
TilesetDefinition schema:Dataset
tileMatrixSet schema:StructuredValue
WMTSCapabilities schema:Dataset

JSON-LD Document

maptiler-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "geosparql": "http://www.opengis.net/ont/geosparql#",
    "maptiler": "https://api.maptiler.com/vocab/",

    "MapTilerAPI": {
      "@id": "maptiler:MapTilerAPI",
      "@type": "schema:WebAPI"
    },

    "mapId": {
      "@id": "maptiler:mapId",
      "@type": "xsd:string"
    },

    "tilesId": {
      "@id": "maptiler:tilesId",
      "@type": "xsd:string"
    },

    "dataId": {
      "@id": "maptiler:dataId",
      "@type": "xsd:string"
    },

    "imageId": {
      "@id": "maptiler:imageId",
      "@type": "xsd:string"
    },

    "spriteId": {
      "@id": "maptiler:spriteId",
      "@type": "xsd:string"
    },

    "TileJSON": {
      "@id": "maptiler:TileJSON",
      "@type": "schema:StructuredValue"
    },

    "StyleJSON": {
      "@id": "maptiler:StyleJSON",
      "@type": "schema:StructuredValue"
    },

    "GeoJSON": {
      "@id": "geosparql:Feature",
      "@type": "schema:GeoShape"
    },

    "FeatureCollection": {
      "@id": "geosparql:FeatureCollection",
      "@type": "schema:ItemList"
    },

    "bbox": {
      "@id": "geosparql:hasBoundingBox",
      "@container": "@list"
    },

    "coordinates": {
      "@id": "schema:GeoCoordinates",
      "@container": "@list"
    },

    "longitude": {
      "@id": "schema:longitude",
      "@type": "xsd:decimal"
    },

    "latitude": {
      "@id": "schema:latitude",
      "@type": "xsd:decimal"
    },

    "elevation": {
      "@id": "schema:elevation",
      "@type": "xsd:decimal"
    },

    "placeType": {
      "@id": "schema:additionalType",
      "@type": "xsd:string"
    },

    "place_name": {
      "@id": "schema:name",
      "@type": "xsd:string"
    },

    "country": {
      "@id": "schema:addressCountry",
      "@type": "xsd:string"
    },

    "country_code": {
      "@id": "schema:addressCountry",
      "@type": "xsd:string"
    },

    "city": {
      "@id": "schema:addressLocality",
      "@type": "xsd:string"
    },

    "region": {
      "@id": "schema:addressRegion",
      "@type": "xsd:string"
    },

    "postal": {
      "@id": "schema:postalCode",
      "@type": "xsd:string"
    },

    "timezone": {
      "@id": "schema:temporalCoverage",
      "@type": "xsd:string"
    },

    "relevance": {
      "@id": "maptiler:relevance",
      "@type": "xsd:decimal"
    },

    "attribution": {
      "@id": "schema:creditText",
      "@type": "xsd:string"
    },

    "APIKey": {
      "@id": "maptiler:APIKey",
      "@type": "schema:EntryPoint"
    },

    "token": {
      "@id": "maptiler:apiKeyToken",
      "@type": "xsd:string"
    },

    "origins": {
      "@id": "maptiler:allowedOrigins",
      "@container": "@set"
    },

    "minzoom": {
      "@id": "maptiler:minZoom",
      "@type": "xsd:integer"
    },

    "maxzoom": {
      "@id": "maptiler:maxZoom",
      "@type": "xsd:integer"
    },

    "tileSize": {
      "@id": "maptiler:tileSize",
      "@type": "xsd:integer"
    },

    "GeolocationResult": {
      "@id": "maptiler:GeolocationResult",
      "@type": "schema:Place"
    },

    "WeatherCatalogResult": {
      "@id": "maptiler:WeatherCatalogResult",
      "@type": "schema:Dataset"
    },

    "TilesetDefinition": {
      "@id": "maptiler:TilesetDefinition",
      "@type": "schema:Dataset"
    },

    "tileMatrixSet": {
      "@id": "maptiler:tileMatrixSet",
      "@type": "schema:StructuredValue"
    },

    "WMTSCapabilities": {
      "@id": "maptiler:WMTSCapabilities",
      "@type": "schema:Dataset"
    }
  }
}