Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
nichtich opened this issue May 15, 2024 · 0 comments
Open

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

nichtich opened this issue May 15, 2024 · 0 comments

Comments

@nichtich
Copy link
Contributor

nichtich commented May 15, 2024

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant