Superhero API (akabab) · JSON-LD Context

Superheroes Context

JSON-LD context defining the semantic vocabulary for Superheroes from Superhero API (akabab).

36 Classes 1 Properties 1 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/

Classes

id name slug Character powerstats intelligence strength speed durability power combat appearance gender race height weight eyeColor hairColor biography fullName alterEgos aliases placeOfBirth firstAppearance alignment work occupation base connections groupAffiliation relatives images xs sm md lg

Properties

Property Type Container
publisher schema:Organization

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://akabab.github.io/superhero-api/api/vocab#",
    "schema": "https://schema.org/",
    "id": "@id",
    "name": "schema:name",
    "slug": "schema:identifier",
    "Character": "schema:Person",
    "powerstats": "schema:additionalProperty",
    "intelligence": "intelligence",
    "strength": "strength",
    "speed": "speed",
    "durability": "durability",
    "power": "power",
    "combat": "combat",
    "appearance": "appearance",
    "gender": "schema:gender",
    "race": "race",
    "height": "schema:height",
    "weight": "schema:weight",
    "eyeColor": "eyeColor",
    "hairColor": "hairColor",
    "biography": "biography",
    "fullName": "schema:givenName",
    "alterEgos": "alterEgos",
    "aliases": "schema:alternateName",
    "placeOfBirth": "schema:birthPlace",
    "firstAppearance": "firstAppearance",
    "publisher": {
      "@id": "schema:publisher",
      "@type": "schema:Organization"
    },
    "alignment": "alignment",
    "work": "work",
    "occupation": "schema:hasOccupation",
    "base": "schema:workLocation",
    "connections": "connections",
    "groupAffiliation": "schema:memberOf",
    "relatives": "schema:relatedTo",
    "images": "schema:image",
    "xs": "imageXSmall",
    "sm": "imageSmall",
    "md": "imageMedium",
    "lg": "imageLarge"
  }
}