Hi !!
I was exploring the Zach Blumenfeld's blog "Graph Data Science for Supply Chains – Part 1:" and I get noticed that the same Cypher query does not return the same number of relationships...
Hello Everyone,
I really need your help with a cypher code. I am working on a project and I a have the schema below.
I want for every element in the "Network_Name" column and for each Datet...
Hello: I am creating multiple nodes with two properties and later other multiple nodes with four properties. I am trying to do as shown below and getting errors. I want to know whether it is possi...
Hello: I am using MERGE to create Node along with property (net) as below in the image. The problem is that one node is created with all the property values rather than creating multiple nodes. I am...
Does Neo4j get updated/upgraded when using APT-GET?
My server stated some updates were required and I just ran apt-update or perhaps apt-upgrade by accident... could this have upgraded Neo4j and my...
Hi,
I am interesting in importing this ontology as well as some of the domain specific ontologies.
https://github.com/emmo-repo/EMMO
I am a bit lost in how to use Neosemeantics to handle the im...
CREATE INDEX ON : employee ( p_id )
i am getting error
Invalid create index syntax, use `CREATE INDEX FOR ...` instead. (line 1, column 1 (offset: 0)...
I signed up for a free trial of the Neo4j Enterprise Edition with my company email address , which is ending today. I am unsure if I am supposed to sign out or delete my account or similar to preven...
...vQkG2TRn96N5sVRpt4AoLNIRuFDs1Dg_8URmP2_eSs8bS7I2jsjhfr5dknSn0IgH71OoLIar8DbdU5k/pub?gid=1064820567&single=true&output=csv'
AS row
MERGE (p:Place {uniqueAddressReference: toInteger(row.uniqueAddressReferenceNumber)})
ON C...
I'm stuck and confused. "WITH collect(s) AS newSymbols, size(newSymbols) AS nodeCount" throws an undefined variable error for "size(newSymbols AS nodeCount". I've seen t...