{ "@context": {
    "domain": { "@id": "http://www.w3.org/2000/01/rdf-schema#domain", "@type": "@id" },
    "inverseOf": { "@id": "http://www.w3.org/2002/07/owl#inverseOf", "@type": "@id" },
    "notation": { "@id": "http://www.w3.org/2004/02/skos/core#notation" },
    "label": { "@id": "http://www.w3.org/2000/01/rdf-schema#label" },
    "comment": { "@id": "http://www.w3.org/2000/01/rdf-schema#comment" },
    "range": { "@id": "http://www.w3.org/2000/01/rdf-schema#range", "@type": "@id" } },
  "@graph": [
    { "@id": "http://erlangen-crm.org/current/P106_is_composed_of",
      "@type": [ "http://www.w3.org/2002/07/owl#TransitiveProperty",
	    "http://www.w3.org/2002/07/owl#ObjectProperty" ],
      "inverseOf": "http://erlangen-crm.org/current/P106i_forms_part_of",
      "label": { "@value" : "P106 is composed of" , "@language" : "en" },
      "domain": "http://erlangen-crm.org/current/E90_Symbolic_Object",
      "range": "http://erlangen-crm.org/current/E90_Symbolic_Object",
      "comment": { "@value" : "Scope note:\nThis property associates an instance of E90 Symbolic Object with a part of it that is by itself an instance of E90 Symbolic Object, such as fragments of texts or clippings from an image. This property is transitive.\n\nExamples:\n- This Scope note P106 (E33) is composed of fragments of texts (E33)\n- 'recognizable' P106 (E90) is composed of 'ecognizabl' (E90)\n\nIn First Order Logic:\nP106(x,y) \u2283 E90(x)\nP106(x,y) \u2283 E90(y)" , "@language" : "en" },
      "notation": { "@value" : "P106" , "@type" : "http://www.w3.org/2001/XMLSchema#string" } }
] }