core + iot ():

workExample

Canonical URL: http://schema.org/workExample

Thing > Property > workExample

Example/instance/realization/derivation of the concept of this creative work. eg. The paperback edition, first edition, or eBook.

Usage: Between 10 and 100 domains

Inverse-property: exampleOfWork.

Values expected to be one of these types
CreativeWork
Used on these types
CreativeWork

Acknowledgement

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
  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>
  1. <p itemscope itemtype="http://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="http://schema.org/Organization">
  5.         <span itemprop="location">United Kingdom</span> by
  6.         <span itemprop="name">George Allen & 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="http://schema.org/Book">
  10.         <span itemprop="publisher" itemscope itemtype="http://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="http://schema.org/Book">
  16.         <span itemprop="publisher" itemscope itemtype="http://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="http://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="http://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>
  1. <div vocab="http://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 & 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>
  1. <script type="application/ld+json">
  2. {
  3.   "@context": {
  4.     "schema": "http://schema.org/"
  5.   },
  6.   "@graph": [
  7.     {
  8.       "@id": "http://www.freebase.com/m/0h35m",
  9.       "@type": "Book",
  10.       "author": "J.R.R Tolkien",
  11.       "datePublished": "1954",
  12.       "name": "The Fellowship of the Ring",
  13.       "publisher": {
  14.           "@type": "Organization",
  15.           "location": "United Kingdom",
  16.           "name": "George Allen & Unwin"
  17.       },
  18.       "workExample": [
  19.         {
  20.           "@type": "Book",
  21.           "datePublished": "1974",
  22.           "isbn": "0007149212",
  23.           "publisher": {
  24.             "@type": "Organization",
  25.             "name": "HarperCollins"
  26.           }
  27.         },
  28.         {
  29.           "@type": "Book",
  30.           "datePublished": "1984",
  31.           "isbn": "0345296052",
  32.           "publisher": {
  33.             "@type": "Organization",
  34.             "name": "Ballantine"
  35.           }
  36.         }
  37.       ]
  38.     },
  39.     {
  40.       "@type": "Movie",
  41.       "datePublished": "2001",
  42.       "director": "Peter Jackson",
  43.       "duration": "PT178M",
  44.       "name": "The Lord of the Rings: The Fellowship of the Ring",
  45.       "exampleOfWork": {
  46.         "@id": "http://www.freebase.com/m/0h35m"
  47.       }
  48.     },
  49.     {
  50.       "@type": "Movie",
  51.       "datePublished": "1978",
  52.       "director": "Ralph Bakshi",
  53.       "name": "J.R.R. Tolkien's The Lord of the Rings",
  54.       "exampleOfWork": {
  55.         "@id": "http://www.freebase.com/m/0h35m"
  56.       }
  57.     }
  58.   ]
  59. }
  60. </script>

Schema Version 3.2