All Downloads are FREE. Search and download functionalities are using the official Maven repository.

util.parsemapping.json Maven / Gradle / Ivy

There is a newer version: 4.0.0
Show newest version
{
  "vertices": [
    {
      "properties":[
        { "name": "http://visallo.org#conceptType", "value": "http://visallo.org/structured-file-test#person" },
        { "name":"http://visallo.org/structured-file-test#name", "column":0 }
      ]
    },
    {
      "properties":[
        { "name":"http://visallo.org#conceptType", "value":"http://visallo.org/structured-file-test#transaction" },
        { "name":"http://visallo.org/structured-file-test#transactionDate", "column":1, "format":"M/d/yyyy", "timezone":"America/New_York" },
        { "name":"http://visallo.org/structured-file-test#suspectedFraud", "column":2, "trueValues":["yes"], "falseValues":["no"] }
      ]
    }
  ],
  "edges":[
    { "inVertex":0, "outVertex":1, "label":"http://visallo.org/structured-file-test#personHasTransaction" }
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy