Note: You are viewing the development version of Schema.org. See how we work for more details.

workExample

A Schema.org Property
Example/instance/realization/derivation of the concept of this creative work. E.g. the paperback edition, first edition, or e-book.

Inverse-property: exampleOfWork


Values expected to be one of these types

Used on these types


Sub-properties

Acknowledgements

Schema Bib Extend Group
The W3C Schema Bib Extend (BibEx) group led the work to improve schema.org for bibliographic information, including terms for periodicals, articles and multi-volume works. The design was inspired in places (e.g. pageStart, pageEnd, pagination) by the Bibliographic Ontology, 'bibo'.

Examples

Example 1
Copied
Example notes or example HTML without markup.
  1. <p>
  2.     <em>The Fellowship of the Rings</em> was written by J.R.R Tolkien and
  3.     was originally published in the United Kingdom in 1954 by George Allen &
  4.     Unwin.
  5. </p>
  6. <p>
  7.     The book has been republished many times, including editions by
  8.     HarperCollins in 1974 (ISBN: 0007149212) and by Ballantine in 1984
  9.     (ISBN: 0345296052).
  10. </p>
  11. <p>
  12.     The book has also been adapted for the screen several times. <em>J.R.R.
  13.     Tolkien's The Lord of the Rings</em>, an animated version directed by Ralph
  14.     Bakshi and released in 1978, covered the events of the novel and parts of
  15.     its sequel. The movie <em>The Lord of the Rings: The Fellowship of the
  16.     Ring</em>, directed by Peter Jackson and released in 2001, ran 178 minutes
  17.     long in its theatrical release.
  18. </p>
Example encoded as Microdata embedded in HTML.
  1. <p itemscope itemtype="https://schema.org/Book" itemid="http://www.freebase.com/m/0h35m">
  2.     <em itemprop="name">The Fellowship of the Rings</em> was written by
  3.     <span itemprop="author">J.R.R Tolkien</span> and was originally published
  4.     in the <span itemprop="publisher" itemscope itemtype="https://schema.org/Organization">
  5.         <span itemprop="location">United Kingdom</span> by
  6.         <span itemprop="name">George Allen &amp; Unwin</span>
  7.     </span> in <time itemprop="datePublished">1954</time>.
  8.     The book has been republished many times, including editions by
  9.     <span itemprop="workExample" itemscope itemtype="https://schema.org/Book">
  10.         <span itemprop="publisher" itemscope itemtype="https://schema.org/Organization">
  11.             <span itemprop="name">HarperCollins</span>
  12.         </span> in <time itemprop="datePublished">1974</time>
  13.         (ISBN: <span itemprop="isbn">0007149212</span>)
  14.     </span> and by
  15.     <span itemprop="workExample" itemscope itemtype="https://schema.org/Book">
  16.         <span itemprop="publisher" itemscope itemtype="https://schema.org/Organization">
  17.             <span itemprop="name">Ballantine</span>
  18.         </span> in <time itemprop="datePublished">1984</time>
  19.         (ISBN: <span itemprop="isbn">0345296052</span>).
  20.     </span>
  21. </p>
  22. <p>
  23.     The book has also been adapted for the screen several times.
  24.     <span itemscope itemtype="https://schema.org/Movie">
  25.         <link itemprop="exampleOfWork" href="http://www.freebase.com/m/0h35m">
  26.         <em itemprop="name">J.R.R. Tolkien's The Lord of the Rings</em>, an
  27.         animated version directed by <span itemprop="director">Ralph Bakshi</span>
  28.         and released in <time itemprop="datePublished">1978</time>, covered the
  29.         events of the novel and parts of its sequel.
  30.     </span>
  31.     <span itemscope itemtype="https://schema.org/Movie">
  32.         <link itemprop="exampleOfWork" href="http://www.freebase.com/m/0h35m">
  33.         The movie <em itemprop="name">The Lord of the Rings: The Fellowship of the
  34.         Ring</em>, directed by <span itemprop="director">Peter Jackson</span> and
  35.         released in <time itemprop="datePublished">2001</time>, ran
  36.         <time itemprop="duration" datetime="PT178M">178</time> minutes long in its
  37.         theatrical release.
  38.     </span>
  39. </p>
Example encoded as RDFa embedded in HTML.
  1. <div vocab="https://schema.org/">
  2.     <p typeof="Book" resource="http://www.freebase.com/m/0h35m">
  3.         <em property="name">The Fellowship of the Rings</em> was written by
  4.         <span property="author">J.R.R Tolkien</span> and was originally published
  5.         in the <span property="publisher" typeof="Organization">
  6.             <span property="location">United Kingdom</span> by
  7.             <span property="name">George Allen &amp; Unwin</span>
  8.         </span> in <time property="datePublished">1954</time>.
  9.         The book has been republished many times, including editions by
  10.         <span property="workExample" typeof="Book">
  11.             <span property="publisher" typeof="Organization">
  12.                 <span property="name">HarperCollins</span>
  13.             </span> in <time property="datePublished">1974</time>
  14.             (ISBN: <span property="isbn">0007149212</span>)
  15.         </span> and by
  16.         <span property="workExample" typeof="Book">
  17.             <span property="publisher" typeof="Organization">
  18.                 <span property="name">Ballantine</span>
  19.             </span> in <time property="datePublished">1984</time>
  20.             (ISBN: <span property="isbn">0345296052</span>).
  21.         </span>
  22.     </p>
  23.     <p>
  24.         The book has also been adapted for the screen several times.
  25.         <span typeof="Movie">
  26.             <link property="exampleOfWork" href="http://www.freebase.com/m/0h35m">
  27.             <em property="name">J.R.R. Tolkien's The Lord of the Rings</em>, an
  28.             animated version directed by <span property="director">Ralph Bakshi</span>
  29.             and released in <time property="datePublished">1978</time>, covered the
  30.             events of the novel and parts of its sequel.
  31.         </span>
  32.         <span typeof="Movie">
  33.             <link property="exampleOfWork" href="http://www.freebase.com/m/0h35m">
  34.             The movie <em property="name">The Lord of the Rings: The Fellowship of the
  35.             Ring</em>, directed by <span property="director">Peter Jackson</span> and
  36.             released in <time property="datePublished">2001</time>, ran
  37.             <time property="duration" datetime="PT178M">178</time> minutes long in its
  38.             theatrical release.
  39.         </span>
  40.     </p>
  41. </div>
Example encoded as JSON-LD in a HTML script tag.
  1. <script type="application/ld+json">
  2. {
  3.   "@context":  "https://schema.org/",
  4.   "@graph": [
  5.     {
  6.       "@id": "http://www.freebase.com/m/0h35m",
  7.       "@type": "Book",
  8.       "author": "J.R.R Tolkien",
  9.       "datePublished": "1954",
  10.       "name": "The Fellowship of the Ring",
  11.       "publisher": {
  12.           "@type": "Organization",
  13.           "location": "United Kingdom",
  14.           "name": "George Allen & Unwin"
  15.       },
  16.       "workExample": [
  17.         {
  18.           "@type": "Book",
  19.           "datePublished": "1974",
  20.           "isbn": "0007149212",
  21.           "publisher": {
  22.             "@type": "Organization",
  23.             "name": "HarperCollins"
  24.           }
  25.         },
  26.         {
  27.           "@type": "Book",
  28.           "datePublished": "1984",
  29.           "isbn": "0345296052",
  30.           "publisher": {
  31.             "@type": "Organization",
  32.             "name": "Ballantine"
  33.           }
  34.         }
  35.       ]
  36.     },
  37.     {
  38.       "@type": "Movie",
  39.       "datePublished": "2001",
  40.       "director": "Peter Jackson",
  41.       "duration": "PT178M",
  42.       "name": "The Lord of the Rings: The Fellowship of the Ring",
  43.       "exampleOfWork": {
  44.         "@id": "http://www.freebase.com/m/0h35m"
  45.       }
  46.     },
  47.     {
  48.       "@type": "Movie",
  49.       "datePublished": "1978",
  50.       "director": "Ralph Bakshi",
  51.       "name": "J.R.R. Tolkien's The Lord of the Rings",
  52.       "exampleOfWork": {
  53.         "@id": "http://www.freebase.com/m/0h35m"
  54.       }
  55.     }
  56.   ]
  57. }
  58. </script>
Structured representation of the JSON-LD example.