A schema defining sameThingAs, per http://www.w3.org/wiki/WebSchemas/sameThingAs
authorDan Brickley <danbri@danbri.org>
Fri, 19 Apr 2013 16:50:23 +0100
changeset 77 6681ea2ea10b
parent 76 d48d6bd6ef1e
child 78 8c4b24599971
A schema defining sameThingAs, per http://www.w3.org/wiki/WebSchemas/sameThingAs
schema.org/ext/samethingas.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/schema.org/ext/samethingas.html	Fri Apr 19 16:50:23 2013 +0100
@@ -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">The sameThingAs property can be used to indicate when a single real-world entity is being described</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>