--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/schema.org/ext/workersunion.html Thu May 09 16:31:37 2013 +0100
@@ -0,0 +1,31 @@
+<!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>WorkersUnion</h1>
+
+ <p>See <a href="https://www.w3.org/2011/webschema/track/issues/17">issue</a> we're addressing: we have NGOs and other orgs, but not unions.</p>
+
+ <div typeof="rdfs:Class" resource="http://schema.org/WorkersUnion">
+ <span class="h" property="rdfs:label">WorkersUnion</span>
+ <span property="rdfs:comment">A Workers Union (also known as a Labor Union, Labour Union, orTrade Union) is an organization that promotes the interests of its worker members by collectively bargaining with management, organizing, and political lobbying.</span>
+ <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Organization">Organization</a></span>
+ <span>Source: <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_WorkersUnionClass">WebSchemas community</a></span>
+ </div>
+
+ </body>
+
+</html>