Open nichtich opened 5 months ago
For instance
Entstehung nfdi4objects:Object -> crm:P92i_was_brought_into_existence_by -> crm:E63_Beginning_of_Existence
nfdi4objects:Object -> crm:P92i_was_brought_into_existence_by -> crm:E63_Beginning_of_Existence
in Cypher
MATCH (o:E22_Human_Made_Object) -[:P92i_was_brought_into_existence_by]-> (e:E63_Beginning_of_Existence)
with expansion:
MATCH (o:E22) -[:P92i]-> (e:E63)
and
nfdi4objects:Object -> crm:P92i_was_brought_into_existence_by -> crm:E63_Beginning_of_Existence -> crm:P20i_was_purpose_of -> nfdi4objects:Commissioning
MATCH (o:E22_Human_Made_Object) -[:P92i_was_brought_into_existence_by]-> (:E63_Beginning_of_Existence) -[:P20i_was_purpose_of]-> (e:E7_Activity)
For instance
Entstehung
nfdi4objects:Object -> crm:P92i_was_brought_into_existence_by -> crm:E63_Beginning_of_Existence
in Cypher
with expansion:
and