Tweak to indicate via expecting URL, that we expect it used on links to pages.
authordanbri <danbri@google.com>
Thu, 27 Jun 2013 09:45:34 +0200
changeset 91 00f446e657d6
parent 90 16f757da9954
child 92 94031da6077a
Tweak to indicate via expecting URL, that we expect it used on links to pages.
schema.org/ext/sameas.html
--- 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>