Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lennertVanSever/310d1dfacfbfea703e96ca6826979c6c to your computer and use it in GitHub Desktop.
Save lennertVanSever/310d1dfacfbfea703e96ca6826979c6c to your computer and use it in GitHub Desktop.
Country {
"The population per square kilometer"
populationDensity: Float
@cypher(
statement: """
return this.population / this.area
"""
)
# ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment