--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/schema.org/ext/sameas.html Wed Jun 19 16:47:31 2013 +0200
@@ -0,0 +1,30 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>RDFa Lite Reflection</title>
+ <style type="text/css">
+ span.h {
+ padding-left: 0px;
+ font-weight: bold;
+ }
+ span {
+ display: block;
+ padding-left: 10px;
+ }
+ </style>
+ </head>
+ <body>
+
+ <h1>sameThingAs</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">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>
+
+ </body>
+</html>
--- a/schema.org/ext/samethingas.html Wed Jun 19 16:19:22 2013 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,30 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <title>RDFa Lite Reflection</title>
- <style type="text/css">
- span.h {
- padding-left: 0px;
- font-weight: bold;
- }
- span {
- display: block;
- padding-left: 10px;
- }
- </style>
- </head>
- <body>
-
- <h1>sameThingAs</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">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>
-
- </body>
-</html>