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

        Discussions on Data Modeling Guide

        Data Modeling Guide » Discuss

        Start a New Discussion

        Discussion will be posted in:

        • Data Modeling Guide
        • Creating Schemas

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

        • General Support,
        • Developer Support
        1.  

          Using WordNet / Topics vs. Types

          also posted to
          • Writing,
          • Synonym Set,
          • Creating Schemas
          7 posts, latest post: sprocketonline, Aug 10, 2009
          Link to discussion
          1. Apr 3, 2008
            jeroen says:

            I've been looking at the merits of putting some of the WordNet data in FreeBase, as others before me have discussed in the 'Data Sources' discussion. It seems to me that the greatest benefit of using that data (which is an English dictionary enriched with semantic relations between words) would be to help semantically link concepts in FreeBase.

            Semantically linking concepts... I'd translate that as subtyping types. For example, both a talaria and a flip-flop are types of sandals, which is a type of shoe. Therefore, you could create a 'Sandal' type and have it include the 'Shoe' type. Unfortunately, those types wouldn't have any properties. Still, the big advantage is that you could now query for a shoe and also find all the sandals.

            The thing I can't figure out is whether you can add that type to any objects. There is a 'Talaria' topic, so you could add the 'Sandal' type to that, but isn't 'Talaria' a type as well? I guess Talaria was created because of the Wikipedia import, and it could be useful to express what a talaria is, but then I'd say it's both a type and a topic.

            Any thoughts on this?

            1. brendan Metaweb Staff
              Apr 3, 2008
              brendan says:

              "person" is another example of this.  There is a "person" type in freebase.  There is also a "person" topic (which references the wikipedia article on
              person") 

               The way this is currently handled is: the topic and the type are two different objects in freebase.  The topic is marked as an instance of a type called: "type/domain equivalent topic". This may seem a little odd but I think it's a way of clearly separating types from topics.

               Whether a topic, such as "Talaria" merits having an equivalent type is up for debate. We're talking about a mythical, arguably fictional thing that is probably only talked about as a concept, i.e. no one talks about *that* particular Talaria and how fine it was.  What would be an "instance" of talaria? I don't think there's any practical value of having such a type.

              So, by this criteria, having a type "Sandal" is practical: instances could include consumer products (e.g. "The Birkenstock Arizona") And the "Sandal" type could be included by another type "Huaraches" referring to the subset of sandals found mostly in Mexico.

              I'm sorry, I'm not helping with the root question "how could we get WordNet data in freebase"

               

            2. Apr 4, 2008
              jeroen says:

              Maybe alternatively create a 'WordNet entry' type, add that to the topics that are listed in WordNet and add such fields as 'hypernyms', 'hyponyms', 'meronyms', et cetera.

              Or is that too specific to one data source?

               

               

            3. crism Metaweb Staff
              Apr 4, 2008
              crism says:

              I think that Freebase’s internationalization makes a difference here; to me, words should be distinct from concepts, but connected. For instance, the topic for dog has names in multiple languages (page down in the Explore view), and not everything that WordNet will have to say about “dog” will apply to the organism. I would make a type for Word (with a “Language” property) or for English Word to use for WordNet topics, and link the Word instances with the topics that they describe in English.

              The hypernym/hyponym relationships apply not only to the words but to the topics themselves (e.g., that “dog” is a hyponym of “animal” implies that a dog is a kind of animal), and that information could be applied to the topics themselves, but the words have, IMO, an independent existence.

            4. Apr 7, 2008
              jeroen says:

              WordNet keeps separate relationships for each of the senses. Still, it'd be hard to map those, maybe.

            5. crism Metaweb Staff
              Apr 8, 2008
              crism says:

              Well, sure, “dog” the animal and ”dog” to secure a hatch have different WordNet entries. But there are still things that one can say about “dog,” the word referring to the animal, that aren’t true of “chien” (and vice versa), while that is not the case for dog/chien/hund/etc. as a concept, especially etymological observations.

              This is a project I find exciting, but it (like most interesting projects) is hard to do right. 

            6. sprocketonline Top Contributor Freebase Experts
              Aug 10, 2009
              sprocketonline says:

              Stumbled over this old conversation, and I'd like to revive it as I've just created a symset type which has properties for hypernym and hyponyms.

              I think this symset type might be suitable for filling with a WordNet import? 

              I agree with brendan that creating a type for each WordNet symset would generate a lot of fairly useless bucket types.  With the symset type each topic in freebase would relate to a unique Wordnet Symset.  Unfortunately, the downfalls of this symset type are:

               

              • we'd have to fill out the hypernym/hyponym properties of symset (duplication with existing types)
              • having a lot of topics typed as "synonym set"
              • Need to link a symset to the words/synonyms used in a language to describe it.

              The latter is the biggest problem as a symset can have multiple words in each language, and in reverse a word can have multiple meanings - i.e. there's a many-to-many relationship between a synonym/word and the synonym set.

              Also I wanted to allow a word to be split into its component morphemes.  So decided to create a CVT for the synonym property and the word being text input.  (essentially the text would be a duplicate of the /common/topic/alias property)

              The word "Rat" is my initial example - I've a topic for the animal symset, and another topic for the informer symset, all linked by the word CVT. 

          Discussion is posted in:

          • close Data Modeling Guide
          • close Writing
          • close Synonym Set
          • close Creating Schemas

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

          • General Support,
          • Developer Support
        2.  

          Included type disambiguation

          also posted to
          • Creating Schemas,
          • Word sense disambiguation
          3 posts, latest post: spatialed, Nov 21, 2008
          Link to discussion
          1. spatialed Top Contributor Freebase Experts
            Nov 21, 2008
            spatialed says:

            I built a schema that has two included types. One of those types has disambiguation. When I use the included type by itself (the one with disambiguation), the disambiguation property box is displayed during editing. However, that property box is not displayed when the type is included within another type. Shouldn't it be available for data entry?

            Here's an example: FGDC Location keyword

            This type includes "Location" and "FGDC keyword", where the keyword type has disambiguation for an authoritative reference. I want the "FGDC Location keyword" type to include the disambiguation from the "Keyword thesaurus" property of the "FGDC keyword" type but can't figure out how to do that while still keeping the included type and not adding redundant properties.

            1. crism Metaweb Staff
              Nov 21, 2008
              crism says:

              This is not currently directly possible. The client only picks up disambiguators from the expected type of a property. This is an oft-requested feature, though. One thing you can do, however, is to delegate the property—borrow the keyword property of FGDC keyword into FGDC Location keyword—and mark it as a disambiguator there. The same property will actually be used, but it will look like the property is present twice.

            2. spatialed Top Contributor Freebase Experts
              Nov 21, 2008
              spatialed says:

              Thanks!

          Discussion is posted in:

          • close Data Modeling Guide
          • close Creating Schemas
          • close Word sense disambiguation

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

          • General Support,
          • Developer Support
        3.  

          linked video

          also posted to
          • Creating Schemas
          3 posts, latest post: ilico, Nov 2, 2008
          Link to discussion
          1. Nov 1, 2008
            ilico says:

            hello, 

            why do the bases contain no videos linked?

            why is it that "videos" do not exist as media_type like "images" do?  

            cheers,

            iLico 

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

              Why do not support storing video on our site (its not really part of our goal as a 'Database of Databases' which means Freebase is about linking things together, storing the relationships between data and not the storing of data itself).

               You can easliy store links to video in the weblinks section of the base or on the topics contained within the views of a base.

            2. Nov 2, 2008
              ilico says:

              hi gmackenz, 

              I appreciate your effort, but your answer did not respond to my question.

              I am as dumb as I was before :) 

              iLico 

          Discussion is posted in:

          • close Data Modeling Guide
          • close Creating Schemas

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

          • General Support,
          • Developer Support
        4.  

          Blog vs Website

          also posted to
          • Creating Schemas
          1 post, latest post: evening, Sep 27, 2008
          Link to discussion
          1. evening Top Contributor Freebase Experts
            Sep 27, 2008
            evening says:

            So, I ask gently, how insane would it be to either link the blog and website types or somehow combine them?  It seems awfully silly to flag something as a blog, and then separately as a website with category of blog. 

          Discussion is posted in:

          • close Data Modeling Guide
          • close Creating Schemas

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

          • General Support,
          • Developer Support
        5.  

          Topic properties tables

          also posted to
          • Creating Schemas
          3 posts, latest post: jeff, Sep 9, 2008
          Link to discussion
          1. Sep 9, 2008
            cooksey87 says:
            Is there any way, when creating a topic, to add some of its properties along side it, as for example in The Magnificent Seven episode at the bottom on Next and Previous Episode, when you add the episode, the series and episode number are automatically added in. Is it possible to do that for user-created types, or just have two topics next to each other, as on the above page under Season. Thanks, hopefully all that makes sense.
            1. skud Metaweb Staff
              Sep 9, 2008
              skud says:
              What you're looking for is a "compound value type".  You can set up a CVT in the schema editor; there are also some help files that describe a bit more about them, which you should be able to find by searching the help centre.
            2. jeff Metaweb Staff
              Sep 9, 2008
              jeff says:
              Actually, what you're looking for are disambiguators -- properties with these settings are displayed whenever the type is the expected type of another property.  You can set the disambiguator flag when you're creating or editing a property under the heading "set display preferences".

          Discussion is posted in:

          • close Data Modeling Guide
          • close Creating Schemas

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

          • General Support,
          • Developer Support
        6.  

          Duplicate values

          also posted to
          • Creating Schemas
          2 posts, latest post: crism, Aug 26, 2008
          Link to discussion
          1. Aug 26, 2008
            reut says:

            Hi,

            I send this query:

            [
              {
                "name" : null,
                "original_network" : [
                  {
                    "network" : null
                  }
                ],
                "regular_cast" : [
                  {
                    "actor" : null
                  }
                ],
                "type" : "/tv/tv_program"
              }
            ]

            and i get an actor "Jefferey Tambor" that appear twice in "Arrested Development".

            Is there anyway to ignore from duplicate values?

             Tx All.

             

             

             
            1. crism Metaweb Staff
              Aug 26, 2008
              crism says:
              There is not, because the way you’ve structured your query, you are asking for the “acting gigs,” not the actors. It appears that Tambor did play two different roles on Arrested Development, and so two gigs are appropriate there. If you ask for the character in the cast, this will be more obvious.

          Discussion is posted in:

          • close Data Modeling Guide
          • close Creating Schemas

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

          • General Support,
          • Developer Support
        7.  

          New data

          also posted to
          • Creating Schemas
          4 posts, latest post: reut, Aug 19, 2008
          Link to discussion
          1. Aug 7, 2008
            reut says:

            Hi,

             

            How can i get the data that were added from specific date (mqlread)

             Tx.

            1. cheunger Metaweb Staff
              Aug 7, 2008
              cheunger says:

              You can query against the timestamp, something along the lines of:

              [
                {
                  "name" : null,
                  "timestamp" : null,
                  "timestamp>" : "2008-08",
                  "type" : "/film/film"
                }
              ]

               

              This returns films that were added this month.

            2. crism Metaweb Staff
              Aug 7, 2008
              crism says:

              To be precise, Bryan’s query will find things that were created this month, which are also of type /film/film. To find new assertions, you have to get a little more complicated.

              [
                {
                  "id" : null,
                  "type" : {
                    "id" : "/film/film",
                    "link" : {
                      "timestamp>" : "2008-08"
                    }
                  }
                }
              ]

              will find things who have had their film type asserted this month.

              [
                {
                  "id" : null,
                  "type" : [
                    {
                      "id" : null,
                      "link" : {
                        "timestamp>" : "2008-08"
                      }
                    }
                  ]
                }
              ]

              will find things that have had new types added this month. In general, for any property assertion, you can ask about the timestamp on the link.

            3. Aug 19, 2008
              reut says:

              Hi,

              Thanks a lot for your help.

          Discussion is posted in:

          • close Data Modeling Guide
          • close Creating Schemas

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

          • General Support,
          • Developer Support
        8.  

          Non-events

          also posted to
          • Domains and Types,
          • Help,
          • Creating Schemas
          4 posts, latest post: mfcrawford, Aug 16, 2008
          Link to discussion
          1. Aug 15, 2008
            mfcrawford says:
            I've been slowly adding the historical results of baseball's world series, and in thinking about the 1994 world series, I hit upon a bit of a hurdle: this world series didn't occur.

            As a piece of information, this fact seems relevant to me. However, in terms of integrating the "non-event" into the site, it really doesn't fit at all with the structure of all the other world series results, namely, "winner, loser, score", etc.

            I guess that my question, then, is how is one to deal with non-events that are nevertheless relevant precisely because of their exceptionalism? The expectation of a world series in 1994, given the pattern set both before and after the cancelled season, separates this instance from all others in its class. However, since the actual event never occurred, I’m not sure if representing it in the current schema is either (i) possible or (ii) desirable.

            There are other examples of this kind of expected-but-never-occurred event, notably in sports, and I was wondering if there are any ideas/suggestions on how to represent this type of information.

            Thanks
            1. narphorium Top Contributor Freebase Experts
              Aug 15, 2008
              narphorium says:

              That's a good point. Just because an event doesn't appear in Freebase doesn't mean you can assume that it didn't occur.

              I would model this by co-typing the 1994 World Series topic with a Canceled Event type and then maybe add a property to say why it was canceled.

            2. crism Metaweb Staff
              Aug 15, 2008
              crism says:
              Ditto what Shawn said; a new type seems the best way to handle this. I would also strongly recommend bringing up this discussion on the data-modeling mailing list.
            3. Aug 16, 2008
              mfcrawford says:
               cool, thanks for the feedback. I will definitely bring this up on the list.

          Discussion is posted in:

          • close Data Modeling Guide
          • close Domains and Types
          • close Help
          • close Creating Schemas

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

          • General Support,
          • Developer Support
        9.  

          Linking Cities to Countries

          also posted to
          • Creating Schemas
          4 posts, latest post: cheunger, Aug 6, 2008
          Link to discussion
          1. joguinn Top Contributor
            Aug 6, 2008
            joguinn says:
            What is the most appropriate way to link a city to the country in which it is located? I gather that contained by is for the level directly above it and that administrative division is reserved for states, counties, provinces, etc.
            1. jeff Metaweb Staff
              Aug 6, 2008
              jeff says:

              In some ideal data-world, all administrative divisions for all countries would be entered, with the proper contains/contained by nesting, so that you would only need to add a city's immediate administrative division to assert that it was also in the country that contains the division (or that contains the division that contains the division, etc.). But since we don't (yet) live in such a world, go ahead and use the "contains/contained by" properties.

            2. joguinn Top Contributor
              Aug 6, 2008
              joguinn says:
              When returned in the query, is there any way to discern which is the top level? i.e. is there any order to the way the data is returned?
            3. cheunger Metaweb Staff
              Aug 6, 2008
              cheunger says:

              In your MQL query, you can ask for the types of the topics in the containment - something like:

              {"id":"/en/united_states", "contains":[{"id":null, "type":[]}], "type":"/location/location"}

          Discussion is posted in:

          • close Data Modeling Guide
          • close Creating Schemas

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

          • General Support,
          • Developer Support
        10.  

          How can I set "linked in as" for types that I generate

          also posted to
          • Creating Schemas
          4 posts, latest post: jeff, Jul 8, 2008
          Link to discussion
          1. May 9, 2008
            nrobles says:


            Cannot see how I can set "linked in as" for types that I generate. Is there something that I am missing?

            I'm reading this a bit differently - the (links in as...) label appears in Type Editor for any properties that link from another type. For instance, on the type 'film' there is a property called 'Directed by' which has an expected type 'Director' which links in as 'Films directed'. 'Films directed' is the display name of the property on the other type - so if you want to change that name, and you have the necessary permissions, you can change it on that other type.

            Thanks for your reply

            1. crism Metaweb Staff
              May 9, 2008
              crism says:

              There may be something I am missing: it looks like you’ve answered your own question! (“If you want to change that name, and you have the necessary permissions, you can change it on that other type.”) I’ll try to break it down, though.

              When looking at the schema for a type, you can only edit the properties on that type. The “linked in as” is the name of the reciprocal property on some other type, so you can’t edit that directly; you must visit the other type to change it.

              To create a “linked in as,” a reciprocal property, is very simple. Once you have a property from one type to another, go visit the schema for that other type. At the bottom of the schema editor, you will see “Suggested Properties”; these are un-reciprocated incoming properties from other types. If you edit the name of one of those, you have not only picked up a new property with its “linked in as” already set, you have now changed the “linked in as” on the other type.

              Please note that the schema editor is being redesigned, so the details of this process (though not the fundamental concepts) may change.

              Now, if you don’t have the rights to edit the other type, you’re out of luck. Let’s say you make a private type called Hater with a property called “People Hated” that expects Person. Unless you’re an administrator of the People domain, you can’t reciprocate that property as “Hated By.” And that’s just as well; we don’t want everyone on the system to be able to edit all the types, which is why we have the administrator system in place. If you think that known by whom a person is hated is critical information to the Freebase community, you can ask the People administrators to reciprocate the property, or even to promote your Hater type into their domain.

              Does that help? 

            2. jamslevy
              Jul 8, 2008
              jamslevy says:

              That's actually a good way of explaining reciprocal properties.

              Do you know how much lag time to expect from the time a property is put up, to when the suggested property appears on the other type?

            3. jeff Metaweb Staff
              Jul 8, 2008
              jeff says:

              It should be nigh-instantaneous. If you don't see one you expect to see, try refreshing the cache (the F8 key will add a little menu to the bottom of the page -- click the "refresh page" link, then refresh your browser). There is also a bug with suggested properties sometimes not showing up which I believe will be fixed in the next release.

          Discussion is posted in:

          • close Data Modeling Guide
          • close Creating Schemas

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

          • General Support,
          • Developer Support
        11.  

          So Started in on Populations In time

          also posted to
          • Creating Schemas
          3 posts, latest post: wellstone, May 23, 2008
          Link to discussion
          1. May 23, 2008
            wellstone says:

            So I'm Intrested in seeing populations numbers in time having a good place to exsist... I started with world pop figured that was simple then I thought it should be based on localized data meaning country (county zip) or what ever now I have a headache what do you all think ( i got worried about changing borders time zones bla bla)... oh and this is kinda intresting as a ref/data sourse possible (I just wrote William) ( http://gecon.yale.edu/data.php )

             

             

            Wellstone 

             

             

            http://www.freebase.com/tools/schema/user/wellstone/default_domain/world_population_by_time

            (don't know if/ when that is view able) 

            1. cheunger Metaweb Staff
              May 23, 2008
              cheunger says:

              Hi wellstone,

               FYI - most locations include the type statistical region which has a property for population (ECT of dated integer).  If you look at the earth, the value for 2007 has already been inputted.

               

            2. May 23, 2008
              wellstone says:

              Hip thanks for the heads up....

               

          Discussion is posted in:

          • close Data Modeling Guide
          • close Creating Schemas

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

          • General Support,
          • Developer Support
        12.  

          How to add a new property to an existing type?

          also posted to
          • Creating Schemas
          4 posts, latest post: spatialed, May 17, 2008
          Link to discussion
          1. May 17, 2008
            gromul says:

            I've been searching on how to do this as well as experimenting in the sandbox but it's still not obvious to me how to do this. For example, I want to add a user created property Penciler to the type comic_book_issue. Any hints on how to do this?

            Thanks 

            1. spatialed Top Contributor Freebase Experts
              May 17, 2008
              spatialed says:

              You can't add a property to a type unless you are an administrator of that type. 

              It looks like interior artwork is attributed through the issue's Contents property, which links to the comic_story_printing CVT, which links to comic_book_story, which already has properties for penciler and other artists. This was probably done because a single issue might have multiple stories illustrated by multiple artists.

              So, it is already possible to add the penciler of interior artwork but you must do that through comic book story instead of issue. It would be nice though if you also linked story to issue through printing by attributing all those properties too.

            2. May 17, 2008
              gromul says:

              Thanks for the reply. It makes sense now, although it would be more discoverable if the comic_book_issue itself also had the Penciler property which could contain all the values from individual stories contained in the issue.

              Is it possible to become a type administrator or can only the freebase employees do this? What's the best way to contact an admin with a suggestion?

               

            3. spatialed Top Contributor Freebase Experts
              May 17, 2008
              spatialed says:

              I'm pretty sure anyone can become an admin for a type with the permission of another admin for that type, although there are different levels of admin now. Your best bet is to start a discussion in the domain or type of interest. You can also add a discussion to one or more of the domain administrator's user name(s) making the request. Otherwise they might not know you are interested. This here is a very general discussion area that may not be watched by the comic book domain administrators.

          Discussion is posted in:

          • close Data Modeling Guide
          • 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.  

          User created types question

          also posted to
          • Creating Schemas
          2 posts, latest post: crism, May 5, 2008
          Link to discussion
          1. May 5, 2008
            monsterceo says:

            Hello,
            I am working on getting all dog breeds properly listed in freebase. I am running into an issue that the type dog breed belongs to a specific user and doesn't have all properties that should be there.

            • Can you help me understand how a user created property is different than a freebase public one?
            • Also, it seems as though i shouldn't see a specific users types other than my own. Could you explain the logic and if there is a way to see data without users types.
            • Finally if a type like dog breed is not public, how can i get one that is public and standardized.

            Hopefull this made sense :)

            Steph

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

              If a user publishes a type, other users will see it; if the user does not, other users will not.

              We will continue to evolve more view filters as Freebase grows, but right now, that’s pretty much it.

              Commenting on Toby’s type was a good start; you may also want to comment on the user’s profile itself to bring it to his attention.

              The general model is that a user (you, Toby, or anyone else) prototypes a type in their private domain and experiments with it a bit. Then the user publishes it and invites other users to try it out. Then the user requests that the administrators of an appropriate domain promote the type, or requests creation of a new domain if the subject is complicated enough.

              I recommend the data modeling mailing list for these collaborations. 

          Discussion is posted in:

          • close Data Modeling Guide
          • 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.  

          Lists - Best way to handle.

          also posted to
          • Creating Schemas
          4 posts, latest post: crism, May 2, 2008
          Link to discussion
          1. May 2, 2008
            monsterceo says:

            Hello,
            I have been thinking about lists and have a few questions. First, there are many lists in Wikipedia as i am sure you are aware. If I would like to bring the contents of those lists along with other lists into freebase, what is the best way?

            I see two options:
            1) Create a type of "list" with properties of "list values. Topics would be things like:
            List of Hot Air Balloon Festivals
            List of Billboard hot 100 songs 1988
            etc

             2) Insert a new property in Musical Track called "awards/accolades." and then allow for a bulk import of song and property list.

            Let me know your thoughts!

            Thank you :) 

            1. crism Metaweb Staff
              May 2, 2008
              crism says:

              Welcome to Freebase, Stephanie! It’s good to see you’ve been exploring and making some useful contributions.

              1) We’ve actually been trying to avoid the “List of Foo” topics from Wikipedia; in general, we feel that they are a compensation for Wikipedia’s lack of structure. The Freebase type system generally provides a better way to organize that kind of information.

              For example, if there were a Hot Air Balloon Festival type (which there will be as soon as any Freebase user is interested enough in hot air ballooning to create it), then the List of Hot Air Balloon Festivals would simply be the list of instances of that type. Even better, it could be sorted or queried by any of the properties that the type provides, such as date or location.

              The Billboard list is a more interesting case. That’s not really just a list; it’s also an assertion of a special status of its members as distinguished from their peers, a kind of award or recognition. There is currently some interesting discussion on how to approach list-type awards (such as the AFI 100 list of films or the Fortune 500), which would be applicable here. I don’t know what the right answer is right now.

              2) Any Musical Track could be co-typed as an Award-Winning Work and the awards thus attached. That said, I am leery of mass imports of Musical Tracks (as opposed to Songs or Compositions) because reconciliation is so very difficult. If this area interests you, I strongly recommend joining the Music Modeling Interest Group and/or the data-modeling mailing list.

              Thanks for your suggestions and questions!

            2. May 2, 2008
              monsterceo says:

              Hey,
              Thanks so much for your reply. I guess the real question has to do with importing this information. I have a group of people who are able to start adding data to freebase, but we want to do bulk imports instead of doing it by hand. I guess this is essentially adding topics of a certain type or adding properties to an existing topic in bulk. Can you tell me who i should ask about how to format this and upload?

              Thanks!

            3. crism Metaweb Staff
              May 2, 2008
              crism says:

              This is as good a place as any to ask.

              Through the UI, there is a list import option when viewing any type, or any property that allows more than one value. That allows users to paste or upload a tab-delimited list and walks them through the reconciliation process.

              The API can also be used for scripted uploads, although in that case either topics need to be pre-reconciled, or the queries need to be sufficiently well-structured to make it probable that duplicates will not be created.

              Reconciliation—the notion that there is one Freebase topic for any singular real-world concept—is both Freebase’s power and its challenge, and we spend a lot of time working on tools to make that process easier. (There should be a blog post about the reconciliation service very soon, for instance..)

          Discussion is posted in:

          • close Data Modeling Guide
          • 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.  

          Skool Daze

          also posted to
          • Creating Schemas
          2 posts, latest post: jeff, Apr 14, 2008
          Link to discussion
          1. zenkat Metaweb Staff
            Apr 11, 2008
            zenkat says:

            One thing that many alumni seem to go crazy over is their school sports team.  But I don't see a simple way to associate teams with their school.

            Should "Sports Team" be a property of College / University?  Or a separate type of its own?

            1. jeff Metaweb Staff
              Apr 14, 2008
              jeff says:

              I don't think anyone has made an attempt to model collegiate (or other school-level) athletics. Feel free to take a stab at it. There are a lot of types in the sports domain that could probably be pulled in as included types.

          Discussion is posted in:

          • close Data Modeling Guide
          • 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.  

          Compound Types

          also posted to
          • Creating Schemas
          2 posts, latest post: yellowbkpk, Apr 12, 2008
          Link to discussion
          1. Apr 12, 2008
            yellowbkpk says:

            I'm trying to figure out why the type I just made for movie theaters is not showing correctly. When I add Educational Institution, the Street Address type is a horizontal list of data. I tried to duplicate that behavior for the "Auditorium" type in the "Movie Theater" type, but when I try to add an "Auditorium", it shows a blank GUI element and doesn't let me type in any data.

             What is the correct way to set up something similar to the "Street Address" type?

            1. Apr 12, 2008
              yellowbkpk says:

              Nevermind, I was not checking the "use as disambiguation" checkmark.

          Discussion is posted in:

          • close Data Modeling Guide
          • 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 Properties in a Type be made dynamic?

          also posted to
          • Creating Schemas
          2 posts, latest post: jeff, Apr 1, 2008
          Link to discussion
          1. Apr 1, 2008
            wneo says:

            I ran into this use case today. A village in India is associated with terms like District, Taluk, Panchayat. However, a village in other countries might not have these properties (they would however be associated with other relevant properties like County etc.,).

            Is it possible to make the properties in the type 'Village' dynamic? If the property 'Country' is of the value 'India', then properties like 'District' and 'Taluk' should be enabled. 

            Right now the only option is to create a type called "Indian village". This leads to multiple types. "Japanese village" exists already.

            Thanks,

            Wes.

            PS: . Each state in India, is divided into districts(counties). Every district is divided into taluks(also called 'zillas') on basis of government revenue collection. Villages in a taluk are grouped into panchyats for local administration. 

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

              Properties are not dynamic in Freebase. The way administrative hierarchies work in Freebase is by use of the "contains" and "contained by" properties on the type "location". All administrative subdivisions should also be typed with their appropriate type. In the case of India, these would be Indian state, Indian union territory, Indian district, Indian division, and Indian sub-division (which, following the usage of the Indian census, should include areas variously known as sub-division, tahsil, C. D. block, circle, R. D. block, taluk, and commune panchayat, depending on which state they're in).

              If more are needed for sub-subdivision levels, they can be created -- I modeled these largely off the Indian census data, with some input from Wikipedia.

          Discussion is posted in:

          • close Data Modeling Guide
          • 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.  

          Getting full article

          also posted to
          • Creating Schemas
          1 post, latest post: igorcoder, Mar 5, 2008
          Link to discussion
          1. Mar 5, 2008
            igorcoder says:

            Hello,

             to get user article, I use
            {
            "query" : {
            "/common/topic/article" : [
            {
            "guid" : null,
            "optional" : true
            }
            ],

            "/common/topic/image" : [
            {
            "id" : null,
            "optional" : true
            }
            ],
            "album" : [
            {
            "id" : null,
            "name" : null,
            "optional" : true
            }
            ],
            "id" : "/topic/en/stevie_wonder",
            "name" : null,
            "type" : "/music/artist"
            }
            }
             then I got
             article guid - #9202a8c04000641f80000000001170a3
             to show a few words of article, I use
             http://www.freebase.com/api/trans/blurb/%239202a8c04000641f80000000001170a3or http://www.freebase.com/api/trans/blurb/guid/9202a8c04000641f80000000001170a3
             I'm trying to show all article or at least few more and as I understand for this I should use
             http://www.freebase.com/api/trans/raw/%239202a8c04000641f80000000001170a3or http://www.freebase.com/api/trans/raw/guid/9202a8c04000641f80000000001170a3
             but in this case I getting
            ("status": "400 Application Error".....)

             how to get full article? help please
            --
            Thank you,
            Igor

          Discussion is posted in:

          • close Data Modeling Guide
          • close Creating Schemas

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

          • General Support,
          • Developer Support
        19.  

          "Contains" and "Contained by" relationships

          also posted to
          • Creating Schemas
          5 posts, latest post: cheunger, Feb 19, 2008
          Link to discussion
          1. Feb 7, 2008
            solphusion says:

            What should be the solution?

            Berlin Contained by Germany

            or

            Berlin Contained by Germany, Europe, Eurasia, World

             

            I ask that, because I saw that some towns are already listed at Europe Contains.

             

            And furthermore in Freebase Europe is Contained by Eurasia and World.

            It would also be correct to let Europe only be Contained by Eurasia. And then Eurasia Contains Europe and is Contained by World.

            1. cheunger Metaweb Staff
              Feb 7, 2008
              cheunger says:

              Hi solphusion,

               Good question - essentially, how many levels of containment should a location have?    The short answer is, roughly two levels of containment, but it doesn't hurt to have more.  That is, for a given location, the Contains and Contains By properties have the next 2 smaller and next 2 larger units of location, respectively.  For example, the German Federal State of North Rhine-Westphalia should contain all the cities within its jurisdiction, and be contained by Germany.  However, I also don't see Colonge, Germany being contained by World as a helpful containment.

              One problem is once you get past the 2 levels of containment - an US example is, how do I know that San Francisco is in the United States?  In the US, the contaiment (from smallest to largest) is city -> county -> state -> region -> country.  If I look at California, it contains San Francisco, and is contained by the United States, but I would not be able to know that if I was looking at San Francisco.  Eventually, we hope to have transitivity in location, so it is easier to find out containment of a particular location.

            2. Feb 18, 2008
              blixa says:

              Cheunger,

              Isn't containment for a location automatically inherited? I mean, for San Francisco you can say that
              SF ⊂ CA ⊂ USA ⊂ North America ⊂ Earth ... and so SF should only have CA as its container and CA should only have the USA as its container, etc.

              If containment is disputed (e.g for Political reasons ) it might be right to have two containers of the same level but adding USA as a container of San Francisco seems redundant/confusing.

               

               

            3. cheunger Metaweb Staff
              Feb 19, 2008
              cheunger says:

              blixa,

               The short answer is that containment is not automatically inherited.  Right now, the "2 up, 2 down" levels of containment guideline, with it's redundancy and confusion, helps make up for the lack of transitive closure.  See this post for some other details. 

            4. cheunger Metaweb Staff
              Feb 19, 2008
              cheunger says:

              Oops, improper use of a contraction - it should be "...containment guideline, with its redundancy and confusion, helps make up for the lack...".

          Discussion is posted in:

          • close Data Modeling Guide
          • close Creating Schemas

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

          • General Support,
          • Developer Support
        20.  

          The use of CVTs vs. Disambiguation

          also posted to
          • Creating Schemas
          1 post, latest post: spatialed, Jan 24, 2008
          Link to discussion
          1. spatialed Top Contributor Freebase Experts
            Jan 24, 2008
            spatialed says:

            I've noticed that many of the types I originally modeled as a CVT I'm now converting to Standard and using disambiguation. The reason I used CVTs was because I wanted to place the attributes in context and simplify the UI for data entry and display. Now I see that this can be done just as well with disambiguation plus there are a lot of extra benefits. The main differences for my purposes so far are that CVTs can not be added as included types, they are not included in searches, and they cannot be referenced out of context. There are probably many more. Could someone write a Blog entry and/or add a page to the Data Modeling Guide to elaborate on these similarities and differences?

          Discussion is posted in:

          • close Data Modeling Guide
          • close Creating Schemas

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

          • General Support,
          • Developer Support
        21.  

          Overlapping topics

          also posted to
          • Creating Schemas
          3 posts, latest post: spatialed, Jan 24, 2008
          Link to discussion
          1. spatialed Top Contributor Freebase Experts
            Jan 22, 2008
            spatialed says:

            There are situations where I would like to list and reciprocate "overlapping" topics of the same types. It would not be appropriate to list them as "Also known as" because they are not the same in some way. For example, I may have two land cover classification schemes. One has an upland forest class and one has both deciduous forest and coniferous forest classes that overlap with the upland forest class. I want to list the equivalent classes (i.e., upland forest = deciduous forest, upland forest = coniferous forest, and vice versa). A similar situation is found with rubber mounted Sportsters (2004+) and carbureted Sportsters (1957-2006). I would like to explicitly list the overlapping topics as a type property so users don't need to write scripts to find the overlaps. How would I go about doing this? A circular "link in" does not seem to work.

            1. jeff Metaweb Staff
              Jan 22, 2008
              jeff says:

              One way to do it would be to add a property on the types that you expect to have overlapping topics called something like "equivalent or overlapping topics", with an expected type of /common/topic. You wouldn't get the automatic reciprocation this way, unfortunately.  It's not very elegant, I admit.

              Another option is to insert a phylogeny pattern somewhere. (E.g., something like a parent/child or superclass/subclass relationship.) So for your land cover classifications, you could have a third, generic "land cover" type that would operate as an included type on your two existing cover types. This type would have properties "includes land covers" and "land covers included" ("includes" might be the wrong term, here, I'm not sure). So "Upland forest" would include both "deciduous forest" and "coniferous forest". Your queries could then walk up or down the tree to find equivalences. 

            2. spatialed Top Contributor Freebase Experts
              Jan 24, 2008
              spatialed says:

              Thanks Jeff, I think this approach will work very well. Using your suggestion and the location type as a model, I'm inlcuding properties such as "Completely contains (class)", "Completely contained by (class)", and "Overlaps with (class)". This approach is actually very similar to how NatureServe is classifying Ecological systems. Their classification system is hierarchical structured but classes at each level often overlap because they may only differ by proportions of the same plant species. 

               

          Discussion is posted in:

          • close Data Modeling Guide
          • close Creating Schemas

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

          • General Support,
          • Developer Support
        22.  

          How to handle image renditions (e.g. thumbnails)?

          also posted to
          • Creating Schemas
          1 post, latest post: jason, Jan 18, 2008
          Link to discussion
          1. Jan 18, 2008
            jason says:

            In handling images, it is often the case that we will have multiple resolution renditions to address different display contexts (thumbnails, web pages, print, etc.). "Topical" information (subject, time taken, location, photographer, etc.) should be unchanged and not duplicated. Furthermore, we want to make sure each rendition points back to the original.

            So the question is, how should we model this? 

          Discussion is posted in:

          • close Data Modeling Guide
          • close Creating Schemas

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

          • General Support,
          • Developer Support
        23.  

          Can we, should we add a property to an instance

          also posted to
          • Creating Schemas
          4 posts, latest post: spatialed, Jan 17, 2008
          Link to discussion
          1. Jan 16, 2008
            jason says:

            I realize this flies in the face of "strong" typing but what about the case(s) where one wishes to annotate a topic with a single additional property. For example, suppose I wanted to add "Vacation home" to a particular person. A good number of folks may have a vaction home but probably not enough to warrent the addition of said property to /type/person or such. Surely I don't want to have to create a new type ("Vacation Home Owner", for example) to hold this single property.

            Or is the consensus that this would fragment the data structures too much?

            1. spatialed Top Contributor Freebase Experts
              Jan 16, 2008
              spatialed says:

              Create a new type to hold the information you want and then co-type the person's topic page with that type. It will add the property so you can fill it in. However, try to use existing Freebase common types whenever possible so you don't reinvent the wheel.

            2. cheunger Metaweb Staff
              Jan 16, 2008
              cheunger says:

              Hi Jason,

               You're correct that something like "Vacation home" may be too idiosyncratic to be useful as a property publicly.  However, that does not mean you can't create a type in your own private domain with a that property and co-type concepts with your private type!

            3. spatialed Top Contributor Freebase Experts
              Jan 17, 2008
              spatialed says:

              This thread and the one below on "favorite things" begs a discussion (and standards?) for when to employ common types vs. user published and unpublished types.

          Discussion is posted in:

          • close Data Modeling Guide
          • close Creating Schemas

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

          • General Support,
          • Developer Support
        24.  

          To hold my "favorite things"

          also posted to
          • Creating Schemas
          2 posts, latest post: spatialed, Jan 16, 2008
          Link to discussion
          1. Jan 16, 2008
            jason says:

            How might one define a (compound, I assume) type to support a listing of lists (e.g. "favorite movies", "favorite music", "favorite dog breed", ...) so that the type is a discriminator for a group of topics?

            Can I then query for either "favorite things" or "favorite music" is some fasion?

            1. spatialed Top Contributor Freebase Experts
              Jan 16, 2008
              spatialed says:

              My "Classification system" type might offer an example to start the discussion. It is a container to hold various classification systems and type them with universal properties. For example, all classification systems have classes.

              In your Favorites example, you could create a "Jason's Favorite" type that could have a property of "Jason's favorite thing". Add the "Dog Breed" topic to your list of Favorite things and then fill in the "Jasons favorite thing" property for the breed topic. A problem with this approach is that Jason's, Ed's and everyone else's favorite lists muddy up the category topic  pages. 

          Discussion is posted in:

          • close Data Modeling Guide
          • close Creating Schemas

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

          • General Support,
          • Developer Support
        25.  

          Proper linking of Restaurant (example) and it's City/Town/Location.

          also posted to
          • Creating Schemas
          5 posts, latest post: cheunger, Jan 15, 2008
          Link to discussion
          1. alexwright
            Jan 13, 2008
            alexwright says:

            Hello,

            I am extremely new here, and have already mistakenly flagged a few things for deletion (sorry).

            Any way.. I'm experimenting and am trying to query for a list of 'amusements' in my area, so far /dining/Restaurant has been my example. 

            I've successfully built a query to return all the /dining/Restaurant type objects with a particular range Geocode. This is after around 12 hours of working in the wrong direction I'm hesitant to admit. Though this works, the problem is that I don't expect every restaurant will be geotaged. It's difficult for a novice "End User" to get this information easily. And when searching I'm not sure every one will know where they are, in terms of latitudes/longitudes.

            I was wondering if it is proper use of the "Contains" and "Contained by" relationships to make a Restaurant "Contained by" a city/town? If so this would be a lot simpler to query as an End User for any eventual app I create, and simpler for people/owners to add new restaurants.

             

            Thanks in advance for any input
            Alex.

            1. cheunger Metaweb Staff
              Jan 15, 2008
              cheunger says:

              Hi Alex,

              Welcome to Freebase.  Contains and Contained by properties are meant to be used to show spatial relationships between different locations; for example, the relationship of a city to a state.  It is really not meant to be used to be used to demonstrate the relationship of a location with a retail establishment.  To contain retail establishments within a location is not a task that we would expect end users to be able to maintain - think of how many Starbucks or McDonalds are in one city alone!

              I see you've already checked out the Retail location type.  Retail location has an included property Address, which expects a Mailing Address CVT.  As an example, you could write a query to show you all restaurants in West Yorkshire:

              {
                "query" : [
                  {
                    "/business/retail_location/address" : {
                      "street_address" : null,
                      "street_address_2" : null,
                      "citytown" : null, 
                      "state_province_region" : "West Yorkshire",
                      "postal_code" : null       
                    },
                    "id" : null,
                    "name" : null,
                    "type" : "/dining/restaurant"
                  }
                ]
              }

              Because address is a property of the included type /business/retail_location, I used the fully qualified property name in my query.

              Hope this helps.

            2. alexwright
              Jan 15, 2008
              alexwright says:

              Thanks Cheunger, that does make a lot more sence now I'm getting used to this model. 

              I have a question about your query though. When I Read that query it returns the Nando's restaurants in the West Yorkshire area as intended, but also includes the Nando's Parent Comany node/topic (Business Chain type), even though the parent company node doesn't have the /business/retail_location/address type we're matching on.

              Is this normal behaviour? Does the parent node some how inherit the address form it's linked retail_location?

            3. cheunger Metaweb Staff
              Jan 15, 2008
              cheunger says:

              I'm afraid I might have led you slightly astray with my last query.  Below I've written another query you can use.  I would also take a look at this http://www.freebase.com/view/?id=%239202a8c04000641f8000000004198613">Modeling Guide for Restaurants.  It's a guideline on how to model single-location restaurants vs. business chains such as Nando's.

              You'll want to change your query to something like this:


              {
                "query" : [
                  {
                    "address" : {
                      "citytown" : null,
                      "postal_code" : null,
                      "state_province_region" : "West Yorkshire",
                      "street_address" : null,
                      "street_address_2" : null
                    },
                    "id" : null,
                    "name" : null,
                    "type" : "/business/retail_location"
                  }
                ]
              }
            4. cheunger Metaweb Staff
              Jan 15, 2008
              cheunger says:

              Ugh, sorry about that - the HTML didn't format.  The link to the modeling guide is:

                http://www.freebase.com/view/?id=%239202a8c04000641f8000000004198613

              and ignore the pre tags in the query. 

          Discussion is posted in:

          • close Data Modeling Guide
          • close Creating Schemas

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

          • General Support,
          • Developer Support
        26.  

          about this website.

          also posted to
          • Creating Schemas
          5 posts, latest post: faye, Dec 26, 2007
          Link to discussion
          1. Dec 25, 2007
            tantang says:

            now,when i sign in i only can see the pagepage with:home,data,apps,discuss,help.how can i get in the webpage include :home,my profile,types,developers,helps?

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

              Hi tantang,

               The site went through a redesign a while ago and some of the navigation items across the top changed names.  For instance, "Developers" became "Apps", roughly speaking.  So if you're looking at something that uses the old navigation scheme, it's probably just outdated.  Where did you see it?  I can see about getting the relevant docs/screenshots/whatever updated if necessary.

            2. Dec 26, 2007
              tantang says:

              Thanks,skud.I saw it in the video of intrdction to freebase.

            3. faye Metaweb Staff
              Dec 26, 2007
              faye says:

              Hi tantang, as Kirrily mentioned, "Developers" became "Apps". In addition, "Types" became "Data", and to get to your profile, you only need to click on your user name where on top of the page where it says, "Welcome back, tantang", or use url: http://www.freebase.com/view/user.

              BTW, it looks like you're experimenting with data modeling. May I suggest using sandbox.freebase.com for testing? Its data is wiped and sync'd to production data every Monday or so, making it a great place for experimenting without worrying about leaving test data behind. You can read more about using sandbox here.

            4. faye Metaweb Staff
              Dec 26, 2007
              faye says:

              Oops, the absolute sandbox url is http://sandbox.freebase.com. 

          Discussion is posted in:

          • close Data Modeling Guide
          • close Creating Schemas

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

          • General Support,
          • Developer Support
        27.  

          Viewing the Topic of a Type created through a Domain

          also posted to
          • Creating Schemas
          8 posts, latest post: spatialed, Dec 21, 2007
          Link to discussion
          1. spatialed Top Contributor Freebase Experts
            Dec 20, 2007
            spatialed says:

            I recently created 2 new types different ways.

            PIF breeding distribution code was created through the Types link on my Birds domain page

            PIF population size code was created through the Topics link on the Classification system type schema page.

            I can see my size code topic page but can't seem to find one for distribution code. I can add classes to the size code through it's topic page and can find both code systems as potential reciprocated types for the class. They are also both listed as topics under the classification system schema page.

            My questions:

            1. Why does it appear that a topic page is not created for types created through a Domain?

            2. Is there a more efficient way to set up my reciprocation so that I don't need to list the classification system type for a code as I'm adding that code to its classification system type? 

            1. faye Metaweb Staff
              Dec 20, 2007
              faye says:

              Ed, I'm not sure I understand your questions exactly. It appears that you created "PIF breeding distribution code" as a Type, and the codes in this category as Topics of this Type. On the other hand, you created "PIF population size code" as a Topic belonging to the "Classification System" type. So they're not two types, but one topic, one type, and that's why they are presented differently -- you're comparing apples and oranges (or, more appropriately, an apple [topic] and an orange crate [type]).

              I think another way to approach the schema may be to create all the code classes (PIF breeding distribution code, PIF population size code, etc.) each as a type, with "Classification System" as an included type. Would that serve your purpose?

              Inccidentally, when I typed "PIF breeding distribution code" into Google, it responded with, "Did you mean PIG breeding distribution code?" Thought you'd get a kick out of that.

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

              Thanks Faye,

              After playing around with this a little more I see that you are correct that size code was not a type initially.  I created the type as a separate step with the same name as the topic. However, I still can't find a topic page for the distribution code type.

              Yes, creating all the types first within my "Classification system" type seems to solve my problem. However, what if I want to make a new type in a Domain. How do I state that his type is also a topic?

            3. spatialed Top Contributor Freebase Experts
              Dec 20, 2007
              spatialed says:

              Faye, I've pasted your response to this last question that was also posted on my dueling modeling list post.

              As for question 3: To designate a topic page as about a type or domain, add type "Type/domain equivalent topic" to the topic. You'll then have the properties "Equivalent Domain" and "Equivalent Type" to fill out for the topic. Currently this will only work if you're an admin for the type/domain you want to designate as "equivalent", so it should work for you.

              Sometimes, though, the need to add structured information to a type can be met by modeling the schema a different way, instead of attaching an "equivalent" topic to the type. Something to consider.

            4. faye Metaweb Staff
              Dec 20, 2007
              faye says:

              Ed, by default types don't have a "topic" page. The idea is that a type is a catalog and defines the structure for the items (topics) in it, whereas the topics in the type carry the real information.

              However, you can do the following: 1) create a topic to hold more information about a type. 2) Add the type "type/domain equivalent topic" to that topic you just created. 3) Fill out properties "Equivalent Domain" or "Equivalent Type" to that topic to point back to your type or domain.

              But if you consistently find the need to want to label a type as an item belonging to another type, then it's time to take another look at your schema.

            5. spatialed Top Contributor Freebase Experts
              Dec 20, 2007
              spatialed says:

              Going through the Equivalent Domain or Type route works but it's kind of messy. The topics have the extra properties associated with them, etc. It seems that it may be better for me to create a type in each domain that is used to create new types in that domain if I want them also to have associated topics.  

              The reason I want to consistently label a type as an item belonging to another type is because I tend to classify things within hierarchies. For example, PIF breeding distribution code is a kind of PIF code which is a kind of Classification code. This hierarchy goes one way. For example, a Land cover code is a Classification code but is not a PIF code. However, if I want a list of Classification codes regardless of whether or not they are PIF or Land cover codes then I can do that by filtering on the Classification code type. This is very important for organizing my topics and types and creating types made out of "type modules" like your "Published work" type. It will also be very useful for keeping my queries simple when I start making them.

            6. faye Metaweb Staff
              Dec 21, 2007
              faye says:

              You have Classification code as an included type for a PIF code type, so that should give you the behavior that by default very topic typed PIF code will also be co-typed Classification code.

              What kind of information do you need to record for a type that you need a topic page? Can you give me an example?

               

            7. spatialed Top Contributor Freebase Experts
              Dec 21, 2007
              spatialed says:

              If you look at the PIF breeding distribution code topic page, there is a description, a quote that describes how the ranks were quantified, and a link to the publication that provided the quote and description. All of these properties are best attributed to the code type rather than to all the individual code topics of that type.

              Compare that page to the PIF population size code page.  It also contains a description, quote and link but it does not contain the Equivalent Domain and Equivalent Type links.

              For each of these two Type/Topic equivalents I had to create both the type and topic individually and then reciprocate the all the topics within each type. It seems like there are way too many steps needed to do this and way too many opportunities for typos or other errors. I understand that these reciprocal links need to be explicitly stated, but it seems that the topic page should be automatically created and linked for each standard type (maybe not as often for enumerated types and very rarely for CVTs). Also, is there any reason why you would NOT want to reciprocate a topic back to the type from which it was created? If no, then it seems that the reciprocation should be automated as part of the UI and not left up to the modeler unless they wanted to change, add or remove the type.  

          Discussion is posted in:

          • close Data Modeling Guide
          • close Creating Schemas

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

          • General Support,
          • Developer Support
        28.  

          Included types property collision...

          also posted to
          • Creating Schemas
          3 posts, latest post: robert, Aug 31, 2007
          Link to discussion
          1. Aug 25, 2007
            divideby0 says:

            I've come across a rather interesting use case and I'd like metaweb's insight. First, some background:

            In modern electronic music, there are hardware-based synthesizers (keyboards you buy at Guitar Center) and software-based synthesizers (installable programs which makes sounds on your computer). Hardware-based synthesizers are generally referred to as "synthesizers" and software-based synthesizers are generally referred to as "software synthesizers."

            Now, my inquiry:

            There are two existing types on fb, "Software" and "Synthesizer". I created a new type called "Software Synthesizers" in my own domain . Within this type, I listed both "Software" and "Synthesizer" as included types. However, the "Software" type has a field called "Manufacturer" and the "Synthesizer" type has a field called "Brand". In the case of a software synthesizer, these fields will always have the same value. Is there a way to set up a rule linking the values between the two of these? Furthermore, is there a way to hide one of these fields to avoid confusing the user?

            1. crism Metaweb Staff
              Aug 29, 2007
              crism says:

              This is an interesting modeling problem, but I think in this particular case, an end-run is possible and even desirable. The type Synthesizer is really a kind of effective synonym for “electronic keyboard,” and I am not sure that synthesizing software should be made instances of that type.

              To answer your broader question, though, there is not currently a way to merge two properties of two different types. We are looking at ways to infer values of a property from other ones, and you could then infer the synthesizer brand from the software manufacturer (or vice versa), so that queries could find instances easily, but hide one or the other from the UI. It’s an interesting problem, but I’m not sure when. among all the other interesting problems, we’ll come up with a solution to it.

            2. robert Metaweb Staff
              Aug 31, 2007
              robert says:

              This is really cool problem. Software really causes some interesting problems because it is non-physical.

              To me, a software synthesizer really has more in common in a fundamental way with software than a physical synthesizer. At the same time, you would like to query over all synthesizers, including software ones, to find matches.

              The problem you're describing is really more of a cosmetic than a semantic one. Software:manufacturer and Synthesizer:brand are similar ideas but really are about something different (strangely, I think that they should both be called brand -- in this case, it's good they aren't or the confusion would be even worse.)

              I agree with Chris that a synthesizer is really a physical object and so not appropriate in this case. I do see your need to use the properties of synthesizer for your new type. Currently we don't have "property borrowing" which would allow you to appropriate semantics from the existing Synthesizer type.

              Without this property borrowing, there is nothing in freebase that says the properties in Synthesizer and Software Synthesizer are equivalent. The logic is then left to the application to figure that out, which is not ideal. When we have property borrowing, this should be possible, but that will take a couple more months at least.

          Discussion is posted in:

          • close Data Modeling Guide
          • close Creating Schemas

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

          • General Support,
          • Developer Support
        29.  

          Time Series data

          also posted to
          • Creating Schemas
          3 posts, latest post: cassinmi, Jul 19, 2007
          Link to discussion
          1. Jul 19, 2007
            cassinmi says:

            Has there been any discussion or guidance provided for storing time series data in Freebase? Is a vector of time-value pairs a compound value type? Regards, Mike

            1. crism Metaweb Staff
              Jul 19, 2007
              crism says:

              Hi, Mike. Take a look at the Dated Integer and similar types. That’s how I would do it, but the idea of storing a vector is interesting, too. That would get a bit complicated, as it would be more of a compound-compound value type; the vector would still need CVTs like Dated Integer in order to keep the time associated tightly with the value.

            2. Jul 19, 2007
              cassinmi says:

              Thanks Chris, That does seem like the type for the purpose. I'm not a data modelling expert, and am very new to Freebase, but I've got a feeling that the strict item-of-type model doesn't neatly fit time series data. I think it's an important enough data structure to reconsider the framework. Perhaps time series should be handled in the same way as images. I don't imagine that every pixel in an image is an item of row/column/RGB_Value type. btw, I am developing a collaborative framework for statistical analysis of time series data (primarily), and would be keen to store the data in something like Freebase, so everyone could benefit. I'd be keen to discuss further with Metaweb. Regards, Mike

          Discussion is posted in:

          • close Data Modeling Guide
          • 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

        • Writing
        • Synonym Set
        • Creating Schemas
        • Word sense disambiguation
        • Domains and Types
        • Help
        ©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.407s
        Template: 0.669s
        Cost: br=95.0, cc=1.448, ch=0.0, cm=0.0, cm+h=0.0, cr=0.0, cs=107.0, cw=103.0, dr=29549.0, dt=2.01, dw=0.0, gqr=0.0, in=18985.0, ir=338.0, iw=0.0, lh=0.0, lm=2.0, lr=2.0, mcs=0.012, mcu=0.484, mr=103.0, nivcsw=133.0, nreqs=112.0, nvcsw=463.0, pf=0.0, pr=0.0, stime=0.064, te=0.212, tf=0.469, tg=0.405, tm=0.929, tr=0.19, ts=0.004, tu=0.18, utime=1.384, va=90496.0