Re: Domain/Range Woes

> Well, validation may not be what you get.  If you now state something like
>
> <rdf:Description rdf:about="#John">
>   <name>John</name>
> </rdf:Description>
>
> There is nothing wrong.  All that you have said is that John is either a
> Person or a ContentProvider (or both).

But wouldn't a validator spit out an error saying that name cannot be used
with #John because #John has not been declared to be of type Person or
ContentProvider -- which is the domain of name?

Received on Wednesday, 5 February 2003 17:56:26 UTC