State Department · JSON-LD Context

State Dept Context

JSON-LD context defining the semantic vocabulary for State Dept from State Department.

3 Classes 32 Properties 4 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
state: https://cadataapi.state.gov/vocab#
travel: https://travel.state.gov/vocab#

Classes

TravelAdvisory CountryTravelInformation PassportLocation

Properties

Property Type Container
Title string
Link reference
Category set
Summary string
id
Published dateTime
Updated dateTime
Advisory_Level integer
Key_Risks set
tag string
geopoliticalarea string
travel_transportation string
entry_exit_requirements string
local_laws_and_special_circumstances string
health string
safety_and_security string
destination_description string
travel_embassyAndConsulate string
last_update_date string
FacilityName string
StreetAddress string
City string
ZipCode string
StateCode string
State string
PhoneNumber string
Latitude double
Longitude double
FacilityTypeCode string
FacilityType string
EmailContact string
HourComment string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "state": "https://cadataapi.state.gov/vocab#",
    "travel": "https://travel.state.gov/vocab#",

    "TravelAdvisory": "travel:TravelAdvisory",
    "CountryTravelInformation": "travel:CountryTravelInformation",
    "PassportLocation": "state:PassportLocation",

    "Title": {
      "@id": "schema:name",
      "@type": "xsd:string"
    },
    "Link": {
      "@id": "schema:url",
      "@type": "@id"
    },
    "Category": {
      "@id": "travel:countryCode",
      "@container": "@set"
    },
    "Summary": {
      "@id": "schema:description",
      "@type": "xsd:string"
    },
    "id": {
      "@id": "@id"
    },
    "Published": {
      "@id": "schema:datePublished",
      "@type": "xsd:dateTime"
    },
    "Updated": {
      "@id": "schema:dateModified",
      "@type": "xsd:dateTime"
    },
    "Advisory_Level": {
      "@id": "travel:advisoryLevel",
      "@type": "xsd:integer"
    },
    "Key_Risks": {
      "@id": "travel:keyRisk",
      "@container": "@set"
    },

    "tag": {
      "@id": "travel:countryTag",
      "@type": "xsd:string"
    },
    "geopoliticalarea": {
      "@id": "schema:name",
      "@type": "xsd:string"
    },
    "travel_transportation": {
      "@id": "travel:transportation",
      "@type": "xsd:string"
    },
    "entry_exit_requirements": {
      "@id": "travel:entryExitRequirements",
      "@type": "xsd:string"
    },
    "local_laws_and_special_circumstances": {
      "@id": "travel:localLaws",
      "@type": "xsd:string"
    },
    "health": {
      "@id": "travel:health",
      "@type": "xsd:string"
    },
    "safety_and_security": {
      "@id": "travel:safetyAndSecurity",
      "@type": "xsd:string"
    },
    "destination_description": {
      "@id": "travel:destinationDescription",
      "@type": "xsd:string"
    },
    "travel_embassyAndConsulate": {
      "@id": "travel:embassyAndConsulate",
      "@type": "xsd:string"
    },
    "last_update_date": {
      "@id": "schema:dateModified",
      "@type": "xsd:string"
    },

    "FacilityName": {
      "@id": "schema:name",
      "@type": "xsd:string"
    },
    "StreetAddress": {
      "@id": "schema:streetAddress",
      "@type": "xsd:string"
    },
    "City": {
      "@id": "schema:addressLocality",
      "@type": "xsd:string"
    },
    "ZipCode": {
      "@id": "schema:postalCode",
      "@type": "xsd:string"
    },
    "StateCode": {
      "@id": "state:stateCode",
      "@type": "xsd:string"
    },
    "State": {
      "@id": "schema:addressRegion",
      "@type": "xsd:string"
    },
    "PhoneNumber": {
      "@id": "schema:telephone",
      "@type": "xsd:string"
    },
    "Latitude": {
      "@id": "schema:latitude",
      "@type": "xsd:double"
    },
    "Longitude": {
      "@id": "schema:longitude",
      "@type": "xsd:double"
    },
    "FacilityTypeCode": {
      "@id": "state:facilityTypeCode",
      "@type": "xsd:string"
    },
    "FacilityType": {
      "@id": "state:facilityType",
      "@type": "xsd:string"
    },
    "EmailContact": {
      "@id": "schema:email",
      "@type": "xsd:string"
    },
    "HourComment": {
      "@id": "schema:openingHours",
      "@type": "xsd:string"
    }
  }
}