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

        Discussions on Metaweb System Types

        Domains & Types » Metaweb System Types » Discuss

        Start a New Discussion

        Discussion will be posted in:

        • Metaweb System Types

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

        • General Support,
        • Developer Support
        1.  

          SEO Tips

          also posted to
          • imtiaztips
          1 post, latest post: rajimt000, Mar 29, 2009
          Link to discussion
          1. Mar 29, 2009
            rajimt000 says:

            i have +5yrs. exp. in seo and webdesign. if any one ask question through imtiaztips discussion. for more details: http://seotipsfree.wordpress.com and http://seotipsfree.t35.com.

          Discussion is posted in:

          • close imtiaztips
          • close Metaweb System Types

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

          • General Support,
          • Developer Support
        2.  

          It's UTC, not UCT

          also posted to
          • Time Zone,
          • Time
          7 posts, latest post: jeff, Jan 28, 2009
          Link to discussion
          1. sblom Top Contributor
            Jan 23, 2009
            sblom says:

            The "offset from UCT" property is misnamed. See http://www.freebase.com/view/en/coordinated_universal_time for correct abbreviation.

            1. jeff Metaweb Staff
              Jan 23, 2009
              jeff says:

              Oops!  Thanks for catching that!

            2. sblom Top Contributor
              Jan 24, 2009
              sblom says:

              Cool. I notice that you changed the display name, but not the property key. I can certainly appreciate the app compat reasons for this. Is the intent that it's stuck that way forever?

            3. jeff Metaweb Staff
              Jan 26, 2009
              jeff says:

              Yes, pretty much.  If you root around in the Freebase keys, you can find all kinds of examples of mismatches between key and display names.

            4. sblom Top Contributor
              Jan 26, 2009
              sblom says:

              Speaking as a developer, that will bug the hell out of me. Mismatched names is one thing, but having to develop against an API with misspellings just makes the app look sloppy. And I want every developer who touches Freebase to have such a good experience that they end up as in love with it as I am.

              As I rack my brain trying to figure out how to fix this, a couple of things come to mind. One is more of a community procedure, and one is a feature request.

              Procedure

              1. Create a new property with correct spelling, and clone the data to the new property.
              2. Mark the old property as deprecated somehow (possibly just in name and/or description).
              3. Optional: continuously sync changes on the old property over to the new property.
              4. Retire the old property.

              Feature work

              It's also possible to implement support for renamed properties in MQL. If it were possible to attach aliases to properties in cases like this, we could allow "offset_from_uct" to live on for queries that depend on it, while causing the UI everywhere to reflect that the one true name is the corrected "offset_from_utc". As a perf optimization, I could imagine that MQL only checks deprecated names when it fails to resolve one property's name the usual way.

              Speaking pragmatically, with the community as small as it is today, now is a better time to make breaking changes than a year from now when we have millions of eyeballs on us. From my point of view, the global types should be spit-polished, even at the cost of some short term pain. Once we have more eyeballs on things, we'll be able to better cook types before they get promoted to the commons. Meanwhile, we shouldn't apologize for cleaning.

            5. alecf Metaweb Staff
              Jan 27, 2009
              alecf says:

              there should be a way to add an additional key for this property, such that both keys will work...

            6. jeff Metaweb Staff
              Jan 28, 2009
              jeff says:

              There is, but it's not working for some reason (in the client, anyway). I've created a bug for it, though: https://bugs.freebase.com/browse/CLI-7337

          Discussion is posted in:

          • close Time Zone
          • close Time
          • close Metaweb System Types

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

          • General Support,
          • Developer Support
        3.  

          Additional Media Types

          also posted to
          • Media Type
          1 post, latest post: narphorium, Oct 18, 2008
          Link to discussion
          1. narphorium Top Contributor Freebase Experts
            Oct 18, 2008
            narphorium says:

            Could the owner of this type please add the following media types for me? I'm unable to do so because I lack the proper permissions.

            application/sparql-results+xml

            application/sparql-results+json 

          Discussion is posted in:

          • close Media Type
          • close Metaweb System Types

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

          • General Support,
          • Developer Support
        4.  

          Exporting

          also posted to
          • Film
          7 posts, latest post: gmackenz, Jun 2, 2008
          Link to discussion
          1. mikelove Top Contributor
            May 2, 2008
            mikelove says:

            I tried to export all /film/film as a csv and got only 857 rows of data.  Advice?

            1. jeff Metaweb Staff
              May 5, 2008
              jeff says:

              That's a bug, all right. It's being tracked internally. I'm not award of any workarounds, short of using the API.

            2. mikelove Top Contributor
              May 8, 2008
              mikelove says:

              I forgot about data dumps.  http://download.freebase.com/datadumps/2008-03-28/browse/film/

            3. mikelove Top Contributor
              May 8, 2008
              mikelove says:

              I take it back, these have guids instead of compound values.

            4. Jun 2, 2008
              nathany says:

              so it's been about a month now - still no solution to the export problem?

            5. gmackenz Metaweb Staff
              Jun 2, 2008
              gmackenz says:

              We currently don't support exporting a large set of data (approximately around a 1000) via the export to csv feature. You either must use our data dump as mikelove discovered above, or write your own MQL query.

               You can see what our filter view page uses by hitting F8 key to get the debug bar and clicking on the 'View transaction log' (its the client MQL query event you want).

               You can use that as a starting point (hint, modify the limit or eliminate it entirely).

            6. gmackenz Metaweb Staff
              Jun 2, 2008
              gmackenz says:

              Here's a starter query to get all the film titles currently in the system:

               [
                {
                  "limit" : 40000,
                  "name" : null,
                  "type" : "/film/film"
                }
              ]

          Discussion is posted in:

          • close Film
          • close Metaweb System Types

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

          • General Support,
          • Developer Support
        5.  

          translation

          2 posts, latest post: alecf, Nov 26, 2007
          Link to discussion
          1. Nov 21, 2007
            thsoft says:

            I know that the core types and properties "are not to be sullied by human hands", but at least, would it be possible for translators to just insert-connect name values of new languages? (I mean, via MQL queries, I know that there's no multilingual UI.)

            1. alecf Metaweb Staff
              Nov 26, 2007
              alecf says:

              The core infrastructure for supporting per-language property names (not programmatic names) is there, but at the moment the permissions structure is such that you need permission to modify the schema itself in order to add a per-language name.

              What we probably need is some kind of infrastructure for suggesting name translations, that could be "approved" by an owner of a type/domain. In the mean time, you could probably write a big MQL write query that attaches names to a bunch of types/properties, and then give it to an administrator for that domain... then they could run it in query editor.

              The mql would look something like:


              {"query": [{"id": "/people/person/date_of_birth",
              "name": {
              "value": "Fecha de nacimiento",
              "lang": "/lang/es",
              "connect": "insert"
              }},
              {"id": "...."....}
              ]
              }

          Discussion is posted in:

          • close Metaweb System Types

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

          • General Support,
          • Developer Support
        6.  

          Displaying a date range

          also posted to
          • Date/Time
          1 post, latest post: shantanu_joshi, Sep 6, 2007
          Link to discussion
          1. shantanu_joshi
            Sep 6, 2007
            shantanu_joshi says:

            Not sure if this is the right place to post this.

            When you have to enter a start date and an end date, and if there is no end date (meaning from the start date to the present), the date range should be displayed as " - present". For example, when you are entering your employment history and want to show your current job. Currently, it just shows the start date.

          Discussion is posted in:

          • close Date/Time
          • close Metaweb System Types

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

          • General Support,
          • Developer Support
        7.  

          It seems to be usable.

          1 post, latest post: jchris, Aug 1, 2007
          Link to discussion
          1. jchris
            Aug 1, 2007
            jchris says:

            The type Webpage make use of URI, and I was able to use URI in my Enclosure type.

            http://www.freebase.com/view/schema?id=%2Fuser%2Fjchris%2Fdefault_domain%2Fenclosure

            Just trying to get a deeper understanding of the underbelly. :)

          Discussion is posted in:

          • close Metaweb System Types

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

          • General Support,
          • Developer Support
        8.  

          URI type not published

          1 post, latest post: aseem, Aug 1, 2007
          Link to discussion
          1. aseem Metaweb Staff
            Aug 1, 2007
            aseem says:

            But is visible and available in auto-complete but cannot really be used.

          Discussion is posted in:

          • close Metaweb System Types

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

          • General Support,
          • Developer Support
        9.  

          This is the belly of the beast

          1 post, latest post: robert, Jan 20, 2007
          Link to discussion
          1. robert Metaweb Staff
            Jan 20, 2007
            robert says:
            These are the core types to the Metaweb system. They are not to be sullied by human hands.

          Discussion is posted in:

          • close Metaweb System Types

          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

        • imtiaztips
        • Time Zone
        • Time
        • Media Type
        • Film
        • Date/Time
        ©2009  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.769s
        Template: 0.127s
        Cost: br=22.0, cc=0.664, ch=0.0, cm=0.0, cm+h=0.0, cr=0.0, cs=34.0, cw=30.0, dr=7497.0, dt=1.101, dw=0.0, gqr=0.0, in=4584.0, ir=45.0, iw=0.0, mcs=0.004, mcu=0.196, mr=30.0, nivcsw=262.0, nreqs=34.0, nvcsw=101.0, pf=0.0, pr=0.0, stime=0.028, te=0.114, tf=0.404, tg=0.301, tm=0.521, tr=0.05, ts=0.004, tu=0.04, utime=0.636, va=18668.0