core + bib (Bibliographic Extension): terms relating to books and bibliography.

workTranslation

Defined in the bib.schema.org extension.
Canonical URL: http://schema.org/workTranslation

Thing > Property > workTranslation

A work that is a translation of the content of this work. e.g. 西遊記 has an English workTranslation “Journey to the West”,a German workTranslation “Monkeys Pilgerfahrt” and a Vietnamese translation Tây du ký bình khảo.

Usage: Fewer than 10 domains

Inverse-property: translationOfWork.

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


Examples

Example 1
A CreativeWork and it's translation.
<div>
<div>
	<h1>Rouge et le noir</h1>
    <div>Author: Stendhal</div>
	<div>Language: French</div>
	<div>Has Translation: Red and Black : A New Translation, Backgrounds and Sources, Criticism</div>
</div>
<div>
    <h1>Red and Black : A New Translation, Backgrounds and Sources, Criticism</h1>
    <div>Author: Stendhal</div>
	<div>Language: English</div>
	<div>Subject: Psychological fiction, French</div>
	<div>Translation of: Rouge et le noir</div>
	<div>Translator: Robert Martin Adams</div>
</div>
</div>
<div>
<div itemscope itemtype="http://schema.org/Book" itemid="http://worldcat.org/entity/work/id/2292573321">
	<h1><span itemprop="name">Rouge et le noir</span></h1>
    <div>Author: <span itemprop="author" itemscope itemtype="http://schema.org/Person" itemid="http://viaf.org/viaf/17823">Stendhal</span></div>
	<div>Language: <meta itemprop="inLanguage" content="fr" />French</div>
	<div>Has Translation: <span itemprop="workTranslation" itemscope itemtype="http://schema.org/CreativeWork" itemid="http://worldcat.org/entity/work/id/460647">Red and Black : A New Translation, Backgrounds and Sources, Criticism</span></div>
</div>
<div itemscope itemtype="http://schema.org/Book" itemid="http://worldcat.org/entity/work/id/460647">
    <h1><span itemprop="name">Red and Black : A New Translation, Backgrounds and Sources, Criticism</span></h1>
    <div>Author: <span itemprop="author" itemscope itemtype="http://schema.org/Person" itemid="http://viaf.org/viaf/17823">Stendhal</span></div>
	<div>Language: <meta itemprop="inLanguage" content="en" />English</div>
	<div>Subject: <span itemprop="about">Psychological fiction, French</span></div>
	<div>Translation of: <span itemprop="translationOfWork" itemscope itemtype="http://schema.org/CreativeWork" itemid="http://worldcat.org/entity/work/id/2292573321">Rouge et le noir</span></div>
	<div>Translator: <span itemprop="translator" itemscope itemtype="http://schema.org/Person" itemid="http://viaf.org/viaf/8453420">Robert Martin Adams</span></div>
</div>
</div>
<div vocab="http://schema.org/">
<div typeof="Book" resource="http://worldcat.org/entity/work/id/2292573321">
	<h1><span property="name">Rouge et le noir</span></h1>
    <div>Author: <span property="author" typeof="Person" resource="http://viaf.org/viaf/17823">Stendhal</span></div>
	<div>Language: <span property="inLanguage" content="fr">French</span></div>
	<div>Has Translation: <span property="workTranslation" typeof="CreativeWork" resource="http://worldcat.org/entity/work/id/460647">Red and Black : A New Translation, Backgrounds and Sources, Criticism</span></div>
</div>
<div typeof="Book" resource="http://worldcat.org/entity/work/id/460647">
    <h1><span property="name">Red and Black : A New Translation, Backgrounds and Sources, Criticism</span></h1>
    <div>Author: <span property="author" typeof="Person" resource="http://viaf.org/viaf/17823">Stendhal</span></div>
	<div>Language: <span property="inLanguage" content="en">English</span></div>
	<div>Subject: <span property="about">Psychological fiction, French</span></div>
	<div>Translation of: <span property="translationOfWork" typeof="CreativeWork" resource="http://worldcat.org/entity/work/id/2292573321">Rouge et le noir</span></div>
	<div>Translator: <span property="translator" typeof="Person" resource="http://viaf.org/viaf/8453420">Robert Martin Adams</span></div>
</div>
</div>
<script type="application/ld+json">
{
  "@context": {
    "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
    "rdfa": "http://www.w3.org/ns/rdfa#",
    "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
    "schema": "http://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#"
  },
  "@graph": [
    {
      "@id": "",
      "rdfa:usesVocabulary": {
        "@id": "schema:"
      }
    },
    {
      "@id": "http://worldcat.org/entity/work/id/2292573321",
      "@type": "schema:Book",
      "schema:author": {
        "@id": "http://viaf.org/viaf/17823"
      },
      "schema:inLanguage": "fr",
      "schema:name": "Rouge et le noir",
      "schema:workTranslation": {
        "@id": "http://worldcat.org/entity/work/id/460647"
      }
    },
    {
      "@id": "http://worldcat.org/entity/work/id/460647",
      "@type": "schema:Book",
      "schema:about": "Psychological fiction, French",
      "schema:author": {
        "@id": "http://viaf.org/viaf/17823"
      },
      "schema:inLanguage": "en",
      "schema:name": "Red and Black : A New Translation, Backgrounds and Sources, Criticism",
      "schema:translationOfWork": {
        "@id": "http://worldcat.org/entity/work/id/2292573321"
      },
      "schema:translator": {
        "@id": "http://viaf.org/viaf/8453420"
      }
    }
  ]
}
</script>
Example 2
A CreativeWork and it's translation.
<div>
<div>
	<h1>Rouge et le noir</h1>
    <div>Author: Stendhal</div>
	<div>Language: French</div>
	<div>Has Translation: Red and Black : A New Translation, Backgrounds and Sources, Criticism</div>
</div>
<div>
    <h1>Red and Black : A New Translation, Backgrounds and Sources, Criticism</h1>
    <div>Author: Stendhal</div>
	<div>Language: English</div>
	<div>Subject: Psychological fiction, French</div>
	<div>Translation of: Rouge et le noir</div>
	<div>Translator: Robert Martin Adams</div>
</div>
</div>
<div>
<div itemscope itemtype="http://schema.org/Book" itemid="http://worldcat.org/entity/work/id/2292573321">
	<h1><span itemprop="name">Rouge et le noir</span></h1>
    <div>Author: <span itemprop="author" itemscope itemtype="http://schema.org/Person" itemid="http://viaf.org/viaf/17823">Stendhal</span></div>
	<div>Language: <meta itemprop="inLanguage" content="fr" />French</div>
	<div>Has Translation: <span itemprop="workTranslation" itemscope itemtype="http://schema.org/CreativeWork" itemid="http://worldcat.org/entity/work/id/460647">Red and Black : A New Translation, Backgrounds and Sources, Criticism</span></div>
</div>
<div itemscope itemtype="http://schema.org/Book" itemid="http://worldcat.org/entity/work/id/460647">
    <h1><span itemprop="name">Red and Black : A New Translation, Backgrounds and Sources, Criticism</span></h1>
    <div>Author: <span itemprop="author" itemscope itemtype="http://schema.org/Person" itemid="http://viaf.org/viaf/17823">Stendhal</span></div>
	<div>Language: <meta itemprop="inLanguage" content="en" />English</div>
	<div>Subject: <span itemprop="about">Psychological fiction, French</span></div>
	<div>Translation of: <span itemprop="translationOfWork" itemscope itemtype="http://schema.org/CreativeWork" itemid="http://worldcat.org/entity/work/id/2292573321">Rouge et le noir</span></div>
	<div>Translator: <span itemprop="translator" itemscope itemtype="http://schema.org/Person" itemid="http://viaf.org/viaf/8453420">Robert Martin Adams</span></div>
</div>
</div>
<div vocab="http://schema.org/">
<div typeof="Book" resource="http://worldcat.org/entity/work/id/2292573321">
	<h1><span property="name">Rouge et le noir</span></h1>
    <div>Author: <span property="author" typeof="Person" resource="http://viaf.org/viaf/17823">Stendhal</span></div>
	<div>Language: <span property="inLanguage" content="fr">French</span></div>
	<div>Has Translation: <span property="workTranslation" typeof="CreativeWork" resource="http://worldcat.org/entity/work/id/460647">Red and Black : A New Translation, Backgrounds and Sources, Criticism</span></div>
</div>
<div typeof="Book" resource="http://worldcat.org/entity/work/id/460647">
    <h1><span property="name">Red and Black : A New Translation, Backgrounds and Sources, Criticism</span></h1>
    <div>Author: <span property="author" typeof="Person" resource="http://viaf.org/viaf/17823">Stendhal</span></div>
	<div>Language: <span property="inLanguage" content="en">English</span></div>
	<div>Subject: <span property="about">Psychological fiction, French</span></div>
	<div>Translation of: <span property="translationOfWork" typeof="CreativeWork" resource="http://worldcat.org/entity/work/id/2292573321">Rouge et le noir</span></div>
	<div>Translator: <span property="translator" typeof="Person" resource="http://viaf.org/viaf/8453420">Robert Martin Adams</span></div>
</div>
</div>
<script type="application/ld+json">
{
  "@context": {
    "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
    "rdfa": "http://www.w3.org/ns/rdfa#",
    "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
    "schema": "http://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#"
  },
  "@graph": [
    {
      "@id": "",
      "rdfa:usesVocabulary": {
        "@id": "schema:"
      }
    },
    {
      "@id": "http://worldcat.org/entity/work/id/2292573321",
      "@type": "schema:Book",
      "schema:author": {
        "@id": "http://viaf.org/viaf/17823"
      },
      "schema:inLanguage": "fr",
      "schema:name": "Rouge et le noir",
      "schema:workTranslation": {
        "@id": "http://worldcat.org/entity/work/id/460647"
      }
    },
    {
      "@id": "http://worldcat.org/entity/work/id/460647",
      "@type": "schema:Book",
      "schema:about": "Psychological fiction, French",
      "schema:author": {
        "@id": "http://viaf.org/viaf/17823"
      },
      "schema:inLanguage": "en",
      "schema:name": "Red and Black : A New Translation, Backgrounds and Sources, Criticism",
      "schema:translationOfWork": {
        "@id": "http://worldcat.org/entity/work/id/2292573321"
      },
      "schema:translator": {
        "@id": "http://viaf.org/viaf/8453420"
      }
    }
  ]
}
</script>

Schema Version 3.2