{ "@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" },
    "subPropertyOf": { "@id": "http://www.w3.org/2000/01/rdf-schema#subPropertyOf", "@type": "@id" },
    "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/P108_has_produced",
      "@type": "http://www.w3.org/2002/07/owl#ObjectProperty",
      "subPropertyOf": [ "http://erlangen-crm.org/current/P31_has_modified",
	    "http://erlangen-crm.org/current/P92_brought_into_existence" ],
      "inverseOf": "http://erlangen-crm.org/current/P108i_was_produced_by",
      "label": { "@value" : "P108 has produced" , "@language" : "en" },
      "domain": "http://erlangen-crm.org/current/E12_Production",
      "range": "http://erlangen-crm.org/current/E24_Physical_Man-Made_Thing",
      "comment": { "@value" : "Scope note:\nThis property identifies the E24 Physical Man-Made Thing that came into existence as a result of an E12 Production.\nThe identity of an instance of E24 Physical Man-Made Thing is not defined by its matter, but by its existence as a subject of documentation. An E12 Production can result in the creation of multiple instances of E24 Physical Man-Made Thing.\n\nExamples:\n- The building of Rome (E12) has produced \u03A4he Colosseum (E22)\n\nIn First Order Logic:\nP108(x,y) \u2283 E12(x)\nP108(x,y) \u2283 E24(y)\nP108(x,y) \u2283 P31(x,y)\nP108(x,y) \u2283 P92(x,y)" , "@language" : "en" },
      "notation": { "@value" : "P108" , "@type" : "http://www.w3.org/2001/XMLSchema#string" } }
] }