cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

jana_cyrus
Node
since ‎04-29-2022
‎07-14-2022

User Statistics

  • 6 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi, I have a lot of nodes in my database that all have different properties. I don't know what properties a node exactly has because I automatically integrate the data. Because of my settings all properties of the nodes are stored as arrays. I'm look...
Hi, I want to use neosemantics in my project to import ontologies. I managed to use neosemantics on the browser but now I want to use it in my embedded Java project. I am new to coding Neo4j but I saw that I need to register the prodecures I want to ...
Hi, I want to write Java code for a procedure which can import ontologies into Neo4j with neosemantcis. This is a procedure which should be used over and over again, so I don't want to use neosemantics in the browser for every single ontology. I foun...
Hi, I only used Neo4j through Cypher querys in the past, now I need to write code for a Neo4j graphdatabase for my bachelor thesis. I set up a Maven project in Eclipse following these instructions: How to set up a maven project with Neo4j in Eclipse...