Skip to content

Instantly share code, notes, and snippets.

@axrwkr
Created February 9, 2013 12:27
Show Gist options
  • Save axrwkr/4745089 to your computer and use it in GitHub Desktop.
Save axrwkr/4745089 to your computer and use it in GitHub Desktop.
Return a list of planets
#r "FSharpx.TypeProviders.Freebase.1.6.137/lib/40/FSharpx.TypeProviders.Freebase.dll"
let ctx = FSharpx.TypeProviders.Freebase.FreebaseData.GetDataContext()
for e in ctx.``Science and Technology``.Astronomy.Planets do
printfn "%s" e.Name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment