
<!DOCTYPE html>
<html lang="en">
<!-- Generated from TermPageEx.j2 -->
    
    
    <head>

    <title>Thing - Schema.org Type</title>
    <meta charset="utf-8" >
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="description" content="Schema.org Type: Thing - The most generic type of item." />
    <link rel="shortcut icon" type="image/png" href="/docs/favicon.ico"/>
    <link rel="stylesheet" type="text/css" href="/docs/schemaorg.css" />
    <link rel="stylesheet" type="text/css" href="/docs/devnote.css" />
    <link rel="stylesheet" type="text/css" href="/docs/prettify.css" />
    <script src="/docs/prettify.js"></script>
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
    <script src="/docs/schemaorg.js"></script>
<!-- <script src="/docs/debugwindow/viewconsole.js"></script> -->
    <script src="/docs/sdotermpage.js"></script>
    <link rel="stylesheet" type="text/css" href="/docs/sdotermpage.css" />
    <script src="/docs/pretty-markup/schemarama-parsing.bundle.min.js"></script>
    <script src="/docs/pretty-markup/layout.js"></script>
    <link rel="stylesheet" type="text/css" href="/docs/pretty-markup/style.css" />
    <script src="/docs/clipboard/clipboard.min.js"></script>

<link rel="canonical" href="https://schema.org/Thing" />
   
</head>
<body>
    <!-- Header start from PageHeader.j2 -->
<!-- Static Doc Insert PageHead -->

<div id="container">
  <div id="headerwrap">
    <div id="pagehead1" class="mobnav">
      <div class="header-block" id="pagehead-left">
        <div id="sitename2">
          <a href="/">Schema.org</a>
        </div>
        <div id="navicon2">
          <a href="javascript:void(0);" class="icon" onclick="navFunction()"><img height="40" src="/docs/menu-bar-icon-white.png"></a>
        </div>
      </div>
      <div  class="header-block header-block-right mobnav" id="pagehead-mid">
        <div id="selectionbar2">
          <ul>
            <li>
              <a href="/docs/documents.html">Documentation</a>
            </li>
            <li>
              <a href="/docs/schemas.html">Schemas</a>
            </li>
            <li>
              <a href="/docs/about.html">About</a>
            </li>
          <!--
             <li>
              <a href="/">Home</a>
            </li>
          -->
          </ul>
        </div> <!-- selectionbar -->
      </div>
      <div  class="header-block header-block-right mobnav" id="pagehead-right">
        <div id="cse-search-form2">
            <div class="gcse-searchbox-only" data-resultsUrl="/docs/search_results.html"></div>
        </div>
      </div>
    </div>
  </div>
  <div class="devnote"><b>Note</b>: you are viewing the
    <!-- <a href="http://webschemas.org/">webschemas.org</a>--> development
    version of <a href="schema.org">schema.org</a>.
    See <a href="/docs/howwework.html">How we work</a> for more details.
  </div>
</div>
  
 
<!-- Header end from PageHeader.j2 -->
    <div id="mainContent">
	    
<div id="infoblock">
	<!-- Label /  termType  / canonical URI -->
    <div id="infohead">
        <h1>Thing</h1>
        <em>A Schema.org Type</em>
        <br/>
        <!-- Pending/retired -->
        
        
        
    </div>
	<!-- Breadcrumb display of term inheritance -->
    <div class="superPaths">
    
         
					
					
    
    
    <a href="/Thing"  
        class="core" title="Thing">Thing</a>
        <br/>
    
    </div>
    <!-- More Block -->
    <div>
            <div id='infobox' style='text-align: right;' role="checkbox" aria-checked="false">
                <label for="morecheck"><b><span style="cursor: pointer;">[more...]</span></b></label>
            </div>
            <input type='checkbox' checked="checked" style='display: none' id=morecheck><div id='infomsg' style='background-color: #EEEEEE; text-align: left; padding: 0.5em;'>
            <ul><li> <span class="canonicalUrl">Canonical URL: http://schema.org/Thing</span> </li>
            
                <li><a href='https://docs.google.com/a/google.com/forms/d/1krxHlWJAO3JgvHRZV9Rugkr9VYnMdrI10xbGsWt733c/viewform?entry.1174568178&entry.41124795=http://schema.org/Thing&entry.882602760=Type'>Leave public feedback on this term &#128172;</a></li><li><a href='https://github.com/schemaorg/schemaorg/issues?q=is%3Aissue+is%3Aopen+Thing'>Check for open issues.</a></li></ul>
    </div>
    </div>
	
	<!-- Description of term -->
    <div class="description">The most generic type of item.</div>
        
    
	
</div> <!-- infoblock -->
		
		
            <!-- Show properties (if any) associated with term and its supertypes -->
    	    <!-- Properties block for term: Thing-->

<!-- Identify if this term or one of its supertypes has any associated properties -->






	<table class="definition-table">
	    <thead>
	      <tr><th>Property</th><th>Expected Type</th><th>Description</th></tr>
	  </thead>
	  <!-- Properties for Term: Thing-->


    
        <tr class="supertype"><th class="supertype-name" colspan="3">Properties from 
    
    
    <a href="/Thing"  
        class="core" title="Thing">Thing</a></th></tr>
    
	
        <tr><th class="prop-nam"><code>
    
    
    <a href="/additionalType"  
        class="core" title="additionalType">additionalType</a></code></th>
            <td class="prop-ect">
                
    
    
    <a href="/URL"  
        class="core" title="URL">URL</a></td>
            <td class="prop-desc">An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. In RDFa syntax, it is better to use the native RDFa syntax - the 'typeof' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.
                
                
                
            </td>
        </tr>
    

    
	
        <tr><th class="prop-nam"><code>
    
    
    <a href="/alternateName"  
        class="core" title="alternateName">alternateName</a></code></th>
            <td class="prop-ect">
                
    
    
    <a href="/Text"  
        class="core" title="Text">Text</a></td>
            <td class="prop-desc">An alias for the item.
                
                
                
            </td>
        </tr>
    

    
	
        <tr><th class="prop-nam"><code>
    
    
    <a href="/description"  
        class="core" title="description">description</a></code></th>
            <td class="prop-ect">
                
    
    
    <a href="/Text"  
        class="core" title="Text">Text</a></td>
            <td class="prop-desc">A description of the item.
                
                
                
            </td>
        </tr>
    

    
	
        <tr><th class="prop-nam"><code>
    
    
    <a href="/disambiguatingDescription"  
        class="core" title="disambiguatingDescription">disambiguatingDescription</a></code></th>
            <td class="prop-ect">
                
    
    
    <a href="/Text"  
        class="core" title="Text">Text</a></td>
            <td class="prop-desc">A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.
                
                
                
            </td>
        </tr>
    

    
	
        <tr><th class="prop-nam"><code>
    
    
    <a href="/identifier"  
        class="core" title="identifier">identifier</a></code></th>
            <td class="prop-ect">
                
    
    
    <a href="/PropertyValue"  
        class="core" title="PropertyValue">PropertyValue</a>&nbsp; or <br/>
                
    
    
    <a href="/Text"  
        class="core" title="Text">Text</a>&nbsp; or <br/>
                
    
    
    <a href="/URL"  
        class="core" title="URL">URL</a></td>
            <td class="prop-desc">The identifier property represents any kind of identifier for any kind of <a class="localLink" href="/Thing">Thing</a>, such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See <a href="/docs/datamodel.html#identifierBg">background notes</a> for more details.
                
                
                
            </td>
        </tr>
    

    
	
        <tr><th class="prop-nam"><code>
    
    
    <a href="/image"  
        class="core" title="image">image</a></code></th>
            <td class="prop-ect">
                
    
    
    <a href="/ImageObject"  
        class="core" title="ImageObject">ImageObject</a>&nbsp; or <br/>
                
    
    
    <a href="/URL"  
        class="core" title="URL">URL</a></td>
            <td class="prop-desc">An image of the item. This can be a <a class="localLink" href="/URL">URL</a> or a fully described <a class="localLink" href="/ImageObject">ImageObject</a>.
                
                
                
            </td>
        </tr>
    

    
	
        <tr><th class="prop-nam"><code>
    
    
    <a href="/mainEntityOfPage"  
        class="core" title="mainEntityOfPage">mainEntityOfPage</a></code></th>
            <td class="prop-ect">
                
    
    
    <a href="/CreativeWork"  
        class="core" title="CreativeWork">CreativeWork</a>&nbsp; or <br/>
                
    
    
    <a href="/URL"  
        class="core" title="URL">URL</a></td>
            <td class="prop-desc">Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See <a href="/docs/datamodel.html#mainEntityBackground">background notes</a> for details.
                
                
                <br/>Inverse property: 
    
    
    <a href="/mainEntity"  
        class="core" title="mainEntity">mainEntity</a>
            </td>
        </tr>
    

    
	
        <tr><th class="prop-nam"><code>
    
    
    <a href="/name"  
        class="core" title="name">name</a></code></th>
            <td class="prop-ect">
                
    
    
    <a href="/Text"  
        class="core" title="Text">Text</a></td>
            <td class="prop-desc">The name of the item.
                
                
                
            </td>
        </tr>
    

    
	
        <tr><th class="prop-nam"><code>
    
    
    <a href="/potentialAction"  
        class="core" title="potentialAction">potentialAction</a></code></th>
            <td class="prop-ect">
                
    
    
    <a href="/Action"  
        class="core" title="Action">Action</a></td>
            <td class="prop-desc">Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role.
                
                
                
            </td>
        </tr>
    

    
	
        <tr><th class="prop-nam"><code>
    
    
    <a href="/sameAs"  
        class="core" title="sameAs">sameAs</a></code></th>
            <td class="prop-ect">
                
    
    
    <a href="/URL"  
        class="core" title="URL">URL</a></td>
            <td class="prop-desc">URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website.
                
                
                
            </td>
        </tr>
    

    
	
        <tr><th class="prop-nam"><code>
    
    
    <a href="/subjectOf"  
        class="core" title="subjectOf">subjectOf</a></code></th>
            <td class="prop-ect">
                
    
    
    <a href="/CreativeWork"  
        class="core" title="CreativeWork">CreativeWork</a>&nbsp; or <br/>
                
    
    
    <a href="/Event"  
        class="core" title="Event">Event</a></td>
            <td class="prop-desc">A CreativeWork or Event about this Thing.
                
                
                <br/>Inverse property: 
    
    
    <a href="/about"  
        class="core" title="about">about</a>
            </td>
        </tr>
    

    
	
        <tr><th class="prop-nam"><code>
    
    
    <a href="/url"  
        class="core" title="url">url</a></code></th>
            <td class="prop-ect">
                
    
    
    <a href="/URL"  
        class="core" title="URL">URL</a></td>
            <td class="prop-desc">URL of the item.
                
                
                
            </td>
        </tr>
    


	  

	 </table>
 
		
    		<!-- List properties that have this term as an Expected type -->
    	    
  
	<br/><div id="incoming">Instances of 
    
    
    <a href="/Thing"  
        class="core" title="Thing">Thing</a>  may appear as a value for the following properties</div>
	<table class="definition-table">
    <thead><tr><th>Property</th><th>On Types</th><th>Description</th></tr></thead>
  
  <tr><th class="prop-nam">
    
    
    <a href="/about"  
        class="core" title="about">about</a></th>
      <td class="prop-ect">
    
    
    <a href="/CommunicateAction"  
        class="core" title="CommunicateAction">CommunicateAction</a>&nbsp; or <br/>
    
    
    <a href="/CreativeWork"  
        class="core" title="CreativeWork">CreativeWork</a>&nbsp; or <br/>
    
    
    <a href="/Event"  
        class="core" title="Event">Event</a></td>
      <td class="prop-desc">The subject matter of the content.
  </tr> 
  
  

  
  <tr><th class="prop-nam">
    
    
    <a href="/actionOption"  
        class="core" title="actionOption">actionOption</a></th>
      <td class="prop-ect">
    
    
    <a href="/ChooseAction"  
        class="core" title="ChooseAction">ChooseAction</a></td>
      <td class="prop-desc">A sub property of object. The options subject to this action.
  </tr> 
  
  

  
  <tr><th class="prop-nam">
    
    
    <a href="/category"  
        class="core" title="category">category</a></th>
      <td class="prop-ect">
    
    
    <a href="/ActionAccessSpecification"  
        class="core" title="ActionAccessSpecification">ActionAccessSpecification</a>&nbsp; or <br/>
    
    
    <a href="/Invoice"  
        class="core" title="Invoice">Invoice</a>&nbsp; or <br/>
    
    
    <a href="/Offer"  
        class="core" title="Offer">Offer</a>&nbsp; or <br/>
    
    
    <a href="/PhysicalActivity"  
        class="core" title="PhysicalActivity">PhysicalActivity</a>&nbsp; or <br/>
    
    
    <a href="/Product"  
        class="core" title="Product">Product</a>&nbsp; or <br/>
    
    
    <a href="/Recommendation"  
        class="ext ext-pending" title="Recommendation">Recommendation</a>&nbsp; or <br/>
    
    
    <a href="/Service"  
        class="core" title="Service">Service</a>&nbsp; or <br/>
    
    
    <a href="/SpecialAnnouncement"  
        class="ext ext-pending" title="SpecialAnnouncement">SpecialAnnouncement</a></td>
      <td class="prop-desc">A category for the item. Greater signs or slashes can be used to informally indicate a category hierarchy.
  </tr> 
  
  

  
  <tr><th class="prop-nam">
    
    
    <a href="/characterAttribute"  
        class="core" title="characterAttribute">characterAttribute</a></th>
      <td class="prop-ect">
    
    
    <a href="/Game"  
        class="core" title="Game">Game</a>&nbsp; or <br/>
    
    
    <a href="/VideoGameSeries"  
        class="core" title="VideoGameSeries">VideoGameSeries</a></td>
      <td class="prop-desc">A piece of data that represents a particular aspect of a fictional character (skill, power, character points, advantage, disadvantage).
  </tr> 
  
  

  
  <tr><th class="prop-nam">
    
    
    <a href="/collection"  
        class="core" title="collection">collection</a></th>
      <td class="prop-ect">
    
    
    <a href="/UpdateAction"  
        class="core" title="UpdateAction">UpdateAction</a></td>
      <td class="prop-desc">A sub property of object. The collection target of the action.
  </tr> 
  
  

  
  <tr><th class="prop-nam">
    
    
    <a href="/dataFeedElement"  
        class="core" title="dataFeedElement">dataFeedElement</a></th>
      <td class="prop-ect">
    
    
    <a href="/DataFeed"  
        class="core" title="DataFeed">DataFeed</a></td>
      <td class="prop-desc">An item within in a data feed. Data feeds may have many elements.
  </tr> 
  
  

  
  <tr><th class="prop-nam">
    
    
    <a href="/defaultValue"  
        class="core" title="defaultValue">defaultValue</a></th>
      <td class="prop-ect">
    
    
    <a href="/PropertyValueSpecification"  
        class="core" title="PropertyValueSpecification">PropertyValueSpecification</a></td>
      <td class="prop-desc">The default value of the input.  For properties that expect a literal, the default is a literal value, for properties that expect an object, it's an ID reference to one of the current values.
  </tr> 
  
  

  
  <tr><th class="prop-nam">
    
    
    <a href="/error"  
        class="core" title="error">error</a></th>
      <td class="prop-ect">
    
    
    <a href="/Action"  
        class="core" title="Action">Action</a></td>
      <td class="prop-desc">For failed actions, more information on the cause of the failure.
  </tr> 
  
  

  
  <tr><th class="prop-nam">
    
    
    <a href="/fundedItem"  
        class="core" title="fundedItem">fundedItem</a></th>
      <td class="prop-ect">
    
    
    <a href="/Grant"  
        class="ext ext-pending" title="Grant">Grant</a></td>
      <td class="prop-desc">Indicates an item funded or sponsored through a <a class="localLink" href="/Grant">Grant</a>.
  </tr> 
  
  

  
  <tr><th class="prop-nam">
    
    
    <a href="/gameItem"  
        class="core" title="gameItem">gameItem</a></th>
      <td class="prop-ect">
    
    
    <a href="/Game"  
        class="core" title="Game">Game</a>&nbsp; or <br/>
    
    
    <a href="/VideoGameSeries"  
        class="core" title="VideoGameSeries">VideoGameSeries</a></td>
      <td class="prop-desc">An item is an object within the game world that can be collected by a player or, occasionally, a non-player character.
  </tr> 
  
  

  
  <tr><th class="prop-nam">
    
    
    <a href="/gamePlatform"  
        class="core" title="gamePlatform">gamePlatform</a></th>
      <td class="prop-ect">
    
    
    <a href="/VideoGame"  
        class="core" title="VideoGame">VideoGame</a>&nbsp; or <br/>
    
    
    <a href="/VideoGameSeries"  
        class="core" title="VideoGameSeries">VideoGameSeries</a></td>
      <td class="prop-desc">The electronic systems used to play <a href="http://en.wikipedia.org/wiki/Category:Video_game_platforms">video games</a>.
  </tr> 
  
  

  
  <tr><th class="prop-nam">
    
    
    <a href="/instrument"  
        class="core" title="instrument">instrument</a></th>
      <td class="prop-ect">
    
    
    <a href="/Action"  
        class="core" title="Action">Action</a></td>
      <td class="prop-desc">The object that helped the agent perform the action. e.g. John wrote a book with <em>a pen</em>.
  </tr> 
  
  

  
  <tr><th class="prop-nam">
    
    
    <a href="/item"  
        class="core" title="item">item</a></th>
      <td class="prop-ect">
    
    
    <a href="/DataFeedItem"  
        class="core" title="DataFeedItem">DataFeedItem</a>&nbsp; or <br/>
    
    
    <a href="/ListItem"  
        class="core" title="ListItem">ListItem</a></td>
      <td class="prop-desc">An entity represented by an entry in a list or data feed (e.g. an 'artist' in a list of 'artists')’.
  </tr> 
  
  

  
  <tr><th class="prop-nam">
    
    
    <a href="/itemListElement"  
        class="core" title="itemListElement">itemListElement</a></th>
      <td class="prop-ect">
    
    
    <a href="/ItemList"  
        class="core" title="ItemList">ItemList</a></td>
      <td class="prop-desc">For itemListElement values, you can use simple strings (e.g. "Peter", "Paul", "Mary"), existing entities, or use ListItem.<br/><br/>

Text values are best if the elements in the list are plain strings. Existing entities are best for a simple, unordered list of existing things in your data. ListItem is used with ordered lists when you want to provide additional context about the element in that list or when the same item might be in different places in different lists.<br/><br/>

Note: The order of elements in your mark-up is not sufficient for indicating the order or elements.  Use ListItem with a 'position' property in such cases.
  </tr> 
  
  

  
  <tr><th class="prop-nam">
    
    
    <a href="/itemReviewed"  
        class="core" title="itemReviewed">itemReviewed</a></th>
      <td class="prop-ect">
    
    
    <a href="/AggregateRating"  
        class="core" title="AggregateRating">AggregateRating</a>&nbsp; or <br/>
    
    
    <a href="/Review"  
        class="core" title="Review">Review</a></td>
      <td class="prop-desc">The item that is being reviewed/rated.
  </tr> 
  
  

  
  <tr><th class="prop-nam">
    
    
    <a href="/knowsAbout"  
        class="core" title="knowsAbout">knowsAbout</a></th>
      <td class="prop-ect">
    
    
    <a href="/Organization"  
        class="core" title="Organization">Organization</a>&nbsp; or <br/>
    
    
    <a href="/Person"  
        class="core" title="Person">Person</a></td>
      <td class="prop-desc">Of a <a class="localLink" href="/Person">Person</a>, and less typically of an <a class="localLink" href="/Organization">Organization</a>, to indicate a topic that is known about - suggesting possible expertise but not implying it. We do not distinguish skill levels here, or relate this to educational content, events, objectives or <a class="localLink" href="/JobPosting">JobPosting</a> descriptions.
  </tr> 
  
  

  
  <tr><th class="prop-nam">
    
    
    <a href="/mainEntity"  
        class="core" title="mainEntity">mainEntity</a></th>
      <td class="prop-ect">
    
    
    <a href="/CreativeWork"  
        class="core" title="CreativeWork">CreativeWork</a></td>
      <td class="prop-desc">Indicates the primary entity described in some page or other CreativeWork.
  </tr> 
  
  

  
  <tr><th class="prop-nam">
    
    
    <a href="/mentions"  
        class="core" title="mentions">mentions</a></th>
      <td class="prop-ect">
    
    
    <a href="/CreativeWork"  
        class="core" title="CreativeWork">CreativeWork</a></td>
      <td class="prop-desc">Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept.
  </tr> 
  
  

  
  <tr><th class="prop-nam">
    
    
    <a href="/object"  
        class="core" title="object">object</a></th>
      <td class="prop-ect">
    
    
    <a href="/Action"  
        class="core" title="Action">Action</a></td>
      <td class="prop-desc">The object upon which the action is carried out, whose state is kept intact or changed. Also known as the semantic roles patient, affected or undergoer (which change their state) or theme (which doesn't). e.g. John read <em>a book</em>.
  </tr> 
  
  

  
  <tr><th class="prop-nam">
    
    
    <a href="/option"  
        class="core" title="option">option</a></th>
      <td class="prop-ect">
    
    
    <a href="/ChooseAction"  
        class="core" title="ChooseAction">ChooseAction</a></td>
      <td class="prop-desc">A sub property of object. The options subject to this action.
  </tr> 
  
  

  
  <tr><th class="prop-nam">
    
    
    <a href="/produces"  
        class="core" title="produces">produces</a></th>
      <td class="prop-ect">
    
    
    <a href="/Service"  
        class="core" title="Service">Service</a></td>
      <td class="prop-desc">The tangible thing generated by the service, e.g. a passport, permit, etc.
  </tr> 
  
  

  
  <tr><th class="prop-nam">
    
    
    <a href="/quest"  
        class="core" title="quest">quest</a></th>
      <td class="prop-ect">
    
    
    <a href="/Game"  
        class="core" title="Game">Game</a>&nbsp; or <br/>
    
    
    <a href="/VideoGameSeries"  
        class="core" title="VideoGameSeries">VideoGameSeries</a></td>
      <td class="prop-desc">The task that a player-controlled character, or group of characters may complete in order to gain a reward.
  </tr> 
  
  

  
  <tr><th class="prop-nam">
    
    
    <a href="/replacee"  
        class="core" title="replacee">replacee</a></th>
      <td class="prop-ect">
    
    
    <a href="/ReplaceAction"  
        class="core" title="ReplaceAction">ReplaceAction</a></td>
      <td class="prop-desc">A sub property of object. The object that is being replaced.
  </tr> 
  
  

  
  <tr><th class="prop-nam">
    
    
    <a href="/replacer"  
        class="core" title="replacer">replacer</a></th>
      <td class="prop-ect">
    
    
    <a href="/ReplaceAction"  
        class="core" title="ReplaceAction">ReplaceAction</a></td>
      <td class="prop-desc">A sub property of object. The object that replaces.
  </tr> 
  
  

  
  <tr><th class="prop-nam">
    
    
    <a href="/requiredCollateral"  
        class="core" title="requiredCollateral">requiredCollateral</a></th>
      <td class="prop-ect">
    
    
    <a href="/LoanOrCredit"  
        class="core" title="LoanOrCredit">LoanOrCredit</a></td>
      <td class="prop-desc">Assets required to secure loan or credit repayments. It may take form of third party pledge, goods, financial instruments (cash, securities, etc.)
  </tr> 
  
  

  
  <tr><th class="prop-nam">
    
    
    <a href="/reservationFor"  
        class="core" title="reservationFor">reservationFor</a></th>
      <td class="prop-ect">
    
    
    <a href="/Reservation"  
        class="core" title="Reservation">Reservation</a></td>
      <td class="prop-desc">The thing -- flight, event, restaurant,etc. being reserved.
  </tr> 
  
  

  
  <tr><th class="prop-nam">
    
    
    <a href="/result"  
        class="core" title="result">result</a></th>
      <td class="prop-ect">
    
    
    <a href="/Action"  
        class="core" title="Action">Action</a></td>
      <td class="prop-desc">The result produced in the action. e.g. John wrote <em>a book</em>.
  </tr> 
  
  

  
  <tr><th class="prop-nam">
    
    
    <a href="/serviceOutput"  
        class="core" title="serviceOutput">serviceOutput</a></th>
      <td class="prop-ect">
    
    
    <a href="/Service"  
        class="core" title="Service">Service</a></td>
      <td class="prop-desc">The tangible thing generated by the service, e.g. a passport, permit, etc.
  </tr> 
  
  

  
  <tr><th class="prop-nam">
    
    
    <a href="/targetCollection"  
        class="core" title="targetCollection">targetCollection</a></th>
      <td class="prop-ect">
    
    
    <a href="/UpdateAction"  
        class="core" title="UpdateAction">UpdateAction</a></td>
      <td class="prop-desc">A sub property of object. The collection target of the action.
  </tr> 
  
  
	 </table>
  

        
        
        
        	
		

		
        <!-- List subtypes/subproperties -->
        
            
            
    	    
    	    	<!-- List subs (Subtypes/subproperties/enumeration members/etc.) for Term -->


    
     <br/><b><a  id="subtypes" title="Link: #subtypes" href="#subtypes" class="clickableAnchor" >More specific Types</a></b><ul>
    
	<li>
    
    
    <a href="/Action"  
        class="core" title="Action">Action</a></li>
    

    
	<li>
    
    
    <a href="/CreativeWork"  
        class="core" title="CreativeWork">CreativeWork</a></li>
    

    
	<li>
    
    
    <a href="/Event"  
        class="core" title="Event">Event</a></li>
    

    
	<li>
    
    
    <a href="/Intangible"  
        class="core" title="Intangible">Intangible</a></li>
    

    
	<li>
    
    
    <a href="/MedicalEntity"  
        class="core" title="MedicalEntity">MedicalEntity</a></li>
    

    
	<li>
    
    
    <a href="/Organization"  
        class="core" title="Organization">Organization</a></li>
    

    
	<li>
    
    
    <a href="/Person"  
        class="core" title="Person">Person</a></li>
    

    
	<li>
    
    
    <a href="/Place"  
        class="core" title="Place">Place</a></li>
    

    
	<li>
    
    
    <a href="/Product"  
        class="core" title="Product">Product</a></li>
    

    
	<li>
    
    
    <a href="/StupidType"  
        class="core" title="StupidType">StupidType</a></li>
    
     </ul>
    

        
			
		<!-- list supersedes and superseded references -->
		


        <!-- list source references and acknowledgements -->
		




		<!-- list examples  -->
		<!-- Examples block for term: Thing-->

<div id="examplespannel" style="width:auto; overflow-x: auto;">

<b><a  id="examples" title="Link: #examples" href="#examples" class="clickableAnchor"  >Examples</a></b><br/><br/>

<div class="example-head">
        <a  id="eg-0246" title="Link: #eg-0246" href="#eg-0246" class="clickableAnchor" >Example 1</a>			<div class="tooltip">	
				<button class="clip clipbutton eg-0246" data-clipboard-target=".ds-tab.selected.eg-0246 .clipsource" title="Copy example to clipboard">
				    <img src="/docs/clipboard/clippy.svg" width="13" alt="Copy to clipboard">
				</button>
				<span class="tooltiptext eg-0246">Copied</span>
			</div>
</div>
<div class='ds-selector-tabs ds-selector'>
  <div class='selectors'>
    <a data-selects='original_html' class='selected'>No Markup</a>
    <a data-selects='microdata' class=''>Microdata</a>
    <a data-selects='rdfa' class=''>RDFa</a>
    <a data-selects='jsonld' class=''>JSON-LD</a>
    <a data-selects='structure' class='extabs'>Structure</a>
  </div>

<div class="ds-tab eg-0246 original_html selected">
  <div class="ds-tab-note" >Example notes or example HTML without markup.</div>
  <pre class="ds-tab-content prettyprint lang-html linenums clipsource ">
See JSON example.
</pre>
</div>

<div class="ds-tab eg-0246 microdata">
  <div class="ds-tab-note" >Example encoded as <a class="ds-tab-note" href="https://en.wikipedia.org/wiki/Microdata_(HTML)">Microdata</a> embedded in HTML.</div>
  <pre class="ds-tab-content prettyprint lang-html linenums clipsource ">
See JSON example.
</pre>
</div>

<div class="ds-tab eg-0246 rdfa">
  <div class="ds-tab-note" >Example encoded as <a class="ds-tab-note" href="https://en.wikipedia.org/wiki/RDFa">RDFa</a> embedded in HTML.</div>
  <pre class="ds-tab-content prettyprint lang-html linenums clipsource ">
See JSON example.
</pre>
</div>

<div class="ds-tab eg-0246 jsonld ">
  <div class="ds-tab-note" >Example encoded as <a class="ds-tab-note" href="https://en.wikipedia.org/wiki/JSON-LD">JSON-LD</a> in a HTML script tag.</div>
  <pre class="ds-tab-content prettyprint lang-html linenums clipsource ">
&lt;script type=&#34;application/ld+json&#34;&gt;
{
  &#34;@context&#34;: &#34;https://schema.org/&#34;,
  &#34;@type&#34;: &#34;Thing&#34;,
  &#34;name&#34;: &#34;Schema.org Ontology&#34;,
  &#34;subjectOf&#34;: {
    &#34;@type&#34;: &#34;Book&#34;,
    &#34;name&#34;: &#34;The Complete History of Schema.org&#34;
  }
}
&lt;/script&gt;
</pre>
</div>

<div class="ds-tab eg-0246 structure extabs" data-ex="eg-0246">
  <div class="ds-tab-note" >Structured representation of the JSON-LD example.</div>
  <div class="ds-tab-content structureout extabs eg-0246" style="margin-left: 5px;"> </div>
  <div class="structuretext clipsource extabs eg-0246"></div>
</div>


<div class="payload eg-0246" style="display: none;">{
  &#34;@context&#34;: &#34;https://schema.org/&#34;,
  &#34;@type&#34;: &#34;Thing&#34;,
  &#34;name&#34;: &#34;Schema.org Ontology&#34;,
  &#34;subjectOf&#34;: {
    &#34;@type&#34;: &#34;Book&#34;,
    &#34;name&#34;: &#34;The Complete History of Schema.org&#34;
  }
}</div>
</div>

</div>
		
    </div> <!-- mainContent -->
	<!-- Footer start from PageFooter.j2 -->
    
    <div id="footer"><p>
      <div id="versioninfo">
          V11.0<br/>
          2020-11-30
      </div>
      <a href="/docs/terms.html">Terms and conditions</a>
    </div>

    <script>
      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

      ga('create', 'UA-52672119-1', 'auto');
      ga('send', 'pageview');

    </script>
<!-- Footer end from PageFooter.j2 -->
    
<script type="application/ld+json">
{
  "@context": {
    "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
    "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
    "schema": "http://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#"
  },
  "@graph": [
    {
      "@id": "schema:disambiguatingDescription",
      "@type": "rdf:Property",
      "rdfs:comment": "A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.",
      "rdfs:label": "disambiguatingDescription",
      "rdfs:subPropertyOf": {
        "@id": "schema:description"
      },
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:subjectOf",
      "@type": "rdf:Property",
      "rdfs:comment": "A CreativeWork or Event about this Thing.",
      "rdfs:label": "subjectOf",
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Event"
        },
        {
          "@id": "schema:CreativeWork"
        }
      ]
    },
    {
      "@id": "schema:additionalType",
      "@type": "rdf:Property",
      "rdfs:comment": "An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. In RDFa syntax, it is better to use the native RDFa syntax - the 'typeof' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.",
      "rdfs:label": "additionalType",
      "rdfs:subPropertyOf": {
        "@id": "http://schema.org/http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
      },
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": {
        "@id": "schema:URL"
      }
    },
    {
      "@id": "schema:identifier",
      "@type": "rdf:Property",
      "rdfs:comment": "The identifier property represents any kind of identifier for any kind of <a class=\"localLink\" href=\"/Thing\">Thing</a>, such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See <a href=\"/docs/datamodel.html#identifierBg\">background notes</a> for more details.",
      "rdfs:label": "identifier",
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:Text"
        },
        {
          "@id": "schema:PropertyValue"
        },
        {
          "@id": "schema:URL"
        }
      ]
    },
    {
      "@id": "schema:sameAs",
      "@type": "rdf:Property",
      "rdfs:comment": "URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website.",
      "rdfs:label": "sameAs",
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": {
        "@id": "schema:URL"
      }
    },
    {
      "@id": "schema:alternateName",
      "@type": "rdf:Property",
      "rdfs:comment": "An alias for the item.",
      "rdfs:label": "alternateName",
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:image",
      "@type": "rdf:Property",
      "rdfs:comment": "An image of the item. This can be a <a class=\"localLink\" href=\"/URL\">URL</a> or a fully described <a class=\"localLink\" href=\"/ImageObject\">ImageObject</a>.",
      "rdfs:label": "image",
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:URL"
        },
        {
          "@id": "schema:ImageObject"
        }
      ]
    },
    {
      "@id": "schema:name",
      "@type": "rdf:Property",
      "rdfs:comment": "The name of the item.",
      "rdfs:label": "name",
      "rdfs:subPropertyOf": {
        "@id": "http://schema.org/http://www.w3.org/2000/01/rdf-schema#label"
      },
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:url",
      "@type": "rdf:Property",
      "rdfs:comment": "URL of the item.",
      "rdfs:label": "url",
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": {
        "@id": "schema:URL"
      }
    },
    {
      "@id": "schema:mainEntityOfPage",
      "@type": "rdf:Property",
      "rdfs:comment": "Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See <a href=\"/docs/datamodel.html#mainEntityBackground\">background notes</a> for details.",
      "rdfs:label": "mainEntityOfPage",
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": [
        {
          "@id": "schema:URL"
        },
        {
          "@id": "schema:CreativeWork"
        }
      ]
    },
    {
      "@id": "schema:potentialAction",
      "@type": "rdf:Property",
      "rdfs:comment": "Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role.",
      "rdfs:label": "potentialAction",
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Action"
      }
    },
    {
      "@id": "schema:description",
      "@type": "rdf:Property",
      "rdfs:comment": "A description of the item.",
      "rdfs:label": "description",
      "schema:domainIncludes": {
        "@id": "schema:Thing"
      },
      "schema:rangeIncludes": {
        "@id": "schema:Text"
      }
    },
    {
      "@id": "schema:Thing",
      "@type": "rdfs:Class",
      "rdfs:comment": "The most generic type of item.",
      "rdfs:label": "Thing"
    }
  ]
}
</script>
    

</body>
</html>