RE: AW: Literals representing people?

So just to make sure I'm not missing anything, 1 has a node named _:x which
is a blank node in 3 and is totally omitted in 2.  But for these
differences, they would all be equivalent. 

1	<#me> ex:myFriend _:x .
	_:x ex:emailAddress <mailto:somebody@example.com> .
 
 
2	<#me> ex:someFriendsEmail <mailto:somebody@example.com> .


3	<#me> ex:myFriend [ ex:emailAddress  <mailto:somebody@example.com> ]
.


James

Received on Wednesday, 1 October 2003 11:42:05 UTC