RE: Mustangs vs myMustang

Hi, Hans

My take would be to use a rule:

{?M :isManufacturerOf ?C.
 ?C rdf:type ?B}
 => {?M :yourProperty ?B}.

so that from

:FordCompany :isManufacturerOf :myMustang.
:myMustang rdf:type :Mustangs.

it follows that

:FordCompany :yourProperty :Mustangs.


-- 
Jos De Roo, AGFA http://www.agfa.com/w3c/jdroo/




"Hans Teijgeler" <hans.teijgeler@quicknet.nl>
Sent by: semantic-web-request@w3.org
15/10/2005 18:55

 
        To:     Jos De_Roo/AMDUS/MOR/Agfa-NV/BE/BAYER@AGFA
        cc:     <semantic-web@w3c.org>
        Subject:        RE: Mustangs vs myMustang



Hi Jos,

Thanks for your response. 

The question is: how do I represent the information that 
FordCompany isManufacturerOf Mustangs
i.e. how do I define that Property?

Regards,
Hans

-----Original Message-----
From: semantic-web-request@w3.org [mailto:semantic-web-request@w3.org] On
Behalf Of jos.deroo@agfa.com
Sent: Saturday, October 15, 2005 6:41 PM
To: hans.teijgeler@quicknet.nl
Cc: semantic-web@w3c.org
Subject: RE: Mustangs vs myMustang


Hi, Hans

My take would be:

:isManufacturerOf rdfs:domain :Manufacturer; rdfs:range :Car.
:Mustangs rdfs:subClassOf :Car.

:FordCompany :isManufacturerOf :myMustang.
:myMustang rdf:type :Mustangs.


-- 
Jos De Roo, AGFA http://www.agfa.com/w3c/jdroo/




"Hans Teijgeler" <hans.teijgeler@quicknet.nl>
Sent by: semantic-web-request@w3.org
15/10/2005 18:04

 
        To:     <semantic-web@w3c.org>
        cc:     (bcc: Jos De_Roo/AMDUS/MOR/Agfa-NV/BE/BAYER)
        Subject:        RE: Mustangs vs myMustang


Hi,
 
May I ask someone else to come forward with a response?
 
To me it seems that:
-         both triples can only exist in the RDF world
-         Mustangs is the extent (in RDF) of an owl:Class Mustangs
-         Mustang is typed with Mustangs
 
For the latter I don't know what the object of that rdf:type is, the 
owl:Class or the RDF extent of it.
 
Please help me.
 
Regards,
Hans
 

From: semantic-web-request@w3.org [mailto:semantic-web-request@w3.org] On
Behalf Of Hans Teijgeler
Sent: Friday, October 14, 2005 7:11 PM
To: semantic-web@w3c.org
Subject: Mustangs vs myMustang
 
Hi,
 
I am still not 100% certain how to model the following:
 
-         Ford Company   isManufacturerOf   Mustangs
-         Ford Company   isManufacturerOf   myMustang
 
It seems that in both cases the same code is used, but I may be totally 
wrong.
 
I'd appreciate some enlightment.
 
Regards,
Hans
_______________________ 
Hans Teijgeler
ISO 15926 specialist
www.InfowebML.ws
hans.teijgeler@quicknet.nl
phone +31-72-509 2005 
 

Received on Saturday, 15 October 2005 17:19:11 UTC