Note: you are viewing the development version of schema.org. See How we work for more details.

isBasedOn

Thing > Property > isBasedOn

A resource from which this work is derived or from which it is a modification or adaption.
Values expected to be one of these types
CreativeWork
Product
URL
Used on these types
CreativeWork
Supersedes
isBasedOnUrl
Examples

Example 1
<dl>
<dt>Derivative work</dt>
<dd><p>In copyright law, a derivative work is an expressive creation that
    includes major elements of a previously created original work. An
    example of a derivative work is L.H.O.O.Q, or Mona Lisa With a Moustache,
    by Marcel Duchamp.</p>
    <p>Note: this defintion is based on the wikipedia article on Derivative
    Work</p>
</dd>
</dl>
<dl itemscope itemtype="http://schema.org/CreativeWork">
<dt itemprop="name">Derivative work</dt>
<dd><p itemprop="text">In copyright law, a derivative work is an expressive
    creation that includes major elements of a previously created original work.
    An example of a derivative work is L.H.O.O.Q, or Mona Lisa With a Moustache,
    by Marcel Duchamp.</p>
    <p itemprop="isBasedOn" itemscope itemtype="http://schema.org/CreativeWork">
    Note: this defintion is based on the <span itemprop="publisher">wikipedia</span>
    article on <span itemprop="name">Derivative Work</span>
    <link itemprop="url" href="https://en.wikipedia.org/wiki/Derivative_work" />
    </p>
</dd>
</dl>
<dl vocab="http://schema.org/" typeof="CreativeWork">
<dt property="name">Derivative work</dt>
<dd><p property="text">In copyright law, a derivative work is an expressive
    creation that includes major elements of a previously created original work.
    An example of a derivative work is L.H.O.O.Q, or Mona Lisa With a Moustache,
    by Marcel Duchamp.</p>
    <p property="isBasedOn" typeof="CreativeWork">
    Note: this defintion is based on the <span property="publisher">wikipedia</span>
    article on <span property="name">Derivative Work</span>
    <link property="url" href="https://en.wikipedia.org/wiki/Derivative_work" />
    </p>
</dd>
</dl>
<script type="application/ld+json">
{
  "@context":  "http://schema.org/",
  "@type": "CreativeWork",
  "name": "Derivative Work",
  "text": "In copyright law, a derivative work is an expressive creation that includes major elements of a previously created original work. An example of a derivative work is L.H.O.O.Q, or Mona Lisa With a Moustache, by Marcel Duchamp.",
  "isBasedOn": {
    "@type": "CreativeWork",
    "schema:name": "Derivative Work",
    "schema:publisher": "wikipedia",
    "schema:url": "https://en.wikipedia.org/wiki/Derivative_work"
  }
}
</script>