Skip to content

Instantly share code, notes, and snippets.

@SIRHAMY
Created July 25, 2016 21:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SIRHAMY/316faa9bd51d9b2d34cedf65ffb57f44 to your computer and use it in GitHub Desktop.
Save SIRHAMY/316faa9bd51d9b2d34cedf65ffb57f44 to your computer and use it in GitHub Desktop.
Showing how to use LIST properties in IBM's GraphDB
{ "label": "post",
"properties":
{
"title":"Use LIST properties on IBM GraphDB",
"text": "This is how you do it"
}
}
{
"properties":
{
"tags": "TAG1"
}
}
{
"properties":
{
"tags": "TAG2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment