nfdi4objects / n4o-graph

NFDI4Objects Property Graph
https://nfdi4objects.github.io/n4o-graph/
Creative Commons Zero v1.0 Universal
3 stars 2 forks source link

Use WissKI export of CRM pathebuilder to create sample queries #35

Open nichtich opened 5 months ago

nichtich commented 5 months ago

For instance

Entstehung 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)