--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/schema.org/ext/visualartwork.html Thu May 09 15:56:56 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> -->