Community Page
- phildawes.net/blog/ Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Hi, Do you feel that your agility in Factor has improved since this post? Roger
- Thanks for the pointer - I've cleaned up the spam and regrettably added some moderation
- I'm loving the comments thread for this post. Can't decide whether to get my upholstery cleaned or do something about my fast food obesity.
- Cool - thanks Eric
- I pasted some code that does the moving sum in factor. http://paste.factorcode.org/paste?id=569#282
Jump to original thread »
Here’s an attempt at a working definition:
The ‘meaning’ of an identifier = the complete set of assertions that can be made about it.
(for the purpose of discussion of identity in information systems).
E.g. if an assertion is true for one identifier ... Continue reading »
The ‘meaning’ of an identifier = the complete set of assertions that can be made about it.
(for the purpose of discussion of identity in information systems).
E.g. if an assertion is true for one identifier ... Continue reading »
3 years ago
Consider http://www.whitehouse.gov/president/gwbbio.html
as an identifier. What assertions are true of it?
3 years ago
Exactly that.
It depends on what the identifier denotes - i.e. 'means'. This is the connection I'm trying to make - the meaning of the identifier is the set of assertions that are true of it.
Does that make sense?
3 years ago
"Leibniz' Law", the formulation often referred to as "the indiscernibility of identicals" says:
if a = b, then for all F, Fa iff Fb
The contrapositive of this (if this thing has a property that thing doesn't have, then they're not the same thing) is your suggested test.
There's a correlative, more controversial, thesis known as "the identity of indiscernibles" that says:
if for all F, (Fa iff Fb), then a = b
The applicability of all this crystalline logic to the goopy semantic web, though, is a little more tangled ...
3 years ago
In newtonian physics, time is an absolute concept.
In general relativity, time is a variable concept.
3 years ago
I've been struggling for a while to find a way to start explaining (even to myself) just what it is about very much of the "semantic web" chat about the place that I find so desperately incoherent. Nothing personal, but this looks as good a place to start as any ;).
Let's take a look into that fine philosophy of language text Alice Through the Looking-glass Do I need to add anything?
I will anyway.
How can the meaning of an identifier by anything other than the entitity it identifies? And how can you, in general, know what that is?
It's suggested here and there that an RFC 2821 style email address might make a good URI for a person. And others have pointed out that this is preposterous. I agree with the second group.
Quickly now, does the URI
mailto:info@bogotek.co.elidentify a person, or not? How do you know?By the way, the
.elTLD is used for hosts in the People's Republic of Elbonia, where "Fo" is a common family name. And BogoTek's IT director has a fetish for short email addresses. And there's a guy in sales called Iolanthe Norbert somthing-or-other.RFC 2821 itself even has something to say about this: Emphasis mine.
I couldn't find any help about whether or not WordPress interprets markup inside comments (and I've a nasty feeling it's not going to let me come back and edit this if not) so apologies in advance if required.
3 years ago
I suspect it's worse than that - even the owner/creator modifies and refines their interpretation of the identifier in subtle ways wrt time and context of communication. You've got a whole bunch of dimensions in which the 'meaning' can vary, it's a wonder that anybody can know what anything means with a high degree of precision.
In reality we all have our own in-head models of what different words and identifiers mean under different circumstances, and for meaningful communication to take place these need to intersect appropriately between the parties within the context of the exchange. (and there probably needs to be a mechanism for negotiation of meaning, just as in human communication).
That's why I'm not convinced that trying to use URIs to identify abstract things is going to fly on a global scale. I think URIs imply a level of precision that doesn't exist in the messy real world (the implication being that you can use the URI in isolation to uniquely identify something without requiring the context of the communication).
They do however work nicely for uniquely identifying web resources because the meaning is grounded in the lookup mechanism that all parties share.