ThingSpeak · JSON-LD Context

Thingspeak Context

JSON-LD context defining the semantic vocabulary for Thingspeak from ThingSpeak.

26 Classes 3 Properties 6 Namespaces
View Context View on GitHub

Namespaces

schema: http://schema.org/
ssn: http://www.w3.org/ns/ssn/
sosa: http://www.w3.org/ns/sosa/
qudt: http://qudt.org/schema/qudt/
geo: http://www.w3.org/2003/01/geo/wgs84_pos#
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Channel Feed Entry Field Device TalkBack Command id name description entry_id latitude longitude elevation field1 field2 field3 field4 field5 field6 field7 field8 status tags public_flag api_keys

Properties

Property Type Container
created_at dateTime
updated_at dateTime
channel_id reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://thingspeak.mathworks.com/vocab#",
    "schema": "http://schema.org/",
    "ssn": "http://www.w3.org/ns/ssn/",
    "sosa": "http://www.w3.org/ns/sosa/",
    "qudt": "http://qudt.org/schema/qudt/",
    "geo": "http://www.w3.org/2003/01/geo/wgs84_pos#",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "Channel": "sosa:Platform",
    "Feed": "sosa:ObservationCollection",
    "Entry": "sosa:Observation",
    "Field": "sosa:ObservableProperty",
    "Device": "sosa:Sensor",
    "TalkBack": "schema:Action",
    "Command": "schema:ControlAction",
    "id": "schema:identifier",
    "name": "schema:name",
    "description": "schema:description",
    "created_at": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    },
    "updated_at": {
      "@id": "schema:dateModified",
      "@type": "xsd:dateTime"
    },
    "entry_id": "schema:identifier",
    "latitude": "geo:lat",
    "longitude": "geo:long",
    "elevation": "schema:elevation",
    "field1": "sosa:hasSimpleResult",
    "field2": "sosa:hasSimpleResult",
    "field3": "sosa:hasSimpleResult",
    "field4": "sosa:hasSimpleResult",
    "field5": "sosa:hasSimpleResult",
    "field6": "sosa:hasSimpleResult",
    "field7": "sosa:hasSimpleResult",
    "field8": "sosa:hasSimpleResult",
    "status": "schema:status",
    "tags": "schema:keywords",
    "public_flag": "schema:isAccessibleForFree",
    "api_keys": "schema:accessCode",
    "channel_id": {
      "@id": "schema:isPartOf",
      "@type": "@id"
    }
  }
}