Re: Individuals with more than one rdf:type

Il giorno 19/set/06, alle ore 22:55, ben syverson ha scritto:

>
> Is there anything wrong with creating individuals with multiple  
> rdf:type declarations?
To my understanding, this is quite natural "per se".

> Ontologies with such individuals seem to validate fine...
>
> <rdf:Description rdf:about="#MacBookPro">
> 	<rdf:type rdf:resource="#Laptop" />
> 	<rdf:type rdf:resource="#MacintoshComputer" />
> 	<rdf:type rdf:resource="#i386Computer" />
> </rdf:Description>
>
> Can I be assured that "MacBookPro" will inherit all the properties  
> of its three parent classes?
If the classes are not disjoint... MacBookPro will satisfy all  
definitions of the three classes, including the properties  
restriction that define it.

Andrea
	
>
> - ben
>
>

Received on Tuesday, 19 September 2006 21:23:47 UTC