<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: What kind of thing is a note?</title>
	<link>http://ask.metafilter.com/50770/What-kind-of-thing-is-a-note/</link>
	<description>Comments on Ask MetaFilter post What kind of thing is a note?</description>
	<pubDate>Sun, 12 Nov 2006 20:40:07 -0800</pubDate>
	<lastBuildDate>Sun, 12 Nov 2006 20:40:07 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: What kind of thing is a note?</title>
		<link>http://ask.metafilter.com/50770/What-kind-of-thing-is-a-note</link>	
		<description>Ontology Filter: Give me a name for a category of things that I&apos;m using in a system. &lt;br /&gt;&lt;br /&gt; Basically, I have a system with the following objects: Notes, Tasks, Groupings. As of yet, I&apos;m having a hard time thinking up a category that all of these (and things like them) could fit into. I&apos;m not sure if it&apos;s possible, but I figured I&apos;d give it a shot.&lt;br&gt;
&lt;br&gt;
Here are shared properties of these &quot;things&quot;:&lt;br&gt;
&lt;ul&gt;&lt;li&gt;They are all &quot;attached&quot; to a concrete Person, Place, or Thing (for example, there might be three Notes about the Person John Smith: &quot;He is 30&quot; &quot;His order for 5 eggplants was processed on July 12, 2006&quot; &quot;Do not get him angry&quot;)&lt;/li&gt;&lt;li&gt;They operate independently from the object they are attached to (Tasks themselves behave the same whether they are associated a Person or a Place)&lt;/li&gt;&lt;li&gt;They all contain, in some form or another, the following three facts: the concrete object they are attached to, a date/time, and some freetext that explains the relevance of the &quot;thing&quot; itself. For a task it would be the name of the task, for a note it would be the note contents, and for the grouping it would be the grouping&apos;s label (i.e. &quot;Places and People that Suzy Likes&quot;).&lt;/li&gt;&lt;/ul&gt;&lt;br&gt;
&lt;br&gt;
So a legal &quot;thing&quot; under this category could be a task, assigned to Captain Planet on March 16, 1992, labelled &quot;Get rid of toxic sludge.&quot; A non-legal thing would be a blank note attached to Albert Einstein dated March 14, 1879. Another non-legal thing would be a Birth Certificate which, although tied to a Person and having a date and descriptor, would only work with People (i.e. some of the fields entered into the Birth Certificate relates directly to being attached to a Person as opposed to any kind of object).&lt;br&gt;
&lt;br&gt;
The best my boss and I have come up with is RelationalAttachment. Any better ideas?&lt;br&gt;
&lt;br&gt;
&lt;small&gt;&lt;em&gt;I tried to post this anonymously so that I could keep who was developing the system (me) a secret but it hasn&apos;t been approved yet. I&apos;m going ahead and posting it with my name attached and hope it doesn&apos;t get ripped down.&lt;/em&gt;&lt;/small&gt;</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2006:site.50770</guid>
		<pubDate>Sun, 12 Nov 2006 20:29:20 -0800</pubDate>
		<dc:creator>Deathalicious</dc:creator>
		
			<category>classification</category>
		
			<category>ontology</category>
		
			<category>categorization</category>
		
			<category>words</category>
		
	</item> <item>
		<title>By: unSane</title>
		<link>http://ask.metafilter.com/50770/What-kind-of-thing-is-a-note#769007</link>	
		<description>I&apos;m having a hard time understanding &lt;br&gt;
&lt;br&gt;
(a) why you feel they all need to belong to the same catergory;&lt;br&gt;
&lt;br&gt;
(b) how &apos;groupings&apos; is similar to &apos;notes&apos; and &apos;tasks&apos;&lt;br&gt;
&lt;br&gt;
If I was developing an OOP system which featured these entities I&apos;m not sure they would necessarily all be subclassed from the same parent (unless that parent was &apos;object&apos;).&lt;br&gt;
&lt;br&gt;
To be more precise, the fact that &apos;task&apos; or &apos;note&apos; is attached to a &apos;person&apos;, &apos;place&apos; or &apos;thing&apos; is a feature of your system rather than an inherent feature of the &apos;task&apos; or &apos;note&apos; itself. If you were to use them in a different environment they might not be attached to anything.&lt;br&gt;
&lt;br&gt;
In Obj-C you might define a category which extends arbitrary classes in the way you describe (ie fields for &apos;attached-to&apos;, &apos;date&apos; and &apos;freetext&apos;) I suppose. All those qualities describe is a &apos;dated freetext attachment&apos;, which is not far from &apos;relationalAttachment&apos;. Except how could an attachment not be relational, since it is attached to something?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.50770-769007</guid>
		<pubDate>Sun, 12 Nov 2006 20:40:07 -0800</pubDate>
		<dc:creator>unSane</dc:creator>
	</item><item>
		<title>By: JDHarper</title>
		<link>http://ask.metafilter.com/50770/What-kind-of-thing-is-a-note#769014</link>	
		<description>Hmm... Tell us more about the system you&apos;re designing. What is it for? How will this term--Relational Attachment or whatever it ends up being--be used?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.50770-769014</guid>
		<pubDate>Sun, 12 Nov 2006 20:47:12 -0800</pubDate>
		<dc:creator>JDHarper</dc:creator>
	</item><item>
		<title>By: Maxwell_Smart</title>
		<link>http://ask.metafilter.com/50770/What-kind-of-thing-is-a-note#769016</link>	
		<description>Tags?&lt;br&gt;
&lt;br&gt;
Metadata?&lt;br&gt;
&lt;br&gt;
I know these aren&apos;t perfect, but if you set up the terminology and it catches on, these terms will come to be signifiers for whatever you attach them to (if that makes any sense).  &lt;br&gt;
&lt;br&gt;
In any case, I&apos;d suggest keeping the name short and catchy.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.50770-769016</guid>
		<pubDate>Sun, 12 Nov 2006 20:48:48 -0800</pubDate>
		<dc:creator>Maxwell_Smart</dc:creator>
	</item><item>
		<title>By: MCTDavid</title>
		<link>http://ask.metafilter.com/50770/What-kind-of-thing-is-a-note#769030</link>	
		<description>Annotation?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.50770-769030</guid>
		<pubDate>Sun, 12 Nov 2006 20:58:18 -0800</pubDate>
		<dc:creator>MCTDavid</dc:creator>
	</item><item>
		<title>By: Deathalicious</title>
		<link>http://ask.metafilter.com/50770/What-kind-of-thing-is-a-note#769072</link>	
		<description>The system is my screwy version of the more widely used model-viewer-control system, totally non-standard (but making sense within this system). Basically, there are objects--say, Contacts, Pages, Products, etc--that are handled by parent Systems/Controllers--Communication, Content, and Catalog, respectively.&lt;br&gt;
&lt;br&gt;
I need a parent system/controller for the &quot;things&quot; mentioned.&lt;br&gt;
&lt;br&gt;
I agree that RelationalAttachment is a bit redundant, but Attachment in isolation might be mistaken for its more common use in describing email attachments, whereas RelationalAttachment is clearly its own thing.&lt;br&gt;
&lt;br&gt;
For all the other systems, the objects are usually &quot;components&quot; of the larger classification -- so, for example, in the Commerce controller, the objects would include Orders, Customers, etc.&lt;br&gt;
&lt;br&gt;
The difference here is that the commonality between these objects is how they interact with other objects in the system, rather than being related components of a system/process.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.50770-769072</guid>
		<pubDate>Sun, 12 Nov 2006 22:24:10 -0800</pubDate>
		<dc:creator>Deathalicious</dc:creator>
	</item><item>
		<title>By: Deathalicious</title>
		<link>http://ask.metafilter.com/50770/What-kind-of-thing-is-a-note#769085</link>	
		<description>Oh, and a grouping is similar to a note in the sense that it could be rethunk as one note being tied to a whole bunch of objects rather than being tied to just one. But the type of relationship with the object(s) -- totally functionally independent, but connected informationally -- remains the same.&lt;br&gt;
&lt;br&gt;
I agree that a short and sweet name would be ideal. One problem might be the weird way in which I am conceptualizing these objects. When I tried WordNet to find the most common &lt;a href=&quot;http://en.wikipedia.org/wiki/Hypernym&quot;&gt;Hypernyms&lt;/a&gt; (boy, you learn something new everyday) for &lt;a href=&quot;http://wordnet.princeton.edu/perl/webwn2.1?o2=&amp;o0=1&amp;o7=&amp;o5=&amp;o1=1&amp;o6=&amp;o4=&amp;o3=&amp;r=1&amp;s=note&amp;i=7&amp;h=0000010000000000#c&quot;&gt;Note&lt;/a&gt; and &lt;a href=&quot;http://wordnet.princeton.edu/perl/webwn2.1?o2=&amp;o0=1&amp;o7=&amp;o5=&amp;o1=1&amp;o6=&amp;o4=&amp;o3=&amp;r=1&amp;s=task&amp;i=35&amp;h=100112312312312231231231230222220100000#c&quot;&gt;Task&lt;/a&gt;, it comes up with Abstraction -- pretty high up there (just below &quot;abstract entity&quot;). So, in that sense, RelationalAttachment is sort of a step up (even if Abstraction is shorter).</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.50770-769085</guid>
		<pubDate>Sun, 12 Nov 2006 22:35:16 -0800</pubDate>
		<dc:creator>Deathalicious</dc:creator>
	</item><item>
		<title>By: hattifattener</title>
		<link>http://ask.metafilter.com/50770/What-kind-of-thing-is-a-note#769101</link>	
		<description>Annotation (or Note) is a word that came to my mind also. How central is the (obligatory?) date/time to the thing&apos;s role? Could these things be Events, say, or (logged/received) Messages?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.50770-769101</guid>
		<pubDate>Sun, 12 Nov 2006 23:04:26 -0800</pubDate>
		<dc:creator>hattifattener</dc:creator>
	</item><item>
		<title>By: chrismear</title>
		<link>http://ask.metafilter.com/50770/What-kind-of-thing-is-a-note#769148</link>	
		<description>Entries? Facts? Features? Details?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.50770-769148</guid>
		<pubDate>Mon, 13 Nov 2006 01:56:58 -0800</pubDate>
		<dc:creator>chrismear</dc:creator>
	</item><item>
		<title>By: megatherium</title>
		<link>http://ask.metafilter.com/50770/What-kind-of-thing-is-a-note#769202</link>	
		<description>I would typically refer to these as values within categories. Each item (person, thing) would be assigned to a particular value within a particular category: &lt;br&gt;
&lt;br&gt;
Sam - a  person &lt;br&gt;
&lt;br&gt;
[Cat - Value]&lt;br&gt;
Age - 37 &lt;br&gt;
Weight - 95 kg &lt;br&gt;
Goal - to get lucky</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.50770-769202</guid>
		<pubDate>Mon, 13 Nov 2006 04:55:31 -0800</pubDate>
		<dc:creator>megatherium</dc:creator>
	</item><item>
		<title>By: Rock Steady</title>
		<link>http://ask.metafilter.com/50770/What-kind-of-thing-is-a-note#769254</link>	
		<description>Two possibilities:&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;Attach&lt;/strong&gt;.  I know it is a nouned verb (which sends some people into seizures), but it encapsulates the most important features of the class (that it connects things, and is not independent), and it could not be confused with another term.&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;Factoid&lt;/strong&gt;.  Kind of whimsical, but I think this defines it nicely.  A factoid is a specific piece of information about a specific thing.  It will probably not be confused with any other term you have in use, but it is familiar enough to give even someone who does not know your system some clue as to what it is.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.50770-769254</guid>
		<pubDate>Mon, 13 Nov 2006 06:40:56 -0800</pubDate>
		<dc:creator>Rock Steady</dc:creator>
	</item><item>
		<title>By: exceptinsects</title>
		<link>http://ask.metafilter.com/50770/What-kind-of-thing-is-a-note#769357</link>	
		<description>Attributes?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.50770-769357</guid>
		<pubDate>Mon, 13 Nov 2006 08:28:00 -0800</pubDate>
		<dc:creator>exceptinsects</dc:creator>
	</item><item>
		<title>By: bru</title>
		<link>http://ask.metafilter.com/50770/What-kind-of-thing-is-a-note#769368</link>	
		<description>If you need &quot;short and sweet&quot;, why not create a word?&lt;br&gt;
&lt;br&gt;
For example, &quot;RelationalAttachment&quot; could make a &quot;Rattach&quot; or it may be interpreted as &quot;linked content&quot;, with which you could make a &quot;clink&quot;.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.50770-769368</guid>
		<pubDate>Mon, 13 Nov 2006 08:36:51 -0800</pubDate>
		<dc:creator>bru</dc:creator>
	</item><item>
		<title>By: Terminal Verbosity</title>
		<link>http://ask.metafilter.com/50770/What-kind-of-thing-is-a-note#769448</link>	
		<description>Marginalia?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.50770-769448</guid>
		<pubDate>Mon, 13 Nov 2006 10:01:47 -0800</pubDate>
		<dc:creator>Terminal Verbosity</dc:creator>
	</item><item>
		<title>By: billtron</title>
		<link>http://ask.metafilter.com/50770/What-kind-of-thing-is-a-note#769451</link>	
		<description>Ontology -&amp;gt; Badiou -&amp;gt; &quot;set&quot;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.50770-769451</guid>
		<pubDate>Mon, 13 Nov 2006 10:03:19 -0800</pubDate>
		<dc:creator>billtron</dc:creator>
	</item><item>
		<title>By: Deathalicious</title>
		<link>http://ask.metafilter.com/50770/What-kind-of-thing-is-a-note#770711</link>	
		<description>Thanks for the answers! I marked as best the ones that really helped me think about the issue.&lt;br&gt;
&lt;br&gt;
For now I&apos;m sticking with RelationalAttachments, primarily because it&apos;s my boss&apos;s favorite so far.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.50770-770711</guid>
		<pubDate>Tue, 14 Nov 2006 08:45:19 -0800</pubDate>
		<dc:creator>Deathalicious</dc:creator>
	</item>
	</channel>
</rss>
