Revision 3fe76ec539cccabcea18e0f150b9a9f7931320be authored by RichardWallis on 21 July 2020, 09:03:17 UTC, committed by RichardWallis on 21 July 2020, 09:03:17 UTC
1 parent 62316af
Raw File
schema.rdfa
<!DOCTYPE html>
<html lang="en">
  <head>
    <title>Schema.org master file: RDFS in RDFa</title>
    <meta charset="UTF-8" />
    <style type="text/css">
      span.h {
        padding-left: 0px;
        font-weight: bold;
      }
      span {
        display: block;
        padding-left: 10px;
      }
    </style>
  </head>

  <body>
    <h1>Schema.org core schema</h1>

    <p>This is an RDFa-based representation of the schema.org schema, the underlying representation of the schema.org vocabulary.</p>

    <p>It is represented in a form based on W3C RDF/RDFS. We encourage proposals for schema.org improvements to be expressed
      in this same style. See the <a href="http://schema.org/docs/howwework.html">how we work</a> document for information on collaboration.</p>
    <p>
    See <a href="http://schema.org/docs/datamodel.html">datamodel</a> for more details,
    the <a href="http://schema.org/docs/developers.html">developers</a> page for alternate formats.
    </p>
    <p>
      Note: the style of RDFa used here may change in the future. To see the substantive content of the schema, view the
      HTML source markup. We use a simple subset of RDFa for syntax, including prefixes that are declared in the
      <a href="http://www.w3.org/2011/rdfa-context/rdfa-1.1">RDFa initial context</a>. We also use Markdown syntax within comments to
      make hypertext documentation easier to edit. Other <a href="http://schema.org/docs/developers.html#formats">formats</a> are available.
    </p>

    <hr />

    <div typeof="rdfs:Class" resource="http://schema.org/Thing">
      <span class="h" property="rdfs:label">Thing</span>
      <span property="rdfs:comment">The most generic type of item.</span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/CreativeWork">
      <span class="h" property="rdfs:label">CreativeWork</span>
      <span property="rdfs:comment">The most generic kind of creative work, including books, movies, photographs, software programs, etc.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Thing">Thing</a></span>
       <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews">rNews</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/WebPage">
      <span class="h" property="rdfs:label">WebPage</span>
      <span property="rdfs:comment">A web page. Every web page is implicitly assumed to be declared to be of type WebPage, so the various properties about that webpage, such as &lt;code&gt;breadcrumb&lt;/code&gt; may be used. We recommend explicit declaration if these properties are specified, but if they are found outside of an itemscope, they will be assumed to be about the page.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/AboutPage">
      <span class="h" property="rdfs:label">AboutPage</span>
      <span property="rdfs:comment">Web page type: About page.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/WebPage">WebPage</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Organization">
      <span class="h" property="rdfs:label">Organization</span>
      <span property="rdfs:comment">An organization such as a school, NGO, corporation, club, etc.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Thing">Thing</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Place">
      <span class="h" property="rdfs:label">Place</span>
      <span property="rdfs:comment">Entities that have a somewhat fixed, physical extension.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Thing">Thing</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/LocalBusiness">
      <span class="h" property="rdfs:label">LocalBusiness</span>
      <span property="rdfs:comment">A particular physical business or branch of an organization. Examples of LocalBusiness include a restaurant, a particular branch of a restaurant chain, a branch of a bank, a medical practice, a club, a bowling alley, etc.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Organization">Organization</a></span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Place">Place</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/MedicalOrganization">
      <span class="h" property="rdfs:label">MedicalOrganization</span>
      <span property="rdfs:comment">A medical organization (physical or not), such as hospital, institution or clinic.</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Organization">Organization</a></span>
    </div>


    <div typeof="rdfs:Class" resource="http://schema.org/Dentist">
      <span class="h" property="rdfs:label">Dentist</span>
      <span property="rdfs:comment">A dentist.</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/MedicalOrganization">MedicalOrganization</a></span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Hospital">
      <span class="h" property="rdfs:label">Hospital</span>
      <span property="rdfs:comment">A hospital.</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure">CivicStructure</a></span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/EmergencyService">EmergencyService</a></span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/MedicalOrganization">MedicalOrganization</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Physician">
      <span class="h" property="rdfs:label">Physician</span>
      <span property="rdfs:comment">A doctor's office.</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/MedicalOrganization">MedicalOrganization</a></span>
    </div>
    <div typeof="rdfs:Class" resource="http://schema.org/Pharmacy">
      <span class="h" property="rdfs:label">Pharmacy</span>
      <span property="rdfs:comment">A pharmacy or drugstore.</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/MedicalOrganization">MedicalOrganization</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/FinancialService">
      <span class="h" property="rdfs:label">FinancialService</span>
      <span property="rdfs:comment">Financial services business.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/ProfessionalService">
      <span class="h" property="rdfs:label">ProfessionalService</span>
      <span property="rdfs:comment">Original definition: "provider of professional services."\n\nThe general [[ProfessionalService]] type for local businesses was deprecated due to confusion with [[Service]]. For reference, the types that it included were: [[Dentist]],
        [[AccountingService]], [[Attorney]], [[Notary]], as well as types for several kinds of [[HomeAndConstructionBusiness]]: [[Electrician]], [[GeneralContractor]],
        [[HousePainter]], [[Locksmith]], [[Plumber]], [[RoofingContractor]]. [[LegalService]] was introduced as a more inclusive supertype of [[Attorney]].</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/LegalService">
      <span class="h" property="rdfs:label">LegalService</span>
      <span property="rdfs:comment">A LegalService is a business that provides legally-oriented services, advice and representation, e.g. law firms.\n\nAs a [[LocalBusiness]] it can be described as a [[provider]] of one or more [[Service]]\(s).</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/AccountingService">
      <span class="h" property="rdfs:label">AccountingService</span>
      <span property="rdfs:comment">Accountancy business.\n\nAs a [[LocalBusiness]] it can be described as a [[provider]] of one or more [[Service]]\(s).
      </span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/FinancialService">FinancialService</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/AdministrativeArea">
      <span class="h" property="rdfs:label">AdministrativeArea</span>
      <span property="rdfs:comment">A geographical region, typically under the jurisdiction of a particular government.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Place">Place</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/EntertainmentBusiness">
      <span class="h" property="rdfs:label">EntertainmentBusiness</span>
      <span property="rdfs:comment">A business providing entertainment.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/AdultEntertainment">
      <span class="h" property="rdfs:label">AdultEntertainment</span>
      <span property="rdfs:comment">An adult entertainment establishment.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/EntertainmentBusiness">EntertainmentBusiness</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Intangible">
      <span class="h" property="rdfs:label">Intangible</span>
      <span property="rdfs:comment">A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Thing">Thing</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Offer">
      <span class="h" property="rdfs:label">Offer</span>
      <span property="rdfs:comment">An offer to transfer some rights to an item or to provide a service — for example, an offer to sell tickets to an event, to rent the DVD of a movie, to stream a TV show over the internet, to repair a motorcycle, or to loan a book.\n\nFor [GTIN](http://www.gs1.org/barcodes/technical/idkeys/gtin)-related fields, see [Check Digit calculator](http://www.gs1.org/barcodes/support/check_digit_calculator) and [validation guide](http://www.gs1us.org/resources/standards/gtin-validation-guide) from [GS1](http://www.gs1.org/).</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
       <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms">GoodRelationsProperties</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/AggregateOffer">
      <span class="h" property="rdfs:label">AggregateOffer</span>
      <span property="rdfs:comment">When a single product is associated with multiple offers (for example, the same pair of shoes is offered by different merchants), then AggregateOffer can be used.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Offer">Offer</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Rating">
      <span class="h" property="rdfs:label">Rating</span>
      <span property="rdfs:comment">A rating is an evaluation on a numeric scale, such as 1 to 5 stars.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/AggregateRating">
      <span class="h" property="rdfs:label">AggregateRating</span>
      <span property="rdfs:comment">The average rating based on multiple ratings or reviews.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Rating">Rating</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/CivicStructure">
      <span class="h" property="rdfs:label">CivicStructure</span>
      <span property="rdfs:comment">A public structure, such as a town hall or concert hall.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Place">Place</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Airport">
      <span class="h" property="rdfs:label">Airport</span>
      <span property="rdfs:comment">An airport.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure">CivicStructure</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/AmusementPark">
      <span class="h" property="rdfs:label">AmusementPark</span>
      <span property="rdfs:comment">An amusement park.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/EntertainmentBusiness">EntertainmentBusiness</a></span>
    </div>
    <div typeof="rdfs:Class" resource="http://schema.org/AnimalShelter">
      <span class="h" property="rdfs:label">AnimalShelter</span>
      <span property="rdfs:comment">Animal shelter.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Residence">
      <span class="h" property="rdfs:label">Residence</span>
      <span property="rdfs:comment">The place where a person lives.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Place">Place</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/ApartmentComplex">
      <span class="h" property="rdfs:label">ApartmentComplex</span>
      <span property="rdfs:comment">Residence type: Apartment complex.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Residence">Residence</a></span>
    </div>


    <div typeof="rdfs:Class" resource="http://schema.org/Aquarium">
      <span class="h" property="rdfs:label">Aquarium</span>
      <span property="rdfs:comment">Aquarium.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure">CivicStructure</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/ArtGallery">
      <span class="h" property="rdfs:label">ArtGallery</span>
      <span property="rdfs:comment">An art gallery.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/EntertainmentBusiness">EntertainmentBusiness</a></span>
    </div>


    <div typeof="rdfs:Class" resource="http://schema.org/Article">
      <span class="h" property="rdfs:label">Article</span>
      <span property="rdfs:comment">An article, such as a news article or piece of investigative report. Newspapers and magazines have articles of many different types and this is intended to cover them all.\n\nSee also [blog post](http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html).</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
       <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews">rNews</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Attorney">
      <span class="h" property="rdfs:label">Attorney</span>
      <span property="rdfs:comment">Professional service: Attorney. \n\nThis type is deprecated - [[LegalService]] is more inclusive and less ambiguous.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LegalService">LegalService</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Audience">
      <span class="h" property="rdfs:label">Audience</span>
      <span property="rdfs:comment">Intended audience for an item, i.e. the group for whom the item was created.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
    </div>

    <div typeof="http://schema.org/Audience" resource="http://schema.org/Researcher">
      <span class="h" property="rdfs:label">Researcher</span>
      <span property="rdfs:comment">Researchers.</span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/MediaObject">
      <span class="h" property="rdfs:label">MediaObject</span>
      <span property="rdfs:comment">A media object, such as an image, video, or audio object embedded in a web page or a downloadable dataset i.e. DataDownload. Note that a creative work may have many media objects associated with it on the same web page. For example, a page about a single song (MusicRecording) may have a music video (VideoObject), and a high and low bandwidth audio stream (2 AudioObject&#39;s).</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/AudioObject">
      <span class="h" property="rdfs:label">AudioObject</span>
      <span property="rdfs:comment">An audio file.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/MediaObject">MediaObject</a></span>
       <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews">rNews</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/AutomotiveBusiness">
      <span class="h" property="rdfs:label">AutomotiveBusiness</span>
      <span property="rdfs:comment">Car repair, sales, or parts.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/AutoBodyShop">
      <span class="h" property="rdfs:label">AutoBodyShop</span>
      <span property="rdfs:comment">Auto body shop.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/AutomotiveBusiness">AutomotiveBusiness</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/AutoDealer">
      <span class="h" property="rdfs:label">AutoDealer</span>
      <span property="rdfs:comment">An car dealership.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/AutomotiveBusiness">AutomotiveBusiness</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Store">
      <span class="h" property="rdfs:label">Store</span>
      <span property="rdfs:comment">A retail good store.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/AutoPartsStore">
      <span class="h" property="rdfs:label">AutoPartsStore</span>
      <span property="rdfs:comment">An auto parts store.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/AutomotiveBusiness">AutomotiveBusiness</a></span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/AutoRental">
      <span class="h" property="rdfs:label">AutoRental</span>
      <span property="rdfs:comment">A car rental business.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/AutomotiveBusiness">AutomotiveBusiness</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/AutoRepair">
      <span class="h" property="rdfs:label">AutoRepair</span>
      <span property="rdfs:comment">Car repair business.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/AutomotiveBusiness">AutomotiveBusiness</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/AutoWash">
      <span class="h" property="rdfs:label">AutoWash</span>
      <span property="rdfs:comment">A car wash business.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/AutomotiveBusiness">AutomotiveBusiness</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/AutomatedTeller">
      <span class="h" property="rdfs:label">AutomatedTeller</span>
      <span property="rdfs:comment">ATM/cash machine.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/FinancialService">FinancialService</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/FoodEstablishment">
      <span class="h" property="rdfs:label">FoodEstablishment</span>
      <span property="rdfs:comment">A food-related business.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Bakery">
      <span class="h" property="rdfs:label">Bakery</span>
      <span property="rdfs:comment">A bakery.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/FoodEstablishment">FoodEstablishment</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/BankOrCreditUnion">
      <span class="h" property="rdfs:label">BankOrCreditUnion</span>
      <span property="rdfs:comment">Bank or credit union.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/FinancialService">FinancialService</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Barcode">
      <span class="h" property="rdfs:label">Barcode</span>
      <span property="rdfs:comment">An image of a visual machine-readable code such as a barcode or QR code.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/ImageObject">ImageObject</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/BarOrPub">
      <span class="h" property="rdfs:label">BarOrPub</span>
      <span property="rdfs:comment">A bar or pub.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/FoodEstablishment">FoodEstablishment</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Beach">
      <span class="h" property="rdfs:label">Beach</span>
      <span property="rdfs:comment">Beach.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure">CivicStructure</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/HealthAndBeautyBusiness">
      <span class="h" property="rdfs:label">HealthAndBeautyBusiness</span>
      <span property="rdfs:comment">Health and beauty.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/BeautySalon">
      <span class="h" property="rdfs:label">BeautySalon</span>
      <span property="rdfs:comment">Beauty salon.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/HealthAndBeautyBusiness">HealthAndBeautyBusiness</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/LodgingBusiness">
      <span class="h" property="rdfs:label">LodgingBusiness</span>
      <span property="rdfs:comment">A lodging business, such as a motel, hotel, or inn.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/BedAndBreakfast">
      <span class="h" property="rdfs:label">BedAndBreakfast</span>
      <span property="rdfs:comment">Bed and breakfast.
&lt;br /&gt;&lt;br /&gt;
See also the &lt;a href=&quot;/docs/hotels.html&quot;&gt;dedicated document on the use of schema.org for marking up hotels and other forms of accommodations&lt;/a&gt;.
</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LodgingBusiness">LodgingBusiness</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/BikeStore">
      <span class="h" property="rdfs:label">BikeStore</span>
      <span property="rdfs:comment">A bike store.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Blog">
      <span class="h" property="rdfs:label">Blog</span>
      <span property="rdfs:comment">A blog.</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/BlogPosting">
      <span class="h" property="rdfs:label">BlogPosting</span>
      <span property="rdfs:comment">A blog post.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/SocialMediaPosting">SocialMediaPosting</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Landform">
      <span class="h" property="rdfs:label">Landform</span>
      <span property="rdfs:comment">A landform or physical feature.  Landform elements include mountains, plains, lakes, rivers, seascape and oceanic waterbody interface features such as bays, peninsulas, seas and so forth, including sub-aqueous terrain features such as submersed mountain ranges, volcanoes, and the great ocean basins.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Place">Place</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/BodyOfWater">
      <span class="h" property="rdfs:label">BodyOfWater</span>
      <span property="rdfs:comment">A body of water, such as a sea, ocean, or lake.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Landform">Landform</a></span>
    </div>


    <div typeof="rdfs:Class" resource="http://schema.org/Book">
      <span class="h" property="rdfs:label">Book</span>
      <span property="rdfs:comment">A book.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/BookFormatType">
      <span class="h" property="rdfs:label">BookFormatType</span>
      <span property="rdfs:comment">The publication format of the book.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Enumeration">Enumeration</a></span>
    </div>

    <div typeof="http://schema.org/BookFormatType" resource="http://schema.org/EBook">
      <span class="h" property="rdfs:label">EBook</span>
      <span property="rdfs:comment">Book format: Ebook.</span>
    </div>

    <div typeof="http://schema.org/BookFormatType" resource="http://schema.org/Hardcover">
      <span class="h" property="rdfs:label">Hardcover</span>
      <span property="rdfs:comment">Book format: Hardcover.</span>
    </div>

    <div typeof="http://schema.org/BookFormatType" resource="http://schema.org/Paperback">
      <span class="h" property="rdfs:label">Paperback</span>
      <span property="rdfs:comment">Book format: Paperback.</span>
    </div>

    <div typeof="http://schema.org/BookFormatType" resource="http://schema.org/AudiobookFormat">
      <span class="h" property="rdfs:label">AudiobookFormat</span>
      <span property="rdfs:comment">Book format: Audiobook. This is an enumerated value for use with the bookFormat property. There is also a type 'Audiobook' in the bib extension which includes Audiobook specific properties.</span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/BookStore">
      <span class="h" property="rdfs:label">BookStore</span>
      <span property="rdfs:comment">A bookstore.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/DataType">
      <span class="h" property="rdfs:label">DataType</span>
      <span property="rdfs:comment">The basic data types such as Integers, Strings, etc.</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://www.w3.org/2000/01/rdf-schema#Class">rdfs:Class</a></span>

    </div>

    <div typeof="rdfs:Class http://schema.org/DataType" resource="http://schema.org/Boolean">
      <span class="h" property="rdfs:label">Boolean</span>
      <span property="rdfs:comment">Boolean: True or False.</span>
      <!--<span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Enumeration">Enumeration</a></span>-->
    </div>

    <div typeof="http://schema.org/Boolean" resource="http://schema.org/False">
      <span class="h" property="rdfs:label">False</span>
      <span property="rdfs:comment">The boolean value false.</span>
    </div>

    <div typeof="http://schema.org/Boolean" resource="http://schema.org/True">
      <span class="h" property="rdfs:label">True</span>
      <span property="rdfs:comment">The boolean value true.</span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/SportsActivityLocation">
      <span class="h" property="rdfs:label">SportsActivityLocation</span>
      <span property="rdfs:comment">A sports location, such as a playing field.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/BowlingAlley">
      <span class="h" property="rdfs:label">BowlingAlley</span>
      <span property="rdfs:comment">A bowling alley.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/SportsActivityLocation">SportsActivityLocation</a></span>
    </div>


    <div typeof="rdfs:Class" resource="http://schema.org/Brewery">
      <span class="h" property="rdfs:label">Brewery</span>
      <span property="rdfs:comment">Brewery.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/FoodEstablishment">FoodEstablishment</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/PlaceOfWorship">
      <span class="h" property="rdfs:label">PlaceOfWorship</span>
      <span property="rdfs:comment">Place of worship, such as a church, synagogue, or mosque.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure">CivicStructure</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/BuddhistTemple">
      <span class="h" property="rdfs:label">BuddhistTemple</span>
      <span property="rdfs:comment">A Buddhist temple.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/PlaceOfWorship">PlaceOfWorship</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/BusStation">
      <span class="h" property="rdfs:label">BusStation</span>
      <span property="rdfs:comment">A bus station.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure">CivicStructure</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/BusStop">
      <span class="h" property="rdfs:label">BusStop</span>
      <span property="rdfs:comment">A bus stop.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure">CivicStructure</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Event">
      <span class="h" property="rdfs:label">Event</span>
      <span property="rdfs:comment">An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the [[offers]] property. Repeated events may be structured as separate Event objects.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Thing">Thing</a></span>
       <link property="owl:equivalentClass" href="http://purl.org/dc/dcmitype/Event"/>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/BusinessEvent">
      <span class="h" property="rdfs:label">BusinessEvent</span>
      <span property="rdfs:comment">Event type: Business event.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Event">Event</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/CafeOrCoffeeShop">
      <span class="h" property="rdfs:label">CafeOrCoffeeShop</span>
      <span property="rdfs:comment">A cafe or coffee shop.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/FoodEstablishment">FoodEstablishment</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Campground">
      <span class="h" property="rdfs:label">Campground</span>
      <span property="rdfs:comment">A camping site, campsite, or [[Campground]] is a place used for overnight stay in the outdoors, typically containing individual [[CampingPitch]] locations. \n\n
In British English a campsite is an area, usually divided into a number of pitches, where people can camp overnight using tents or camper vans or caravans; this British English use of the word is synonymous with the American English expression campground. In American English the term campsite generally means an area where an individual, family, group, or military unit can pitch a tent or park a camper; a campground may contain many campsites (Source: Wikipedia see [https://en.wikipedia.org/wiki/Campsite](https://en.wikipedia.org/wiki/Campsite)).\n\n

See also the dedicated [document on the use of schema.org for marking up hotels and other forms of accommodations](/docs/hotels.html).
</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure">CivicStructure</a></span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LodgingBusiness">LodgingBusiness</a></span>
      <span>Source:  <a property="dc:source" href="https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology">STI Accommodation Ontology</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Canal">
      <span class="h" property="rdfs:label">Canal</span>
      <span property="rdfs:comment">A canal, like the Panama Canal.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/BodyOfWater">BodyOfWater</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Casino">
      <span class="h" property="rdfs:label">Casino</span>
      <span property="rdfs:comment">A casino.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/EntertainmentBusiness">EntertainmentBusiness</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/CatholicChurch">
      <span class="h" property="rdfs:label">CatholicChurch</span>
      <span property="rdfs:comment">A Catholic church.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Church">Church</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Cemetery">
      <span class="h" property="rdfs:label">Cemetery</span>
      <span property="rdfs:comment">A graveyard.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure">CivicStructure</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/CheckoutPage">
      <span class="h" property="rdfs:label">CheckoutPage</span>
      <span property="rdfs:comment">Web page type: Checkout page.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/WebPage">WebPage</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/ChildCare">
      <span class="h" property="rdfs:label">ChildCare</span>
      <span property="rdfs:comment">A Childcare center.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/ChildrensEvent">
      <span class="h" property="rdfs:label">ChildrensEvent</span>
      <span property="rdfs:comment">Event type: Children&#39;s event.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Event">Event</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Church">
      <span class="h" property="rdfs:label">Church</span>
      <span property="rdfs:comment">A church.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/PlaceOfWorship">PlaceOfWorship</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/City">
      <span class="h" property="rdfs:label">City</span>
      <span property="rdfs:comment">A city or town.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/AdministrativeArea">AdministrativeArea</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/GovernmentBuilding">
      <span class="h" property="rdfs:label">GovernmentBuilding</span>
      <span property="rdfs:comment">A government building.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure">CivicStructure</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/CityHall">
      <span class="h" property="rdfs:label">CityHall</span>
      <span property="rdfs:comment">A city hall.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/GovernmentBuilding">GovernmentBuilding</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/ClothingStore">
      <span class="h" property="rdfs:label">ClothingStore</span>
      <span property="rdfs:comment">A clothing store.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/CollectionPage">
      <span class="h" property="rdfs:label">CollectionPage</span>
      <span property="rdfs:comment">Web page type: Collection page.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/WebPage">WebPage</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/EducationalOrganization">
      <span class="h" property="rdfs:label">EducationalOrganization</span>
      <span property="rdfs:comment">An educational organization.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Organization">Organization</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/CollegeOrUniversity">
      <span class="h" property="rdfs:label">CollegeOrUniversity</span>
      <span property="rdfs:comment">A college, university, or other third-level educational institution.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/EducationalOrganization">EducationalOrganization</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/ComedyClub">
      <span class="h" property="rdfs:label">ComedyClub</span>
      <span property="rdfs:comment">A comedy club.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/EntertainmentBusiness">EntertainmentBusiness</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/ComedyEvent">
      <span class="h" property="rdfs:label">ComedyEvent</span>
      <span property="rdfs:comment">Event type: Comedy event.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Event">Event</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Comment">
      <span class="h" property="rdfs:label">Comment</span>
      <span property="rdfs:comment">A comment on an item - for example, a comment on a blog post. The comment&#39;s content is expressed via the [[text]] property, and its topic via [[about]], properties shared with all CreativeWorks.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/ComputerStore">
      <span class="h" property="rdfs:label">ComputerStore</span>
      <span property="rdfs:comment">A computer store.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/ContactPage">
      <span class="h" property="rdfs:label">ContactPage</span>
      <span property="rdfs:comment">Web page type: Contact page.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/WebPage">WebPage</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/StructuredValue">
      <span class="h" property="rdfs:label">StructuredValue</span>
      <span property="rdfs:comment">Structured values are used when the value of a property has a more complex structure than simply being a textual value or a reference to another thing.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/ContactPoint">
      <span class="h" property="rdfs:label">ContactPoint</span>
      <span property="rdfs:comment">A contact point&amp;#x2014;for example, a Customer Complaints department.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/StructuredValue">StructuredValue</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Continent">
      <span class="h" property="rdfs:label">Continent</span>
      <span property="rdfs:comment">One of the continents (for example, Europe or Africa).</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Landform">Landform</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/ConvenienceStore">
      <span class="h" property="rdfs:label">ConvenienceStore</span>
      <span property="rdfs:comment">A convenience store.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Corporation">
      <span class="h" property="rdfs:label">Corporation</span>
      <span property="rdfs:comment">Organization: A business corporation.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Organization">Organization</a></span>
       <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews">rNews</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Country">
      <span class="h" property="rdfs:label">Country</span>
      <span property="rdfs:comment">A country.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/AdministrativeArea">AdministrativeArea</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Courthouse">
      <span class="h" property="rdfs:label">Courthouse</span>
      <span property="rdfs:comment">A courthouse.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/GovernmentBuilding">GovernmentBuilding</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Crematorium">
      <span class="h" property="rdfs:label">Crematorium</span>
      <span property="rdfs:comment">A crematorium.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure">CivicStructure</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/DanceEvent">
      <span class="h" property="rdfs:label">DanceEvent</span>
      <span property="rdfs:comment">Event type: A social dance.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Event">Event</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/PerformingGroup">
      <span class="h" property="rdfs:label">PerformingGroup</span>
      <span property="rdfs:comment">A performance group, such as a band, an orchestra, or a circus.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Organization">Organization</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/DanceGroup">
      <span class="h" property="rdfs:label">DanceGroup</span>
      <span property="rdfs:comment">A dance group&amp;#x2014;for example, the Alvin Ailey Dance Theater or Riverdance.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/PerformingGroup">PerformingGroup</a></span>
    </div>

    <div typeof="rdfs:Class http://schema.org/DataType" resource="http://schema.org/Date">
      <span class="h" property="rdfs:label">Date</span>
      <span property="rdfs:comment">A date value in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601).</span>
    </div>

    <div typeof="rdfs:Class http://schema.org/DataType" resource="http://schema.org/DateTime">
      <span class="h" property="rdfs:label">DateTime</span>
      <span property="rdfs:comment">A combination of date and time of day in the form [-]CCYY-MM-DDThh:mm:ss[Z|(+|-)hh:mm] (see Chapter 5.4 of ISO 8601).</span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/DaySpa">
      <span class="h" property="rdfs:label">DaySpa</span>
      <span property="rdfs:comment">A day spa.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/HealthAndBeautyBusiness">HealthAndBeautyBusiness</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/DefenceEstablishment">
      <span class="h" property="rdfs:label">DefenceEstablishment</span>
      <span property="rdfs:comment">A defence establishment, such as an army or navy base.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/GovernmentBuilding">GovernmentBuilding</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/DepartmentStore">
      <span class="h" property="rdfs:label">DepartmentStore</span>
      <span property="rdfs:comment">A department store.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Quantity">
      <span class="h" property="rdfs:label">Quantity</span>
      <span property="rdfs:comment">Quantities such as distance, time, mass, weight, etc. Particular instances of say Mass are entities like &#39;3 Kg&#39; or &#39;4 milligrams&#39;.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Distance">
      <span class="h" property="rdfs:label">Distance</span>
      <span property="rdfs:comment">Properties that take Distances as values are of the form &#39;&amp;lt;Number&amp;gt; &amp;lt;Length unit of measure&amp;gt;&#39;. E.g., &#39;7 ft&#39;.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Quantity">Quantity</a></span>
    </div>


    <div typeof="rdfs:Class" resource="http://schema.org/DryCleaningOrLaundry">
      <span class="h" property="rdfs:label">DryCleaningOrLaundry</span>
      <span property="rdfs:comment">A dry-cleaning business.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Duration">
      <span class="h" property="rdfs:label">Duration</span>
      <span property="rdfs:comment">Quantity: Duration (use [ISO 8601 duration format](http://en.wikipedia.org/wiki/ISO_8601)).</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Quantity">Quantity</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/EducationEvent">
      <span class="h" property="rdfs:label">EducationEvent</span>
      <span property="rdfs:comment">Event type: Education event.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Event">Event</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/HomeAndConstructionBusiness">
      <span class="h" property="rdfs:label">HomeAndConstructionBusiness</span>
      <span property="rdfs:comment">A construction business.\n\nA HomeAndConstructionBusiness is a [[LocalBusiness]] that provides services around homes and buildings.\n\nAs a [[LocalBusiness]] it can be described as a [[provider]] of one or more [[Service]]\(s).</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Electrician">
      <span class="h" property="rdfs:label">Electrician</span>
      <span property="rdfs:comment">An electrician.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/HomeAndConstructionBusiness">HomeAndConstructionBusiness</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/ElectronicsStore">
      <span class="h" property="rdfs:label">ElectronicsStore</span>
      <span property="rdfs:comment">An electronics store.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/ElementarySchool">
      <span class="h" property="rdfs:label">ElementarySchool</span>
      <span property="rdfs:comment">An elementary school.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/EducationalOrganization">EducationalOrganization</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Embassy">
      <span class="h" property="rdfs:label">Embassy</span>
      <span property="rdfs:comment">An embassy.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/GovernmentBuilding">GovernmentBuilding</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/EmergencyService">
      <span class="h" property="rdfs:label">EmergencyService</span>
      <span property="rdfs:comment">An emergency service, such as a fire station or ER.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/EmploymentAgency">
      <span class="h" property="rdfs:label">EmploymentAgency</span>
      <span property="rdfs:comment">An employment agency.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Energy">
      <span class="h" property="rdfs:label">Energy</span>
      <span property="rdfs:comment">Properties that take Energy as values are of the form &#39;&amp;lt;Number&amp;gt; &amp;lt;Energy unit of measure&amp;gt;&#39;.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Quantity">Quantity</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/EventVenue">
      <span class="h" property="rdfs:label">EventVenue</span>
      <span property="rdfs:comment">An event venue.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure">CivicStructure</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/ExerciseGym">
      <span class="h" property="rdfs:label">ExerciseGym</span>
      <span property="rdfs:comment">A gym.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/SportsActivityLocation">SportsActivityLocation</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/FastFoodRestaurant">
      <span class="h" property="rdfs:label">FastFoodRestaurant</span>
      <span property="rdfs:comment">A fast-food restaurant.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/FoodEstablishment">FoodEstablishment</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Festival">
      <span class="h" property="rdfs:label">Festival</span>
      <span property="rdfs:comment">Event type: Festival.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Event">Event</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/FireStation">
      <span class="h" property="rdfs:label">FireStation</span>
      <span property="rdfs:comment">A fire station. With firemen.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure">CivicStructure</a></span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/EmergencyService">EmergencyService</a></span>
    </div>

    <div typeof="rdfs:Class http://schema.org/DataType" resource="http://schema.org/Number">
      <span class="h" property="rdfs:label">Number</span>
      <span property="rdfs:comment">Data type: Number.\n\nUsage guidelines:\n\n* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.</span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Float">
      <span class="h" property="rdfs:label">Float</span>
      <span property="rdfs:comment">Data type: Floating number.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Number">Number</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Florist">
      <span class="h" property="rdfs:label">Florist</span>
      <span property="rdfs:comment">A florist.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/FoodEvent">
      <span class="h" property="rdfs:label">FoodEvent</span>
      <span property="rdfs:comment">Event type: Food event.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Event">Event</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/FurnitureStore">
      <span class="h" property="rdfs:label">FurnitureStore</span>
      <span property="rdfs:comment">A furniture store.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/GardenStore">
      <span class="h" property="rdfs:label">GardenStore</span>
      <span property="rdfs:comment">A garden store.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/GasStation">
      <span class="h" property="rdfs:label">GasStation</span>
      <span property="rdfs:comment">A gas station.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/AutomotiveBusiness">AutomotiveBusiness</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/GatedResidenceCommunity">
      <span class="h" property="rdfs:label">GatedResidenceCommunity</span>
      <span property="rdfs:comment">Residence type: Gated community.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Residence">Residence</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/GeneralContractor">
      <span class="h" property="rdfs:label">GeneralContractor</span>
      <span property="rdfs:comment">A general contractor.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/HomeAndConstructionBusiness">HomeAndConstructionBusiness</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/GeoCoordinates">
      <span class="h" property="rdfs:label">GeoCoordinates</span>
      <span property="rdfs:comment">The geographic coordinates of a place or event.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/StructuredValue">StructuredValue</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/GeoShape">
      <span class="h" property="rdfs:label">GeoShape</span>
      <span property="rdfs:comment">The geographic shape of a place. A GeoShape can be described using several properties whose values are based on latitude/longitude pairs. Either whitespace or commas can be used to separate latitude and longitude; whitespace should be used when writing a list of several such points.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/StructuredValue">StructuredValue</a></span>
       <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews">rNews</a></span>
    </div>

       <div typeof="rdfs:Class" resource="http://schema.org/GeoCircle">
        <span class="h" property="rdfs:label">GeoCircle</span>
        <span property="rdfs:comment">A GeoCircle is a GeoShape representing a circular geographic area. As it is a GeoShape
          it provides the simple textual property 'circle', but also allows the combination of postalCode alongside geoRadius.
          The center of the circle can be indicated via the 'geoMidpoint' property, or more approximately using 'address', 'postalCode'.
       </span>
        <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/GeoShape">GeoShape</a></span>
       </div>

       <div typeof="rdf:Property" resource="http://schema.org/geoRadius">
               <span class="h" property="rdfs:label">geoRadius</span>
               <span class="h" property="rdfs:comment">Indicates the approximate radius of a GeoCircle (metres unless indicated otherwise via Distance notation).</span>
               <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/GeoCircle">GeoCircle</a></span>
               <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
               <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Number">Number</a></span>
               <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Distance">Distance</a></span>
       </div>

       <div typeof="rdf:Property" resource="http://schema.org/geoMidpoint">
               <span class="h" property="rdfs:label">geoMidpoint</span>
               <span class="h" property="rdfs:comment">Indicates the GeoCoordinates at the centre of a GeoShape e.g. GeoCircle.</span>
               <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/GeoCircle">GeoShape</a></span>
               <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/GeoCoordinates">GeoCoordinates</a></span>
       </div>

    <div typeof="rdfs:Class" resource="http://schema.org/GolfCourse">
      <span class="h" property="rdfs:label">GolfCourse</span>
      <span property="rdfs:comment">A golf course.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/SportsActivityLocation">SportsActivityLocation</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/GovernmentOffice">
      <span class="h" property="rdfs:label">GovernmentOffice</span>
      <span property="rdfs:comment">A government office&amp;#x2014;for example, an IRS or DMV office.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/GovernmentOrganization">
      <span class="h" property="rdfs:label">GovernmentOrganization</span>
      <span property="rdfs:comment">A governmental organization or agency.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Organization">Organization</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/GroceryStore">
      <span class="h" property="rdfs:label">GroceryStore</span>
      <span property="rdfs:comment">A grocery store.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/HVACBusiness">
      <span class="h" property="rdfs:label">HVACBusiness</span>
      <span property="rdfs:comment">A business that provide Heating, Ventilation and Air Conditioning services.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/HomeAndConstructionBusiness">HomeAndConstructionBusiness</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/HairSalon">
      <span class="h" property="rdfs:label">HairSalon</span>
      <span property="rdfs:comment">A hair salon.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/HealthAndBeautyBusiness">HealthAndBeautyBusiness</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/HardwareStore">
      <span class="h" property="rdfs:label">HardwareStore</span>
      <span property="rdfs:comment">A hardware store.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/HealthClub">
      <span class="h" property="rdfs:label">HealthClub</span>
      <span property="rdfs:comment">A health club.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/HealthAndBeautyBusiness">HealthAndBeautyBusiness</a></span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/SportsActivityLocation">SportsActivityLocation</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/HighSchool">
      <span class="h" property="rdfs:label">HighSchool</span>
      <span property="rdfs:comment">A high school.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/EducationalOrganization">EducationalOrganization</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/HinduTemple">
      <span class="h" property="rdfs:label">HinduTemple</span>
      <span property="rdfs:comment">A Hindu temple.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/PlaceOfWorship">PlaceOfWorship</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/HobbyShop">
      <span class="h" property="rdfs:label">HobbyShop</span>
      <span property="rdfs:comment">A store that sells materials useful or necessary for various hobbies.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/HomeGoodsStore">
      <span class="h" property="rdfs:label">HomeGoodsStore</span>
      <span property="rdfs:comment">A home goods store.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Hostel">
      <span class="h" property="rdfs:label">Hostel</span>
      <span property="rdfs:comment">A hostel - cheap accommodation, often in shared dormitories.
&lt;br /&gt;&lt;br /&gt;
See also the &lt;a href=&quot;/docs/hotels.html&quot;&gt;dedicated document on the use of schema.org for marking up hotels and other forms of accommodations&lt;/a&gt;.
</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LodgingBusiness">LodgingBusiness</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Hotel">
      <span class="h" property="rdfs:label">Hotel</span>
      <span property="rdfs:comment">A hotel is an establishment that provides lodging paid on a short-term basis (Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Hotel).
&lt;br /&gt;&lt;br /&gt;
See also the &lt;a href=&quot;/docs/hotels.html&quot;&gt;dedicated document on the use of schema.org for marking up hotels and other forms of accommodations&lt;/a&gt;.
</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LodgingBusiness">LodgingBusiness</a></span>
      <span>Source:  <a property="dc:source" href="https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology">STI Accommodation Ontology</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/HousePainter">
      <span class="h" property="rdfs:label">HousePainter</span>
      <span property="rdfs:comment">A house painting service.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/HomeAndConstructionBusiness">HomeAndConstructionBusiness</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/IceCreamShop">
      <span class="h" property="rdfs:label">IceCreamShop</span>
      <span property="rdfs:comment">An ice cream shop.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/FoodEstablishment">FoodEstablishment</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/ImageGallery">
      <span class="h" property="rdfs:label">ImageGallery</span>
      <span property="rdfs:comment">Web page type: Image gallery page.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CollectionPage">CollectionPage</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/ImageObject">
      <span class="h" property="rdfs:label">ImageObject</span>
      <span property="rdfs:comment">An image file.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/MediaObject">MediaObject</a></span>
       <link property="owl:equivalentClass" href="http://purl.org/dc/dcmitype/Image"/>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/InsuranceAgency">
      <span class="h" property="rdfs:label">InsuranceAgency</span>
      <span property="rdfs:comment">An Insurance agency.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/FinancialService">FinancialService</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Integer">
      <span class="h" property="rdfs:label">Integer</span>
      <span property="rdfs:comment">Data type: Integer.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Number">Number</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/InternetCafe">
      <span class="h" property="rdfs:label">InternetCafe</span>
      <span property="rdfs:comment">An internet cafe.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/ItemAvailability">
      <span class="h" property="rdfs:label">ItemAvailability</span>
      <span property="rdfs:comment">A list of possible product availability options.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Enumeration">Enumeration</a></span>
    </div>

    <div typeof="http://schema.org/ItemAvailability" resource="http://schema.org/Discontinued">
      <span class="h" property="rdfs:label">Discontinued</span>
      <span property="rdfs:comment">Indicates that the item has been discontinued.</span>
    </div>

    <div typeof="http://schema.org/ItemAvailability" resource="http://schema.org/InStock">
      <span class="h" property="rdfs:label">InStock</span>
      <span property="rdfs:comment">Indicates that the item is in stock.</span>
    </div>

    <div typeof="http://schema.org/ItemAvailability" resource="http://schema.org/InStoreOnly">
      <span class="h" property="rdfs:label">InStoreOnly</span>
      <span property="rdfs:comment">Indicates that the item is available only at physical locations.</span>
    </div>

    <div typeof="http://schema.org/ItemAvailability" resource="http://schema.org/LimitedAvailability">
      <span class="h" property="rdfs:label">LimitedAvailability</span>
      <span property="rdfs:comment">Indicates that the item has limited availability.</span>
    </div>

    <div typeof="http://schema.org/ItemAvailability" resource="http://schema.org/OnlineOnly">
      <span class="h" property="rdfs:label">OnlineOnly</span>
      <span property="rdfs:comment">Indicates that the item is available only online.</span>
    </div>

    <div typeof="http://schema.org/ItemAvailability" resource="http://schema.org/OutOfStock">
      <span class="h" property="rdfs:label">OutOfStock</span>
      <span property="rdfs:comment">Indicates that the item is out of stock.</span>
    </div>

    <div typeof="http://schema.org/ItemAvailability" resource="http://schema.org/PreOrder">
      <span class="h" property="rdfs:label">PreOrder</span>
      <span property="rdfs:comment">Indicates that the item is available for pre-order, but will be delivered when generally available.</span>
    </div>

    <div typeof="http://schema.org/ItemAvailability" resource="http://schema.org/PreSale">
      <span class="h" property="rdfs:label">PreSale</span>
      <span property="rdfs:comment">Indicates that the item is available for ordering and delivery before general availability.</span>
    </div>

    <div typeof="http://schema.org/ItemAvailability" resource="http://schema.org/SoldOut">
      <span class="h" property="rdfs:label">SoldOut</span>
      <span property="rdfs:comment">Indicates that the item has sold out.</span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/ItemList">
      <span class="h" property="rdfs:label">ItemList</span>
      <span property="rdfs:comment">A list of items of any sort&amp;#x2014;for example, Top 10 Movies About Weathermen, or Top 100 Party Songs. Not to be confused with HTML lists, which are often used only for formatting.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/BreadcrumbList">
      <span class="h" property="rdfs:label">BreadcrumbList</span>
      <span property="rdfs:comment">A BreadcrumbList is an ItemList consisting of a chain of linked Web pages, typically described using at least their URL and their name, and typically ending with the current page.\n\nThe [[position]] property is used to reconstruct the order of the items in a BreadcrumbList The convention is that a breadcrumb list has an [[itemListOrder]] of [[ItemListOrderAscending]] (lower values listed first), and that the first items in this list correspond to the "top" or beginning of the breadcrumb trail, e.g. with a site or section homepage. The specific values of 'position' are not assigned meaning for a BreadcrumbList, but they should be integers, e.g. beginning with '1' for the first item in the list.
      </span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/ItemList">ItemList</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/OfferCatalog">
      <span class="h" property="rdfs:label">OfferCatalog</span>
      <span property="rdfs:comment">An OfferCatalog is an ItemList that contains related Offers and/or further OfferCatalogs that are offeredBy the same provider.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/ItemList">ItemList</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/hasOfferCatalog">
      <span class="h" property="rdfs:label">hasOfferCatalog</span>
      <span property="rdfs:comment">Indicates an OfferCatalog listing for this Organization, Person, or Service.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Service">Service</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/OfferCatalog">OfferCatalog</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/ItemPage">
      <span class="h" property="rdfs:label">ItemPage</span>
      <span property="rdfs:comment">A page devoted to a single item, such as a particular product or hotel.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/WebPage">WebPage</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/JewelryStore">
      <span class="h" property="rdfs:label">JewelryStore</span>
      <span property="rdfs:comment">A jewelry store.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/JobPosting">
      <span class="h" property="rdfs:label">JobPosting</span>
      <span property="rdfs:comment">A listing that describes a job opening in a certain organization.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/LakeBodyOfWater">
      <span class="h" property="rdfs:label">LakeBodyOfWater</span>
      <span property="rdfs:comment">A lake (for example, Lake Pontrachain).</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/BodyOfWater">BodyOfWater</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/LandmarksOrHistoricalBuildings">
      <span class="h" property="rdfs:label">LandmarksOrHistoricalBuildings</span>
      <span property="rdfs:comment">An historical landmark or building.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Place">Place</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Language">
      <span class="h" property="rdfs:label">Language</span>
      <span property="rdfs:comment">Natural languages such as Spanish, Tamil, Hindi, English, etc. Formal language code tags expressed in [BCP 47](https://en.wikipedia.org/wiki/IETF_language_tag) can be used via the [[alternateName]] property. The Language type previously also covered programming languages such as Scheme and Lisp, which are now best represented using [[ComputerLanguage]].</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/ComputerLanguage">
      <span class="h" property="rdfs:label">ComputerLanguage</span>
      <span property="rdfs:comment">This type covers computer programming languages such as Scheme and Lisp, as well as other language-like computer representations. Natural languages are best represented with the [[Language]] type.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/LegislativeBuilding">
      <span class="h" property="rdfs:label">LegislativeBuilding</span>
      <span property="rdfs:comment">A legislative building&amp;#x2014;for example, the state capitol.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/GovernmentBuilding">GovernmentBuilding</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Library">
      <span class="h" property="rdfs:label">Library</span>
      <span property="rdfs:comment">A library.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
    </div>


    <div typeof="rdfs:Class" resource="http://schema.org/LiquorStore">
      <span class="h" property="rdfs:label">LiquorStore</span>
      <span property="rdfs:comment">A shop that sells alcoholic drinks such as wine, beer, whisky and other spirits.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/LiteraryEvent">
      <span class="h" property="rdfs:label">LiteraryEvent</span>
      <span property="rdfs:comment">Event type: Literary event.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Event">Event</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Locksmith">
      <span class="h" property="rdfs:label">Locksmith</span>
      <span property="rdfs:comment">A locksmith.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/HomeAndConstructionBusiness">HomeAndConstructionBusiness</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Map">
      <span class="h" property="rdfs:label">Map</span>
      <span property="rdfs:comment">A map.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/MapCategoryType">
      <span class="h" property="rdfs:label">MapCategoryType</span>
      <span property="rdfs:comment">An enumeration of several kinds of Map.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Enumeration">Enumeration</a></span>
    </div>

    <div typeof="http://schema.org/MapCategoryType" resource="http://schema.org/ParkingMap">
      <span class="h" property="rdfs:label">ParkingMap</span>
      <span property="rdfs:comment">A parking map.</span>
    </div>
    <div typeof="http://schema.org/MapCategoryType" resource="http://schema.org/SeatingMap">
      <span class="h" property="rdfs:label">SeatingMap</span>
      <span property="rdfs:comment">A seating map.</span>
    </div>
    <div typeof="http://schema.org/MapCategoryType" resource="http://schema.org/VenueMap">
      <span class="h" property="rdfs:label">VenueMap</span>
      <span property="rdfs:comment">A venue map (e.g. for malls, auditoriums, museums, etc.).</span>
    </div>
    <div typeof="http://schema.org/MapCategoryType" resource="http://schema.org/TransitMap">
      <span class="h" property="rdfs:label">TransitMap</span>
      <span property="rdfs:comment">A transit map.</span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/mapType">
      <span class="h" property="rdfs:label">mapType</span>
      <span property="rdfs:comment">Indicates the kind of Map, from the MapCategoryType Enumeration.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Map">Map</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/MapCategoryType">MapCategoryType</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Mass">
      <span class="h" property="rdfs:label">Mass</span>
      <span property="rdfs:comment">Properties that take Mass as values are of the form &#39;&amp;lt;Number&amp;gt; &amp;lt;Mass unit of measure&amp;gt;&#39;. E.g., &#39;7 kg&#39;.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Quantity">Quantity</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/PeopleAudience">
      <span class="h" property="rdfs:label">PeopleAudience</span>
      <span property="rdfs:comment">A set of characteristics belonging to people, e.g. who compose an item&#39;s target audience.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Audience">Audience</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/ScholarlyArticle">
      <span class="h" property="rdfs:label">ScholarlyArticle</span>
      <span property="rdfs:comment">A scholarly article.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Article">Article</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Specialty">
      <span class="h" property="rdfs:label">Specialty</span>
      <span property="rdfs:comment">Any branch of a field in which people typically develop specific expertise, usually after significant study, time, and effort.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Enumeration">Enumeration</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/MensClothingStore">
      <span class="h" property="rdfs:label">MensClothingStore</span>
      <span property="rdfs:comment">A men&#39;s clothing store.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/MiddleSchool">
      <span class="h" property="rdfs:label">MiddleSchool</span>
      <span property="rdfs:comment">A middle school (typically for children aged around 11-14, although this varies somewhat).</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/EducationalOrganization">EducationalOrganization</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/SoftwareApplication">
      <span class="h" property="rdfs:label">SoftwareApplication</span>
      <span property="rdfs:comment">A software application.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/MobileApplication">
      <span class="h" property="rdfs:label">MobileApplication</span>
      <span property="rdfs:comment">A software application designed specifically to work well on a mobile device such as a telephone.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/MobilePhoneStore">
      <span class="h" property="rdfs:label">MobilePhoneStore</span>
      <span property="rdfs:comment">A store that sells mobile phones and related accessories.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Mosque">
      <span class="h" property="rdfs:label">Mosque</span>
      <span property="rdfs:comment">A mosque.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/PlaceOfWorship">PlaceOfWorship</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Motel">
      <span class="h" property="rdfs:label">Motel</span>
      <span property="rdfs:comment">A motel.
&lt;br /&gt;&lt;br /&gt;
See also the &lt;a href=&quot;/docs/hotels.html&quot;&gt;dedicated document on the use of schema.org for marking up hotels and other forms of accommodations&lt;/a&gt;.
</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LodgingBusiness">LodgingBusiness</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/MotorcycleDealer">
      <span class="h" property="rdfs:label">MotorcycleDealer</span>
      <span property="rdfs:comment">A motorcycle dealer.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/AutomotiveBusiness">AutomotiveBusiness</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/MotorcycleRepair">
      <span class="h" property="rdfs:label">MotorcycleRepair</span>
      <span property="rdfs:comment">A motorcycle repair shop.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/AutomotiveBusiness">AutomotiveBusiness</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Mountain">
      <span class="h" property="rdfs:label">Mountain</span>
      <span property="rdfs:comment">A mountain, like Mount Whitney or Mount Everest.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Landform">Landform</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Movie">
      <span class="h" property="rdfs:label">Movie</span>
      <span property="rdfs:comment">A movie.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/MovieClip">
      <span class="h" property="rdfs:label">MovieClip</span>
      <span property="rdfs:comment">A short segment/part of a movie.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Clip">Clip</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/MovieRentalStore">
      <span class="h" property="rdfs:label">MovieRentalStore</span>
      <span property="rdfs:comment">A movie rental store.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/MovieTheater">
      <span class="h" property="rdfs:label">MovieTheater</span>
      <span property="rdfs:comment">A movie theater.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure">CivicStructure</a></span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/EntertainmentBusiness">EntertainmentBusiness</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/MovingCompany">
      <span class="h" property="rdfs:label">MovingCompany</span>
      <span property="rdfs:comment">A moving company.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/HomeAndConstructionBusiness">HomeAndConstructionBusiness</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Museum">
      <span class="h" property="rdfs:label">Museum</span>
      <span property="rdfs:comment">A museum.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure">CivicStructure</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/MusicPlaylist">
      <span class="h" property="rdfs:label">MusicPlaylist</span>
      <span property="rdfs:comment">A collection of music tracks in playlist form.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/MusicAlbum">
      <span class="h" property="rdfs:label">MusicAlbum</span>
      <span property="rdfs:comment">A collection of music tracks.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/MusicPlaylist">MusicPlaylist</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/MusicEvent">
      <span class="h" property="rdfs:label">MusicEvent</span>
      <span property="rdfs:comment">Event type: Music event.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Event">Event</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/MusicGroup">
      <span class="h" property="rdfs:label">MusicGroup</span>
      <span property="rdfs:comment">A musical group, such as a band, an orchestra, or a choir. Can also be a solo musician.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/PerformingGroup">PerformingGroup</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/MusicRecording">
      <span class="h" property="rdfs:label">MusicRecording</span>
      <span property="rdfs:comment">A music recording (track), usually a single song.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/MusicStore">
      <span class="h" property="rdfs:label">MusicStore</span>
      <span property="rdfs:comment">A music store.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/MusicVenue">
      <span class="h" property="rdfs:label">MusicVenue</span>
      <span property="rdfs:comment">A music venue.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure">CivicStructure</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/MusicVideoObject">
      <span class="h" property="rdfs:label">MusicVideoObject</span>
      <span property="rdfs:comment">A music video file.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/MediaObject">MediaObject</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/NGO">
      <span class="h" property="rdfs:label">NGO</span>
      <span property="rdfs:comment">Organization: Non-governmental Organization.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Organization">Organization</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/NailSalon">
      <span class="h" property="rdfs:label">NailSalon</span>
      <span property="rdfs:comment">A nail salon.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/HealthAndBeautyBusiness">HealthAndBeautyBusiness</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/NewsArticle">
      <span class="h" property="rdfs:label">NewsArticle</span>
      <span property="rdfs:comment">A NewsArticle is an article whose content reports news, or provides background context and supporting materials for understanding the news.

A more detailed overview of [schema.org News markup](/docs/news.html) is also available.
</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Article">Article</a></span>
       <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews">rNews</a></span>
       <span>Source:  <a property="dc:source" href="https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP-draws">trustproject</a></span>
</div>

    <div typeof="rdfs:Class" resource="http://schema.org/NightClub">
      <span class="h" property="rdfs:label">NightClub</span>
      <span property="rdfs:comment">A nightclub or discotheque.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/EntertainmentBusiness">EntertainmentBusiness</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Photograph">
      <span class="h" property="rdfs:label">Photograph</span>
      <span property="rdfs:comment">A photograph.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
    </div>
    <div typeof="rdfs:Class" resource="http://schema.org/Notary">
      <span class="h" property="rdfs:label">Notary</span>
      <span property="rdfs:comment">A notary.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LegalService">LegalService</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/OceanBodyOfWater">
      <span class="h" property="rdfs:label">OceanBodyOfWater</span>
      <span property="rdfs:comment">An ocean (for example, the Pacific).</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/BodyOfWater">BodyOfWater</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/OfferItemCondition">
      <span class="h" property="rdfs:label">OfferItemCondition</span>
      <span property="rdfs:comment">A list of possible conditions for the item.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Enumeration">Enumeration</a></span>
    </div>

    <div typeof="http://schema.org/OfferItemCondition" resource="http://schema.org/DamagedCondition">
      <span class="h" property="rdfs:label">DamagedCondition</span>
      <span property="rdfs:comment">Indicates that the item is damaged.</span>
    </div>

    <div typeof="http://schema.org/OfferItemCondition" resource="http://schema.org/NewCondition">
      <span class="h" property="rdfs:label">NewCondition</span>
      <span property="rdfs:comment">Indicates that the item is new.</span>
    </div>

    <div typeof="http://schema.org/OfferItemCondition" resource="http://schema.org/RefurbishedCondition">
      <span class="h" property="rdfs:label">RefurbishedCondition</span>
      <span property="rdfs:comment">Indicates that the item is refurbished.</span>
    </div>

    <div typeof="http://schema.org/OfferItemCondition" resource="http://schema.org/UsedCondition">
      <span class="h" property="rdfs:label">UsedCondition</span>
      <span property="rdfs:comment">Indicates that the item is used.</span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/OfficeEquipmentStore">
      <span class="h" property="rdfs:label">OfficeEquipmentStore</span>
      <span property="rdfs:comment">An office equipment store.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/OutletStore">
      <span class="h" property="rdfs:label">OutletStore</span>
      <span property="rdfs:comment">An outlet store.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Painting">
      <span class="h" property="rdfs:label">Painting</span>
      <span property="rdfs:comment">A painting.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
    </div>


    <div typeof="rdfs:Class" resource="http://schema.org/Park">
      <span class="h" property="rdfs:label">Park</span>
      <span property="rdfs:comment">A park.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure">CivicStructure</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/ParkingFacility">
      <span class="h" property="rdfs:label">ParkingFacility</span>
      <span property="rdfs:comment">A parking lot or other parking facility.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure">CivicStructure</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/PawnShop">
      <span class="h" property="rdfs:label">PawnShop</span>
      <span property="rdfs:comment">A shop that will buy, or lend money against the security of, personal possessions.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/PerformingArtsTheater">
      <span class="h" property="rdfs:label">PerformingArtsTheater</span>
      <span property="rdfs:comment">A theater or other performing art center.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure">CivicStructure</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Person">
      <span class="h" property="rdfs:label">Person</span>
      <span property="rdfs:comment">A person (alive, dead, undead, or fictional).</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Thing">Thing</a></span>
       <link property="owl:equivalentClass" href="http://xmlns.com/foaf/0.1/Person" />
       <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews">rNews</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/PetStore">
      <span class="h" property="rdfs:label">PetStore</span>
      <span property="rdfs:comment">A pet store.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
    </div>


    <div typeof="rdfs:Class" resource="http://schema.org/Playground">
      <span class="h" property="rdfs:label">Playground</span>
      <span property="rdfs:comment">A playground.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure">CivicStructure</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Plumber">
      <span class="h" property="rdfs:label">Plumber</span>
      <span property="rdfs:comment">A plumbing service.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/HomeAndConstructionBusiness">HomeAndConstructionBusiness</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/PoliceStation">
      <span class="h" property="rdfs:label">PoliceStation</span>
      <span property="rdfs:comment">A police station.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure">CivicStructure</a></span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/EmergencyService">EmergencyService</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Pond">
      <span class="h" property="rdfs:label">Pond</span>
      <span property="rdfs:comment">A pond.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/BodyOfWater">BodyOfWater</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/PostOffice">
      <span class="h" property="rdfs:label">PostOffice</span>
      <span property="rdfs:comment">A post office.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/GovernmentOffice">GovernmentOffice</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/PostalAddress">
      <span class="h" property="rdfs:label">PostalAddress</span>
      <span property="rdfs:comment">The mailing address.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/ContactPoint">ContactPoint</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Preschool">
      <span class="h" property="rdfs:label">Preschool</span>
      <span property="rdfs:comment">A preschool.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/EducationalOrganization">EducationalOrganization</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Product">
      <span class="h" property="rdfs:label">Product</span>
      <span property="rdfs:comment">Any offered product or service. For example: a pair of shoes; a concert ticket; the rental of a car; a haircut; or an episode of a TV show streamed online.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Thing">Thing</a></span>
       <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms">GoodRelationsProperties</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/ProfilePage">
      <span class="h" property="rdfs:label">ProfilePage</span>
      <span property="rdfs:comment">Web page type: Profile page.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/WebPage">WebPage</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/PublicSwimmingPool">
      <span class="h" property="rdfs:label">PublicSwimmingPool</span>
      <span property="rdfs:comment">A public swimming pool.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/SportsActivityLocation">SportsActivityLocation</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/RVPark">
      <span class="h" property="rdfs:label">RVPark</span>
      <span property="rdfs:comment">A place offering space for "Recreational Vehicles", Caravans, mobile homes and the like.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure">CivicStructure</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/RadioStation">
      <span class="h" property="rdfs:label">RadioStation</span>
      <span property="rdfs:comment">A radio station.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/RealEstateAgent">
      <span class="h" property="rdfs:label">RealEstateAgent</span>
      <span property="rdfs:comment">A real-estate agent.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/RecyclingCenter">
      <span class="h" property="rdfs:label">RecyclingCenter</span>
      <span property="rdfs:comment">A recycling center.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Reservoir">
      <span class="h" property="rdfs:label">Reservoir</span>
      <span property="rdfs:comment">A reservoir of water, typically an artificially created lake, like the Lake Kariba reservoir.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/BodyOfWater">BodyOfWater</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Restaurant">
      <span class="h" property="rdfs:label">Restaurant</span>
      <span property="rdfs:comment">A restaurant.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/FoodEstablishment">FoodEstablishment</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/RestrictedDiet">
      <span class="h" property="rdfs:label">RestrictedDiet</span>
      <span property="rdfs:comment">A diet restricted to certain foods or preparations for cultural, religious, health or lifestyle reasons. </span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Enumeration">Enumeration</a></span>
    </div>

    <div typeof="http://schema.org/RestrictedDiet" resource="http://schema.org/DiabeticDiet">
      <span class="h" property="rdfs:label">DiabeticDiet</span>
      <span property="rdfs:comment">A diet appropriate for people with diabetes.</span>
    </div>

    <div typeof="http://schema.org/RestrictedDiet" resource="http://schema.org/GlutenFreeDiet">
      <span class="h" property="rdfs:label">GlutenFreeDiet</span>
      <span property="rdfs:comment">A diet exclusive of gluten.</span>
    </div>

    <div typeof="http://schema.org/RestrictedDiet" resource="http://schema.org/HalalDiet">
      <span class="h" property="rdfs:label">HalalDiet</span>
      <span property="rdfs:comment">A diet conforming to Islamic dietary practices.</span>
    </div>

    <div typeof="http://schema.org/RestrictedDiet" resource="http://schema.org/HinduDiet">
      <span class="h" property="rdfs:label">HinduDiet</span>
      <span property="rdfs:comment">A diet conforming to Hindu dietary practices, in particular, beef-free.</span>
    </div>

    <div typeof="http://schema.org/RestrictedDiet" resource="http://schema.org/KosherDiet">
      <span class="h" property="rdfs:label">KosherDiet</span>
      <span property="rdfs:comment">A diet conforming to Jewish dietary practices.</span>
    </div>

    <div typeof="http://schema.org/RestrictedDiet" resource="http://schema.org/LowCalorieDiet">
      <span class="h" property="rdfs:label">LowCalorieDiet</span>
      <span property="rdfs:comment">A diet focused on reduced calorie intake.</span>
    </div>

    <div typeof="http://schema.org/RestrictedDiet" resource="http://schema.org/LowFatDiet">
      <span class="h" property="rdfs:label">LowFatDiet</span>
      <span property="rdfs:comment">A diet focused on reduced fat and cholesterol intake.</span>
    </div>

    <div typeof="http://schema.org/RestrictedDiet" resource="http://schema.org/LowLactoseDiet">
      <span class="h" property="rdfs:label">LowLactoseDiet</span>
      <span property="rdfs:comment">A diet appropriate for people with lactose intolerance.</span>
    </div>

    <div typeof="http://schema.org/RestrictedDiet" resource="http://schema.org/LowSaltDiet">
      <span class="h" property="rdfs:label">LowSaltDiet</span>
      <span property="rdfs:comment">A diet focused on reduced sodium intake.</span>
    </div>

    <div typeof="http://schema.org/RestrictedDiet" resource="http://schema.org/VeganDiet">
      <span class="h" property="rdfs:label">VeganDiet</span>
      <span property="rdfs:comment">A diet exclusive of all animal products.</span>
    </div>

    <div typeof="http://schema.org/RestrictedDiet" resource="http://schema.org/VegetarianDiet">
      <span class="h" property="rdfs:label">VegetarianDiet</span>
      <span property="rdfs:comment">A diet exclusive of animal meat.</span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Review">
      <span class="h" property="rdfs:label">Review</span>
      <span property="rdfs:comment">A review of an item - for example, of a restaurant, movie, or store.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/RiverBodyOfWater">
      <span class="h" property="rdfs:label">RiverBodyOfWater</span>
      <span property="rdfs:comment">A river (for example, the broad majestic Shannon).</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/BodyOfWater">BodyOfWater</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/RoofingContractor">
      <span class="h" property="rdfs:label">RoofingContractor</span>
      <span property="rdfs:comment">A roofing contractor.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/HomeAndConstructionBusiness">HomeAndConstructionBusiness</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/SaleEvent">
      <span class="h" property="rdfs:label">SaleEvent</span>
      <span property="rdfs:comment">Event type: Sales event.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Event">Event</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/School">
      <span class="h" property="rdfs:label">School</span>
      <span property="rdfs:comment">A school.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/EducationalOrganization">EducationalOrganization</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Sculpture">
      <span class="h" property="rdfs:label">Sculpture</span>
      <span property="rdfs:comment">A piece of sculpture.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/ScreeningEvent">
      <span class="h" property="rdfs:label">ScreeningEvent</span>
      <span property="rdfs:comment">A screening of a movie or other video.</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Event">Event</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/SeaBodyOfWater">
      <span class="h" property="rdfs:label">SeaBodyOfWater</span>
      <span property="rdfs:comment">A sea (for example, the Caspian sea).</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/BodyOfWater">BodyOfWater</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/SearchResultsPage">
      <span class="h" property="rdfs:label">SearchResultsPage</span>
      <span property="rdfs:comment">Web page type: Search results page.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/WebPage">WebPage</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/SelfStorage">
      <span class="h" property="rdfs:label">SelfStorage</span>
      <span property="rdfs:comment">A self-storage facility.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/ShoeStore">
      <span class="h" property="rdfs:label">ShoeStore</span>
      <span property="rdfs:comment">A shoe store.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/ShoppingCenter">
      <span class="h" property="rdfs:label">ShoppingCenter</span>
      <span property="rdfs:comment">A shopping center or mall.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/SingleFamilyResidence">
      <span class="h" property="rdfs:label">SingleFamilyResidence</span>
      <span property="rdfs:comment">Residence type: Single-family home.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/House">House</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/WebPageElement">
      <span class="h" property="rdfs:label">WebPageElement</span>
      <span property="rdfs:comment">A web page element, like a table or an image.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/SiteNavigationElement">
      <span class="h" property="rdfs:label">SiteNavigationElement</span>
      <span property="rdfs:comment">A navigation element of the page.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/WebPageElement">WebPageElement</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/SkiResort">
      <span class="h" property="rdfs:label">SkiResort</span>
      <span property="rdfs:comment">A ski resort.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/SportsActivityLocation">SportsActivityLocation</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/SocialEvent">
      <span class="h" property="rdfs:label">SocialEvent</span>
      <span property="rdfs:comment">Event type: Social event.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Event">Event</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/SportingGoodsStore">
      <span class="h" property="rdfs:label">SportingGoodsStore</span>
      <span property="rdfs:comment">A sporting goods store.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/SportsClub">
      <span class="h" property="rdfs:label">SportsClub</span>
      <span property="rdfs:comment">A sports club.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/SportsActivityLocation">SportsActivityLocation</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/SportsEvent">
      <span class="h" property="rdfs:label">SportsEvent</span>
      <span property="rdfs:comment">Event type: Sports event.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Event">Event</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/SportsTeam">
      <span class="h" property="rdfs:label">SportsTeam</span>
      <span property="rdfs:comment">Organization: Sports team.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/SportsOrganization">SportsOrganization</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/StadiumOrArena">
      <span class="h" property="rdfs:label">StadiumOrArena</span>
      <span property="rdfs:comment">A stadium.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure">CivicStructure</a></span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/SportsActivityLocation">SportsActivityLocation</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/State">
      <span class="h" property="rdfs:label">State</span>
      <span property="rdfs:comment">A state or province of a country.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/AdministrativeArea">AdministrativeArea</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/SubwayStation">
      <span class="h" property="rdfs:label">SubwayStation</span>
      <span property="rdfs:comment">A subway station.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure">CivicStructure</a></span>
    </div>


    <div typeof="rdfs:Class" resource="http://schema.org/Synagogue">
      <span class="h" property="rdfs:label">Synagogue</span>
      <span property="rdfs:comment">A synagogue.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/PlaceOfWorship">PlaceOfWorship</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Episode">
      <span class="h" property="rdfs:label">Episode</span>
      <span property="rdfs:comment">A media episode (e.g. TV, radio, video game) which can be part of a series or season.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/TVEpisode">
      <span class="h" property="rdfs:label">TVEpisode</span>
      <span property="rdfs:comment">A TV episode which can be part of a series or season.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Episode">Episode</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Season">
      <span class="h" property="rdfs:label">Season</span>
      <span property="rdfs:comment">A media season e.g. tv, radio, video game etc.</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/CreativeWorkSeason"/>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
    </div>
    <div typeof="rdfs:Class" resource="http://schema.org/CreativeWorkSeason">
      <span class="h" property="rdfs:label">CreativeWorkSeason</span>
      <span property="rdfs:comment">A media season e.g. tv, radio, video game etc.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/TVSeason">
      <span class="h" property="rdfs:label">TVSeason</span>
      <span property="rdfs:comment">Season dedicated to TV broadcast and associated online delivery.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWorkSeason">CreativeWorkSeason</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Series">
      <span class="h" property="rdfs:label">Series</span>
      <span property="rdfs:comment">
          A Series in schema.org is a group of related items, typically but not necessarily of the same kind. See also [[CreativeWorkSeries]], [[EventSeries]].</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/CreativeWorkSeries">
      <span class="h" property="rdfs:label">CreativeWorkSeries</span>
      <span property="rdfs:comment">A CreativeWorkSeries in schema.org is a group of related items, typically but not necessarily of the same kind. CreativeWorkSeries are usually organized into some order, often chronological. Unlike [[ItemList]] which is a general purpose data structure for lists of things, the emphasis with CreativeWorkSeries is on published materials (written e.g. books and periodicals, or media such as tv, radio and games).\n\nSpecific subtypes are available for describing [[TVSeries]], [[RadioSeries]], [[MovieSeries]], [[BookSeries]], [[Periodical]] and [[VideoGameSeries]]. In each case, the [[hasPart]] / [[isPartOf]] properties can be used to relate the CreativeWorkSeries to its parts. The general CreativeWorkSeries type serves largely just to organize these more specific and practical subtypes.\n\nIt is common for properties applicable to an item from the series to be usefully applied to the containing group. Schema.org attempts to anticipate some of these cases, but publishers should be free to apply properties of the series parts to the series as a whole wherever they seem appropriate.
	  </span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Series">Series</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/TVSeries">
      <span class="h" property="rdfs:label">TVSeries</span>
      <span property="rdfs:comment">CreativeWorkSeries dedicated to TV broadcast and associated online delivery.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWorkSeries">CreativeWorkSeries</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/VideoGameSeries">
      <span class="h" property="rdfs:label">VideoGameSeries</span>
      <span property="rdfs:comment">A video game series.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWorkSeries">CreativeWorkSeries</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Table">
      <span class="h" property="rdfs:label">Table</span>
      <span property="rdfs:comment">A table on a Web page.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/WebPageElement">WebPageElement</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/TattooParlor">
      <span class="h" property="rdfs:label">TattooParlor</span>
      <span property="rdfs:comment">A tattoo parlor.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/HealthAndBeautyBusiness">HealthAndBeautyBusiness</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/TaxiStand">
      <span class="h" property="rdfs:label">TaxiStand</span>
      <span property="rdfs:comment">A taxi stand.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure">CivicStructure</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/TelevisionStation">
      <span class="h" property="rdfs:label">TelevisionStation</span>
      <span property="rdfs:comment">A television station.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/TennisComplex">
      <span class="h" property="rdfs:label">TennisComplex</span>
      <span property="rdfs:comment">A tennis complex.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/SportsActivityLocation">SportsActivityLocation</a></span>
    </div>

    <div typeof="rdfs:Class http://schema.org/DataType" resource="http://schema.org/Text">
      <span class="h" property="rdfs:label">Text</span>
      <span property="rdfs:comment">Data type: Text.</span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/TheaterEvent">
      <span class="h" property="rdfs:label">TheaterEvent</span>
      <span property="rdfs:comment">Event type: Theater performance.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Event">Event</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/TheaterGroup">
      <span class="h" property="rdfs:label">TheaterGroup</span>
      <span property="rdfs:comment">A theater group or company, for example, the Royal Shakespeare Company or Druid Theatre.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/PerformingGroup">PerformingGroup</a></span>
    </div>

    <div typeof="rdfs:Class http://schema.org/DataType" resource="http://schema.org/Time">
      <span class="h" property="rdfs:label">Time</span>
      <span property="rdfs:comment">A point in time recurring on multiple days in the form hh:mm:ss[Z|(+|-)hh:mm] (see [XML schema for details](http://www.w3.org/TR/xmlschema-2/#time)).</span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/TireShop">
      <span class="h" property="rdfs:label">TireShop</span>
      <span property="rdfs:comment">A tire shop.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/TouristAttraction">
      <span class="h" property="rdfs:label">TouristAttraction</span>
      <span property="rdfs:comment">A tourist attraction.  In principle any Thing can be a [[TouristAttraction]], from a [[Mountain]] and [[LandmarksOrHistoricalBuildings]] to a [[LocalBusiness]].  This Type can be used on its own to describe a general [[TouristAttraction]], or be used as an [[additionalType]] to add tourist attraction properties to any other type.  (See examples below)</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Place">Place</a></span>
      <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism">Tourism</a></span>
      <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#IIT-CNR.it">IIT-CNR.it</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/touristType">
      <span class="h" property="rdfs:label">touristType</span>
      <span property="rdfs:comment">Attraction suitable for type(s) of tourist. eg. Children, visitors from a particular country, etc. </span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/TouristAttraction">TouristAttraction</a></span>
      <span>rangeIncludes: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Audience">Audience</a></span>
      <span>rangeIncludes: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
      <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism">Tourism</a></span>
      <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#IIT-CNR.it">IIT-CNR.it</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/TouristInformationCenter">
      <span class="h" property="rdfs:label">TouristInformationCenter</span>
      <span property="rdfs:comment">A tourist information center.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/ToyStore">
      <span class="h" property="rdfs:label">ToyStore</span>
      <span property="rdfs:comment">A toy store.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/TrainStation">
      <span class="h" property="rdfs:label">TrainStation</span>
      <span property="rdfs:comment">A train station.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure">CivicStructure</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/TravelAgency">
      <span class="h" property="rdfs:label">TravelAgency</span>
      <span property="rdfs:comment">A travel agency.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
    </div>


    <div typeof="rdfs:Class" resource="http://schema.org/URL">
      <span class="h" property="rdfs:label">URL</span>
      <span property="rdfs:comment">Data type: URL.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Text">Text</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/UserInteraction">
      <span class="h" property="rdfs:label">UserInteraction</span>
      <span property="rdfs:comment">UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use [[Action]]-based vocabulary, alongside types such as [[Comment]].</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Event">Event</a></span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/InteractionCounter"/>
   </div>

    <div typeof="rdfs:Class" resource="http://schema.org/UserBlocks">
      <span class="h" property="rdfs:label">UserBlocks</span>
      <span property="rdfs:comment">UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use [[Action]]-based vocabulary, alongside types such as [[Comment]].</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/UserInteraction">UserInteraction</a></span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/InteractionCounter"/>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/UserCheckins">
      <span class="h" property="rdfs:label">UserCheckins</span>
      <span property="rdfs:comment">UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use [[Action]]-based vocabulary, alongside types such as [[Comment]].</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/UserInteraction">UserInteraction</a></span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/InteractionCounter"/>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/UserComments">
      <span class="h" property="rdfs:label">UserComments</span>
      <span property="rdfs:comment">UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use [[Action]]-based vocabulary, alongside types such as [[Comment]].</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/UserInteraction">UserInteraction</a></span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/InteractionCounter"/>
       <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews">rNews</a></span>
   </div>

    <div typeof="rdfs:Class" resource="http://schema.org/UserDownloads">
      <span class="h" property="rdfs:label">UserDownloads</span>
      <span property="rdfs:comment">UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use [[Action]]-based vocabulary, alongside types such as [[Comment]].</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/InteractionCounter"/>
     <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/UserInteraction">UserInteraction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/UserLikes">
      <span class="h" property="rdfs:label">UserLikes</span>
      <span property="rdfs:comment">UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use [[Action]]-based vocabulary, alongside types such as [[Comment]].</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/InteractionCounter"/>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/UserInteraction">UserInteraction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/UserPageVisits">
      <span class="h" property="rdfs:label">UserPageVisits</span>
      <span property="rdfs:comment">UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use [[Action]]-based vocabulary, alongside types such as [[Comment]].</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/InteractionCounter"/>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/UserInteraction">UserInteraction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/UserPlays">
      <span class="h" property="rdfs:label">UserPlays</span>
      <span property="rdfs:comment">UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use [[Action]]-based vocabulary, alongside types such as [[Comment]].</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/InteractionCounter"/>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/UserInteraction">UserInteraction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/UserPlusOnes">
      <span class="h" property="rdfs:label">UserPlusOnes</span>
      <span property="rdfs:comment">UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use [[Action]]-based vocabulary, alongside types such as [[Comment]].</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/InteractionCounter"/>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/UserInteraction">UserInteraction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/UserTweets">
      <span class="h" property="rdfs:label">UserTweets</span>
      <span property="rdfs:comment">UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use [[Action]]-based vocabulary, alongside types such as [[Comment]].</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/InteractionCounter"/>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/UserInteraction">UserInteraction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/VideoGallery">
      <span class="h" property="rdfs:label">VideoGallery</span>
      <span property="rdfs:comment">Web page type: Video gallery page.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CollectionPage">CollectionPage</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/VideoObject">
      <span class="h" property="rdfs:label">VideoObject</span>
      <span property="rdfs:comment">A video file.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/MediaObject">MediaObject</a></span>
       <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews">rNews</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/VisualArtsEvent">
      <span class="h" property="rdfs:label">VisualArtsEvent</span>
      <span property="rdfs:comment">Event type: Visual arts event.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Event">Event</a></span>
    </div>

    <!-- https://github.com/schemaorg/schemaorg/issues/445 -->
    <div typeof="rdfs:Class" resource="http://schema.org/ExhibitionEvent">
      <span class="h" property="rdfs:label">ExhibitionEvent</span>
      <span property="rdfs:comment">Event type: Exhibition event, e.g. at a museum, library, archive, tradeshow, ...</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Event">Event</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Volcano">
      <span class="h" property="rdfs:label">Volcano</span>
      <span property="rdfs:comment">A volcano, like Fuji san.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Landform">Landform</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/WPAdBlock">
      <span class="h" property="rdfs:label">WPAdBlock</span>
      <span property="rdfs:comment">An advertising section of the page.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/WebPageElement">WebPageElement</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/WPFooter">
      <span class="h" property="rdfs:label">WPFooter</span>
      <span property="rdfs:comment">The footer section of the page.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/WebPageElement">WebPageElement</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/WPHeader">
      <span class="h" property="rdfs:label">WPHeader</span>
      <span property="rdfs:comment">The header section of the page.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/WebPageElement">WebPageElement</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/WPSideBar">
      <span class="h" property="rdfs:label">WPSideBar</span>
      <span property="rdfs:comment">A sidebar section of the page.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/WebPageElement">WebPageElement</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Waterfall">
      <span class="h" property="rdfs:label">Waterfall</span>
      <span property="rdfs:comment">A waterfall, like Niagara.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/BodyOfWater">BodyOfWater</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/WebApplication">
      <span class="h" property="rdfs:label">WebApplication</span>
      <span property="rdfs:comment">Web applications.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/WholesaleStore">
      <span class="h" property="rdfs:label">WholesaleStore</span>
      <span property="rdfs:comment">A wholesale store.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Store">Store</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Winery">
      <span class="h" property="rdfs:label">Winery</span>
      <span property="rdfs:comment">A winery.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/FoodEstablishment">FoodEstablishment</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Zoo">
      <span class="h" property="rdfs:label">Zoo</span>
      <span property="rdfs:comment">A zoo.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure">CivicStructure</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Brand">
      <span class="h" property="rdfs:label">Brand</span>
      <span property="rdfs:comment">A brand is a name used by an organization or business person for labeling a product, product group, or similar.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
       <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass">GoodRelationsClass</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/BusinessEntityType">
      <span class="h" property="rdfs:label">BusinessEntityType</span>
      <span property="rdfs:comment">A business entity type is a conceptual entity representing the legal form, the size, the main line of business, the position in the value chain, or any combination thereof, of an organization or business person.\n\nCommonly used values:\n\n* http://purl.org/goodrelations/v1#Business\n* http://purl.org/goodrelations/v1#Enduser\n* http://purl.org/goodrelations/v1#PublicInstitution\n* http://purl.org/goodrelations/v1#Reseller
	  </span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Enumeration">Enumeration</a></span>
       <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass">GoodRelationsClass</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/CreditCard">
      <span class="h" property="rdfs:label">CreditCard</span>
      <span property="rdfs:comment">A card payment method of a particular brand or name.  Used to mark up a particular payment method and/or the financial product/service that supplies the card account.\n\nCommonly used values:\n\n* http://purl.org/goodrelations/v1#AmericanExpress\n* http://purl.org/goodrelations/v1#DinersClub\n* http://purl.org/goodrelations/v1#Discover\n* http://purl.org/goodrelations/v1#JCB\n* http://purl.org/goodrelations/v1#MasterCard\n* http://purl.org/goodrelations/v1#VISA
       </span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/PaymentCard">PaymentCard</a></span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LoanOrCredit">LoanOrCredit</a></span>
       <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass">GoodRelationsClass</a></span>
       <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO">FIBO</a></span></div>

    <div typeof="rdfs:Class" resource="http://schema.org/BusinessFunction">
      <span class="h" property="rdfs:label">BusinessFunction</span>
      <span property="rdfs:comment">The business function specifies the type of activity or access (i.e., the bundle of rights) offered by the organization or business person through the offer. Typical are sell, rental or lease, maintenance or repair, manufacture / produce, recycle / dispose, engineering / construction, or installation. Proprietary specifications of access rights are also instances of this class.\n\nCommonly used values:\n\n* http://purl.org/goodrelations/v1#ConstructionInstallation\n* http://purl.org/goodrelations/v1#Dispose\n* http://purl.org/goodrelations/v1#LeaseOut\n* http://purl.org/goodrelations/v1#Maintain\n* http://purl.org/goodrelations/v1#ProvideService\n* http://purl.org/goodrelations/v1#Repair\n* http://purl.org/goodrelations/v1#Sell\n* http://purl.org/goodrelations/v1#Buy
        </span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Enumeration">Enumeration</a></span>
       <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass">GoodRelationsClass</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/PaymentMethod">
      <span class="h" property="rdfs:label">PaymentMethod</span>
      <span property="rdfs:comment">A payment method is a standardized procedure for transferring the monetary amount for a purchase. Payment methods are characterized by the legal and technical structures used, and by the organization or group carrying out the transaction.\n\nCommonly used values:\n\n* http://purl.org/goodrelations/v1#ByBankTransferInAdvance\n* http://purl.org/goodrelations/v1#ByInvoice\n* http://purl.org/goodrelations/v1#Cash\n* http://purl.org/goodrelations/v1#CheckInAdvance\n* http://purl.org/goodrelations/v1#COD\n* http://purl.org/goodrelations/v1#DirectDebit\n* http://purl.org/goodrelations/v1#GoogleCheckout\n* http://purl.org/goodrelations/v1#PayPal\n* http://purl.org/goodrelations/v1#PaySwarm
        </span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Enumeration">Enumeration</a></span>
       <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass">GoodRelationsClass</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/DayOfWeek">
      <span class="h" property="rdfs:label">DayOfWeek</span>
      <span property="rdfs:comment">The day of the week, e.g. used to specify to which day the opening hours of an OpeningHoursSpecification refer.

Originally, URLs from [GoodRelations](http://purl.org/goodrelations/v1) were used (for [[Monday]], [[Tuesday]], [[Wednesday]], [[Thursday]], [[Friday]], [[Saturday]], [[Sunday]] plus a special entry for [[PublicHolidays]]); these have now been integrated directly into schema.org.
      </span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Enumeration">Enumeration</a></span>
      <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass">GoodRelationsClass</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/PriceSpecification">
      <span class="h" property="rdfs:label">PriceSpecification</span>
      <span property="rdfs:comment">A structured value representing a price or price range. Typically, only the subclasses of this type are used for markup. It is recommended to use [[MonetaryAmount]] to describe independent amounts of money such as a salary, credit card limits, etc.</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/StructuredValue">StructuredValue</a></span>
       <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass">GoodRelationsClass</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/DeliveryChargeSpecification">
      <span class="h" property="rdfs:label">DeliveryChargeSpecification</span>
      <span property="rdfs:comment">The price for the delivery of an offer using a particular delivery method.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/PriceSpecification">PriceSpecification</a></span>
       <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass">GoodRelationsClass</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/DeliveryMethod">
      <span class="h" property="rdfs:label">DeliveryMethod</span>
      <span property="rdfs:comment">A delivery method is a standardized procedure for transferring the product or service to the destination of fulfillment chosen by the customer. Delivery methods are characterized by the means of transportation used, and by the organization or group that is the contracting party for the sending organization or person.\n\nCommonly used values:\n\n* http://purl.org/goodrelations/v1#DeliveryModeDirectDownload\n* http://purl.org/goodrelations/v1#DeliveryModeFreight\n* http://purl.org/goodrelations/v1#DeliveryModeMail\n* http://purl.org/goodrelations/v1#DeliveryModeOwnFleet\n* http://purl.org/goodrelations/v1#DeliveryModePickUp\n* http://purl.org/goodrelations/v1#DHL\n* http://purl.org/goodrelations/v1#FederalExpress\n* http://purl.org/goodrelations/v1#UPS
        </span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Enumeration">Enumeration</a></span>
       <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass">GoodRelationsClass</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Demand">
      <span class="h" property="rdfs:label">Demand</span>
      <span property="rdfs:comment">A demand entity represents the public, not necessarily binding, not necessarily exclusive, announcement by an organization or person to seek a certain type of goods or services. For describing demand using this type, the very same properties used for Offer apply.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
       <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass">GoodRelationsClass</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/IndividualProduct">
      <span class="h" property="rdfs:label">IndividualProduct</span>
      <span property="rdfs:comment">A single, identifiable product instance (e.g. a laptop with a particular serial number).</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Product">Product</a></span>
       <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass">GoodRelationsClass</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/OpeningHoursSpecification">
      <span class="h" property="rdfs:label">OpeningHoursSpecification</span>
      <span property="rdfs:comment">A structured value providing information about the opening hours of a place or a certain service inside a place.\n\n
The place is __open__ if the [[opens]] property is specified, and __closed__ otherwise.\n\nIf the value for the [[closes]] property is less than the value for the [[opens]] property then the hour range is assumed to span over the next day.
      </span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/StructuredValue">StructuredValue</a></span>
      <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass">GoodRelationsClass</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/OwnershipInfo">
      <span class="h" property="rdfs:label">OwnershipInfo</span>
      <span property="rdfs:comment">A structured value providing information about when a certain organization or person owned a certain product.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/StructuredValue">StructuredValue</a></span>
       <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass">GoodRelationsClass</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/ParcelService">
      <span class="h" property="rdfs:label">ParcelService</span>
      <span property="rdfs:comment">A private parcel service as the delivery mode available for a certain offer.\n\nCommonly used values:\n\n* http://purl.org/goodrelations/v1#DHL\n* http://purl.org/goodrelations/v1#FederalExpress\n* http://purl.org/goodrelations/v1#UPS
      </span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/DeliveryMethod">DeliveryMethod</a></span>
       <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass">GoodRelationsClass</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/PaymentChargeSpecification">
      <span class="h" property="rdfs:label">PaymentChargeSpecification</span>
      <span property="rdfs:comment">The costs of settling the payment using a particular payment method.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/PriceSpecification">PriceSpecification</a></span>
       <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass">GoodRelationsClass</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/ProductModel">
      <span class="h" property="rdfs:label">ProductModel</span>
      <span property="rdfs:comment">A datasheet or vendor specification of a product (in the sense of a prototypical description).</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Product">Product</a></span>
       <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass">GoodRelationsClass</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/QualitativeValue">
      <span class="h" property="rdfs:label">QualitativeValue</span>
      <span property="rdfs:comment">A predefined value for a product characteristic, e.g. the power cord plug type 'US' or the garment sizes 'S', 'M', 'L', and 'XL'.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Enumeration">Enumeration</a></span>
       <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass">GoodRelationsClass</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/QuantitativeValue">
      <span class="h" property="rdfs:label">QuantitativeValue</span>
      <span property="rdfs:comment"> A point value or interval for product characteristics and other purposes.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/StructuredValue">StructuredValue</a></span>
       <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass">GoodRelationsClass</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/SomeProducts">
      <span class="h" property="rdfs:label">SomeProducts</span>
      <span property="rdfs:comment">A placeholder for multiple similar products of the same kind.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Product">Product</a></span>
       <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass">GoodRelationsClass</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/TypeAndQuantityNode">
      <span class="h" property="rdfs:label">TypeAndQuantityNode</span>
      <span property="rdfs:comment">A structured value indicating the quantity, unit of measurement, and business function of goods included in a bundle offer.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/StructuredValue">StructuredValue</a></span>
       <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass">GoodRelationsClass</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/UnitPriceSpecification">
      <span class="h" property="rdfs:label">UnitPriceSpecification</span>
      <span property="rdfs:comment">The price asked for a given offer by the respective organization or person.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/PriceSpecification">PriceSpecification</a></span>
       <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass">GoodRelationsClass</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/WarrantyPromise">
      <span class="h" property="rdfs:label">WarrantyPromise</span>
      <span property="rdfs:comment">A structured value representing the duration and scope of services that will be provided to a customer free of charge in case of a defect or malfunction of a product.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/StructuredValue">StructuredValue</a></span>
       <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass">GoodRelationsClass</a></span>
	 </div>

    <div typeof="rdfs:Class" resource="http://schema.org/WarrantyScope">
      <span class="h" property="rdfs:label">WarrantyScope</span>
      <span property="rdfs:comment">A range of of services that will be provided to a customer free of charge in case of a defect or malfunction of a product.\n\nCommonly used values:\n\n* http://purl.org/goodrelations/v1#Labor-BringIn\n* http://purl.org/goodrelations/v1#PartsAndLabor-BringIn\n* http://purl.org/goodrelations/v1#PartsAndLabor-PickUp
      </span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Enumeration">Enumeration</a></span>
       <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass">GoodRelationsClass</a></span></div>

    <div typeof="rdfs:Class" resource="http://schema.org/TechArticle">
      <span class="h" property="rdfs:label">TechArticle</span>
      <span property="rdfs:comment">A technical article - Example: How-to (task) topics, step-by-step, procedural troubleshooting, specifications, etc.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Article">Article</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/APIReference">
      <span class="h" property="rdfs:label">APIReference</span>
      <span property="rdfs:comment">Reference documentation for application programming interfaces (APIs).</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/TechArticle">TechArticle</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Code">
      <span class="h" property="rdfs:label">Code</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/SoftwareSourceCode"/>
      <span property="rdfs:comment">Computer programming source code. Example: Full (compile ready) solutions, code snippet samples, scripts, templates.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
    </div>
    <div typeof="rdfs:Class" resource="http://schema.org/SoftwareSourceCode">
      <span class="h" property="rdfs:label">SoftwareSourceCode</span>
      <span property="rdfs:comment">Computer programming source code. Example: Full (compile ready) solutions, code snippet samples, scripts, templates.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/ParentAudience">
      <span class="h" property="rdfs:label">ParentAudience</span>
      <span property="rdfs:comment">A set of characteristics describing parents, who can be interested in viewing some content.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/PeopleAudience">PeopleAudience</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/AlignmentObject">
      <span class="h" property="rdfs:label">AlignmentObject</span>
      <span property="rdfs:comment">An intangible item that describes an alignment between a learning resource and a node in an educational framework.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
       <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_LRMIClass">LRMIClass</a></span></div>

    <div typeof="rdfs:Class" resource="http://schema.org/EducationalAudience">
      <span class="h" property="rdfs:label">EducationalAudience</span>
      <span property="rdfs:comment">An EducationalAudience.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Audience">Audience</a></span>
       <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_LRMIClass">LRMIClass</a></span></div>

    <div typeof="rdfs:Class" resource="http://schema.org/DataCatalog">
      <span class="h" property="rdfs:label">DataCatalog</span>
      <span property="rdfs:comment">A collection of datasets.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
       <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_DatasetClass">DatasetClass</a></span>
       <link property="owl:equivalentClass" href="http://www.w3.org/ns/dcat#Catalog"/>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/DataDownload">
      <span class="h" property="rdfs:label">DataDownload</span>
      <span property="rdfs:comment">A dataset in downloadable form.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/MediaObject">MediaObject</a></span>
       <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_DatasetClass">DatasetClass</a></span>
       <link property="owl:equivalentClass" href="http://www.w3.org/ns/dcat#Distribution"/>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Dataset">
      <span class="h" property="rdfs:label">Dataset</span>
      <span property="rdfs:comment">A body of structured information describing some topic(s) of interest.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
       <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_DatasetClass">DatasetClass</a></span>
       <link property="owl:equivalentClass" href="http://www.w3.org/ns/dcat#Dataset"/>
       <link property="owl:equivalentClass" href="http://rdfs.org/ns/void#Dataset"/>
       <link property="owl:equivalentClass" href="http://purl.org/dc/dcmitype/Dataset"/>
       </div>

    <div typeof="rdfs:Class" resource="http://schema.org/PublicationEvent">
      <span class="h" property="rdfs:label">PublicationEvent</span>
      <span property="rdfs:comment">A PublicationEvent corresponds indifferently to the event of publication for a CreativeWork of any type e.g. a broadcast event, an on-demand event, a book/journal publication via a variety of delivery media.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Event">Event</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/BroadcastEvent">
      <span class="h" property="rdfs:label">BroadcastEvent</span>
      <span property="rdfs:comment">An over the air or online broadcast event.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/PublicationEvent">PublicationEvent</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/BroadcastService">
      <span class="h" property="rdfs:label">BroadcastService</span>
      <span property="rdfs:comment">A delivery service through which content is provided via broadcast over the air or online.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Service">Service</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Clip">
      <span class="h" property="rdfs:label">Clip</span>
      <span property="rdfs:comment">A short TV or radio program or a segment/part of a program.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/OnDemandEvent">
      <span class="h" property="rdfs:label">OnDemandEvent</span>
      <span property="rdfs:comment">A publication event e.g. catch-up TV or radio podcast, during which a program is available on-demand.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/PublicationEvent">PublicationEvent</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/RadioClip">
      <span class="h" property="rdfs:label">RadioClip</span>
      <span property="rdfs:comment">A short radio program or a segment/part of a radio program.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Clip">Clip</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/RadioEpisode">
      <span class="h" property="rdfs:label">RadioEpisode</span>
      <span property="rdfs:comment">A radio episode which can be part of a series or season.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Episode">Episode</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/RadioSeason">
      <span class="h" property="rdfs:label">RadioSeason</span>
      <span property="rdfs:comment">Season dedicated to radio broadcast and associated online delivery.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWorkSeason">CreativeWorkSeason</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/RadioSeries">
      <span class="h" property="rdfs:label">RadioSeries</span>
      <span property="rdfs:comment">CreativeWorkSeries dedicated to radio broadcast and associated online delivery.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWorkSeries">CreativeWorkSeries</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/TVClip">
      <span class="h" property="rdfs:label">TVClip</span>
      <span property="rdfs:comment">A short TV program or a segment/part of a TV program.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Clip">Clip</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/BusinessAudience">
      <span class="h" property="rdfs:label">BusinessAudience</span>
      <span property="rdfs:comment">A set of characteristics belonging to businesses, e.g. who compose an item&#39;s target audience.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Audience">Audience</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/ContactPointOption">
      <span class="h" property="rdfs:label">ContactPointOption</span>
      <span property="rdfs:comment">Enumerated options related to a ContactPoint.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Enumeration">Enumeration</a></span>
    </div>

    <div typeof="http://schema.org/ContactPointOption" resource="http://schema.org/HearingImpairedSupported">
      <span class="h" property="rdfs:label">HearingImpairedSupported</span>
      <span property="rdfs:comment">Uses devices to support users with hearing impairments.</span>
    </div>

    <div typeof="http://schema.org/ContactPointOption" resource="http://schema.org/TollFree">
      <span class="h" property="rdfs:label">TollFree</span>
      <span property="rdfs:comment">The associated telephone number is toll free.</span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Permit">
      <span class="h" property="rdfs:label">Permit</span>
      <span property="rdfs:comment">A permit issued by an organization, e.g. a parking pass.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/GovernmentPermit">
      <span class="h" property="rdfs:label">GovernmentPermit</span>
      <span property="rdfs:comment">A permit issued by a government agency.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Permit">Permit</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Service">
      <span class="h" property="rdfs:label">Service</span>
      <span property="rdfs:comment">A service provided by an organization, e.g. delivery service, print services, etc.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/GovernmentService">
      <span class="h" property="rdfs:label">GovernmentService</span>
      <span property="rdfs:comment">A service provided by a government organization, e.g. food stamps, veterans benefits, etc.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Service">Service</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/ServiceChannel">
      <span class="h" property="rdfs:label">ServiceChannel</span>
      <span property="rdfs:comment">A means for accessing a service, e.g. a government office location, web site, or phone number.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/EventStatusType">
      <span class="h" property="rdfs:label">EventStatusType</span>
      <span property="rdfs:comment">EventStatusType is an enumeration type whose instances represent several states that an Event may be in.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Enumeration">Enumeration</a></span>
    </div>

    <div typeof="http://schema.org/EventStatusType" resource="http://schema.org/EventCancelled">
      <span class="h" property="rdfs:label">EventCancelled</span>
      <span property="rdfs:comment">The event has been cancelled. If the event has multiple startDate values, all are assumed to be cancelled. Either startDate or previousStartDate may be used to specify the event's cancelled date(s).</span>
    </div>

    <div typeof="http://schema.org/EventStatusType" resource="http://schema.org/EventPostponed">
      <span class="h" property="rdfs:label">EventPostponed</span>
      <span property="rdfs:comment">The event has been postponed and no new date has been set. The event's previousStartDate should be set.</span>
    </div>

    <div typeof="http://schema.org/EventStatusType" resource="http://schema.org/EventRescheduled">
      <span class="h" property="rdfs:label">EventRescheduled</span>
      <span property="rdfs:comment">The event has been rescheduled. The event's previousStartDate should be set to the old date and the startDate should be set to the event's new date. (If the event has been rescheduled multiple times, the previousStartDate property may be repeated).</span>
    </div>

    <div typeof="http://schema.org/EventStatusType" resource="http://schema.org/EventScheduled">
      <span class="h" property="rdfs:label">EventScheduled</span>
      <span property="rdfs:comment">The event is taking place or has taken place on the startDate as scheduled. Use of this value is optional, as it is assumed by default.</span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/DeliveryEvent">
      <span class="h" property="rdfs:label">DeliveryEvent</span>
      <span property="rdfs:comment">An event involving the delivery of an item.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Event">Event</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/LockerDelivery">
      <span class="h" property="rdfs:label">LockerDelivery</span>
      <span property="rdfs:comment">A DeliveryMethod in which an item is made available via locker.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/DeliveryMethod">DeliveryMethod</a></span>
    </div>

    <div typeof="http://schema.org/DeliveryMethod" resource="http://schema.org/OnSitePickup">
      <span class="h" property="rdfs:label">OnSitePickup</span>
      <span property="rdfs:comment">A DeliveryMethod in which an item is collected on site, e.g. in a store or at a box office.</span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/Order">
      <span class="h" property="rdfs:label">Order</span>
      <span property="rdfs:comment">An order is a confirmation of a transaction (a receipt), which can contain multiple line items, each represented by an Offer that has been accepted by the customer.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/OrderStatus">
      <span class="h" property="rdfs:label">OrderStatus</span>
      <span property="rdfs:comment">Enumerated status values for Order.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Enumeration">Enumeration</a></span>
    </div>

    <div typeof="http://schema.org/OrderStatus" resource="http://schema.org/OrderCancelled">
      <span class="h" property="rdfs:label">OrderCancelled</span>
      <span property="rdfs:comment">OrderStatus representing cancellation of an order.</span>
    </div>

    <div typeof="http://schema.org/OrderStatus" resource="http://schema.org/OrderDelivered">
      <span class="h" property="rdfs:label">OrderDelivered</span>
      <span property="rdfs:comment">OrderStatus representing successful delivery of an order.</span>
    </div>

    <div typeof="http://schema.org/OrderStatus" resource="http://schema.org/OrderInTransit">
      <span class="h" property="rdfs:label">OrderInTransit</span>
      <span property="rdfs:comment">OrderStatus representing that an order is in transit.</span>
    </div>

    <div typeof="http://schema.org/OrderStatus" resource="http://schema.org/OrderPaymentDue">
      <span class="h" property="rdfs:label">OrderPaymentDue</span>
      <span property="rdfs:comment">OrderStatus representing that payment is due on an order.</span>
    </div>

    <div typeof="http://schema.org/OrderStatus" resource="http://schema.org/OrderPickupAvailable">
      <span class="h" property="rdfs:label">OrderPickupAvailable</span>
      <span property="rdfs:comment">OrderStatus representing availability of an order for pickup.</span>
    </div>

    <div typeof="http://schema.org/OrderStatus" resource="http://schema.org/OrderProblem">
      <span class="h" property="rdfs:label">OrderProblem</span>
      <span property="rdfs:comment">OrderStatus representing that there is a problem with the order.</span>
    </div>

    <div typeof="http://schema.org/OrderStatus" resource="http://schema.org/OrderProcessing">
      <span class="h" property="rdfs:label">OrderProcessing</span>
      <span property="rdfs:comment">OrderStatus representing that an order is being processed.</span>
    </div>

    <div typeof="http://schema.org/OrderStatus" resource="http://schema.org/OrderReturned">
      <span class="h" property="rdfs:label">OrderReturned</span>
      <span property="rdfs:comment">OrderStatus representing that an order has been returned.</span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/ParcelDelivery">
      <span class="h" property="rdfs:label">ParcelDelivery</span>
      <span property="rdfs:comment">The delivery of a parcel either via the postal service or a commercial service.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/OrderItem">
        <span class="h" property="rdfs:label">OrderItem</span>
        <span property="rdfs:comment">An order item is a line of an order. It includes the quantity and shipping details of a bought offer.</span>
        <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/orderQuantity">
        <span class="h" property="rdfs:label">orderQuantity</span>
        <span property="rdfs:comment">The number of the item ordered. If the property is not set, assume the quantity is one.</span>
        <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/OrderItem">OrderItem</a></span>
        <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Number">Number</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/orderItemStatus">
        <span class="h" property="rdfs:label">orderItemStatus</span>
        <span property="rdfs:comment">The current status of the order item.</span>
        <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/OrderItem">OrderItem</a></span>
        <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/OrderStatus">OrderStatus</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/orderItemNumber">
        <span class="h" property="rdfs:label">orderItemNumber</span>
        <span property="rdfs:comment">The identifier of the order item.</span>
        <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/OrderItem">OrderItem</a></span>
        <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/orderDelivery">
        <span class="h" property="rdfs:label">orderDelivery</span>
        <span property="rdfs:comment">The delivery of the parcel related to this order or order item.</span>
        <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Order">Order</a></span>
        <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/OrderItem">OrderItem</a></span>
        <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/ParcelDelivery">ParcelDelivery</a></span>
    </div>
    <div typeof="rdfs:Class" resource="http://schema.org/Action">
      <span class="h" property="rdfs:label">Action</span>
      <span property="rdfs:comment">An action performed by a direct agent and indirect participants upon a direct object. Optionally happens at a location with the help of an inanimate instrument. The execution of the action may produce a result. Specific action sub-type documentation specifies the exact expectation of each argument/role.\n\nSee also [blog post](http://blog.schema.org/2014/04/announcing-schemaorg-actions.html) and [Actions overview document](http://schema.org/docs/actions.html).</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Thing">Thing</a></span>
      <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_ActionCollabClass">Action collaborations</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/OrganizeAction">
      <span class="h" property="rdfs:label">OrganizeAction</span>
      <span property="rdfs:comment">The act of manipulating/administering/supervising/controlling one or more objects.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Action">Action</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/AllocateAction">
      <span class="h" property="rdfs:label">AllocateAction</span>
      <span property="rdfs:comment">The act of organizing tasks/objects/events by associating resources to it.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/OrganizeAction">OrganizeAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/AcceptAction">
      <span class="h" property="rdfs:label">AcceptAction</span>
      <span property="rdfs:comment">The act of committing to/adopting an object.\n\nRelated actions:\n\n* [[RejectAction]]: The antonym of AcceptAction.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/AllocateAction">AllocateAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/AchieveAction">
      <span class="h" property="rdfs:label">AchieveAction</span>
      <span property="rdfs:comment">The act of accomplishing something via previous efforts. It is an instantaneous action rather than an ongoing process.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Action">Action</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/UpdateAction">
      <span class="h" property="rdfs:label">UpdateAction</span>
      <span property="rdfs:comment">The act of managing by changing/editing the state of the object.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Action">Action</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/AddAction">
      <span class="h" property="rdfs:label">AddAction</span>
      <span property="rdfs:comment">The act of editing by adding an object to a collection.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/UpdateAction">UpdateAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/AssessAction">
      <span class="h" property="rdfs:label">AssessAction</span>
      <span property="rdfs:comment">The act of forming one&#39;s opinion, reaction or sentiment.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Action">Action</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/ReactAction">
      <span class="h" property="rdfs:label">ReactAction</span>
      <span property="rdfs:comment">The act of responding instinctively and emotionally to an object, expressing a sentiment.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/AssessAction">AssessAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/AgreeAction">
      <span class="h" property="rdfs:label">AgreeAction</span>
      <span property="rdfs:comment">The act of expressing a consistency of opinion with the object. An agent agrees to/about an object (a proposition, topic or theme) with participants.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/ReactAction">ReactAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/InsertAction">
      <span class="h" property="rdfs:label">InsertAction</span>
      <span property="rdfs:comment">The act of adding at a specific location in an ordered collection.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/AddAction">AddAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/AppendAction">
      <span class="h" property="rdfs:label">AppendAction</span>
      <span property="rdfs:comment">The act of inserting at the end if an ordered collection.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/InsertAction">InsertAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/ApplyAction">
      <span class="h" property="rdfs:label">ApplyAction</span>
      <span property="rdfs:comment">The act of registering to an organization/service without the guarantee to receive it.\n\nRelated actions:\n\n* [[RegisterAction]]: Unlike RegisterAction, ApplyAction has no guarantees that the application will be accepted.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/OrganizeAction">OrganizeAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/MoveAction">
      <span class="h" property="rdfs:label">MoveAction</span>
      <span property="rdfs:comment">The act of an agent relocating to a place.\n\nRelated actions:\n\n* [[TransferAction]]: Unlike TransferAction, the subject of the move is a living Person or Organization rather than an inanimate object.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Action">Action</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/ArriveAction">
      <span class="h" property="rdfs:label">ArriveAction</span>
      <span property="rdfs:comment">The act of arriving at a place. An agent arrives at a destination from a fromLocation, optionally with participants.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/MoveAction">MoveAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/InteractAction">
      <span class="h" property="rdfs:label">InteractAction</span>
      <span property="rdfs:comment">The act of interacting with another person or organization.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Action">Action</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/CommunicateAction">
      <span class="h" property="rdfs:label">CommunicateAction</span>
      <span property="rdfs:comment">The act of conveying information to another person via a communication medium (instrument) such as speech, email, or telephone conversation.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/InteractAction">InteractAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/AskAction">
      <span class="h" property="rdfs:label">AskAction</span>
      <span property="rdfs:comment">The act of posing a question / favor to someone.\n\nRelated actions:\n\n* [[ReplyAction]]: Appears generally as a response to AskAction.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CommunicateAction">CommunicateAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/AssignAction">
      <span class="h" property="rdfs:label">AssignAction</span>
      <span property="rdfs:comment">The act of allocating an action/event/task to some destination (someone or something).</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/AllocateAction">AllocateAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/AuthorizeAction">
      <span class="h" property="rdfs:label">AuthorizeAction</span>
      <span property="rdfs:comment">The act of granting permission to an object.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/AllocateAction">AllocateAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/BefriendAction">
      <span class="h" property="rdfs:label">BefriendAction</span>
      <span property="rdfs:comment">The act of forming a personal connection with someone (object) mutually/bidirectionally/symmetrically.\n\nRelated actions:\n\n* [[FollowAction]]: Unlike FollowAction, BefriendAction implies that the connection is reciprocal.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/InteractAction">InteractAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/BookmarkAction">
      <span class="h" property="rdfs:label">BookmarkAction</span>
      <span property="rdfs:comment">An agent bookmarks/flags/labels/tags/marks an object.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/OrganizeAction">OrganizeAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/TransferAction">
      <span class="h" property="rdfs:label">TransferAction</span>
      <span property="rdfs:comment">The act of transferring/moving (abstract or concrete) animate or inanimate objects from one place to another.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Action">Action</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/BorrowAction">
      <span class="h" property="rdfs:label">BorrowAction</span>
      <span property="rdfs:comment">The act of obtaining an object under an agreement to return it at a later date. Reciprocal of LendAction.\n\nRelated actions:\n\n* [[LendAction]]: Reciprocal of BorrowAction.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/TransferAction">TransferAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/TradeAction">
      <span class="h" property="rdfs:label">TradeAction</span>
      <span property="rdfs:comment">The act of participating in an exchange of goods and services for monetary compensation. An agent trades an object, product or service with a participant in exchange for a one time or periodic payment.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Action">Action</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/BuyAction">
      <span class="h" property="rdfs:label">BuyAction</span>
      <span property="rdfs:comment">The act of giving money to a seller in exchange for goods or services rendered. An agent buys an object, product, or service from a seller for a price. Reciprocal of SellAction.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/TradeAction">TradeAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/PlanAction">
      <span class="h" property="rdfs:label">PlanAction</span>
      <span property="rdfs:comment">The act of planning the execution of an event/task/action/reservation/plan to a future date.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/OrganizeAction">OrganizeAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/CancelAction">
      <span class="h" property="rdfs:label">CancelAction</span>
      <span property="rdfs:comment">The act of asserting that a future event/action is no longer going to happen.\n\nRelated actions:\n\n* [[ConfirmAction]]: The antonym of CancelAction.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/PlanAction">PlanAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/FindAction">
      <span class="h" property="rdfs:label">FindAction</span>
      <span property="rdfs:comment">The act of finding an object.\n\nRelated actions:\n\n* [[SearchAction]]: FindAction is generally lead by a SearchAction, but not necessarily.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Action">Action</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/CheckAction">
      <span class="h" property="rdfs:label">CheckAction</span>
      <span property="rdfs:comment">An agent inspects, determines, investigates, inquires, or examines an object&#39;s accuracy, quality, condition, or state.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/FindAction">FindAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/CheckInAction">
      <span class="h" property="rdfs:label">CheckInAction</span>
      <span property="rdfs:comment">The act of an agent communicating (service provider, social media, etc) their arrival by registering/confirming for a previously reserved service (e.g. flight check in) or at a place (e.g. hotel), possibly resulting in a result (boarding pass, etc).\n\nRelated actions:\n\n* [[CheckOutAction]]: The antonym of CheckInAction.\n* [[ArriveAction]]: Unlike ArriveAction, CheckInAction implies that the agent is informing/confirming the start of a previously reserved service.\n* [[ConfirmAction]]: Unlike ConfirmAction, CheckInAction implies that the agent is informing/confirming the *start* of a previously reserved service rather than its validity/existence.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CommunicateAction">CommunicateAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/CheckOutAction">
      <span class="h" property="rdfs:label">CheckOutAction</span>
      <span property="rdfs:comment">The act of an agent communicating (service provider, social media, etc) their departure of a previously reserved service (e.g. flight check in) or place (e.g. hotel).\n\nRelated actions:\n\n* [[CheckInAction]]: The antonym of CheckOutAction.\n* [[DepartAction]]: Unlike DepartAction, CheckOutAction implies that the agent is informing/confirming the end of a previously reserved service.\n* [[CancelAction]]: Unlike CancelAction, CheckOutAction implies that the agent is informing/confirming the end of a previously reserved service.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CommunicateAction">CommunicateAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/ChooseAction">
      <span class="h" property="rdfs:label">ChooseAction</span>
      <span property="rdfs:comment">The act of expressing a preference from a set of options or a large or unbounded set of choices/options.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/AssessAction">AssessAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/CommentAction">
      <span class="h" property="rdfs:label">CommentAction</span>
      <span property="rdfs:comment">The act of generating a comment about a subject.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CommunicateAction">CommunicateAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/InformAction">
      <span class="h" property="rdfs:label">InformAction</span>
      <span property="rdfs:comment">The act of notifying someone of information pertinent to them, with no expectation of a response.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CommunicateAction">CommunicateAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/ConfirmAction">
      <span class="h" property="rdfs:label">ConfirmAction</span>
      <span property="rdfs:comment">The act of notifying someone that a future event/action is going to happen as expected.\n\nRelated actions:\n\n* [[CancelAction]]: The antonym of ConfirmAction.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/InformAction">InformAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/ConsumeAction">
      <span class="h" property="rdfs:label">ConsumeAction</span>
      <span property="rdfs:comment">The act of ingesting information/resources/food.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Action">Action</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/CreateAction">
      <span class="h" property="rdfs:label">CreateAction</span>
      <span property="rdfs:comment">The act of deliberately creating/producing/generating/building a result out of the agent.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Action">Action</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/CookAction">
      <span class="h" property="rdfs:label">CookAction</span>
      <span property="rdfs:comment">The act of producing/preparing food.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreateAction">CreateAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/DeleteAction">
      <span class="h" property="rdfs:label">DeleteAction</span>
      <span property="rdfs:comment">The act of editing a recipient by removing one of its objects.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/UpdateAction">UpdateAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/DepartAction">
      <span class="h" property="rdfs:label">DepartAction</span>
      <span property="rdfs:comment">The act of  departing from a place. An agent departs from an fromLocation for a destination, optionally with participants.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/MoveAction">MoveAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/DisagreeAction">
      <span class="h" property="rdfs:label">DisagreeAction</span>
      <span property="rdfs:comment">The act of expressing a difference of opinion with the object. An agent disagrees to/about an object (a proposition, topic or theme) with participants.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/ReactAction">ReactAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/DiscoverAction">
      <span class="h" property="rdfs:label">DiscoverAction</span>
      <span property="rdfs:comment">The act of discovering/finding an object.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/FindAction">FindAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/DislikeAction">
      <span class="h" property="rdfs:label">DislikeAction</span>
      <span property="rdfs:comment">The act of expressing a negative sentiment about the object. An agent dislikes an object (a proposition, topic or theme) with participants.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/ReactAction">ReactAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/DonateAction">
      <span class="h" property="rdfs:label">DonateAction</span>
      <span property="rdfs:comment">The act of providing goods, services, or money without compensation, often for philanthropic reasons.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/TradeAction">TradeAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/DownloadAction">
      <span class="h" property="rdfs:label">DownloadAction</span>
      <span property="rdfs:comment">The act of downloading an object.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/TransferAction">TransferAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/DrawAction">
      <span class="h" property="rdfs:label">DrawAction</span>
      <span property="rdfs:comment">The act of producing a visual/graphical representation of an object, typically with a pen/pencil and paper as instruments.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreateAction">CreateAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/DrinkAction">
      <span class="h" property="rdfs:label">DrinkAction</span>
      <span property="rdfs:comment">The act of swallowing liquids.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/ConsumeAction">ConsumeAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/EatAction">
      <span class="h" property="rdfs:label">EatAction</span>
      <span property="rdfs:comment">The act of swallowing solid objects.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/ConsumeAction">ConsumeAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/EndorseAction">
      <span class="h" property="rdfs:label">EndorseAction</span>
      <span property="rdfs:comment">An agent approves/certifies/likes/supports/sanction an object.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/ReactAction">ReactAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/ControlAction">
      <span class="h" property="rdfs:label">ControlAction</span>
      <span property="rdfs:comment">An agent controls a device or application.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Action">Action</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/ActivateAction">
      <span class="h" property="rdfs:label">ActivateAction</span>
      <span property="rdfs:comment">The act of starting or activating a device or application (e.g. starting a timer or turning on a flashlight).</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/ControlAction">ControlAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/DeactivateAction">
      <span class="h" property="rdfs:label">DeactivateAction</span>
      <span property="rdfs:comment">The act of stopping or deactivating a device or application (e.g. stopping a timer or turning off a flashlight).</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/ControlAction">ControlAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/ResumeAction">
      <span class="h" property="rdfs:label">ResumeAction</span>
      <span property="rdfs:comment">The act of resuming a device or application which was formerly paused (e.g. resume music playback or resume a timer).</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/ControlAction">ControlAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/SuspendAction">
      <span class="h" property="rdfs:label">SuspendAction</span>
      <span property="rdfs:comment">The act of momentarily pausing a device or application (e.g. pause music playback or pause a timer).</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/ControlAction">ControlAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/PlayAction">
      <span class="h" property="rdfs:label">PlayAction</span>
      <span property="rdfs:comment">The act of playing/exercising/training/performing for enjoyment, leisure, recreation, Competition or exercise.\n\nRelated actions:\n\n* [[ListenAction]]: Unlike ListenAction (which is under ConsumeAction), PlayAction refers to performing for an audience or at an event, rather than consuming music.\n* [[WatchAction]]: Unlike WatchAction (which is under ConsumeAction), PlayAction refers to showing/displaying for an audience or at an event, rather than consuming visual content.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Action">Action</a></span>
    </div>
    <div typeof="rdfs:Class" resource="http://schema.org/ExerciseAction">
      <span class="h" property="rdfs:label">ExerciseAction</span>
      <span property="rdfs:comment">The act of participating in exertive activity for the purposes of improving health and fitness.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/PlayAction">PlayAction</a></span>
    </div>
    <div typeof="rdfs:Class" resource="http://schema.org/FilmAction">
      <span class="h" property="rdfs:label">FilmAction</span>
      <span property="rdfs:comment">The act of capturing sound and moving images on film, video, or digitally.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreateAction">CreateAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/FollowAction">
      <span class="h" property="rdfs:label">FollowAction</span>
      <span property="rdfs:comment">The act of forming a personal connection with someone/something (object) unidirectionally/asymmetrically to get updates polled from.\n\nRelated actions:\n\n* [[BefriendAction]]: Unlike BefriendAction, FollowAction implies that the connection is *not* necessarily reciprocal.\n* [[SubscribeAction]]: Unlike SubscribeAction, FollowAction implies that the follower acts as an active agent constantly/actively polling for updates.\n* [[RegisterAction]]: Unlike RegisterAction, FollowAction implies that the agent is interested in continuing receiving updates from the object.\n* [[JoinAction]]: Unlike JoinAction, FollowAction implies that the agent is interested in getting updates from the object.\n* [[TrackAction]]: Unlike TrackAction, FollowAction refers to the polling of updates of all aspects of animate objects rather than the location of inanimate objects (e.g. you track a package, but you don&#39;t follow it).</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/InteractAction">InteractAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/GiveAction">
      <span class="h" property="rdfs:label">GiveAction</span>
      <span property="rdfs:comment">The act of transferring ownership of an object to a destination. Reciprocal of TakeAction.\n\nRelated actions:\n\n* [[TakeAction]]: Reciprocal of GiveAction.\n* [[SendAction]]: Unlike SendAction, GiveAction implies that ownership is being transferred (e.g. I may send my laptop to you, but that doesn&#39;t mean I&#39;m giving it to you).</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/TransferAction">TransferAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/IgnoreAction">
      <span class="h" property="rdfs:label">IgnoreAction</span>
      <span property="rdfs:comment">The act of intentionally disregarding the object. An agent ignores an object.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/AssessAction">AssessAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/InstallAction">
      <span class="h" property="rdfs:label">InstallAction</span>
      <span property="rdfs:comment">The act of installing an application.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/ConsumeAction">ConsumeAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/InviteAction">
      <span class="h" property="rdfs:label">InviteAction</span>
      <span property="rdfs:comment">The act of asking someone to attend an event. Reciprocal of RsvpAction.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CommunicateAction">CommunicateAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/JoinAction">
      <span class="h" property="rdfs:label">JoinAction</span>
      <span property="rdfs:comment">An agent joins an event/group with participants/friends at a location.\n\nRelated actions:\n\n* [[RegisterAction]]: Unlike RegisterAction, JoinAction refers to joining a group/team of people.\n* [[SubscribeAction]]: Unlike SubscribeAction, JoinAction does not imply that you&#39;ll be receiving updates.\n* [[FollowAction]]: Unlike FollowAction, JoinAction does not imply that you&#39;ll be polling for updates.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/InteractAction">InteractAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/LeaveAction">
      <span class="h" property="rdfs:label">LeaveAction</span>
      <span property="rdfs:comment">An agent leaves an event / group with participants/friends at a location.\n\nRelated actions:\n\n* [[JoinAction]]: The antonym of LeaveAction.\n* [[UnRegisterAction]]: Unlike UnRegisterAction, LeaveAction implies leaving a group/team of people rather than a service.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/InteractAction">InteractAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/LendAction">
      <span class="h" property="rdfs:label">LendAction</span>
      <span property="rdfs:comment">The act of providing an object under an agreement that it will be returned at a later date. Reciprocal of BorrowAction.\n\nRelated actions:\n\n* [[BorrowAction]]: Reciprocal of LendAction.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/TransferAction">TransferAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/LikeAction">
      <span class="h" property="rdfs:label">LikeAction</span>
      <span property="rdfs:comment">The act of expressing a positive sentiment about the object. An agent likes an object (a proposition, topic or theme) with participants.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/ReactAction">ReactAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/ListenAction">
      <span class="h" property="rdfs:label">ListenAction</span>
      <span property="rdfs:comment">The act of consuming audio content.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/ConsumeAction">ConsumeAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/LoseAction">
      <span class="h" property="rdfs:label">LoseAction</span>
      <span property="rdfs:comment">The act of being defeated in a competitive activity.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/AchieveAction">AchieveAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/MarryAction">
      <span class="h" property="rdfs:label">MarryAction</span>
      <span property="rdfs:comment">The act of marrying a person.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/InteractAction">InteractAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/OrderAction">
      <span class="h" property="rdfs:label">OrderAction</span>
      <span property="rdfs:comment">An agent orders an object/product/service to be delivered/sent.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/TradeAction">TradeAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/PaintAction">
      <span class="h" property="rdfs:label">PaintAction</span>
      <span property="rdfs:comment">The act of producing a painting, typically with paint and canvas as instruments.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreateAction">CreateAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/PayAction">
      <span class="h" property="rdfs:label">PayAction</span>
      <span property="rdfs:comment">An agent pays a price to a participant.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/TradeAction">TradeAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/PerformAction">
      <span class="h" property="rdfs:label">PerformAction</span>
      <span property="rdfs:comment">The act of participating in performance arts.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/PlayAction">PlayAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/PhotographAction">
      <span class="h" property="rdfs:label">PhotographAction</span>
      <span property="rdfs:comment">The act of capturing still images of objects using a camera.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreateAction">CreateAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/PrependAction">
      <span class="h" property="rdfs:label">PrependAction</span>
      <span property="rdfs:comment">The act of inserting at the beginning if an ordered collection.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/InsertAction">InsertAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/QuoteAction">
      <span class="h" property="rdfs:label">QuoteAction</span>
      <span property="rdfs:comment">An agent quotes/estimates/appraises an object/product/service with a price at a location/store.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/TradeAction">TradeAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/ReadAction">
      <span class="h" property="rdfs:label">ReadAction</span>
      <span property="rdfs:comment">The act of consuming written content.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/ConsumeAction">ConsumeAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/ReceiveAction">
      <span class="h" property="rdfs:label">ReceiveAction</span>
      <span property="rdfs:comment">The act of physically/electronically taking delivery of an object thathas been transferred from an origin to a destination. Reciprocal of SendAction.\n\nRelated actions:\n\n* [[SendAction]]: The reciprocal of ReceiveAction.\n* [[TakeAction]]: Unlike TakeAction, ReceiveAction does not imply that the ownership has been transfered (e.g. I can receive a package, but it does not mean the package is now mine).</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/TransferAction">TransferAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/RegisterAction">
      <span class="h" property="rdfs:label">RegisterAction</span>
      <span property="rdfs:comment">The act of registering to be a user of a service, product or web page.\n\nRelated actions:\n\n* [[JoinAction]]: Unlike JoinAction, RegisterAction implies you are registering to be a user of a service, *not* a group/team of people.\n* [FollowAction]]: Unlike FollowAction, RegisterAction doesn&#39;t imply that the agent is expecting to poll for updates from the object.\n* [[SubscribeAction]]: Unlike SubscribeAction, RegisterAction doesn&#39;t imply that the agent is expecting updates from the object.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/InteractAction">InteractAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/RejectAction">
      <span class="h" property="rdfs:label">RejectAction</span>
      <span property="rdfs:comment">The act of rejecting to/adopting an object.\n\nRelated actions:\n\n* [[AcceptAction]]: The antonym of RejectAction.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/AllocateAction">AllocateAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/RentAction">
      <span class="h" property="rdfs:label">RentAction</span>
      <span property="rdfs:comment">The act of giving money in return for temporary use, but not ownership, of an object such as a vehicle or property. For example, an agent rents a property from a landlord in exchange for a periodic payment.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/TradeAction">TradeAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/ReplaceAction">
      <span class="h" property="rdfs:label">ReplaceAction</span>
      <span property="rdfs:comment">The act of editing a recipient by replacing an old object with a new object.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/UpdateAction">UpdateAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/ReplyAction">
      <span class="h" property="rdfs:label">ReplyAction</span>
      <span property="rdfs:comment">The act of responding to a question/message asked/sent by the object. Related to [[AskAction]]\n\nRelated actions:\n\n* [[AskAction]]: Appears generally as an origin of a ReplyAction.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CommunicateAction">CommunicateAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/ReserveAction">
      <span class="h" property="rdfs:label">ReserveAction</span>
      <span property="rdfs:comment">Reserving a concrete object.\n\nRelated actions:\n\n* [[ScheduleAction]]&lt;/a&gt;: Unlike ScheduleAction, ReserveAction reserves concrete objects (e.g. a table, a hotel) towards a time slot / spatial allocation.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/PlanAction">PlanAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/ReturnAction">
      <span class="h" property="rdfs:label">ReturnAction</span>
      <span property="rdfs:comment">The act of returning to the origin that which was previously received (concrete objects) or taken (ownership).</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/TransferAction">TransferAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/ReviewAction">
      <span class="h" property="rdfs:label">ReviewAction</span>
      <span property="rdfs:comment">The act of producing a balanced opinion about the object for an audience. An agent reviews an object with participants resulting in a review.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/AssessAction">AssessAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/RsvpAction">
      <span class="h" property="rdfs:label">RsvpAction</span>
      <span property="rdfs:comment">The act of notifying an event organizer as to whether you expect to attend the event.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/InformAction">InformAction</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/additionalNumberOfGuests">
      <span class="h" property="rdfs:label">additionalNumberOfGuests</span>
      <span property="rdfs:comment">If responding yes, the number of guests who will attend in addition to the invitee.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/RsvpAction">RsvpAction</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Number">Number</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/rsvpResponse">
      <span class="h" property="rdfs:label">rsvpResponse</span>
      <span property="rdfs:comment">The response (yes, no, maybe) to the RSVP.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/RsvpAction">RsvpAction</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/RsvpResponseType">RsvpResponseType</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/RsvpResponseType">
      <span class="h" property="rdfs:label">RsvpResponseType</span>
      <span property="rdfs:comment">RsvpResponseType is an enumeration type whose instances represent responding to an RSVP request.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Enumeration">Enumeration</a></span>
    </div>

    <div typeof="http://schema.org/RsvpResponseType" resource="http://schema.org/RsvpResponseYes">
      <span class="h" property="rdfs:label">RsvpResponseYes</span>
      <span property="rdfs:comment">The invitee will attend.</span>
    </div>
    <div typeof="http://schema.org/RsvpResponseType" resource="http://schema.org/RsvpResponseNo">
      <span class="h" property="rdfs:label">RsvpResponseNo</span>
      <span property="rdfs:comment">The invitee will not attend.</span>
    </div>
    <div typeof="http://schema.org/RsvpResponseType" resource="http://schema.org/RsvpResponseMaybe">
      <span class="h" property="rdfs:label">RsvpResponseMaybe</span>
      <span property="rdfs:comment">The invitee may or may not attend.</span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/ScheduleAction">
      <span class="h" property="rdfs:label">ScheduleAction</span>
      <span property="rdfs:comment">Scheduling future actions, events, or tasks.\n\nRelated actions:\n\n* [[ReserveAction]]: Unlike ReserveAction, ScheduleAction allocates future actions (e.g. an event, a task, etc) towards a time slot / spatial allocation.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/PlanAction">PlanAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/SearchAction">
      <span class="h" property="rdfs:label">SearchAction</span>
      <span property="rdfs:comment">The act of searching for an object.\n\nRelated actions:\n\n* [[FindAction]]: SearchAction generally leads to a FindAction, but not necessarily.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Action">Action</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/SellAction">
      <span class="h" property="rdfs:label">SellAction</span>
      <span property="rdfs:comment">The act of taking money from a buyer in exchange for goods or services rendered. An agent sells an object, product, or service to a buyer for a price. Reciprocal of BuyAction.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/TradeAction">TradeAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/SendAction">
      <span class="h" property="rdfs:label">SendAction</span>
      <span property="rdfs:comment">The act of physically/electronically dispatching an object for transfer from an origin to a destination.Related actions:\n\n* [[ReceiveAction]]: The reciprocal of SendAction.\n* [[GiveAction]]: Unlike GiveAction, SendAction does not imply the transfer of ownership (e.g. I can send you my laptop, but I&#39;m not necessarily giving it to you).</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/TransferAction">TransferAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/ShareAction">
      <span class="h" property="rdfs:label">ShareAction</span>
      <span property="rdfs:comment">The act of distributing content to people for their amusement or edification.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CommunicateAction">CommunicateAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/SubscribeAction">
      <span class="h" property="rdfs:label">SubscribeAction</span>
      <span property="rdfs:comment">The act of forming a personal connection with someone/something (object) unidirectionally/asymmetrically to get updates pushed to.\n\nRelated actions:\n\n* [[FollowAction]]: Unlike FollowAction, SubscribeAction implies that the subscriber acts as a passive agent being constantly/actively pushed for updates.\n* [[RegisterAction]]: Unlike RegisterAction, SubscribeAction implies that the agent is interested in continuing receiving updates from the object.\n* [[JoinAction]]: Unlike JoinAction, SubscribeAction implies that the agent is interested in continuing receiving updates from the object.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/InteractAction">InteractAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/TakeAction">
      <span class="h" property="rdfs:label">TakeAction</span>
      <span property="rdfs:comment">The act of gaining ownership of an object from an origin. Reciprocal of GiveAction.\n\nRelated actions:\n\n* [[GiveAction]]: The reciprocal of TakeAction.\n* [[ReceiveAction]]: Unlike ReceiveAction, TakeAction implies that ownership has been transfered.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/TransferAction">TransferAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/TieAction">
      <span class="h" property="rdfs:label">TieAction</span>
      <span property="rdfs:comment">The act of reaching a draw in a competitive activity.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/AchieveAction">AchieveAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/TipAction">
      <span class="h" property="rdfs:label">TipAction</span>
      <span property="rdfs:comment">The act of giving money voluntarily to a beneficiary in recognition of services rendered.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/TradeAction">TradeAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/TrackAction">
      <span class="h" property="rdfs:label">TrackAction</span>
      <span property="rdfs:comment">An agent tracks an object for updates.\n\nRelated actions:\n\n* [[FollowAction]]: Unlike FollowAction, TrackAction refers to the interest on the location of innanimates objects.\n* [[SubscribeAction]]: Unlike SubscribeAction, TrackAction refers to  the interest on the location of innanimate objects.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/FindAction">FindAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/TravelAction">
      <span class="h" property="rdfs:label">TravelAction</span>
      <span property="rdfs:comment">The act of traveling from an fromLocation to a destination by a specified mode of transport, optionally with participants.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/MoveAction">MoveAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/UnRegisterAction">
      <span class="h" property="rdfs:label">UnRegisterAction</span>
      <span property="rdfs:comment">The act of un-registering from a service.\n\nRelated actions:\n\n* [[RegisterAction]]: antonym of UnRegisterAction.\n* [[LeaveAction]]: Unlike LeaveAction, UnRegisterAction implies that you are unregistering from a service you werer previously registered, rather than leaving a team/group of people.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/InteractAction">InteractAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/UseAction">
      <span class="h" property="rdfs:label">UseAction</span>
      <span property="rdfs:comment">The act of applying an object to its intended purpose.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/ConsumeAction">ConsumeAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/ViewAction">
      <span class="h" property="rdfs:label">ViewAction</span>
      <span property="rdfs:comment">The act of consuming static visual content.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/ConsumeAction">ConsumeAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/VoteAction">
      <span class="h" property="rdfs:label">VoteAction</span>
      <span property="rdfs:comment">The act of expressing a preference from a fixed/finite/structured set of choices/options.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/ChooseAction">ChooseAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/WantAction">
      <span class="h" property="rdfs:label">WantAction</span>
      <span property="rdfs:comment">The act of expressing a desire about the object. An agent wants an object.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/ReactAction">ReactAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/WatchAction">
      <span class="h" property="rdfs:label">WatchAction</span>
      <span property="rdfs:comment">The act of consuming dynamic/moving visual content.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/ConsumeAction">ConsumeAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/WearAction">
      <span class="h" property="rdfs:label">WearAction</span>
      <span property="rdfs:comment">The act of dressing oneself in clothing.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/UseAction">UseAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/WinAction">
      <span class="h" property="rdfs:label">WinAction</span>
      <span property="rdfs:comment">The act of achieving victory in a competitive activity.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/AchieveAction">AchieveAction</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/WriteAction">
      <span class="h" property="rdfs:label">WriteAction</span>
      <span property="rdfs:comment">The act of authoring written creative content.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreateAction">CreateAction</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/schemaVersion">
      <span class="h" property="rdfs:label">schemaVersion</span>
      <span property="rdfs:comment">Indicates (by URL or string) a particular version of a schema used in some CreativeWork. For example, a document could declare a schemaVersion using an URL such as http://schema.org/version/2.0/ if precise indication of schema version was required by some application. </span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/about">
      <span class="h" property="rdfs:label">about</span>
      <span property="rdfs:comment">The subject matter of the content.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CommunicateAction">CommunicateAction</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Event">Event</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Thing">Thing</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/acceptedOffer">
      <span class="h" property="rdfs:label">acceptedOffer</span>
      <span property="rdfs:comment">The offer(s) -- e.g., product, quantity and price combinations -- included in the order.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Order">Order</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Offer">Offer</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/acceptedPaymentMethod">
      <span class="h" property="rdfs:label">acceptedPaymentMethod</span>
      <span property="rdfs:comment">The payment method(s) accepted by seller for this offer.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Offer">Offer</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Demand">Demand</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/LoanOrCredit">LoanOrCredit</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/PaymentMethod">PaymentMethod</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/acceptsReservations">
      <span class="h" property="rdfs:label">acceptsReservations</span>
      <span property="rdfs:comment">Indicates whether a FoodEstablishment accepts reservations. Values can be Boolean, an URL at which reservations can be made or (for backwards compatibility) the strings ```Yes``` or ```No```.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/FoodEstablishment">FoodEstablishment</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Boolean">Boolean</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/accessCode">
      <span class="h" property="rdfs:label">accessCode</span>
      <span property="rdfs:comment">Password, PIN, or access code needed for delivery (e.g. from a locker).</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/DeliveryEvent">DeliveryEvent</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/accessibilityAPI">
      <span class="h" property="rdfs:label">accessibilityAPI</span>
      <span property="rdfs:comment">Indicates that the resource is compatible with the referenced accessibility API ([WebSchemas wiki lists possible values](http://www.w3.org/wiki/WebSchemas/Accessibility)).</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/accessibilityControl">
      <span class="h" property="rdfs:label">accessibilityControl</span>
      <span property="rdfs:comment">Identifies input methods that are sufficient to fully control the described resource ([WebSchemas wiki lists possible values](http://www.w3.org/wiki/WebSchemas/Accessibility)).</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/accessibilityFeature">
      <span class="h" property="rdfs:label">accessibilityFeature</span>
      <span property="rdfs:comment">Content features of the resource, such as accessible media, alternatives and supported enhancements for accessibility ([WebSchemas wiki lists possible values](http://www.w3.org/wiki/WebSchemas/Accessibility)).</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/accessibilityHazard">
      <span class="h" property="rdfs:label">accessibilityHazard</span>
      <span property="rdfs:comment">A characteristic of the described resource that is physiologically dangerous to some users. Related to WCAG 2.0 guideline 2.3 ([WebSchemas wiki lists possible values](http://www.w3.org/wiki/WebSchemas/Accessibility)).</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/accountablePerson">
      <span class="h" property="rdfs:label">accountablePerson</span>
      <span property="rdfs:comment">Specifies the Person that is legally accountable for the CreativeWork.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/acquiredFrom">
      <span class="h" property="rdfs:label">acquiredFrom</span>
      <span property="rdfs:comment">The organization or person from which the product was acquired.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/OwnershipInfo">OwnershipInfo</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/actor">
      <span class="h" property="rdfs:label">actor</span>
      <span property="rdfs:comment">An actor, e.g. in tv, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Event">Event</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Movie">Movie</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/VideoObject">VideoObject</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/VideoGame">VideoGame</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Episode">Episode</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWorkSeason">CreativeWorkSeason</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/RadioSeries">RadioSeries</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MovieSeries">MovieSeries</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/VideoGameSeries">VideoGameSeries</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/TVSeries">TVSeries</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Clip">Clip</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/actors">
      <span class="h" property="rdfs:label">actors</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/actor"/>
      <span property="rdfs:comment">An actor, e.g. in tv, radio, movie, video games etc. Actors can be associated with individual items or with a series, episode, clip.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Movie">Movie</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/VideoObject">VideoObject</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/VideoGame">VideoGame</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Episode">Episode</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/RadioSeries">RadioSeries</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MovieSeries">MovieSeries</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/VideoGameSeries">VideoGameSeries</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/TVSeries">TVSeries</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Clip">Clip</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/additionalName">
      <span class="h" property="rdfs:label">additionalName</span>
      <span property="rdfs:comment">An additional name for a Person, can be used for a middle name.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/additionalType">
      <span class="h" property="rdfs:label">additionalType</span>
      <span 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 &#39;typeof&#39; attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.</span>
      <link property="rdfs:subPropertyOf" href="http://www.w3.org/1999/02/22-rdf-syntax-ns#type" />
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Thing">Thing</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/addOn">
      <span class="h" property="rdfs:label">addOn</span>
      <span property="rdfs:comment">An additional offer that can only be obtained in combination with the first base offer (e.g. supplements and extensions that are available for a surcharge).</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Offer">Offer</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Offer">Offer</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/address">
      <span class="h" property="rdfs:label">address</span>
      <span property="rdfs:comment">Physical address of the item.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Place">Place</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/GeoCoordinates">GeoCoordinates</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/GeoShape">GeoShape</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/PostalAddress">PostalAddress</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/addressCountry">
      <span class="h" property="rdfs:label">addressCountry</span>
      <span property="rdfs:comment">The country. For example, USA. You can also provide the two-letter [ISO 3166-1 alpha-2 country code](http://en.wikipedia.org/wiki/ISO_3166-1).</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PostalAddress">PostalAddress</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/GeoCoordinates">GeoCoordinates</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/GeoShape">GeoShape</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Country">Country</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/addressLocality">
      <span class="h" property="rdfs:label">addressLocality</span>
      <span property="rdfs:comment">The locality. For example, Mountain View.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PostalAddress">PostalAddress</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/addressRegion">
      <span class="h" property="rdfs:label">addressRegion</span>
      <span property="rdfs:comment">The region. For example, CA.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PostalAddress">PostalAddress</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/advanceBookingRequirement">
      <span class="h" property="rdfs:label">advanceBookingRequirement</span>
      <span property="rdfs:comment">The amount of time that is required between accepting the offer and the actual usage of the resource or service.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Offer">Offer</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Demand">Demand</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/affiliation">
      <span class="h" property="rdfs:label">affiliation</span>
      <span property="rdfs:comment">An organization that this person is affiliated with. For example, a school/university, a club, or a team.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/memberOf" />
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/agent">
      <span class="h" property="rdfs:label">agent</span>
      <span property="rdfs:comment">The direct performer or driver of the action (animate or inanimate). e.g. *John* wrote a book.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Action">Action</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/aggregateRating">
      <span class="h" property="rdfs:label">aggregateRating</span>
      <span property="rdfs:comment">The overall rating, based on a collection of reviews or ratings, of the item.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Event">Event</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Brand">Brand</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Service">Service</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Place">Place</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Offer">Offer</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Product">Product</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/AggregateRating">AggregateRating</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/album">
      <span class="h" property="rdfs:label">album</span>
      <span property="rdfs:comment">A music album.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MusicGroup">MusicGroup</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/MusicAlbum">MusicAlbum</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/albums">
      <span class="h" property="rdfs:label">albums</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/album"/>
      <span property="rdfs:comment">A collection of music albums.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MusicGroup">MusicGroup</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/MusicAlbum">MusicAlbum</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/alignmentType">
      <span class="h" property="rdfs:label">alignmentType</span>
      <span property="rdfs:comment">A category of alignment between the learning resource and the framework node. Recommended values include: 'assesses', 'teaches', 'requires', 'textComplexity', 'readingLevel', 'educationalSubject', and 'educationalLevel'.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/AlignmentObject">AlignmentObject</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/alternateName">
      <span class="h" property="rdfs:label">alternateName</span>
      <span property="rdfs:comment">An alias for the item.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Thing">Thing</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/alternativeHeadline">
      <span class="h" property="rdfs:label">alternativeHeadline</span>
      <span property="rdfs:comment">A secondary title of the CreativeWork.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/alumni">
      <span class="h" property="rdfs:label">alumni</span>
      <span property="rdfs:comment">Alumni of an organization.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/EducationalOrganization">EducationalOrganization</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Organization">EducationalOrganization</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
      <link property="http://schema.org/inverseOf" href="http://schema.org/alumniOf"/>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/alumniOf">
      <span class="h" property="rdfs:label">alumniOf</span>
      <span property="rdfs:comment">An organization that the person is an alumni of.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/EducationalOrganization">EducationalOrganization</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">EducationalOrganization</a></span>
      <link property="http://schema.org/inverseOf" href="http://schema.org/alumni"/>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/amountOfThisGood">
      <span class="h" property="rdfs:label">amountOfThisGood</span>
      <span property="rdfs:comment">The quantity of the goods included in the offer.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/TypeAndQuantityNode">TypeAndQuantityNode</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Number">Number</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/applicationCategory">
      <span class="h" property="rdfs:label">applicationCategory</span>
      <span property="rdfs:comment">Type of software application, e.g. 'Game, Multimedia'.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/applicationSubCategory">
      <span class="h" property="rdfs:label">applicationSubCategory</span>
      <span property="rdfs:comment">Subcategory of the application, e.g. 'Arcade Game'.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/applicationSuite">
      <span class="h" property="rdfs:label">applicationSuite</span>
      <span property="rdfs:comment">The name of the application suite to which the application belongs (e.g. Excel belongs to Office).</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/appliesToDeliveryMethod">
      <span class="h" property="rdfs:label">appliesToDeliveryMethod</span>
      <span property="rdfs:comment">The delivery method(s) to which the delivery charge or payment charge specification applies.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/DeliveryChargeSpecification">DeliveryChargeSpecification</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PaymentChargeSpecification">PaymentChargeSpecification</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DeliveryMethod">DeliveryMethod</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/appliesToPaymentMethod">
      <span class="h" property="rdfs:label">appliesToPaymentMethod</span>
      <span property="rdfs:comment">The payment method(s) to which the payment charge specification applies.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PaymentChargeSpecification">PaymentChargeSpecification</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/PaymentMethod">PaymentMethod</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/area">
      <span class="h" property="rdfs:label">area</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/serviceArea"/>
      <span property="rdfs:comment">The area within which users can expect to reach the broadcast service.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/BroadcastService">BroadcastService</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Place">Place</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/areaServed">
      <span class="h" property="rdfs:label">areaServed</span>
      <span property="rdfs:comment">The geographic area where a service or offered item is provided.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Service">Service</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ContactPoint">ContactPoint</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Demand">Demand</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Offer">Offer</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/DeliveryChargeSpecification">DeliveryChargeSpecification</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Place">Place</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/AdministrativeArea">AdministrativeArea</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/GeoShape">GeoShape</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/articleBody">
      <span class="h" property="rdfs:label">articleBody</span>
      <span property="rdfs:comment">The actual body of the article.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Article">Article</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/articleSection">
      <span class="h" property="rdfs:label">articleSection</span>
      <span property="rdfs:comment">Articles may belong to one or more 'sections' in a magazine or newspaper, such as Sports, Lifestyle, etc.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Article">Article</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/assembly">
      <span class="h" property="rdfs:label">assembly</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/executableLibraryName"/>
      <span property="rdfs:comment">Library file name e.g., mscorlib.dll, system.web.dll.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/APIReference">APIReference</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/executableLibraryName">
      <span class="h" property="rdfs:label">executableLibraryName</span>
      <span property="rdfs:comment">Library file name e.g., mscorlib.dll, system.web.dll.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/APIReference">APIReference</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/assemblyVersion">
      <span class="h" property="rdfs:label">assemblyVersion</span>
      <span property="rdfs:comment">Associated product/technology version. e.g., .NET Framework 4.5.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/APIReference">APIReference</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/associatedArticle">
      <span class="h" property="rdfs:label">associatedArticle</span>
      <span property="rdfs:comment">A NewsArticle associated with the Media Object.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MediaObject">MediaObject</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/NewsArticle">NewsArticle</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/associatedMedia">
      <span class="h" property="rdfs:label">associatedMedia</span>
      <span property="rdfs:comment">A media object that encodes this CreativeWork. This property is a synonym for encoding.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/MediaObject">MediaObject</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/organizer">
      <span class="h" property="rdfs:label">organizer</span>
      <span property="rdfs:comment">An organizer of an Event.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Event">Event</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/attendee">
      <span class="h" property="rdfs:label">attendee</span>
      <span property="rdfs:comment">A person or organization attending the event.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Event">Event</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/attendees">
      <span class="h" property="rdfs:label">attendees</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/attendee"/>
      <span property="rdfs:comment">A person attending the event.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Event">Event</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/audience">
      <span class="h" property="rdfs:label">audience</span>
      <span property="rdfs:comment">An intended audience, i.e. a group for whom something was created.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Event">Event</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Product">Product</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Service">Service</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PlayAction">PlayAction</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/LodgingBusiness">LodgingBusiness</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Audience">Audience</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/audienceType">
      <span class="h" property="rdfs:label">audienceType</span>
      <span property="rdfs:comment">The target group associated with a given audience (e.g. veterans, car owners, musicians, etc.).</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Audience">Audience</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/audio">
      <span class="h" property="rdfs:label">audio</span>
      <span property="rdfs:comment">An embedded audio object.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/AudioObject">AudioObject</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Clip">Clip</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/author">
      <span class="h" property="rdfs:label">author</span>
      <span property="rdfs:comment">The author of this content or rating. Please note that author is special in that HTML 5 provides a special mechanism for indicating authorship via the rel tag. That is equivalent to this and may be used interchangeably.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Rating">Rating</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/availability">
      <span class="h" property="rdfs:label">availability</span>
      <span property="rdfs:comment">The availability of this item&amp;#x2014;for example In stock, Out of stock, Pre-order, etc.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Offer">Offer</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Demand">Demand</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/ItemAvailability">ItemAvailability</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/availabilityEnds">
      <span class="h" property="rdfs:label">availabilityEnds</span>
      <span property="rdfs:comment">The end of the availability of the product or service included in the offer.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Offer">Offer</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Demand">Demand</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/availabilityStarts">
      <span class="h" property="rdfs:label">availabilityStarts</span>
      <span property="rdfs:comment">The beginning of the availability of the product or service included in the offer.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Offer">Offer</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Demand">Demand</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/availableAtOrFrom">
      <span class="h" property="rdfs:label">availableAtOrFrom</span>
      <span property="rdfs:comment">The place(s) from which the offer can be obtained (e.g. store locations).</span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/areaServed" />
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Offer">Offer</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Demand">Demand</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Place">Place</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/availableChannel">
      <span class="h" property="rdfs:label">availableChannel</span>
      <span property="rdfs:comment">A means of accessing the service (e.g. a phone bank, a web site, a location, etc.).</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Service">Service</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/ServiceChannel">ServiceChannel</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/availableDeliveryMethod">
      <span class="h" property="rdfs:label">availableDeliveryMethod</span>
      <span property="rdfs:comment">The delivery method(s) available for this offer.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Offer">Offer</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Demand">Demand</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DeliveryMethod">DeliveryMethod</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/availableFrom">
      <span class="h" property="rdfs:label">availableFrom</span>
      <span property="rdfs:comment">When the item is available for pickup from the store, locker, etc.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/DeliveryEvent">DeliveryEvent</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/availableLanguage">
      <span class="h" property="rdfs:label">availableLanguage</span>
      <span property="rdfs:comment">A language someone may use with or at the item, service or place. Please use one of the language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47). See also [[inLanguage]]</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ContactPoint">ContactPoint</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ServiceChannel">ServiceChannel</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/LodgingBusiness">LodgingBusiness</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/TouristAttraction">TouristAttraction</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Language">Language</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/availableThrough">
      <span class="h" property="rdfs:label">availableThrough</span>
      <span property="rdfs:comment">After this date, the item will no longer be available for pickup.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/DeliveryEvent">DeliveryEvent</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/award">
      <span class="h" property="rdfs:label">award</span>
      <span property="rdfs:comment">An award won by or for this item.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Product">Product</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Service">Service</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/awards">
      <span class="h" property="rdfs:label">awards</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/award"/>
      <span property="rdfs:comment">Awards won by or for this item.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Product">Product</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/baseSalary">
      <span class="h" property="rdfs:label">baseSalary</span>
      <span property="rdfs:comment">The base salary of the job or of an employee in an EmployeeRole.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/JobPosting">JobPosting</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/EmployeeRole">EmployeeRole</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Number">Number</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/PriceSpecification">PriceSpecification</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/MonetaryAmount">MonetaryAmount</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/bccRecipient">
      <span class="h" property="rdfs:label">bccRecipient</span>
      <span property="rdfs:comment">A sub property of recipient. The recipient blind copied on a message.</span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/recipient" />
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Message">Message</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/ContactPoint">ContactPoint</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/benefits">
      <span class="h" property="rdfs:label">benefits</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/jobBenefits"/>
      <span property="rdfs:comment">Description of benefits associated with the job.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/JobPosting">JobPosting</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/jobBenefits">
      <span class="h" property="rdfs:label">jobBenefits</span>
      <span property="rdfs:comment">Description of benefits associated with the job.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/JobPosting">JobPosting</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/bestRating">
      <span class="h" property="rdfs:label">bestRating</span>
      <span property="rdfs:comment">The highest value allowed in this rating system. If bestRating is omitted, 5 is assumed.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Rating">Rating</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Number">Number</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/billingAddress">
      <span class="h" property="rdfs:label">billingAddress</span>
      <span property="rdfs:comment">The billing address for the order.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Order">Order</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/PostalAddress">PostalAddress</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/billingIncrement">
      <span class="h" property="rdfs:label">billingIncrement</span>
      <span property="rdfs:comment">This property specifies the minimal quantity and rounding increment that will be the basis for the billing. The unit of measurement is specified by the unitCode property.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/UnitPriceSpecification">UnitPriceSpecification</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Number">Number</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/birthDate">
      <span class="h" property="rdfs:label">birthDate</span>
      <span property="rdfs:comment">Date of birth.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Date">Date</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/bitrate">
      <span class="h" property="rdfs:label">bitrate</span>
      <span property="rdfs:comment">The bitrate of the media object.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MediaObject">MediaObject</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/blogPost">
      <span class="h" property="rdfs:label">blogPost</span>
      <span property="rdfs:comment">A posting that is part of this blog.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Blog">Blog</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/BlogPosting">BlogPosting</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/blogPosts">
      <span class="h" property="rdfs:label">blogPosts</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/blogPost"/>
      <span property="rdfs:comment">The postings that are part of this blog.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Blog">Blog</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/BlogPosting">BlogPosting</a></span>
    </div>


    <div typeof="rdf:Property" resource="http://schema.org/bookEdition">
      <span class="h" property="rdfs:label">bookEdition</span>
      <span property="rdfs:comment">The edition of the book.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Book">Book</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/bookFormat">
      <span class="h" property="rdfs:label">bookFormat</span>
      <span property="rdfs:comment">The format of the book.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Book">Book</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/BookFormatType">BookFormatType</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/borrower">
      <span class="h" property="rdfs:label">borrower</span>
      <span property="rdfs:comment">A sub property of participant. The person that borrows the object being lent.</span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/participant" />
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/LendAction">LendAction</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/box">
      <span class="h" property="rdfs:label">box</span>
      <span property="rdfs:comment">A box is the area enclosed by the rectangle formed by two points. The first point is the lower corner, the second point is the upper corner. A box is expressed as two points separated by a space character.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/GeoShape">GeoShape</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/branchOf">
      <span class="h" property="rdfs:label">branchOf</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/parentOrganization"/>
      <span property="rdfs:comment">The larger organization that this local business is a branch of, if any. Not to be confused with (anatomical)[[branch]].</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/parentOrganization">
      <span class="h" property="rdfs:label">parentOrganization</span>
      <span property="rdfs:comment">The larger organization that this organization is a [[subOrganization]] of, if any.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
      <link property="http://schema.org/inverseOf" href="http://schema.org/subOrganization"/>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/branchCode">
      <span class="h" property="rdfs:label">branchCode</span>
      <span property="rdfs:comment">A short textual code (also called "store code") that uniquely identifies a place of business. The code is typically assigned by the parentOrganization and used in structured URLs.\n\nFor example, in the URL http://www.starbucks.co.uk/store-locator/etc/detail/3047 the code "3047" is a branchCode for a particular branch.
      </span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Place">Place</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/brand">
      <span class="h" property="rdfs:label">brand</span>
      <span property="rdfs:comment">The brand(s) associated with a product or service, or the brand(s) maintained by an organization or business person.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Product">Product</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Service">Service</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Brand">Brand</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/breadcrumb">
      <span class="h" property="rdfs:label">breadcrumb</span>
      <span property="rdfs:comment">A set of links that can help a user understand and navigate a website hierarchy.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/WebPage">WebPage</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/BreadcrumbList">BreadcrumbList</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/broadcaster">
      <span class="h" property="rdfs:label">broadcaster</span>
      <span property="rdfs:comment">The organization owning or operating the broadcast service.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/BroadcastService">BroadcastService</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/browserRequirements">
      <span class="h" property="rdfs:label">browserRequirements</span>
      <span property="rdfs:comment">Specifies browser requirements in human-readable text. For example, 'requires HTML5 support'.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/WebApplication">WebApplication</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/businessFunction">
      <span class="h" property="rdfs:label">businessFunction</span>
      <span property="rdfs:comment">The business function (e.g. sell, lease, repair, dispose) of the offer or component of a bundle (TypeAndQuantityNode). The default is http://purl.org/goodrelations/v1#Sell.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Offer">Offer</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Demand">Demand</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/TypeAndQuantityNode">TypeAndQuantityNode</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/BusinessFunction">BusinessFunction</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/buyer">
      <span class="h" property="rdfs:label">buyer</span>
      <span property="rdfs:comment">A sub property of participant. The participant/person/organization that bought the object.</span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/participant" />
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/SellAction">SellAction</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/byArtist">
      <span class="h" property="rdfs:label">byArtist</span>
      <span property="rdfs:comment">The artist that performed this album or recording.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MusicAlbum">MusicAlbum</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MusicRecording">MusicRecording</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/MusicGroup">MusicGroup</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/candidate">
      <span class="h" property="rdfs:label">candidate</span>
      <span property="rdfs:comment">A sub property of object. The candidate subject of this action.</span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/object" />
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/VoteAction">VoteAction</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/caption">
      <span class="h" property="rdfs:label">caption</span>
      <span property="rdfs:comment">The caption for this object. For downloadable machine formats (closed caption, subtitles etc.) use MediaObject and indicate the [[encodingFormat]].</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ImageObject">ImageObject</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/VideoObject">VideoObject</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/AudioObject">AudioObject</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/MediaObject">MediaObject</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/carrier">
      <span class="h" property="rdfs:label">carrier</span>
      <span property="rdfs:comment">'carrier' is an out-dated term indicating the 'provider' for parcel delivery and flights.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ParcelDelivery">ParcelDelivery</a></span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Flight">Flight</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/provider"/>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/carrierRequirements">
      <span class="h" property="rdfs:label">carrierRequirements</span>
      <span property="rdfs:comment">Specifies specific carrier(s) requirements for the application (e.g. an application may only work on a specific carrier network).</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MobileApplication">MobileApplication</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/catalog">
      <span class="h" property="rdfs:label">catalog</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/includedInDataCatalog"/>
      <span property="rdfs:comment">A data catalog which contains this dataset.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Dataset">Dataset</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DataCatalog">DataCatalog</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/includedDataCatalog">
      <span class="h" property="rdfs:label">includedDataCatalog</span>
      <span property="rdfs:comment">A data catalog which contains this dataset (this property was previously 'catalog', preferred name is now 'includedInDataCatalog').</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/includedInDataCatalog"/>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Dataset">Dataset</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DataCatalog">DataCatalog</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/includedInDataCatalog">
      <span class="h" property="rdfs:label">includedInDataCatalog</span>
      <span property="rdfs:comment">A data catalog which contains this dataset.</span>
      <link property="http://schema.org/inverseOf" href="http://schema.org/dataset"/>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Dataset">Dataset</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DataCatalog">DataCatalog</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/category">
      <span class="h" property="rdfs:label">category</span>
      <span property="rdfs:comment">A category for the item. Greater signs or slashes can be used to informally indicate a category hierarchy.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Product">Product</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Service">Service</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Offer">Offer</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Invoice">Invoice</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Thing">Thing</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/ccRecipient">
      <span class="h" property="rdfs:label">ccRecipient</span>
      <span property="rdfs:comment">A sub property of recipient. The recipient copied on a message.</span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/recipient" />
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Message">Message</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/ContactPoint">ContactPoint</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/childMaxAge">
      <span class="h" property="rdfs:label">childMaxAge</span>
      <span property="rdfs:comment">Maximal age of the child.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ParentAudience">ParentAudience</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Number">Number</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/childMinAge">
      <span class="h" property="rdfs:label">childMinAge</span>
      <span property="rdfs:comment">Minimal age of the child.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ParentAudience">ParentAudience</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Number">Number</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/children">
      <span class="h" property="rdfs:label">children</span>
      <span property="rdfs:comment">A child of the person.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/circle">
      <span class="h" property="rdfs:label">circle</span>
      <span property="rdfs:comment">A circle is the circular region of a specified radius centered at a specified latitude and longitude. A circle is expressed as a pair followed by a radius in meters.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/GeoShape">GeoShape</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/citation">
      <span class="h" property="rdfs:label">citation</span>
      <span property="rdfs:comment">A citation or reference to another creative work, such as another publication, web page, scholarly article, etc.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/clipNumber">
      <span class="h" property="rdfs:label">clipNumber</span>
      <span property="rdfs:comment">Position of the clip within an ordered group of clips.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Clip">Clip</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Integer">Integer</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/position" />
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/closes">
      <span class="h" property="rdfs:label">closes</span>
      <span property="rdfs:comment">The closing hour of the place or service on the given day(s) of the week.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/OpeningHoursSpecification">OpeningHoursSpecification</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Time">Time</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/codeRepository">
      <span class="h" property="rdfs:label">codeRepository</span>
      <span property="rdfs:comment">Link to the repository where the un-compiled, human readable code and related code is located (SVN, github, CodePlex).</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/SoftwareSourceCode">SoftwareSourceCode</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/colleague">
      <span class="h" property="rdfs:label">colleague</span>
      <span property="rdfs:comment">A colleague of the person.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/colleagues">
      <span class="h" property="rdfs:label">colleagues</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/colleague"/>
      <span property="rdfs:comment">A colleague of the person.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/collection">
      <span class="h" property="rdfs:label">collection</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/targetCollection"/>
      <span property="rdfs:comment">A sub property of object. The collection target of the action.</span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/object" />
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/UpdateAction">UpdateAction</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Thing">Thing</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/targetCollection">
      <span class="h" property="rdfs:label">targetCollection</span>
      <span property="rdfs:comment">A sub property of object. The collection target of the action.</span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/object" />
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/UpdateAction">UpdateAction</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Thing">Thing</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/color">
      <span class="h" property="rdfs:label">color</span>
      <span property="rdfs:comment">The color of the product.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Product">Product</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/comment">
      <span class="h" property="rdfs:label">comment</span>
      <span property="rdfs:comment">Comments, typically from users.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/RsvpAction">RsvpAction</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Comment">Comment</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/commentText">
      <span class="h" property="rdfs:label">commentText</span>
      <span property="rdfs:comment">The text of the UserComment.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/UserComments">UserComments</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/commentTime">
      <span class="h" property="rdfs:label">commentTime</span>
      <span property="rdfs:comment">The time at which the UserComment was made.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/UserComments">UserComments</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Date">Date</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
    </div>


    <div typeof="rdf:Property" resource="http://schema.org/confirmationNumber">
      <span class="h" property="rdfs:label">confirmationNumber</span>
      <span property="rdfs:comment">A number that confirms the given order or payment has been received.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Order">Order</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Invoice">Invoice</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/contactOption">
      <span class="h" property="rdfs:label">contactOption</span>
      <span property="rdfs:comment">An option available on this contact point (e.g. a toll-free number or support for hearing-impaired callers).</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ContactPoint">ContactPoint</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/ContactPointOption">ContactPointOption</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/contactPoint">
      <span class="h" property="rdfs:label">contactPoint</span>
      <span property="rdfs:comment">A contact point for a person or organization.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/ContactPoint">ContactPoint</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/contactPoints">
      <span class="h" property="rdfs:label">contactPoints</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/contactPoint"/>
      <span property="rdfs:comment">A contact point for a person or organization.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/ContactPoint">ContactPoint</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/contactType">
      <span class="h" property="rdfs:label">contactType</span>
      <span property="rdfs:comment">A person or organization can have different contact points, for different purposes. For example, a sales contact point, a PR contact point and so on. This property is used to specify the kind of contact point.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ContactPoint">ContactPoint</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/containedInPlace">
      <span class="h" property="rdfs:label">containedInPlace</span>
      <span property="rdfs:comment">The basic containment relation between a place and one that contains it.</span>
      <link property="http://schema.org/inverseOf" href="http://schema.org/containsPlace"/>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Place">Place</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Place">Place</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/containsPlace">
      <span class="h" property="rdfs:label">containsPlace</span>
      <span property="rdfs:comment">The basic containment relation between a place and another that it contains.</span>
      <link property="http://schema.org/inverseOf" href="http://schema.org/containedInPlace"/>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Place">Place</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Place">Place</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/containedIn">
      <span class="h" property="rdfs:label">containedIn</span>
      <span property="rdfs:comment">The basic containment relation between a place and one that contains it.</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/containedInPlace"/>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Place">Place</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Place">Place</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/contentLocation">
      <span class="h" property="rdfs:label">contentLocation</span>
      <span property="rdfs:comment">The location depicted or described in the content. For example, the location in a photograph or painting.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Place">Place</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/locationCreated">
      <span class="h" property="rdfs:label">locationCreated</span>
      <span property="rdfs:comment">The location where the CreativeWork was created, which may not be the same as the location depicted in the CreativeWork.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Place">Place</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/contentRating">
      <span class="h" property="rdfs:label">contentRating</span>
      <span property="rdfs:comment">Official rating of a piece of content&amp;#x2014;for example,&#39;MPAA PG-13&#39;.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Rating">Rating</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/contentSize">
      <span class="h" property="rdfs:label">contentSize</span>
      <span property="rdfs:comment">File size in (mega/kilo) bytes.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MediaObject">MediaObject</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/contentUrl">
      <span class="h" property="rdfs:label">contentUrl</span>
      <span property="rdfs:comment">Actual bytes of the media object, for example the image file or video file.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MediaObject">MediaObject</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/expectsAcceptanceOf">
      <span class="h" property="rdfs:label">expectsAcceptanceOf</span>
      <span property="rdfs:comment">An Offer which must be accepted before the user can perform the Action. For example, the user may need to buy a movie before being able to watch it.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ConsumeAction">ConsumeAction</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Offer">Offer</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/contributor">
      <span class="h" property="rdfs:label">contributor</span>
      <span property="rdfs:comment">A secondary contributor to the CreativeWork or Event.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Event">Event</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/copyrightHolder">
      <span class="h" property="rdfs:label">copyrightHolder</span>
      <span property="rdfs:comment">The party holding the legal copyright to the CreativeWork.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/copyrightYear">
      <span class="h" property="rdfs:label">copyrightYear</span>
      <span property="rdfs:comment">The year during which the claimed copyright for the CreativeWork was first asserted.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Number">Number</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/countriesNotSupported">
      <span class="h" property="rdfs:label">countriesNotSupported</span>
      <span property="rdfs:comment">Countries for which the application is not supported. You can also provide the two-letter ISO 3166-1 alpha-2 country code.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/countriesSupported">
      <span class="h" property="rdfs:label">countriesSupported</span>
      <span property="rdfs:comment">Countries for which the application is supported. You can also provide the two-letter ISO 3166-1 alpha-2 country code.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/course">
      <span class="h" property="rdfs:label">course</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/exerciseCourse"/>
      <span property="rdfs:comment">A sub property of location. The course where this action was taken.</span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/location" />
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ExerciseAction">ExerciseAction</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Place">Place</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/exerciseCourse">
      <span class="h" property="rdfs:label">exerciseCourse</span>
      <span property="rdfs:comment">A sub property of location. The course where this action was taken.</span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/location" />
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ExerciseAction">ExerciseAction</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Place">Place</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/countryOfOrigin">
      <span class="h" property="rdfs:label">countryOfOrigin</span>
      <span property="rdfs:comment">The country of the principal offices of the production company or individual responsible for the movie or program.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Movie">Movie</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/TVEpisode">TVEpisode</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/TVSeason">TVSeason</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/TVSeries">TVSeries</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Country">Country</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/creator">
      <span class="h" property="rdfs:label">creator</span>
      <span property="rdfs:comment">The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/UserComments">UserComments</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/currenciesAccepted">
      <span class="h" property="rdfs:label">currenciesAccepted</span>
      <span property="rdfs:comment">The currency accepted.\n\nUse standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217) e.g. "USD"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies e.g. "BTC"; well known names for [Local Exchange Tradings Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types e.g. "Ithaca HOUR".</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/customer">
      <span class="h" property="rdfs:label">customer</span>
      <span property="rdfs:comment">Party placing the order or paying the invoice.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Order">Order</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Invoice">Invoice</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/dataset">
      <span class="h" property="rdfs:label">dataset</span>
      <span property="rdfs:comment">A dataset contained in this catalog.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/DataCatalog">DataCatalog</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Dataset">Dataset</a></span>
      <link property="http://schema.org/inverseOf" href="http://schema.org/includedInDataCatalog"/>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/dateCreated">
      <span class="h" property="rdfs:label">dateCreated</span>
      <span property="rdfs:comment">The date on which the CreativeWork was created or the item was added to a DataFeed.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/DataFeedItem">DataFeedItem</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Date">Date</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/dateline">
      <span class="h" property="rdfs:label">dateline</span>
      <span property="rdfs:comment">A [dateline](https://en.wikipedia.org/wiki/Dateline) is a brief piece of text included in news articles that describes where and when the story was written or filed though the date is often omitted. Sometimes only a placename is provided.

Structured representations of dateline-related information can also be expressed more explicitly using [[locationCreated]] (which represents where a work was created e.g. where a news report was written).  For location depicted or described in the content, use [[contentLocation]].

Dateline summaries are oriented more towards human readers than towards automated processing, and can vary substantially. Some examples: "BEIRUT, Lebanon, June 2.", "Paris, France", "December 19, 2017 11:43AM Reporting from Washington", "Beijing/Moscow", "QUEZON CITY, Philippines".
      </span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/NewsArticle">NewsArticle</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/dateDeleted">
      <span class="h" property="rdfs:label">dateDeleted</span>
      <span property="rdfs:comment">The datetime the item was removed from the DataFeed.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/DataFeedItem">DataFeedItem</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/dateModified">
      <span class="h" property="rdfs:label">dateModified</span>
      <span property="rdfs:comment">The date on which the CreativeWork was most recently modified or when the item's entry was modified within a DataFeed.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/DataFeedItem">DataFeedItem</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Date">Date</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/datePosted">
      <span class="h" property="rdfs:label">datePosted</span>
      <span property="rdfs:comment">Publication date for the job posting.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/JobPosting">JobPosting</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Date">Date</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/datePublished">
      <span class="h" property="rdfs:label">datePublished</span>
      <span property="rdfs:comment">Date of first broadcast/publication.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Date">Date</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/dayOfWeek">
      <span class="h" property="rdfs:label">dayOfWeek</span>
      <span property="rdfs:comment">The day of the week for which these opening hours are valid.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/OpeningHoursSpecification">OpeningHoursSpecification</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DayOfWeek">DayOfWeek</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/deathDate">
      <span class="h" property="rdfs:label">deathDate</span>
      <span property="rdfs:comment">Date of death.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Date">Date</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/deliveryAddress">
      <span class="h" property="rdfs:label">deliveryAddress</span>
      <span property="rdfs:comment">Destination address.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ParcelDelivery">ParcelDelivery</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/PostalAddress">PostalAddress</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/deliveryLeadTime">
      <span class="h" property="rdfs:label">deliveryLeadTime</span>
      <span property="rdfs:comment">The typical delay between the receipt of the order and the goods either leaving the warehouse or being prepared for pickup, in case the delivery method is on site pickup.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Offer">Offer</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Demand">Demand</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/deliveryMethod">
      <span class="h" property="rdfs:label">deliveryMethod</span>
      <span property="rdfs:comment">A sub property of instrument. The method of delivery.</span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/instrument" />
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/OrderAction">OrderAction</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ReceiveAction">ReceiveAction</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/SendAction">SendAction</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/TrackAction">TrackAction</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DeliveryMethod">DeliveryMethod</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/deliveryStatus">
      <span class="h" property="rdfs:label">deliveryStatus</span>
      <span property="rdfs:comment">New entry added as the package passes through each leg of its journey (from shipment to final delivery).</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ParcelDelivery">ParcelDelivery</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DeliveryEvent">DeliveryEvent</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/department">
      <span class="h" property="rdfs:label">department</span>
      <span property="rdfs:comment">A relationship between an organization and a department of that organization, also described as an organization (allowing different urls, logos, opening hours). For example: a store with a pharmacy, or a bakery with a cafe.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/dependencies">
      <span class="h" property="rdfs:label">dependencies</span>
      <span property="rdfs:comment">Prerequisites needed to fulfill steps in article.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/TechArticle">TechArticle</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/depth">
      <span class="h" property="rdfs:label">depth</span>
      <span property="rdfs:comment">The depth of the item.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Product">Product</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Distance">Distance</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/description">
      <span class="h" property="rdfs:label">description</span>
      <span property="rdfs:comment">A description of the item.</span>
      <link property="owl:equivalentProperty" href="http://purl.org/dc/terms/description"/>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Thing">Thing</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/device">
      <span class="h" property="rdfs:label">device</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/availableOnDevice"/>
      <span property="rdfs:comment">Device required to run the application. Used in cases where a specific make/model is required to run the application.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/availableOnDevice">
      <span class="h" property="rdfs:label">availableOnDevice</span>
      <span property="rdfs:comment">Device required to run the application. Used in cases where a specific make/model is required to run the application.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/director">
      <span class="h" property="rdfs:label">director</span>
      <span property="rdfs:comment">A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Movie">Movie</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Event">Event</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/VideoObject">VideoObject</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/VideoGame">VideoGame</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Episode">Episode</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWorkSeason">CreativeWorkSeason</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/VideoGameSeries">VideoGameSeries</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/TVSeries">TVSeries</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/RadioSeries">RadioSeries</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MovieSeries">Series</a></span>


      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Clip">Clip</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/directors">
      <span class="h" property="rdfs:label">directors</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/director"/>
      <span property="rdfs:comment">A director of e.g. tv, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Movie">Movie</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/VideoObject">VideoObject</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/VideoGame">VideoGame</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Episode">Episode</a></span>

      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/VideoGameSeries">VideoGameSeries</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/TVSeries">TVSeries</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/RadioSeries">RadioSeries</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MovieSeries">MovieSeries</a></span>

      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Clip">Clip</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/disambiguatingDescription">
      <span class="h" property="rdfs:label">disambiguatingDescription</span>
      <span 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.</span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/description" />
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Thing">Thing</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/discount">
      <span class="h" property="rdfs:label">discount</span>
      <span property="rdfs:comment">Any discount applied (to an Order).</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Order">Order</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Number">Number</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/discountCode">
      <span class="h" property="rdfs:label">discountCode</span>
      <span property="rdfs:comment">Code used to redeem a discount.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Order">Order</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/discountCurrency">
      <span class="h" property="rdfs:label">discountCurrency</span>
      <span property="rdfs:comment">The currency of the discount.\n\nUse standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217) e.g. "USD"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies e.g. "BTC"; well known names for [Local Exchange Tradings Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types e.g. "Ithaca HOUR".</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Order">Order</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/discusses">
      <span class="h" property="rdfs:label">discusses</span>
      <span property="rdfs:comment">Specifies the CreativeWork associated with the UserComment.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/UserComments">UserComments</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/discussionUrl">
      <span class="h" property="rdfs:label">discussionUrl</span>
      <span property="rdfs:comment">A link to the page containing the comments of the CreativeWork.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/distance">
      <span class="h" property="rdfs:label">distance</span>
      <span property="rdfs:comment">The distance travelled, e.g. exercising or travelling.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ExerciseAction">ExerciseAction</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/TravelAction">TravelAction</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Distance">Distance</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/distribution">
      <span class="h" property="rdfs:label">distribution</span>
      <span property="rdfs:comment">A downloadable form of this dataset, at a specific location, in a specific format.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Dataset">Dataset</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DataDownload">DataDownload</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/doorTime">
      <span class="h" property="rdfs:label">doorTime</span>
      <span property="rdfs:comment">The time admission will commence.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Event">Event</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/downloadUrl">
      <span class="h" property="rdfs:label">downloadUrl</span>
      <span property="rdfs:comment">If the file can be downloaded, URL to download the binary.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/duns">
      <span class="h" property="rdfs:label">duns</span>
      <span property="rdfs:comment">The Dun &amp; Bradstreet DUNS number for identifying an organization or business person.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/duration">
      <span class="h" property="rdfs:label">duration</span>
      <span property="rdfs:comment">The duration of the item (movie, audio recording, event, etc.) in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601).</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MediaObject">MediaObject</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Event">Event</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Movie">Movie</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MusicRecording">MusicRecording</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Duration">Duration</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/durationOfWarranty">
      <span class="h" property="rdfs:label">durationOfWarranty</span>
      <span property="rdfs:comment">The duration of the warranty promise. Common unitCode values are ANN for year, MON for months, or DAY for days.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/WarrantyPromise">WarrantyPromise</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/editor">
      <span class="h" property="rdfs:label">editor</span>
      <span property="rdfs:comment">Specifies the Person who edited the CreativeWork.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/educationalAlignment">
      <span class="h" property="rdfs:label">educationalAlignment</span>
      <span property="rdfs:comment">An alignment to an established educational framework.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/AlignmentObject">AlignmentObject</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/educationalFramework">
      <span class="h" property="rdfs:label">educationalFramework</span>
      <span property="rdfs:comment">The framework to which the resource being described is aligned.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/AlignmentObject">AlignmentObject</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/educationalRole">
      <span class="h" property="rdfs:label">educationalRole</span>
      <span property="rdfs:comment">An educationalRole of an EducationalAudience.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/EducationalAudience">EducationalAudience</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/educationalUse">
      <span class="h" property="rdfs:label">educationalUse</span>
      <span property="rdfs:comment">The purpose of a work in the context of education; for example, 'assignment', 'group work'.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/elevation">
      <span class="h" property="rdfs:label">elevation</span>
      <span property="rdfs:comment">The elevation of a location ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)). Values may be of the form 'NUMBER UNIT_OF_MEASUREMENT' (e.g., '1,000 m', '3,200 ft') while numbers alone should be assumed to be a value in meters.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/GeoCoordinates">GeoCoordinates</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/GeoShape">GeoShape</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Number">Number</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/eligibleCustomerType">
      <span class="h" property="rdfs:label">eligibleCustomerType</span>
      <span property="rdfs:comment">The type(s) of customers for which the given offer is valid.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Offer">Offer</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Demand">Demand</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/BusinessEntityType">BusinessEntityType</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/eligibleDuration">
      <span class="h" property="rdfs:label">eligibleDuration</span>
      <span property="rdfs:comment">The duration for which the given offer is valid.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Offer">Offer</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Demand">Demand</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/eligibleQuantity">
      <span class="h" property="rdfs:label">eligibleQuantity</span>
      <span property="rdfs:comment">The interval and unit of measurement of ordering quantities for which the offer or price specification is valid. This allows e.g. specifying that a certain freight charge is valid only for a certain quantity.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Offer">Offer</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PriceSpecification">PriceSpecification</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Demand">Demand</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/eligibleRegion">
      <span class="h" property="rdfs:label">eligibleRegion</span>
      <span property="rdfs:comment">The ISO 3166-1 (ISO 3166-1 alpha-2) or ISO 3166-2 code, the place, or the GeoShape for the geo-political region(s) for which the offer or delivery charge specification is valid.\n\nSee also [[ineligibleRegion]].
    </span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/areaServed" />
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Offer">Offer</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/DeliveryChargeSpecification">DeliveryChargeSpecification</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Demand">Demand</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/GeoShape">GeoShape</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Place">Place</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/ineligibleRegion">
      <span class="h" property="rdfs:label">ineligibleRegion</span>
      <span property="rdfs:comment">The ISO 3166-1 (ISO 3166-1 alpha-2) or ISO 3166-2 code, the place, or the GeoShape for the geo-political region(s) for which the offer or delivery charge specification is not valid, e.g. a region where the transaction is not allowed.\n\nSee also [[eligibleRegion]].
      </span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Offer">Offer</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/DeliveryChargeSpecification">DeliveryChargeSpecification</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Demand">Demand</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/GeoShape">GeoShape</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Place">Place</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/eligibleTransactionVolume">
      <span class="h" property="rdfs:label">eligibleTransactionVolume</span>
      <span property="rdfs:comment">The transaction volume, in a monetary unit, for which the offer or price specification is valid, e.g. for indicating a minimal purchasing volume, to express free shipping above a certain order volume, or to limit the acceptance of credit cards to purchases to a certain minimal amount.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Offer">Offer</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PriceSpecification">PriceSpecification</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Demand">Demand</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/PriceSpecification">PriceSpecification</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/email">
      <span class="h" property="rdfs:label">email</span>
      <span property="rdfs:comment">Email address.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ContactPoint">ContactPoint</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/embedUrl">
      <span class="h" property="rdfs:label">embedUrl</span>
      <span property="rdfs:comment">A URL pointing to a player for a specific video. In general, this is the information in the ```src``` element of an ```embed``` tag and should not be the same as the content of the ```loc``` tag.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MediaObject">MediaObject</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/employee">
      <span class="h" property="rdfs:label">employee</span>
      <span property="rdfs:comment">Someone working for this organization.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/employees">
      <span class="h" property="rdfs:label">employees</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/employee"/>
      <span property="rdfs:comment">People working for this organization.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/employmentType">
      <span class="h" property="rdfs:label">employmentType</span>
      <span property="rdfs:comment">Type of employment (e.g. full-time, part-time, contract, temporary, seasonal, internship).</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/JobPosting">JobPosting</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/encodesCreativeWork">
      <span class="h" property="rdfs:label">encodesCreativeWork</span>
      <span property="rdfs:comment">The CreativeWork encoded by this media object.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MediaObject">MediaObject</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <link property="http://schema.org/inverseOf" href="http://schema.org/encoding"/>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/encoding">
      <span class="h" property="rdfs:label">encoding</span>
      <span property="rdfs:comment">A media object that encodes this CreativeWork. This property is a synonym for associatedMedia.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/MediaObject">MediaObject</a></span>
      <link property="http://schema.org/inverseOf" href="http://schema.org/encodesCreativeWork"/>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/encodingFormat">
      <span class="h" property="rdfs:label">encodingFormat</span>
        <span property="rdfs:comment">Media type typically expressed using a MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml) and [MDN reference](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types)) e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.).

In cases where a [[CreativeWork]] has several media type representations, [[encoding]] can be used to indicate each [[MediaObject]] alongside particular [[encodingFormat]] information.

Unregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MediaObject">MediaObject</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/encodings">
      <span class="h" property="rdfs:label">encodings</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/encoding"/>
      <span property="rdfs:comment">A media object that encodes this CreativeWork.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/MediaObject">MediaObject</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/endDate">
      <span class="h" property="rdfs:label">endDate</span>
      <span property="rdfs:comment">The end date and time of the item (in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601)).</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Role">Role</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Event">Event</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWorkSeason">CreativeWorkSeason</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWorkSeries">CreativeWorkSeries</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Date">Date</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/endorsee">
      <span class="h" property="rdfs:label">endorsee</span>
      <span property="rdfs:comment">A sub property of participant. The person/organization being supported.</span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/participant" />
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/EndorseAction">EndorseAction</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/endTime">
      <span class="h" property="rdfs:label">endTime</span>
      <span property="rdfs:comment">The endTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to end. For actions that span a period of time, when the action was performed. e.g. John wrote a book from January to *December*. For media, including audio and video, it's the time offset of the end of a clip within a larger file.\n\nNote that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Action">Action</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/FoodEstablishmentReservation">FoodEstablishmentReservation</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MediaObject">MediaObject</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
    </div>
   <div typeof="rdf:Property" resource="http://schema.org/entertainmentBusiness">
      <span class="h" property="rdfs:label">entertainmentBusiness</span>
      <span property="rdfs:comment">A sub property of location. The entertainment business where the action occurred.</span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/location" />
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PerformAction">PerformAction</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/EntertainmentBusiness">EntertainmentBusiness</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/episode">
      <span class="h" property="rdfs:label">episode</span>
      <span property="rdfs:comment">An episode of a tv, radio or game media within a series or season.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWorkSeason">CreativeWorkSeason</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/RadioSeries">RadioSeries</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/VideoGameSeries">VideoGameSeries</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/TVSeries">TVSeries</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Episode">Episode</a></span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/hasPart" />
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/episodeNumber">
      <span class="h" property="rdfs:label">episodeNumber</span>
      <span property="rdfs:comment">Position of the episode within an ordered group of episodes.</span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/position" />
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Episode">Episode</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Integer">Integer</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/episodes">
      <span class="h" property="rdfs:label">episodes</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/episode"/>
      <span property="rdfs:comment">An episode of a TV/radio series or season.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWorkSeason">CreativeWorkSeason</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/RadioSeries">RadioSeries</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/VideoGameSeries">VideoGameSeries</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/TVSeries">TVSeries</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Episode">Episode</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/equal">
      <span class="h" property="rdfs:label">equal</span>
      <span property="rdfs:comment">This ordering relation for qualitative values indicates that the subject is equal to the object.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/QualitativeValue">QualitativeValue</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/QualitativeValue">QualitativeValue</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/event">
      <span class="h" property="rdfs:label">event</span>
      <span property="rdfs:comment">Upcoming or past event associated with this place, organization, or action.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Place">Place</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/InformAction">InformAction</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PlayAction">PlayAction</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/InviteAction">InviteAction</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/JoinAction">JoinAction</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/LeaveAction">LeaveAction</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Event">Event</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/events">
      <span class="h" property="rdfs:label">events</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/event"/>
      <span property="rdfs:comment">Upcoming or past events associated with this place or organization.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Place">Place</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Event">Event</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/eventStatus">
      <span class="h" property="rdfs:label">eventStatus</span>
      <span property="rdfs:comment">An eventStatus of an event represents its status; particularly useful when an event is cancelled or rescheduled.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Event">Event</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/EventStatusType">EventStatusType</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/exifData">
      <span class="h" property="rdfs:label">exifData</span>
      <span property="rdfs:comment">exif data for this object.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ImageObject">ImageObject</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/PropertyValue">PropertyValue</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/expectedArrivalFrom">
      <span class="h" property="rdfs:label">expectedArrivalFrom</span>
      <span property="rdfs:comment">The earliest date the package may arrive.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ParcelDelivery">ParcelDelivery</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/expectedArrivalUntil">
      <span class="h" property="rdfs:label">expectedArrivalUntil</span>
      <span property="rdfs:comment">The latest date the package may arrive.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ParcelDelivery">ParcelDelivery</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/expires">
      <span class="h" property="rdfs:label">expires</span>
      <span property="rdfs:comment">Date the content expires and is no longer useful or available. For example a [[VideoObject]] or [[NewsArticle]] whose availability or relevance is time-limited, or a [[ClaimReview]] fact check whose publisher wants to indicate that it may no longer be relevant (or helpful to highlight) after some date.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Date">Date</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/familyName">
      <span class="h" property="rdfs:label">familyName</span>
      <span property="rdfs:comment">Family name. In the U.S., the last name of an Person. This can be used along with givenName instead of the name property.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/faxNumber">
      <span class="h" property="rdfs:label">faxNumber</span>
      <span property="rdfs:comment">The fax number.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Place">Place</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ContactPoint">ContactPoint</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/featureList">
      <span class="h" property="rdfs:label">featureList</span>
      <span property="rdfs:comment">Features or modules provided by this application (and possibly required by other applications).</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/fileFormat">
      <span class="h" property="rdfs:label">fileFormat</span>
      <span property="rdfs:comment">Media type, typically MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml)) of the content e.g. application/zip of a SoftwareApplication binary. In cases where a CreativeWork has several media type representations, 'encoding' can be used to indicate each MediaObject alongside particular fileFormat information. Unregistered or niche file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia entry.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/encodingFormat"/>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/fileSize">
      <span class="h" property="rdfs:label">fileSize</span>
      <span property="rdfs:comment">Size of the application / package (e.g. 18MB). In the absence of a unit (MB, KB etc.), KB will be assumed.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/followee">
      <span class="h" property="rdfs:label">followee</span>
      <span property="rdfs:comment">A sub property of object. The person or organization being followed.</span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/object" />
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/FollowAction">FollowAction</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/follows">
      <span class="h" property="rdfs:label">follows</span>
      <span property="rdfs:comment">The most generic uni-directional social relation.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/founder">
      <span class="h" property="rdfs:label">founder</span>
      <span property="rdfs:comment">A person who founded this organization.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/founders">
      <span class="h" property="rdfs:label">founders</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/founder"/>
      <span property="rdfs:comment">A person who founded this organization.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/dissolutionDate">
      <span class="h" property="rdfs:label">dissolutionDate</span>
      <span property="rdfs:comment">The date that this organization was dissolved.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Date">Date</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/foundingDate">
      <span class="h" property="rdfs:label">foundingDate</span>
      <span property="rdfs:comment">The date that this organization was founded.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Date">Date</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/free">
      <span class="h" property="rdfs:label">free</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/isAccessibleForFree"/>
      <span property="rdfs:comment">A flag to signal that the item, event, or place is accessible for free.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PublicationEvent">PublicationEvent</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Boolean">Boolean</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/isAccessibleForFree">
      <span class="h" property="rdfs:label">isAccessibleForFree</span>
      <span property="rdfs:comment">A flag to signal that the item, event, or place is accessible for free.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Event">Event</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PublicationEvent">PublicationEvent</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Place">Place</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Boolean">Boolean</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/publicAccess">
      <span class="h" property="rdfs:label">publicAccess</span>
      <span property="rdfs:comment">A flag to signal that the [[Place]] is open to public visitors.  If this property is omitted there is no assumed default boolean value</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Place">Place</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Boolean">Boolean</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/fromLocation">
      <span class="h" property="rdfs:label">fromLocation</span>
      <span property="rdfs:comment">A sub property of location. The original location of the object or the agent before the action.</span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/location" />
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MoveAction">MoveAction</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/TransferAction">TransferAction</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ExerciseAction">ExerciseAction</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Place">Place</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/gender">
      <span class="h" property="rdfs:label">gender</span>
      <span property="rdfs:comment">Gender of the person. While http://schema.org/Male and http://schema.org/Female may be used, text strings are also acceptable for people who do not identify as a binary gender.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/GenderType">GenderType</a></span>
    </div>
    <div typeof="rdfs:Class" resource="http://schema.org/GenderType">
      <span class="h" property="rdfs:label">GenderType</span>
      <span property="rdfs:comment">An enumeration of genders.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Enumeration">Enumeration</a></span>
    </div>
    <div typeof="http://schema.org/GenderType" resource="http://schema.org/Female">
      <span class="h" property="rdfs:label">Female</span>
      <span property="rdfs:comment">The female gender.</span>
    </div>
    <div typeof="http://schema.org/GenderType" resource="http://schema.org/Male">
      <span class="h" property="rdfs:label">Male</span>
      <span property="rdfs:comment">The male gender.</span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/genre">
      <span class="h" property="rdfs:label">genre</span>
      <span property="rdfs:comment">Genre of the creative work, broadcast channel or group.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/BroadcastChannel">BroadcastChannel</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MusicGroup">MusicGroup</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/geo">
      <span class="h" property="rdfs:label">geo</span>
      <span property="rdfs:comment">The geo coordinates of the place.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Place">Place</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/GeoCoordinates">GeoCoordinates</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/GeoShape">GeoShape</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/geographicArea">
      <span class="h" property="rdfs:label">geographicArea</span>
      <span property="rdfs:comment">The geographic area associated with the audience.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Audience">Audience</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/AdministrativeArea">AdministrativeArea</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/givenName">
      <span class="h" property="rdfs:label">givenName</span>
      <span property="rdfs:comment">Given name. In the U.S., the first name of a Person. This can be used along with familyName instead of the name property.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/globalLocationNumber">
      <span class="h" property="rdfs:label">globalLocationNumber</span>
      <span property="rdfs:comment">The [Global Location Number](http://www.gs1.org/gln) (GLN, sometimes also referred to as International Location Number or ILN) of the respective organization, person, or place. The GLN is a 13-digit number used to identify parties and physical locations.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Place">Place</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/greater">
      <span class="h" property="rdfs:label">greater</span>
      <span property="rdfs:comment">This ordering relation for qualitative values indicates that the subject is greater than the object.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/QualitativeValue">QualitativeValue</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/QualitativeValue">QualitativeValue</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/greaterOrEqual">
      <span class="h" property="rdfs:label">greaterOrEqual</span>
      <span property="rdfs:comment">This ordering relation for qualitative values indicates that the subject is greater than or equal to the object.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/QualitativeValue">QualitativeValue</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/QualitativeValue">QualitativeValue</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/gtin12">
      <span class="h" property="rdfs:label">gtin12</span>
      <span property="rdfs:comment">The GTIN-12 code of the product, or the product to which the offer refers. The GTIN-12 is the 12-digit GS1 Identification Key composed of a U.P.C. Company Prefix, Item Reference, and Check Digit used to identify trade items. See [GS1 GTIN Summary](http://www.gs1.org/barcodes/technical/idkeys/gtin) for more details.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Offer">Offer</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Product">Product</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Demand">Demand</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/gtin13">
      <span class="h" property="rdfs:label">gtin13</span>
      <span property="rdfs:comment">The GTIN-13 code of the product, or the product to which the offer refers. This is equivalent to 13-digit ISBN codes and EAN UCC-13. Former 12-digit UPC codes can be converted into a GTIN-13 code by simply adding a preceeding zero. See [GS1 GTIN Summary](http://www.gs1.org/barcodes/technical/idkeys/gtin) for more details.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Offer">Offer</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Product">Product</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Demand">Demand</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/gtin14">
      <span class="h" property="rdfs:label">gtin14</span>
      <span property="rdfs:comment">The GTIN-14 code of the product, or the product to which the offer refers. See [GS1 GTIN Summary](http://www.gs1.org/barcodes/technical/idkeys/gtin) for more details.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Offer">Offer</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Product">Product</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Demand">Demand</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/gtin8">
      <span class="h" property="rdfs:label">gtin8</span>
      <span property="rdfs:comment">The [GTIN-8](http://apps.gs1.org/GDD/glossary/Pages/GTIN-8.aspx) code of the product, or the product to which the offer refers. This code is also known as EAN/UCC-8 or 8-digit EAN. See [GS1 GTIN Summary](http://www.gs1.org/barcodes/technical/idkeys/gtin) for more details.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Offer">Offer</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Product">Product</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Demand">Demand</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/hasDeliveryMethod">
      <span class="h" property="rdfs:label">hasDeliveryMethod</span>
      <span property="rdfs:comment">Method used for delivery or shipping.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/DeliveryEvent">DeliveryEvent</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ParcelDelivery">ParcelDelivery</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DeliveryMethod">DeliveryMethod</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/hasPOS">
      <span class="h" property="rdfs:label">hasPOS</span>
      <span property="rdfs:comment">Points-of-Sales operated by the organization or person.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Place">Place</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/headline">
      <span class="h" property="rdfs:label">headline</span>
      <span property="rdfs:comment">Headline of the article.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/height">
      <span class="h" property="rdfs:label">height</span>
      <span property="rdfs:comment">The height of the item.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MediaObject">MediaObject</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Product">Product</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Distance">Distance</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/highPrice">
      <span class="h" property="rdfs:label">highPrice</span>
      <span property="rdfs:comment">The highest price of all offers available.\n\nUsage guidelines:\n\n* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/AggregateOffer">AggregateOffer</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Number">Number</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/hiringOrganization">
      <span class="h" property="rdfs:label">hiringOrganization</span>
      <span property="rdfs:comment">Organization offering the job position.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/JobPosting">JobPosting</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/homeLocation">
      <span class="h" property="rdfs:label">homeLocation</span>
      <span property="rdfs:comment">A contact location for a person&#39;s residence.</span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/location" />
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/ContactPoint">ContactPoint</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Place">Place</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/honorificPrefix">
      <span class="h" property="rdfs:label">honorificPrefix</span>
      <span property="rdfs:comment">An honorific prefix preceding a Person&#39;s name such as Dr/Mrs/Mr.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/honorificSuffix">
      <span class="h" property="rdfs:label">honorificSuffix</span>
      <span property="rdfs:comment">An honorific suffix preceding a Person&#39;s name such as M.D. /PhD/MSCSW.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/hoursAvailable">
      <span class="h" property="rdfs:label">hoursAvailable</span>
      <span property="rdfs:comment">The hours during which this service or contact is available.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ContactPoint">ContactPoint</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Service">Service</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/LocationFeatureSpecification">LocationFeatureSpecification</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/OpeningHoursSpecification">OpeningHoursSpecification</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/illustrator">
      <span class="h" property="rdfs:label">illustrator</span>
      <span property="rdfs:comment">The illustrator of the book.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Book">Book</a></span>
      <!--      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/BookSeries">BookSeries</a></span> -->
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/image">
      <span class="h" property="rdfs:label">image</span>
      <span property="rdfs:comment">An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Thing">Thing</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/ImageObject">ImageObject</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/inAlbum">
      <span class="h" property="rdfs:label">inAlbum</span>
      <span property="rdfs:comment">The album to which this recording belongs.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MusicRecording">MusicRecording</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/MusicAlbum">MusicAlbum</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/incentives">
      <span class="h" property="rdfs:label">incentives</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/incentiveCompensation"/>
      <span property="rdfs:comment">Description of bonus and commission compensation aspects of the job.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/JobPosting">JobPosting</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/incentiveCompensation">
      <span class="h" property="rdfs:label">incentiveCompensation</span>
      <span property="rdfs:comment">Description of bonus and commission compensation aspects of the job.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/JobPosting">JobPosting</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/includesObject">
      <span class="h" property="rdfs:label">includesObject</span>
      <span property="rdfs:comment">This links to a node or nodes indicating the exact quantity of the products included in the offer.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Offer">Offer</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Demand">Demand</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/TypeAndQuantityNode">TypeAndQuantityNode</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/industry">
      <span class="h" property="rdfs:label">industry</span>
      <span property="rdfs:comment">The industry associated with the job position.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/JobPosting">JobPosting</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>


    <div typeof="rdf:Property" resource="http://schema.org/inLanguage">
      <span class="h" property="rdfs:label">inLanguage</span>
      <span property="rdfs:comment">The language of the content or performance or used in an action. Please use one of the language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47). See also [[availableLanguage]].</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Event">Event</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CommunicateAction">CommunicateAction</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/WriteAction">WriteAction</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Language">Language</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/inPlaylist">
      <span class="h" property="rdfs:label">inPlaylist</span>
      <span property="rdfs:comment">The playlist to which this recording belongs.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MusicRecording">MusicRecording</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/MusicPlaylist">MusicPlaylist</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/installUrl">
      <span class="h" property="rdfs:label">installUrl</span>
      <span property="rdfs:comment">URL at which the app may be installed, if different from the URL of the item.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/instrument">
      <span class="h" property="rdfs:label">instrument</span>
      <span property="rdfs:comment">The object that helped the agent perform the action. e.g. John wrote a book with *a pen*.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Action">Action</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Thing">Thing</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/interactionCount">
      <span class="h" property="rdfs:label">interactionCount</span>
      <span property="rdfs:comment">This property is deprecated, alongside the UserInteraction types on which it depended.</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/interactionStatistic"/>
      <!-- <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Place">Place</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span> -->
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/interactivityType">
      <span class="h" property="rdfs:label">interactivityType</span>
      <span property="rdfs:comment">The predominant mode of learning supported by the learning resource. Acceptable values are 'active', 'expositive', or 'mixed'.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/inventoryLevel">
      <span class="h" property="rdfs:label">inventoryLevel</span>
      <span property="rdfs:comment">The current approximate inventory level for the item or items.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Offer">Offer</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Demand">Demand</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/SomeProducts">SomeProducts</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/isAccessoryOrSparePartFor">
      <span class="h" property="rdfs:label">isAccessoryOrSparePartFor</span>
      <span property="rdfs:comment">A pointer to another product (or multiple products) for which this product is an accessory or spare part.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Product">Product</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Product">Product</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/isBasedOnUrl">
      <span class="h" property="rdfs:label">isBasedOnUrl</span>
      <span property="rdfs:comment">A resource that was used in the creation of this resource. This term can be repeated for multiple sources. For example, http://example.com/great-multiplication-intro.html.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Product">Product</a></span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/isBasedOn"/>
      <!-- is there a case for Thing here...? -->
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/isBasedOn">
      <span class="h" property="rdfs:label">isBasedOn</span>
      <span property="rdfs:comment">A resource that was used in the creation of this resource. This term can be repeated for multiple sources. For example, http://example.com/great-multiplication-intro.html.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Product">Product</a></span>
      <!-- is there a case for Thing here...? -->
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/isbn">
      <span class="h" property="rdfs:label">isbn</span>
      <span property="rdfs:comment">The ISBN of the book.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Book">Book</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
      <link property="owl:equivalentProperty" href="http://purl.org/ontology/bibo/isbn"/>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/isConsumableFor">
      <span class="h" property="rdfs:label">isConsumableFor</span>
      <span property="rdfs:comment">A pointer to another product (or multiple products) for which this product is a consumable.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Product">Product</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Product">Product</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/isFamilyFriendly">
      <span class="h" property="rdfs:label">isFamilyFriendly</span>
      <span property="rdfs:comment">Indicates whether this content is family friendly.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Boolean">Boolean</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/isGift">
      <span class="h" property="rdfs:label">isGift</span>
      <span property="rdfs:comment">Was the offer accepted as a gift for someone other than the buyer.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Order">Order</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Boolean">Boolean</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/isicV4">
      <span class="h" property="rdfs:label">isicV4</span>
      <span property="rdfs:comment">The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Place">Place</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/isPartOf">
      <span class="h" property="rdfs:label">isPartOf</span>
      <span property="rdfs:comment">Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is part of.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <link property="http://schema.org/inverseOf" href="http://schema.org/hasPart"/>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/isRelatedTo">
      <span class="h" property="rdfs:label">isRelatedTo</span>
      <span property="rdfs:comment">A pointer to another, somehow related product (or multiple products).</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Product">Product</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Service">Service</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Product">Product</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Service">Service</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/isSimilarTo">
      <span class="h" property="rdfs:label">isSimilarTo</span>
      <span property="rdfs:comment">A pointer to another, functionally similar product (or multiple products).</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Product">Product</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Service">Service</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Product">Product</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Service">Service</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/issuedThrough">
      <span class="h" property="rdfs:label">issuedThrough</span>
      <span property="rdfs:comment">The service through with the permit was granted.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Permit">Permit</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Service">Service</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/isVariantOf">
      <span class="h" property="rdfs:label">isVariantOf</span>
      <span property="rdfs:comment">A pointer to a base product from which this product is a variant. It is safe to infer that the variant inherits all product features from the base model, unless defined locally. This is not transitive.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ProductModel">ProductModel</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/ProductModel">ProductModel</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/itemCondition">
      <span class="h" property="rdfs:label">itemCondition</span>
      <span property="rdfs:comment">A predefined value from OfferItemCondition or a textual description of the condition of the product or service, or the products or services included in the offer.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Offer">Offer</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Product">Product</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Demand">Demand</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/OfferItemCondition">OfferItemCondition</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/numberOfItems">
      <span class="h" property="rdfs:label">numberOfItems</span>
      <span property="rdfs:comment">The number of items in an ItemList. Note that some descriptions might not fully describe all items in a list (e.g., multi-page pagination); in such cases, the numberOfItems would be for the entire list.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ItemList">ItemList</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Integer">Integer</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/itemListOrder">
      <span class="h" property="rdfs:label">itemListOrder</span>
      <span property="rdfs:comment">Type of ordering (e.g. Ascending, Descending, Unordered).</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ItemList">ItemList</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/ItemListOrderType">ItemListOrderType</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>


    <div typeof="rdfs:Class" resource="http://schema.org/ItemListOrderType">
      <span class="h" property="rdfs:label">ItemListOrderType</span>
      <span property="rdfs:comment">Enumerated for values for itemListOrder for indicating how an ordered ItemList is organized.</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Enumeration">Enumeration</a></span>
    </div>

    <div typeof="http://schema.org/ItemListOrderType" resource="http://schema.org/ItemListOrderAscending">
      <span class="h" property="rdfs:label">ItemListOrderAscending</span>
      <span property="rdfs:comment">An ItemList ordered with lower values listed first.</span>
      <span>type: <a href="http://schema.org/ItemListOrderType">ItemListOrderType</a></span>
    </div>

    <div typeof="http://schema.org/ItemListOrderType" resource="http://schema.org/ItemListOrderDescending">
      <span class="h" property="rdfs:label">ItemListOrderDescending</span>
      <span property="rdfs:comment">An ItemList ordered with higher values listed first.</span>
      <span>type: <a href="http://schema.org/ItemListOrderType">ItemListOrderType</a></span>
    </div>

    <div typeof="http://schema.org/ItemListOrderType" resource="http://schema.org/ItemListUnordered">
      <span class="h" property="rdfs:label">ItemListUnordered</span>
      <span property="rdfs:comment">An ItemList ordered with no explicit order.</span>
      <span>type: <a href="http://schema.org/ItemListOrderType">ItemListOrderType</a></span>
    </div>


    <div typeof="rdf:Property" resource="http://schema.org/itemOffered">
      <span class="h" property="rdfs:label">itemOffered</span>
      <span property="rdfs:comment">The item being offered.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Offer">Offer</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Demand">Demand</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Product">Product</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Service">Service</a></span>
<!-- #1264
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Accommodation">Accommodation</a></span>
    -->
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/itemReviewed">
      <span class="h" property="rdfs:label">itemReviewed</span>
      <span property="rdfs:comment">The item that is being reviewed/rated.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/AggregateRating">AggregateRating</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Review">Review</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Thing">Thing</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/itemShipped">
      <span class="h" property="rdfs:label">itemShipped</span>
      <span property="rdfs:comment">Item(s) being shipped.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ParcelDelivery">ParcelDelivery</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Product">Product</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/jobLocation">
      <span class="h" property="rdfs:label">jobLocation</span>
      <span property="rdfs:comment">A (typically single) geographic location associated with the job position.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/JobPosting">JobPosting</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Place">Place</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/jobTitle">
      <span class="h" property="rdfs:label">jobTitle</span>
      <span property="rdfs:comment">The job title of the person (for example, Financial Manager).</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/keywords">
      <span class="h" property="rdfs:label">keywords</span>
      <span property="rdfs:comment">Keywords or tags used to describe this content. Multiple entries in a keywords list are typically delimited by commas.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/knows">
      <span class="h" property="rdfs:label">knows</span>
      <span property="rdfs:comment">The most generic bi-directional social/work relation.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/landlord">
      <span class="h" property="rdfs:label">landlord</span>
      <span property="rdfs:comment">A sub property of participant. The owner of the real estate property.</span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/participant" />
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/RentAction">RentAction</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/language">
      <span class="h" property="rdfs:label">language</span>
      <span property="rdfs:comment">A sub property of instrument. The language used on this action.</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/inLanguage"/>
      <link property="rdfs:subPropertyOf" href="http://schema.org/instrument" />
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CommunicateAction">CommunicateAction</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/WriteAction">WriteAction</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Language">Language</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/lastReviewed">
      <span class="h" property="rdfs:label">lastReviewed</span>
      <span property="rdfs:comment">Date on which the content on this web page was last reviewed for accuracy and/or completeness.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/WebPage">WebPage</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Date">Date</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/latitude">
      <span class="h" property="rdfs:label">latitude</span>
      <span property="rdfs:comment">The latitude of a location. For example ```37.42242``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)).</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/GeoCoordinates">GeoCoordinates</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Number">Number</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/license">
      <span class="h" property="rdfs:label">license</span>
      <span property="rdfs:comment">A license document that applies to this content, typically indicated by URL.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/learningResourceType">
      <span class="h" property="rdfs:label">learningResourceType</span>
      <span property="rdfs:comment">The predominant type or kind characterizing the learning resource. For example, 'presentation', 'handout'.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/legalName">
      <span class="h" property="rdfs:label">legalName</span>
      <span property="rdfs:comment">The official name of the organization, e.g. the registered company name.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/lender">
      <span class="h" property="rdfs:label">lender</span>
      <span property="rdfs:comment">A sub property of participant. The person that lends the object being borrowed.</span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/participant" />
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/BorrowAction">BorrowAction</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/lesser">
      <span class="h" property="rdfs:label">lesser</span>
      <span property="rdfs:comment">This ordering relation for qualitative values indicates that the subject is lesser than the object.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/QualitativeValue">QualitativeValue</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/QualitativeValue">QualitativeValue</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/lesserOrEqual">
      <span class="h" property="rdfs:label">lesserOrEqual</span>
      <span property="rdfs:comment">This ordering relation for qualitative values indicates that the subject is lesser than or equal to the object.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/QualitativeValue">QualitativeValue</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/QualitativeValue">QualitativeValue</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/line">
      <span class="h" property="rdfs:label">line</span>
      <span property="rdfs:comment">A line is a point-to-point path consisting of two or more points. A line is expressed as a series of two or more point objects separated by space.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/GeoShape">GeoShape</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/location">
      <span class="h" property="rdfs:label">location</span>
      <span property="rdfs:comment">The location of for example where the event is happening, an organization is located, or where an action takes place.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Event">Event</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Action">Action</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Place">Place</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/PostalAddress">PostalAddress</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/logo">
      <span class="h" property="rdfs:label">logo</span>
      <span property="rdfs:comment">An associated logo.</span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/image" />
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Place">Place</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Product">Product</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Service">Service</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Brand">Brand</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/ImageObject">ImageObject</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/longitude">
      <span class="h" property="rdfs:label">longitude</span>
      <span property="rdfs:comment">The longitude of a location. For example ```-122.08585``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)).</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/GeoCoordinates">GeoCoordinates</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Number">Number</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/loser">
      <span class="h" property="rdfs:label">loser</span>
      <span property="rdfs:comment">A sub property of participant. The loser of the action.</span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/participant" />
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/WinAction">WinAction</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/lowPrice">
      <span class="h" property="rdfs:label">lowPrice</span>
      <span property="rdfs:comment">The lowest price of all offers available.\n\nUsage guidelines:\n\n* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/AggregateOffer">AggregateOffer</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Number">Number</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/mainContentOfPage">
      <span class="h" property="rdfs:label">mainContentOfPage</span>
      <span property="rdfs:comment">Indicates if this web page element is the main subject of the page.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/WebPage">WebPage</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/WebPageElement">WebPageElement</a></span>
    </div>


    <div typeof="rdf:Property" resource="http://schema.org/mainEntity">
      <span class="h" property="rdfs:label">mainEntity</span>
      <span property="rdfs:comment">Indicates the primary entity described in some page or other CreativeWork.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Thing">Thing</a></span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/about" />
      <link property="http://schema.org/inverseOf" href="http://schema.org/mainEntityOfPage"/>
    </div>

<div typeof="rdf:Property" resource="http://schema.org/mainEntityOfPage">
      <span class="h" property="rdfs:label">mainEntityOfPage</span>
      <span property="rdfs:comment">Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Thing">Thing</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
      <link property="http://schema.org/inverseOf" href="http://schema.org/mainEntity"/>
   </div>

    <div typeof="rdf:Property" resource="http://schema.org/makesOffer">
      <span class="h" property="rdfs:label">makesOffer</span>
      <span property="rdfs:comment">A pointer to products or services offered by the organization or person.</span>
      <link property="http://schema.org/inverseOf" href="http://schema.org/offeredBy"/>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Offer">Offer</a></span>
    </div>
   <div typeof="rdf:Property" resource="http://schema.org/offeredBy">
      <span class="h" property="rdfs:label">offeredBy</span>
      <span property="rdfs:comment">A pointer to the organization or person making the offer.</span>
      <link property="http://schema.org/inverseOf" href="http://schema.org/makesOffer"/>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Offer">Organization</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Offer</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/hasMap">
      <span class="h" property="rdfs:label">hasMap</span>
      <span property="rdfs:comment">A URL to a map of the place.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Place">Place</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Map">Map</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/map">
      <span class="h" property="rdfs:label">map</span>
      <span property="rdfs:comment">A URL to a map of the place.</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/hasMap"/>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Place">Place</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/maps">
      <span class="h" property="rdfs:label">maps</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/hasMap"/>
      <span property="rdfs:comment">A URL to a map of the place.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Place">Place</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/maximumAttendeeCapacity">
       <span class="h" property="rdfs:label">maximumAttendeeCapacity</span>
       <span property="rdfs:comment">The total number of individuals that may attend an event or venue.</span>
       <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Place">Place</a></span>
       <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Event">Event</a></span>
       <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Integer">Integer</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/remainingAttendeeCapacity">
       <span class="h" property="rdfs:label">remainingAttendeeCapacity</span>
       <span property="rdfs:comment">The number of attendee places for an event that remain unallocated.</span>
       <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Event">Event</a></span>
       <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Integer">Integer</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/maxPrice">
      <span class="h" property="rdfs:label">maxPrice</span>
      <span property="rdfs:comment">The highest price if the price is a range.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PriceSpecification">PriceSpecification</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Number">Number</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/maxValue">
      <span class="h" property="rdfs:label">maxValue</span>
      <span property="rdfs:comment">The upper value of some characteristic or property.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PropertyValue">PropertyValue</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MonetaryAmount">MonetaryAmount</a></span>
	  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PropertyValueSpecification">PropertyValueSpecification</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Number">Number</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/member">
      <span class="h" property="rdfs:label">member</span>
      <span property="rdfs:comment">A member of an Organization or a ProgramMembership. Organizations can be members of organizations; ProgramMembership is typically for individuals.</span>
      <link property="http://schema.org/inverseOf" href="http://schema.org/memberOf"/>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ProgramMembership">ProgramMembership</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/memberOf">
      <span class="h" property="rdfs:label">memberOf</span>
      <span property="rdfs:comment">An Organization (or ProgramMembership) to which this Person or Organization belongs.</span>
      <link property="http://schema.org/inverseOf" href="http://schema.org/member"/>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/ProgramMembership">ProgramMembership</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/members">
      <span class="h" property="rdfs:label">members</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/member"/>
      <span property="rdfs:comment">A member of this organization.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ProgramMembership">ProgramMembership</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/memoryRequirements">
      <span class="h" property="rdfs:label">memoryRequirements</span>
      <span property="rdfs:comment">Minimum memory requirements.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/mentions">
      <span class="h" property="rdfs:label">mentions</span>
      <span property="rdfs:comment">Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Thing">Thing</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/hasMenu">
      <span class="h" property="rdfs:label">hasMenu</span>
      <span property="rdfs:comment">Either the actual menu as a structured representation, as text, or a URL of the menu.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/FoodEstablishment">FoodEstablishment</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Menu">Menu</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/menu">
      <span class="h" property="rdfs:label">menu</span>
      <span property="rdfs:comment">Either the actual menu as a structured representation, as text, or a URL of the menu.</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/hasMenu"/>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/FoodEstablishment">FoodEstablishment</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Menu">Menu</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
    </div>


    <div typeof="rdf:Property" resource="http://schema.org/merchant">
      <span class="h" property="rdfs:label">merchant</span>
      <span property="rdfs:comment">'merchant' is an out-dated term for 'seller'.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Order">Order</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/seller"/>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/minPrice">
      <span class="h" property="rdfs:label">minPrice</span>
      <span property="rdfs:comment">The lowest price if the price is a range.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PriceSpecification">PriceSpecification</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Number">Number</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/minValue">
      <span class="h" property="rdfs:label">minValue</span>
      <span property="rdfs:comment">The lower value of some characteristic or property.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PropertyValue">PropertyValue</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MonetaryAmount">MonetaryAmount</a></span>
	  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PropertyValueSpecification">PropertyValueSpecification</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Number">Number</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/model">
      <span class="h" property="rdfs:label">model</span>
      <span property="rdfs:comment">The model of the product. Use with the URL of a ProductModel or a textual representation of the model identifier. The URL of the ProductModel can be from an external source. It is recommended to additionally provide strong product identifiers via the gtin8/gtin13/gtin14 and mpn properties.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Product">Product</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/ProductModel">ProductModel</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/mpn">
      <span class="h" property="rdfs:label">mpn</span>
      <span property="rdfs:comment">The Manufacturer Part Number (MPN) of the product, or the product to which the offer refers.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Offer">Offer</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Product">Product</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Demand">Demand</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
   <div typeof="rdf:Property" resource="http://schema.org/manufacturer">
     <span class="h" property="rdfs:label">manufacturer</span>
     <span property="rdfs:comment">The manufacturer of the product.</span>
     <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Product">Product</a></span>
     <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
   </div>
    <div typeof="rdf:Property" resource="http://schema.org/musicBy">
      <span class="h" property="rdfs:label">musicBy</span>
      <span property="rdfs:comment">The composer of the soundtrack.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Movie">Movie</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Episode">Episode</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/TVSeries">TVSeries</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/RadioSeries">RadioSeries</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Clip">Clip</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MovieSeries">MovieSeries</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/VideoGame">VideoGame</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/VideoGameSeries">VideoGameSeries</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/VideoObject">VideoObject</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/MusicGroup">MusicGroup</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/musicGroupMember">
      <span class="h" property="rdfs:label">musicGroupMember</span>
      <span property="rdfs:comment">A member of a music group&amp;#x2014;for example, John, Paul, George, or Ringo.</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/member"/>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MusicGroup">MusicGroup</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/naics">
      <span class="h" property="rdfs:label">naics</span>
      <span property="rdfs:comment">The North American Industry Classification System (NAICS) code for a particular organization or business person.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/name">
      <span class="h" property="rdfs:label">name</span>
      <span property="rdfs:comment">The name of the item.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Thing">Thing</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
      <link property="rdfs:subPropertyOf" href="rdfs:label"/>
      <link property="owl:equivalentProperty" href="http://purl.org/dc/terms/title"/>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/nationality">
      <span class="h" property="rdfs:label">nationality</span>
      <span property="rdfs:comment">Nationality of the person.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Country">Country</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/netWorth">
      <span class="h" property="rdfs:label">netWorth</span>
      <span property="rdfs:comment">The total financial value of the person as calculated by subtracting assets from liabilities.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/PriceSpecification">PriceSpecification</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/MonetaryAmount">MonetaryAmount</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/nonEqual">
      <span class="h" property="rdfs:label">nonEqual</span>
      <span property="rdfs:comment">This ordering relation for qualitative values indicates that the subject is not equal to the object.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/QualitativeValue">QualitativeValue</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/QualitativeValue">QualitativeValue</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/numberOfEmployees">
      <span class="h" property="rdfs:label">numberOfEmployees</span>
      <span property="rdfs:comment">The number of employees in an organization e.g. business.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/BusinessAudience">BusinessAudience</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/numberOfEpisodes">
      <span class="h" property="rdfs:label">numberOfEpisodes</span>
      <span property="rdfs:comment">The number of episodes in this season or series.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWorkSeason">CreativeWorkSeason</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/TVSeries">TVSeries</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/VideoGameSeries">VideoGameSeries</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/RadioSeries">RadioSeries</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Integer">Integer</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/numberOfPages">
      <span class="h" property="rdfs:label">numberOfPages</span>
      <span property="rdfs:comment">The number of pages in the book.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Book">Book</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Integer">Integer</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/numberOfSeasons">
      <span class="h" property="rdfs:label">numberOfSeasons</span>
      <span property="rdfs:comment">The number of seasons in this series.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/TVSeries">TVSeries</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/RadioSeries">RadioSeries</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/VideoGameSeries">VideoGameSeries</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Integer">Integer</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/numTracks">
      <span class="h" property="rdfs:label">numTracks</span>
      <span property="rdfs:comment">The number of tracks in this album or playlist.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MusicPlaylist">MusicPlaylist</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Integer">Integer</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/object">
      <span class="h" property="rdfs:label">object</span>
      <span property="rdfs:comment">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&#39;t). e.g. John read *a book*.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Action">Action</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Thing">Thing</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/occupationalCategory">
      <span class="h" property="rdfs:label">occupationalCategory</span>
      <span property="rdfs:comment">Category or categories describing the job. Use BLS O*NET-SOC taxonomy: http://www.onetcenter.org/taxonomy.html. Ideally includes textual label and formal code, with the property repeated for each applicable value.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/JobPosting">JobPosting</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/offerCount">
      <span class="h" property="rdfs:label">offerCount</span>
      <span property="rdfs:comment">The number of offers for the product.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/AggregateOffer">AggregateOffer</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Integer">Integer</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/offers">
      <span class="h" property="rdfs:label">offers</span>
      <span property="rdfs:comment">An offer to provide this item&amp;#x2014;for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Event">Event</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MenuItem">MenuItem</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Product">Product</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Service">Service</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Trip">Trip</a></span>
<!--      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Accommodation">Accommodation</a></span> #1264 -->
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/AggregateOffer">AggregateOffer</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Offer">Offer</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/openingHours">
      <span class="h" property="rdfs:label">openingHours</span>
      <span property="rdfs:comment">The general opening hours for a business. Opening hours can be specified as a weekly time range, starting with days, then times per day. Multiple days can be listed with commas ',' separating each day. Day or time ranges are specified using a hyphen '-'.\n\n* Days are specified using the following two-letter combinations: ```Mo```, ```Tu```, ```We```, ```Th```, ```Fr```, ```Sa```, ```Su```.\n* Times are specified using 24:00 time. For example, 3pm is specified as ```15:00```. \n* Here is an example: &lt;code&gt;&amp;lt;time itemprop="openingHours" datetime=&amp;quot;Tu,Th 16:00-20:00&amp;quot;&amp;gt;Tuesdays and Thursdays 4-8pm&amp;lt;/time&amp;gt;&lt;/code&gt;.\n* If a business is open 7 days a week, then it can be specified as &lt;code&gt;&amp;lt;time itemprop=&amp;quot;openingHours&amp;quot; datetime=&amp;quot;Mo-Su&amp;quot;&amp;gt;Monday through Sunday, all day&amp;lt;/time&amp;gt;&lt;/code&gt;.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CivicStructure">CivicStructure</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/openingHoursSpecification">
      <span class="h" property="rdfs:label">openingHoursSpecification</span>
      <span property="rdfs:comment">The opening hours of a certain place.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Place">Place</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/OpeningHoursSpecification">OpeningHoursSpecification</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/specialOpeningHoursSpecification">
      <span class="h" property="rdfs:label">specialOpeningHoursSpecification</span>
      <span property="rdfs:comment">The special opening hours of a certain place.\n\nUse this to explicitly override general opening hours brought in scope by [[openingHoursSpecification]] or [[openingHours]].
      </span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Place">Place</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/OpeningHoursSpecification">OpeningHoursSpecification</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/opens">
      <span class="h" property="rdfs:label">opens</span>
      <span property="rdfs:comment">The opening hour of the place or service on the given day(s) of the week.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/OpeningHoursSpecification">OpeningHoursSpecification</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Time">Time</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/operatingSystem">
      <span class="h" property="rdfs:label">operatingSystem</span>
      <span property="rdfs:comment">Operating systems supported (Windows 7, OSX 10.6, Android 1.6).</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/opponent">
      <span class="h" property="rdfs:label">opponent</span>
      <span property="rdfs:comment">A sub property of participant. The opponent on this action.</span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/participant" />
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ExerciseAction">ExerciseAction</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/option">
      <span class="h" property="rdfs:label">option</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/actionOption"/>
      <span property="rdfs:comment">A sub property of object. The options subject to this action.</span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/object" />
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ChooseAction">ChooseAction</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Thing">Thing</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/actionOption">
      <span class="h" property="rdfs:label">actionOption</span>
      <span property="rdfs:comment">A sub property of object. The options subject to this action.</span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/object" />
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ChooseAction">ChooseAction</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Thing">Thing</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/orderDate">
      <span class="h" property="rdfs:label">orderDate</span>
      <span property="rdfs:comment">Date order was placed.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Order">Order</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/orderedItem">
      <span class="h" property="rdfs:label">orderedItem</span>
      <span property="rdfs:comment">The item ordered.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Order">Order</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/OrderItem">OrderItem</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Product">Product</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Service">Service</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/OrderItem">OrderItem</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/orderNumber">
      <span class="h" property="rdfs:label">orderNumber</span>
      <span property="rdfs:comment">The identifier of the transaction.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Order">Order</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/orderStatus">
      <span class="h" property="rdfs:label">orderStatus</span>
      <span property="rdfs:comment">The current status of the order.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Order">Order</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/OrderStatus">OrderStatus</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/originAddress">
      <span class="h" property="rdfs:label">originAddress</span>
      <span property="rdfs:comment">Shipper&#39;s address.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ParcelDelivery">ParcelDelivery</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/PostalAddress">PostalAddress</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/ownedFrom">
      <span class="h" property="rdfs:label">ownedFrom</span>
      <span property="rdfs:comment">The date and time of obtaining the product.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/OwnershipInfo">OwnershipInfo</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/ownedThrough">
      <span class="h" property="rdfs:label">ownedThrough</span>
      <span property="rdfs:comment">The date and time of giving up ownership on the product.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/OwnershipInfo">OwnershipInfo</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/owns">
      <span class="h" property="rdfs:label">owns</span>
      <span property="rdfs:comment">Products owned by the organization or person.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/OwnershipInfo">OwnershipInfo</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Product">Product</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/parent">
      <span class="h" property="rdfs:label">parent</span>
      <span property="rdfs:comment">A parent of this person.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/parents">
      <span class="h" property="rdfs:label">parents</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/parent"/>
      <span property="rdfs:comment">A parents of the person.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/parentService">
      <span class="h" property="rdfs:label">parentService</span>
      <span property="rdfs:comment">A broadcast service to which the broadcast service may belong to such as regional variations of a national channel.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/BroadcastService">BroadcastService</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/BroadcastService">BroadcastService</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/participant">
      <span class="h" property="rdfs:label">participant</span>
      <span property="rdfs:comment">Other co-agents that participated in the action indirectly. e.g. John wrote a book with *Steve*.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Action">Action</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/partOfEpisode">
      <span class="h" property="rdfs:label">partOfEpisode</span>
      <span property="rdfs:comment">The episode to which this clip belongs.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Clip">Clip</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Episode">Episode</a></span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/isPartOf" />
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/partOfInvoice">
      <span class="h" property="rdfs:label">partOfInvoice</span>
      <span property="rdfs:comment">The order is being paid as part of the referenced Invoice.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Order">Order</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Invoice">Invoice</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/partOfOrder">
      <span class="h" property="rdfs:label">partOfOrder</span>
      <span property="rdfs:comment">The overall order the items in this delivery were included in.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ParcelDelivery">ParcelDelivery</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Order">Order</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/partOfSeason">
      <span class="h" property="rdfs:label">partOfSeason</span>
      <span property="rdfs:comment">The season to which this episode belongs.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Episode">Episode</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Clip">Clip</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/CreativeWorkSeason">CreativeWorkSeason</a></span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/isPartOf" />
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/partOfSeries">
      <span class="h" property="rdfs:label">partOfSeries</span>
      <span property="rdfs:comment">The series to which this episode or season belongs.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Episode">Episode</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWorkSeason">CreativeWorkSeason</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Clip">Clip</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/CreativeWorkSeries">CreativeWorkSeries</a></span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/isPartOf" />
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/partOfTVSeries">
      <span class="h" property="rdfs:label">partOfTVSeries</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/partOfSeries"/>
      <span property="rdfs:comment">The TV series to which this episode or season belongs.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/TVEpisode">TVEpisode</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/TVSeason">TVSeason</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/TVClip">TVClip</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/TVSeries">TVSeries</a></span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/isPartOf" />
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/paymentAccepted">
      <span class="h" property="rdfs:label">paymentAccepted</span>
      <span property="rdfs:comment">Cash, Credit Card, Cryptocurrency, Local Exchange Tradings System, etc.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/paymentDue">
      <span class="h" property="rdfs:label">paymentDue</span>
      <span property="rdfs:comment">The date that payment is due.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Order">Order</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Invoice">Invoice</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/paymentMethod">
      <span class="h" property="rdfs:label">paymentMethod</span>
      <span property="rdfs:comment">The name of the credit card or other method of payment for the order.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Order">Order</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Invoice">Invoice</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/PaymentMethod">PaymentMethod</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/paymentMethodId">
      <span class="h" property="rdfs:label">paymentMethodId</span>
      <span property="rdfs:comment">An identifier for the method of payment used (e.g. the last 4 digits of the credit card).</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Order">Order</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Invoice">Invoice</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/paymentUrl">
      <span class="h" property="rdfs:label">paymentUrl</span>
      <span property="rdfs:comment">The URL for sending a payment.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Order">Order</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/performer">
      <span class="h" property="rdfs:label">performer</span>
      <span property="rdfs:comment">A performer at the event&amp;#x2014;for example, a presenter, musician, musical group or actor.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Event">Event</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/performerIn">
      <span class="h" property="rdfs:label">performerIn</span>
      <span property="rdfs:comment">Event that this person is a performer or participant in.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Event">Event</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/performers">
      <span class="h" property="rdfs:label">performers</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/performer"/>
      <span property="rdfs:comment">The main performer or performers of the event&amp;#x2014;for example, a presenter, musician, or actor.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Event">Event</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/permissions">
      <span class="h" property="rdfs:label">permissions</span>
      <span property="rdfs:comment">Permission(s) required to run the app (for example, a mobile app may require full internet access or may run only on wifi).</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/permitAudience">
      <span class="h" property="rdfs:label">permitAudience</span>
      <span property="rdfs:comment">The target audience for this permit.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Permit">Permit</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Audience">Audience</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/photo">
      <span class="h" property="rdfs:label">photo</span>
      <span property="rdfs:comment">A photograph of this place.</span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/image" />
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Place">Place</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/ImageObject">ImageObject</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Photograph">Photograph</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/photos">
      <span class="h" property="rdfs:label">photos</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/photo"/>
      <span property="rdfs:comment">Photographs of this place.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Place">Place</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/ImageObject">ImageObject</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Photograph">Photograph</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/playerType">
      <span class="h" property="rdfs:label">playerType</span>
      <span property="rdfs:comment">Player type required&amp;#x2014;for example, Flash or Silverlight.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MediaObject">MediaObject</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/polygon">
      <span class="h" property="rdfs:label">polygon</span>
      <span property="rdfs:comment">A polygon is the area enclosed by a point-to-point path for which the starting and ending points are the same. A polygon is expressed as a series of four or more space delimited points where the first and final points are identical.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/GeoShape">GeoShape</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/position">
      <span class="h" property="rdfs:label">position</span>
      <span property="rdfs:comment">The position of an item in a series or sequence of items.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ListItem">ListItem</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Integer">Integer</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/postalCode">
      <span class="h" property="rdfs:label">postalCode</span>
      <span property="rdfs:comment">The postal code. For example, 94043.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PostalAddress">PostalAddress</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/GeoShape">GeoShape</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/GeoCoordinates">GeoCoordinates</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/postOfficeBoxNumber">
      <span class="h" property="rdfs:label">postOfficeBoxNumber</span>
      <span property="rdfs:comment">The post office box number for PO box addresses.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PostalAddress">PostalAddress</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/predecessorOf">
      <span class="h" property="rdfs:label">predecessorOf</span>
      <span property="rdfs:comment">A pointer from a previous, often discontinued variant of the product to its newer variant.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ProductModel">ProductModel</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/ProductModel">ProductModel</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/previousStartDate">
      <span class="h" property="rdfs:label">previousStartDate</span>
      <span property="rdfs:comment">Used in conjunction with eventStatus for rescheduled or cancelled events. This property contains the previously scheduled start date. For rescheduled events, the startDate property should be used for the newly scheduled start date. In the (rare) case of an event that has been postponed and rescheduled multiple times, this field may be repeated.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Event">Event</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Date">Date</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/price">
      <span class="h" property="rdfs:label">price</span>
      <span property="rdfs:comment">The offer price of a product, or of a price component when attached to PriceSpecification and its subtypes.\n\nUsage guidelines:\n\n* Use the [[priceCurrency]] property (with standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217) e.g. "USD"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies e.g. "BTC"; well known names for [Local Exchange Tradings Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types e.g. "Ithaca HOUR") instead of including [ambiguous symbols](http://en.wikipedia.org/wiki/Dollar_sign#Currencies_that_use_the_dollar_or_peso_sign) such as '$' in the value.\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.\n* Note that both [RDFa](http://www.w3.org/TR/xhtml-rdfa-primer/#using-the-content-attribute) and Microdata syntax allow the use of a "content=" attribute for publishing simple machine-readable values alongside more human-friendly formatting.\n* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.
      </span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Offer">Offer</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PriceSpecification">PriceSpecification</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/TradeAction">TradeAction</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Number">Number</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/priceRange">
      <span class="h" property="rdfs:label">priceRange</span>
      <span property="rdfs:comment">The price range of the business, for example ```$$$```.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/LocalBusiness">LocalBusiness</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/priceSpecification">
      <span class="h" property="rdfs:label">priceSpecification</span>
      <span property="rdfs:comment">One or more detailed price specifications, indicating the unit price and delivery or payment charges.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Offer">Offer</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Demand">Demand</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/TradeAction">TradeAction</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/PriceSpecification">PriceSpecification</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/priceType">
      <span class="h" property="rdfs:label">priceType</span>
      <span property="rdfs:comment">A short text or acronym indicating multiple price specifications for the same offer, e.g. SRP for the suggested retail price or INVOICE for the invoice price, mostly used in the car industry.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/UnitPriceSpecification">UnitPriceSpecification</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/priceValidUntil">
      <span class="h" property="rdfs:label">priceValidUntil</span>
      <span property="rdfs:comment">The date after which the price is no longer available.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Offer">Offer</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Date">Date</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/primaryImageOfPage">
      <span class="h" property="rdfs:label">primaryImageOfPage</span>
      <span property="rdfs:comment">Indicates the main image on the page.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/WebPage">WebPage</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/ImageObject">ImageObject</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/printColumn">
      <span class="h" property="rdfs:label">printColumn</span>
      <span property="rdfs:comment">The number of the column in which the NewsArticle appears in the print edition.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/NewsArticle">NewsArticle</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/printEdition">
      <span class="h" property="rdfs:label">printEdition</span>
      <span property="rdfs:comment">The edition of the print product in which the NewsArticle appears.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/NewsArticle">NewsArticle</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/printPage">
      <span class="h" property="rdfs:label">printPage</span>
      <span property="rdfs:comment">If this NewsArticle appears in print, this field indicates the name of the page on which the article is found. Please note that this field is intended for the exact page name (e.g. A5, B18).</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/NewsArticle">NewsArticle</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/printSection">
      <span class="h" property="rdfs:label">printSection</span>
      <span property="rdfs:comment">If this NewsArticle appears in print, this field indicates the print section in which the article appeared.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/NewsArticle">NewsArticle</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/processingTime">
      <span class="h" property="rdfs:label">processingTime</span>
      <span property="rdfs:comment">Estimated processing time for the service using this channel.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ServiceChannel">ServiceChannel</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Duration">Duration</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/processorRequirements">
      <span class="h" property="rdfs:label">processorRequirements</span>
      <span property="rdfs:comment">Processor architecture required to run the application (e.g. IA64).</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/producer">
      <span class="h" property="rdfs:label">producer</span>
      <span property="rdfs:comment">The person or organization who produced the work (e.g. music album, movie, tv/radio series etc.).</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/produces">
      <span class="h" property="rdfs:label">produces</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/serviceOutput"/>
      <span property="rdfs:comment">The tangible thing generated by the service, e.g. a passport, permit, etc.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Service">Service</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Thing">Thing</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/serviceOutput">
      <span class="h" property="rdfs:label">serviceOutput</span>
      <span property="rdfs:comment">The tangible thing generated by the service, e.g. a passport, permit, etc.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Service">Service</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Thing">Thing</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/productID">
      <span class="h" property="rdfs:label">productID</span>
      <span property="rdfs:comment">The product identifier, such as ISBN. For example: ``` meta itemprop="productID" content="isbn:123-456-789" ```.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Product">Product</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/productionCompany">
      <span class="h" property="rdfs:label">productionCompany</span>
      <span property="rdfs:comment">The production company or studio responsible for the item e.g. series, video game, episode etc.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MediaObject">MediaObject</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Movie">Movie</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Episode">Episode</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWorkSeason">CreativeWorkSeason</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/TVSeries">TVSeries</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/RadioSeries">RadioSeries</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MovieSeries">MovieSeries</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/VideoGameSeries">VideoGameSeries</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/RadioSeries">RadioSeries</a></span>

      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/productSupported">
      <span class="h" property="rdfs:label">productSupported</span>
      <span property="rdfs:comment">The product or service this support contact point is related to (such as product support for a particular product line). This can be a specific product or product line (e.g. "iPhone") or a general category of products or services (e.g. "smartphones").</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ContactPoint">ContactPoint</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Product">Product</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/proficiencyLevel">
      <span class="h" property="rdfs:label">proficiencyLevel</span>
      <span property="rdfs:comment">Proficiency needed for this content; expected values: 'Beginner', 'Expert'.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/TechArticle">TechArticle</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/programmingLanguage">
      <span class="h" property="rdfs:label">programmingLanguage</span>
      <span property="rdfs:comment">The computer programming language.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/SoftwareSourceCode">SoftwareSourceCode</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/ComputerLanguage">ComputerLanguage</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/programmingModel">
      <span class="h" property="rdfs:label">programmingModel</span>
      <span property="rdfs:comment">Indicates whether API is managed or unmanaged.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/APIReference">APIReference</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/providesService">
      <span class="h" property="rdfs:label">providesService</span>
      <span property="rdfs:comment">The service provided by this channel.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ServiceChannel">ServiceChannel</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Service">Service</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/publication">
      <span class="h" property="rdfs:label">publication</span>
      <span property="rdfs:comment">A publication event associated with the item.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/PublicationEvent">PublicationEvent</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/publishedOn">
      <span class="h" property="rdfs:label">publishedOn</span>
      <span property="rdfs:comment">A broadcast service associated with the publication event.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PublicationEvent">PublicationEvent</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/BroadcastService">BroadcastService</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/publisher">
      <span class="h" property="rdfs:label">publisher</span>
      <span property="rdfs:comment">The publisher of the creative work.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/publishingPrinciples">
      <span class="h" property="rdfs:label">publishingPrinciples</span>
      <span property="rdfs:comment">The publishingPrinciples property indicates (typically via [[URL]]) a document describing the editorial principles of an [[Organization]] (or individual e.g. a [[Person]] writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles are those of the party primarily responsible for the creation of the [[CreativeWork]].

While such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology.
</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/query">
      <span class="h" property="rdfs:label">query</span>
      <span property="rdfs:comment">A sub property of instrument. The query used on this action.</span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/instrument" />
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/SearchAction">SearchAction</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/question">
      <span class="h" property="rdfs:label">question</span>
      <span property="rdfs:comment">A sub property of object. A question.</span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/object" />
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/AskAction">AskAction</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Question">Question</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/ratingCount">
      <span class="h" property="rdfs:label">ratingCount</span>
      <span property="rdfs:comment">The count of total number of ratings.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/AggregateRating">AggregateRating</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Integer">Integer</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/ratingValue">
      <span class="h" property="rdfs:label">ratingValue</span>
      <span property="rdfs:comment">The rating for the content.\n\nUsage guidelines:\n\n* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Rating">Rating</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Number">Number</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/realEstateAgent">
      <span class="h" property="rdfs:label">realEstateAgent</span>
      <span property="rdfs:comment">A sub property of participant. The real estate agent involved in the action.</span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/participant" />
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/RentAction">RentAction</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/RealEstateAgent">RealEstateAgent</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/recipient">
      <span class="h" property="rdfs:label">recipient</span>
      <span property="rdfs:comment">A sub property of participant. The participant who is at the receiving end of the action.</span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/participant" />
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Message">Message</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CommunicateAction">CommunicateAction</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/AuthorizeAction">AuthorizeAction</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/DonateAction">DonateAction</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/GiveAction">GiveAction</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PayAction">PayAction</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ReturnAction">ReturnAction</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/SendAction">SendAction</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/TipAction">TipAction</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Audience">Audience</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/ContactPoint">ContactPoint</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/recordedAt">
      <span class="h" property="rdfs:label">recordedAt</span>
      <span property="rdfs:comment">The Event where the CreativeWork was recorded. The CreativeWork may capture all or part of the event.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Event">Event</a></span>
      <link property="http://schema.org/inverseOf" href="http://schema.org/recordedIn"/>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/recordedIn">
      <span class="h" property="rdfs:label">recordedIn</span>
      <span property="rdfs:comment">The CreativeWork that captured all or part of this Event.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Event">Event</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <link property="http://schema.org/inverseOf" href="http://schema.org/recordedAt"/>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/relatedLink">
      <span class="h" property="rdfs:label">relatedLink</span>
      <span property="rdfs:comment">A link related to this web page, for example to other related web pages.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/WebPage">WebPage</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/relatedTo">
      <span class="h" property="rdfs:label">relatedTo</span>
      <span property="rdfs:comment">The most generic familial relation.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/releaseDate">
      <span class="h" property="rdfs:label">releaseDate</span>
      <span property="rdfs:comment">The release date of a product or product model. This can be used to distinguish the exact variant of a product.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Product">Product</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Date">Date</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/releaseNotes">
      <span class="h" property="rdfs:label">releaseNotes</span>
      <span property="rdfs:comment">Description of what changed in this version.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/replacee">
      <span class="h" property="rdfs:label">replacee</span>
      <span property="rdfs:comment">A sub property of object. The object that is being replaced.</span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/object" />
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ReplaceAction">ReplaceAction</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Thing">Thing</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/replacer">
      <span class="h" property="rdfs:label">replacer</span>
      <span property="rdfs:comment">A sub property of object. The object that replaces.</span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/object" />
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ReplaceAction">ReplaceAction</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Thing">Thing</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/replyToUrl">
      <span class="h" property="rdfs:label">replyToUrl</span>
      <span property="rdfs:comment">The URL at which a reply may be posted to the specified UserComment.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/UserComments">UserComments</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/representativeOfPage">
      <span class="h" property="rdfs:label">representativeOfPage</span>
      <span property="rdfs:comment">Indicates whether this image is representative of the content of the page.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ImageObject">ImageObject</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Boolean">Boolean</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/requiredGender">
      <span class="h" property="rdfs:label">requiredGender</span>
      <span property="rdfs:comment">Audiences defined by a person&#39;s gender.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PeopleAudience">PeopleAudience</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/requiredMaxAge">
      <span class="h" property="rdfs:label">requiredMaxAge</span>
      <span property="rdfs:comment">Audiences defined by a person&#39;s maximum age.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PeopleAudience">PeopleAudience</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Integer">Integer</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/requiredMinAge">
      <span class="h" property="rdfs:label">requiredMinAge</span>
      <span property="rdfs:comment">Audiences defined by a person&#39;s minimum age.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PeopleAudience">PeopleAudience</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Integer">Integer</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/requirements">
      <span class="h" property="rdfs:label">requirements</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/softwareRequirements"/>
      <span property="rdfs:comment">Component dependency requirements for application. This includes runtime environments and shared libraries that are not included in the application distribution package, but required to run the application (Examples: DirectX, Java or .NET runtime).</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/softwareRequirements">
      <span class="h" property="rdfs:label">softwareRequirements</span>
      <span property="rdfs:comment">Component dependency requirements for application. This includes runtime environments and shared libraries that are not included in the application distribution package, but required to run the application (Examples: DirectX, Java or .NET runtime).</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/requiresSubscription">
      <span class="h" property="rdfs:label">requiresSubscription</span>
      <span property="rdfs:comment">Indicates if use of the media require a subscription  (either paid or free). Allowed values are ```true``` or ```false``` (note that an earlier version had 'yes', 'no').</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MediaObject">MediaObject</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Boolean">Boolean</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/result">
      <span class="h" property="rdfs:label">result</span>
      <span property="rdfs:comment">The result produced in the action. e.g. John wrote *a book*.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Action">Action</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Thing">Thing</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/resultComment">
      <span class="h" property="rdfs:label">resultComment</span>
      <span property="rdfs:comment">A sub property of result. The Comment created or sent as a result of this action.</span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/result" />
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CommentAction">CommentAction</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ReplyAction">ReplyAction</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Comment">Comment</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/resultReview">
      <span class="h" property="rdfs:label">resultReview</span>
      <span property="rdfs:comment">A sub property of result. The review that resulted in the performing of the action.</span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/result" />
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ReviewAction">ReviewAction</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Review">Review</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/review">
      <span class="h" property="rdfs:label">review</span>
      <span property="rdfs:comment">A review of the item.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Event">Event</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Brand">Brand</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Service">Service</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Place">Place</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Offer">Offer</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Product">Product</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Review">Review</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/reviewBody">
      <span class="h" property="rdfs:label">reviewBody</span>
      <span property="rdfs:comment">The actual body of the review.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Review">Review</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
  </div>
    <div typeof="rdf:Property" resource="http://schema.org/reviewCount">
      <span class="h" property="rdfs:label">reviewCount</span>
      <span property="rdfs:comment">The count of total number of reviews.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/AggregateRating">AggregateRating</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Integer">Integer</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/reviewedBy">
      <span class="h" property="rdfs:label">reviewedBy</span>
      <span property="rdfs:comment">People or organizations that have reviewed the content on this web page for accuracy and/or completeness.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/WebPage">WebPage</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/reviewRating">
      <span class="h" property="rdfs:label">reviewRating</span>
      <span property="rdfs:comment">The rating given in this review. Note that reviews can themselves be rated. The ```reviewRating``` applies to rating given by the review. The [[aggregateRating]] property applies to the review itself, as a creative work.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Review">Review</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Rating">Rating</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/reviews">
      <span class="h" property="rdfs:label">reviews</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/review"/>
      <span property="rdfs:comment">Review of the item.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Place">Place</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Offer">Offer</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Product">Product</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Review">Review</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/runtime">
      <span class="h" property="rdfs:label">runtime</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/runtimePlatform"/>
      <span property="rdfs:comment">Runtime platform or script interpreter dependencies (Example - Java v1, Python2.3, .Net Framework 3.0).</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/SoftwareSourceCode">SoftwareSourceCode</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/runtimePlatform">
      <span class="h" property="rdfs:label">runtimePlatform</span>
      <span property="rdfs:comment">Runtime platform or script interpreter dependencies (Example - Java v1, Python2.3, .Net Framework 3.0).</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/SoftwareSourceCode">SoftwareSourceCode</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/salaryCurrency">
      <span class="h" property="rdfs:label">salaryCurrency</span>
      <span property="rdfs:comment">The currency (coded using [ISO 4217](http://en.wikipedia.org/wiki/ISO_4217) ) used for the main salary information in this job posting or for this employee.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/JobPosting">JobPosting</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/EmployeeRole">EmployeeRole</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/sameAs">
      <span class="h" property="rdfs:label">sameAs</span>
      <span property="rdfs:comment">URL of a reference Web page that unambiguously indicates the item&#39;s identity. E.g. the URL of the item&#39;s Wikipedia page, Wikidata entry, or official website.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Thing">Thing</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/sampleType">
      <span class="h" property="rdfs:label">sampleType</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/codeSampleType"/>
      <span property="rdfs:comment">What type of code sample: full (compile ready) solution, code snippet, inline code, scripts, template.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/SoftwareSourceCode">SoftwareSourceCode</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/codeSampleType">
      <span class="h" property="rdfs:label">codeSampleType</span>
      <span property="rdfs:comment">What type of code sample: full (compile ready) solution, code snippet, inline code, scripts, template.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/SoftwareSourceCode">SoftwareSourceCode</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/scheduledTime">
      <span class="h" property="rdfs:label">scheduledTime</span>
      <span property="rdfs:comment">The time the object is scheduled to.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PlanAction">PlanAction</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/screenCount">
      <span class="h" property="rdfs:label">screenCount</span>
      <span property="rdfs:comment">The number of screens in the movie theater.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MovieTheater">MovieTheater</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Number">Number</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/slogan">
      <span class="h" property="rdfs:label">slogan</span>
      <span property="rdfs:comment">A slogan or motto associated with the item.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Place">Place</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Product">Product</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Service">Service</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Brand">Brand</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/videoFormat">
      <span class="h" property="rdfs:label">videoFormat</span>
      <span property="rdfs:comment">The type of screening or video broadcast used (e.g. IMAX, 3D, SD, HD, etc.).</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ScreeningEvent">ScreeningEvent</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/BroadcastEvent">BroadcastEvent</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/BroadcastService">BroadcastService</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/screenshot">
      <span class="h" property="rdfs:label">screenshot</span>
      <span property="rdfs:comment">A link to a screenshot image of the app.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/ImageObject">ImageObject</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/season">
      <span class="h" property="rdfs:label">season</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/containsSeason"/>
      <span property="rdfs:comment">A season in a media series.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/VideoGameSeries">VideoGameSeries</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/TVSeries">TVSeries</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/RadioSeries">RadioSeries</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/CreativeWorkSeason">CreativeWorkSeason</a></span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/hasPart" />
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/containsSeason">
      <span class="h" property="rdfs:label">containsSeason</span>
      <span property="rdfs:comment">A season that is part of the media series.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/VideoGameSeries">VideoGameSeries</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/TVSeries">TVSeries</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/RadioSeries">RadioSeries</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/CreativeWorkSeason">CreativeWorkSeason</a></span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/hasPart" />
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/seasonNumber">
      <span class="h" property="rdfs:label">seasonNumber</span>
      <span property="rdfs:comment">Position of the season within an ordered group of seasons.</span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/position" />
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWorkSeason">CreativeWorkSeason</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Integer">Integer</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/seasons">
      <span class="h" property="rdfs:label">seasons</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/season"/>
      <span property="rdfs:comment">A season in a media series.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/VideoGameSeries">VideoGameSeries</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/TVSeries">TVSeries</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/RadioSeries">RadioSeries</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/CreativeWorkSeason">CreativeWorkSeason</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/seeks">
      <span class="h" property="rdfs:label">seeks</span>
      <span property="rdfs:comment">A pointer to products or services sought by the organization or person (demand).</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Demand">Demand</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/seller">
      <span class="h" property="rdfs:label">seller</span>
      <span property="rdfs:comment">An entity which offers (sells / leases / lends / loans) the services / goods.  A seller may also be a provider.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Order">Order</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/BuyAction">BuyAction</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Offer">Offer</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Demand">Demand</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Flight">Flight</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/participant" />
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/sender">
      <span class="h" property="rdfs:label">sender</span>
      <span property="rdfs:comment">A sub property of participant. The participant who is at the sending end of the action.</span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/participant" />
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Message">Message</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ReceiveAction">ReceiveAction</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Audience">Audience</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/serialNumber">
      <span class="h" property="rdfs:label">serialNumber</span>
      <span property="rdfs:comment">The serial number or any alphanumeric identifier of a particular product. When attached to an offer, it is a shortcut for the serial number of the product included in the offer.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Offer">Offer</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Demand">Demand</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/IndividualProduct">IndividualProduct</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/servesCuisine">
      <span class="h" property="rdfs:label">servesCuisine</span>
      <span property="rdfs:comment">The cuisine of the restaurant.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/FoodEstablishment">FoodEstablishment</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/serviceArea">
      <span class="h" property="rdfs:label">serviceArea</span>
      <span property="rdfs:comment">The geographic area where the service is provided.</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/areaServed"/>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Service">Service</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ContactPoint">ContactPoint</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Place">Place</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/AdministrativeArea">AdministrativeArea</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/GeoShape">GeoShape</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/serviceAudience">
      <span class="h" property="rdfs:label">serviceAudience</span>
      <span property="rdfs:comment">The audience eligible for this service.</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/audience"/>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Service">Service</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Audience">Audience</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/serviceLocation">
      <span class="h" property="rdfs:label">serviceLocation</span>
      <span property="rdfs:comment">The location (e.g. civic structure, local business, etc.) where a person can go to access the service.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ServiceChannel">ServiceChannel</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Place">Place</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/serviceOperator">
      <span class="h" property="rdfs:label">serviceOperator</span>
      <span property="rdfs:comment">The operating organization, if different from the provider.  This enables the representation of services that are provided by an organization, but operated by another organization like a subcontractor.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/GovernmentService">GovernmentService</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/servicePhone">
      <span class="h" property="rdfs:label">servicePhone</span>
      <span property="rdfs:comment">The phone number to use to access the service.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ServiceChannel">ServiceChannel</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/ContactPoint">ContactPoint</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/servicePostalAddress">
      <span class="h" property="rdfs:label">servicePostalAddress</span>
      <span property="rdfs:comment">The address for accessing the service by mail.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ServiceChannel">ServiceChannel</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/PostalAddress">PostalAddress</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/serviceSmsNumber">
      <span class="h" property="rdfs:label">serviceSmsNumber</span>
      <span property="rdfs:comment">The number to access the service by text message.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ServiceChannel">ServiceChannel</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/ContactPoint">ContactPoint</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/serviceType">
      <span class="h" property="rdfs:label">serviceType</span>
      <span property="rdfs:comment">The type of service being offered, e.g. veterans&#39; benefits, emergency relief, etc.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Service">Service</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/serviceUrl">
      <span class="h" property="rdfs:label">serviceUrl</span>
      <span property="rdfs:comment">The website to access the service.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ServiceChannel">ServiceChannel</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/sibling">
      <span class="h" property="rdfs:label">sibling</span>
      <span property="rdfs:comment">A sibling of the person.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/siblings">
      <span class="h" property="rdfs:label">siblings</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/sibling"/>
      <span property="rdfs:comment">A sibling of the person.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/significantLink">
      <span class="h" property="rdfs:label">significantLink</span>
      <span property="rdfs:comment">One of the more significant URLs on the page. Typically, these are the non-navigation links that are clicked on the most.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/WebPage">WebPage</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/significantLinks">
      <span class="h" property="rdfs:label">significantLinks</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/significantLink"/>
      <span property="rdfs:comment">The most significant URLs on the page. Typically, these are the non-navigation links that are clicked on the most.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/WebPage">WebPage</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/sku">
      <span class="h" property="rdfs:label">sku</span>
      <span property="rdfs:comment">The Stock Keeping Unit (SKU), i.e. a merchant-specific identifier for a product or service, or the product to which the offer refers.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Offer">Offer</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Product">Product</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Demand">Demand</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/softwareVersion">
      <span class="h" property="rdfs:label">softwareVersion</span>
      <span property="rdfs:comment">Version of the software instance.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/sourceOrganization">
      <span class="h" property="rdfs:label">sourceOrganization</span>
      <span property="rdfs:comment">The Organization on whose behalf the creator was working.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/spatial">
      <span class="h" property="rdfs:label">spatial</span>
      <span property="rdfs:comment">The "spatial" property can be used in cases when more specific properties
(e.g. [[locationCreated]], [[spatialCoverage]], [[contentLocation]]) are not known to be appropriate.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Place">Place</a></span>
      <link property="owl:equivalentProperty" href="http://purl.org/dc/terms/spatial"/>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/spatialCoverage">
      <span class="h" property="rdfs:label">spatialCoverage</span>
      <span property="rdfs:comment">The spatialCoverage of a CreativeWork indicates the place(s) which are the focus of the content. It is a subproperty of
      contentLocation intended primarily for more technical and detailed materials. For example with a Dataset, it indicates
      areas that the dataset describes: a dataset of New York weather would have spatialCoverage which was the place: the state of New York.</span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/contentLocation" />
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Place">Place</a></span>
      <link property="owl:equivalentProperty" href="http://purl.org/dc/terms/spatial"/>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/specialCommitments">
      <span class="h" property="rdfs:label">specialCommitments</span>
      <span property="rdfs:comment">Any special commitments associated with this job posting. Valid entries include VeteranCommit, MilitarySpouseCommit, etc.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/JobPosting">JobPosting</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/specialty">
      <span class="h" property="rdfs:label">specialty</span>
      <span property="rdfs:comment">One of the domain specialities to which this web page&#39;s content applies.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/WebPage">WebPage</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Specialty">Specialty</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/sponsor">
      <span class="h" property="rdfs:label">sponsor</span>
      <span property="rdfs:comment">A person or organization that supports a thing through a pledge, promise, or financial contribution. e.g. a sponsor of a Medical Study or a corporate sponsor of an event.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
  	  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
	    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Organization">Organization</a></span>
	    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Event">Event</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
  	  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/funder">
      <span class="h" property="rdfs:label">funder</span>
      <span property="rdfs:comment">A person or organization that supports (sponsors) something through some kind of financial contribution.</span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/sponsor" />
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
  	  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
	    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Organization">Organization</a></span>
	    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Event">Event</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
  	  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/sportsActivityLocation">
      <span class="h" property="rdfs:label">sportsActivityLocation</span>
      <span property="rdfs:comment">A sub property of location. The sports activity location where this action occurred.</span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/location" />
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ExerciseAction">ExerciseAction</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/SportsActivityLocation">SportsActivityLocation</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/sportsEvent">
      <span class="h" property="rdfs:label">sportsEvent</span>
      <span property="rdfs:comment">A sub property of location. The sports event where this action occurred.</span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/location" />
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ExerciseAction">ExerciseAction</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/SportsEvent">SportsEvent</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/sportsTeam">
      <span class="h" property="rdfs:label">sportsTeam</span>
      <span property="rdfs:comment">A sub property of participant. The sports team that participated on this action.</span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/participant" />
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ExerciseAction">ExerciseAction</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/SportsTeam">SportsTeam</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/spouse">
      <span class="h" property="rdfs:label">spouse</span>
      <span property="rdfs:comment">The person&#39;s spouse.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/startDate">
      <span class="h" property="rdfs:label">startDate</span>
      <span property="rdfs:comment">The start date and time of the item (in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601)).</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Role">Role</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Event">Event</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWorkSeason">CreativeWorkSeason</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWorkSeries">CreativeWorkSeries</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Date">Date</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/startTime">
      <span class="h" property="rdfs:label">startTime</span>
      <span property="rdfs:comment">The startTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to start. For actions that span a period of time, when the action was performed. e.g. John wrote a book from *January* to December. For media, including audio and video, it's the time offset of the start of a clip within a larger file.\n\nNote that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Action">Action</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/FoodEstablishmentReservation">FoodEstablishmentReservation</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MediaObject">MediaObject</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/storageRequirements">
      <span class="h" property="rdfs:label">storageRequirements</span>
      <span property="rdfs:comment">Storage requirements (free space required).</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/streetAddress">
      <span class="h" property="rdfs:label">streetAddress</span>
      <span property="rdfs:comment">The street address. For example, 1600 Amphitheatre Pkwy.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PostalAddress">PostalAddress</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/subEvent">
      <span class="h" property="rdfs:label">subEvent</span>
      <span property="rdfs:comment">An Event that is part of this event. For example, a conference event includes many presentations, each of which is a subEvent of the conference.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Event">Event</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Event">Event</a></span>
      <link property="http://schema.org/inverseOf" href="http://schema.org/superEvent"/>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/subEvents">
      <span class="h" property="rdfs:label">subEvents</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/subEvent"/>
      <span property="rdfs:comment">Events that are a part of this event. For example, a conference event includes many presentations, each subEvents of the conference.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Event">Event</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Event">Event</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/subOrganization">
      <span class="h" property="rdfs:label">subOrganization</span>
      <span property="rdfs:comment">A relationship between two organizations where the first includes the second, e.g., as a subsidiary. See also: the more specific &#39;department&#39; property.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
      <link property="http://schema.org/inverseOf" href="http://schema.org/parentOrganization"/>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/subtitleLanguage">
      <span class="h" property="rdfs:label">subtitleLanguage</span>
      <span property="rdfs:comment">Languages in which subtitles/captions are available, in [IETF BCP 47 standard format](http://tools.ietf.org/html/bcp47).</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Movie">Movie</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ScreeningEvent">ScreeningEvent</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/TVEpisode">TVEpisode</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Language">Language</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/successorOf">
      <span class="h" property="rdfs:label">successorOf</span>
      <span property="rdfs:comment">A pointer from a newer variant of a product  to its previous, often discontinued predecessor.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ProductModel">ProductModel</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/ProductModel">ProductModel</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/suggestedGender">
      <span class="h" property="rdfs:label">suggestedGender</span>
      <span property="rdfs:comment">The gender of the person or audience.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PeopleAudience">PeopleAudience</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/suggestedMaxAge">
      <span class="h" property="rdfs:label">suggestedMaxAge</span>
      <span property="rdfs:comment">Maximal age recommended for viewing content.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PeopleAudience">PeopleAudience</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Number">Number</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/suggestedMinAge">
      <span class="h" property="rdfs:label">suggestedMinAge</span>
      <span property="rdfs:comment">Minimal age recommended for viewing content.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PeopleAudience">PeopleAudience</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Number">Number</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/suitableForDiet">
      <span class="h" property="rdfs:label">suitableForDiet</span>
      <span property="rdfs:comment">Indicates a dietary restriction or guideline for which this recipe or menu item is suitable, e.g. diabetic, halal etc.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MenuItem">MenuItem</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Recipe">Recipe</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/RestrictedDiet">RestrictedDiet</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/superEvent">
      <span class="h" property="rdfs:label">superEvent</span>
      <span property="rdfs:comment">An event that this event is a part of. For example, a collection of individual music performances might each have a music festival as their superEvent.</span>
      <link property="http://schema.org/inverseOf" href="http://schema.org/subEvent"/>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Event">Event</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Event">Event</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/supportingData">
      <span class="h" property="rdfs:label">supportingData</span>
      <span property="rdfs:comment">Supporting data for a SoftwareApplication.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DataFeed">DataFeed</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/targetDescription">
      <span class="h" property="rdfs:label">targetDescription</span>
      <span property="rdfs:comment">The description of a node in an established educational framework.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/AlignmentObject">AlignmentObject</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/targetName">
      <span class="h" property="rdfs:label">targetName</span>
      <span property="rdfs:comment">The name of a node in an established educational framework.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/AlignmentObject">AlignmentObject</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/targetPlatform">
      <span class="h" property="rdfs:label">targetPlatform</span>
      <span property="rdfs:comment">Type of app development: phone, Metro style, desktop, XBox, etc.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/APIReference">APIReference</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/targetProduct">
      <span class="h" property="rdfs:label">targetProduct</span>
      <span property="rdfs:comment">Target Operating System / Product to which the code applies.  If applies to several versions, just the product name can be used.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/SoftwareSourceCode">SoftwareSourceCode</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/targetUrl">
      <span class="h" property="rdfs:label">targetUrl</span>
      <span property="rdfs:comment">The URL of a node in an established educational framework.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/AlignmentObject">AlignmentObject</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/taxID">
      <span class="h" property="rdfs:label">taxID</span>
      <span property="rdfs:comment">The Tax / Fiscal ID of the organization or person, e.g. the TIN in the US or the CIF/NIF in Spain.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/telephone">
      <span class="h" property="rdfs:label">telephone</span>
      <span property="rdfs:comment">The telephone number.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Place">Place</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ContactPoint">ContactPoint</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/temporalCoverage">
      <span class="h" property="rdfs:label">temporalCoverage</span>
      <span property="rdfs:comment">The temporalCoverage of a CreativeWork indicates the period that the content applies to, i.e. that it describes, either as a DateTime or as a textual string indicating a time period in [ISO 8601 time interval format](https://en.wikipedia.org/wiki/ISO_8601#Time_intervals). In
      the case of a Dataset it will typically indicate the relevant time period in a precise notation (e.g. for a 2011 census dataset, the year 2011 would be written "2011/2012"). Other forms of content e.g. ScholarlyArticle, Book, TVSeries or TVEpisode may indicate their temporalCoverage in broader terms - textually or via well-known URL.
      Written works such as books may sometimes have precise temporal coverage too, e.g. a work set in 1939 - 1945 can be indicated in ISO 8601 interval format format via "1939/1945".

Open-ended date ranges can be written with ".." in place of the end date. For example, "2015-11/.." indicates a range beginning in November 2015 and with no specified final date. This is tentative and might be updated in future when <a href="https://en.wikipedia.org/wiki/ISO_8601">ISO 8601</a> is officially updated.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
      <link property="owl:equivalentProperty" href="http://purl.org/dc/terms/temporal"/>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/temporal">
      <span class="h" property="rdfs:label">temporal</span>
      <span property="rdfs:comment">The "temporal" property can be used in cases where more specific properties
(e.g. [[temporalCoverage]], [[dateCreated]], [[dateModified]], [[datePublished]]) are not known to be appropriate.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/datasetTimeInterval">
      <span class="h" property="rdfs:label">datasetTimeInterval</span>
      <span property="rdfs:comment">The range of temporal applicability of a dataset, e.g. for a 2011 census dataset, the year 2011 (in ISO 8601 time interval format).</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/temporalCoverage"/>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Dataset">Dataset</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/text">
      <span class="h" property="rdfs:label">text</span>
      <span property="rdfs:comment">The textual content of this CreativeWork.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/thumbnail">
      <span class="h" property="rdfs:label">thumbnail</span>
      <span property="rdfs:comment">Thumbnail image for an image or video.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ImageObject">ImageObject</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/VideoObject">VideoObject</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/ImageObject">ImageObject</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/thumbnailUrl">
      <span class="h" property="rdfs:label">thumbnailUrl</span>
      <span property="rdfs:comment">A thumbnail image relevant to the Thing.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/tickerSymbol">
      <span class="h" property="rdfs:label">tickerSymbol</span>
      <span property="rdfs:comment">The exchange traded instrument associated with a Corporation object. The tickerSymbol is expressed as an exchange and an instrument name separated by a space character. For the exchange component of the tickerSymbol attribute, we recommend using the controlled vocabulary of Market Identifier Codes (MIC) specified in ISO15022.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Corporation">Corporation</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/timeRequired">
      <span class="h" property="rdfs:label">timeRequired</span>
      <span property="rdfs:comment">Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience, e.g. 'PT30M', 'PT1H25M'.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Duration">Duration</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/title">
      <span class="h" property="rdfs:label">title</span>
      <span property="rdfs:comment">The title of the job.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/JobPosting">JobPosting</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/toLocation">
      <span class="h" property="rdfs:label">toLocation</span>
      <span property="rdfs:comment">A sub property of location. The final location of the object or the agent after the action.</span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/location" />
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/InsertAction">InsertAction</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MoveAction">MoveAction</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/TransferAction">TransferAction</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ExerciseAction">ExerciseAction</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Place">Place</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/toRecipient">
      <span class="h" property="rdfs:label">toRecipient</span>
      <span property="rdfs:comment">A sub property of recipient. The recipient who was directly sent the message.</span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/recipient" />
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Message">Message</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Audience">Audience</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/ContactPoint">ContactPoint</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/trackingNumber">
      <span class="h" property="rdfs:label">trackingNumber</span>
      <span property="rdfs:comment">Shipper tracking number.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ParcelDelivery">ParcelDelivery</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/trackingUrl">
      <span class="h" property="rdfs:label">trackingUrl</span>
      <span property="rdfs:comment">Tracking url for the parcel delivery.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ParcelDelivery">ParcelDelivery</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/tracks">
      <span class="h" property="rdfs:label">tracks</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/track"/>
      <span property="rdfs:comment">A music recording (track)&amp;#x2014;usually a single song.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MusicPlaylist">MusicPlaylist</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MusicGroup">MusicGroup</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/MusicRecording">MusicRecording</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/trailer">
      <span class="h" property="rdfs:label">trailer</span>
      <span property="rdfs:comment">The trailer of a movie or tv/radio series, season, episode, etc.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Movie">Movie</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Episode">Episode</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWorkSeason">CreativeWorkSeason</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/VideoGame">VideoGame</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/VideoGameSeries">VideoGameSeries</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MovieSeries">MovieSeries</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/RadioSeries">RadioSeries</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/TVSeries">TVSeries</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/VideoObject">VideoObject</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/transcript">
      <span class="h" property="rdfs:label">transcript</span>
      <span property="rdfs:comment">If this MediaObject is an AudioObject or VideoObject, the transcript of that object.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/AudioObject">AudioObject</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/VideoObject">VideoObject</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/typeOfGood">
      <span class="h" property="rdfs:label">typeOfGood</span>
      <span property="rdfs:comment">The product that this structured value is referring to.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/OwnershipInfo">OwnershipInfo</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/TypeAndQuantityNode">TypeAndQuantityNode</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Product">Product</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Service">Service</a></span>
      <!-- #1264
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Accommodation">Accommodation</a></span>
    -->
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/typicalAgeRange">
      <span class="h" property="rdfs:label">typicalAgeRange</span>
      <span property="rdfs:comment">The typical expected age range, e.g. &#39;7-9&#39;, &#39;11-&#39;.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Event">Event</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/unitCode">
      <span class="h" property="rdfs:label">unitCode</span>
      <span property="rdfs:comment">The unit of measurement given using the UN/CEFACT Common Code (3 characters) or a URL. Other codes than the UN/CEFACT Common Code may be used with a prefix followed by a colon.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/TypeAndQuantityNode">TypeAndQuantityNode</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/UnitPriceSpecification">UnitPriceSpecification</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PropertyValue">PropertyValue</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/uploadDate">
      <span class="h" property="rdfs:label">uploadDate</span>
      <span property="rdfs:comment">Date when this media object was uploaded to this site.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MediaObject">MediaObject</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Date">Date</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/url">
      <span class="h" property="rdfs:label">url</span>
      <span property="rdfs:comment">URL of the item.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Thing">Thing</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/validFor">
      <span class="h" property="rdfs:label">validFor</span>
      <span property="rdfs:comment">The duration of validity of a permit or similar thing.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Permit">Permit</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Duration">Duration</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/validFrom">
      <span class="h" property="rdfs:label">validFrom</span>
      <span property="rdfs:comment">The date when the item becomes valid.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Offer">Offer</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PriceSpecification">PriceSpecification</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MonetaryAmount">PriceSpecification</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Demand">Demand</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/OpeningHoursSpecification">OpeningHoursSpecification</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Permit">Permit</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/LocationFeatureSpecification">LocationFeatureSpecification</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/validIn">
      <span class="h" property="rdfs:label">validIn</span>
      <span property="rdfs:comment">The geographic area where a permit or similar thing is valid.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Permit">Permit</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/AdministrativeArea">AdministrativeArea</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/validThrough">
      <span class="h" property="rdfs:label">validThrough</span>
      <span property="rdfs:comment">The date after when the item is not valid. For example the end of an offer, salary period, or a period of opening hours.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Offer">Offer</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PriceSpecification">PriceSpecification</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MonetaryAmount">PriceSpecification</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Demand">Demand</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/JobPosting">JobPosting</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/OpeningHoursSpecification">OpeningHoursSpecification</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/LocationFeatureSpecification">LocationFeatureSpecification</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/validUntil">
      <span class="h" property="rdfs:label">validUntil</span>
      <span property="rdfs:comment">The date when the item is no longer valid.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Permit">Permit</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Date">Date</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/value">
      <span class="h" property="rdfs:label">value</span>
      <span property="rdfs:comment">The value of the quantitative value or property value node.\n\n* For [[QuantitativeValue]] and [[MonetaryAmount]], the recommended type for values is &apos;Number&apos;.\n* For [[PropertyValue]], it can be &apos;Text;&apos;, &apos;Number&apos;, &apos;Boolean&apos;, or &apos;StructuredValue&apos;.\n* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
	  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PropertyValue">PropertyValue</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MonetaryAmount">MonetaryAmount</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Number">Number</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Boolean">Boolean</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/StructuredValue">StructuredValue</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/valueAddedTaxIncluded">
      <span class="h" property="rdfs:label">valueAddedTaxIncluded</span>
      <span property="rdfs:comment">Specifies whether the applicable value-added tax (VAT) is included in the price specification or not.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PriceSpecification">PriceSpecification</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Boolean">Boolean</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/valueReference">
      <span class="h" property="rdfs:label">valueReference</span>
      <span property="rdfs:comment">A pointer to a secondary value that provides additional information on the original value, e.g. a reference temperature.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/QualitativeValue">QualitativeValue</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PropertyValue">PropertyValue</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Enumeration">Enumeration</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/StructuredValue">StructuredValue</a></span>
      <!-- Note: The following is logically redundant, but it will give prominence to the most useful types for user -->
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/PropertyValue">PropertyValue</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/QualitativeValue">QualitativeValue</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
      <!-- end of hints -->
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/vatID">
      <span class="h" property="rdfs:label">vatID</span>
      <span property="rdfs:comment">The Value-added Tax ID of the organization or person.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/vendor">
      <span class="h" property="rdfs:label">vendor</span>
      <span property="rdfs:comment">'vendor' is an earlier term for 'seller'.</span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/participant" />
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/BuyAction">BuyAction</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/seller"/>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/version">
      <span class="h" property="rdfs:label">version</span>
      <span property="rdfs:comment">The version of the CreativeWork embodied by a specified resource.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Number">Number</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/video">
      <span class="h" property="rdfs:label">video</span>
      <span property="rdfs:comment">An embedded video object.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/VideoObject">VideoObject</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Clip">Clip</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/videoFrameSize">
      <span class="h" property="rdfs:label">videoFrameSize</span>
      <span property="rdfs:comment">The frame size of the video.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/VideoObject">VideoObject</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/videoQuality">
      <span class="h" property="rdfs:label">videoQuality</span>
      <span property="rdfs:comment">The quality of the video.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/VideoObject">VideoObject</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/warranty">
      <span class="h" property="rdfs:label">warranty</span>
      <span property="rdfs:comment">The warranty promise(s) included in the offer.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Offer">Offer</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Demand">Demand</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/WarrantyPromise">WarrantyPromise</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/paymentDue">
      <span class="h" property="rdfs:label">paymentDue</span>
      <span property="rdfs:comment">The date that payment is due.</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/paymentDueDate"/>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Order">Order</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Invoice">Invoice</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/paymentDueDate">
      <span class="h" property="rdfs:label">paymentDueDate</span>
      <span property="rdfs:comment">The date that payment is due.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Order">Order</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Invoice">Invoice</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/paymentMethod">
      <span class="h" property="rdfs:label">paymentMethod</span>
      <span property="rdfs:comment">The name of the credit card or other method of payment for the order.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Order">Order</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Invoice">Invoice</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/PaymentMethod">PaymentMethod</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/paymentMethodId">
      <span class="h" property="rdfs:label">paymentMethodId</span>
      <span property="rdfs:comment">An identifier for the method of payment used (e.g. the last 4 digits of the credit card).</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Order">Order</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Invoice">Invoice</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>

    </div>
    <div typeof="rdf:Property" resource="http://schema.org/warrantyPromise">
      <span class="h" property="rdfs:label">warrantyPromise</span>
      <span property="rdfs:comment">The warranty promise(s) included in the offer.</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/warranty"/>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/BuyAction">BuyAction</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/SellAction">SellAction</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/WarrantyPromise">WarrantyPromise</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/warrantyScope">
      <span class="h" property="rdfs:label">warrantyScope</span>
      <span property="rdfs:comment">The scope of the warranty promise.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/WarrantyPromise">WarrantyPromise</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/WarrantyScope">WarrantyScope</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/weight">
      <span class="h" property="rdfs:label">weight</span>
      <span property="rdfs:comment">The weight of the product or person.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Product">Product</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/width">
      <span class="h" property="rdfs:label">width</span>
      <span property="rdfs:comment">The width of the item.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MediaObject">MediaObject</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Product">Product</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Distance">Distance</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/winner">
      <span class="h" property="rdfs:label">winner</span>
      <span property="rdfs:comment">A sub property of participant. The winner of the action.</span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/participant" />
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/LoseAction">LoseAction</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/wordCount">
      <span class="h" property="rdfs:label">wordCount</span>
      <span property="rdfs:comment">The number of words in the text of the Article.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Article">Article</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Integer">Integer</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/workHours">
      <span class="h" property="rdfs:label">workHours</span>
      <span property="rdfs:comment">The typical working hours for this job (e.g. 1st shift, night shift, 8am-5pm).</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/JobPosting">JobPosting</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/workLocation">
      <span class="h" property="rdfs:label">workLocation</span>
      <span property="rdfs:comment">A contact location for a person&#39;s place of work.</span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/location" />
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/ContactPoint">ContactPoint</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Place">Place</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/worksFor">
      <span class="h" property="rdfs:label">worksFor</span>
      <span property="rdfs:comment">Organizations that the person works for.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/worstRating">
      <span class="h" property="rdfs:label">worstRating</span>
      <span property="rdfs:comment">The lowest value allowed in this rating system. If worstRating is omitted, 1 is assumed.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Rating">Rating</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Number">Number</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/yearlyRevenue">
      <span class="h" property="rdfs:label">yearlyRevenue</span>
      <span property="rdfs:comment">The size of the business in annual revenue.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/BusinessAudience">BusinessAudience</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/yearsInOperation">
      <span class="h" property="rdfs:label">yearsInOperation</span>
      <span property="rdfs:comment">The age of the business.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/BusinessAudience">BusinessAudience</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
    </div>

    <div typeof="http://schema.org/Organization" resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_WikiDoc">
      <span property="rdfs:label">WikiDoc</span>
      <span property="rdfs:comment">This class contains information contributed by [http://wikidoc.org&gt;WikiDoc](http://wikidoc.org&gt;WikiDoc).</span>
    </div>

    <div typeof="http://schema.org/Organization" resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_QAStackExchange">
      <span property="rdfs:label">Stack Exchange</span>
      <span property="rdfs:comment">The Question/Answer types were [based on](https://www.w3.org/wiki/WebSchemas/QASchemaResearch) the Stack Overflow API.</span>
    </div>

    <div typeof="http://schema.org/Organization" resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews">
      <span property="rdfs:label">rNews</span>
      <span property="rdfs:comment">This class contains derivatives of IPTC rNews properties. rNews is a data model of publishing metadata with serializations currently available for RDFa as well as HTML5 Microdata. More information about the IPTC and rNews can be found at [rnews.org](http://rnews.org).</span>
    </div>

    <div typeof="http://schema.org/Organization" resource="https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP-draws">
        <span property="rdfs:label">The Trust Project</span>
        <span property="rdfs:comment">This term and associated definitions draws upon the work of [The Trust Project](http://thetrustproject.org/).</span>
    </div>

    <div typeof="http://schema.org/Organization" resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_DatasetClass">
      <span property="rdfs:label">DatasetClass</span>
      <span property="rdfs:comment">This class is based upon W3C DCAT work, and benefits from collaboration around the DCAT, ADMS and VoID vocabularies. See http://www.w3.org/wiki/WebSchemas/Datasets for full details and mappings.</span>
    </div>

    <div typeof="http://schema.org/Organization" resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass">
      <span property="rdfs:label">GoodRelationsClass</span>
      <span property="rdfs:comment">This class is derived from the GoodRelations Vocabulary for E-Commerce, created by Martin Hepp. GoodRelations is a data model for sharing e-commerce data on the Web that can be expressed in a variety of syntaxes, including RDFa and HTML5 Microdata. More information about GoodRelations can be found at [http://purl.org/goodrelations/](http://purl.org/goodrelations/).</span>
    </div>

    <div typeof="http://schema.org/Organization" resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms">
      <span property="rdfs:label">GoodRelationsTerms</span>
      <span property="rdfs:comment">This term [uses](http://blog.schema.org/2012/11/good-relations-and-schemaorg.html) terminology from the GoodRelations Vocabulary for E-Commerce, created by Martin Hepp. GoodRelations is a data model for sharing e-commerce data on the Web. More information about GoodRelations can be found at [http://purl.org/goodrelations/](http://purl.org/goodrelations/).</span>
    </div>

    <div typeof="http://schema.org/Organization" resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_LRMIClass">
      <span property="rdfs:label">LRMIClass</span>
      <span property="rdfs:comment">This class is based on the work of the LRMI project, see lrmi.net for details.</span>
    </div>

    <div typeof="http://schema.org/Organization" resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_ActionCollabClass">
      <span property="rdfs:label">ActionCollabClass</span>
      <span property="rdfs:comment">The schema.org Actions mechanism benefited from extensive discussions across the Web standards community around W3C, in particular from the [Hydra project](http://purl.org/hydra/)'s community group.</span>
    </div>

    <div typeof="http://schema.org/Organization" resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex">
      <span property="rdfs:label">BibExTerm</span>
      <span property="rdfs:comment">The W3C [Schema Bib Extend](http://www.w3.org/community/schemabibex/) (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](http://bibliontology.com/), 'bibo'.</span>
    </div>

	<div typeof="http://schema.org/Organization" resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group">
	  <span property="rdfs:label">AutomotiveOntologyWGClass</span>
	  <span property="rdfs:comment">This element is based on the work of the Automotive Ontology Working Group, see [www.automotive-ontology.org](http://www.automotive-ontology.org) for details. Many class and property definitions are inspired by or based on abstracts from Wikipedia, the free encyclopedia.</span>
	</div>
    <hr />

    <h1>Reservations</h1>

    <div typeof="rdfs:Class" resource="http://schema.org/Reservation">
      <span class="h" property="rdfs:label">Reservation</span>
      <span property="rdfs:comment">Describes a reservation for travel, dining or an event. Some reservations require tickets. \n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, restaurant reservations, flights, or rental cars, use [[Offer]].</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
    </div>
    <div typeof="rdfs:Class" resource="http://schema.org/BusReservation">
      <span class="h" property="rdfs:label">BusReservation</span>
      <span property="rdfs:comment">A reservation for bus travel. \n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use [[Offer]].</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Reservation">Reservation</a></span>
    </div>
    <div typeof="rdfs:Class" resource="http://schema.org/EventReservation">
      <span class="h" property="rdfs:label">EventReservation</span>
      <span property="rdfs:comment">A reservation for an event like a concert, sporting event, or lecture.\n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use [[Offer]].</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Reservation">Reservation</a></span>
    </div>
    <div typeof="rdfs:Class" resource="http://schema.org/FlightReservation">
      <span class="h" property="rdfs:label">FlightReservation</span>
      <span property="rdfs:comment">A reservation for air travel.\n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use [[Offer]].</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Reservation">Reservation</a></span>
    </div>
    <div typeof="rdfs:Class" resource="http://schema.org/FoodEstablishmentReservation">
      <span class="h" property="rdfs:label">FoodEstablishmentReservation</span>
      <span property="rdfs:comment">A reservation to dine at a food-related business.\n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations.</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Reservation">Reservation</a></span>
    </div>
    <div typeof="rdfs:Class" resource="http://schema.org/LodgingReservation">
      <span class="h" property="rdfs:label">LodgingReservation</span>
      <span property="rdfs:comment">A reservation for lodging at a hotel, motel, inn, etc.\n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations.</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Reservation">Reservation</a></span>
    </div>
    <div typeof="rdfs:Class" resource="http://schema.org/RentalCarReservation">
      <span class="h" property="rdfs:label">RentalCarReservation</span>
      <span property="rdfs:comment">A reservation for a rental car.\n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations.</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Reservation">Reservation</a></span>
    </div>
    <div typeof="rdfs:Class" resource="http://schema.org/TaxiReservation">
      <span class="h" property="rdfs:label">TaxiReservation</span>
      <span property="rdfs:comment">A reservation for a taxi.\n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use [[Offer]].</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Reservation">Reservation</a></span>
    </div>
    <div typeof="rdfs:Class" resource="http://schema.org/TrainReservation">
      <span class="h" property="rdfs:label">TrainReservation</span>
      <span property="rdfs:comment">A reservation for train travel.\n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use [[Offer]].</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Reservation">Reservation</a></span>
    </div>
    <div typeof="rdfs:Class" resource="http://schema.org/ReservationPackage">
      <span class="h" property="rdfs:label">ReservationPackage</span>
      <span property="rdfs:comment">A group of multiple reservations with common values for all sub-reservations.</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Reservation">Reservation</a></span>
    </div>
    <div typeof="rdfs:Class" resource="http://schema.org/ReservationStatusType">
      <span class="h" property="rdfs:label">ReservationStatusType</span>
      <span property="rdfs:comment">Enumerated status values for Reservation.</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Enumeration">Enumeration</a></span>
    </div>
    <div typeof="http://schema.org/ReservationStatusType" resource="http://schema.org/ReservationCancelled">
      <span class="h" property="rdfs:label">ReservationCancelled</span>
      <span property="rdfs:comment">The status for a previously confirmed reservation that is now cancelled.</span>
      <span>type: <a href="http://schema.org/ReservationStatusType">ReservationStatusType</a></span>
    </div>
    <div typeof="http://schema.org/ReservationStatusType" resource="http://schema.org/ReservationConfirmed">
      <span class="h" property="rdfs:label">ReservationConfirmed</span>
      <span property="rdfs:comment">The status of a confirmed reservation.</span>
      <span>type: <a href="http://schema.org/ReservationStatusType">ReservationStatusType</a></span>
    </div>
    <div typeof="http://schema.org/ReservationStatusType" resource="http://schema.org/ReservationHold">
      <span class="h" property="rdfs:label">ReservationHold</span>
      <span property="rdfs:comment">The status of a reservation on hold pending an update like credit card number or flight changes.</span>
      <span>type: <a href="http://schema.org/ReservationStatusType">ReservationStatusType</a></span>
    </div>
    <div typeof="http://schema.org/ReservationStatusType" resource="http://schema.org/ReservationPending">
      <span class="h" property="rdfs:label">ReservationPending</span>
      <span property="rdfs:comment">The status of a reservation when a request has been sent, but not confirmed.</span>
      <span>type: <a href="http://schema.org/ReservationStatusType">ReservationStatusType</a></span>
    </div>
    <div typeof="rdfs:Class" resource="http://schema.org/Trip">
      <span class="h" property="rdfs:label">Trip</span>
      <span property="rdfs:comment">A trip or journey. An itinerary of visits to one or more places.</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
      <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism">Tourism</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/BusTrip">
      <span class="h" property="rdfs:label">BusTrip</span>
      <span property="rdfs:comment">A trip on a commercial bus line.</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Trip">Trip</a></span>
    </div>
    <div typeof="rdfs:Class" resource="http://schema.org/TrainTrip">
      <span class="h" property="rdfs:label">TrainTrip</span>
      <span property="rdfs:comment">A trip on a commercial train line.</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Trip">Trip</a></span>
    </div>
    <div typeof="rdfs:Class" resource="http://schema.org/Flight">
      <span class="h" property="rdfs:label">Flight</span>
      <span property="rdfs:comment">An airline flight.</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Trip">Trip</a></span>
    </div>
    <div typeof="rdfs:Class" resource="http://schema.org/Airline">
      <span class="h" property="rdfs:label">Airline</span>
      <span property="rdfs:comment">An organization that provides flights for passengers.</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Organization">Organization</a></span>
    </div>
    <div typeof="rdfs:Class" resource="http://schema.org/ProgramMembership">
      <span class="h" property="rdfs:label">ProgramMembership</span>
      <span property="rdfs:comment">Used to describe membership in a loyalty programs (e.g. "StarAliance"), traveler clubs (e.g. "AAA"), purchase clubs ("Safeway Club"), etc.</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
    </div>
    <div typeof="rdfs:Class" resource="http://schema.org/Ticket">
      <span class="h" property="rdfs:label">Ticket</span>
      <span property="rdfs:comment">Used to describe a ticket to an event, a flight, a bus ride, etc.</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
    </div>
    <div typeof="rdfs:Class" resource="http://schema.org/Seat">
      <span class="h" property="rdfs:label">Seat</span>
      <span property="rdfs:comment">Used to describe a seat, such as a reserved seat in an event reservation.</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
    </div>
    <div typeof="rdfs:Class" resource="http://schema.org/Taxi">
      <span class="h" property="rdfs:label">Taxi</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/TaxiService"/>
      <span property="rdfs:comment">A taxi.</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Service">Service</a></span>
    </div>
    <div typeof="rdfs:Class" resource="http://schema.org/TaxiService">
      <span class="h" property="rdfs:label">TaxiService</span>
      <span property="rdfs:comment">A service for a vehicle for hire with a driver for local travel. Fares are usually calculated based on distance traveled.</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Service">Service</a></span>
    </div>
    <div typeof="rdfs:Class" resource="http://schema.org/Vehicle">
      <span class="h" property="rdfs:label">Vehicle</span>
      <span property="rdfs:comment">A vehicle is a device that is designed or used to transport people or cargo over land, water, air, or through space.</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Product">Product</a></span>
    </div>
    <div typeof="rdfs:Class" resource="http://schema.org/Car">
      <span class="h" property="rdfs:label">Car</span>
      <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group">GAO</a></span>
      <span property="rdfs:comment">A car is a wheeled, self-powered motor vehicle used for transportation.</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Vehicle">Vehicle</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/reservationId">
      <span class="h" property="rdfs:label">reservationId</span>
      <span property="rdfs:comment">A unique identifier for the reservation.</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Reservation">Reservation</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/reservationStatus">
      <span class="h" property="rdfs:label">reservationStatus</span>
      <span property="rdfs:comment">The current status of the reservation.</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Reservation">Reservation</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/ReservationStatusType">ReservationStatusType</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/reservationFor">
      <span class="h" property="rdfs:label">reservationFor</span>
      <span property="rdfs:comment">The thing -- flight, event, restaurant,etc. being reserved.</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Reservation">Reservation</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Thing">Thing</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/underName">
      <span class="h" property="rdfs:label">underName</span>
      <span property="rdfs:comment">The person or organization the reservation or ticket is for.</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Reservation">Reservation</a></span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Ticket">Ticket</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/provider">
      <span class="h" property="rdfs:label">provider</span>
      <span property="rdfs:comment">The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller.</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Service">Service</a></span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Invoice">Invoice</a></span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Reservation">Reservation</a></span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Trip">Trip</a></span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ParcelDelivery">ParcelDelivery</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/providerMobility">
      <span class="h" property="rdfs:label">providerMobility</span>
      <span property="rdfs:comment">Indicates the mobility of a provided service (e.g. 'static', 'dynamic').</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Service">Service</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/bookingAgent">
      <span class="h" property="rdfs:label">bookingAgent</span>
      <span property="rdfs:comment">'bookingAgent' is an out-dated term indicating a 'broker' that serves as a booking agent.</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Reservation">Reservation</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/broker"/>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/bookingTime">
      <span class="h" property="rdfs:label">bookingTime</span>
      <span property="rdfs:comment">The date and time the reservation was booked.</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Reservation">Reservation</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/modifiedTime">
      <span class="h" property="rdfs:label">modifiedTime</span>
      <span property="rdfs:comment">The date and time the reservation was modified.</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Reservation">Reservation</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/programMembershipUsed">
      <span class="h" property="rdfs:label">programMembershipUsed</span>
      <span property="rdfs:comment">Any membership in a frequent flyer, hotel loyalty program, etc. being applied to the reservation.</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Reservation">Reservation</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/ProgramMembership">ProgramMembership</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/reservedTicket">
      <span class="h" property="rdfs:label">reservedTicket</span>
      <span property="rdfs:comment">A ticket associated with the reservation.</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Reservation">Reservation</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Ticket">Ticket</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/totalPrice">
      <span class="h" property="rdfs:label">totalPrice</span>
      <span property="rdfs:comment">The total price for the reservation or ticket, including applicable taxes, shipping, etc.\n\nUsage guidelines:\n\n* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Reservation">Reservation</a></span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Ticket">Ticket</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Number">Number</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/PriceSpecification">PriceSpecification</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/priceCurrency">
      <span class="h" property="rdfs:label">priceCurrency</span>
      <span property="rdfs:comment">The currency of the price, or a price component when attached to [[PriceSpecification]] and its subtypes.\n\nUse standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217) e.g. "USD"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies e.g. "BTC"; well known names for [Local Exchange Tradings Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types e.g. "Ithaca HOUR".</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Reservation">Reservation</a></span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Ticket">Ticket</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/TradeAction">TradeAction</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Offer">Offer</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PriceSpecification">PriceSpecification</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
      <!-- tentative, for discussion. <link property="rdfs:subPropertyOf" href="http://schema.org/currency" /> -->
    </div>
   <div typeof="rdf:Property" resource="http://schema.org/membershipNumber">
      <span class="h" property="rdfs:label">membershipNumber</span>
      <span property="rdfs:comment">A unique identifier for the membership.</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ProgramMembership">ProgramMembership</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/programName">
      <span class="h" property="rdfs:label">programName</span>
      <span property="rdfs:comment">The program providing the membership.</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ProgramMembership">ProgramMembership</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/hostingOrganization">
      <span class="h" property="rdfs:label">hostingOrganization</span>
      <span property="rdfs:comment">The organization (airline, travelers' club, etc.) the membership is made with.</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ProgramMembership">ProgramMembership</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/issuedBy">
      <span class="h" property="rdfs:label">issuedBy</span>
      <span property="rdfs:comment">The organization issuing the ticket or permit.</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Ticket">Ticket</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Permit">Permit</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/dateIssued">
      <span class="h" property="rdfs:label">dateIssued</span>
      <span property="rdfs:comment">The date the ticket was issued.</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Ticket">Ticket</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/ticketedSeat">
      <span class="h" property="rdfs:label">ticketedSeat</span>
      <span property="rdfs:comment">The seat associated with the ticket.</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Ticket">Ticket</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Seat">Seat</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/ticketNumber">
      <span class="h" property="rdfs:label">ticketNumber</span>
      <span property="rdfs:comment">The unique identifier for the ticket.</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Ticket">Ticket</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/ticketToken">
      <span class="h" property="rdfs:label">ticketToken</span>
      <span property="rdfs:comment">Reference to an asset (e.g., Barcode, QR code image or PDF) usable for entrance.</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Ticket">Ticket</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/seatNumber">
      <span class="h" property="rdfs:label">seatNumber</span>
      <span property="rdfs:comment">The location of the reserved seat (e.g., 27).</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Seat">Seat</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/seatRow">
      <span class="h" property="rdfs:label">seatRow</span>
      <span property="rdfs:comment">The row location of the reserved seat (e.g., B).</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Seat">Seat</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/seatSection">
      <span class="h" property="rdfs:label">seatSection</span>
      <span property="rdfs:comment">The section location of the reserved seat (e.g. Orchestra).</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Seat">Seat</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/seatingType">
      <span class="h" property="rdfs:label">seatingType</span>
      <span property="rdfs:comment">The type/class of the seat.</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Seat">Seat</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/QualitativeValue">QualitativeValue</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/subReservation">
      <span class="h" property="rdfs:label">subReservation</span>
      <span property="rdfs:comment">The individual reservations included in the package. Typically a repeated property.</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ReservationPackage">ReservationPackage</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Reservation">Reservation</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/boardingGroup">
      <span class="h" property="rdfs:label">boardingGroup</span>
      <span property="rdfs:comment">The airline-specific indicator of boarding order / preference.</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/FlightReservation">ReservationPackage</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/passengerSequenceNumber">
      <span class="h" property="rdfs:label">passengerSequenceNumber</span>
      <span property="rdfs:comment">The passenger's sequence number as assigned by the airline.</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/FlightReservation">FlightReservation</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/securityScreening">
      <span class="h" property="rdfs:label">securityScreening</span>
      <span property="rdfs:comment">The type of security screening the passenger is subject to.</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/FlightReservation">FlightReservation</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/passengerPriorityStatus">
      <span class="h" property="rdfs:label">passengerPriorityStatus</span>
      <span property="rdfs:comment">The priority status assigned to a passenger for security or boarding (e.g. FastTrack or Priority).</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/FlightReservation">FlightReservation</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/QualitativeValue">QualitativeValue</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/flightNumber">
      <span class="h" property="rdfs:label">flightNumber</span>
      <span property="rdfs:comment">The unique identifier for a flight including the airline IATA code. For example, if describing United flight 110, where the IATA code for United is 'UA', the flightNumber is 'UA110'.</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Flight">Flight</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>

<!--
postponing for 1.6.
    <div typeof="rdf:Property" resource="http://schema.org/operator">
      <span class="h" property="rdfs:label">operator</span>
      <span property="rdfs:comment">The operating organization, if different from the provider. A subcontractor who provides the service or flight is listed here.</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Flight">Flight</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Airline">Airline</a></span>
    </div>
 -->
    <div typeof="rdf:Property" resource="http://schema.org/departureTime">
      <span class="h" property="rdfs:label">departureTime</span>
      <span property="rdfs:comment">The expected departure time.</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Trip">Trip</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/arrivalTime">
      <span class="h" property="rdfs:label">arrivalTime</span>
      <span property="rdfs:comment">The expected arrival time.</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Trip">Trip</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/departureAirport">
      <span class="h" property="rdfs:label">departureAirport</span>
      <span property="rdfs:comment">The airport where the flight originates.</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Flight">Flight</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Airport">Airport</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/arrivalAirport">
      <span class="h" property="rdfs:label">arrivalAirport</span>
      <span property="rdfs:comment">The airport where the flight terminates.</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Flight">Flight</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Airport">Airport</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/departureGate">
      <span class="h" property="rdfs:label">departureGate</span>
      <span property="rdfs:comment">Identifier of the flight's departure gate.</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Flight">Flight</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/arrivalGate">
      <span class="h" property="rdfs:label">arrivalGate</span>
      <span property="rdfs:comment">Identifier of the flight's arrival gate.</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Flight">Flight</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/boardingPolicy">
      <span class="h" property="rdfs:label">boardingPolicy</span>
      <span property="rdfs:comment">The type of boarding policy used by the airline (e.g. zone-based or group-based).</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Airline">Airline</a></span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Flight">Flight</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/BoardingPolicyType">BoardingPolicyType</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/departureTerminal">
      <span class="h" property="rdfs:label">departureTerminal</span>
      <span property="rdfs:comment">Identifier of the flight's departure terminal.</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Flight">Flight</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/arrivalTerminal">
      <span class="h" property="rdfs:label">arrivalTerminal</span>
      <span property="rdfs:comment">Identifier of the flight's arrival terminal.</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Flight">Flight</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/aircraft">
      <span class="h" property="rdfs:label">aircraft</span>
      <span property="rdfs:comment">The kind of aircraft (e.g., "Boeing 747").</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Flight">Flight</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Vehicle">Vehicle</a></span>
</div>
    <div typeof="rdf:Property" resource="http://schema.org/mealService">
      <span class="h" property="rdfs:label">mealService</span>
      <span property="rdfs:comment">Description of the meals that will be provided or available for purchase.</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Flight">Flight</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/estimatedFlightDuration">
      <span class="h" property="rdfs:label">estimatedFlightDuration</span>
      <span property="rdfs:comment">The estimated time the flight will take.</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Flight">Flight</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Duration">Duration</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/flightDistance">
      <span class="h" property="rdfs:label">flightDistance</span>
      <span property="rdfs:comment">The distance of the flight.</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Flight">Flight</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Distance">Distance</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/webCheckinTime">
      <span class="h" property="rdfs:label">webCheckinTime</span>
      <span property="rdfs:comment">The time when a passenger can check into the flight online.</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Flight">Flight</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/iataCode">
      <span class="h" property="rdfs:label">iataCode</span>
      <span property="rdfs:comment">IATA identifier for an airline or airport.</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Airline">Airline</a></span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Airport">Airport</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/icaoCode">
      <span class="h" property="rdfs:label">icaoCode</span>
      <span property="rdfs:comment">ICAO identifier for an airport.</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Airport">Airport</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/partySize">
      <span class="h" property="rdfs:label">partySize</span>
      <span property="rdfs:comment">Number of people the reservation should accommodate.</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/FoodEstablishmentReservation">FoodEstablishmentReservation</a></span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/TaxiReservation">TaxiReservation</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Integer">Integer</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/trainNumber">
      <span class="h" property="rdfs:label">trainNumber</span>
      <span property="rdfs:comment">The unique identifier for the train.</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/TrainTrip">TrainTrip</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/trainName">
      <span class="h" property="rdfs:label">trainName</span>
      <span property="rdfs:comment">The name of the train (e.g. The Orient Express).</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/TrainTrip">TrainTrip</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/departureStation">
      <span class="h" property="rdfs:label">departureStation</span>
      <span property="rdfs:comment">The station from which the train departs.</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/TrainTrip">TrainTrip</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/TrainStation">TrainStation</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/arrivalStation">
      <span class="h" property="rdfs:label">arrivalStation</span>
      <span property="rdfs:comment">The station where the train trip ends.</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/TrainTrip">TrainTrip</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/TrainStation">TrainStation</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/departurePlatform">
      <span class="h" property="rdfs:label">departurePlatform</span>
      <span property="rdfs:comment">The platform from which the train departs.</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/TrainTrip">TrainTrip</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/arrivalPlatform">
      <span class="h" property="rdfs:label">arrivalPlatform</span>
      <span property="rdfs:comment">The platform where the train arrives.</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/TrainTrip">TrainTrip</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/busNumber">
      <span class="h" property="rdfs:label">busNumber</span>
      <span property="rdfs:comment">The unique identifier for the bus.</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/BusTrip">BusTrip</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/busName">
      <span class="h" property="rdfs:label">busName</span>
      <span property="rdfs:comment">The name of the bus (e.g. Bolt Express).</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/BusTrip">BusTrip</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/departureBusStop">
      <span class="h" property="rdfs:label">departureBusStop</span>
      <span property="rdfs:comment">The stop or station from which the bus departs.</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/BusTrip">BusTrip</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/BusStation">BusStation</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/BusStop">BusStop</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/arrivalBusStop">
      <span class="h" property="rdfs:label">arrivalBusStop</span>
      <span property="rdfs:comment">The stop or station from which the bus arrives.</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/BusTrip">BusTrip</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/BusStation">BusStation</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/BusStop">BusStop</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/pickupLocation">
      <span class="h" property="rdfs:label">pickupLocation</span>
      <span property="rdfs:comment">Where a taxi will pick up a passenger or a rental car can be picked up.</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/RentalCarReservation">RentalCarReservation</a></span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/TaxiReservation">TaxiReservation</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Place">Place</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/dropoffLocation">
      <span class="h" property="rdfs:label">dropoffLocation</span>
      <span property="rdfs:comment">Where a rental car can be dropped off.</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/RentalCarReservation">RentalCarReservation</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Place">Place</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/pickupTime">
      <span class="h" property="rdfs:label">pickupTime</span>
      <span property="rdfs:comment">When a taxi will pickup a passenger or a rental car can be picked up.</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/RentalCarReservation">RentalCarReservation</a></span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/TaxiReservation">TaxiReservation</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/dropoffTime">
      <span class="h" property="rdfs:label">dropoffTime</span>
      <span property="rdfs:comment">When a rental car can be dropped off.</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/RentalCarReservation">RentalCarReservation</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/checkinTime">
      <span class="h" property="rdfs:label">checkinTime</span>
      <span property="rdfs:comment">The earliest someone may check into a lodging establishment.</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/LodgingReservation">LodgingReservation</a></span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/LodgingBusiness">LodgingBusiness</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/checkoutTime">
      <span class="h" property="rdfs:label">checkoutTime</span>
      <span property="rdfs:comment">The latest someone may check out of a lodging establishment.</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/LodgingReservation">LodgingReservation</a></span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/LodgingBusiness">LodgingBusiness</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/lodgingUnitType">
      <span class="h" property="rdfs:label">lodgingUnitType</span>
      <span property="rdfs:comment">Textual description of the unit type (including suite vs. room, size of bed, etc.).</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/LodgingReservation">LodgingReservation</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/QualitativeValue">QualitativeValue</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/lodgingUnitDescription">
      <span class="h" property="rdfs:label">lodgingUnitDescription</span>
      <span property="rdfs:comment">A full description of the lodging unit.</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/LodgingReservation">LodgingReservation</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/numAdults">
      <span class="h" property="rdfs:label">numAdults</span>
      <span property="rdfs:comment">The number of adults staying in the unit.</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/LodgingReservation">LodgingReservation</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Integer">Integer</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/numChildren">
      <span class="h" property="rdfs:label">numChildren</span>
      <span property="rdfs:comment">The number of children staying in the unit.</span>
      <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/LodgingReservation">LodgingReservation</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Integer">Integer</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/BoardingPolicyType">
      <span class="h" property="rdfs:label">BoardingPolicyType</span>
      <span property="rdfs:comment">A type of boarding policy used by an airline.</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Enumeration">Enumeration</a></span>
    </div>
    <div typeof="http://schema.org/BoardingPolicyType" resource="http://schema.org/ZoneBoardingPolicy">
      <span class="h" property="rdfs:label">ZoneBoardingPolicy</span>
      <span property="rdfs:comment">The airline boards by zones of the plane.</span>
    </div>
    <div typeof="http://schema.org/BoardingPolicyType" resource="http://schema.org/GroupBoardingPolicy">
      <span class="h" property="rdfs:label">GroupBoardingPolicy</span>
      <span property="rdfs:comment">The airline boards by groups based on check-in time, priority, etc.</span>
    </div>

    <hr />

    <h1>Questions and Answers (QA) and FAQ schema</h1>
    <p>Enrichment of Schema.org to enable annotation of questions and answers content, as <a href="http://lists.w3.org/Archives/Public/public-vocabs/2014Jan/0200.html">discussed</a> on public-vocabs@w3.org.</p>
    <p>See <a href="http://www.w3.org/wiki/WebSchemas/QASchemaResearch">wiki</a> for details.</p>

    <!--  New QAPage class. -->
    <div typeof="rdfs:Class" resource="http://schema.org/QAPage">
      <span class="h" property="rdfs:label">QAPage</span>
      <span property="rdfs:comment">A QAPage is a WebPage focussed on a specific Question and its Answer(s), e.g. in a question answering site or documenting Frequently Asked Questions (FAQs).</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/WebPage">WebPage</a></span>
    </div>

    <!--  New Question class. -->
    <div typeof="rdfs:Class" resource="http://schema.org/Question">
      <span class="h" property="rdfs:label">Question</span>
      <span property="rdfs:comment">A specific question - e.g. from a user seeking answers online, or collected in a Frequently Asked Questions (FAQ) document.</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_QAStackExchange">Stack Overflow</a></span>
    </div>
    <!--  New properties for the new Question class. -->
    <div typeof="rdf:Property" resource="http://schema.org/upvoteCount">
      <span class="h" property="rdfs:label">upvoteCount</span>
      <span property="rdfs:comment">The number of upvotes this question, answer or comment has received from the community.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Question">Question</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Comment">Comment</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Integer">Integer</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/downvoteCount">
      <span class="h" property="rdfs:label">downvoteCount</span>
      <span property="rdfs:comment">The number of downvotes this question, answer or comment has received from the community.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Question">Question</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Comment">Comment</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Integer">Integer</a></span>
    </div>

<!-- dropping for now, per http://lists.w3.org/Archives/Public/public-vocabs/2014Jan/0200.html
    <div typeof="rdf:Property" resource="http://schema.org/viewCount">
      <span class="h" property="rdfs:label">viewCount</span>
      <span property="rdfs:comment">The number of times this question has viewed.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Question">Question</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Integer">Integer</a></span>
    </div>
-->

<!-- dropping lastEditor, at least for now.
    <div typeof="rdf:Property" resource="http://schema.org/lastEditor">
      <span class="h" property="rdfs:label">lastEditor</span>
      <span property="rdfs:comment">The user who last edited this question or answer.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Question">Question</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Answer">Answer</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>
-->

    <div typeof="rdf:Property" resource="http://schema.org/answerCount">
      <span class="h" property="rdfs:label">answerCount</span>
      <span property="rdfs:comment">The number of answers this question has received.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Question">Question</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Integer">Integer</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/commentCount">
      <span class="h" property="rdfs:label">commentCount</span>
      <span property="rdfs:comment">The number of comments this CreativeWork (e.g. Article, Question or Answer) has received. This is most applicable to works published in Web sites with commenting system; additional comments may exist elsewhere.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Integer">Integer</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/acceptedAnswer">
      <span class="h" property="rdfs:label">acceptedAnswer</span>
      <span property="rdfs:comment">The answer(s) that has been accepted as best, typically on a Question/Answer site. Sites vary in their selection mechanisms, e.g. drawing on community opinion and/or the view of the Question author.</span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/suggestedAnswer" />
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Question">Question</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Answer">Answer</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/ItemList">ItemList</a></span>
    </div>

    <!--  New Answer class. -->
    <div typeof="rdfs:Class" resource="http://schema.org/Answer">
      <span class="h" property="rdfs:label">Answer</span>
      <span property="rdfs:comment">An answer offered to a question; perhaps correct, perhaps opinionated or wrong.</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Comment">Comment</a></span>
      <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_QAStackExchange">Stack Overflow</a></span>
    </div>
    <!--  New properties for the new Answer class. -->
    <div typeof="rdf:Property" resource="http://schema.org/parentItem">
      <span class="h" property="rdfs:label">parentItem</span>
      <span property="rdfs:comment">The parent of a question, answer or item in general.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Comment">Comment</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Question">Question</a></span>
    </div>



   <!-- associations -->

<div typeof="rdf:Property" resource="http://schema.org/suggestedAnswer">
 <span class="h" property="rdfs:label">suggestedAnswer</span>
 <span property="rdfs:comment">An answer (possibly one of several, possibly incorrect) to a Question, e.g. on a Question/Answer site.</span>
 <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Question">Question</a></span>
 <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Answer">Answer</a></span>
 <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/ItemList">ItemList</a></span>
</div>


 <hr />

 <h1>EmailMessage</h1>

    <div typeof="rdfs:Class" resource="http://schema.org/EmailMessage">
      <span class="h" property="rdfs:label">EmailMessage</span>
      <span property="rdfs:comment">An email message.</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Message">Message</a></span>
    </div>

  <hr />


 <h1>Potential Actions</h1>


    <div typeof="rdf:Property" resource="http://schema.org/actionStatus">
      <span class="h" property="rdfs:label">actionStatus</span>
      <span property="rdfs:comment">Indicates the current disposition of the Action.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Action">Action</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/ActionStatusType">ActionStatusType</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/ActionStatusType">
      <span class="h" property="rdfs:label">ActionStatusType</span>
      <span property="rdfs:comment">The status of an Action.</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Enumeration">Enumeration</a></span>
    </div>

    <div typeof="http://schema.org/ActionStatusType" resource="http://schema.org/PotentialActionStatus">
      <span class="h" property="rdfs:label">PotentialActionStatus</span>
      <span property="rdfs:comment">A description of an action that is supported.</span>
    </div>

    <div typeof="http://schema.org/ActionStatusType" resource="http://schema.org/ActiveActionStatus">
      <span class="h" property="rdfs:label">ActiveActionStatus</span>
      <span property="rdfs:comment">An in-progress action (e.g, while watching the movie, or driving to a location).</span>
    </div>

    <div typeof="http://schema.org/ActionStatusType" resource="http://schema.org/CompletedActionStatus">
      <span class="h" property="rdfs:label">CompletedActionStatus</span>
      <span property="rdfs:comment">An action that has already taken place.</span>
    </div>

    <div typeof="http://schema.org/ActionStatusType" resource="http://schema.org/FailedActionStatus">
      <span class="h" property="rdfs:label">FailedActionStatus</span>
      <span property="rdfs:comment">An action that failed to complete. The action's error property and the HTTP return code contain more information about the failure.</span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/error">
      <span class="h" property="rdfs:label">error</span>
      <span property="rdfs:comment">For failed actions, more information on the cause of the failure.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Action">Action</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Thing">Thing</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/potentialAction">
      <span class="h" property="rdfs:label">potentialAction</span>
      <span property="rdfs:comment">Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Thing">Thing</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Action">Action</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/EntryPoint">
      <span class="h" property="rdfs:label">EntryPoint</span>
      <span property="rdfs:comment">An entry point, within some Web-based protocol.</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
      <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_ActionCollabClass">Action collaborations</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/actionPlatform">
      <span class="h" property="rdfs:label">actionPlatform</span>
      <span property="rdfs:comment">The high level platform(s) where the Action can be performed for the given URL. To specify a specific application or operating system instance, use actionApplication.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/EntryPoint">EntryPoint</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text"></a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL"></a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/target">
      <span class="h" property="rdfs:label">target</span>
      <span property="rdfs:comment">Indicates a target EntryPoint for an Action.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Action">Action</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/EntryPoint">EntryPoint</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/httpMethod">
      <span class="h" property="rdfs:label">httpMethod</span>
      <span property="rdfs:comment">An HTTP method that specifies the appropriate HTTP method for a request to an HTTP EntryPoint. Values are capitalized strings as used in HTTP.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/EntryPoint">EntryPoint</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>


    <div typeof="rdf:Property" resource="http://schema.org/encodingType">
      <span class="h" property="rdfs:label">encodingType</span>
      <span property="rdfs:comment">The supported encoding type(s) for an EntryPoint request.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/EntryPoint">EntryPoint</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/contentType"> <!-- note that we have fileFormat already, re MIME. -->
      <span class="h" property="rdfs:label">contentType</span>
      <span property="rdfs:comment">The supported content type(s) for an EntryPoint response.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/EntryPoint">EntryPoint</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/application">
      <span class="h" property="rdfs:label">application</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/actionApplication"/>
      <span property="rdfs:comment">An application that can complete the request.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/EntryPoint">EntryPoint</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/actionApplication">
      <span class="h" property="rdfs:label">actionApplication</span>
      <span property="rdfs:comment">An application that can complete the request.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/EntryPoint">EntryPoint</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/PropertyValueSpecification">
      <span class="h" property="rdfs:label">PropertyValueSpecification</span>
      <span property="rdfs:comment">A Property value specification.</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
      <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_ActionCollabClass">Action collaborations</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/urlTemplate">
      <span class="h" property="rdfs:label">urlTemplate</span>
      <span property="rdfs:comment">An url template (RFC6570) that will be used to construct the target of the execution of the action.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/EntryPoint">EntryPoint</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/valueName">
     <span class="h" property="rdfs:label">valueName</span>
     <span property="rdfs:comment">Indicates the name of the PropertyValueSpecification to be used in URL templates and form encoding in a manner analogous to HTML's input@name.</span>
     <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PropertyValueSpecification">PropertyValueSpecification</a></span>
     <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/valueRequired">
      <span class="h" property="rdfs:label">valueRequired</span>
      <span property="rdfs:comment">Whether the property must be filled in to complete the action.  Default is false.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PropertyValueSpecification">PropertyValueSpecification</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Boolean">Boolean</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/defaultValue">
      <span class="h" property="rdfs:label">defaultValue</span>
      <span property="rdfs:comment">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.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PropertyValueSpecification">PropertyValueSpecification</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Thing">Thing</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/readonlyValue">
      <span class="h" property="rdfs:label">readonlyValue</span>
      <span property="rdfs:comment">Whether or not a property is mutable.  Default is false. Specifying this for a property that also has a value makes it act similar to a "hidden" input in an HTML form.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PropertyValueSpecification">PropertyValueSpecification</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Boolean">Boolean</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/multipleValues">
      <span class="h" property="rdfs:label">multipleValues</span>
      <span property="rdfs:comment">Whether multiple values are allowed for the property.  Default is false.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PropertyValueSpecification">PropertyValueSpecification</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Boolean">Boolean</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/valueMinLength">
      <span class="h" property="rdfs:label">valueMinLength</span>
      <span property="rdfs:comment">Specifies the minimum allowed range for number of characters in a literal value.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PropertyValueSpecification">PropertyValueSpecification</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Number">Number</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/valueMaxLength">
      <span class="h" property="rdfs:label">valueMaxLength</span>
      <span property="rdfs:comment">Specifies the allowed range for number of characters in a literal value.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PropertyValueSpecification">PropertyValueSpecification</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Number">Number</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/valuePattern">
      <span class="h" property="rdfs:label">valuePattern</span>
      <span property="rdfs:comment">Specifies a regular expression for testing literal values according to the HTML spec.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PropertyValueSpecification">PropertyValueSpecification</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/workPresented">
      <span class="h" property="rdfs:label">workPresented</span>
      <span property="rdfs:comment">The movie presented during this event.</span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/workFeatured" />
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ScreeningEvent">ScreeningEvent</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Movie">Movie</a></span>
    </div>

    <!-- note: see also minValue, maxValue which are defined elsewhere and shared with other schema structures. -->

    <div typeof="rdf:Property" resource="http://schema.org/stepValue">
      <span class="h" property="rdfs:label">stepValue</span>
      <span property="rdfs:comment">The stepValue attribute indicates the granularity that is expected (and required) of the value in a PropertyValueSpecification.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PropertyValueSpecification">PropertyValueSpecification</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Number">Number</a></span>
    </div>

    <h1>workPerformed</h1>

    <div typeof="rdf:Property" resource="http://schema.org/workPerformed">
      <span class="h" property="rdfs:label">workPerformed</span>
      <span property="rdfs:comment">A work performed in some event, for example a play performed in a TheaterEvent.</span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/workFeatured" />
      <span>domainIncludes: <a property="http://schema.org/domainIncludes" href="http://schema.org/Event">Event</a></span>
      <span>rangeIncludes: <a property="http://schema.org/rangeIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/workFeatured">
      <span class="h" property="rdfs:label">workFeatured</span>
      <span property="rdfs:comment">A work featured in some event, e.g. exhibited in an ExhibitionEvent.
       Specific subproperties are available for workPerformed (e.g. a play), or a workPresented (a Movie at a ScreeningEvent).</span>
      <span>domainIncludes: <a property="http://schema.org/domainIncludes" href="http://schema.org/Event">Event</a></span>
      <span>rangeIncludes: <a property="http://schema.org/rangeIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
    </div>


    <h1>Role</h1>

    <div typeof="rdfs:Class" resource="http://schema.org/Role">
      <span class="h" property="rdfs:label">Role</span>
      <span property="rdfs:comment">Represents additional information about a relationship or property. For example a Role can be used to say that a 'member' role linking some SportsTeam to a player occurred during a particular time period. Or that a Person's 'actor' role in a Movie was for some particular characterName. Such properties can be attached to a Role entity, which is then associated with the main entities using ordinary properties like 'member' or 'actor'.\n\nSee also [blog post](http://blog.schema.org/2014/06/introducing-role.html).</span>
    <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/PerformanceRole">
      <span class="h" property="rdfs:label">PerformanceRole</span>
      <span property="rdfs:comment">A PerformanceRole is a Role that some entity places with regard to a theatrical performance, e.g. in a Movie, TVSeries etc.</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Role">Role</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/characterName">
      <span class="h" property="rdfs:label">characterName</span>
      <span property="rdfs:comment">The name of a character played in some acting or performing role, i.e. in a PerformanceRole.</span>
      <span>domainIncludes: <a property="http://schema.org/domainIncludes" href="http://schema.org/PerformanceRole">PerformanceRole</a></span>
      <span>rangeIncludes: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/OrganizationRole">
      <span class="h" property="rdfs:label">OrganizationRole</span>
      <span property="rdfs:comment">A subclass of Role used to describe roles within organizations.</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Role">Role</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/namedPosition">
      <span class="h" property="rdfs:label">namedPosition</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/roleName"/>
      <span property="rdfs:comment">A position played, performed or filled by a person or organization, as part of an organization. For example, an athlete in a SportsTeam might play in the position named 'Quarterback'.</span>
      <span>domainIncludes: <a property="http://schema.org/domainIncludes" href="http://schema.org/Role">Role</a></span>
      <span>rangeIncludes: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
      <span>rangeIncludes: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/roleName">
      <span class="h" property="rdfs:label">roleName</span>
      <span property="rdfs:comment">A role played, performed or filled by a person or organization. For example, the team of creators for a comic book might fill the roles named 'inker', 'penciller', and 'letterer'; or an athlete in a SportsTeam might play in the position named 'Quarterback'.</span>
      <span>domainIncludes: <a property="http://schema.org/domainIncludes" href="http://schema.org/Role">Role</a></span>
      <span>rangeIncludes: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
      <span>rangeIncludes: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
    </div>


    <div typeof="rdfs:Class" resource="http://schema.org/EmployeeRole">
      <span class="h" property="rdfs:label">EmployeeRole</span>
      <span property="rdfs:comment">A subclass of OrganizationRole used to describe employee relationships.</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/OrganizationRole">OrganizationRole</a></span>
    </div>

    <h1>WebSite</h1>

    <div typeof="rdfs:Class" resource="http://schema.org/WebSite">
      <span class="h" property="rdfs:label">WebSite</span>
      <span property="rdfs:comment">A WebSite is a set of related web pages and other items typically served from a single web domain and accessible via URLs.</span>
    <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
    </div>

    <h1>Periodicals and BibExtend-related</h1>

    <div typeof="rdfs:Class" resource="http://schema.org/Periodical">
      <span class="h" property="rdfs:label">Periodical</span>
      <span property="rdfs:comment">A publication in any medium issued in successive parts bearing numerical or chronological designations and intended, such as a magazine, scholarly journal, or newspaper to continue indefinitely.\n\nSee also [blog post](http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html).</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWorkSeries">CreativeWorkSeries</a></span>
       <link property="owl:equivalentClass" href="http://purl.org/ontology/bibo/Periodical"/>
       <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex">BibEx</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/PublicationVolume">
      <span class="h" property="rdfs:label">PublicationVolume</span>
      <span property="rdfs:comment">A part of a successively published publication such as a periodical or multi-volume work, often numbered. It may represent a time span, such as a year.

      &lt;br/&gt;&lt;br/&gt;See also &lt;a href="http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html"&gt;blog post&lt;/a&gt;.</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex">BibEx</a></span>
    </div>
    <div typeof="rdfs:Class" resource="http://schema.org/PublicationIssue">
      <span class="h" property="rdfs:label">PublicationIssue</span>
      <span property="rdfs:comment">A part of a successively published publication such as a periodical or publication volume, often numbered, usually containing a grouping of works such as articles.\n\n[blog post](http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html).</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
       <link property="owl:equivalentClass" href="http://purl.org/ontology/bibo/Issue"/>
       <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex">BibEx</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/hasPart">
      <span class="h" property="rdfs:label">hasPart</span>
      <span property="rdfs:comment">Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some sense).</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <link property="http://schema.org/inverseOf" href="http://schema.org/isPartOf"/>
      <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex">BibEx</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/issn">
      <span class="h" property="rdfs:label">issn</span>
      <span property="rdfs:comment">The International Standard Serial Number (ISSN) that identifies this serial publication. You can repeat this property to identify different formats of, or the linking ISSN (ISSN-L) for, this serial publication.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWorkSeries">CreativeWorkSeries</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Blog">Blog</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Dataset">Dataset</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/WebSite">WebSite</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
      <link property="owl:equivalentProperty" href="http://purl.org/ontology/bibo/issn"/>
      <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex">BibEx</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/issueNumber">
      <span class="h" property="rdfs:label">issueNumber</span>
      <span property="rdfs:comment">Identifies the issue of publication; for example, "iii" or "2".</span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/position" />
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PublicationIssue">PublicationIssue</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Integer">Integer</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
      <link property="owl:equivalentProperty" href="http://purl.org/ontology/bibo/issue"/>
      <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex">BibEx</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/pageEnd">
      <span class="h" property="rdfs:label">pageEnd</span>
      <span property="rdfs:comment">The page on which the work ends; for example "138" or "xvi".</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PublicationVolume">PublicationVolume</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PublicationIssue">PublicationIssue</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Article">Article</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Integer">Integer</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
      <link property="owl:equivalentProperty" href="http://purl.org/ontology/bibo/pageEnd"/>
      <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex">BibEx</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/pageStart">
      <span class="h" property="rdfs:label">pageStart</span>
      <span property="rdfs:comment">The page on which the work starts; for example "135" or "xiii".</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PublicationVolume">PublicationVolume</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PublicationIssue">PublicationIssue</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Article">Article</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Integer">Integer</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
      <link property="owl:equivalentProperty" href="http://purl.org/ontology/bibo/pageStart"/>
      <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex">BibEx</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/pagination">
      <span class="h" property="rdfs:label">pagination</span>
      <span property="rdfs:comment">Any description of pages that is not separated into pageStart and pageEnd; for example, "1-6, 9, 55" or "10-12, 46-49".</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PublicationVolume">PublicationVolume</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PublicationIssue">PublicationIssue</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Article">Article</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
      <link property="owl:equivalentProperty" href="http://purl.org/ontology/bibo/pages"/>
      <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex">BibEx</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/volumeNumber">
      <span class="h" property="rdfs:label">volumeNumber</span>
      <span property="rdfs:comment">Identifies the volume of publication or multi-part work; for example, "iii" or "2".</span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/position" />
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PublicationVolume">PublicationVolume</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Integer">Integer</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
      <link property="owl:equivalentProperty" href="http://purl.org/ontology/bibo/volume"/>
      <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex">BibEx</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/workExample">
      <span class="h" property="rdfs:label">workExample</span>
      <span property="rdfs:comment">Example/instance/realization/derivation of the concept of this creative work. eg. The paperback edition, first edition, or eBook.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex">BibEx</a></span>
      <link property="http://schema.org/inverseOf" href="http://schema.org/exampleOfWork"/>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/exampleOfWork">
      <span class="h" property="rdfs:label">exampleOfWork</span>
      <span property="rdfs:comment">A creative work that this work is an example/instance/realization/derivation of.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex">BibExt</a></span>
      <link property="http://schema.org/inverseOf" href="http://schema.org/workExample"/>
    </div>

   <h1>Broker</h1>

    <div typeof="rdf:Property" resource="http://schema.org/broker">
      <span class="h" property="rdfs:label">broker</span>
      <span property="rdfs:comment">An entity that arranges for an exchange between a buyer and a seller.  In most cases a broker never acquires or releases ownership of a product or service involved in an exchange.  If it is not clear whether an entity is a broker, seller, or buyer, the latter two terms are preferred.</span>
      <span>domainIncludes: <a property="http://schema.org/domainIncludes" href="http://schema.org/Reservation">Reservation</a></span>
      <span>domainIncludes: <a property="http://schema.org/domainIncludes" href="http://schema.org/Order">Order</a></span>
      <span>domainIncludes: <a property="http://schema.org/domainIncludes" href="http://schema.org/Invoice">Invoice</a></span>
      <span>domainIncludes: <a property="http://schema.org/domainIncludes" href="http://schema.org/Service">Service</a></span>
      <span>rangeIncludes: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
      <span>rangeIncludes: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
    </div>

    <h1>ItemList and ListItem extras</h1>

    <div typeof="rdf:Property" resource="http://schema.org/itemListElement">
      <span class="h" property="rdfs:label">itemListElement</span>
      <span property="rdfs:comment">For itemListElement values, you can use simple strings (e.g. "Peter", "Paul", "Mary"), existing entities, or use ListItem.\n\nText 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.\n\nNote: 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.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ItemList">ItemList</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/ListItem">ListItem</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Thing">Thing</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/ListItem">
      <span class="h" property="rdfs:label">ListItem</span>
      <span property="rdfs:comment">An list item, e.g. a step in a checklist or how-to description.</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
    </div>

    <!-- dropped in favour of general position property.
     <div typeof="rdf:Property" resource="http://schema.org/itemPosition">
      <span class="h" property="rdfs:label">itemPosition</span>
      <span property="rdfs:comment">The position of the item in an ordered list (1 = first, 2 = second, ...).</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ListItem">ListItem</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Number">Number</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
     </div>
    -->

    <div typeof="rdf:Property" resource="http://schema.org/item">
      <span class="h" property="rdfs:label">item</span>
      <span property="rdfs:comment">An entity represented by an entry in a list or data feed (e.g. an 'artist' in a list of 'artists')’.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ListItem">ListItem</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/DataFeedItem">DataFeedItem</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Thing">Thing</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/previousItem">
      <span class="h" property="rdfs:label">previousItem</span>
      <span property="rdfs:comment">A link to the ListItem that preceeds the current one.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ListItem">ListItem</a></span>
      <span>Domain: <a property="http://schema.org/rangeIncludes" href="http://schema.org/ListItem">ListItem</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/nextItem">
      <span class="h" property="rdfs:label">nextItem</span>
      <span property="rdfs:comment">A link to the ListItem that follows the current one.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ListItem">ListItem</a></span>
      <span>Domain: <a property="http://schema.org/rangeIncludes" href="http://schema.org/ListItem">ListItem</a></span>
    </div>

    <!-- retiring this proposal for now:
     <div typeof="rdf:Property" resource="http://schema.org/positionBasis">
      <span class="h" property="rdfs:label">positionBasis</span>
      <span property="rdfs:comment">A score or metric used to determine the item's position in the list.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ListItem">ListItem</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Number">Number</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
     </div>
    -->

    <h1>MovieSeries, BookSeries</h1>

    <p>(minimal additions to fit with VideoGameSeries integration)</p>

  <div typeof="rdfs:Class" resource="http://schema.org/MovieSeries">
      <span class="h" property="rdfs:label">MovieSeries</span>
      <span property="rdfs:comment">A series of movies. Included movies can be indicated with the hasPart property.</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWorkSeries">CreativeWorkSeries</a></span>
  </div>

<div typeof="rdfs:Class" resource="http://schema.org/BookSeries">
    <span class="h" property="rdfs:label">BookSeries</span>
    <span property="rdfs:comment">A series of books. Included books can be indicated with the hasPart property.</span>
    <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWorkSeries">CreativeWorkSeries</a></span>
</div>


<h1>VideoGame</h1>

<div typeof="rdfs:Class" resource="http://schema.org/VideoGame">
  <span class="h" property="rdfs:label">VideoGame</span>
  <span property="rdfs:comment">A video game is an electronic game that involves human interaction with a user interface to generate visual feedback on a video device.</span>
   <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
   <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Game">Game</a></span>
</div>

<div typeof="rdfs:Class" resource="http://schema.org/VideoGameClip">
  <span class="h" property="rdfs:label">VideoGameClip</span>
  <span property="rdfs:comment">A short segment/part of a video game.</span>
  <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Clip">Clip</a></span>
</div>

<div typeof="rdfs:Class" resource="http://schema.org/GameServer">
  <span class="h" property="rdfs:label">GameServer</span>
  <span property="rdfs:comment">Server that provides game interaction in a multiplayer game.</span>
  <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
</div>
<div typeof="rdfs:Class" resource="http://schema.org/Game">
  <span class="h" property="rdfs:label">Game</span>
  <span property="rdfs:comment">The Game type represents things which are games. These are typically rule-governed recreational activities, e.g. role-playing games in which players assume the role of characters in a fictional setting.</span>
   <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
</div>

<div typeof="rdfs:Class" resource="http://schema.org/GamePlayMode">
  <span class="h" property="rdfs:label">GamePlayMode</span>
  <span property="rdfs:comment">Indicates whether this game is multi-player, co-op or single-player.</span>
   <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Enumeration">Enumeration</a></span>
</div>

<div typeof="http://schema.org/GamePlayMode" resource="http://schema.org/MultiPlayer">
  <span class="h" property="rdfs:label">MultiPlayer</span>
  <span property="rdfs:comment">Play mode: MultiPlayer. Requiring or allowing multiple human players to play simultaneously.</span>
</div>
 <div typeof="http://schema.org/GamePlayMode" resource="http://schema.org/CoOp">
  <span class="h" property="rdfs:label">CoOp</span>
  <span property="rdfs:comment">Play mode: CoOp. Co-operative games, where you play on the same team with friends.</span>
</div>
<div typeof="http://schema.org/GamePlayMode" resource="http://schema.org/SinglePlayer">
  <span class="h" property="rdfs:label">SinglePlayer</span>
  <span property="rdfs:comment">Play mode: SinglePlayer. Which is played by a lone player.</span>
</div>

<div typeof="rdfs:Class" resource="http://schema.org/GameServerStatus">
  <span class="h" property="rdfs:label">GameServerStatus</span>
  <span property="rdfs:comment">Status of a game server.</span>
   <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Enumeration">Enumeration</a></span>
</div>

<div typeof="http://schema.org/GameServerStatus" resource="http://schema.org/Online">
  <span class="h" property="rdfs:label">Online</span>
  <span property="rdfs:comment">Game server status: Online. Server is available.</span>
</div>
<div typeof="http://schema.org/GameServerStatus" resource="http://schema.org/OnlineFull">
  <span class="h" property="rdfs:label">OnlineFull</span>
  <span property="rdfs:comment">Game server status: OnlineFull. Server is online but unavailable. The maximum number of players has reached.</span>
</div>
<div typeof="http://schema.org/GameServerStatus" resource="http://schema.org/OfflineTemporarily">
  <span class="h" property="rdfs:label">OfflineTemporarily</span>
  <span property="rdfs:comment">Game server status: OfflineTemporarily. Server is offline now but it can be online soon.</span>
</div>
<div typeof="http://schema.org/GameServerStatus" resource="http://schema.org/OfflinePermanently">
  <span class="h" property="rdfs:label">OfflinePermanently</span>
  <span property="rdfs:comment">Game server status: OfflinePermanently. Server is offline and not available.</span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/numberOfPlayers">
      <span class="h" property="rdfs:label">numberOfPlayers</span>
      <span property="rdfs:comment">Indicate how many people can play this game (minimum, maximum, or range).</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Game">Game</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/VideoGameSeries">VideoGameSeries</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
 </div>
  <div typeof="rdf:Property" resource="http://schema.org/quest">
      <span class="h" property="rdfs:label">quest</span>
      <span property="rdfs:comment">The task that a player-controlled character, or group of characters may complete in order to gain a reward.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Game">Game</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/VideoGameSeries">VideoGameSeries</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Thing">Thing</a></span>
 </div>
   <div typeof="rdf:Property" resource="http://schema.org/gameItem">
      <span class="h" property="rdfs:label">gameItem</span>
      <span property="rdfs:comment">An item is an object within the game world that can be collected by a player or, occasionally, a non-player character.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Game">Game</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/VideoGameSeries">VideoGameSeries</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Thing">Thing</a></span>
 </div>
    <div typeof="rdf:Property" resource="http://schema.org/character">
      <span class="h" property="rdfs:label">character</span>
      <span property="rdfs:comment">Fictional person connected with a creative work.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
 </div>
    <div typeof="rdf:Property" resource="http://schema.org/characterAttribute">
      <span class="h" property="rdfs:label">characterAttribute</span>
      <span property="rdfs:comment">A piece of data that represents a particular aspect of a fictional character (skill, power, character points, advantage, disadvantage).</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Game">Game</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/VideoGameSeries">VideoGameSeries</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Thing">Thing</a></span>
 </div>

  <div typeof="rdf:Property" resource="http://schema.org/playMode">
      <span class="h" property="rdfs:label">playMode</span>
      <span property="rdfs:comment">Indicates whether this game is multi-player, co-op or single-player.  The game can be marked as multi-player, co-op and single-player at the same time.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/VideoGame">VideoGame</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/VideoGameSeries">VideoGameSeries</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/GamePlayMode">GamePlayMode</a></span>
 </div>
  <div typeof="rdf:Property" resource="http://schema.org/translator">
      <span class="h" property="rdfs:label">translator</span>
      <span property="rdfs:comment">Organization or person who adapts a creative work to different languages, regional differences and technical requirements of a target market, or that translates during some event.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Event">Event</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
 </div>
        <div typeof="rdf:Property" resource="http://schema.org/softwareAddOn">
      <span class="h" property="rdfs:label">softwareAddOn</span>
      <span property="rdfs:comment">Additional content for a software application.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
 </div>
          <div typeof="rdf:Property" resource="http://schema.org/cheatCode">
      <span class="h" property="rdfs:label">cheatCode</span>
      <span property="rdfs:comment">Cheat codes to the game.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/VideoGame">VideoGame</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/VideoGameSeries">VideoGameSeries</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
 </div>
      <div typeof="rdf:Property" resource="http://schema.org/softwareHelp">
      <span class="h" property="rdfs:label">softwareHelp</span>
      <span property="rdfs:comment">Software application help.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
 </div>
       <div typeof="rdf:Property" resource="http://schema.org/gameTip">
      <span class="h" property="rdfs:label">gameTip</span>
      <span property="rdfs:comment">Links to tips, tactics, etc.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/VideoGame">VideoGame</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
 </div>
  <div typeof="rdf:Property" resource="http://schema.org/gamePlatform">
      <span class="h" property="rdfs:label">gamePlatform</span>
      <span property="rdfs:comment">The electronic systems used to play &lt;a href="http://en.wikipedia.org/wiki/Category:Video_game_platforms"&gt;video games&lt;/a&gt;.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/VideoGame">VideoGame</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/VideoGameSeries">VideoGameSeries</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
       <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Thing">Thing</a></span>
 </div>
    <div typeof="rdf:Property" resource="http://schema.org/serverStatus">
      <span class="h" property="rdfs:label">serverStatus</span>
      <span property="rdfs:comment">Status of a game server.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/GameServer">GameServer</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/GameServerStatus">GameServerStatus</a></span>
 </div>
      <div typeof="rdf:Property" resource="http://schema.org/playersOnline">
      <span class="h" property="rdfs:label">playersOnline</span>
      <span property="rdfs:comment">Number of players on the server.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/GameServer">GameServer</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Integer">Integer</a></span>
 </div>
 <div typeof="rdf:Property" resource="http://schema.org/game">
      <span class="h" property="rdfs:label">game</span>
      <span property="rdfs:comment">Video game which is played on this server.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/GameServer">GameServer</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/VideoGame">VideoGame</a></span>
      <link property="http://schema.org/inverseOf" href="http://schema.org/gameServer" />
 </div>
  <div typeof="rdf:Property" resource="http://schema.org/gameServer">
      <span class="h" property="rdfs:label">gameServer</span>
      <span property="rdfs:comment">The server on which  it is possible to play the game.</span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/GameServer">GameServer</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/VideoGame">VideoGame</a></span>
      <link property="http://schema.org/inverseOf" href="http://schema.org/game" />
 </div>
   <div typeof="rdf:Property" resource="http://schema.org/gameLocation">
      <span class="h" property="rdfs:label">gameLocation</span>
      <span property="rdfs:comment">Real or fictional location of the game (or part of game).</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Game">Game</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/VideoGameSeries">VideoGameSeries</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Place">Place</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/PostalAddress">PostalAddress</a></span>
    </div>

<div>
<h1>Music</h1>

<p>Here we extend schema.org to better describe music, thanks to a collaboration with MusicBrainz.</p>

<div typeof="http://schema.org/Organization" resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ">
  <span property="rdfs:label">MBZ</span>
  <span property="rdfs:comment">This vocabulary was improved through collaboration with the MusicBrainz project
    ([www.musicbrainz.org](http://www.musicbrainz.org)), and is partially inspired by the MusicBrainz and
    [Music Ontology](http://musicontology.com/docs/getting-started.html) schemas.</span>
</div>

<p>We begin by extending MusicAlbum.</p>

<div typeof="rdf:Property" resource="http://schema.org/albumProductionType">
  <span class="h" property="rdfs:label">albumProductionType</span>
  <span property="rdfs:comment">Classification of the album by it's type of content: soundtrack, live album, studio album, etc.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MusicAlbum">MusicAlbum</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/MusicAlbumProductionType">MusicAlbumProductionType</a></span>
  <link property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
</div>
<div typeof="rdf:Property" resource="http://schema.org/albumReleaseType">
  <span class="h" property="rdfs:label">albumReleaseType</span>
  <span property="rdfs:comment">The kind of release which this album is: single, EP or album.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MusicAlbum">MusicAlbum</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/MusicAlbumReleaseType">MusicAlbumReleaseType</a></span>
  <link property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
</div>
<div typeof="rdf:Property" resource="http://schema.org/albumRelease">
  <span class="h" property="rdfs:label">albumRelease</span>
  <span property="rdfs:comment">A release of this album.</span>
  <link property="http://schema.org/inverseOf" href="http://schema.org/releaseOf"/>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MusicAlbum">MusicAlbum</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/MusicRelease">MusicRelease</a></span>
</div>
<div typeof="rdf:Property" resource="http://schema.org/track">
  <span class="h" property="rdfs:label">track</span>
  <span property="rdfs:comment">A music recording (track)&amp;#x2014;usually a single song. If an ItemList is given, the list should contain items of type MusicRecording.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MusicPlaylist">MusicPlaylist</a></span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MusicGroup">MusicGroup</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/ItemList">ItemList</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/MusicRecording">MusicRecording</a></span>
  <link property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
</div>

<p>We add an enumeration type: MusicAlbumProductionType.</p>

<div typeof="rdfs:Class" resource="http://schema.org/MusicAlbumProductionType">
  <span class="h" property="rdfs:label">MusicAlbumProductionType</span>
  <span property="rdfs:comment">Classification of the album by it's type of content: soundtrack, live album, studio album, etc.</span>
   <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Enumeration">Enumeration</a></span>
  <link property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
</div>

<div typeof="http://schema.org/MusicAlbumProductionType" resource="http://schema.org/CompilationAlbum">
  <span class="h" property="rdfs:label">CompilationAlbum</span>
  <span property="rdfs:comment">CompilationAlbum.</span>
  <link property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
</div>
<div typeof="http://schema.org/MusicAlbumProductionType" resource="http://schema.org/DemoAlbum">
  <span class="h" property="rdfs:label">DemoAlbum</span>
  <span property="rdfs:comment">DemoAlbum.</span>
  <link property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
</div>
<div typeof="http://schema.org/MusicAlbumProductionType" resource="http://schema.org/DJMixAlbum">
  <span class="h" property="rdfs:label">DJMixAlbum</span>
  <span property="rdfs:comment">DJMixAlbum.</span>
  <link property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
</div>
<div typeof="http://schema.org/MusicAlbumProductionType" resource="http://schema.org/LiveAlbum">
  <span class="h" property="rdfs:label">LiveAlbum</span>
  <span property="rdfs:comment">LiveAlbum.</span>
  <link property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
</div>
<div typeof="http://schema.org/MusicAlbumProductionType" resource="http://schema.org/MixtapeAlbum">
  <span class="h" property="rdfs:label">MixtapeAlbum</span>
  <span property="rdfs:comment">MixtapeAlbum.</span>
  <link property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
</div>
<div typeof="http://schema.org/MusicAlbumProductionType" resource="http://schema.org/RemixAlbum">
  <span class="h" property="rdfs:label">RemixAlbum</span>
  <span property="rdfs:comment">RemixAlbum.</span>
  <link property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
</div>
<div typeof="http://schema.org/MusicAlbumProductionType" resource="http://schema.org/SoundtrackAlbum">
  <span class="h" property="rdfs:label">SoundtrackAlbum</span>
  <span property="rdfs:comment">SoundtrackAlbum.</span>
  <link property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
</div>
<div typeof="http://schema.org/MusicAlbumProductionType" resource="http://schema.org/SpokenWordAlbum">
  <span class="h" property="rdfs:label">SpokenWordAlbum</span>
  <span property="rdfs:comment">SpokenWordAlbum.</span>
  <link property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
</div>
<div typeof="http://schema.org/MusicAlbumProductionType" resource="http://schema.org/StudioAlbum">
  <span class="h" property="rdfs:label">StudioAlbum</span>
  <span property="rdfs:comment">StudioAlbum.</span>
  <link property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
</div>


<div typeof="rdfs:Class" resource="http://schema.org/MusicAlbumReleaseType">
  <span class="h" property="rdfs:label">MusicAlbumReleaseType</span>
  <span property="rdfs:comment">The kind of release which this album is: single, EP or album.</span>
   <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Enumeration">Enumeration</a></span>
   <link property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
</div>

<div typeof="http://schema.org/MusicAlbumReleaseType" resource="http://schema.org/AlbumRelease">
  <span class="h" property="rdfs:label">AlbumRelease</span>
  <span property="rdfs:comment">AlbumRelease.</span>
  <link property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
</div>
<div typeof="http://schema.org/MusicAlbumReleaseType" resource="http://schema.org/BroadcastRelease">
  <span class="h" property="rdfs:label">BroadcastRelease</span>
  <span property="rdfs:comment">BroadcastRelease.</span>
  <link property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
</div>
<div typeof="http://schema.org/MusicAlbumReleaseType" resource="http://schema.org/EPRelease">
  <span class="h" property="rdfs:label">EPRelease</span>
  <span property="rdfs:comment">EPRelease.</span>
  <link property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
</div>
<div typeof="http://schema.org/MusicAlbumReleaseType" resource="http://schema.org/SingleRelease">
  <span class="h" property="rdfs:label">SingleRelease</span>
  <span property="rdfs:comment">SingleRelease.</span>
  <link property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
</div>

<p>A new type, MusicComposition + supporting properties.</p>
<div typeof="rdfs:Class" resource="http://schema.org/MusicComposition">
  <span class="h" property="rdfs:label">MusicComposition</span>
  <span property="rdfs:comment">A musical composition.</span>
  <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
  <link property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
</div>
<div typeof="rdf:Property" resource="http://schema.org/musicArrangement">
  <span class="h" property="rdfs:label">musicArrangement</span>
  <span property="rdfs:comment">An arrangement derived from the composition.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MusicComposition">MusicComposition</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/MusicComposition">MusicComposition</a></span>
  <link property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
</div>
<div typeof="rdf:Property" resource="http://schema.org/composer">
  <span class="h" property="rdfs:label">composer</span>
  <span property="rdfs:comment">The person or organization who wrote a composition, or who is the composer of a work performed at some event.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MusicComposition">MusicComposition</a></span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Event">Event</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
  <link property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
</div>
<div typeof="rdf:Property" resource="http://schema.org/firstPerformance">
  <span class="h" property="rdfs:label">firstPerformance</span>
  <span property="rdfs:comment">The date and place the work was first performed.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MusicComposition">MusicComposition</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Event">Event</a></span>
  <link property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
</div>
<div typeof="rdf:Property" resource="http://schema.org/includedComposition">
  <span class="h" property="rdfs:label">includedComposition</span>
  <span property="rdfs:comment">Smaller compositions included in this work (e.g. a movement in a symphony).</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MusicComposition">MusicComposition</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/MusicComposition">MusicComposition</a></span>
  <link property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
</div>
<div typeof="rdf:Property" resource="http://schema.org/iswcCode">
  <span class="h" property="rdfs:label">iswcCode</span>
  <span property="rdfs:comment">The International Standard Musical Work Code for the composition.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MusicComposition">MusicComposition</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
  <link property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
</div>
<div typeof="rdf:Property" resource="http://schema.org/lyricist">
  <span class="h" property="rdfs:label">lyricist</span>
  <span property="rdfs:comment">The person who wrote the words.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MusicComposition">MusicComposition</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
  <link property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
</div>
<div typeof="rdf:Property" resource="http://schema.org/musicCompositionForm">
  <span class="h" property="rdfs:label">musicCompositionForm</span>
  <span property="rdfs:comment">The type of composition (e.g. overture, sonata, symphony, etc.).</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MusicComposition">MusicComposition</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
  <link property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
</div>
<div typeof="rdf:Property" resource="http://schema.org/musicalKey">
  <span class="h" property="rdfs:label">musicalKey</span>
  <span property="rdfs:comment">The key, mode, or scale this composition uses.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MusicComposition">MusicComposition</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
  <link property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
</div>
<div typeof="rdf:Property" resource="http://schema.org/recordedAs">
  <span class="h" property="rdfs:label">recordedAs</span>
  <span property="rdfs:comment">An audio recording of the work.</span>
  <link property="http://schema.org/inverseOf" href="http://schema.org/recordingOf"/>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MusicComposition">MusicComposition</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/MusicRecording">MusicRecording</a></span>
  <link property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
</div>

<p>Deprecating musicGroupMember in favour of member (already done, but site UI is not ideal; TODO: we should update any examples).</p>

<p>Additions for MusicRecording</p>

<p>TODO: For discussion - do we need something like CreativeWorkContributionRole ?</p>

<div typeof="rdf:Property" resource="http://schema.org/isrcCode">
  <span class="h" property="rdfs:label">isrcCode</span>
  <span property="rdfs:comment">The International Standard Recording Code for the recording.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MusicRecording">MusicRecording</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
  <link property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
</div>
<div typeof="rdf:Property" resource="http://schema.org/recordingOf">
  <span class="h" property="rdfs:label">recordingOf</span>
  <span property="rdfs:comment">The composition this track is a recording of.</span>
  <link property="http://schema.org/inverseOf" href="http://schema.org/recordedAs"/>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MusicRecording">MusicRecording</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/MusicComposition">MusicComposition</a></span>
  <link property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
</div>

<p>MusicRelease: Thing > CreativeWork > MusicPlaylist > MusicRelease is a new type describing a specific release of a music album.
</p>

<div typeof="rdfs:Class" resource="http://schema.org/MusicRelease">
  <span class="h" property="rdfs:label">MusicRelease</span>
  <span property="rdfs:comment">A MusicRelease is a specific release of a music album.</span>
  <link property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
<span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/MusicPlaylist">MusicPlaylist</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/catalogNumber">
  <span class="h" property="rdfs:label">catalogNumber</span>
  <span property="rdfs:comment">The catalog number for the release.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MusicRelease">MusicRelease</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
  <link property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
</div>

<div typeof="rdf:Property" resource="http://schema.org/creditedTo">
  <span class="h" property="rdfs:label">creditedTo</span>
  <span property="rdfs:comment">The group the release is credited to if different than the byArtist. For example, Red and Blue is credited to "Stefani Germanotta Band", but by Lady Gaga.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MusicRelease">MusicRelease</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
  <link property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
</div>

<p>NOTE: proposal had 'duration' but this already existed, so just adding MusicRelease as an expected type to MusicRelease.</p>

<div typeof="rdf:Property" resource="http://schema.org/duration">
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MusicRelease">MusicRelease</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/musicReleaseFormat">
  <span class="h" property="rdfs:label">musicReleaseFormat</span>
  <span property="rdfs:comment">Format of this release (the type of recording media used, ie. compact disc, digital media, LP, etc.).</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MusicRelease">MusicRelease</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/MusicReleaseFormatType">MusicReleaseFormatType</a></span>
  <link property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
</div>

<p>NOTE: also we needed 'producer' to be applicable to a MusicRelease - attaching it to CreativeWork to cover everything. Adding Organization as a possible value.</p>

<div typeof="rdf:Property" resource="http://schema.org/recordLabel">
  <span class="h" property="rdfs:label">recordLabel</span>
  <span property="rdfs:comment">The label that issued the release.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MusicRelease">MusicRelease</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
  <link property="owl:equivalentProperty" href="http://purl.org/ontology/mo/label" />
  <link property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
</div>

<div typeof="rdf:Property" resource="http://schema.org/releaseOf">
  <span class="h" property="rdfs:label">releaseOf</span>
  <p>TODO: broaden meaning or add 'album' to name? </p>
  <span property="rdfs:comment">The album this is a release of.</span>
  <link property="http://schema.org/inverseOf" href="http://schema.org/albumRelease"/>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MusicRelease">MusicRelease</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/MusicAlbum">MusicAlbum</a></span>
  <link property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
</div>

<div typeof="rdf:Property" resource="http://schema.org/regionsAllowed">
  <span class="h" property="rdfs:label">regionsAllowed</span>
  <span property="rdfs:comment">The regions where the media is allowed. If not specified, then it&#39;s assumed to be allowed everywhere. Specify the countries in [ISO 3166 format](http://en.wikipedia.org/wiki/ISO_3166).</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MediaObject">MediaObject</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Place">Place</a></span>
</div>

<p>Addition to CreativeWork.</p>

<!-- orig proposal: -->
<!--    <div typeof="rdf:Property" resource="http://schema.org/hasReleaseRegion">
  <span class="h" property="rdfs:label">hasReleaseRegion</span>
  <span property="rdfs:comment">The place and time the release was issued.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/CreativeWorkReleaseRegion">CreativeWorkReleaseRegion</a></span>
</div>
-->

<div typeof="rdf:Property" resource="http://schema.org/releasedEvent">
  <span class="h" property="rdfs:label">releasedEvent</span>
  <span property="rdfs:comment">The place and time the release was issued, expressed as a PublicationEvent.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/PublicationEvent">PublicationEvent</a></span>
</div>

<p>TODO: Add CreativeWorkReleaseRegion - or decide whether PublicationEvent does the job, and rename properties accordingly.</p>

<div typeof="rdfs:Class" resource="http://schema.org/MusicReleaseFormatType">
  <span class="h" property="rdfs:label">MusicReleaseFormatType</span>
  <span property="rdfs:comment">Format of this release (the type of recording media used, ie. compact disc, digital media, LP, etc.).</span>
   <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Enumeration">Enumeration</a></span>
  <link property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
</div>

<div typeof="http://schema.org/MusicReleaseFormatType" resource="http://schema.org/CassetteFormat">
  <span class="h" property="rdfs:label">CassetteFormat</span>
  <span property="rdfs:comment">CassetteFormat.</span>
  <link property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
</div>
<div typeof="http://schema.org/MusicReleaseFormatType" resource="http://schema.org/CDFormat">
  <span class="h" property="rdfs:label">CDFormat</span>
  <span property="rdfs:comment">CDFormat.</span>
  <link property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
</div>
<div typeof="http://schema.org/MusicReleaseFormatType" resource="http://schema.org/DVDFormat">
  <span class="h" property="rdfs:label">DVDFormat</span>
  <span property="rdfs:comment">DVDFormat.</span>
  <link property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
</div>
<div typeof="http://schema.org/MusicReleaseFormatType" resource="http://schema.org/DigitalFormat">
  <span class="h" property="rdfs:label">DigitalFormat</span>
  <span property="rdfs:comment">DigitalFormat.</span>
  <link property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
</div>
<div typeof="http://schema.org/MusicReleaseFormatType" resource="http://schema.org/DigitalAudioTapeFormat">
  <span class="h" property="rdfs:label">DigitalAudioTapeFormat</span>
  <span property="rdfs:comment">DigitalAudioTapeFormat.</span>
  <link property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
</div>
<div typeof="http://schema.org/MusicReleaseFormatType" resource="http://schema.org/LaserDiscFormat">
  <span class="h" property="rdfs:label">LaserDiscFormat</span>
  <span property="rdfs:comment">LaserDiscFormat.</span>
  <link property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
</div>
<div typeof="http://schema.org/MusicReleaseFormatType" resource="http://schema.org/VinylFormat">
  <span class="h" property="rdfs:label">VinylFormat</span>
  <span property="rdfs:comment">VinylFormat.</span>
  <link property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
</div>


<p>NOTE: Added foundingLocation (Place) to Organization.</p>
<div typeof="rdf:Property" resource="http://schema.org/foundingLocation">
  <span class="h" property="rdfs:label">foundingLocation</span>
  <span property="rdfs:comment">The place where the Organization was founded.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Organization">Organization</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Place">Place</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/birthPlace">
  <span class="h" property="rdfs:label">birthPlace</span>
  <span property="rdfs:comment">The place where the person was born.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Place">Place</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/deathPlace">
  <span class="h" property="rdfs:label">deathPlace</span>
  <span property="rdfs:comment">The place where the person died.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Place">Place</a></span>
</div>

<p>NOTE: Added foundingLocation (Place) to Organization.</p>

</div>



<div>

    <h1>Sports</h1>
    <p>Sports Agents Vocabulary as of 2014-09-16.</p>
    <!-- Based on https://www.w3.org/wiki/File:2014SportsAgentsVocab.1.0.pdf -->

    <!-- SUBCLASSING OF 'SportsTeam' under 'SportsOrganization -->
    <div typeof="rdfs:Class" resource="http://schema.org/SportsTeam">
        <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/SportsOrganization">SportsOrganization</a></span>
    </div>

    <!-- Sports Organization and associated properties -->
    <div typeof="rdfs:Class" resource="http://schema.org/SportsOrganization">
        <span class="h" property="rdfs:label">SportsOrganization</span>
        <span property="rdfs:comment">Represents the collection of all sports organizations, including sports teams, governing bodies, and sports associations.</span>
        <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Organization">Organization</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/sport">
        <span class="h" property="rdfs:label">sport</span>
        <span property="rdfs:comment">A type of sport (e.g. Baseball).</span>
        <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/SportsOrganization">SportsOrganization</a></span>
        <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
        <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
    </div>

    <!-- new athlete and coach properties for Sports Team-->
    <div typeof="rdf:Property" resource="http://schema.org/coach">
        <span class="h" property="rdfs:label">coach</span>
        <span property="rdfs:comment">A person that acts in a coaching role for a sports team.</span>
        <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/SportsTeam">SportsTeam</a></span>
        <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/athlete">
        <span class="h" property="rdfs:label">athlete</span>
        <span property="rdfs:comment">A person that acts as performing member of a sports team; a player as opposed to a coach.</span>
        <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/SportsTeam">SportsTeam</a></span>
        <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
    </div>

    <!-- new property for jersey numbers -->
    <div typeof="rdf:Property" resource="http://schema.org/numberedPosition">
        <span class="h" property="rdfs:label">numberedPosition</span>
        <span property="rdfs:comment">A number associated with a role in an organization, for example, the number on an athlete's jersey.</span>
        <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/OrganizationRole">OrganizationRole</a></span>
        <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Number">Number</a></span>
    </div>

    <!-- basic event properties -->

    <!-- new homeTeam and awayTeam properties for Sports Event-->
    <div typeof="rdf:Property" resource="http://schema.org/homeTeam">
        <span class="h" property="rdfs:label">homeTeam</span>
        <span property="rdfs:comment">The home team in a sports event.</span>
        <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/SportsEvent">SportsEvent</a></span>
        <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
        <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/SportsTeam">SportsTeam</a></span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/competitor" />
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/awayTeam">
        <span class="h" property="rdfs:label">awayTeam</span>
        <span property="rdfs:comment">The away team in a sports event.</span>
        <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/SportsEvent">SportsEvent</a></span>
        <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
        <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/SportsTeam">SportsTeam</a></span>
      <link property="rdfs:subPropertyOf" href="http://schema.org/competitor" />
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/competitor">
        <span class="h" property="rdfs:label">competitor</span>
        <span property="rdfs:comment">A competitor in a sports event.</span>
        <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/SportsEvent">SportsEvent</a></span>
        <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
        <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/SportsTeam">SportsTeam</a></span>
    </div>


</div>


<div>
  <h1>Dated Money Specification</h1>
  <p>Addition of DatedMoneySpecification as of 2014-11-14.</p>
  <p>Tweaks: calling it DatedMoneySpecification rather than DatedMoneyValue
  for symmetry with PriceSpecification and subtypes. Removed comments on startDate/endDate as definitions are global and these exist.</p>

  <!-- SUBCLASSING OF 'DatedMoneySpecification' under 'StructuredValue-->
  <div typeof="rdfs:Class" resource="http://schema.org/DatedMoneySpecification">
    <span>
      Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/StructuredValue">StructuredValue</a>
    </span>
  </div>

  <!-- Money Value and associated properties -->
  <div typeof="rdfs:Class" resource="http://schema.org/DatedMoneySpecification">
    <span class="h" property="rdfs:label">DatedMoneySpecification</span>
    <link property="http://schema.org/supersededBy" href="http://schema.org/MonetaryAmount"/>
    <span property="rdfs:comment">A DatedMoneySpecification represents monetary values with optional start and end dates. For example, this could represent an employee's salary over a specific period of time. __Note:__ This type has been superseded by [[MonetaryAmount]] use of that type is recommended</span>
    <span>
      Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/StructuredValue">StructuredValue</a>
    </span>
  </div>

  <div typeof="rdf:Property" resource="http://schema.org/amount">
    <span class="h" property="rdfs:label">amount</span>
    <span property="rdfs:comment">The amount of money.</span>
    <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/DatedMoneySpecification">DatedMoneySpecification</a></span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/LoanOrCredit">LoanOrCredit</a></span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/InvestmentOrDeposit">InvestmentOrDeposit</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/MonetaryAmount">MonetaryAmount</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Number">Number</a></span>
    <span property="schema:category">issue-1698</span>
    <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1698"></a>
  </div>

  <div typeof="rdf:Property" resource="http://schema.org/currency">
    <span class="h" property="rdfs:label">currency</span>
    <span property="rdfs:comment">The currency in which the monetary amount is expressed.\n\nUse standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217) e.g. "USD"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies e.g. "BTC"; well known names for [Local Exchange Tradings Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types e.g. "Ithaca HOUR".</span>
    <span>domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/DatedMoneySpecification">DatedMoneySpecification</a></span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MonetaryAmount">MonetaryAmount</a></span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MonetaryAmountDistribution">MonetaryAmountDistribution</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
  </div>


  <div typeof="rdf:Property" resource="http://schema.org/startDate">
    <!--
    <span property="rdfs:comment">The start date and time for which the monetary value applies (in ISO 8601 date format). For example, the date on which an employee's salary became effective.</span>
    -->
    <span>
      domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/DatedMoneySpecification">DatedMoneySpecification</a>
    </span>
    <span>
      Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Date">Date</a>
    </span>
  </div>
  <div typeof="rdf:Property" resource="http://schema.org/endDate">
    <!--
    <span property="rdfs:comment">The end date and time for which the monetary value applies (in ISO 8601 date format). For example, the date on which an employee's salary changed to a different value.</span>
    -->
    <span>
      domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/DatedMoneySpecification">DatedMoneySpecification</a>
    </span>
    <span>
      Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Date">Date</a>
      Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a>
    </span>
  </div>
</div>
<h1>VisualArtwork</h1>


<p>See <a href="http://lists.w3.org/Archives/Public/public-vocabs/2013May/0030.html">discussion</a> and <a href="http://www.w3.org/wiki/WebSchemas/VisualArtwork">wiki</a></p>


<div typeof="rdfs:Class" resource="http://schema.org/VisualArtwork">
    <span class="h" property="rdfs:label">VisualArtwork</span>
    <span property="rdfs:comment">A work of art that is primarily visual in character.</span>
    <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
    <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_VisualArtworkClass">WebSchemas community</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/artform">
    <span class="h" property="rdfs:label">artform</span>
    <span property="rdfs:comment">e.g. Painting, Drawing, Sculpture, Print, Photograph, Assemblage, Collage, etc.</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/VisualArtwork">VisualArtwork</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/material">
    <span class="h" property="rdfs:label">material</span>
    <!--      <link property="http://schema.org/supersededBy" href="http://schema.org/artMedium"/> -->
    <span property="rdfs:comment">A material that something is made from, e.g. leather, wool, cotton, paper.</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Product">Product</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Product">Product</a></span>
</div>
<div typeof="rdf:Property" resource="http://schema.org/artMedium">
    <span class="h" property="rdfs:label">artMedium</span>
    <span property="rdfs:comment">The material used. (e.g. Oil, Watercolour, Acrylic, Linoprint, Marble, Cyanotype, Digital, Lithograph, DryPoint, Intaglio, Pastel, Woodcut, Pencil, Mixed Media, etc.)</span>
    <link property="rdfs:subPropertyOf" href="http://schema.org/material" />
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/VisualArtwork">VisualArtwork</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/surface">
    <span class="h" property="rdfs:label">surface</span>
      <link property="http://schema.org/supersededBy" href="http://schema.org/artworkSurface"/>
    <span property="rdfs:comment">A material used as a surface in some artwork, e.g. Canvas, Paper, Wood, Board, etc.</span>
    <link property="rdfs:subPropertyOf" href="http://schema.org/material" />
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/VisualArtwork">VisualArtwork</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
</div>
<div typeof="rdf:Property" resource="http://schema.org/artworkSurface">
    <span class="h" property="rdfs:label">artworkSurface</span>
    <span property="rdfs:comment">The supporting materials for the artwork, e.g. Canvas, Paper, Wood, Board, etc.</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/VisualArtwork">VisualArtwork</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/width"> <!-- exists, see http://schema.org/docs/schema_org_rdfa.html existing domains MediaObject, Product. -->
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/VisualArtwork">VisualArtwork</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/height"> <!-- exists, see http://schema.org/docs/schema_org_rdfa.html existing domains MediaObject, Product. -->
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/VisualArtwork">VisualArtwork</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/depth"> <!-- exists, see http://schema.org/docs/schema_org_rdfa.html existing domains MediaObject, Product. -->
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/VisualArtwork">VisualArtwork</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/artEdition">
    <span class="h" property="rdfs:label">artEdition</span>
    <span property="rdfs:comment">The number of copies when multiple copies of a piece of artwork are produced - e.g. for a limited edition of 20 prints, 'artEdition' refers to the total number of copies (in this example "20").</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/VisualArtwork">VisualArtwork</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Integer">Integer</a></span>
</div>

<h1>Bills</h1>
<div typeof="rdfs:Class" resource="http://schema.org/Invoice">
  <span class="h" property="rdfs:label">Invoice</span>
  <span property="rdfs:comment">A statement of the money due for goods or services; a bill.</span>
  <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/totalPaymentDue">
  <span class="h" property="rdfs:label">totalPaymentDue</span>
  <span property="rdfs:comment">The total amount due.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Invoice">Invoice</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/PriceSpecification">PriceSpecification</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/MonetaryAmount">MonetaryAmount</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/minimumPaymentDue">
  <span class="h" property="rdfs:label">minimumPaymentDue</span>
  <span property="rdfs:comment">The minimum payment required at this time.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Invoice">Invoice</a></span>
  <span>Domain: <a property="http://schema.org/rangeIncludes" href="http://schema.org/PriceSpecification">PriceSpecification</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/MonetaryAmount">MonetaryAmount</a></span>
</div>
<div typeof="rdf:Property" resource="http://schema.org/accountId">
  <span class="h" property="rdfs:label">accountId</span>
  <span property="rdfs:comment">The identifier for the account the payment will be applied to.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Invoice">Invoice</a></span>
  <span>Domain: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
</div>
<div typeof="rdf:Property" resource="http://schema.org/scheduledPaymentDate">
  <span class="h" property="rdfs:label">scheduledPaymentDate</span>
  <span property="rdfs:comment">The date the invoice is scheduled to be paid.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Invoice">Invoice</a></span>
  <span>Domain: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Date">Date</a></span>
</div>
<div typeof="rdf:Property" resource="http://schema.org/billingPeriod">
  <span class="h" property="rdfs:label">billingPeriod</span>
  <span property="rdfs:comment">The time interval used to compute the invoice.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Invoice">Invoice</a></span>
  <span>Domain: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Duration">Duration</a></span>
</div>
<div typeof="rdf:Property" resource="http://schema.org/paymentStatus">
  <span class="h" property="rdfs:label">paymentStatus</span>
  <span property="rdfs:comment">The status of payment; whether the invoice has been paid or not.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Invoice">Invoice</a></span>
  <span>Domain: <a property="http://schema.org/rangeIncludes" href="http://schema.org/PaymentStatusType">PaymentStatusType</a></span>
  <span>Domain: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/referencesOrder">
  <span class="h" property="rdfs:label">referencesOrder</span>
  <span property="rdfs:comment">The Order(s) related to this Invoice. One or more Orders may be combined into a single Invoice.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Invoice">Invoice</a></span>
  <span>Domain: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Order">Order</a></span>
</div>


<!-- Property-Value Support as per https://www.w3.org/wiki/WebSchemas/PropertyValuePairs -->
<h1>Property-Value Support</h1>
<div typeof="rdfs:Class" resource="http://schema.org/PropertyValue">
    <span class="h" property="rdfs:label">PropertyValue</span>
    <span property="rdfs:comment">A property-value pair, e.g. representing a feature of a product or place. Use the &apos;name&apos; property for the name of the property. If there is an additional human-readable version of the value, put that into the &apos;description&apos; property.\n\n Always use specific schema.org properties when a) they exist and b) you can populate them. Using PropertyValue as a substitute will typically not trigger the same effect as using the original, specific property.
    </span>
    <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/StructuredValue">StructuredValue</a></span>
    <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass">GoodRelationsClass</a></span>
</div>
<div typeof="rdf:Property" resource="http://schema.org/additionalProperty">
    <span class="h" property="rdfs:label">additionalProperty</span>
    <span property="rdfs:comment">A property-value pair representing an additional characteristics of the entitity, e.g. a product feature or another characteristic for which there is no matching property in schema.org.\n\nNote: Publishers should be aware that applications designed to use specific schema.org properties (e.g. http://schema.org/width, http://schema.org/color, http://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism.
</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Product">Product</a></span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Place">Place</a></span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/QualitativeValue">QualitativeValue</a></span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/PropertyValue">PropertyValue</a></span>
</div>
<div typeof="rdf:Property" resource="http://schema.org/unitText">
    <span class="h" property="rdfs:label">unitText</span>
    <span property="rdfs:comment">A string or text indicating the unit of measurement. Useful if you cannot provide a standard unit code for
&lt;a href=&#39;unitCode&#39;&gt;unitCode&lt;/a&gt;.</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PropertyValue">PropertyValue</a></span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/TypeAndQuantityNode">TypeAndQuantityNode</a></span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/UnitPriceSpecification">UnitPriceSpecification</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
</div>
<div typeof="rdf:Property" resource="http://schema.org/propertyID">
    <span class="h" property="rdfs:label">propertyID</span>
    <span property="rdfs:comment">A commonly used identifier for the characteristic represented by the property, e.g. a manufacturer or a standard code for a property. propertyID can be
(1) a prefixed string, mainly meant to be used with standards for product properties; (2) a site-specific, non-prefixed string (e.g. the primary key of the property or the vendor-specific id of the property), or (3)
a URL indicating the type of the property, either pointing to an external vocabulary, or a Web resource that describes the property (e.g. a glossary entry).
Standards bodies should promote a standard prefix for the identifiers of properties from their standards.</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/PropertyValue">PropertyValue</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
</div>

<div>
  <h1>TV Listing additions</h1>
    <div typeof="rdf:Property" resource="http://schema.org/broadcastAffiliateOf">
      <span class="h" property="rdfs:label">broadcastAffiliateOf</span>
      <span property="rdfs:comment">The media network(s) whose content is broadcast on this station.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/BroadcastService">BroadcastService</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/broadcastDisplayName">
      <span class="h" property="rdfs:label">broadcastDisplayName</span>
      <span property="rdfs:comment">The name displayed in the channel guide. For many US affiliates, it is the network name.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/BroadcastService">BroadcastService</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/broadcastOfEvent">
      <span class="h" property="rdfs:label">broadcastOfEvent</span>
      <span property="rdfs:comment">The event being broadcast such as a sporting event or awards ceremony.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/BroadcastEvent">BroadcastEvent</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Event">Event</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/broadcastTimezone">
      <span class="h" property="rdfs:label">broadcastTimezone</span>
      <span property="rdfs:comment">The timezone in [ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601) for which the service bases its broadcasts</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/BroadcastService">BroadcastService</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/isLiveBroadcast">
      <span class="h" property="rdfs:label">isLiveBroadcast</span>
      <span property="rdfs:comment">True is the broadcast is of a live event.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/BroadcastEvent">BroadcastEvent</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Boolean">Boolean</a></span>
    </div>
    <div typeof="rdfs:Class" resource="http://schema.org/CableOrSatelliteService">
      <span class="h" property="rdfs:label">CableOrSatelliteService</span>
      <span property="rdfs:comment">A service which provides access to media programming like TV or radio. Access may be via cable or satellite.</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Service">Service</a></span>
   </div>
    <div typeof="rdfs:Class" resource="http://schema.org/BroadcastChannel">
      <span class="h" property="rdfs:label">BroadcastChannel</span>
      <span property="rdfs:comment">A unique instance of a BroadcastService on a CableOrSatelliteService lineup.</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
   </div>
    <div typeof="rdfs:Class" resource="http://schema.org/TelevisionChannel">
      <span class="h" property="rdfs:label">TelevisionChannel</span>
      <span property="rdfs:comment">A unique instance of a television BroadcastService on a CableOrSatelliteService lineup.</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/BroadcastChannel">BroadcastChannel</a></span>
   </div>
    <div typeof="rdfs:Class" resource="http://schema.org/RadioChannel">
      <span class="h" property="rdfs:label">RadioChannel</span>
      <span property="rdfs:comment">A unique instance of a radio BroadcastService on a CableOrSatelliteService lineup.</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/BroadcastChannel">BroadcastChannel</a></span>
   </div>
    <div typeof="rdf:Property" resource="http://schema.org/broadcastChannelId">
      <span class="h" property="rdfs:label">broadcastChannelId</span>
      <span property="rdfs:comment">The unique address by which the BroadcastService can be identified in a provider lineup. In US, this is typically a number.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/BroadcastChannel">BroadcastChannel</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/inBroadcastLineup">
      <span class="h" property="rdfs:label">inBroadcastLineup</span>
      <span property="rdfs:comment">The CableOrSatelliteService offering the channel.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/BroadcastChannel">BroadcastChannel</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/CableOrSatelliteService">CableOrSatelliteService</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/broadcastServiceTier">
      <span class="h" property="rdfs:label">broadcastServiceTier</span>
      <span property="rdfs:comment">The type of service required to have access to the channel (e.g. Standard or Premium).</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/BroadcastChannel">BroadcastChannel</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    </div>
    <div typeof="rdf:Property" resource="http://schema.org/providesBroadcastService">
      <span class="h" property="rdfs:label">providesBroadcastService</span>
      <span property="rdfs:comment">The BroadcastService offered on this channel.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/BroadcastChannel">BroadcastChannel</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/BroadcastService">BroadcastService</a></span>
    </div>
</div>


<h1>Vehicles</h1>

<p>See <a href="https://github.com/schemaorg/schemaorg/issues/262">#262</a> - some terms enter core, others will be an auto: extension.</p>

<div typeof="rdfs:Class" resource="http://schema.org/EngineSpecification">
    <span class="h" property="rdfs:label">EngineSpecification</span>
    <span property="rdfs:comment">Information about the engine of the vehicle. A vehicle can have multiple engines represented by multiple engine specification entities.</span>
    <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/StructuredValue">StructuredValue</a></span>
    <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group">GAO</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/numberOfDoors">
    <span class="h" property="rdfs:label">numberOfDoors</span>
    <span property="rdfs:comment">The number of doors.\n\nTypical unit code(s): C62</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Vehicle">Vehicle</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Number">Number</a></span>
    <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group">GAO</a></span>
</div>
    <div typeof="rdfs:Class" resource="http://schema.org/Bridge">
      <span class="h" property="rdfs:label">Bridge</span>
      <span property="rdfs:comment">A bridge.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CivicStructure">CivicStructure</a></span>
    </div>

<div typeof="rdf:Property" resource="http://schema.org/numberOfAirbags">
    <span class="h" property="rdfs:label">numberOfAirbags</span>
    <span property="rdfs:comment">The number or type of airbags in the vehicle.</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Vehicle">Vehicle</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Number">Number</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group">GAO</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/numberOfAxles">
    <span class="h" property="rdfs:label">numberOfAxles</span>
    <span property="rdfs:comment">The number of axles.\n\nTypical unit code(s): C62</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Vehicle">Vehicle</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Number">Number</a></span>
    <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group">GAO</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/vehicleEngine">
    <span class="h" property="rdfs:label">vehicleEngine</span>
    <span property="rdfs:comment">Information about the engine or engines of the vehicle.</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Vehicle">Vehicle</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/EngineSpecification">EngineSpecification</a></span>
    <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group">GAO</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/fuelConsumption">
    <span class="h" property="rdfs:label">fuelConsumption</span>
    <span property="rdfs:comment">The amount of fuel consumed for traveling a particular distance or temporal duration with the given vehicle (e.g. liters per 100 km).\n\n* Note 1: There are unfortunately no standard unit codes for liters per 100 km.  Use [[unitText]] to indicate the unit of measurement, e.g. L/100 km.\n* Note 2: There are two ways of indicating the fuel consumption, [[fuelConsumption]] (e.g. 8 liters per 100 km) and [[fuelEfficiency]] (e.g. 30 miles per gallon). They are reciprocal.\n* Note 3: Often, the absolute value is useful only when related to driving speed ("at 80 km/h") or usage pattern ("city traffic"). You can use [[valueReference]] to link the value for the fuel consumption to another value.</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Vehicle">Vehicle</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
    <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group">GAO</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/fuelEfficiency">
    <span class="h" property="rdfs:label">fuelEfficiency</span>
    <span property="rdfs:comment">The distance traveled per unit of fuel used; most commonly miles per gallon (mpg) or kilometers per liter (km/L).\n\n* Note 1: There are unfortunately no standard unit codes for miles per gallon or kilometers per liter. Use [[unitText]] to indicate the unit of measurement, e.g. mpg or km/L.\n* Note 2: There are two ways of indicating the fuel consumption, [[fuelConsumption]] (e.g. 8 liters per 100 km) and [[fuelEfficiency]] (e.g. 30 miles per gallon). They are reciprocal.\n* Note 3: Often, the absolute value is useful only when related to driving speed ("at 80 km/h") or usage pattern ("city traffic"). You can use [[valueReference]] to link the value for the fuel economy to another value.</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Vehicle">Vehicle</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
    <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group">GAO</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/numberOfForwardGears">
    <span class="h" property="rdfs:label">numberOfForwardGears</span>
    <span property="rdfs:comment">The total number of forward gears available for the transmission system of the vehicle.\n\nTypical unit code(s): C62</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Vehicle">Vehicle</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Number">Number</a></span>
    <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group">GAO</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/vehicleIdentificationNumber"><!-- formerly vin -->
    <span class="h" property="rdfs:label">vehicleIdentificationNumber</span>
    <span property="rdfs:comment">The Vehicle Identification Number (VIN) is a unique serial number used by the automotive industry to identify individual motor vehicles.</span>
     <link property="rdfs:subPropertyOf" href="http://schema.org/serialNumber" />
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Vehicle">Vehicle</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group">GAO</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/cargoVolume">
    <span class="h" property="rdfs:label">cargoVolume</span>
    <span property="rdfs:comment">The available volume for cargo or luggage. For automobiles, this is usually the trunk volume.\n\nTypical unit code(s): LTR for liters, FTQ for cubic foot/feet\n\nNote: You can use [[minValue]] and [[maxValue]] to indicate ranges.</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Vehicle">Vehicle</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
    <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group">GAO</a></span>
</div>


<div typeof="rdf:Property" resource="http://schema.org/vehicleConfiguration"> <!-- formerly configuration -->
    <span class="h" property="rdfs:label">vehicleConfiguration</span>
    <span property="rdfs:comment">A short text indicating the configuration of the vehicle, e.g. &apos;5dr hatchback ST 2.5 MT 225 hp&apos; or &apos;limited edition&apos;.</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Vehicle">Vehicle</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group">GAO</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/knownVehicleDamages">
    <span class="h" property="rdfs:label">knownVehicleDamages</span>
    <span property="rdfs:comment">A textual description of known damages, both repaired and unrepaired.</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Vehicle">Vehicle</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group">GAO</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/dateVehicleFirstRegistered"> <!-- was dateFirstRegistered -->
    <span class="h" property="rdfs:label">dateVehicleFirstRegistered</span>
    <span property="rdfs:comment">The date of the first registration of the vehicle with the respective public authorities.</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Vehicle">Vehicle</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Date">Date</a></span>
    <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group">GAO</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/driveWheelConfiguration">
    <span class="h" property="rdfs:label">driveWheelConfiguration</span>
    <span property="rdfs:comment">The drive wheel configuration, i.e. which roadwheels will receive torque from the vehicle's engine via the drivetrain.</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Vehicle">Vehicle</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DriveWheelConfigurationValue">DriveWheelConfigurationValue</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group">GAO</a></span>
</div>

<div typeof="rdfs:Class" resource="http://schema.org/DriveWheelConfigurationValue">
    <span class="h" property="rdfs:label">DriveWheelConfigurationValue</span>
    <span property="rdfs:comment">A value indicating which roadwheels will receive torque.</span>
    <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/QualitativeValue">QualitativeValue</a></span>
    <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group">GAO</a></span>
</div>

<!-- these enums were 4WD AWD FWD RWD abbreviations -->

<div typeof="http://schema.org/DriveWheelConfigurationValue" resource="http://schema.org/FourWheelDriveConfiguration">
  <span class="h" property="rdfs:label">FourWheelDriveConfiguration</span>
  <span property="rdfs:comment">Four-wheel drive is a transmission layout where the engine primarily drives two wheels with a part-time four-wheel drive capability.</span>
  <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group">GAO</a></span>
</div>

<div typeof="http://schema.org/DriveWheelConfigurationValue" resource="http://schema.org/AllWheelDriveConfiguration">
  <span class="h" property="rdfs:label">AllWheelDriveConfiguration</span>
  <span property="rdfs:comment">All-wheel Drive is a transmission layout where the engine drives all four wheels.</span>
  <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group">GAO</a></span>
</div>
<div typeof="http://schema.org/DriveWheelConfigurationValue" resource="http://schema.org/FrontWheelDriveConfiguration">
  <span class="h" property="rdfs:label">FrontWheelDriveConfiguration</span>
  <span property="rdfs:comment">Front-wheel drive is a transmission layout where the engine drives the front wheels.</span>
  <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group">GAO</a></span>
</div>
<div typeof="http://schema.org/DriveWheelConfigurationValue" resource="http://schema.org/RearWheelDriveConfiguration">
  <span class="h" property="rdfs:label">RearWheelDriveConfiguration</span>
  <span property="rdfs:comment">Real-wheel drive is a transmission layout where the engine drives the rear wheels.</span>
  <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group">GAO</a></span>
</div>


<div typeof="rdf:Property" resource="http://schema.org/fuelType">
    <span class="h" property="rdfs:label">fuelType</span>
    <span property="rdfs:comment">The type of fuel suitable for the engine or engines of the vehicle. If the vehicle has only one engine, this property can be attached directly to the vehicle.</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Vehicle">Vehicle</a></span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/EngineSpecification">EngineSpecification</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/QualitativeValue">QualitativeValue</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
    <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group">GAO</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/vehicleInteriorColor">
    <span class="h" property="rdfs:label">vehicleInteriorColor</span>
    <span property="rdfs:comment">The color or color combination of the interior of the vehicle.</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Vehicle">Vehicle</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group">GAO</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/vehicleInteriorType">
    <span class="h" property="rdfs:label">vehicleInteriorType</span>
    <span property="rdfs:comment">The type or material of the interior of the vehicle (e.g. synthetic fabric, leather, wood, etc.). While most interior types are characterized by the material used, an interior type can also be based on vehicle usage or target audience.</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Vehicle">Vehicle</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group">GAO</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/mileageFromOdometer">
    <span class="h" property="rdfs:label">mileageFromOdometer</span>
    <span property="rdfs:comment">The total distance travelled by the particular vehicle since its initial production, as read from its odometer.\n\nTypical unit code(s): KMT for kilometers, SMI for statute miles</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Vehicle">Vehicle</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
    <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group">GAO</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/vehicleModelDate">
    <span class="h" property="rdfs:label">vehicleModelDate</span>
    <span property="rdfs:comment">The release date of a vehicle model (often used to differentiate versions of the same make and model).</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Vehicle">Vehicle</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Date">Date</a></span>
    <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group">GAO</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/numberOfPreviousOwners"> <!-- was previousOwners -->
    <span class="h" property="rdfs:label">numberOfPreviousOwners</span>
    <span property="rdfs:comment">The number of owners of the vehicle, including the current one.\n\nTypical unit code(s): C62</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Vehicle">Vehicle</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Number">Number</a></span>
    <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group">GAO</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/productionDate">
    <span class="h" property="rdfs:label">productionDate</span>
    <span property="rdfs:comment">The date of production of the item, e.g. vehicle.</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Vehicle">Vehicle</a></span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Product">Product</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Date">Date</a></span>
    <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group">GAO</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/purchaseDate">
    <span class="h" property="rdfs:label">purchaseDate</span>
    <span property="rdfs:comment">The date the item e.g. vehicle was purchased by the current owner.</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Vehicle">Vehicle</a></span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Product">Product</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Date">Date</a></span>
    <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group">GAO</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/vehicleSeatingCapacity">
    <span class="h" property="rdfs:label">vehicleSeatingCapacity</span>
    <span property="rdfs:comment">The number of passengers that can be seated in the vehicle, both in terms of the physical space available, and in terms of limitations set by law.\n\nTypical unit code(s): C62 for persons.</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Vehicle">Vehicle</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Number">Number</a></span>
    <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group">GAO</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/vehicleTransmission">
    <span class="h" property="rdfs:label">vehicleTransmission</span>
    <span property="rdfs:comment">The type of component used for transmitting the power from a rotating power source to the wheels or other relevant component(s) ("gearbox" for cars).</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Vehicle">Vehicle</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/QualitativeValue">QualitativeValue</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
    <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group">GAO</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/steeringPosition">
    <span class="h" property="rdfs:label">steeringPosition</span>
    <span property="rdfs:comment">The position of the steering wheel or similar device (mostly for cars).</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Vehicle">Vehicle</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/SteeringPositionValue">SteeringPositionValue</a></span>
    <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group">GAO</a></span>
</div>

<div typeof="rdfs:Class" resource="http://schema.org/SteeringPositionValue">
    <span class="h" property="rdfs:label">SteeringPositionValue</span>
    <span property="rdfs:comment">A value indicating a steering position.</span>
    <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/QualitativeValue">QualitativeValue</a></span>
    <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group">GAO</a></span>
</div>

<div typeof="http://schema.org/SteeringPositionValue" resource="http://schema.org/RightHandDriving">
  <span class="h" property="rdfs:label">RightHandDriving</span>
  <span property="rdfs:comment">The steering position is on the right side of the vehicle (viewed from the main direction of driving).</span>
  <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group">GAO</a></span>
</div>

<div typeof="http://schema.org/SteeringPositionValue" resource="http://schema.org/LeftHandDriving">
  <span class="h" property="rdfs:label">LeftHandDriving</span>
  <span property="rdfs:comment">The steering position is on the left side of the vehicle (viewed from the main direction of driving).</span>
  <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group">GAO</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/vehicleSpecialUsage">
    <span class="h" property="rdfs:label">vehicleSpecialUsage</span>
    <span property="rdfs:comment">Indicates whether the vehicle has been used for special purposes, like commercial rental, driving school, or as a taxi. The legislation in many countries requires this information to be revealed when offering a car for sale.</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Vehicle">Vehicle</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
</div>

<h1>InteractionCounter</h1>

<div typeof="rdfs:Class" resource="http://schema.org/InteractionCounter">
    <span class="h" property="rdfs:label">InteractionCounter</span>
    <span property="rdfs:comment">A summary of how users have interacted with this CreativeWork. In most cases, authors will use a subtype to specify the specific type of interaction.</span>
    <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/StructuredValue">StructuredValue</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/interactionService">
    <span class="h" property="rdfs:label">interactionService</span>
    <span property="rdfs:comment">The WebSite or SoftwareApplication where the interactions took place.</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/InteractionCounter">InteractionCount</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/SoftwareApplication">SoftwareApplication</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/WebSite">WebSite</a></span>
</div>
<div typeof="rdf:Property" resource="http://schema.org/interactionStatistic">
    <span class="h" property="rdfs:label">interactionStatistic</span>
    <span property="rdfs:comment">The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used.</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/InteractionCounter">InteractionCounter</a></span>
</div>
<div typeof="rdf:Property" resource="http://schema.org/interactionType">
    <span class="h" property="rdfs:label">interactionType</span>
    <span property="rdfs:comment">The Action representing the type of interaction. For up votes, +1s, etc. use [[LikeAction]]. For down votes use [[DislikeAction]]. Otherwise, use the most specific Action.</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/InteractionCounter">InteractionCounter</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Action">Action</a></span>
</div>
<div typeof="rdf:Property" resource="http://schema.org/userInteractionCount">
    <span class="h" property="rdfs:label">userInteractionCount</span>
    <span property="rdfs:comment">The number of interactions for the CreativeWork using the WebSite or SoftwareApplication.</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/InteractionCounter">InteractionCount</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Integer">Integer</a></span>
</div>

<h1>Social Media</h1>

<div typeof="rdfs:Class" resource="http://schema.org/SocialMediaPosting">
  <span class="h" property="rdfs:label">SocialMediaPosting</span>
  <span property="rdfs:comment">A post to a social media platform, including blog posts, tweets, Facebook posts, etc.</span>
  <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Article">Article</a></span>
</div>
<div typeof="rdf:Property" resource="http://schema.org/sharedContent">
  <span class="h" property="rdfs:label">sharedContent</span>
  <span property="rdfs:comment">A CreativeWork such as an image, video, or audio clip shared as part of this posting.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/SocialMediaPosting">SocialMediaPosting</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
</div>

<div typeof="rdfs:Class" resource="http://schema.org/DiscussionForumPosting">
  <span class="h" property="rdfs:label">DiscussionForumPosting</span>
  <span property="rdfs:comment">A posting to a discussion forum.</span>
  <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/SocialMediaPosting">SocialMediaPosting</a></span>
</div>

<div typeof="rdfs:Class" resource="http://schema.org/LiveBlogPosting">
  <span class="h" property="rdfs:label">LiveBlogPosting</span>
  <span property="rdfs:comment">A blog post intended to provide a rolling textual coverage of an ongoing event through continuous updates.</span>
  <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/BlogPosting">BlogPosting</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/coverageStartTime">
  <span class="h" property="rdfs:label">coverageStartTime</span>
  <span property="rdfs:comment">The time when the live blog will begin covering the Event. Note that coverage may begin before the Event's start time. The LiveBlogPosting may also be created before coverage begins.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/LiveBlogPosting">LiveBlogPosting</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/coverageEndTime">
  <span class="h" property="rdfs:label">coverageEndTime</span>
  <span property="rdfs:comment">The time when the live blog will stop covering the Event. Note that coverage may continue after the Event concludes.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/LiveBlogPosting">LiveBlogPosting</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/liveBlogUpdate">
  <span class="h" property="rdfs:label">liveBlogUpdate</span>
  <span property="rdfs:comment">An update to the LiveBlog.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/LiveBlogPosting">LiveBlogPosting</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/BlogPosting">BlogPosting</a></span>
</div>

<div typeof="rdfs:Class" resource="http://schema.org/PaymentStatusType">
  <span class="h" property="rdfs:label">PaymentStatusType</span>
  <span property="rdfs:comment">A specific payment status. For example, PaymentDue, PaymentComplete, etc.</span>
  <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Enumeration">Enumeration</a></span>
  <!--<span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span> -->
</div>

<div typeof="http://schema.org/PaymentStatusType" resource="http://schema.org/PaymentAutomaticallyApplied">
  <span class="h" property="rdfs:label">PaymentAutomaticallyApplied</span>
  <span property="rdfs:comment">An automatic payment system is in place and will be used.</span>
</div>

<div typeof="http://schema.org/PaymentStatusType" resource="http://schema.org/PaymentComplete">
  <span class="h" property="rdfs:label">PaymentComplete</span>
  <span property="rdfs:comment">The payment has been received and processed.</span>
</div>

<div typeof="http://schema.org/PaymentStatusType" resource="http://schema.org/PaymentDeclined">
  <span class="h" property="rdfs:label">PaymentDeclined</span>
  <span property="rdfs:comment">The payee received the payment, but it was declined for some reason.</span>
</div>

<div typeof="http://schema.org/PaymentStatusType" resource="http://schema.org/PaymentDue">
  <span class="h" property="rdfs:label">PaymentDue</span>
  <span property="rdfs:comment">The payment is due, but still within an acceptable time to be received.</span>
</div>

<div typeof="http://schema.org/PaymentStatusType" resource="http://schema.org/PaymentPastDue">
  <span class="h" property="rdfs:label">PaymentPastDue</span>
  <span property="rdfs:comment">The payment is due and considered late.</span>
</div>

<div typeof="rdfs:Class" resource="http://schema.org/Report">
  <span class="h" property="rdfs:label">Report</span>
  <span property="rdfs:comment">A Report generated by governmental or non-governmental organization.</span>
   <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Article">Article</a></span>
</div>
<div typeof="rdf:Property" resource="http://schema.org/reportNumber">
  <span class="h" property="rdfs:label">reportNumber</span>
  <span property="rdfs:comment">The number or other unique designator assigned to a Report by the publishing organization.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Report">Report</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/lyrics">
  <span class="h" property="rdfs:label">lyrics</span>
  <span property="rdfs:comment">The words in the song.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MusicComposition">MusicComposition</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
  <link property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
</div>

<hr />

<!-- TODO: RETURNED FROM HEALTHEXTENSION -->

<div typeof="rdf:Property" resource="http://schema.org/calories">
  <span class="h" property="rdfs:label">calories</span>
  <span property="rdfs:comment">The number of calories.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/NutritionInformation"> NutritionInformation</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Energy">Energy</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/carbohydrateContent">
  <span class="h" property="rdfs:label">carbohydrateContent</span>
  <span property="rdfs:comment">The number of grams of carbohydrates.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/NutritionInformation"> NutritionInformation</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Mass"> Mass </a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/cholesterolContent">
  <span class="h" property="rdfs:label">cholesterolContent</span>
  <span property="rdfs:comment">The number of milligrams of cholesterol.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/NutritionInformation"> NutritionInformation</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Mass"> Mass </a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/fiberContent">
  <span class="h" property="rdfs:label">fiberContent</span>
  <span property="rdfs:comment">The number of grams of fiber.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/NutritionInformation"> NutritionInformation</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Mass"> Mass </a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/proteinContent">
  <span class="h" property="rdfs:label">proteinContent</span>
  <span property="rdfs:comment">The number of grams of protein.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/NutritionInformation"> NutritionInformation</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Mass"> Mass </a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/saturatedFatContent">
  <span class="h" property="rdfs:label">saturatedFatContent</span>
  <span property="rdfs:comment">The number of grams of saturated fat.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/NutritionInformation"> NutritionInformation</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Mass"> Mass </a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/servingSize">
  <span class="h" property="rdfs:label">servingSize</span>
  <span property="rdfs:comment">The serving size, in terms of the number of volume or mass.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/NutritionInformation"> NutritionInformation</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/sodiumContent">
  <span class="h" property="rdfs:label">sodiumContent</span>
  <span property="rdfs:comment">The number of milligrams of sodium.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/NutritionInformation"> NutritionInformation</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Mass"> Mass </a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/sugarContent">
  <span class="h" property="rdfs:label">sugarContent</span>
  <span property="rdfs:comment">The number of grams of sugar.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/NutritionInformation"> NutritionInformation</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Mass"> Mass </a></span>
</div>

<div typeof="rdfs:Class" resource="http://schema.org/Enumeration">
  <span class="h" property="rdfs:label">Enumeration</span>
  <span property="rdfs:comment">Lists or enumerations&#x2014;for example, a list of cuisines or music genres, etc.</span>
  <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
</div>

<div typeof="rdfs:Class" resource="http://schema.org/NutritionInformation">
  <span class="h" property="rdfs:label">NutritionInformation</span>
  <span property="rdfs:comment">Nutritional information about the recipe.</span>
  <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/StructuredValue">StructuredValue</a></span>
</div>

<div typeof="rdfs:Class" resource="http://schema.org/Recipe">
  <span class="h" property="rdfs:label">Recipe</span>
  <span property="rdfs:comment">A recipe. For dietary restrictions covered by the recipe, a few common restrictions are enumerated via [[suitableForDiet]]. The [[keywords]] property can also be used to add more detail.</span>
   <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/HowTo">HowTo</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/cookTime">
  <span class="h" property="rdfs:label">cookTime</span>
  <span property="rdfs:comment">The time it takes to actually cook the dish, in [ISO 8601 duration format](http://en.wikipedia.org/wiki/ISO_8601).</span>
  <span>Subproperty of: <a property="rdfs:subPropertyOf" href="http://schema.org/performTime">performTime</a></span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Recipe">Recipe</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Duration">Duration</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/cookingMethod">
  <span class="h" property="rdfs:label">cookingMethod</span>
  <span property="rdfs:comment">The method of cooking, such as Frying, Steaming, ...</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Recipe"> Recipe</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text"> Text </a></span>
</div>


<div typeof="rdf:Property" resource="http://schema.org/fatContent">
  <span class="h" property="rdfs:label">fatContent</span>
  <span property="rdfs:comment">The number of grams of fat.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/NutritionInformation"> NutritionInformation</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Mass"> Mass</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/foodEstablishment">
  <span class="h" property="rdfs:label">foodEstablishment</span>
  <span property="rdfs:comment">A sub property of location. The specific food establishment where the action occurred.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CookAction"> CookAction</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/FoodEstablishment"> FoodEstablishment</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Place"> Place</a></span>
  <span>SubProperty of: <a property="rdfs:subPropertyOf" href="http://schema.org/location"> location</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/foodEvent">
  <span class="h" property="rdfs:label">foodEvent</span>
  <span property="rdfs:comment">A sub property of location. The specific food event where the action occurred.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CookAction">CookAction</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/FoodEvent">FoodEvent</a></span>
  <span>SubProperty of: <a property="rdfs:subPropertyOf" href="http://schema.org/location"> location</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/nutrition">
  <span class="h" property="rdfs:label">nutrition</span>
  <span property="rdfs:comment">Nutrition information about the recipe or menu item.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MenuItem">MenuItem</a></span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Recipe"> Recipe</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/NutritionInformation">NutritionInformation</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/recipeCategory">
  <span class="h" property="rdfs:label">recipeCategory</span>
  <span property="rdfs:comment">The category of the recipe&#x2014;for example, appetizer, entree, etc.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Recipe">Recipe</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/recipeCuisine">
  <span class="h" property="rdfs:label">recipeCuisine</span>
  <span property="rdfs:comment">The cuisine of the recipe (for example, French or Ethiopian).</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Recipe"> Recipe</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text"> Text </a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/ingredients">
  <span class="h" property="rdfs:label">ingredients</span>
  <span property="rdfs:comment">A single ingredient used in the recipe, e.g. sugar, flour or garlic.</span>
  <span>Subproperty of: <a property="rdfs:subPropertyOf" href="http://schema.org/supply">supply</a></span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Recipe">Recipe</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
  <link property="http://schema.org/supersededBy" href="http://schema.org/recipeIngredient"/>
</div>

<div typeof="rdf:Property" resource="http://schema.org/recipeIngredient">
  <span class="h" property="rdfs:label">recipeIngredient</span>
  <span property="rdfs:comment">A single ingredient used in the recipe, e.g. sugar, flour or garlic.</span>
  <span>Subproperty of: <a property="rdfs:subPropertyOf" href="http://schema.org/supply">supply</a></span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Recipe"> Recipe</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text"> Text </a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/recipeInstructions">
  <span class="h" property="rdfs:label">recipeInstructions</span>
  <span property="rdfs:comment">A step in making the recipe, in the form of a single item (document, video, etc.) or an ordered list with HowToStep and/or HowToSection items.</span>
  <span>Subproperty of: <a property="rdfs:subPropertyOf" href="http://schema.org/step">step</a></span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Recipe"> Recipe</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/ItemList">ItemList</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/recipeYield">
  <span class="h" property="rdfs:label">recipeYield</span>
  <span property="rdfs:comment">The quantity produced by the recipe (for example, number of people served, number of servings, etc).</span>
  <span>Subproperty of: <a property="rdfs:subPropertyOf" href="http://schema.org/yield">yield</a></span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Recipe"> Recipe</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text"> Text </a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/recipe">
  <span class="h" property="rdfs:label">recipe</span>
  <span property="rdfs:comment">A sub property of instrument. The recipe/instructions used to perform the action.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CookAction"> CookAction</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Recipe"> Recipe</a></span>
  <span>SubProperty of: <a property="rdfs:subPropertyOf" href="http://schema.org/instrument"> instrument</a></span>
</div>


<div typeof="rdf:Property" resource="http://schema.org/transFatContent">
  <span class="h" property="rdfs:label">transFatContent</span>
  <span property="rdfs:comment">The number of grams of trans fat.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/NutritionInformation"> NutritionInformation</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Mass"> Mass</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/unsaturatedFatContent">
  <span class="h" property="rdfs:label">unsaturatedFatContent</span>
  <span property="rdfs:comment">The number of grams of unsaturated fat.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/NutritionInformation"> NutritionInformation</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Mass"> Mass</a></span>
</div>

<h1>DataFeed</h1>

<div typeof="rdfs:Class" resource="http://schema.org/DataFeed">
  <span class="h" property="rdfs:label">DataFeed</span>
  <span property="rdfs:comment">A single feed providing structured information about one or more entities or topics.</span>
  <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Dataset">Dataset</a></span>
</div>
<div typeof="rdf:Property" resource="http://schema.org/dataFeedElement">
  <span class="h" property="rdfs:label">dataFeedElement</span>
  <span property="rdfs:comment">An item within in a data feed. Data feeds may have many elements.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/DataFeed">DataFeed</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Thing">Thing</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DataFeedItem">DataFeedItem</a></span>
</div>
<div typeof="rdfs:Class" resource="http://schema.org/DataFeedItem">
  <span class="h" property="rdfs:label">DataFeedItem</span>
  <span property="rdfs:comment">A single item within a larger data feed.</span>
  <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
</div>

<h1>Day of Week</h1>

<div typeof="http://schema.org/DayOfWeek" resource="http://schema.org/PublicHolidays">
  <span class="h" property="rdfs:label">PublicHolidays</span>
  <span property="rdfs:comment">This stands for any day that is a public holiday; it is a placeholder for all official public holidays in some particular location. While not technically a "day of the week", it can be used with [[OpeningHoursSpecification]]. In the context of an opening hours specification it can be used to indicate opening hours on public holidays, overriding general opening hours for the day of the week on which a public holiday occurs.</span>
  <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass">GoodRelationsClass</a></span>
</div>

<div typeof="http://schema.org/DayOfWeek" resource="http://schema.org/Monday">
  <span class="h" property="rdfs:label">Monday</span>
  <span property="rdfs:comment">The day of the week between Sunday and Tuesday.</span>
  <span>Same as: <a property="schema:sameAs" href="http://www.wikidata.org/entity/Q105">Monday</a></span>
</div>
<div typeof="http://schema.org/DayOfWeek" resource="http://schema.org/Tuesday">
  <span class="h" property="rdfs:label">Tuesday</span>
  <span property="rdfs:comment">The day of the week between Monday and Wednesday.</span>
  <span>Same as: <a property="schema:sameAs" href="http://www.wikidata.org/entity/Q127">Tuesday</a></span>
</div>
<div typeof="http://schema.org/DayOfWeek" resource="http://schema.org/Wednesday">
  <span class="h" property="rdfs:label">Wednesday</span>
  <span property="rdfs:comment">The day of the week between Tuesday and Thursday.</span>
  <span>Same as: <a property="schema:sameAs" href="http://www.wikidata.org/entity/Q128">Wednesday</a></span>
</div>
<div typeof="http://schema.org/DayOfWeek" resource="http://schema.org/Thursday">
  <span class="h" property="rdfs:label">Thursday</span>
  <span property="rdfs:comment">The day of the week between Wednesday and Friday.</span>
  <span>Same as: <a property="schema:sameAs" href="http://www.wikidata.org/entity/Q129">Thursday</a></span>
</div>
<div typeof="http://schema.org/DayOfWeek" resource="http://schema.org/Friday">
  <span class="h" property="rdfs:label">Friday</span>
  <span property="rdfs:comment">The day of the week between Thursday and Saturday.</span>
  <span>Same as: <a property="schema:sameAs" href="http://www.wikidata.org/entity/Q130">Friday</a></span>
</div>
<div typeof="http://schema.org/DayOfWeek" resource="http://schema.org/Saturday">
  <span class="h" property="rdfs:label">Saturday</span>
  <span property="rdfs:comment">The day of the week between Friday and Sunday.</span>
  <span>Same as: <a property="schema:sameAs" href="http://www.wikidata.org/entity/Q131">Saturday</a></span>
</div>
<div typeof="http://schema.org/DayOfWeek" resource="http://schema.org/Sunday">
  <span class="h" property="rdfs:label">Sunday</span>
  <span property="rdfs:comment">The day of the week between Saturday and Monday.</span>
  <span>Same as: <a property="schema:sameAs" href="http://www.wikidata.org/entity/Q132">Sunday</a></span>
</div>

<!-- Compound price extension from GoodRelations -->
<div typeof="rdfs:Class" resource="http://schema.org/CompoundPriceSpecification">
    <span class="h" property="rdfs:label">CompoundPriceSpecification</span>
    <span property="rdfs:comment">A compound price specification is one that bundles multiple prices that all apply in combination for different dimensions of consumption. Use the name property of the attached unit price specification for indicating the dimension of a price component (e.g. "electricity" or "final cleaning").</span>
    <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/PriceSpecification">PriceSpecification</a></span>
    <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass">GoodRelationsClass</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/referenceQuantity">
    <span class="h" property="rdfs:label">referenceQuantity</span>
    <span property="rdfs:comment">The reference quantity for which a certain price applies, e.g. 1 EUR per 4 kWh of electricity. This property is a replacement for unitOfMeasurement for the advanced cases where the price does not relate to a standard unit.</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/UnitPriceSpecification">UnitPriceSpecification</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
    <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsProperties">GoodRelationsProperty</a></span>
</div>
      <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism">Tourism</a></span>
      <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#IIT-CNR.it">IIT-CNR.it</a></span>

<div typeof="http://schema.org/Organization" resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism">
    <span property="rdfs:label">Tourism</span>
    <span property="rdfs:comment">This element is based on the work of the [Tourism Structured Web Data Community Group](https://www.w3.org/community/tourismdata).</span>
  </div>
<div typeof="http://schema.org/Organization" resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#IIT-CNR.it">
    <span property="rdfs:label">IITCNRit</span>
    <span property="rdfs:comment">This element is based on work by the Web Applications for the Future Internet Lab, Institute of Informatics and Telematics, Pisa, Italy.</span>
  </div>


<h1>FIBO - Finance inspired</h1>

<div typeof="http://schema.org/Organization" resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO">
    <span property="rdfs:label">FIBO</span>
    <span property="rdfs:comment">This element is based on the work of the Financial Industry Business Ontology project (see [http://www.fibo.org/schema](http://www.fibo.org/schema) for details), in support of the W3C Financial Industry Business Ontology Community Group ([http://www.fibo.org/community](http://www.fibo.org/community)). Many class and property definitions are inspired by or based on [http://www.fibo.org](http://www.fibo.org).</span>
  </div>

<div typeof="http://schema.org/Organization" resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#GLEIF">
    <span property="rdfs:label">GLEIF</span>
    <span property="rdfs:comment">The implementation and use of Legal Entity Identifier (LEI) is supported by Global Legal Entity Identifier Foundation [https://www.gleif.org](https://www.gleif.org).</span>
  </div>

  <div typeof="rdfs:Class" resource="http://schema.org/MonetaryAmount">
    <span class="h" property="rdfs:label">MonetaryAmount</span>
    <span property="rdfs:comment">A monetary value or range. This type can be used to describe an amount of money such as $50 USD, or a range as in describing a bank account being suitable for a balance between £1,000 and £1,000,000 GBP, or the value of a salary, etc. It is recommended to use [[PriceSpecification]] Types to describe the price of an Offer, Invoice, etc.</span>
    <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/StructuredValue">StructuredValue</a></span>
    <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO">FIBO</a></span>
  </div>

  <div typeof="rdf:Property" resource="http://schema.org/leiCode">
    <span class="h" property="rdfs:label">leiCode</span>
    <span property="rdfs:comment">An organization identifier that uniquely identifies a legal entity as defined in ISO 17442.</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Organization">Organization</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO">FIBO</a></span>
    <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#GLEIF">GLEIF</a></span>
  </div>


  <div typeof="rdfs:Class" resource="http://schema.org/FinancialProduct">
    <span class="h" property="rdfs:label">FinancialProduct</span>
    <span property="rdfs:comment">A product provided to consumers and businesses by financial institutions such as banks, insurance companies, brokerage firms, consumer finance companies, and investment companies which comprise the financial services industry.</span>
    <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Service">Service</a></span>
    <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO">FIBO</a></span>
  </div>

    <div typeof="rdf:Property" resource="http://schema.org/annualPercentageRate">
      <span class="h" property="rdfs:label">annualPercentageRate</span>
      <span property="rdfs:comment">The annual rate that is charged for borrowing (or made by investing), expressed as a single percentage number that represents the actual yearly cost of funds over the term of a loan. This includes any fees or additional costs associated with the transaction.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/FinancialProduct">FinancialProduct</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Number">Number</a></span>
      <span>Source: <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO">FIBO</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/feesAndCommissionsSpecification">
      <span class="h" property="rdfs:label">feesAndCommissionsSpecification</span>
      <span property="rdfs:comment">Description of fees, commissions, and other terms applied either to a class of financial product, or by a financial service organization.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/FinancialProduct">FinancialProduct</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/FinancialService">FinancialService</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
      <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO">FIBO</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/interestRate">
      <span class="h" property="rdfs:label">interestRate</span>
      <span property="rdfs:comment">The interest rate, charged or paid, applicable to the financial product. Note: This is different from the calculated annualPercentageRate.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/FinancialProduct">FinancialProduct</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Number">Number</a></span>
      <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO">FIBO</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/BankAccount">
      <span class="h" property="rdfs:label">BankAccount</span>
      <span property="rdfs:comment">A product or service offered by a bank whereby one may deposit, withdraw or transfer money and in some cases be paid interest.</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/FinancialProduct">FinancialProduct</a></span>
      <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO">FIBO</a></span>
    </div>

	<div typeof="rdfs:Class" resource="http://schema.org/DepositAccount">
	<span class="h" property="rdfs:label">DepositAccount</span>
	<span property="rdfs:comment">A type of Bank Account with a main purpose of depositing funds to gain interest or other benefits.</span>
	<span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/BankAccount">BankAccount</a></span>
	<span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/InvestmentOrDeposit">InvestmentOrDeposit</a></span>
	<span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO">FIBO</a></span>
	</div>

	<div typeof="rdfs:Class" resource="http://schema.org/LoanOrCredit">
	  <span class="h" property="rdfs:label">LoanOrCredit</span>
	  <span property="rdfs:comment">A financial product for the loaning of an amount of money under agreed terms and charges.</span>
	  <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/FinancialProduct">FinancialProduct</a></span>
	  <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO">FIBO</a></span>
	</div>

	<div typeof="rdf:Property" resource="http://schema.org/loanTerm">
	  <span class="h" property="rdfs:label">loanTerm</span>
	  <span property="rdfs:comment">The duration of the loan or credit agreement.</span>
	  <span>Subproperty of: <a property="rdfs:subPropertyOf" href="http://schema.org/duration">duration</a></span>
	  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/LoanOrCredit">LoanOrCredit</a></span>
	  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
	  <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO">FIBO</a></span>
	</div>

	<div typeof="rdf:Property" resource="http://schema.org/requiredCollateral">
	  <span class="h" property="rdfs:label">requiredCollateral</span>
	  <span property="rdfs:comment">Assets required to secure loan or credit repayments. It may take form of third party pledge, goods, financial instruments (cash, securities, etc.)</span>
	  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/LoanOrCredit">LoanOrCredit</a></span>
	  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Thing">Thing</a></span>
	  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
	  <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO">FIBO</a></span>
	</div>

    <div typeof="rdfs:Class" resource="http://schema.org/PaymentCard">
      <span class="h" property="rdfs:label">PaymentCard</span>
      <span property="rdfs:comment">A payment method using a credit, debit, store or other card to associate the payment with an account.</span>
    <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/FinancialProduct">FinancialProduct</a></span>
    <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/PaymentMethod">PaymentMethod</a></span>
      <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO">FIBO</a></span>
    </div>

	<div typeof="rdfs:Class" resource="http://schema.org/InvestmentOrDeposit">
	  <span class="h" property="rdfs:label">InvestmentOrDeposit</span>
	  <span property="rdfs:comment">A type of financial product that typically requires the client to transfer funds to a financial service in return for potential beneficial financial return.</span>
	  <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/FinancialProduct">FinancialProduct</a></span>
	  <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO">FIBO</a></span>
	</div>

	<div typeof="rdfs:Class" resource="http://schema.org/PaymentService">
	  <span class="h" property="rdfs:label">PaymentService</span>
	  <span property="rdfs:comment">A Service to transfer funds from a person or organization to a beneficiary person or organization.</span>
	  <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/FinancialProduct">FinancialProduct</a></span>
	  <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO">FIBO</a></span>
	</div>

	<div typeof="rdfs:Class" resource="http://schema.org/CurrencyConversionService">
	  <span class="h" property="rdfs:label">CurrencyConversionService</span>
	  <span property="rdfs:comment">A service to convert funds from one currency to another currency.</span>
	  <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/FinancialProduct">FinancialProduct</a></span>
	  <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO">FIBO</a></span>
	</div>

<h1>Conversation</h1>

<div typeof="rdfs:Class" resource="http://schema.org/Conversation">
  <span class="h" property="rdfs:label">Conversation</span>
  <span property="rdfs:comment">One or more messages between organizations or people on a particular topic. Individual messages can be linked to the conversation with isPartOf or hasPart properties.</span>
  <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
</div>
<div typeof="rdfs:Class" resource="http://schema.org/Message">
  <span class="h" property="rdfs:label">Message</span>
  <span property="rdfs:comment">A single message from a sender to one or more organizations or people.</span>
  <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
</div>
<div typeof="rdf:Property" resource="http://schema.org/dateRead">
  <span class="h" property="rdfs:label">dateRead</span>
  <span property="rdfs:comment">The date/time at which the message has been read by the recipient if a single recipient exists.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Message">Message</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
</div>
<div typeof="rdf:Property" resource="http://schema.org/dateReceived">
  <span class="h" property="rdfs:label">dateReceived</span>
  <span property="rdfs:comment">The date/time the message was received if a single recipient exists.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Message">Message</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
</div>
<div typeof="rdf:Property" resource="http://schema.org/dateSent">
  <span class="h" property="rdfs:label">dateSent</span>
  <span property="rdfs:comment">The date/time at which the message was sent.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Message">Message</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DateTime">DateTime</a></span>
</div>
<div typeof="rdf:Property" resource="http://schema.org/messageAttachment">
  <span class="h" property="rdfs:label">messageAttachment</span>
  <span property="rdfs:comment">A CreativeWork attached to the message.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Message">Message</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
</div>

<!-- Compound price extension from GoodRelations -->
<div typeof="rdfs:Class" resource="http://schema.org/CompoundPriceSpecification">
        <span class="h" property="rdfs:label">CompoundPriceSpecification</span>
        <span property="rdfs:comment">A compound price specification is one that bundles multiple prices that all apply in combination for different dimensions of consumption. Use the name property of the attached unit price specification for indicating the dimension of a price component (e.g. "electricity" or "final cleaning").</span>
        <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/PriceSpecification">PriceSpecification</a></span>
        <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass">GoodRelationsClass</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/priceComponent">
    <span class="h" property="rdfs:label">priceComponent</span>
    <span property="rdfs:comment">This property links to all [[UnitPriceSpecification]] nodes that apply in parallel for the [[CompoundPriceSpecification]] node.</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CompoundPriceSpecification">CompoundPriceSpecification</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/UnitPriceSpecification">UnitPriceSpecification</a></span>
    <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms">GoodRelationsProperty</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/referenceQuantity">
    <span class="h" property="rdfs:label">referenceQuantity</span>
    <span property="rdfs:comment">The reference quantity for which a certain price applies, e.g. 1 EUR per 4 kWh of electricity. This property is a replacement for unitOfMeasurement for the advanced cases where the price does not relate to a standard unit.</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/UnitPriceSpecification">UnitPriceSpecification</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
    <span>Source:  <a property="dc:source" href="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms">GoodRelationsProperty</a></span>
</div>

<h1>DigitalDocument</h1>

<div typeof="rdfs:Class" resource="http://schema.org/DigitalDocument">
  <span class="h" property="rdfs:label">DigitalDocument</span>
  <span property="rdfs:comment">An electronic file or document.</span>
  <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
</div>
<div typeof="rdfs:Class" resource="http://schema.org/PresentationDigitalDocument">
  <span class="h" property="rdfs:label">PresentationDigitalDocument</span>
  <span property="rdfs:comment">A file containing slides or used for a presentation.</span>
  <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/DigitalDocument">DigitalDocument</a></span>
</div>
<div typeof="rdfs:Class" resource="http://schema.org/SpreadsheetDigitalDocument">
  <span class="h" property="rdfs:label">SpreadsheetDigitalDocument</span>
  <span property="rdfs:comment">A spreadsheet file.</span>
  <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/DigitalDocument">DigitalDocument</a></span>
</div>
<div typeof="rdfs:Class" resource="http://schema.org/TextDigitalDocument">
  <span class="h" property="rdfs:label">TextDigitalDocument</span>
  <span property="rdfs:comment">A file composed primarily of text.</span>
  <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/DigitalDocument">DigitalDocument</a></span>
</div>
<div typeof="rdfs:Class" resource="http://schema.org/NoteDigitalDocument">
  <span class="h" property="rdfs:label">NoteDigitalDocument</span>
  <span property="rdfs:comment">A file containing a note, primarily for the author.</span>
  <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/DigitalDocument">DigitalDocument</a></span>
</div>
<div typeof="rdfs:Class" resource="http://schema.org/DigitalDocumentPermission">
  <span class="h" property="rdfs:label">DigitalDocumentPermission</span>
  <span property="rdfs:comment">A permission for a particular person or group to access a particular file.</span>
  <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
</div>
<div typeof="rdfs:Class" resource="http://schema.org/DigitalDocumentPermissionType">
  <span class="h" property="rdfs:label">DigitalDocumentPermissionType</span>
  <span property="rdfs:comment">A type of permission which can be granted for accessing a digital document.</span>
  <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Enumeration">Enumeration</a></span>
</div>
<div typeof="http://schema.org/DigitalDocumentPermissionType" resource="http://schema.org/CommentPermission">
  <span class="h" property="rdfs:label">CommentPermission</span>
  <span property="rdfs:comment">Permission to add comments to the document.</span>
</div>
<div typeof="http://schema.org/DigitalDocumentPermissionType" resource="http://schema.org/ReadPermission">
  <span class="h" property="rdfs:label">ReadPermission</span>
  <span property="rdfs:comment">Permission to read or view the document.</span>
</div>
<div typeof="http://schema.org/DigitalDocumentPermissionType" resource="http://schema.org/WritePermission">
  <span class="h" property="rdfs:label">WritePermission</span>
  <span property="rdfs:comment">Permission to write or edit the document.</span>
</div>
<div typeof="rdf:Property" resource="http://schema.org/hasDigitalDocumentPermission">
  <span class="h" property="rdfs:label">hasDigitalDocumentPermission</span>
  <span property="rdfs:comment">A permission related to the access to this document (e.g. permission to read or write an electronic document). For a public document, specify a grantee with an Audience with audienceType equal to "public".</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/DigitalDocument">DigitalDocument</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DigitalDocumentPermission">DigitalDocumentPermission</a></span>
</div>
<div typeof="rdf:Property" resource="http://schema.org/grantee">
  <span class="h" property="rdfs:label">grantee</span>
  <span property="rdfs:comment">The person, organization, contact point, or audience that has been granted this permission.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/DigitalDocumentPermission">DigitalDocumentPermission</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Audience">Audience</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/ContactPoint">ContactPoint</a></span>
</div>
<div typeof="rdf:Property" resource="http://schema.org/permissionType">
  <span class="h" property="rdfs:label">permissionType</span>
  <span property="rdfs:comment">The type of permission granted the person, organization, or audience.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/DigitalDocumentPermission">DigitalDocumentPermission</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DigitalDocumentPermissionType">DocumentPermissionType</a></span>
</div>

<h1>Hotels</h1>
 <!-- Hotel Extension from the STI Accommodation Ontology -->

<div typeof="http://schema.org/Organization" resource="https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology">
    <span property="rdfs:label">STI Accommodation Ontology</span>
    <span property="rdfs:comment">This element is based on the STI Accommodation Ontology, see &lt;a href=&quot;http://ontologies.sti-innsbruck.at/acco/ns.html&quot;&gt;http://ontologies.sti-innsbruck.at/acco/ns.html&lt;/a&gt; for details.
    Many class and property definitions are inspired by or based on abstracts from Wikipedia, the free encyclopedia.</span>
</div>

<!-- Classes -->

<!-- Additional types of lodging business -->
<div typeof="rdfs:Class" resource="http://schema.org/Resort">
    <span class="h" property="rdfs:label">Resort</span>
    <span property="rdfs:comment">A resort is a place used for relaxation or recreation, attracting visitors for holidays or vacations. Resorts are places, towns or sometimes commercial establishment operated by a single company (Source: Wikipedia, the free encyclopedia, see &lt;a href=&quot;http://en.wikipedia.org/wiki/Resort&quot;&gt;http://en.wikipedia.org/wiki/Resort&lt;/a&gt;).
&lt;br /&gt;&lt;br /&gt;
See also the &lt;a href=&quot;/docs/hotels.html&quot;&gt;dedicated document on the use of schema.org for marking up hotels and other forms of accommodations&lt;/a&gt;.
    </span>
    <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LodgingBusiness">LodgingBusiness</a></span>
    <span>Source:  <a property="dc:source" href="https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology">STI Accommodation Ontology</a></span>
</div>

<!-- Accommodations -->
<div typeof="rdfs:Class" resource="http://schema.org/Accommodation">
    <span class="h" property="rdfs:label">Accommodation</span>
    <span property="rdfs:comment">An accommodation is a place that can accommodate human beings, e.g. a hotel room, a camping pitch, or a meeting room. Many accommodations are for overnight stays, but this is not a mandatory requirement.
For more specific types of accommodations not defined in schema.org, one can use additionalType with external vocabularies.
&lt;br /&gt;&lt;br /&gt;
See also the &lt;a href=&quot;/docs/hotels.html&quot;&gt;dedicated document on the use of schema.org for marking up hotels and other forms of accommodations&lt;/a&gt;.
</span>
    <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Place">Place</a></span>
    <span>Source:  <a property="dc:source" href="https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology">STI Accommodation Ontology</a></span>
</div>

<div typeof="rdfs:Class" resource="http://schema.org/Room">
    <span class="h" property="rdfs:label">Room</span>
    <span property="rdfs:comment">A room is a distinguishable space within a structure, usually separated from other spaces by interior walls. (Source: Wikipedia, the free encyclopedia, see &lt;a href=&quot;http://en.wikipedia.org/wiki/Room&quot;&gt;http://en.wikipedia.org/wiki/Room&lt;/a&gt;).
&lt;br /&gt;&lt;br /&gt;
See also the &lt;a href=&quot;/docs/hotels.html&quot;&gt;dedicated document on the use of schema.org for marking up hotels and other forms of accommodations&lt;/a&gt;.
</span>
    <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Accommodation">Accommodation</a></span>
    <span>Source:  <a property="dc:source" href="https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology">STI Accommodation Ontology</a></span>
</div>

<div typeof="rdfs:Class" resource="http://schema.org/HotelRoom">
    <span class="h" property="rdfs:label">HotelRoom</span>
    <span property="rdfs:comment">A hotel room is a single room in a hotel.
&lt;br /&gt;&lt;br /&gt;
See also the &lt;a href=&quot;/docs/hotels.html&quot;&gt;dedicated document on the use of schema.org for marking up hotels and other forms of accommodations&lt;/a&gt;.
</span>
    <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Room">Room</a></span>
    <span>Source:  <a property="dc:source" href="https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology">STI Accommodation Ontology</a></span>
</div>

<div typeof="rdfs:Class" resource="http://schema.org/MeetingRoom">
    <span class="h" property="rdfs:label">MeetingRoom</span>
    <span property="rdfs:comment">A meeting room, conference room, or conference hall is a room provided for singular events such as business conferences and meetings (Source: Wikipedia, the free encyclopedia, see &lt;a href=&quot;http://en.wikipedia.org/wiki/Conference_hall&quot;&gt;http://en.wikipedia.org/wiki/Conference_hall&lt;/a&gt;).
&lt;br /&gt;&lt;br /&gt;
See also the &lt;a href=&quot;/docs/hotels.html&quot;&gt;dedicated document on the use of schema.org for marking up hotels and other forms of accommodations&lt;/a&gt;.
</span>
    <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Room">Room</a></span>
    <span>Source:  <a property="dc:source" href="https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology">STI Accommodation Ontology</a></span>
</div>

<div typeof="rdfs:Class" resource="http://schema.org/CampingPitch">
    <span class="h" property="rdfs:label">CampingPitch</span>
    <span property="rdfs:comment">A [[CampingPitch]] is an individual place for overnight stay in the outdoors, typically being part of a larger camping site, or [[Campground]].\n\n      
In British English a campsite, or campground, is an area, usually divided into a number of pitches, where people can camp overnight using tents or camper vans or caravans; this British English use of the word is synonymous with the American English expression campground. In American English the term campsite generally means an area where an individual, family, group, or military unit can pitch a tent or park a camper; a campground may contain many campsites.
(Source: Wikipedia see [https://en.wikipedia.org/wiki/Campsite](https://en.wikipedia.org/wiki/Campsite)).\n\n
See also the dedicated [document on the use of schema.org for marking up hotels and other forms of accommodations](/docs/hotels.html).
</span>
    <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Accommodation">Accommodation</a></span>
    <span>Source:  <a property="dc:source" href="https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology">STI Accommodation Ontology</a></span>
</div>

<div typeof="rdfs:Class" resource="http://schema.org/Suite">
    <span class="h" property="rdfs:label">Suite</span>
    <span property="rdfs:comment">A suite in a hotel or other public accommodation, denotes a class of luxury accommodations, the key feature of which is multiple rooms (Source: Wikipedia, the free encyclopedia, see &lt;a href=&quot;http://en.wikipedia.org/wiki/Suite_(hotel)&quot;&gt;http://en.wikipedia.org/wiki/Suite_(hotel)&lt;/a&gt;).
&lt;br /&gt;&lt;br /&gt;
See also the &lt;a href=&quot;/docs/hotels.html&quot;&gt;dedicated document on the use of schema.org for marking up hotels and other forms of accommodations&lt;/a&gt;.
</span>
    <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Accommodation">Accommodation</a></span>
    <span>Source:  <a property="dc:source" href="https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology">STI Accommodation Ontology</a></span>
</div>

<div typeof="rdfs:Class" resource="http://schema.org/House">
    <span class="h" property="rdfs:label">House</span>
    <span property="rdfs:comment">A house is a building or structure that has the ability to be occupied for habitation by humans or other creatures (Source: Wikipedia, the free encyclopedia, see &lt;a href=&quot;http://en.wikipedia.org/wiki/House&quot;&gt;http://en.wikipedia.org/wiki/House&lt;/a&gt;).</span>
    <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Accommodation">Accommodation</a></span>
    <span>Source:  <a property="dc:source" href="https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology">STI Accommodation Ontology</a></span>
</div>

<div typeof="rdfs:Class" resource="http://schema.org/Apartment">
    <span class="h" property="rdfs:label">Apartment</span>
    <span property="rdfs:comment">An apartment (in American English) or flat (in British English) is a self-contained housing unit (a type of residential real estate) that occupies only part of a building (Source: Wikipedia, the free encyclopedia, see &lt;a href=&quot;http://en.wikipedia.org/wiki/Apartment&quot;&gt;http://en.wikipedia.org/wiki/Apartment&lt;/a&gt;).</span>
    <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Accommodation">Accommodation</a></span>
    <span>Source:  <a property="dc:source" href="https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology">STI Accommodation Ontology</a></span>
</div>

<!-- Values etc. -->

<div typeof="rdfs:Class" resource="http://schema.org/FoodService">
    <span class="h" property="rdfs:label">FoodService</span>
    <span property="rdfs:comment">A food service, like breakfast, lunch, or dinner.</span>
    <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Service">Service</a></span>
    <span>Source:  <a property="dc:source" href="https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology">STI Accommodation Ontology</a></span>
</div>

<div typeof="rdfs:Class" resource="http://schema.org/LocationFeatureSpecification">
    <span class="h" property="rdfs:label">LocationFeatureSpecification</span>
    <span property="rdfs:comment">Specifies a location feature by providing a structured value representing a feature of an accommodation as a property-value pair of varying degrees of formality.</span>
    <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/PropertyValue">PropertyValue</a></span>
    <span>Source:  <a property="dc:source" href="https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology">STI Accommodation Ontology</a></span>
</div>

<div typeof="rdfs:Class" resource="http://schema.org/BedDetails">
    <span class="h" property="rdfs:label">BedDetails</span>
    <span property="rdfs:comment">An entity holding detailed information about the available bed types, e.g. the quantity of twin beds for a hotel room. For the single case of just one bed of a certain type, you can use bed directly with a text. See also [[BedType]] (under development).</span>
    <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
    <span>Source:  <a property="dc:source" href="https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology">STI Accommodation Ontology</a></span>
</div>

<!-- Properties -->
<div typeof="rdf:Property" resource="http://schema.org/amenityFeature">
    <span class="h" property="rdfs:label">amenityFeature</span>
    <span property="rdfs:comment">An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic property does not make a statement about whether the feature is included in an offer for the main accommodation or available at extra costs.</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Accommodation">Accommodation</a></span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/LodgingBusiness">LodgingBusiness</a></span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Place">Place</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/LocationFeatureSpecification">LocationFeatureSpecification</a></span>
    <span>Source:  <a property="dc:source" href="https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology">STI Accommodation Ontology</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/typeOfBed">
    <span class="h" property="rdfs:label">typeOfBed</span>
    <span property="rdfs:comment">The type of bed to which the BedDetail refers, i.e. the type of bed available in the quantity indicated by quantity.</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/BedDetails">BedDetails</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    <span>Source:  <a property="dc:source" href="https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology">STI Accommodation Ontology</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/bed">
    <span class="h" property="rdfs:label">bed</span>
    <span property="rdfs:comment">The type of bed or beds included in the accommodation. For the single case of just one bed of a certain type, you use bed directly with a text.
      If you want to indicate the quantity of a certain kind of bed, use an instance of BedDetails. For more detailed information, use the amenityFeature property.</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/HotelRoom">HotelRoom</a></span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Suite">Suite</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/BedDetails">BedDetails</a></span>
    <span>Source:  <a property="dc:source" href="https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology">STI Accommodation Ontology</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/numberOfRooms">
    <span class="h" property="rdfs:label">numberOfRooms</span>
    <span property="rdfs:comment">The number of rooms (excluding bathrooms and closets) of the accommodation or lodging business.
Typical unit code(s): ROM for room or C62 for no unit. The type of room can be put in the unitText property of the QuantitativeValue.</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/House">House</a></span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Accommodation">Accommodation</a></span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Apartment">Apartment</a></span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/LodgingBusiness">LodgingBusiness</a></span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Suite">Suite</a></span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/SingleFamilyResidence">SingleFamilyResidence</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Number">Number</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
    <span>Source:  <a property="dc:source" href="https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology">STI Accommodation Ontology</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/floorSize">
    <span class="h" property="rdfs:label">floorSize</span>
    <span property="rdfs:comment">The size of the accommodation, e.g. in square meter or squarefoot.
Typical unit code(s): MTK for square meter, FTK for square foot, or YDK for square yard </span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Accommodation">Accommodation</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
    <span>Source:  <a property="dc:source" href="https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology">STI Accommodation Ontology</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/occupancy">
    <span class="h" property="rdfs:label">occupancy</span>
    <span property="rdfs:comment">The allowed total occupancy for the accommodation in persons (including infants etc). For individual accommodations, this is not necessarily the legal maximum but defines the permitted usage as per the contractual agreement (e.g. a double room used by a single person).
Typical unit code(s): C62 for person</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/HotelRoom">HotelRoom</a></span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Apartment">Apartment</a></span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Suite">Suite</a></span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/SingleFamilyResidence">SingleFamilyResidence</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
    <span>Source:  <a property="dc:source" href="https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology">STI Accommodation Ontology</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/permittedUsage">
    <span class="h" property="rdfs:label">permittedUsage</span>
    <span property="rdfs:comment">Indications regarding the permitted usage of the accommodation.</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Accommodation">Accommodation</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    <span>Source:  <a property="dc:source" href="https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology">STI Accommodation Ontology</a></span>
</div>



<div typeof="rdf:Property" resource="http://schema.org/petsAllowed">
    <span class="h" property="rdfs:label">petsAllowed</span>
    <span property="rdfs:comment">Indicates whether pets are allowed to enter the accommodation or lodging business. More detailed information can be put in a text value.</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Accommodation">Accommodation</a></span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/LodgingBusiness">LodgingBusiness</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Boolean">Boolean</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    <span>Source:  <a property="dc:source" href="https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology">STI Accommodation Ontology</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/smokingAllowed">
    <span class="h" property="rdfs:label">smokingAllowed</span>
    <span property="rdfs:comment">Indicates whether it is allowed to smoke in the place, e.g. in the restaurant, hotel or hotel room.</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Place">Place</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Boolean">Boolean</a></span>
    <span>Source:  <a property="dc:source" href="https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology">STI Accommodation Ontology</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/numberOfBeds">
    <span class="h" property="rdfs:label">numberOfBeds</span>
    <span property="rdfs:comment">The quantity of the given bed type available in the HotelRoom, Suite, House, or Apartment.</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/BedDetails">BedDetails</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Number">Number</a></span>
    <span>Source:  <a property="dc:source" href="https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology">STI Accommodation Ontology</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/starRating">
    <span class="h" property="rdfs:label">starRating</span>
    <span property="rdfs:comment">An official rating for a lodging business or food establishment, e.g. from national associations or standards bodies. Use the author property to indicate the rating organization, e.g. as an Organization with name such as (e.g. HOTREC, DEHOGA, WHR, or Hotelstars).</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/LodgingBusiness">LodgingBusiness</a></span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/FoodEstablishment">FoodEstablishment</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Rating">Rating</a></span>
    <span>Source:  <a property="dc:source" href="https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology">STI Accommodation Ontology</a></span>
</div>

<h1>HowTo</h1>

<div typeof="rdfs:Class" resource="http://schema.org/HowTo">
    <span class="h" property="rdfs:label">HowTo</span>
    <span property="rdfs:comment">Instructions that explain how to achieve a result by performing a sequence of steps.</span>
    <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/estimatedCost">
    <span class="h" property="rdfs:label">estimatedCost</span>
    <span property="rdfs:comment">The estimated cost of the supply or supplies consumed when performing instructions.</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/HowTo">HowTo</a></span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/HowToSupply">HowToSupply</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/MonetaryAmount">MonetaryAmount</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/performTime">
    <span class="h" property="rdfs:label">performTime</span>
    <span property="rdfs:comment">The length of time it takes to perform instructions or a direction (not including time to prepare the supplies), in [ISO 8601 duration format](http://en.wikipedia.org/wiki/ISO_8601).</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/HowTo">HowTo</a></span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/HowToDirection">HowToDirection</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Duration">Duration</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/prepTime">
    <span class="h" property="rdfs:label">prepTime</span>
    <span property="rdfs:comment">The length of time it takes to prepare the items to be used in instructions or a direction, in [ISO 8601 duration format](http://en.wikipedia.org/wiki/ISO_8601).</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/HowTo">HowTo</a></span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/HowToDirection">HowToDirection</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Duration">Duration</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/supply">
    <span class="h" property="rdfs:label">supply</span>
    <span property="rdfs:comment">A sub-property of instrument. A supply consumed when performing instructions or a direction.</span>
  	<span>Subproperty of: <a property="rdfs:subPropertyOf" href="http://schema.org/instrument">instrument</a></span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/HowTo">HowTo</a></span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/HowToDirection">HowToDirection</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/HowToSupply">HowToSupply</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/step">
    <span class="h" property="rdfs:label">step</span>
    <span property="rdfs:comment">A single step item (as HowToStep, text, document, video, etc.) or a HowToSection.</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/HowTo">HowTo</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/HowToSection">HowToSection</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/HowToStep">HowToStep</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/steps">
    <span class="h" property="rdfs:label">steps</span>
    <span property="rdfs:comment">A single step item (as HowToStep, text, document, video, etc.) or a HowToSection (originally misnamed 'steps'; 'step' is preferred).</span>
    <link property="http://schema.org/supersededBy" href="http://schema.org/step"/>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/HowTo">HowTo</a></span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/HowToSection">HowToSection</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/ItemList">ItemList</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/tool">
    <span class="h" property="rdfs:label">tool</span>
    <span property="rdfs:comment">A sub property of instrument. An object used (but not consumed) when performing instructions or a direction.</span>
  	<span>Subproperty of: <a property="rdfs:subPropertyOf" href="http://schema.org/instrument">instrument</a></span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/HowTo">HowTo</a></span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/HowToDirection">HowToDirection</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/HowToTool">HowToTool</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/totalTime">
    <span class="h" property="rdfs:label">totalTime</span>
    <span property="rdfs:comment">The total time required to perform instructions or a direction (including time to prepare the supplies), in [ISO 8601 duration format](http://en.wikipedia.org/wiki/ISO_8601).</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/HowTo">HowTo</a></span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/HowToDirection">HowToDirection</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Duration">Duration</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/yield">
    <span class="h" property="rdfs:label">yield</span>
    <span property="rdfs:comment">The quantity that results by performing instructions. For example, a paper airplane, 10 personalized candles.</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/HowTo">HowTo</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
</div>

<h1>HowToDirection</h1>

<div typeof="rdfs:Class" resource="http://schema.org/HowToDirection">
    <span class="h" property="rdfs:label">HowToDirection</span>
    <span property="rdfs:comment">A direction indicating a single action to do in the instructions for how to achieve a result.</span>
    <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/ListItem">ListItem</a></span>
    <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/afterMedia">
    <span class="h" property="rdfs:label">afterMedia</span>
    <span property="rdfs:comment">A media object representing the circumstances after performing this direction.</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/HowToDirection">HowToDirection</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/MediaObject">MediaObject</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/beforeMedia">
    <span class="h" property="rdfs:label">beforeMedia</span>
    <span property="rdfs:comment">A media object representing the circumstances before performing this direction.</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/HowToDirection">HowToDirection</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/MediaObject">MediaObject</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/duringMedia">
    <span class="h" property="rdfs:label">duringMedia</span>
    <span property="rdfs:comment">A media object representing the circumstances while performing this direction.</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/HowToDirection">HowToDirection</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/MediaObject">MediaObject</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
</div>

<h1>HowToItem</h1>

<div typeof="rdfs:Class" resource="http://schema.org/HowToItem">
    <span class="h" property="rdfs:label">HowToItem</span>
    <span property="rdfs:comment">An item used as either a tool or supply when performing the instructions for how to to achieve a result.</span>
    <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/ListItem">ListItem</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/requiredQuantity">
    <span class="h" property="rdfs:label">requiredQuantity</span>
    <span property="rdfs:comment">The required quantity of the item(s).</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/HowToItem">HowToItem</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Number">Number</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
</div>

<h1>HowToSupply</h1>

<div typeof="rdfs:Class" resource="http://schema.org/HowToSupply">
    <span class="h" property="rdfs:label">HowToSupply</span>
    <span property="rdfs:comment">A supply consumed when performing the instructions for how to achieve a result.</span>
    <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/HowToItem">HowToItem</a></span>
</div>

<h1>HowToSection</h1>

<div typeof="rdfs:Class" resource="http://schema.org/HowToSection">
    <span class="h" property="rdfs:label">HowToSection</span>
    <span property="rdfs:comment">A sub-grouping of steps in the instructions for how to achieve a result (e.g. steps for making a pie crust within a pie recipe).</span>
    <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/ItemList">ItemList</a></span>
    <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/ListItem">ListItem</a></span>
    <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
</div>

<h1>HowToStep</h1>

<div typeof="rdfs:Class" resource="http://schema.org/HowToStep">
    <span class="h" property="rdfs:label">HowToStep</span>
    <span property="rdfs:comment">A step in the instructions for how to achieve a result. It is an ordered list with HowToDirection and/or HowToTip items.</span>
    <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/ListItem">ListItem</a></span>
    <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/ItemList">ItemList</a></span>
    <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
</div>

<h1>HowToTip</h1>

<div typeof="rdfs:Class" resource="http://schema.org/HowToTip">
    <span class="h" property="rdfs:label">HowToTip</span>
    <span property="rdfs:comment">An explanation in the instructions for how to achieve a result. It provides supplementary information about a technique, supply, author's preference, etc. It can explain what could be done, or what should not be done, but doesn't specify what should be done (see HowToDirection).</span>
    <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/ListItem">ListItem</a></span>
    <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
</div>

<h1>HowToTool</h1>

<div typeof="rdfs:Class" resource="http://schema.org/HowToTool">
    <span class="h" property="rdfs:label">HowToTool</span>
    <span property="rdfs:comment">A tool used (but not consumed) when performing instructions for how to achieve a result.</span>
    <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/HowToItem">HowToItem</a></span>
</div>


<h2>Courses</h2>

<p>Moved into core from pending (issue-195.rdfa), 2016-09-07.</p>

<!-- moved to webschemas core 2017-09-17 Course, courseCode, coursePrerequisites, hasCourseInstance; CourseInstance, courseMode, instructor. -->

<!--        Course + properties: courseCode, coursePrerequisites, hasCourseInstance        -->


<div typeof="rdfs:Class" resource="http://schema.org/Course">

    <span class="h" property="rdfs:label">Course</span>
    <span property="rdfs:comment">A description of an educational course which may be offered as distinct instances at which take place at different times or take place at different locations, or be offered through different media or modes of study. An educational course is a sequence of one or more educational events and/or creative works which aims to build knowledge, competence or ability of learners.</span>
    <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>

</div>

<div typeof="rdf:Property" resource="http://schema.org/courseCode">

    <span class="h" property="rdfs:label">courseCode</span>
    <span property="rdfs:comment">The identifier for the [[Course]] used by the course [[provider]] (e.g. CS101 or 6.001).</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Course">Course</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>

</div>

<div typeof="rdf:Property" resource="http://schema.org/coursePrerequisites">

    <span class="h" property="rdfs:label">coursePrerequisites</span>
    <span property="rdfs:comment">Requirements for taking the Course. May be completion of another [[Course]] or a textual description like "permission of instructor". Requirements may be a pre-requisite competency, referenced using [[AlignmentObject]].</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Course">Course</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Course">Course</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/AlignmentObject">AlignmentObject</a></span>

</div>

<div typeof="rdf:Property" resource="http://schema.org/hasCourseInstance">

    <span class="h" property="rdfs:label">hasCourseInstance</span>
    <span property="rdfs:comment">An offering of the course at a specific time and place or through specific media or mode of study or to a specific section of students.</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Course">Course</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/CourseInstance">CourseInstance</a></span>

</div>




<!--        CourseInstance + properties: courseMode, instructor      -->

<div typeof="rdfs:Class" resource="http://schema.org/CourseInstance">

    <span class="h" property="rdfs:label">CourseInstance</span>
    <span property="rdfs:comment">An instance of a [[Course]] which is distinct from other instances because it is offered at a different time or location or through different media or modes of study or to a specific section of students.</span>
    <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Event">Event</a></span>

</div>

<div typeof="rdf:Property" resource="http://schema.org/courseMode">

    <span class="h" property="rdfs:label">courseMode</span>
    <span property="rdfs:comment">The medium or means of delivery of the course instance or the mode of study, either as a text label (e.g. "online", "onsite" or "blended"; "synchronous" or "asynchronous"; "full-time" or "part-time") or as a URL reference to a term from a controlled vocabulary (e.g. https://ceds.ed.gov/element/001311#Asynchronous ).</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CourseInstance">CourseInstance</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>

</div>

<div typeof="rdf:Property" resource="http://schema.org/instructor">

    <span class="h" property="rdfs:label">instructor</span>
    <span property="rdfs:comment">A person assigned to instruct or provide instructional assistance for the [[CourseInstance]].</span>
    <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CourseInstance">CourseInstance</a></span>
    <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Person">Person</a></span>

</div>

<h2>Identifier</h2>

<div>

    <div typeof="rdf:Property" resource="http://schema.org/identifier">
        <span class="h" property="rdfs:label">identifier</span>
        <span property="rdfs:comment">The identifier property represents any kind of identifier for any kind of [[Thing]], 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 [background notes](/docs/datamodel.html#identifierBg) for more details.
        </span>

        <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Thing">Thing</a></span>
        <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
        <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
        <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/PropertyValue">PropertyValue</a></span>
        <link property="owl:equivalentProperty" href="http://purl.org/dc/terms/identifier"/>
    </div>


<div typeof="rdf:Property" resource="http://schema.org/isbn">
  <link property="rdfs:subPropertyOf" href="http://schema.org/identifier" />
</div>

<div typeof="rdf:Property" resource="http://schema.org/issn">
  <link property="rdfs:subPropertyOf" href="http://schema.org/identifier" />
</div>

<div typeof="rdf:Property" resource="http://schema.org/gtin8">
  <link property="rdfs:subPropertyOf" href="http://schema.org/identifier" />
</div>

<div typeof="rdf:Property" resource="http://schema.org/gtin12">
  <link property="rdfs:subPropertyOf" href="http://schema.org/identifier" />
</div>

<div typeof="rdf:Property" resource="http://schema.org/gtin13">
  <link property="rdfs:subPropertyOf" href="http://schema.org/identifier" />
</div>

<div typeof="rdf:Property" resource="http://schema.org/gtin14">
  <link property="rdfs:subPropertyOf" href="http://schema.org/identifier" />
</div>

<div typeof="rdf:Property" resource="http://schema.org/productID">
  <link property="rdfs:subPropertyOf" href="http://schema.org/identifier" />
</div>

<div typeof="rdf:Property" resource="http://schema.org/flightNumber">
  <link property="rdfs:subPropertyOf" href="http://schema.org/identifier" />
</div>

<div typeof="rdf:Property" resource="http://schema.org/accountId">
  <link property="rdfs:subPropertyOf" href="http://schema.org/identifier" />
</div>

<div typeof="rdf:Property" resource="http://schema.org/leiCode">
  <link property="rdfs:subPropertyOf" href="http://schema.org/identifier" />
</div>


<div typeof="rdf:Property" resource="http://schema.org/duns">
  <link property="rdfs:subPropertyOf" href="http://schema.org/identifier" />
</div>


<div typeof="rdf:Property" resource="http://schema.org/taxID">
  <link property="rdfs:subPropertyOf" href="http://schema.org/identifier" />
</div>


<div typeof="rdf:Property" resource="http://schema.org/confirmationNumber">
  <link property="rdfs:subPropertyOf" href="http://schema.org/identifier" />
</div>

<div typeof="rdf:Property" resource="http://schema.org/serialNumber">
  <link property="rdfs:subPropertyOf" href="http://schema.org/identifier" />
</div>


<div typeof="rdf:Property" resource="http://schema.org/sku">
  <link property="rdfs:subPropertyOf" href="http://schema.org/identifier" />
</div>

<div typeof="rdf:Property" resource="http://schema.org/orderNumber">
  <link property="rdfs:subPropertyOf" href="http://schema.org/identifier" />
</div>


<div typeof="rdf:Property" resource="http://schema.org/globalLocationNumber">
  <link property="rdfs:subPropertyOf" href="http://schema.org/identifier" />
</div>

</div>






<h2>ClaimReview</h2>

<div>
<!-- fact-checking reviews proposal, issue 1061 -->

<div typeof="rdfs:Class" resource="http://schema.org/ClaimReview">
  <span>Category: <span property="schema:category">issue-1061</span></span>
  <span class="h" property="rdfs:label">ClaimReview</span>
  <span property="rdfs:comment">A fact-checking review of claims made (or reported) in some creative work (referenced via itemReviewed).</span>
  <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Review">Review</a></span>
  <span>Source:  <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1061">#1061</a></span>
</div>

<div typeof="rdf:Property" resource="http://schema.org/claimReviewed">
  <span>Category: <span property="schema:category">issue-1061</span></span>
  <span class="h" property="rdfs:label">claimReviewed</span>
  <span property="rdfs:comment">A short summary of the specific claims reviewed in a ClaimReview.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ClaimReview">ClaimReview</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
  <span>Source:  <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1061">#1061</a></span>
</div>

</div>



<h2>Menu</h2>

<p>Adding menu markup schema (issue-1288 .rdfa), 2016-10-26.</p>

<!-- Types: Menu, MenuItem, MenuSection; Properties: hasMenuItem, hasMenuSection -->

<div>

    <div typeof="rdfs:Class" resource="http://schema.org/Menu">
      <span class="h" property="rdfs:label">Menu</span>
      <span property="rdfs:comment">A structured representation of food or drink items available from a FoodEstablishment.</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/MenuItem">
      <span class="h" property="rdfs:label">MenuItem</span>
      <span property="rdfs:comment">A food or drink item listed in a menu or menu section.</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">CreativeWork</a></span>
    </div>

    <div typeof="rdfs:Class" resource="http://schema.org/MenuSection">
      <span class="h" property="rdfs:label">MenuSection</span>
      <span property="rdfs:comment">A sub-grouping of food or drink items in a menu. E.g. courses (such as 'Dinner', 'Breakfast', etc.), specific type of dishes (such as 'Meat', 'Vegan', 'Drinks', etc.), or some other classification made by the menu provider.</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">CreativeWork</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/hasMenuItem">
      <span class="h" property="rdfs:label">hasMenuItem</span>
      <span property="rdfs:comment">A food or drink item contained in a menu or menu section.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Menu">Menu</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MenuSection">MenuSection</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/MenuItem">MenuSection</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/hasMenuSection">
      <span class="h" property="rdfs:label">hasMenuSection</span>
      <span property="rdfs:comment">A subgrouping of the menu (by dishes, course, serving time period, etc.).</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Menu">Menu</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MenuSection">MenuSection</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/MenuSection">MenuSection</a></span>
    </div>

<!-- moved to pending per #1541
    <div typeof="rdf:Property" resource="http://schema.org/menuAddOn">
      <span class="h" property="rdfs:label">menuAddOn</span>
      <span property="rdfs:comment">Additional menu item(s) such as a side dish of salad or side order of fries that can be added to this menu item. Additionally it can be a menu section containing allowed add-on menu items for this menu item.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MenuItem">Menu</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/MenuSection">MenuItem</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/MenuSection">MenuSection</a></span>
    </div>
-->

<h2>Digital Publishing Accessibility</h2>

<p>"Proposal of accessMode, accessModeSufficient, and accessibilitySummary properties for e.g. epubs"</p>

    <div typeof="rdf:Property" resource="http://schema.org/accessMode">
      <span>Category: <span property="schema:category">issue-1110</span></span>
      <span class="h" property="rdfs:label">accessMode</span>
      <span property="rdfs:comment">The human sensory perceptual system or cognitive faculty through which a person may process or perceive information. Expected values include: auditory, tactile, textual, visual, colorDependent, chartOnVisual, chemOnVisual, diagramOnVisual, mathOnVisual, musicOnVisual, textOnVisual.
      </span>
      <span>domainIncludes: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>rangeIncludes: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
      <span>Source:  <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1100">#1100</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/accessModeSufficient">
      <span>Category: <span property="schema:category">issue-1110</span></span>
      <span class="h" property="rdfs:label">accessModeSufficient</span>
      <span property="rdfs:comment">A list of single or combined accessModes that are sufficient to understand all the intellectual content of a resource. Expected values include:  auditory, tactile, textual, visual.
      </span>
      <span>domainIncludes: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>rangeIncludes: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
      <span>Source:  <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1100">#1100</a></span>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/accessibilitySummary">
      <span>Category: <span property="schema:category">issue-1110</span></span>
      <span class="h" property="rdfs:label">accessibilitySummary</span>
      <span property="rdfs:comment">A human-readable summary of specific accessibility features or deficiencies, consistent with the other accessibility metadata but expressing subtleties such as "short descriptions are present but long descriptions will be needed for non-visual users" or "short descriptions are present and no long descriptions are needed."</span>
      <span>domainIncludes: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
      <span>rangeIncludes: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
      <span>Source:  <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1100">#1100</a></span>
    </div>

  <!-- moved in from data/ext/pending/issue-1004.rdfa-->

  <div typeof="rdfs:Class" resource="http://schema.org/BroadcastFrequencySpecification">
     <span class="h" property="rdfs:label">BroadcastFrequencySpecification</span>
     <span property="rdfs:comment">The frequency in MHz and the modulation used for a particular BroadcastService.</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
      <span>Category: <span property="schema:category">issue-1004</span></span>
      <span>Source:  <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1004">#1004</a></span>
   </div>

  <div typeof="rdfs:Class" resource="http://schema.org/FMRadioChannel">
     <span class="h" property="rdfs:label">FMRadioChannel</span>
     <span property="rdfs:comment">A radio channel that uses FM.</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/RadioChannel">RadioChannel</a></span>
      <span>Category: <span property="schema:category">issue-1004</span></span>
      <span>Source:  <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1004">#1004</a></span>
   </div>

   <div typeof="rdfs:Class" resource="http://schema.org/AMRadioChannel">
      <span class="h" property="rdfs:label">AMRadioChannel</span>
      <span property="rdfs:comment">A radio channel that uses AM.</span>
       <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/RadioChannel">RadioChannel</a></span>
       <span>Category: <span property="schema:category">issue-1004</span></span>
       <span>Source:  <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1004">#1004</a></span>
    </div>

   <div typeof="rdf:Property" resource="http://schema.org/broadcastFrequency">
     <span class="h" property="rdfs:label">broadcastFrequency</span>
     <span property="rdfs:comment">The frequency used for over-the-air broadcasts. Numeric values or simple ranges e.g. 87-99. In addition a shortcut idiom is supported for frequences of AM and FM radio channels, e.g. "87 FM".</span>
     <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/BroadcastService">BroadcastService</a></span>
     <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/BroadcastChannel">BroadcastChannel</a></span>

     <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/BroadcastFrequencySpecification">BroadcastFrequencySpecification</a></span>
     <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
     <span>Category: <span property="schema:category">issue-1004</span></span>
     <span>Source:  <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1004">#1004</a></span>
   </div>

   <div typeof="rdf:Property" resource="http://schema.org/broadcastFrequencyValue">
     <span class="h" property="rdfs:label">broadcastFrequencyValue</span>
     <span property="rdfs:comment">The frequency in MHz for a particular broadcast.</span>
     <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/BroadcastFrequencySpecification">BroadcastFrequencySpecification</a></span>
     <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Number">Number</a></span>
     <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/QuantitativeValue">QuantitativeValue</a></span>
     <span>Category: <span property="schema:category">issue-1004</span></span>
     <span>Source:  <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1004">#1004</a></span>
   </div>


   <!-- added assertion of the inverse explicitly. -->
   <div typeof="rdf:Property" resource="http://schema.org/providesBroadcastService">
     <link property="http://schema.org/inverseOf" href="http://schema.org/hasBroadcastChannel"/>
   </div>

   <div typeof="rdf:Property" resource="http://schema.org/hasBroadcastChannel">
     <span class="h" property="rdfs:label">hasBroadcastChannel</span>
     <span property="rdfs:comment">A broadcast channel of a broadcast service.</span>
     <link property="http://schema.org/inverseOf" href="http://schema.org/providesBroadcastService"/>
     <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/BroadcastService">BroadcastService</a></span>
     <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/BroadcastChannel">BroadcastChannel</a></span>
     <span>Category: <span property="schema:category">issue-1004</span></span>
     <span>Source:  <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1004">#1004</a></span>
   </div>


   <!-- moved in from data/ext/pending/issue-1125.rdfa-->
       <div typeof="rdfs:Class" resource="http://schema.org/PreOrderAction">
         <span>Category: <span property="schema:category">issue-1125</span></span>
         <span class="h" property="rdfs:label">PreOrderAction</span>
         <span property="rdfs:comment">An agent orders a (not yet released) object/product/service to be delivered/sent.</span>
         <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/TradeAction">TradeAction</a></span>
         <span>Source:  <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1125">#1125</a></span>
       </div>

       <!-- moved in from data/ext/pending/issue-1262.rdfa-->

       <div typeof="rdfs:Class" resource="http://schema.org/BedType">
           <span>Category: <span property="schema:category">issue-1262</span></span>
           <span class="h" property="rdfs:label">BedType</span>
           <span property="rdfs:comment">A type of bed. This is used for indicating the bed or beds available in an accommodation.</span>
           <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/QualitativeValue">QualitativeValue</a></span>
           <span>Source:  <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1262">#1262</a></span>
           <span>Source:  <a property="dc:source" href="https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology">STI Accommodation Ontology</a></span>
       </div>

       <div typeof="rdf:Property" resource="http://schema.org/typeOfBed">
         <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/BedType">BedType</a></span>
       </div>

       <div typeof="rdf:Property" resource="http://schema.org/bed">
         <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/BedType">BedType</a></span>
       </div>

       <!-- moved in from data/ext/pending/issue-1293.rdfa-->

       <div typeof="rdfs:Class" resource="http://schema.org/EndorsementRating">
         <span>Category: <span property="schema:category">issue-1293</span></span>
         <span class="h" property="rdfs:label">EndorsementRating</span>
         <span property="rdfs:comment">An EndorsementRating is a rating that expresses some level of endorsement, for example inclusion in a "critic's pick" blog, a
"Like" or "+1" on a social network. It can be considered the [[result]] of an [[EndorseAction]] in which the [[object]] of the action is rated positively by
some [[agent]]. As is common elsewhere in schema.org, it is sometimes more useful to describe the results of such an action without explicitly describing the [[Action]].

An [[EndorsementRating]] may be part of a numeric scale or organized system, but this is not required: having an explicit type for indicating a positive,
endorsement rating is particularly useful in the absence of numeric scales as it helps consumers understand that the rating is broadly positive.
</span>
         <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Rating">Rating</a></span>
         <span>Source:  <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1293">#1293</a></span>
       </div>

       <!-- moved in from data/ext/pending/issue-1389.rdfa-->

       <div typeof="rdf:Property" resource="http://schema.org/speakable">
         <span>Category: <span property="schema:category">issue-1389</span></span>
         <span class="h" property="rdfs:label">speakable</span>
         <span property="rdfs:comment">Indicates sections of a Web page that are particularly 'speakable' in the sense of being highlighted as being especially appropriate for text-to-speech conversion. Other sections of a page may also be usefully spoken in particular circumstances; the 'speakable' property serves to indicate the parts most likely to be generally useful for speech.

The *speakable* property can be repeated an arbitrary number of times, with three kinds of possible 'content-locator' values:

1.) *id-value* URL references - uses *id-value* of an element in the page being annotated. The simplest use of *speakable* has (potentially relative) URL values, referencing identified sections of the document concerned.

2.) CSS Selectors - addresses content in the annotated page, eg. via class attribute. Use the [[cssSelector]] property.

3.)  XPaths - addresses content via XPaths (assuming an XML view of the content). Use the [[xpath]] property.


For more sophisticated markup of speakable sections beyond simple ID references, either CSS selectors or XPath expressions to pick out document section(s) as speakable. For this
we define a supporting type, [[SpeakableSpecification]]  which is defined to be a possible value of the *speakable* property.
         </span>
         <span>domainIncludes: <a property="http://schema.org/domainIncludes" href="http://schema.org/WebPage">WebPage</a></span>
         <span>domainIncludes: <a property="http://schema.org/domainIncludes" href="http://schema.org/Article">Article</a></span>
         <span>rangeIncludes: <a property="http://schema.org/rangeIncludes" href="http://schema.org/SpeakableSpecification">SpeakableSpecification</a></span>
         <span>rangeIncludes: <a property="http://schema.org/rangeIncludes" href="http://schema.org/URL">URL</a></span>
         <span>Source:  <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1389">#1389</a></span>
       </div>

       <div typeof="rdfs:Class" resource="http://schema.org/SpeakableSpecification">
         <span>Category: <span property="schema:category">issue-1389</span></span>
         <span class="h" property="rdfs:label">SpeakableSpecification</span>
         <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
         <span property="rdfs:comment">A SpeakableSpecification indicates (typically via [[xpath]] or [[cssSelector]]) sections of a document that are highlighted as particularly [[speakable]]. Instances of this type are expected to be used primarily as values of the [[speakable]] property.</span>
         <span>Source:  <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1389">#1389</a></span>
       </div>

       <div typeof="rdf:Property" resource="http://schema.org/cssSelector">
         <span>Category: <span property="schema:category">issue-1389</span></span>
         <span class="h" property="rdfs:label">cssSelector</span>
         <span property="rdfs:comment">A CSS selector, e.g. of a [[SpeakableSpecification]] or [[WebPageElement]]. In the latter case, multiple matches within a page can constitute a single conceptual "Web page element".</span>
         <span>domainIncludes: <a property="http://schema.org/domainIncludes" href="http://schema.org/SpeakableSpecification">SpeakableSpecification</a></span>
         <span>domainIncludes: <a property="http://schema.org/domainIncludes" href="http://schema.org/WebPageElement">WebPageElement</a></span>
         <span>rangeIncludes: <a property="http://schema.org/rangeIncludes" href="http://schema.org/CssSelectorType">CssSelectorType</a></span>
         <span>Source:  <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1389">#1389</a></span>
       </div>

       <div typeof="rdf:Property" resource="http://schema.org/xpath">
         <span>Category: <span property="schema:category">issue-1389</span></span>
         <span class="h" property="rdfs:label">xpath</span>
         <span property="rdfs:comment">An XPath, e.g. of a [[SpeakableSpecification]] or [[WebPageElement]]. In the latter case, multiple matches within a page can constitute a single conceptual "Web page element".</span>
         <span>domainIncludes: <a property="http://schema.org/domainIncludes" href="http://schema.org/SpeakableSpecification">SpeakableSpecification</a></span>
         <span>domainIncludes: <a property="http://schema.org/domainIncludes" href="http://schema.org/WebPageElement">WebPageElement</a></span>
         <span>rangeIncludes: <a property="http://schema.org/rangeIncludes" href="http://schema.org/XPathType">XPathType</a></span>
         <span>Source:  <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1389">#1389</a></span>
       </div>
     </div>

<!-- moved in from data/ext/pending/issue-1541.rdfa-->

    <div typeof="rdf:Property" resource="http://schema.org/menuAddOn">
      <span class="h" property="rdfs:label">menuAddOn</span>
      <span property="rdfs:comment">Additional menu item(s) such as a side dish of salad or side order of fries that can be added to this menu item. Additionally it can be a menu section containing allowed add-on menu items for this menu item.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MenuItem">MenuItem</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/MenuItem">MenuItem</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/MenuSection">MenuSection</a></span>

      <span>Category: <span property="schema:category">issue-1541</span></span>
      <span>Source:  <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1541">1541</a></span>
    </div>

    <!-- moved in from data/ext/pending/issue-1670.rdfa-->

    <div typeof="rdf:Property" resource="http://schema.org/about">
        <span class="h" property="rdfs:label">about</span>
        <link property="http://schema.org/inverseOf" href="http://schema.org/subjectOf"/>
        <span property="schema:category">issue-1670</span>
        <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1670"></a>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/subjectOf">
        <span class="h" property="rdfs:label">subjectOf</span>
        <span property="rdfs:comment">A CreativeWork or Event about this Thing..</span>
        <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Thing">Thing</a></span>
        <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
        <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Event">Event</a></span>
        <link property="http://schema.org/inverseOf" href="http://schema.org/about"/>
        <span property="schema:category">issue-1670</span>
        <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1670"></a>
    </div>

    <!-- moved in from data/ext/pending/issue-1689.rdfa-->
    <!-- EmployerAggregateRating, issue 1689 -->

    <div typeof="rdfs:Class" resource="http://schema.org/EmployerAggregateRating">
      <span class="h" property="rdfs:label">EmployerAggregateRating</span>
      <span property="rdfs:comment">An aggregate rating of an Organization related to its role as an employer.</span>
      <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/AggregateRating">AggregateRating</a></span>
      <span property="schema:category">issue-1689</span>
      <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1689"></a>
    </div>

    <div typeof="rdf:Property" resource="http://schema.org/reviewAspect">
        <span class="h" property="rdfs:label">reviewAspect</span>
        <span property="rdfs:comment">This Review or Rating is relevant to this part or facet of the itemReviewed.</span>
        <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Review">Review</a></span>
        <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Rating">Rating</a></span>
        <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
        <span property="schema:category">issue-1689</span>
        <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1689"></a>
    </div>

    <!-- moved in from data/ext/pending/issue-1698.rdfa-->

      <div typeof="rdfs:Class" resource="http://schema.org/Occupation">
        <span class="h" property="rdfs:label">Occupation</span>
        <span property="rdfs:comment">A profession, may involve prolonged training and/or a formal qualification.</span>
        <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>


        <span property="schema:category">issue-1698</span>
        <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1698"></a>
      </div>

      <div typeof="rdf:Property" resource="http://schema.org/educationRequirements">
        <span class="h" property="rdfs:label">educationRequirements</span>
        <span property="rdfs:comment">Educational background needed for the position or Occupation.</span>
        <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/JobPosting">JobPosting</a></span>
        <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Occupation">Occupation</a></span>
        <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>


        <span property="schema:category">issue-1698</span>
        <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1698"></a>
      </div>

      <div typeof="rdf:Property" resource="http://schema.org/estimatedSalary">
        <span class="h" property="rdfs:label">estimatedSalary</span>
        <span property="rdfs:comment">An estimated salary for a job posting or occupation, based on a variety of variables including, but not limited to industry, job title, and location. Estimated salaries  are often computed by outside organizations rather than the hiring organization, who may not have committed to the estimated value.</span>
        <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Occupation">Occupation</a></span>
        <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/JobPosting">JobPosting</a></span>
        <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/MonetaryAmountDistribution">MonetaryAmountDistribution</a></span>
        <span property="schema:category">issue-1698</span>
        <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1698"></a>
      </div>

      <div typeof="rdf:Property" resource="http://schema.org/experienceRequirements">
        <span class="h" property="rdfs:label">experienceRequirements</span>
        <span property="rdfs:comment">Description of skills and experience needed for the position or Occupation.</span>
        <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/JobPosting">JobPosting</a></span>
        <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Occupation">Occupation</a></span>
        <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>

        <span property="schema:category">issue-1698</span>
        <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1698"></a>
      </div>

      <div typeof="rdf:Property" resource="http://schema.org/occupationalCategory">
        <span class="h" property="rdfs:label">occupationalCategory</span>
        <span property="rdfs:comment">Category or categories describing the job. Use BLS O*NET-SOC taxonomy: http://www.onetcenter.org/taxonomy.html. Ideally includes textual label and formal code, with the property repeated for each applicable value.</span>
        <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/JobPosting">JobPosting</a></span>
        <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Occupation">Occupation</a></span>
        <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>


        <span property="schema:category">issue-1698</span>
        <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1698"></a>
      </div>

      <div typeof="rdf:Property" resource="http://schema.org/occupationLocation">
        <span class="h" property="rdfs:label">occupationLocation</span>
        <span property="rdfs:comment"> The region/country for which this occupational description is appropriate. Note that educational requirements and qualifications can vary between jurisdictions.</span>
        <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Occupation">Occupation</a></span>
        <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/AdministrativeArea">AdministrativeArea</a></span>

        <span property="schema:category">issue-1698</span>
        <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1698"></a>
      </div>

      <div typeof="rdf:Property" resource="http://schema.org/qualifications">
        <span class="h" property="rdfs:label">qualifications</span>
        <span property="rdfs:comment">Specific qualifications required for this role or Occupation.</span>
        <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/JobPosting">JobPosting</a></span>
        <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Occupation">Occupation</a></span>
        <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
        <span property="schema:category">issue-1698</span>
        <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1698"></a>
      </div>

      <div typeof="rdf:Property" resource="http://schema.org/responsibilities">
        <span class="h" property="rdfs:label">responsibilities</span>
        <span property="rdfs:comment">Responsibilities associated with this role or Occupation.</span>
        <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/JobPosting">JobPosting</a></span>
        <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Occupation">Occupation</a></span>
        <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
        <span property="schema:category">issue-1698</span>
        <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1698"></a>
      </div>

      <div typeof="rdf:Property" resource="http://schema.org/skills">
        <span class="h" property="rdfs:label">skills</span>
        <span property="rdfs:comment">Skills required to fulfill this role or in this Occupation.</span>
        <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/JobPosting">JobPosting</a></span>
        <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Occupation">Occupation</a></span>
        <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
        <span property="schema:category">issue-1698</span>
        <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1698"></a>
      </div>

      <div typeof="rdf:Property" resource="http://schema.org/hasOccupation">
        <span class="h" property="rdfs:label">hasOccupation</span>
        <span property="rdfs:comment">The Person's occupation. For past professions, use Role for expressing dates.</span>
        <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
        <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Occupation">Occupation</a></span>
        <span property="schema:category">issue-1698</span>
        <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1698"></a>
      </div>

      <div typeof="rdf:Property" resource="http://schema.org/relevantOccupation">
        <span class="h" property="rdfs:label">relevantOccupation</span>
        <span property="rdfs:comment">The Occupation for the JobPosting.</span>
        <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/JobPosting">JobPosting</a></span>
        <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Occupation">Occupation</a></span>
        <span property="schema:category">issue-1698</span>
        <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1698"></a>
      </div>

      <div typeof="rdfs:Class" resource="http://schema.org/QuantitativeValueDistribution">
        <span class="h" property="rdfs:label">QuantitativeValueDistribution</span>
        <span property="rdfs:comment">A statistical distribution of values.</span>
        <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/StructuredValue">StructuredValue</a></span>
        <span property="schema:category">issue-1698</span>
        <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1698"></a>
      </div>
      <div typeof="rdf:Property" resource="http://schema.org/duration">
        <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/QuantitativeValueDistribution">QuantitativeValueDistribution</a></span>
        <span property="schema:category">issue-1698</span>
        <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1698"></a>
      </div>
      <div typeof="rdf:Property" resource="http://schema.org/percentile10">
        <span class="h" property="rdfs:label">percentile10</span>
        <span property="rdfs:comment">The 10th percentile value.</span>
        <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/QuantitativeValueDistribution">QuantitativeValueDistribution</a></span>
        <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Number">Number</a></span>
        <span property="schema:category">issue-1698</span>
        <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1698"></a>
      </div>
      <div typeof="rdf:Property" resource="http://schema.org/percentile25">
        <span class="h" property="rdfs:label">percentile25</span>
        <span property="rdfs:comment">The 25th percentile value.</span>
        <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/QuantitativeValueDistribution">QuantitativeValueDistribution</a></span>
        <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Number">Number</a></span>
        <span property="schema:category">issue-1698</span>
        <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1698"></a>
      </div>

      <div typeof="rdf:Property" resource="http://schema.org/median">
        <span class="h" property="rdfs:label">median</span>
        <span property="rdfs:comment">The median value.</span>
        <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/QuantitativeValueDistribution">QuantitativeValueDistribution</a></span>
        <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Number">Number</a></span>
        <span property="schema:category">issue-1698</span>
        <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1698"></a>
      </div>

      <div typeof="rdf:Property" resource="http://schema.org/percentile75">
        <span class="h" property="rdfs:label">percentile75</span>
        <span property="rdfs:comment">The 75th percentile value.</span>
        <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/QuantitativeValueDistribution">QuantitativeValueDistribution</a></span>
        <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Number">Number</a></span>
        <span property="schema:category">issue-1698</span>
        <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1698"></a>
      </div>

      <div typeof="rdf:Property" resource="http://schema.org/percentile90">
        <span class="h" property="rdfs:label">percentile90</span>
        <span property="rdfs:comment">The 90th percentile value.</span>
        <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/QuantitativeValueDistribution">QuantitativeValueDistribution</a></span>
        <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Number">Number</a></span>
        <span property="schema:category">issue-1698</span>
        <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1698"></a>
      </div>

      <div typeof="rdfs:Class" resource="http://schema.org/MonetaryAmountDistribution">
        <span class="h" property="rdfs:label">MonetaryAmountDistribution</span>
        <span property="rdfs:comment">A statistical distribution of monetary amounts.</span>
        <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/QuantitativeValueDistribution">QuantitativeValueDistribution</a></span>
        <span property="schema:category">issue-1698</span>
        <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1698"></a>
      </div>
      <!-- moved in from data/ext/pending/issue-1723.rdfa-->
      <div typeof="rdfs:Class" resource="http://schema.org/FAQPage">
          <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/WebPage">WebPage</a></span>
        <span class="h" property="rdfs:label">FAQPage</span>
        <span property="rdfs:comment">A [[FAQPage]] is a [[WebPage]] presenting one or more "[Frequently asked questions](https://en.wikipedia.org/wiki/FAQ)" (see also [[QAPage]]).</span>
        <span property="schema:category">issue-1723</span>
        <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1723">#1723</a>
      </div>

      <!-- moved in from data/ext/pending/issue-1741.rdfa-->
      <!-- MediaSubscription and ActionAccessSpecification  -->

        <div typeof="rdfs:Class" resource="http://schema.org/MediaSubscription">
          <span class="h" property="rdfs:label">MediaSubscription</span>
          <span property="rdfs:comment">A subscription which allows a user to access media including audio, video, books, etc.</span>
          <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
          <span property="schema:category">issue-1741</span>
          <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1741"></a>
        </div>

        <div typeof="rdf:Property" resource="http://schema.org/authenticator">
          <span class="h" property="rdfs:label">authenticator</span>
          <span property="rdfs:comment">The Organization responsible for authenticating the user's subscription. For example, many media apps require a cable/satellite provider to authenticate your subscription before playing media.</span>
          <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MediaSubscription">MediaSubscription</a></span>
          <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Organization">Organization</a></span>
          <span property="schema:category">issue-1741</span>
          <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1741"></a>
        </div>

        <div typeof="rdfs:Class" resource="http://schema.org/ActionAccessSpecification">
          <span class="h" property="rdfs:label">ActionAccessSpecification</span>
          <span property="rdfs:comment">A set of requirements that a must be fulfilled in order to perform an Action.</span>
          <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
          <span property="schema:category">issue-1741</span>
          <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1741"></a>
        </div>

        <div typeof="rdf:Property" resource="http://schema.org/availabilityStarts">
          <span class="h" property="rdfs:label">availabilityStarts</span>
          <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ActionAccessSpecification">ActionAccessSpecification</a></span>
          <span property="schema:category">issue-1741</span>
          <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1741"></a>
        </div>

        <div typeof="rdf:Property" resource="http://schema.org/availabilityEnds">
          <span class="h" property="rdfs:label">availabilityEnds</span>
          <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ActionAccessSpecification">ActionAccessSpecification</a></span>
          <span property="schema:category">issue-1741</span>
          <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1741"></a>
        </div>

        <div typeof="rdf:Property" resource="http://schema.org/category">
          <span class="h" property="rdfs:label">category</span>
          <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ActionAccessSpecification">ActionAccessSpecification</a></span>
          <span property="schema:category">issue-1741</span>
          <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1741"></a>
        </div>
        <div typeof="rdf:Property" resource="http://schema.org/eligibleRegion">
          <span class="h" property="rdfs:label">eligibleRegion</span>
          <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ActionAccessSpecification">ActionAccessSpecification</a></span>
          <span property="schema:category">issue-1741</span>
          <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1741"></a>
        </div>

        <div typeof="rdf:Property" resource="http://schema.org/expectsAcceptanceOf">
          <span class="h" property="rdfs:label">expectsAcceptanceOf</span>
          <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ActionAccessSpecification">ActionAccessSpecification</a></span>
          <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MediaSubscription">MediaSubscription</a></span>
          <span property="schema:category">issue-1741</span>
          <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1741"></a>
        </div>

        <div typeof="rdf:Property" resource="http://schema.org/requiresSubscription">
          <span class="h" property="rdfs:label">requiresSubscription</span>
          <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ActionAccessSpecification">ActionAccessSpecification</a></span>
          <span>Range:  <a property="http://schema.org/rangeIncludes"  href="http://schema.org/MediaSubscription">MediaSubscription</a></span>
          <span property="schema:category">issue-1741</span>
          <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1741"></a>
        </div>

        <div typeof="rdf:Property" resource="http://schema.org/actionAccessibilityRequirement">
          <span class="h" property="rdfs:label">actionAccessibilityRequirement</span>
          <span property="rdfs:comment">A set of requirements that a must be fulfilled in order to perform an Action. If more than one value is specied, fulfilling one set of requirements will allow the Action to be performed.</span>
          <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/ConsumeAction">ConsumeAction</a></span>
          <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/ActionAccessSpecification">ActionAccessSpecification</a></span>
          <span property="schema:category">issue-1741</span>
          <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1741"></a>
        </div>

        <!-- moved in from data/ext/pending/issue-243.rdfa-->
        <div typeof="rdfs:Class" resource="http://schema.org/WorkersUnion">
          <span>Category: <span property="schema:category">issue-243</span></span>
          <span class="h" property="rdfs:label">WorkersUnion</span>
          <span property="rdfs:comment">A Workers Union (also known as a Labor Union, Labour Union, or Trade Union) is an organization that promotes the interests of its worker members by collectively bargaining with management, organizing, and political lobbying.</span>
          <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Organization">Organization</a></span>
          <span>Source:  <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/243">#243</a></span>
        </div>

        <!-- moved in from data/ext/pending/issue-743.rdfa-->
        <div typeof="rdfs:Class" resource="http://schema.org/Distillery">
          <span>Category: <span property="schema:category">issue-743</span></span>
          <span class="h" property="rdfs:label">Distillery</span>
          <span property="rdfs:comment">A distillery.</span>
          <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/FoodEstablishment">FoodEstablishment</a></span>
          <span>Source:  <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/743">#743</a></span>
          <link property="sameAs" href="http://www.wikidata.org/entity/Q1251750" />
          <link property="additionalType" href="http://www.productontology.org/id/Distillery" />
        </div>

        <!-- moved in from data/ext/pending/issue-nnnn.rdfa-->

</body>
</html>
back to top