[
{
"name":"Seek Attribute Immediate",
"text": [
"What is its ?",
"What is it?",
"What about its ?",
"What is the of this thing?"
],
"constraints":[{"class":"seek-attr", "args":[]}],
"type":"seek-attr",
"label":"seek-attr-imm",
"inputs":1,
"references": [
"What is {{its}} ?",
"What is {{it}}?",
"What about {{its}} ?",
"What is the of {{this thing}}?"
]
},
{
"name":"Seek Attribute Immediate Pair",
"text": [
"What about ?",
"And ?",
"How about ?"
],
"constraints":[{"class":"seek-attr", "args":[]}],
"type":"seek-attr",
"label":"seek-attr-imm2",
"inputs":1
},
{
"name":"Seek Attribute Earlier",
"text": [
"What is the of the earlier ?",
"What is the earlier ?"
],
"constraints":[{"class":"seek-attr", "args":[]}],
"type":"seek-attr",
"label":"seek-attr-early",
"inputs":2,
"references": [
"What is the of {{the earlier }}?",
"What is {{the earlier }}?"
]
},
{
"name":"Seek Attribute Relation Immediate",
"text": [
"If there is a thing it, what is its ?",
"If there is a thing it, what is it?"
],
"constraints":[{"class":"seek-attr", "args":[]}],
"type":"seek-attr-rel",
"label":"seek-attr-rel-imm",
"inputs":1,
"references": [
"If there is a thing {F{it}}, what is {{its}} ?",
"If there is a thing {F{it}}, what is {{it}}?"
]
},
{
"name":"Seek Attribute Relation Earlier",
"text": [
"If there is a thing the earlier , what is its ?",
"If there is a thing the earlier , what is it?"
],
"constraints":[{"class":"seek-attr", "args":[]}],
"type":"seek-attr-rel",
"label":"seek-attr-rel-early",
"inputs":2,
"references": [
"If there is a thing {F{the earlier }}, what is {{its}} ?",
"If there is a thing {F{the earlier }}, what is {{it}}?"
]
}
]