{ "@context": {
    "domain": { "@id": "http://www.w3.org/2000/01/rdf-schema#domain", "@type": "@id" },
    "label": { "@id": "http://www.w3.org/2000/01/rdf-schema#label" },
    "range": { "@id": "http://www.w3.org/2000/01/rdf-schema#range", "@type": "@id" } },
  "@graph": [
    { "@id": "http://www.w3.org/2002/07/owl#sameAs",
      "@type": "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property",
      "label": "sameAs",
      "domain": "http://www.w3.org/2002/07/owl#Thing",
      "range": "http://www.w3.org/2002/07/owl#Thing" }
] }