Calendarific · JSON-LD Context

Calendarific Context

JSON-LD context defining the semantic vocabulary for Calendarific from Calendarific.

18 Classes 2 Properties 1 Namespaces
View Context View on GitHub

Namespaces

calendarific: https://calendarific.com/vocab/

Classes

Holiday Country Language name description iso type primary_type urlid country country_name iso-3166 iso-639 locations states total_holidays supported_languages uuid

Properties

Property Type Container
date schema:Date
canonical_url reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "calendarific": "https://calendarific.com/vocab/",
    "Holiday": "calendarific:Holiday",
    "Country": "schema:Country",
    "Language": "schema:Language",
    "name": "schema:name",
    "description": "schema:description",
    "date": {
      "@id": "schema:startDate",
      "@type": "schema:Date"
    },
    "iso": "calendarific:isoDate",
    "type": "calendarific:holidayType",
    "primary_type": "calendarific:primaryType",
    "canonical_url": {
      "@id": "schema:url",
      "@type": "@id"
    },
    "urlid": "calendarific:urlId",
    "country": "schema:countryOfOrigin",
    "country_name": "schema:name",
    "iso-3166": "schema:identifier",
    "iso-639": "schema:alternateName",
    "locations": "schema:location",
    "states": "schema:containedInPlace",
    "total_holidays": "calendarific:totalHolidays",
    "supported_languages": "calendarific:supportedLanguages",
    "uuid": "schema:identifier"
  }
}