Closing out http://www.w3.org/wiki/WebSchemas/LocalBusinessDepartment
authordanbri <danbri@google.com>
Wed, 02 Oct 2013 18:13:59 +0200
changeset 117 88470aa4607a
parent 116 6d50ae05a771
child 118 8b91ade514bd
Closing out http://www.w3.org/wiki/WebSchemas/LocalBusinessDepartment
schema.org/ext/department.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/schema.org/ext/department.html	Wed Oct 02 18:13:59 2013 +0200
@@ -0,0 +1,39 @@
+<!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>department and subOrganization properties of an Organization</h1>
+
+
+  <p>See <a href="http://www.w3.org/wiki/WebSchemas/LocalBusinessDepartment">wiki for background</a></p>
+
+    <div typeof="rdf:Property" resource="http://schema.org/department">
+      <span class="h" property="rdfs:label">department</span>
+      <span property="rdfs:comment">A relationship between an organization and a department of that organization, also described as an organization (allowing different urls, logos, opening hours). For example: a store with a pharmacy, or a bakery with a cafe.</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Organization">Organization</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
+      <span>subPropertyOf: <a property="rdfs:subPropertyOf" href="http://schema.org/subOrganization">subOrganization</a></span>
+    </div>
+
+    <div typeof="rdf:Property" resource="http://schema.org/subOrganization">
+      <span class="h" property="rdfs:label">subOrganization</span>
+      <span property="rdfs:comment">A relationship between two organizations where the first includes the second, e.g., as a subsidiary. See also: the more specific 'department' property.</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/Organization">Organization</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Organization">Organization</a></span>
+    </div>
+
+  </body>
+</html>