Skip to content

Instantly share code, notes, and snippets.

@laughedelic
Last active August 29, 2015 14:03
Show Gist options
  • Save laughedelic/ad02ce3733e870fa5b06 to your computer and use it in GitHub Desktop.
Save laughedelic/ad02ce3733e870fa5b06 to your computer and use it in GitHub Desktop.
Json representation of the GO Bio4j module
{
"label" : "go",
"properties" : [
{
"label" : "id",
"type" : "java.lang.String"
},
{
"label" : "name",
"type" : "java.lang.String"
},
{
"label" : "synonyms",
"type" : "scala.collection.immutable.List"
},
{
"label" : "definition",
"type" : "java.lang.String"
},
{
"label" : "comment",
"type" : "java.lang.String"
}
],
"dependencies" : [
],
"vertexTypes" : [
{
"label" : "GoTerm",
"properties" : [
"id",
"name",
"synonyms",
"definition",
"comment"
]
},
{
"label" : "GoSlims",
"properties" : [
]
},
{
"label" : "SubOntologies",
"properties" : [
]
}
],
"edgeTypes" : [
{
"label" : "IsA",
"properties" : [
],
"source" : {
"type" : "GoTerm",
"arity" : "many"
},
"target" : {
"type" : "GoTerm",
"arity" : "many"
}
},
{
"label" : "PartOf",
"properties" : [
],
"source" : {
"type" : "GoTerm",
"arity" : "many"
},
"target" : {
"type" : "GoTerm",
"arity" : "many"
}
},
{
"label" : "HasPartOf",
"properties" : [
],
"source" : {
"type" : "GoTerm",
"arity" : "many"
},
"target" : {
"type" : "GoTerm",
"arity" : "many"
}
},
{
"label" : "Regulates",
"properties" : [
],
"source" : {
"type" : "GoTerm",
"arity" : "many"
},
"target" : {
"type" : "GoTerm",
"arity" : "many"
}
},
{
"label" : "PositivelyRegulates",
"properties" : [
],
"source" : {
"type" : "GoTerm",
"arity" : "many"
},
"target" : {
"type" : "GoTerm",
"arity" : "many"
}
},
{
"label" : "NegativelyRegulates",
"properties" : [
],
"source" : {
"type" : "GoTerm",
"arity" : "many"
},
"target" : {
"type" : "GoTerm",
"arity" : "many"
}
},
{
"label" : "SubOntology",
"properties" : [
],
"source" : {
"type" : "GoTerm",
"arity" : "many"
},
"target" : {
"type" : "SubOntologies",
"arity" : "one"
}
},
{
"label" : "GoSlim",
"properties" : [
],
"source" : {
"type" : "GoTerm",
"arity" : "many"
},
"target" : {
"type" : "GoSlims",
"arity" : "many"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment