@prefix rdf: . @prefix ecrm: . @prefix owl: . ecrm:P15_was_influenced_by rdf:type owl:ObjectProperty ; owl:inverseOf ecrm:P15i_influenced . @prefix rdfs: . ecrm:P15_was_influenced_by rdfs:label "P15 was influenced by"@en ; rdfs:domain ecrm:E7_Activity ; rdfs:range ecrm:E1_CRM_Entity ; rdfs:comment "Scope note:\nThis is a high level property, which captures the relationship between an E7 Activity and anything that may have had some bearing upon it.\n\nThe property has more specific sub properties.\n\nExamples:\n- the designing of the Sydney Harbour Bridge (E7) was influenced by the Tyne bridge (E22)\n\nFOL: \nP15 (x,y) \u2283 E7(x)\nP15 (x,y) \u2283 E1(y)"@en . @prefix xsd: . @prefix skos: . ecrm:P15_was_influenced_by skos:notation "P15"^^xsd:string .