MobileAPI.dev · JSON-LD Context

Mobileapi Dev Context

JSON-LD context defining the semantic vocabulary for Mobileapi Dev from MobileAPI.dev.

43 Classes 7 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
mobileapi: https://mobileapi.dev/vocab#

Classes

id type name manufacturer_name description device_type colors weight thickness screen_resolution storage camera battery_capacity hardware image_b64 logo_b64 is_official order caption battery display platform memory main_camera selfie_camera sound comms features body network misc technology bands_2g bands_3g bands_4g bands_5g speed size resolution protection modules video charging

Properties

Property Type Container
Device reference
Manufacturer reference
Image reference
manufacturer reference
release_date schema:Date
image_url reference
website_url reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "mobileapi": "https://mobileapi.dev/vocab#",
    "id": "@id",
    "type": "@type",
    "Device": {
      "@id": "schema:Product",
      "@type": "@id"
    },
    "Manufacturer": {
      "@id": "schema:Brand",
      "@type": "@id"
    },
    "Image": {
      "@id": "schema:ImageObject",
      "@type": "@id"
    },
    "name": "schema:name",
    "manufacturer_name": "schema:brand",
    "manufacturer": {
      "@id": "schema:manufacturer",
      "@type": "@id"
    },
    "description": "schema:description",
    "device_type": "mobileapi:deviceType",
    "colors": "schema:color",
    "release_date": {
      "@id": "schema:releaseDate",
      "@type": "schema:Date"
    },
    "weight": "mobileapi:weight",
    "thickness": "mobileapi:thickness",
    "screen_resolution": "mobileapi:screenResolution",
    "storage": "mobileapi:storage",
    "camera": "mobileapi:cameraSummary",
    "battery_capacity": "mobileapi:batteryCapacity",
    "hardware": "mobileapi:hardwareSummary",
    "image_url": {
      "@id": "schema:image",
      "@type": "@id"
    },
    "image_b64": "mobileapi:imageBase64",
    "logo_b64": "mobileapi:logoBase64",
    "website_url": {
      "@id": "schema:url",
      "@type": "@id"
    },
    "is_official": "mobileapi:isOfficial",
    "order": "schema:position",
    "caption": "schema:caption",
    "battery": "mobileapi:battery",
    "display": "mobileapi:display",
    "platform": "mobileapi:platform",
    "memory": "mobileapi:memory",
    "main_camera": "mobileapi:mainCamera",
    "selfie_camera": "mobileapi:selfieCamera",
    "sound": "mobileapi:sound",
    "comms": "mobileapi:comms",
    "features": "mobileapi:features",
    "body": "mobileapi:body",
    "network": "mobileapi:network",
    "misc": "mobileapi:misc",
    "technology": "mobileapi:networkTechnology",
    "bands_2g": "mobileapi:bands2g",
    "bands_3g": "mobileapi:bands3g",
    "bands_4g": "mobileapi:bands4g",
    "bands_5g": "mobileapi:bands5g",
    "speed": "mobileapi:networkSpeed",
    "size": "mobileapi:displaySize",
    "resolution": "mobileapi:displayResolution",
    "protection": "mobileapi:displayProtection",
    "modules": "mobileapi:cameraModules",
    "video": "mobileapi:cameraVideo",
    "charging": "mobileapi:batteryCharging"
  }
}