--
You received this message because you are subscribed to the Google Groups "Freebase Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to freebase-discu...@googlegroups.com.
To post to this group, send email to freebase...@googlegroups.com.
Visit this group at http://groups.google.com/group/freebase-discuss.
For more options, visit https://groups.google.com/groups/opt_out.
Hmm... levels....Saying the words "gold", "silver", "bronze" means "1st place", "2nd place", "3rd place", etc... runners-up, honorable mentions.
As Tom points out that is more valuable to know that Person X had 1st place in Astrology compared to Person Y and is regarded by judges as being "better" somehow or having a higher importance in the field than the other guy/gal.Charles Babbage received Gold (1st Place) in 1824 by the Royal Astronomical Society...but who was 2nd Place or achieved Silver ?
1824Charles Babbage J.F. Encke
Charles Rumker* J.L Pons*The ones with * after the name are the 2nd placers.. Silver medal of the Royal Astronomical Society, which stopped being given out in 1827.
It would also be useful to know when the particular level of achievement was established and then discontinued... just like Award Category has....so...
Maybe just have a Parent / Child property on Award Category to hold "Higher Award" , "Lower Award" as Tom suggested might be best ?And the "level of achievement" enumerated property added to Award Honor....but there are some weird outliers that should be noted on this property...such as:( Unusual instances in award history where a "ALL ARE EQUAL PLACE" mentality was affect by judges. In 1847 when the discovery of no less than 3 planets in our solar system was made by many members of the Royal Astronomical Society, the society decided to have no award at all, and then unpack a "Testimonal" in red vellum to many members during the following year 1848... saying that those particular listed members each had equal importance and status in Astronomy for their contributions during the previous year.References:Finally, I have an interest in seeing all the "2nd placers", the underdogs that did not quite get fame. How can we easily expose that for users to query ?
Here's a quick-and-dirty ranked winners CVT:Note that I attached "winner" and "work" to /award/nominee, but that's not really right (not all awards have nominees). Probably we'd need two more types.Here's an award category with ranked results (note, for the record, that the existing nomination data is incorrect -- this award doesn't have nominees):
I don't know how common this actually is: The Locus and a few other SF magazine-based polls are the only awards I know of where the ranked results are routinely listed.
On Mon, Oct 28, 2013 at 7:00 PM, Jeff Prucher <jpru...@google.com> wrote:
Here's a quick-and-dirty ranked winners CVT:Note that I attached "winner" and "work" to /award/nominee, but that's not really right (not all awards have nominees). Probably we'd need two more types.Here's an award category with ranked results (note, for the record, that the existing nomination data is incorrect -- this award doesn't have nominees):The underdogs that I like to see (and that allows my use case... Good Work here Jeff ! )
[{
"type": "/award/award_ranked_winning_results",
"rank": null,
"ns0:rank>": 1,
"category": "Locus Award for Best Novel",
"winner": null,
"work": null,
"year": null,
"id": null
}]
I don't know how common this actually is: The Locus and a few other SF magazine-based polls are the only awards I know of where the ranked results are routinely listed.Oh I am sure there are others out there just waiting to be populated. We have not had this capability, so it will need to be filled out. But I think it will be immensely useful down the line, perhaps Jon could find some others ?Now...How do we cover the use case of saying that "Silver" = Second Place = 2 ? an alias for it...grrr, not hard lined enough for me to query accurately. How do we make saying "Silver Clio" is a 2nd place artifact somehow ? Do we add one more property to the Achievement Level that holds an integer value and then what would we call it ? "Place of Level" ? "Position of Level" ?So the above perhaps could also have a property under Achievement Level called:"Position of Level" that expects an integer value to note that the "Silver Clio" has a position of 2 for the award "Clio Awards" ? (along with us also saying that now that it is higher than and lower than...but we still need a concrete position for querying those "2nd placers".
And that "Testimonial" example of the Royal Astronomy would perhaps have a "Position of Level" ...what ? holding a value of 0 or null I guess ?
Now...How do we cover the use case of saying that "Silver" = Second Place = 2 ? an alias for it...grrr, not hard lined enough for me to query accurately. How do we make saying "Silver Clio" is a 2nd place artifact somehow ? Do we add one more property to the Achievement Level that holds an integer value and then what would we call it ? "Place of Level" ? "Position of Level" ?So the above perhaps could also have a property under Achievement Level called:"Position of Level" that expects an integer value to note that the "Silver Clio" has a position of 2 for the award "Clio Awards" ? (along with us also saying that now that it is higher than and lower than...but we still need a concrete position for querying those "2nd placers".Note that "silver" is not exactly the same thing as second place. See my previous comment about the Clios -- in 2013, for film advertisements, the silver winners are arguably 15th place. I think it's really a parallel model to the whole first/second/third/etc. thing.
And that "Testimonial" example of the Royal Astronomy would perhaps have a "Position of Level" ...what ? holding a value of 0 or null I guess ?That testimonial example is mighty strange, all right. I'd say it exists in parallel to the silver medal and gold medal, rather than in a hierarchy with them.Jeff
Now...How do we cover the use case of saying that "Silver" = Second Place = 2 ? an alias for it...grrr, not hard lined enough for me to query accurately. How do we make saying "Silver Clio" is a 2nd place artifact somehow ? Do we add one more property to the Achievement Level that holds an integer value and then what would we call it ? "Place of Level" ? "Position of Level" ?So the above perhaps could also have a property under Achievement Level called:"Position of Level" that expects an integer value to note that the "Silver Clio" has a position of 2 for the award "Clio Awards" ? (along with us also saying that now that it is higher than and lower than...but we still need a concrete position for querying those "2nd placers".Note that "silver" is not exactly the same thing as second place. See my previous comment about the Clios -- in 2013, for film advertisements, the silver winners are arguably 15th place. I think it's really a parallel model to the whole first/second/third/etc. thing.You just saying that all the Golds (14 of them ) and the Grand (1 of them) are all above the Silver ...hence all the Silvers are 15th place ?That's a strange way to look at them. I still really do not understand...and I am looking at this page directly: http://www.clioawards.com/catalog/2013/film/What "position" would you put "Best Job" by Proctor & Gamble for Television/Cinema category ? It has a Silver... long form... a "Silver Clio" as you state...and that is not the same idea as 2nd place ? Then elaborate why it would be 15th place.
And that "Testimonial" example of the Royal Astronomy would perhaps have a "Position of Level" ...what ? holding a value of 0 or null I guess ?That testimonial example is mighty strange, all right. I'd say it exists in parallel to the silver medal and gold medal, rather than in a hierarchy with them.JeffDo we have a model or example for doing these kinds of strange ones in parallel in Schema Staging or Sandbox ?
--
On Tue, Oct 29, 2013 at 6:51 PM, Thad Guidry <thadg...@gmail.com> wrote:
Now...How do we cover the use case of saying that "Silver" = Second Place = 2 ? an alias for it...grrr, not hard lined enough for me to query accurately. How do we make saying "Silver Clio" is a 2nd place artifact somehow ? Do we add one more property to the Achievement Level that holds an integer value and then what would we call it ? "Place of Level" ? "Position of Level" ?So the above perhaps could also have a property under Achievement Level called:"Position of Level" that expects an integer value to note that the "Silver Clio" has a position of 2 for the award "Clio Awards" ? (along with us also saying that now that it is higher than and lower than...but we still need a concrete position for querying those "2nd placers".Note that "silver" is not exactly the same thing as second place. See my previous comment about the Clios -- in 2013, for film advertisements, the silver winners are arguably 15th place. I think it's really a parallel model to the whole first/second/third/etc. thing.You just saying that all the Golds (14 of them ) and the Grand (1 of them) are all above the Silver ...hence all the Silvers are 15th place ?That's a strange way to look at them. I still really do not understand...and I am looking at this page directly: http://www.clioawards.com/catalog/2013/film/What "position" would you put "Best Job" by Proctor & Gamble for Television/Cinema category ? It has a Silver... long form... a "Silver Clio" as you state...and that is not the same idea as 2nd place ? Then elaborate why it would be 15th place.It's 15th place because there are fourteen entrants ahead of it. In a 14-way tie for first, the next place is 15th. (Think of it this way -- in the Olympics, if there's a tie for first, no silver medal is awarded; rather there are two golds and a bronze.)
But I don't think these gold/silver/bronze (or medal/honor) levels necessarily map to ordinals. I think they're just different, hierarchical, levels of award.
And that "Testimonial" example of the Royal Astronomy would perhaps have a "Position of Level" ...what ? holding a value of 0 or null I guess ?That testimonial example is mighty strange, all right. I'd say it exists in parallel to the silver medal and gold medal, rather than in a hierarchy with them.JeffDo we have a model or example for doing these kinds of strange ones in parallel in Schema Staging or Sandbox ?This is a great use case, Thad!I'm not entirely sure what the right approach is here. There are three options, none of which seems necessarily better than the others:1. Treat them as separate awards entirely. This isn't entirely satisfactory since they're clearly related.2. Treat them as different categories of a "Medal of the Royal Astronomical Society" award.3. Treat them as different levels of achievement of a dual "Royal Medal of the Astronomical Society" award/award category. (Which looks like https://www.sandbox-freebase.com/m/0y4y64j. Note that gold and silver are above and below each other, but testimonial is not above or below anything.)#2 hurts my head the least, although we lose the hierarchy.#3 maintains the hierarchy, but makes it harder to find the medalists (the path from "gold medal of the RAS" is different from the usual category-to-winner path).So maybe the achievement level isn't the best model, and we should go back to having them all be /award/award_category, with a higher/lower property on the category itself? I'm torn, because I don't know what to do with the Clio nominees; without a separate achievement level property, there's no where to stick them. I guess we could just rule that nominees are always at the top level, and you could walk down the hierarchy to find which nominees actually won something. That might be simplest.
Here's what that might look like (I only did gold and silver to save time):gold: https://www.sandbox-freebase.com/m/0y4y6fw (note nominees)silver: https://www.sandbox-freebase.com/m/0y4y6h2 (note nominees are has_no_value)
Here's what that might look like (I only did gold and silver to save time):gold: https://www.sandbox-freebase.com/m/0y4y6fw (note nominees)silver: https://www.sandbox-freebase.com/m/0y4y6h2 (note nominees are has_no_value)And why does nominees has_no_value ? Because there were no nominees in this case ?
--
Here's what that might look like (I only did gold and silver to save time):gold: https://www.sandbox-freebase.com/m/0y4y6fw (note nominees)silver: https://www.sandbox-freebase.com/m/0y4y6h2 (note nominees are has_no_value)And why does nominees has_no_value ? Because there were no nominees in this case ?Because, in this proposal anyway, I think that the nominations should be all be attached to the top-level category ("Clio for Audio - Gold" in this case), and asserting has_no_value on the silver category is signal that you shouldn't be sticking nominees there. It would also be signal that if someone did, it would need to be cleaned up. (We'd have documentation and stuff, too, of course.)Jeff
Instead of walking... Could we also just add a WINNER boolean flag property to the award/award_nomination CVT ? saves the walking ? If you look at it...mostly all the properties are under nomination already... so the main data lies there... https://www.sandbox-freebase.com/m/0y4y6fw and then your just flagging which of the nominees WON, in that case, Barton F. Graf.Here's what that might look like (I only did gold and silver to save time):gold: https://www.sandbox-freebase.com/m/0y4y6fw (note nominees)silver: https://www.sandbox-freebase.com/m/0y4y6h2 (note nominees are has_no_value)And why does nominees has_no_value ? Because there were no nominees in this case ?--
--
I've been talking off-list with the rest of the schema team, and there is universal agreement that #2 above is the best approach, since it preserves the semantics of what an award category is, and especially because of being able to link nominations correctly (nobody bought my "link it to the top level" story). :( Which is to say the schema originally proposal upthread:> I made a schema on sandbox, since trying to extend a CVT on> /base/schemastaging was going to be too hideous to contemplate:>> Here are some sample awards:> https://www.sandbox-freebase.com/m/027y4w0 (an interesting thing about the> Nandis is that only a couple categories have gold/silver/bronze:So I'm going to stick this on schemastaging as best I can. I'm happy to keep working through use cases, but since we need to add a new property to a CVT, I'd like to put it in /award sooner rather than later (since Jon's team is working on awards at this very moment, and dealing with extended CVTs in schemastaging is a big fat PITA).Jeff