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

        Discussions on Guide to Freebase Types

        Guide to Freebase Types » Discuss

        Start a New Discussion

        Discussion will be posted in:

        • Guide to Freebase Types
        • Creating Schemas

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

        • General Support,
        • Developer Support
        1.  

          Query included types

          also posted to
          • Included Types
          9 posts, latest post: lwu, Aug 3, 2009
          Link to discussion
          1. Jan 16, 2009
            juanpane says:

            Is it possible to query included types using MQL?

            The extends property of type does not seem to be the same...

             Thanks

             Juan

            1. philg Metaweb Staff
              Jan 22, 2009
              philg says:

              Juan, I'm looking into this and trying to find an answer, sorry it's taken so long so far. I hope to have this figured out by the end of the week.

            2. crism Metaweb Staff
              Jan 22, 2009
              crism says:

              The property you want is /freebase/type_hints/included_types. The Explore view is invaluable for questions like this; I explored the Musical Group type, and that is the property that connects it with Musical Artist and with Topic.

            3. philg Metaweb Staff
              Jan 22, 2009
              philg says:

              I found the property in Explore, but my MQL queries for the value don't work. Can you help with the MQL query itself?

            4. philg Metaweb Staff
              Jan 22, 2009
              philg says:

              So here's the MQL:

              {
                "/freebase/type_hints/included_types" : [
                  {}
                ],
                "id" : "/music/artist"
              }

               

              Very simple, I just attempted to do it in an overly-complicated way.

            5. lwu
              Jul 22, 2009
              lwu says:

              @philg is there a way to get the set of all included_types? Or at least find all types which have X has an included type (i.e. which types are also People or Locations?)

              See also http://www.freebase.com/view/guid/9202a8c04000641f800000000c64f495

               

            6. cheunger Metaweb Staff
              Jul 23, 2009
              cheunger says:

              Put the type you want to find as the included type inside /freebase/type_hints/included_types, e.g.

              [{
                "id": null,
                "type":"/type/type",
                "/freebase/type_hints/included_types": {
                  "id": "/people/person"
                }
              }]

            7. tfmorris Top Contributor Freebase Experts
              Jul 23, 2009
              tfmorris says:

              To get the full set, rather than just those that include a specific type, use the following

              [{
                "id": null,
                "type":"/type/type",
                "/freebase/type_hints/included_types": [{"id":null,"optional":true}]
              }]

              you'll need to increase the limit to get more than the first 100 and it may time out if you ask for them all, so then you'll need to use cursors or paging to get them all.

            8. lwu
              Aug 3, 2009
              lwu says:

              Sweet, thanks, I'll give that a try!

          Discussion is posted in:

          • close Included Types
          • close Guide to Freebase Types

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

          • General Support,
          • Developer Support
        2.  

          Larger fields than 'Simple Text String'

          also posted to
          • Core property types
          4 posts, latest post: skud, Nov 5, 2008
          Link to discussion
          1. Nov 4, 2008
            dminkley says:

            I'm working with a researcher looking to include full genes within freebase (can be thousands of characters).  Is this possible?

            1. gmackenz Metaweb Staff
              Nov 5, 2008
              gmackenz says:

              You should join the data-modeling list...I think you will get better guidance there.

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

              Also found here.

            3. skud Metaweb Staff
              Nov 5, 2008
              skud says:

              They're doing something similar for geographic shape data, by attaching a document and linking to it.  You could do that.  Freebase user "jamie" is the expert on the geo stuff.

          Discussion is posted in:

          • close Core property types
          • close Guide to Freebase Types

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

          • General Support,
          • Developer Support
        3.  

          Boolean

          also posted to
          • Core property types,
          • Adding Properties to Types
          3 posts, latest post: evening, Aug 4, 2008
          Link to discussion
          1. evening Top Contributor Freebase Experts
            Aug 4, 2008
            evening says:

            I can't access the boolean link.  I receive this error:

            The error was: Internal Server Error

            I also do not see boolean as an option in the property data type options.  Is this still available?

            1. jeff Metaweb Staff
              Aug 4, 2008
              jeff says:

              What URL are you trying to go to when you get the server error?

              Boolean still exists, but it's not obvious in the client (there is a bug open to address this); the way to create a boolean property is to select "link to a topic" and type in "boolean".

            2. evening Top Contributor Freebase Experts
              Aug 4, 2008
              evening says:

              The link is this one, which is linked here.

              And thanks for the instructions on how to get it

          Discussion is posted in:

          • close Core property types
          • close Guide to Freebase Types
          • close Adding Properties to Types

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

          • General Support,
          • Developer Support
        4.  

          Better documentation

          also posted to
          • Compound Value Types
          1 post, latest post: chendy, Apr 30, 2008
          Link to discussion
          1. Apr 30, 2008
            chendy says:

            Could someone do a step by step guide on how to set up a CVT . The help given is too ambigious, i dont know when or in what order i should click on the suggested links etc.
            I have tried twice without success. Thanks

          Discussion is posted in:

          • close Compound Value Types
          • close Guide to Freebase Types

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

          • General Support,
          • Developer Support
        5.  

          Dead links

          also posted to
          • Compound Value Types
          2 posts, latest post: crism, Apr 1, 2008
          Link to discussion
          1. Apr 1, 2008
            tracypoff says:

            The links (The Player, Film Performance) lead nowhere, so the examples are especially illuminating.

            1. crism Metaweb Staff
              Apr 1, 2008
              crism says:

              Thanks for catching this, Tracy; I’ve filed a bug to get those fixed, and to check for other similar problems. This is a risk of alpha software; we changed the structure of Freebase URLs after that got written, and the doc has not all been updated.

          Discussion is posted in:

          • close Compound Value Types
          • close Guide to Freebase Types

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

          • General Support,
          • Developer Support
        6.  

          Possible use of supporting types

          3 posts, latest post: spatialed, Dec 13, 2007
          Link to discussion
          1. spatialed Top Contributor Freebase Experts
            Dec 12, 2007
            spatialed says:

            I expect that the following example would best be modeled as a supporting type and would like to get some feedback.  I would like to use Freebase to summarize and store somewhat complex conditional values. For example, I would like to create a topic that holds the following information: In publication 1 there were 5 eggs of species 1 in habitat type 1 but in that same publication there were 4 eggs for species 2 in habitat type 2.

            Currently I can model these 2 topics (i.e. pub 1, species 1, eggs 5, habtype 1 vs. pub 1, species 2, eggs 4, habtype 2) through a standard type with little problem. Data entry for relatively redundant topics will be relatively slow going until cloning is available but it is possible. It seems to me that a supporting type should probably be used to maintain these entries. Correct? I sure as heck don't want them coming up in the UI because they are too complex among other reasons.

            This brings up the following question: Why should I give it these kinds of topics a name? If the names aren't used in the UI then it is just a system identifier. A time stamp would work just as well. Also, I probably won't know a good name for these topics until I enter their attributes. Maybe a name could automatically be created and then updated as a concatenation of topic properties? Either way, naming the topics for this kind of supporting type will often be pointless and a waste of time. Is it possible for a new feature to allow the checking of a box for automatic generation of names for a supporting type?

            1. jeff Metaweb Staff
              Dec 12, 2007
              jeff says:

              I don't think supporting types will help you out here, but I could be wrong. If I understand the problem (which I might not), I think it could be solved by using a CVT.  I.e., you have a property ("egg information", say) with an expected type that is a CVT. The CVT would have properties for # of eggs, species, and habitat type (all of which should be marked as disambiguators). That way, you can enter both "species 1, eggs 5, habtype 1" and "species 2, eggs 4, habtype 2" as property values on the same topic. This also removes the problem of having to name the topics, since as you point out, there's no sensible name for ones like these.

            2. spatialed Top Contributor Freebase Experts
              Dec 13, 2007
              spatialed says:

              Thanks Jeff. You're probably right about CVT as a more logical approach. I'll try it on and see if it fits.

          Discussion is posted in:

          • close Guide to Freebase Types

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

          • General Support,
          • Developer Support
        7.  

          Finite set of options

          also posted to
          • Enumerated Types
          3 posts, latest post: spatialed, Dec 11, 2007
          Link to discussion
          1. spatialed Top Contributor Freebase Experts
            Dec 9, 2007
            spatialed says:

            How do you set the finite set of options for an enumerated type? The format doesn't look any different than a standard type.

            1. skud Metaweb Staff
              Dec 10, 2007
              skud says:

              An enumerated type just means it'll pick up items from a given type and won't let the user add to the list. "Gender" on "Person" is an example: you get a choice of Male/Female but can't add in a new one as you can with many other FB fields. So if you wanted a shortened list, you'd have to use (or make) a more specific type.

            2. spatialed Top Contributor Freebase Experts
              Dec 11, 2007
              spatialed says:

              Thanks. I found out through trial and error that the list items are added as topics to the type. This was not intuitive to me and I was not able to find documentation on it. My original conception was that the list items were added as part of the schema. I like how it works but maybe it needs a little better or easier to find documentation on the actual steps of defining the set.

          Discussion is posted in:

          • close Enumerated Types
          • close Guide to Freebase Types

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

          • General Support,
          • Developer Support
        8.  

          Compound Types, Mediators and Recipricated links

          also posted to
          • Compound Value Types
          2 posts, latest post: danm, Aug 24, 2007
          Link to discussion
          1. hds
            Aug 24, 2007
            hds says:

            Thanks - that did exactly what I was trying to do.

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

              fyi, we're trying to move away from the use of the word 'mediator' and just use 'compound value type' -- in the hopes that people will be less confused. To get technical, a mediator is a compound value type that connects two or more types -- whereas you can also have a terminal compound value type that connects a type to a collection of literal values... but this distinction is something that likely will only confuse people more... thus, we like to just call 'em CVTs.

          Discussion is posted in:

          • close Compound Value Types
          • close Guide to Freebase Types

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

          • General Support,
          • Developer Support
        9.  

          Compound Types, Mediators and Recipricated links

          also posted to
          • Compound Value Types
          2 posts, latest post: darin, Aug 22, 2007
          Link to discussion
          1. hds
            Aug 22, 2007
            hds says:

            I'm trying to set up a mediator - and it seems to be part of the functionality of compound types, or am I just getting confused here.


            I'd like to set up a type to hold the relationship between two adjoining rail stations, much like the Adjoining Relationship used by the Adjoins property of a Location, except I want to speciy the Rail Line that links the two stations as well.


            I can work out how to create the type, but in order to link two stations I have to go into the mediator type and add the second one in manually. Is there a way to easily create the reciproated link so that when I am in station1 and add station2 as an Adjacent Station station1 will appear in the Adjacent Station list for station2 as well?


            Thanks.

            1. darin
              Aug 22, 2007
              darin says:

              The simplest way to do this is with the "suggested properties" feature on the type definition page.

              For example, you could create the "Station" type, then the "Adjoining Relationship" type. Then add an "adjoins" property to Station with an expected type of Adjoining Relationship. Now click through to the Adjoining Relationship type definition page. There should be a property under "Suggested Properties" whose expected type is Station. Double click it to give it a name, and your reciprocal property should be all set.

          Discussion is posted in:

          • close Compound Value Types
          • close Guide to Freebase Types

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

          • General Support,
          • Developer Support
        10.  

          Changes in handling of Compound Value Types?

          also posted to
          • Compound Value Types
          1 post, latest post: robertm, Jul 27, 2007
          Link to discussion
          1. Jul 27, 2007
            robertm says:

            When I first started using Compound Value Types, some 4 weeks ago, they were handled by Freebase as described above. I.e.(1) you would be prompted for as many properties as they were declared to have when you wanted to create a new one, and (2) they didn't have a user-supplied display name. Unless I'm doing something different now, both aspects seem to have changed. When I now want to create a new one, Freebase prompts me for only one entry, rather than one per property. This is then taken as the display name (rather than the obscure GUID used previously). You can then provide values for the n properties for one instance of this CVT, and indeed edit its display name, just as you can for any topic.

            Am I indeed right in thinking that there has been a change in the way CVTs are handled, or am I just doing something different? If the former, then this should be reflected in the documentation.

          Discussion is posted in:

          • close Compound Value Types
          • close Guide to Freebase Types

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

          • General Support,
          • Developer Support
        11.  

          Instructions for setting up a compound value type are not clear!

          also posted to
          • Compound Value Types
          5 posts, latest post: danm, Jul 11, 2007
          Link to discussion
          1. Jul 2, 2007
            robertm says:

            By your own admission, " Setting up a compound value type is currently a bit complicated. " Yet you only give three steps for creating a compound value type, the third of which is not actually a step at all. Could we please have a fully-detailed listing of the steps involved, perhaps using the 'Performance' compound value type as an example.

            1. danm Metaweb Staff
              Jul 2, 2007
              danm says:

              Robert, you make some good points. I've made some quick edits to this content, which I hope will help. This posting on the developer blog is also an important read. We'll continue to improve our help content. Thanks for the note.

              1. Jul 2, 2007
                robertm says:

                Thanks, Dan, for expanding so quickly the description of the steps to follow. I have now succeeded in setting up a Compound Value Type.

                I have documented in even more detail the steps I followed for my own requirement, in the Description for robertm's Type 'Variable with Units'. This is for my own future reference, but may be of value to others starting off.

                1. Jul 10, 2007
                  dsp13 says:

                  I'm having problems: the suggested properties keep linking in where I don't want them to link. Does the order in which properties are listed make any difference to the suggestions which are made?

            2. danm Metaweb Staff
              Jul 11, 2007
              danm says:

              Although they appear in Type Editor, the suggested properties shouldn't have any impact when viewing topics of that type unless you reciprocate them by naming them - you can ignore them and they won't appear when viewing topics of that type. To answer your question about the order, they are displayed in reverse timestamp order - so the most recently added incoming links appear at the top.

          Discussion is posted in:

          • close Compound Value Types
          • close Guide to Freebase Types

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

          • General Support,
          • Developer Support
        12.  

          Transforming a user type into a domain type

          also posted to
          • Creating Schemas
          3 posts, latest post: jbdayez, Jul 8, 2007
          Link to discussion
          1. jbdayez
            Jul 5, 2007
            jbdayez says:

            I've just been invited to Freebase and I am very impressed by the power of the system. I would be interested in creating some types, but not if they have to remain in my personal domain. Of course, I would agree to begin to create them in this personal domain, but I am wondering whether it will be possible to transfer my best types into a public domain ? Creating types can take a lot of time, so I prefer to know it will really be useful to the community before beginning this adventure.
            Thank you very much in advance for your answers.

            1. darin
              Jul 5, 2007
              darin says:

              Hi Jean-Baptiste, and welcome!

              It's definitely possible for private types to be promoted into the public type space - in fact, we're counting on it. :)

              Once you've modeled your types, it's good idea to add some sample data as well - you often don't find the flaws in your data model until you try adding some real data. If you're planning on a large data load, you should let us know in advance so we can walk you through it. And it's always good to try things out on sandbox - it's wiped clean and re-initialized from the main site every Monday, so you always have the chance to start fresh.

              Once you're happy with the types you've created, you should post a note in the discussion area of the domain you're interested in so the admins can take a look at your work (if the types you've made should go into a new domain, you can just post to a domain that's related to the one you're working on).

              Feel free to post to related discussions if any questions come up about your model. Good luck - and have fun!

              1. jbdayez
                Jul 8, 2007
                jbdayez says:

                Hi Darin,

                Thank you very much for your kind answer. I am happy to learn that this transformation is possible. It will surely motivate me to create types.

          Discussion is posted in:

          • close Guide to Freebase Types
          • close Creating Schemas

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

          • General Support,
          • Developer Support
        13.  

          Also known as

          also posted to
          • Creating Schemas
          2 posts, latest post: faye, May 25, 2007
          Link to discussion
          1. May 25, 2007
            gregtyrelle says:

            Is the also known as property intended to be a description of the type, or a synonym, or a link to another type which is also a synonym ?

            1. faye Metaweb Staff
              May 25, 2007
              faye says:

              Both types and topics have an "also known as". This property expects simple text meant for synonyms or alternative names, for the purpose of searching and autocomplete completion. For example, the topic for the band "The Police" is also known simply as "Police" or sometimes "Sting and the Police", so those are added for "also known as" for that topic. A good example for a type that has an "also known as" property is the Film type, which has the alias of "Movie".

          Discussion is posted in:

          • close Guide to Freebase Types
          • close Creating Schemas

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

          • General Support,
          • Developer Support
        14.  

          How do you delete a type?

          also posted to
          • Creating Schemas
          2 posts, latest post: jack, May 2, 2007
          Link to discussion
          1. cohesion
            Apr 28, 2007
            cohesion says:

            In user domain. Is this possible now? There seems to be a link called remove, but it doesn't do anything.

            1. jack Top Contributor
              May 2, 2007
              jack says:

              Yes it is a bit confusing. The "Remove" menu item for the type on the user page has the same behavior as "Edit". The schema editor is displayed. To remove a type select "Delete this type" from the menu on the title of the schema page.

              For instance, if you want to delete your date_of_death type, navigate to,
              http://www.freebase.com/view/schema?id=%2Fuser%2Fcohesion%2Fdefault_domain%2Fdate_of_death

              Click the affordance to the right of the title Date Of Death.
              Select "Delete this type"
              Click Ok on the popup confirmation dialog box.

          Discussion is posted in:

          • close Guide to Freebase Types
          • close Creating Schemas

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

          • General Support,
          • Developer Support
        15.  

          Building out new types

          also posted to
          • Creating Schemas
          3 posts, latest post: patrick, Apr 23, 2007
          Link to discussion
          1. Kenneth Trueman Top Contributor
            Apr 21, 2007
            Kenneth Trueman says:

            hi.

            not really clear how to add additional properties to a new type? I wanted to add such things as headquarters, address, associated sport, to the type called "governing body" that I created to link sports bodies like FIFA, IAAF, etc... would also like to figur eout how to then individual country level sports associations as members of those governing bodies ...

            my limited programming skills have hit a wall...

            help!

            Ken

            1. danm Metaweb Staff
              Apr 22, 2007
              danm says:

              what are you getting stuck on? Is the system not working properly when you select 'add new property'? Is it confusing when you have to select an expected type? Have you watched the demo videos available in the help section?

            2. patrick Top Contributor
              Apr 23, 2007
              patrick says:

              Ken, you can edit the type and add new properties there. Note that while you can view any type via edit, you can only actually make changes to types that you administer. For most users, this means private types that they have created. So if you have created a type called "governing body" than you can edit it. Let us know if you are unable to get to this stage.

              If it's a type that you don't own, then you can go to the discussion area for the type and propose changes.

          Discussion is posted in:

          • close Guide to Freebase Types
          • close Creating Schemas

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

          • General Support,
          • Developer Support
        16.  

          Save didn't activate for enumerated list

          also posted to
          • Creating Schemas
          2 posts, latest post: danm, Apr 16, 2007
          Link to discussion
          1. Apr 15, 2007
            ddammann says:

            I discovered that the Save button wasn't activated because I had flagged Student(s) as being an enumerated list within Teacher.

            1. danm Metaweb Staff
              Apr 16, 2007
              danm says:

              So are you all set? Typically, the save button becomes active once a valid input has been entered.

          Discussion is posted in:

          • close Guide to Freebase Types
          • close Creating Schemas

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

          • General Support,
          • Developer Support
        17.  

          Can't save new instance

          also posted to
          • Creating Schemas
          1 post, latest post: ddammann, Apr 15, 2007
          Link to discussion
          1. Apr 15, 2007
            ddammann says:

            In my personal domain I created new types "Teacher" and "Student" that reference each other. I then updated Nadia Boulanger's types to include Teacher. As expected, she now has a Student(s) property. When I attempted to add Aaron Copeland as one of Nadia's students, the "Save" button never activated. Something I'm doing wrong?

          Discussion is posted in:

          • close Guide to Freebase Types
          • close Creating Schemas

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

          • General Support,
          • Developer Support
        18.  

          What should happen if an existing type could be more specific?

          also posted to
          • Conventions for naming Types
          3 posts, latest post: jeffrey, Mar 31, 2007
          Link to discussion
          1. Mar 28, 2007
            jeffrey says:

            So, if a Team type exists, and I'd like to create a Baseball Team Type, it'd be nice to have a link here to a Help topic explaining the best process for doing that.

            For reference, see http://blog.jonudell.net/2007/03/26/like-a-moth-to-the-freebase-flame/#comment-2451

            A few comments after my post, dehfne mentions one Type can include another, I'm not sure how to do that (perhaps it's an obvious part of the "Create a new Type workflow", but since I haven't yet jumped into that pond I don't know that yet).

            1. faye Metaweb Staff
              Mar 28, 2007
              faye says:

              You can include Team type in your Baseball Team Type by editing Baseball Team in the Schema Editor (choose Edit Type from the menu to get there):

              Look under the name of the type at the top of the page to add "Included types". You should see instructions in gray that says, "add a parent type to include the properties of another type in all Baseball team topics." Double click on that and enter "Team", which should autocomplete. Hit enter and all the properties of Team should show up.

            2. Mar 31, 2007
              jeffrey says:

              It turns out I wasn't able to follow this suggestion, I filed this ticket: http://www.freebase.com/view?id=%239202a8c04000641f800000000454e729

              I'm used to using bugzilla, in bugzilla that ticket would get an "assigned" status once someone looked at it, is there anything analogous for freebase tickets?

          Discussion is posted in:

          • close Conventions for naming Types
          • close Guide to Freebase Types

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

          • General Support,
          • Developer Support
        19.  

          Out of date

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

            This page mentions the link "User Types" on the "My Metaweb" page, but it is now called "Types Created".

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

              thanks for the catch. this has been fixed.

          Discussion is posted in:

          • close Guide to Freebase Types
          • close Creating Schemas

          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

        • Included Types
        • Core property types
        • Adding Properties to Types
        • Compound Value Types
        • Enumerated Types
        • Creating Schemas
        • Conventions for naming Types
        ©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: 1.098s
        Template: 0.316s
        Cost: br=53.0, cc=1.084, ch=0.0, cm=0.0, cm+h=0.0, cr=0.0, cs=65.0, cw=61.0, dr=18901.0, dt=1.594, dw=0.0, gqr=0.0, in=13167.0, ir=157.0, iw=0.0, lh=0.0, lm=1.0, lr=1.0, mcs=0.012, mcu=0.312, mr=61.0, nivcsw=276.0, nreqs=70.0, nvcsw=167.0, pf=0.0, pr=0.0, stime=0.044, te=0.13, tf=0.391, tg=0.349, tm=0.702, tr=0.118, ts=0.0, tu=0.108, utime=1.04, va=51864.0