Harry Halpin and Pat Hayes, <hhalpin@w3.org and phayes@ihmc.us>
The built-in OWL property owl:sameAs links an individual to an individual and Such an owl:sameAs statement indicates that two URI references actually refer to the same thing: the individuals have the same identity (from OWL spec)
It's symmetric and transitive
Anyone can link to your data-set with owl:sameAs from anywhere else on the Web without your permission, and any statement they make about their own URI will immediately apply to yours!
rdf:sameInContext: Two URIs do refer to the same thing and all properties do hold of both URIs, but that we cannot re-use the URI in a different context.
Example: Lynn Stein, when at a meeting of the PTA (Parent-Teacher Association) she is Ms. Stein, Rachel's mum, not Professor Stein of MIT. This does not mean that in the PTA meeting Ms. Stein is somehow not a professor, but that within that context those properties do not matter.
rdf:sameName: When the two URIs do refer to the same thing, but all the properties ascribed to one URI are not necessarily accepted by the other.
Example: The concept of sodium in DBpedia, which has an owl:sameAs link to the concept of sodium in OpenCyc. The OpenCyc ontology says that an element is the set (class) of all pieces of the pure element, so that for example sodium in Cyc has a member which is the lump of pure metallic sodium. On the other hand, sodium as defined by DBPedia is used to also include isotopes, which have different number of neutrons than standard sodium.
rdf:represents: Just as a picture of something depicts something, a URI can be for a representation of a thing rather than the thing itself.
Example:Using a web-page, an e-mail address, or a picture of Berners-Lee to refer to Tim Berners-Lee himself, using something accidentally or contextually to refer to something, a phenomenon called displaced reference.
rdf:similarTo: two things are not identical but simply closely related in some manner.
Example:This, for example, is the relationship between the district of Paris and the Department of Paris in Cyc. The relationship between isotopes and elements, the quantity and a measurement of a quantity, and an image and a facsimile of that image.