Hi,<br><br>I am currently trying to figure out how to determine whether or not a type is Standard/Compound/Enumerated etc. through use of the mql api.<br>Right now I am pulling in a listing of types by domain and I'm wondering if there is a specific property that shows the value I'm looking for, or if<br>
there are a set of properties that I need to look at.<br><br>For reference, the query I'm currently using to get the type information is pasted in below. If anybody can point me in the right direction, I would<br>appreciate it. Thanks.<br>
<br>{<br> "query" : [<br> {<br> "domains" : [<br> {<br> "id" : null,<br> "name" : null,<br> "type" : "/type/domain",<br>
"types" : [<br> {<br> "/freebase/type_profile/instance_count" : null,<br> "/type/reflect/any_reverse" : {<br> "limit" : 1,<br>
"link" : {<br> "master_property" : "/freebase/type_hints/hinted_type"<br> },<br> "mediator" : null,<br> "optional" : true,<br>
"type" : "/freebase/type_hints"<br> },<br> "id" : null,<br> "name" : null,<br> "optional" : true,<br> "properties" : [],<br>
"sort" : "name"<br> }<br> ]<br> }<br> ],<br> "name" : null,<br> "type" : "/freebase/domain_category"<br> }<br> ]<br>
}