Re: LANG: closing issue 4.6 (was Re: ADMIN: Draf agenda for July 25 telecon)

Jeff Heflin wrote:

>  If redundancy is the problem, let's
> get rid of the three sameBlankAs properties instead of the one.


Support.

Despite Ian's assertion this issue is orthogonal to classes-as-instances.

If classes cannot be instances then certain graphs are ill-formed 
because they violate that rule. equivalentTo provides one way to 
construct such graphs, but then so does rdf:type.

<foo> rdf:type <foo> .

or

<foo> rdf:type <bar> .
<foo> owl:equivalentTo <bar> .

Jeremy

Received on Thursday, 25 July 2002 00:07:45 UTC