{
  "className": "Thing",
  "label": "Thing",
  "comment": "The most generic type of items.",
  "subClassOf": [
    "http://schema.org/Thing"
  ],
  "properties": [
    "name",
    "additionalType",
    "description",
    "image",
    "mainEntityOfPage",
    "sameAs",
    "uri"
  ]
}