US Department of Transportation · JSON-LD Context

Dot Context

JSON-LD context defining the semantic vocabulary for Dot from US Department of Transportation.

32 Classes 0 Properties 4 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
dot: https://www.transportation.gov/ontology/
nhtsa: https://www.nhtsa.gov/ontology/
fmcsa: https://www.fmcsa.dot.gov/ontology/

Classes

Vehicle Recall Complaint Manufacturer Component ChildSeat SafetyRating Investigation Carrier id type make model modelYear vin dotNumber name description dateAdded dateModified url nhtsaId campaignNumber defectSummary consequenceSummary correctiveAction parkIt parkOutSide overallRating frontCrashRating sideCrashRating rolloverRating

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://api.nhtsa.gov/vocab/",
    "schema": "https://schema.org/",
    "dot": "https://www.transportation.gov/ontology/",
    "nhtsa": "https://www.nhtsa.gov/ontology/",
    "fmcsa": "https://www.fmcsa.dot.gov/ontology/",
    "Vehicle": "schema:Vehicle",
    "Recall": "nhtsa:Recall",
    "Complaint": "nhtsa:Complaint",
    "Manufacturer": "schema:Organization",
    "Component": "nhtsa:Component",
    "ChildSeat": "nhtsa:ChildSeat",
    "SafetyRating": "nhtsa:SafetyRating",
    "Investigation": "nhtsa:Investigation",
    "Carrier": "fmcsa:Carrier",
    "id": "@id",
    "type": "@type",
    "make": "schema:vehicleIdentificationNumber",
    "model": "schema:model",
    "modelYear": "schema:modelDate",
    "vin": "schema:vehicleIdentificationNumber",
    "dotNumber": "fmcsa:dotNumber",
    "name": "schema:name",
    "description": "schema:description",
    "dateAdded": "schema:dateCreated",
    "dateModified": "schema:dateModified",
    "url": "schema:url",
    "nhtsaId": "nhtsa:nhtsaId",
    "campaignNumber": "nhtsa:campaignNumber",
    "defectSummary": "nhtsa:defectSummary",
    "consequenceSummary": "nhtsa:consequenceSummary",
    "correctiveAction": "nhtsa:correctiveAction",
    "parkIt": "nhtsa:parkIt",
    "parkOutSide": "nhtsa:parkOutSide",
    "overallRating": "nhtsa:overallRating",
    "frontCrashRating": "nhtsa:frontCrashRating",
    "sideCrashRating": "nhtsa:sideCrashRating",
    "rolloverRating": "nhtsa:rolloverRating"
  }
}