Two Freebase Queries
From Ascii20
Make the queries
Note that each query has a unique name ("first" and "second"):
{{#fb2q:first | {"query":{"id":"/topic/en/harrison_ford", "ourlabel:guid":null} } | false}}
{{#fb2q:second | {"query":{"id":"/topic/en/blade_runner", "ourlabel:guid":null} } | false}}
Retrieve the results from each query by name.
Note it doesn't matter that we call the variable for the GUID "ourlabel" in both queries - each query is independent:
Output 1: {{#fb2r:first | ourlabel | raw}}
Output 2: {{#fb2r:second | ourlabel | raw}}
Output 1: #9202a8c04000641f8000000000058221
Output 2: #9202a8c04000641f8000000000009e89

