We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For instance
Entstehung
nfdi4objects:Object -> crm:P92i_was_brought_into_existence_by -> crm:E63_Beginning_of_Existence
in Cypher
with expansion:
and
The text was updated successfully, but these errors were encountered: