[Developers] MQL Lite (was newbie: simple question)

Scott Meyer sm at metaweb.com
Fri Feb 27 00:50:55 UTC 2009


Pito Salas wrote:
> Tom,
> 
> Thanks for the excellent mini-tutorial. I was able to reproduce your
> examples, and your analogy of types to tables was very helpful as the
> explanation of Domains as ways to group together types (I assume you
> can also have multi level domains.)
> 
> So next step, which I wasn't able to solve. What if I want to look up
> people called X who are (might be) US politicians.

[
  {
    "d:type" : [
      {
        "domain" : "/government"
      }
    ],
    "name" : null,
    "type" : "/people/person"
  }
]

Next?

-Scott


More information about the Developers mailing list