Freebase
Start typing to get some suggestions
  • Explore
  • Use
  • Help
  • Developers

        Discussions on Getting and Contributing Information

        Getting and Contributing Information » Discuss

        Start a New Discussion

        Discussion will be posted in:

        • Getting and Contributing Information
        • Basics

        Think this discussion also relates to something else? Cross-post it by adding a new discussion area:

        • General Support,
        • Developer Support
        1.  

          Find a Topic in User Domains?

          also posted to
          • Searching and Autocomplete
          4 posts, latest post: yqbd, Jun 29, 2008
          Link to discussion
          1. yqbd
            Jun 22, 2008
            yqbd says:

            How can we search for user-created view of a topic? I found http://www.freebase.com/view/en/teleological_argument?domain=%2Fuser%2Falexander%2Fdefault_domain through http://www.freebase.com/view/user/alexander/default_domain/argument by searching for argument in http://www.freebase.com/site/data. Is there an easier way?

            1. crism Metaweb Staff
              Jun 24, 2008
              crism says:

              The question here is, how do you know that a topic (like “Teleological argument”) has a user-created type (like “Argument”)? The answer is that it depends on whether the user has published the domain. If the user has not, then the use of those types will not be obvious; if the domain has been published, then you will see the types just like the main community types. So if you think Alexander’s types are useful, ask him to publish them.

            2. yqbd
              Jun 29, 2008
              yqbd says:

              How do you publish types?

            3. yqbd
              Jun 29, 2008
              yqbd says:

              Nevermind, found "Create a user domain" at http://www.freebase.com/user/domains from "Types you've created".

          Discussion is posted in:

          • close Searching and Autocomplete
          • close Getting and Contributing Information

          Think this discussion also relates to something else? Cross-post it by adding a new discussion area:

          • General Support,
          • Developer Support
        2.  

          Performing a bulk match of guids to wikipedia/en_ids

          also posted to
          • Query Builder
          3 posts, latest post: biosopher, Jun 16, 2008
          Link to discussion
          1. biosopher
            Jun 16, 2008
            biosopher says:

            I have one hundred wikipedia/en_ids that I want to get the corresponding Freebase guids for.  I could do this one at a time but hoped there was a way to perform a bulk lookup

             

            {

              "/common/topic/article" : [

                {

                  "guid" : null

                }

              ],

              "key" : [

                {

                  "namespace" : "/wikipedia/en_id",

                  "value" : "426702"

                }

              ],

              "name" : null

            }

            Thanks,
            Biosopher

            1. willmoffat Metaweb Staff
              Jun 16, 2008
              willmoffat says:

              At the very least you can reduce network latency by using the queries parameter to execute multiple queries per http request. See the examples on the mqlread page.

            2. biosopher
              Jun 16, 2008
              biosopher says:

              Thanks Willmoffat,


              For anyone looking for a similar solution, here is the answer:

               

              http://www.freebase.com/api/service/mqlread?queries={"q0":{"query":[{"/common/topic/article" : [{"guid" : null}],"key" : [{"namespace":"/wikipedia/en_id","value":"426702"}]}]}, "q1":{"query":[{"/common/topic/article" : [{"guid" : null}],"key" : [{"namespace":"/wikipedia/en_id","value":"38252"}]}]}}


              You can simply keep adding more queries to your URL up to the limit of the URL string length.  Technically...the URL definition does not require a length limit but most servers have a limit around 256-500 chars typically.

              Cheers,
              Biosopher

               

          Discussion is posted in:

          • close Query Builder
          • close Getting and Contributing Information

          Think this discussion also relates to something else? Cross-post it by adding a new discussion area:

          • General Support,
          • Developer Support
        3.  

          How to get article descriptions

          also posted to
          • Query Builder
          2 posts, latest post: gmackenz, Jun 11, 2008
          Link to discussion
          1. biosopher
            Jun 10, 2008
            biosopher says:

            I expected this to be simple but couldn't find any info on the site/web.

             How do I get the description for a specific article.  E.g. this simple query gets the name for an article but how do I get the description as well?

             {
              "id" : "/guid/9202a8c04000641f800000000023907a",
              "name" : "San Quentin"
            }

             

            Thanks,
            Biosopher 

            1. gmackenz Metaweb Staff
              Jun 11, 2008
              gmackenz says:

              See here for a similar question/response...Here's the help section involved with the Trans service, you want section 4.8. Fetching Content with trans

          Discussion is posted in:

          • close Query Builder
          • close Getting and Contributing Information

          Think this discussion also relates to something else? Cross-post it by adding a new discussion area:

          • General Support,
          • Developer Support
        4.  

          New to FreeBase

          also posted to
          • Searching and Autocomplete
          2 posts, latest post: cheunger, Mar 11, 2008
          Link to discussion
          1. ambatisreedhar
            Mar 11, 2008
            ambatisreedhar says:

            Hi

            I am new to Freebase API.

            How to use this API for searching a word?

            Please help in this regard.

            Thanks

            Sreedhar

            ambatisreedhar@gmail.com

            1. cheunger Metaweb Staff
              Mar 11, 2008
              cheunger says:

              Sreedhar, look at the comments on your other post.

          Discussion is posted in:

          • close Searching and Autocomplete
          • close Getting and Contributing Information

          Think this discussion also relates to something else? Cross-post it by adding a new discussion area:

          • General Support,
          • Developer Support
        5.  

          Migrated Feature Requests

          also posted to
          • Query Builder
          1 post, latest post: jdouglas, Sep 14, 2007
          Link to discussion
          1. jdouglas Metaweb Staff
            Sep 14, 2007
            jdouglas says:

            [NOTE: These were originally posted to the Feature Requests property that is no longer displayed.]

            Sort=

            Limit=

          Discussion is posted in:

          • close Query Builder
          • close Getting and Contributing Information

          Think this discussion also relates to something else? Cross-post it by adding a new discussion area:

          • General Support,
          • Developer Support
        6.  

          Searching through mutliple types & properties

          also posted to
          • Searching and Autocomplete
          5 posts, latest post: danm, May 24, 2007
          Link to discussion
          1. krzyszm
            May 23, 2007
            krzyszm says:

            I wonder if this feature is already possible in Freebase. Image that you want to search for a film director who is born in Paris, but you forgot his name. The right search for it would be "Person with place of birth = Paris and profession film director"

            1. danm Metaweb Staff
              May 23, 2007
              danm says:

              The UI doesn't quite let you do this yet. Its definitely an easy query to do with MQL using query editor, but if you aren't into query writing, we don't have a good way to do this presently.

              A couple of potential features that would address this:
              1. add a type filter option to the standard filter UI - so you could be looking at all people and then filter them down further by another type (in this case film director)
              2. provide all properties as filter options (currently we just display the first 7-8) - if the person did have a job as a director, s/he could be found this way.
              Option #1 is actually a better solution given the way we've modeled directors in the system - and is a generally useful feature for filtering down topics that have multiple types.

              1. danm Metaweb Staff
                May 23, 2007
                danm says:

                Actually, I spoke too soon... Darin points out that there is in fact a profession field on person. So, here you go... http://www.freebase.com/view/filter?id=/people/person#CJcriteriaJIACJpropertyYIdJIJLpeopleLpersonLplaceVofVbirthJHJvalueJICJidJIJM9202a8c04000641f800000000002db30JHJlimitJI1DDHCJpropertyYIdJIJLpeopleLpersonLprofessionJHJvalueJICJidJIJM9202a8c04000641f8000000000284695JHJlimitJI1DDBD

                1. krzyszm
                  May 23, 2007
                  krzyszm says:

                  woh! Its really works. I am very impressed. Thank you

                  But you know, it is not very easy query, is it?

                  1. danm Metaweb Staff
                    May 24, 2007
                    danm says:

                    Its not too difficult really - just go to to the type page for person and enter in your criteria in the filter options on the left: birthplace = Paris, France; Profession = Film Director -- click 'filter' and you're off and running!

          Discussion is posted in:

          • close Searching and Autocomplete
          • close Getting and Contributing Information

          Think this discussion also relates to something else? Cross-post it by adding a new discussion area:

          • General Support,
          • Developer Support
        7.  

          Error in this help page

          also posted to
          • Browsing Around
          2 posts, latest post: danm, Feb 15, 2007
          Link to discussion
          1. jra
            Feb 15, 2007
            jra says:

            The link for "allDomains.html" at the top of the page is now called "Types", but this page still says click on Domains.

            1. danm Metaweb Staff
              Feb 15, 2007
              danm says:

              fixed. thanks for noticing.

          Discussion is posted in:

          • close Browsing Around
          • close Getting and Contributing Information

          Think this discussion also relates to something else? Cross-post it by adding a new discussion area:

          • General Support,
          • Developer Support
        8.  

          Query Builder UI

          also posted to
          • Query Builder
          2 posts, latest post: will, Feb 14, 2007
          Link to discussion
          1. colin Metaweb Staff
            Feb 12, 2007
            colin says:
            Here's an example of a slick query builder UI:

            http://www.openiris.org/screenshots/atct_album_image?b_start=12
            1. will
              Feb 14, 2007
              will says:

              can we actually make links in discussion posts? like: http://www.openiris.org/screenshots/atct_album_image?b_start=12 .

          Discussion is posted in:

          • close Query Builder
          • close Getting and Contributing Information

          Think this discussion also relates to something else? Cross-post it by adding a new discussion area:

          • General Support,
          • Developer Support

        Search Discussions

        Related Discussions

        • Searching and Autocomplete
        • Query Builder
        • Browsing Around
        ©2010  Metaweb
        • Page History
        • RDF
        • Feedback
        • Attribution Policy
        • Terms of Service
        • About Us
        • Jobs
        • Freebase Blog
        Freebase contains information on:
        • Arts & Entertainment
        • Products & Services
        • Science & Technology
        • Society
        • Special Interests
        • Sports
        • Time & Space
        Dev Tools
        Refresh cache | Query Editor | Normal view | Explore | Explore2 | Admin view | View transaction log | Suggest transaction log | Client transaction log | hide (F8) | debug-level
        TID(s):
        Controller: 0.701s
        Template: 0.137s
        Cost: br=21.0, cc=0.671, ch=0.0, cm=0.0, cm+h=0.0, cr=0.0, cs=36.0, cw=31.0, dr=13442.0, dt=0.982, dw=0.0, gqr=0.0, in=6929.0, ir=9212.0, iw=0.0, lh=0.0, lm=1.0, lr=1.0, mcs=0.004, mcu=0.186, mr=31.0, nivcsw=77.0, nreqs=40.0, nvcsw=104.0, pf=0.0, pr=0.0, stime=0.036, te=0.072, tf=0.315, tg=0.289, tm=0.475, tr=0.065, ts=0.0, tu=0.06, utime=0.635, va=27048.0