Skip to content
Maxim Kolchin edited this page Oct 7, 2016 · 5 revisions

Common Context is available on https://w3id.org/semiot/device/commoncontext#. Below is its content:

{
  "@context": [
    "http://www.w3.org/ns/hydra/core#",
    "http://schema.org/",
    {
      "ssn": "http://purl.oclc.org/NET/ssnx/ssn#",
      "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
      "dcterms": "http://purl.org/dc/terms/",

      "Device": "ssn:Device",
      "label": "rdfs:label",
      "subClassOf": "rdfs:subClassOf"
      "range": "rdfs:range"
      "identifier": "dcterms:identifier"
    }
  ],
  {
    "@id": "DeviceConfiguration",
    "@type": "hydra:Class"
  }
}

Clone this wiki locally