RE: Mustangs vs myMustang

How about something like this:

:Mustangs rdfs:subClassOf 
	[
		a owl:Restriction;
		owl:hasValue :FordCompany; 
		owl:onProperty [owl:inverseOf :isManufacturerOf]
	]

-Geoff

> -----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 1:19 PM
> To: hans.teijgeler@quicknet.nl
> Cc: semantic-web@w3c.org; semantic-web-request@w3.org
> Subject: 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/
> 

Received on Saturday, 15 October 2005 17:50:03 UTC