Re: "thou shalt not conflate meta-data with data"
Date: Wed, 02 Mar 2005 23:07:32 +0000
Message-ID: <42264735$0$23601$ed2e19e4_at_ptn-nntp-reader04.plus.net>
Neo wrote:
> When modeling "John is a person & John is male & male is a gender" as
> shown below, which data is meta data? Which data "step[s] outside the
> language to talk about the language itself" ?
>
> T_Gender
> ID Name
> 1 Male
> 2 Female
>
> T_Person
> ID Name Gender
> 3 John Male(1)
> 4 Mary Female(2)
the data are the propositions:
"John is male" "Mary is female" "Male is a gender" "Female is a gender".
these proposition are grouped into predicates:
"person P has gender G"
"G is a gender"
the meta-data would be things like "gender G is of varchar(10) type" or "the table representing the predicate 'person P has gender G' is called T_Person". Because if you're inside the model, these things are irrelevant. It's like the people inside the Matrix wondering what variable names are used to refer to them or something.
Paul. Received on Thu Mar 03 2005 - 00:07:32 CET