Re: Chainsaw?

Hello Graham,

Good point there. I had some problems trying to catch what you want to say via the Ford Example (if
Ford_escort is defined by FordMotorCOmpany, then this automatically applies to all class instances
as well in my reasoning world). But I found an example that makes things perfectly clear:

Suppose you have the class insects. You want to say that this class is big. That doesn't mean of
course that every class instance is big.

Can this be solved via a new constraintproperty 'commonInstanceValue' (I am not creative enough at
the moment to invent a nice name) and leaving 'domain' as it is in the specification? This way, it
is explicit which class properties may be applied to class instances and instances of subclasses and
which not.

Greetings,

Tom.

Graham Klyne wrote:

> At 11:26 AM 10/23/00 +0200, Tom Van Eetvelde wrote:
> >Bad idea! :-) I believe my proposal can model in a more natural way what
> >you want to do.
>
> Tom,
>
> I accept that my original idea was not great, but I have one problem with
> your proposal.  My concern applies to your proposal in the "definition of
> domain" thread, and also to the counter-example you offer to mine:
>
> ><rdfs:Class ID="Ford_Escort">
> ><rdfs:subClassOf rdf:resource="Car"/>
> ><s:bodyStyle> Hatchback </s:bodyStyle>
> ><s:engine_fueltype> Petrol </s:engine_fueltype>
> ></rdfs:Class>
>
> I accept the idea of using a class as a kind of prototype, but have a
> problem with this particular representation.  Specifically, how statements
> about the class be distinguished from statements about instances of the
> class;  e.g.  I might wish to say something like:
>
>     [FordEscord] --rdf:type---> [rdfs:Class]
>     [          ] --definedBy--> [FordMotorCompany]
>     [          ] --bodyStyle--> "HatchBack"
>     (etc.)
>
> Here, the intent of the properties "definedBy" and "bodyStyle" is very
> different.  One is a statement about the class itself, and the other is a
> prototype for instances of the class.
>
> I'm still thinking about this stuff, so I'll pursue this further as I bet
> my ideas sorted.
>
> #g
> --
>
> ------------
> Graham Klyne
> (GK@ACM.ORG)

Received on Wednesday, 8 November 2000 05:10:33 UTC