SanDisk · JSON-LD Context

Sandisk Context

JSON-LD context defining the semantic vocabulary for Sandisk from SanDisk.

4 Classes 8 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
sandisk: https://api-evangelist.github.io/sandisk/vocab#
xsd: http://www.w3.org/2001/XMLSchema#

Classes

SanDisk StorageDevice SDK DeveloperPortal

Properties

Property Type Container
iXpand schema:Product
iXpandSDK schema:SoftwareApplication
HQMESDK schema:SoftwareApplication
FileSystemAPI schema:WebAPI
SystemAPI schema:WebAPI
productPlanId string
storageCapacity string
interfaceType string

JSON-LD Document

sandisk-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "sandisk": "https://api-evangelist.github.io/sandisk/vocab#",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "SanDisk": "schema:Brand",
    "StorageDevice": "schema:Product",
    "SDK": "schema:SoftwareApplication",
    "DeveloperPortal": "schema:WebSite",

    "iXpand": {
      "@id": "sandisk:iXpand",
      "@type": "schema:Product",
      "schema:brand": { "@id": "sandisk:SanDisk" },
      "schema:description": "SanDisk Flash Drives for iOS devices via Lightning connector"
    },

    "iXpandSDK": {
      "@id": "sandisk:iXpandSDK",
      "@type": "schema:SoftwareApplication",
      "schema:applicationCategory": "DeveloperApplication",
      "schema:operatingSystem": "iOS",
      "schema:description": "iOS SDK for integrating iXpand Flash Drive access into third-party apps"
    },

    "HQMESDK": {
      "@id": "sandisk:HQMESDK",
      "@type": "schema:SoftwareApplication",
      "schema:applicationCategory": "DeveloperApplication",
      "schema:operatingSystem": "Android",
      "schema:description": "Android SDK based on IEEE P2200/D2 for media storage and retrieval"
    },

    "FileSystemAPI": {
      "@id": "sandisk:FileSystemAPI",
      "@type": "schema:WebAPI",
      "schema:description": "APIs for reading, writing, and managing files on iXpand storage"
    },

    "SystemAPI": {
      "@id": "sandisk:SystemAPI",
      "@type": "schema:WebAPI",
      "schema:description": "Administrative APIs for iXpand device metadata and configuration"
    },

    "productPlanId": {
      "@id": "sandisk:productPlanId",
      "@type": "xsd:string"
    },

    "storageCapacity": {
      "@id": "schema:storageSize",
      "@type": "xsd:string"
    },

    "interfaceType": {
      "@id": "schema:additionalProperty",
      "@type": "xsd:string"
    }
  }
}