western-digital · JSON-LD Context

Western Digital Context

JSON-LD context defining the semantic vocabulary for Western Digital from western-digital.

0 Classes 20 Properties 3 Namespaces
View Context View on GitHub

Namespaces

xsd: http://www.w3.org/2001/XMLSchema#
schema: https://schema.org/
wd: https://developer.westerndigital.com/ontology/

Properties

Property Type Container
FileItem reference
fileId string
fileName string
mimeType string
fileSize integer
parentId string
createdTime dateTime
modifiedTime dateTime
thumbnailUrl reference
downloadUrl reference
Device reference
deviceId string
deviceName string
internalURI reference
externalURI reference
deviceStatus string
Share reference
shareId string
shareUrl reference
expirationDate dateTime

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "schema": "https://schema.org/",
    "wd": "https://developer.westerndigital.com/ontology/",

    "FileItem": {
      "@id": "wd:FileItem",
      "@type": "@id"
    },
    "fileId": {
      "@id": "wd:fileId",
      "@type": "xsd:string"
    },
    "fileName": {
      "@id": "schema:name",
      "@type": "xsd:string"
    },
    "mimeType": {
      "@id": "schema:encodingFormat",
      "@type": "xsd:string"
    },
    "fileSize": {
      "@id": "schema:contentSize",
      "@type": "xsd:integer"
    },
    "parentId": {
      "@id": "wd:parentId",
      "@type": "xsd:string"
    },
    "createdTime": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    },
    "modifiedTime": {
      "@id": "schema:dateModified",
      "@type": "xsd:dateTime"
    },
    "thumbnailUrl": {
      "@id": "schema:thumbnail",
      "@type": "@id"
    },
    "downloadUrl": {
      "@id": "schema:contentUrl",
      "@type": "@id"
    },

    "Device": {
      "@id": "wd:Device",
      "@type": "@id"
    },
    "deviceId": {
      "@id": "wd:deviceId",
      "@type": "xsd:string"
    },
    "deviceName": {
      "@id": "schema:name",
      "@type": "xsd:string"
    },
    "internalURI": {
      "@id": "wd:internalURI",
      "@type": "@id"
    },
    "externalURI": {
      "@id": "wd:externalURI",
      "@type": "@id"
    },
    "deviceStatus": {
      "@id": "wd:status",
      "@type": "xsd:string"
    },

    "Share": {
      "@id": "wd:Share",
      "@type": "@id"
    },
    "shareId": {
      "@id": "wd:shareId",
      "@type": "xsd:string"
    },
    "shareUrl": {
      "@id": "schema:url",
      "@type": "@id"
    },
    "expirationDate": {
      "@id": "schema:expires",
      "@type": "xsd:dateTime"
    }
  }
}