Samsung · JSON-LD Context

Samsung Context

JSON-LD context defining the semantic vocabulary for Samsung from Samsung.

43 Classes 0 Properties 6 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
iot: https://www.w3.org/ns/ssn/
sosa: http://www.w3.org/ns/sosa/
samsung: https://developer.samsung.com/vocabulary#
st: https://developer.smartthings.com/vocabulary#
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Device Location Room Scene Rule Automation deviceId name label description locationId roomId ownerId manufacturerName deviceManufacturerCode presentationId type components capabilities categories switch level temperatureMeasurement motionSensor contactSensor lock colorControl powerMeter knoxDeviceId enrollmentType policyName deviceModel firmwareVersion serialNumber healthId stepCount heartRate sleepDuration appId platform version createdDate modifiedDate

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "iot": "https://www.w3.org/ns/ssn/",
    "sosa": "http://www.w3.org/ns/sosa/",
    "samsung": "https://developer.samsung.com/vocabulary#",
    "st": "https://developer.smartthings.com/vocabulary#",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "Device": "schema:Device",
    "Location": "schema:Place",
    "Room": "schema:Room",
    "Scene": "schema:Action",
    "Rule": "schema:Intangible",
    "Automation": "schema:Intangible",

    "deviceId": "@id",
    "name": "schema:name",
    "label": "schema:alternateName",
    "description": "schema:description",

    "locationId": "schema:containedInPlace",
    "roomId": "st:room",
    "ownerId": "schema:accountablePerson",
    "manufacturerName": "schema:manufacturer",
    "deviceManufacturerCode": "schema:productID",
    "presentationId": "st:presentationId",
    "type": "schema:additionalType",

    "components": "schema:hasPart",
    "capabilities": "st:capabilities",
    "categories": "schema:category",

    "switch": "st:switch",
    "level": "st:level",
    "temperatureMeasurement": "sosa:ObservableProperty",
    "motionSensor": "sosa:ObservableProperty",
    "contactSensor": "sosa:ObservableProperty",
    "lock": "st:lock",
    "colorControl": "st:colorControl",
    "powerMeter": "sosa:ObservableProperty",

    "knoxDeviceId": "samsung:knoxDeviceId",
    "enrollmentType": "samsung:enrollmentType",
    "policyName": "samsung:policyName",
    "deviceModel": "schema:model",
    "firmwareVersion": "schema:softwareVersion",
    "serialNumber": "schema:serialNumber",

    "healthId": "schema:identifier",
    "stepCount": "samsung:stepCount",
    "heartRate": "samsung:heartRate",
    "sleepDuration": "samsung:sleepDuration",

    "appId": "schema:identifier",
    "platform": "schema:operatingSystem",
    "version": "schema:version",
    "createdDate": "schema:dateCreated",
    "modifiedDate": "schema:dateModified"
  }
}