Dell Technologies · JSON-LD Context

Dell Context

JSON-LD context defining the semantic vocabulary for Dell from Dell Technologies.

3 Classes 6 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
dell: https://schema.dell.com/

Classes

Server Storage Service

Properties

Property Type Container
id
name schema:Text
model schema:Text
service_tag schema:Text
status schema:Text
version schema:Text

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "@vocab": "https://schema.dell.com/",
    "schema": "https://schema.org/",
    "dell": "https://schema.dell.com/",
    "Server": "dell:Server",
    "Storage": "dell:Storage",
    "Service": "schema:Service",
    "id": {"@id": "schema:identifier"},
    "name": {"@id": "schema:name", "@type": "schema:Text"},
    "model": {"@id": "schema:model", "@type": "schema:Text"},
    "service_tag": {"@id": "dell:serviceTag", "@type": "schema:Text"},
    "status": {"@id": "dell:status", "@type": "schema:Text"},
    "version": {"@id": "schema:softwareVersion", "@type": "schema:Text"}
  }
}