new
authordanbri <danbri@google.com>
Sun, 12 May 2013 01:13:00 +0100
changeset 82 05cdb47c9ceb
parent 81 c3ef6885a81c (current diff)
parent 80 29d6eea52671 (diff)
child 83 4fe255d7105b
new
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/schema.org/ext/samethingas.html	Sun May 12 01:13:00 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>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/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>
+
+  </body>
+</html>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/schema.org/ext/visualartwork.html	Sun May 12 01:13:00 2013 +0100
@@ -0,0 +1,69 @@
+<!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>VisualArtwork</h1>
+
+  <p>See <a href="http://lists.w3.org/Archives/Public/public-vocabs/2013May/0030.html">discussion</a> and <a href="http://www.w3.org/wiki/WebSchemas/VisualArtwork">wiki</a></p>
+
+
+    <div typeof="rdfs:Class" resource="http://schema.org/VisualArtwork">
+      <span class="h" property="rdfs:label">VisualArtwork</span>
+      <span property="rdfs:comment">A work of art that is primarily visual in character.</span>
+      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+      <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_VisualArtworkClass">WebSchemas community</a></span>
+    </div>
+
+    <div typeof="rdf:Property" resource="http://schema.org/artform">
+      <span class="h" property="rdfs:label">artform</span>
+      <span property="rdfs:comment">e.g. Painting, Drawing, Scupture, Print, Photograph, Assemblage, Collage, etc.</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/VisualArtwork">VisualArtwork</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+
+    <div typeof="rdf:Property" resource="http://schema.org/materials">
+      <span class="h" property="rdfs:label">materials</span>
+      <span property="rdfs:comment">e.g. Oil, Watercolour, Acrylic, Linoprint, Marble, Cyanotype, Digital, Lithograph, DryPoint, Intaglio, Pastel, Woodcut, Pencil, Mixed Media, etc.</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/VisualArtwork">VisualArtwork</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+
+    <div typeof="rdf:Property" resource="http://schema.org/surface">
+      <span class="h" property="rdfs:label">surface</span>
+      <span property="rdfs:comment">e.g. Canvas, Paper, Wood, Board, etc.</span>
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/VisualArtwork">VisualArtwork</a></span>
+      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+    </div>
+
+    <div typeof="rdf:Property" resource="http://schema.org/width"> <!-- exists, see http://schema.org/docs/schema_org_rdfa.html existing domains MediaObject, Product. --> 
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/VisualArtwork">VisualArtwork</a></span>
+    </div>
+
+    <div typeof="rdf:Property" resource="http://schema.org/height"> <!-- exists, see http://schema.org/docs/schema_org_rdfa.html existing domains MediaObject, Product. --> 
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/VisualArtwork">VisualArtwork</a></span>
+    </div>
+
+    <div typeof="rdf:Property" resource="http://schema.org/depth"> <!-- exists, see http://schema.org/docs/schema_org_rdfa.html existing domains MediaObject, Product. --> 
+      <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/VisualArtwork">VisualArtwork</a></span>
+    </div>
+
+  <p>todo: what about <a href="http://www.w3.org/wiki/WebSchemas/VisualArtwork#Vocabulary">edition</a>; is a general CreativeWork editions model possible? What does "For multiples such as prints, the number of copies in the edition
+" mean in practice?</p>
+
+  </body>
+
+</html>
+<!--      <span>Range: <a property="http://schema.org/range" href="http://schema.org/Thing">Thing</a></span> -->
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/schema.org/ext/workersunion.html	Sun May 12 01:13:00 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>