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.

odessa_paige_tu
Node Link
since ‎03-31-2020
‎06-01-2022

User Statistics

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

User Activity

I can't get this to work: MATCH (n:`http://example.org/Offense` {`http://example.org/offenseType`: 'Wishbone'}) RETURN n; or this: MATCH (n:`http://example.org/Offense`) WHERE n.`http://example.org/offenseType` = 'Wishbone' RETURN n; But this does ...
I'm trying to get neosemantics working in a docker container. Has anyone been able to successfully get this running? I get the following error: ... 2020-03-31 14:35:55.241+0000 ERROR Failed to start Neo4j: Starting Neo4j failed: Component 'org.neo4j....