Abstract API · JSON-LD Context

Abstract Api Timezones Current Context

JSON-LD context defining the semantic vocabulary for Abstract Api Timezones Current from Abstract API.

1 Classes 9 Properties 4 Namespaces
View Context View on GitHub

Namespaces

abstract: https://abstractapi.com/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

CurrentTimeResponse

Properties

Property Type Container
datetime string
timezoneName string
timezoneLocation string
timezoneAbbreviation string
gmtOffset integer
isDst boolean
requestedLocation string
latitude decimal
longitude decimal

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "abstract": "https://abstractapi.com/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "CurrentTimeResponse": "abstract:CurrentTimeResponse",
    "datetime": {
      "@id": "abstract:datetime",
      "@type": "xsd:string"
    },
    "timezoneName": {
      "@id": "abstract:timezone_name",
      "@type": "xsd:string"
    },
    "timezoneLocation": {
      "@id": "abstract:timezone_location",
      "@type": "xsd:string"
    },
    "timezoneAbbreviation": {
      "@id": "abstract:timezone_abbreviation",
      "@type": "xsd:string"
    },
    "gmtOffset": {
      "@id": "abstract:gmt_offset",
      "@type": "xsd:integer"
    },
    "isDst": {
      "@id": "abstract:is_dst",
      "@type": "xsd:boolean"
    },
    "requestedLocation": {
      "@id": "abstract:requested_location",
      "@type": "xsd:string"
    },
    "latitude": {
      "@id": "abstract:latitude",
      "@type": "xsd:decimal"
    },
    "longitude": {
      "@id": "abstract:longitude",
      "@type": "xsd:decimal"
    }
  }
}