changed to use sameThing instead of sameThingAs
authorDan Brickley <danbri@danbri.org>
Fri, 26 Apr 2013 23:00:17 +0100
changeset 78 8c4b24599971
parent 77 6681ea2ea10b
child 79 b8e0191bd81b
changed to use sameThing instead of sameThingAs
schema.org/ext/samethingas.html
--- a/schema.org/ext/samethingas.html	Fri Apr 19 16:50:23 2013 +0100
+++ b/schema.org/ext/samethingas.html	Fri Apr 26 23:00:17 2013 +0100
@@ -15,13 +15,13 @@
   </head>
   <body>
 
-   <h1>sameThingAs</h1>
+   <h1>sameAs</h1>
 
   <p>See <a href="http://www.w3.org/wiki/WebSchemas/sameThingAs">wiki for background</a></p>
 
-    <div typeof="rdf:Property" resource="http://schema.org/sameThingAs">
-      <span class="h" property="rdfs:label">sameThingAs</span>
-      <span property="rdfs:comment">The sameThingAs property can be used to indicate when a single real-world entity is being described</span>
+    <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>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>
     </div>