<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <author>
    <name>dan</name>
    <uri>http://www.freebase.com/view/user/dan</uri>
  </author>
    <generator uri="http://www.freebase.com/">Freebase Atom Feed Generator</generator>
    <id>http://www.freebase.com/view/guid/9202a8c04000641f80000000010c2d5c</id>
    <link rel="self" href="http://www.freebase.com/feed/discuss/topic/guid/9202a8c04000641f80000000010c2d5c"/>
    <title>Adding Properties to Types</title>
    <updated>2008-10-06T17:55:21Z</updated>
  <entry>
    <author>
    <name>evening</name>
    <uri>http://www.freebase.com/view/user/evening</uri>
  </author>
    <content type="html">&lt;p&gt;The link is &lt;a href="/view/type/boolean"&gt;this one&lt;/a&gt;, which is linked &lt;a href="/view/guid/9202a8c04000641f80000000010c2d63"&gt;here&lt;/a&gt;. &lt;/p&gt;&lt;p&gt;And thanks for the instructions on how to get it&lt;/p&gt;</content>
    <id>http://www.freebase.com/view/guid/9202a8c04000641f8000000008d98f71</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com/view/guid/9202a8c04000641f8000000008d98f71" title="Adding Properties to Types: Boolean"/>
    <summary type="html">The link is this one, which is linked here.  And thanks for the instructions on how to get it </summary>
    <title>Adding Properties to Types: Boolean</title>
    <updated>2008-08-04T19:46:03.0013Z</updated>
  </entry><entry>
    <author>
    <name>jeff</name>
    <uri>http://www.freebase.com/view/user/jeff</uri>
  </author>
    <content type="html">&lt;p&gt;What URL are you trying to go to when you get the server error?&lt;/p&gt;&lt;p&gt;Boolean still exists, but it's not obvious in the client (there is a bug open to address this); the way to create a boolean property is to select &amp;quot;link to a topic&amp;quot; and type in &amp;quot;boolean&amp;quot;. &lt;/p&gt;</content>
    <id>http://www.freebase.com/view/guid/9202a8c04000641f8000000008d969bf</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com/view/guid/9202a8c04000641f8000000008d969bf" title="Adding Properties to Types: Boolean"/>
    <summary type="html">What URL are you trying to go to when you get the server error? Boolean still exists, but it's not...</summary>
    <title>Adding Properties to Types: Boolean</title>
    <updated>2008-08-04T19:06:02.0012Z</updated>
  </entry><entry>
    <author>
    <name>evening</name>
    <uri>http://www.freebase.com/view/user/evening</uri>
  </author>
    <content type="html">&lt;p&gt;I can't access the boolean link.&amp;nbsp; I receive this error: &lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;The error was:           &lt;span class="servererror"&gt;Internal Server Error&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;I also do not see boolean as an option in the property data type options.&amp;nbsp; Is this still available? &lt;/p&gt;</content>
    <id>http://www.freebase.com/view/guid/9202a8c04000641f8000000008d9658a</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com/view/guid/9202a8c04000641f8000000008d9658a" title="Adding Properties to Types: Boolean"/>
    <summary type="html">I can't access the boolean link.&amp;nbsp; I receive this error:  The error was: Internal...</summary>
    <title>Adding Properties to Types: Boolean</title>
    <updated>2008-08-04T18:30:56.0017Z</updated>
  </entry><entry>
    <author>
    <name>aseem</name>
    <uri>http://www.freebase.com/view/user/aseem</uri>
  </author>
    <content type="html">&lt;p&gt;Think of mediators as a link connecting two or more types (with/without additional data) to model the existence of a relationship between the two without giving it a name.&lt;br /&gt;
&lt;br /&gt;
A couple of e-mails on the developers mailing list are good sources for a description:&lt;br /&gt;
http://lists.freebase.com/pipermail/developers/2007-July/000435.html&lt;br /&gt;
http://lists.freebase.com/pipermail/developers/2007-July/000437.html&lt;br /&gt;
&lt;br /&gt;
A good example is the &lt;a href='/view/schema?id=%2Ffilm%2Fperformance'&gt;film performance&lt;/a&gt; type. It links up the file, an actor and a film character with some additional data. It shows up in the film type because it has been linked 'back' in the film type via the performances property.&lt;br /&gt;
&lt;br /&gt;
At the very least what you would need to do if to &lt;br /&gt;
1. create a type called film-character-spoiler (or something to that effect)&lt;br /&gt;
2. Plead with the film domain admin(s) to allow you to link it up to the Film and Film Character&lt;br /&gt;
3. Once you do that, all of a sudden the Film Type and Film Character Type will show up in the Suggested Properties in the fc-spoiler types page, which you can then add as properties to the the fc-spoiler type.&lt;br /&gt;
4. Set them up as disambiguators, so that the UI displays them like it does file performances.&lt;br /&gt;
5. At this time the UI will not allow you make the properties unique.&lt;br /&gt;
6. Yes, its a pain :)&lt;br /&gt;
&lt;br /&gt;
I created an example for you in sandbox:&lt;br /&gt;
http://sandbox.freebase.com/view/domain?id=%2Fuser%2Faseem%2Fdefault_domain&lt;br /&gt;
Look at the mediator named types. Hurry, these disappear every Monday.&lt;br /&gt;
&lt;br /&gt;
HTH&lt;/p&gt;</content>
    <id>http://www.freebase.com/view/guid/9202a8c04000641f800000000586b051</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com/view/guid/9202a8c04000641f800000000586b051" title="Adding Properties to Types: Can a property be populated by a list of property names?"/>
    <summary type="html">Think of mediators as a link connecting two or more types (with/without additional data) to model...</summary>
    <title>Adding Properties to Types: Can a property be populated by a list of property names?</title>
    <updated>2007-08-01T16:33:12.0000Z</updated>
  </entry><entry>
    <author>
    <name>jkramersmyth</name>
    <uri>http://www.freebase.com/view/user/jkramersmyth</uri>
  </author>
    <content type="html">&lt;p&gt;I see what was confusing me - when I created my new property I was trying to edit the Expected Type during creation. It only lets you set that value AFTER you create it!&lt;br /&gt;
&lt;br /&gt;
I don't exactly follow you idea for the spoiler mediator. Would this just be sort of a flag to say that there is spoiler data? Or would people add the spoiler values to the spoiler mediator for Star Wars/Luke Skywalker? It would be interesting to permit spoilers at the film/book level - but I am not sure I see how people would always be able to add the values they needed to. Can you give me an example so I am sure I understand your idea?&lt;/p&gt;</content>
    <id>http://www.freebase.com/view/guid/9202a8c04000641f800000000586af29</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com/view/guid/9202a8c04000641f800000000586af29" title="Adding Properties to Types: Can a property be populated by a list of property names?"/>
    <summary type="html">I see what was confusing me - when I created my new property I was trying to edit the Expected Type...</summary>
    <title>Adding Properties to Types: Can a property be populated by a list of property names?</title>
    <updated>2007-08-01T14:45:02.0007Z</updated>
  </entry><entry>
    <author>
    <name>aseem</name>
    <uri>http://www.freebase.com/view/user/aseem</uri>
  </author>
    <content type="html">&lt;p&gt;Yes you can, simply specify the type of the property to be 'Property' and make sure that 'Restrict to one value' is unchecked (which it is by default). &lt;br /&gt;
&lt;br /&gt;
However, please keep in mind that as of right now it is not possible to restrict the properties to be properties of of a specific type for e.g. the Film type. As far as the system is concerned it will accept &lt;b&gt;any&lt;/b&gt; property of any type. That would make it very easy for users providing the information to mess up.&lt;br /&gt;
&lt;br /&gt;
A simpler, more enforceable and arguably naive model would create a mediator type called spoiler which would connect a film and (for example) a film character. Users could then simply create a spoiler mediator for all characters that have spoiler information related to the film. You could then design any number of spoiler mediators for each type associated with a film/book that contains spoiler information. &lt;br /&gt;
&lt;br /&gt;
HTH&lt;/p&gt;</content>
    <id>http://www.freebase.com/view/guid/9202a8c04000641f800000000586886d</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com/view/guid/9202a8c04000641f800000000586886d" title="Adding Properties to Types: Can a property be populated by a list of property names?"/>
    <summary type="html">Yes you can, simply specify the type of the property to be 'Property' and make sure that 'Restrict...</summary>
    <title>Adding Properties to Types: Can a property be populated by a list of property names?</title>
    <updated>2007-07-31T20:35:41.0007Z</updated>
  </entry><entry>
    <author>
    <name>jkramersmyth</name>
    <uri>http://www.freebase.com/view/user/jkramersmyth</uri>
  </author>
    <content type="html">&lt;p&gt;I am trying to build a Spoiler type. Once associated to a Topic what I really want to do is have the option to have people add the names of properties associated with the Topic to the list of 'spoiler properites'. The ultimate goal would be to make it easy to tell external applications which properties of a topic are 'spoilers' (such as the name of Luke Skywalker's father). Is this possible now? Will this ever be possible?&lt;/p&gt;</content>
    <id>http://www.freebase.com/view/guid/9202a8c04000641f800000000586862c</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com/view/guid/9202a8c04000641f800000000586862c" title="Adding Properties to Types: Can a property be populated by a list of property names?"/>
    <summary type="html">I am trying to build a Spoiler type. Once associated to a Topic what I really want to do is have...</summary>
    <title>Adding Properties to Types: Can a property be populated by a list of property names?</title>
    <updated>2007-07-31T20:05:59.0011Z</updated>
  </entry><entry>
    <author>
    <name>faye</name>
    <uri>http://www.freebase.com/view/user/faye</uri>
  </author>
    <content type="html">&lt;p&gt;The API document on the Developers page has a list of reserved words that's not 100% complete but pretty close:
all | any | as | attribute | class
connect | count | create | cursor | datatype
default | delete | destroy | else | for
function | future | if | in | index
insert | is | left | limit | link
macro | meta | mql | offset | optional
pagesize | property | read | relationship | replace
return | right | scope | select | self
sort | sql | super | this | typeguid
update | var | while | write | xml
Other reserved words to my knowledge:
value, creator, and as you found out, timestamp.&lt;/p&gt;</content>
    <id>http://www.freebase.com/view/guid/9202a8c04000641f80000000054bd800</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com/view/guid/9202a8c04000641f80000000054bd800" title="Adding Properties to Types: can't add Timestamp property"/>
    <summary type="html">The API document on the Developers page has a list of reserved words that's not 100% complete but...</summary>
    <title>Adding Properties to Types: can't add Timestamp property</title>
    <updated>2007-07-17T00:13:55.0000Z</updated>
  </entry><entry>
    <author>
    <name>ddammann</name>
    <uri>http://www.freebase.com/view/user/ddammann</uri>
  </author>
    <content type="html">&lt;p&gt;Thanks.  How do I see a list of reserved words?  I did a keyword search on "Reserved Words" and, except for the MQL manual, came up dry.
- Don&lt;/p&gt;</content>
    <id>http://www.freebase.com/view/guid/9202a8c04000641f80000000054bd523</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com/view/guid/9202a8c04000641f80000000054bd523" title="Adding Properties to Types: can't add Timestamp property"/>
    <summary type="html">Thanks. How do I see a list of reserved words? I did a keyword search on "Reserved Words" and,...</summary>
    <title>Adding Properties to Types: can't add Timestamp property</title>
    <updated>2007-07-16T22:30:43.0007Z</updated>
  </entry><entry>
    <author>
    <name>faye</name>
    <uri>http://www.freebase.com/view/user/faye</uri>
  </author>
    <content type="html">&lt;p&gt;Hi, timestamp is a reserved word in Freebase. Properties and Types cannot be named after reserved words. Some other reserved words are: "any", "attribute", "limit", "optional" and all MQL write directives.&lt;/p&gt;</content>
    <id>http://www.freebase.com/view/guid/9202a8c04000641f80000000054bcc93</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com/view/guid/9202a8c04000641f80000000054bcc93" title="Adding Properties to Types: can't add Timestamp property"/>
    <summary type="html">Hi, timestamp is a reserved word in Freebase. Properties and Types cannot be named after reserved...</summary>
    <title>Adding Properties to Types: can't add Timestamp property</title>
    <updated>2007-07-16T17:26:18.0007Z</updated>
  </entry><entry>
    <author>
    <name>ddammann</name>
    <uri>http://www.freebase.com/view/user/ddammann</uri>
  </author>
    <content type="html">&lt;p&gt;I created a new type and wanted to give it a Date/Time property named "Timestamp".  Turns out I can't save a property with this name.  Trying to be clever I named the property "Timestam", made it type Date/Time and successfully saved it but attempted to rename it to "Timestamp" didn't work.  I couldn't find a predefined Timestamp type anywhere.  Is this a hidden property or keyword or something?&lt;/p&gt;</content>
    <id>http://www.freebase.com/view/guid/9202a8c04000641f80000000054bb8ca</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com/view/guid/9202a8c04000641f80000000054bb8ca" title="Adding Properties to Types: can't add Timestamp property"/>
    <summary type="html">I created a new type and wanted to give it a Date/Time property named "Timestamp". Turns out I can...</summary>
    <title>Adding Properties to Types: can't add Timestamp property</title>
    <updated>2007-07-15T21:04:32.0004Z</updated>
  </entry><entry>
    <author>
    <name>danm</name>
    <uri>http://www.freebase.com/view/user/danm</uri>
  </author>
    <content type="html">&lt;p&gt;Sure. We could definitely store and display other file formats (in fact we kind of do already) - its just a question of exposing new user interface support for it on Freebase.com. This is a good enhancement suggestion - we will have to think through implications a bit if people start storing large documents that they would like to search through - but some support for basic file upload and display seems very reasonable.
&lt;/p&gt;</content>
    <id>http://www.freebase.com/view/guid/9202a8c04000641f80000000051fef32</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com/view/guid/9202a8c04000641f80000000051fef32" title="Adding Properties to Types: 'Attachment' (or 'file') core property type?"/>
    <summary type="html">Sure. We could definitely store and display other file formats (in fact we kind of do already) -...</summary>
    <title>Adding Properties to Types: 'Attachment' (or 'file') core property type?</title>
    <updated>2007-06-29T18:00:41.0007Z</updated>
  </entry><entry>
    <author>
    <name>robertm</name>
    <uri>http://www.freebase.com/view/user/robertm</uri>
  </author>
    <content type="html">&lt;p&gt;Any chance of providing a core property type for attaching arbitrary files?   Like you get on most wiki platforms.   Are there security issues involved in permitting this?  If so, would it be acceptable to limit such a facility to plain-text files?
&lt;br /&gt;
&lt;br /&gt;
Robert
&lt;/p&gt;</content>
    <id>http://www.freebase.com/view/guid/9202a8c04000641f80000000051e96c2</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com/view/guid/9202a8c04000641f80000000051e96c2" title="Adding Properties to Types: 'Attachment' (or 'file') core property type?"/>
    <summary type="html">Any chance of providing a core property type for attaching arbitrary files? Like you get on most...</summary>
    <title>Adding Properties to Types: 'Attachment' (or 'file') core property type?</title>
    <updated>2007-06-26T23:07:34.0005Z</updated>
  </entry><entry>
    <author>
    <name>danm</name>
    <uri>http://www.freebase.com/view/user/danm</uri>
  </author>
    <content type="html">&lt;p&gt;Thanks for the catch. This has been fixed.
&lt;/p&gt;</content>
    <id>http://www.freebase.com/view/guid/9202a8c04000641f8000000004f32085</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com/view/guid/9202a8c04000641f8000000004f32085" title="Adding Properties to Types: bad link"/>
    <summary type="html">Thanks for the catch. This has been fixed.
 </summary>
    <title>Adding Properties to Types: bad link</title>
    <updated>2007-04-26T00:47:26.0006Z</updated>
  </entry><entry>
    <author>
    <name>Kenneth Trueman</name>
    <uri>http://www.freebase.com/view/user/ktrueman</uri>
  </author>
    <content type="html">&lt;p&gt;I mean the link halfway down the page in the body text that says:
&lt;br /&gt;
"A list of these core properties is found here."  that link is bad...
&lt;/p&gt;</content>
    <id>http://www.freebase.com/view/guid/9202a8c04000641f8000000004f31004</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com/view/guid/9202a8c04000641f8000000004f31004" title="Adding Properties to Types: bad link"/>
    <summary type="html">I mean the link halfway down the page in the body text that says:
"A list of these core properties...</summary>
    <title>Adding Properties to Types: bad link</title>
    <updated>2007-04-25T00:18:13.0006Z</updated>
  </entry><entry>
    <author>
    <name>Kenneth Trueman</name>
    <uri>http://www.freebase.com/view/user/ktrueman</uri>
  </author>
    <content type="html">&lt;p&gt;Hi.
&lt;br /&gt;
&lt;br /&gt;
the link to the article on how to add properties is not working. it says "404 not found". Whoops! :)
&lt;br /&gt;
&lt;br /&gt;
Ken
&lt;/p&gt;</content>
    <id>http://www.freebase.com/view/guid/9202a8c04000641f8000000004f30ff5</id>
    <link rel="alternate" type="text/html" href="http://www.freebase.com/view/guid/9202a8c04000641f8000000004f30ff5" title="Adding Properties to Types: bad link"/>
    <summary type="html">Hi.
the link to the article on how to add properties is not working. it says "404 not found"....</summary>
    <title>Adding Properties to Types: bad link</title>
    <updated>2007-04-25T00:17:18.0012Z</updated>
  </entry>
</feed>