Tweak to indicate via expecting URL, that we expect it used on links to pages.
--- a/schema.org/ext/sameas.html Tue Jun 25 20:33:23 2013 +0200
+++ b/schema.org/ext/sameas.html Thu Jun 27 09:45:34 2013 +0200
@@ -21,9 +21,9 @@
<div typeof="rdf:Property" resource="http://schema.org/sameAs">
<span class="h" property="rdfs:label">sameAs</span>
- <span property="rdfs:comment">indicates identity; a single thing rather than two related things</span>
+ <span property="rdfs:comment">Used to indicate a reference Web page that unambiguously indicates the item's identity. E.g. the item might be the primary topic of a Wikipedia page, Freebase page, or official website.</span>
<span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Thing">Thing</a></span>
- <span>Range: <a property="http://schema.org/range" href="http://schema.org/Thing">Thing</a></span>
+ <span>Range: <a property="http://schema.org/range" href="http://schema.org/URL">URL</a></span>
</div>
</body>