mgnlq_testmodel
Version:
example model data for usage in mgnlq_model, use latter to create db testdb from this data, note that data needs to be explicitely linked as not a standard dependency
56 lines • 1.45 kB
JSON
{
"domain": "Cosmos",
"domain_description": "a model with a small subset of cosmological entities. Main purpose is to test \na)properties which occur multiple times (e.g. \"Sun\" in \"object name\" as key and in \"orbits\"; \nb) \"earth\" as a property which is also present in a different model",
"_categories": [
{
"category": "object name",
"category_description": "name of the comsmological object, e.g. star, start system, galaxy or planet",
"wordindex" : true
},
{
"category": "visual magnitude",
"wordindex" : true
},
{
"category": "visual luminosity"
},
{
"category": "mass",
"category_description": "mass of an object"
},
{
"category": "radius"
},
{
"category": "object type",
"category_description": "type of object, e.g. \"star\", \"planet\".",
"wordindex": true
},
{
"category": "orbits",
"category_description": "for planets, name of the central entity",
"wordindex": true
},
{
"category": "distance",
"category_description": "distance from earth"
},
{
"category": "_url",
"showURI" : true
},
{
"category": "orbit radius"
},
{
"category": "eccentricity"
},
{
"category": "orbital period"
},
{
"category": "albedo"
}
],
"columns": []
}