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

inDefinedTermSet

A Schema.org Property

This term is in the "new" area - implementation feedback and adoption from applications and websites can help improve our definitions.
A DefinedTermSet that contains this term.

Values expected to be one of these types

Used on these types


Sub-properties

Source

https://github.com/schemaorg/schemaorg/issues/894


Examples

Example 1
Copied
Example notes or example HTML without markup.
  1. <div>
  2.         <div>
  3.          <h1><a href="http://openjurist.org/dictionary/Ballentine">Ballentine&apos;s Law Dictionary</a></h1>
  4.         </div>
  5.         <div>
  6.                 <h2>Dictionary term</h2>
  7.                 Name: calendar year<br/>
  8.                 Description: The period from January 1st to December 31st, inclusive, of any year.<br/>
  9.                 In Dictionary: Ballentine&apos;s Law Dictionary
  10.         </div>
  11.         <div>
  12.                 <h2>Dictionary term</h2>
  13.                 Name: schema<br/>
  14.                 Description: A representation of a plan or theory in the form of an outline or model.<br/>
  15.                 In Dictionary: Ballentine&apos;s Law Dictionary
  16.         </div>
  17. </div>
Example encoded as Microdata embedded in HTML.
  1. <div>
  2.         <div itemscope itemtype="https://schema.org/DefinedTermSet">
  3.         <link itemprop="additionalType" href="https://schema.org/Book">
  4.          <h1><a itemprop="url" href="http://openjurist.org/dictionary/Ballentine"><span itemprop="name">Ballentine&apos;s Law Dictionary</span></a></h1>
  5.         </div>
  6.         <div itemscope itemtype="https://schema.org/DefinedTerm">
  7.                 <h2>Dictionary term</h2>
  8.                 <link itemprop="url" href="http://openjurist.org/dictionary/Ballentine/term/calendar-year"/>
  9.                 Name: <span itemprop="name">calendar year</span><br/>
  10.                 Description: <span itemprop="description">The period from January 1st to December 31st, inclusive, of any year.</span><br/>
  11.                 In Dictionary: Ballentine&apos;s Law Dictionary
  12.                 <link itemprop="inDefinedTermSet" href="http://openjurist.org/dictionary/Ballentine">
  13.         </div>
  14.         <div itemscope itemtype="https://schema.org/DefinedTerm">
  15.                 <h2>Dictionary term</h2>
  16.                 <link itemprop="url" href="http://openjurist.org/dictionary/Ballentine/term/schema"/>
  17.                 Name: <span itemprop="name">schema</span><br/>
  18.                 Description: <span itemprop="description">A representation of a plan or theory in the form of an outline or model.</span><br/>
  19.                 In Dictionary: Ballentine&apos;s Law Dictionary
  20.                 <link itemprop="inDefinedTermSet" href="http://openjurist.org/dictionary/Ballentine">
  21.         </div>
  22. </div>
Example encoded as RDFa embedded in HTML.
  1. <div  vocab="https://schema.org/">
  2.         <div typeof="DefinedTermSet Book">
  3.          <h1><a property="url" href="http://openjurist.org/dictionary/Ballentine"><span property="name">Ballentine&apos;s Law Dictionary</span></a></h1>
  4.         </div>
  5.         <div typeof="DefinedTerm">
  6.                 <h2>Dictionary term</h2>
  7.                 <link property="url" href="http://openjurist.org/dictionary/Ballentine/term/calendar-year"/>
  8.                 Name: <span property="name">calendar year</span><br/>
  9.                 Description: <span property="description">The period from January 1st to December 31st, inclusive, of any year.</span><br/>
  10.                 In Dictionary: Ballentine&apos;s Law Dictionary
  11.                 <link property="inDefinedTermSet" href="http://openjurist.org/dictionary/Ballentine">
  12.         </div>
  13.         <div typeof="DefinedTerm">
  14.                 <h2>Dictionary term</h2>
  15.                 <link propery="url" href="http://openjurist.org/dictionary/Ballentine/term/schema"/>
  16.                 Name: <span property="name">schema</span><br/>
  17.                 Description: <span property="description">A representation of a plan or theory in the form of an outline or model.</span><br/>
  18.                 In Dictionary: Ballentine&apos;s Law Dictionary
  19.                 <link property="inDefinedTermSet" href="http://openjurist.org/dictionary/Ballentine">
  20.         </div>
  21. </div>
Example encoded as JSON-LD in a HTML script tag.
  1. [
  2.         {
  3.                 "@context": "https://schema.org/"
  4.         },
  5.         {
  6.                 "@type": ["DefinedTermSet","Book"],
  7.                 "@id": "http://openjurist.org/dictionary/Ballentine",
  8.                 "name": "Ballentine's Law Dictionary"
  9.         },
  10.         {
  11.                 "@type": "DefinedTerm",
  12.                 "@id": "http://openjurist.org/dictionary/Ballentine/term/calendar-year",
  13.                 "name": "calendar year",
  14.                 "description": "The period from January 1st to December 31st, inclusive, of any year.",
  15.                 "inDefinedTermSet": "http://openjurist.org/dictionary/Ballentine"
  16.         },
  17.         {
  18.                 "@type": "DefinedTerm",
  19.                 "@id": "http://openjurist.org/dictionary/Ballentine/term/schema",
  20.                 "name": "schema",
  21.                 "description": "A representation of a plan or theory in the form of an outline or model.",
  22.                 "inDefinedTermSet": "http://openjurist.org/dictionary/Ballentine"
  23.         }
  24. ]
Structured representation of the JSON-LD example.
Example 2
Copied
Example notes or example HTML without markup.
  1. <div>
  2.         <h1>Occupation Term defined by <a href="http://onetonline.org">O*Net Online</a></h1>
  3.         <h2>51-6042.00 - Shoe Machine Operators and Tenders</h2>
  4.         Operate or tend a variety of machines to join, decorate, reinforce, or finish shoes and shoe parts.
  5. </div>
Example encoded as Microdata embedded in HTML.
  1. <div itemscope itemtype="https://schema.org/DefinedTerm">
  2.         <h1>Occupation Term defined by <a itemprop="inDefinedTermSet" href="http://onetonline.org">O*Net Online</a></h1>
  3.         <h2><span itemprop="termCode">51-6042.00</span> - <span itemprop="name">Shoe Machine Operators and Tenders</span></h2>
  4.         <span itemprop="description">Operate or tend a variety of machines to join, decorate, reinforce, or finish shoes and shoe parts.</span>
  5. </div>
Example encoded as RDFa embedded in HTML.
  1. <div vocab="https://schema.org/" typeof="DefinedTerm">
  2.         <h1>Occupation Term defined by <a property="inDefinedTermSet" href="http://onetonline.org">O*Net Online</a></h1>
  3.         <h2><span property="termCode">51-6042.00</span> - <span property="name">Shoe Machine Operators and Tenders</span></h2>
  4.         <span property="description">Operate or tend a variety of machines to join, decorate, reinforce, or finish shoes and shoe parts.</span>
  5. </div>
Example encoded as JSON-LD in a HTML script tag.
  1. {
  2.  "@context": "https://schema.org/",
  3.  "@type": "DefinedTerm",
  4.  "name": "Shoe Machine Operators and Tenders",
  5.  "termCode": "51-6042.00",
  6.  "description": "Operate or tend a variety of machines to join, decorate, reinforce, or finish shoes and shoe parts.",
  7.  "inDefinedTermSet": "http://onetonline.org"
  8. }
Structured representation of the JSON-LD example.