mirror of
https://github.com/felixfoertsch/Bachelorarbeit.git
synced 2026-05-01 21:56:59 +02:00
09ab8b9353
This is a test, if it is possible to clean up the commit history. I am using this chance, to properly write commit messages and try using the GitHub issue system.
11175 lines
713 KiB
XML
11175 lines
713 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<rdf:RDF
|
||
xmlns:owl="http://www.w3.org/2002/07/owl#"
|
||
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
|
||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||
xmlns:dct="http://purl.org/dc/terms/"
|
||
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
|
||
xmlns:schema="http://schema.org/"
|
||
>
|
||
<rdf:Property rdf:about="http://schema.org/underName">
|
||
<rdfs:label>underName</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Reservation"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Ticket"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<rdfs:comment>The person or organization the reservation or ticket is for.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/itemListOrder">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ItemList"/>
|
||
<rdfs:label>itemListOrder</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/ItemListOrderType"/>
|
||
<rdfs:comment>Type of ordering (e.g. Ascending, Descending, Unordered).</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/netWorth">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/PriceSpecification"/>
|
||
<rdfs:label>netWorth</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/MonetaryAmount"/>
|
||
<rdfs:comment>The total financial value of the person as calculated by subtracting assets from liabilities.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Person"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/timeRequired">
|
||
<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'.</rdfs:comment>
|
||
<rdfs:label>timeRequired</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Duration"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/manufacturer">
|
||
<rdfs:comment>The manufacturer of the product.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Product"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/DietarySupplement"/>
|
||
<rdfs:label>manufacturer</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Drug"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/partySize">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/FoodEstablishmentReservation"/>
|
||
<rdfs:comment>Number of people the reservation should accommodate.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Integer"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/QuantitativeValue"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/TaxiReservation"/>
|
||
<rdfs:label>partySize</rdfs:label>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/GovernmentOrganization">
|
||
<rdfs:label>GovernmentOrganization</rdfs:label>
|
||
<rdfs:comment>A governmental organization or agency.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Organization"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/expectedArrivalUntil">
|
||
<rdfs:label>expectedArrivalUntil</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DateTime"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ParcelDelivery"/>
|
||
<rdfs:comment>The latest date the package may arrive.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Date"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/scheduledTime">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DateTime"/>
|
||
<rdfs:comment>The time the object is scheduled to.</rdfs:comment>
|
||
<rdfs:label>scheduledTime</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PlanAction"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/worksFor">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<rdfs:label>worksFor</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Person"/>
|
||
<rdfs:comment>Organizations that the person works for.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/UserLikes">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/UserInteraction"/>
|
||
<rdfs:comment><![CDATA[UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use <a class="localLink" href="http://schema.org/Action">Action</a>-based vocabulary, alongside types such as <a class="localLink" href="http://schema.org/Comment">Comment</a>.]]></rdfs:comment>
|
||
<schema:supersededBy rdf:resource="http://schema.org/InteractionCounter"/>
|
||
<rdfs:label>UserLikes</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/creator">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:label>creator</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/UserComments"/>
|
||
<rdfs:comment>The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/codeRepository">
|
||
<rdfs:label>codeRepository</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/SoftwareSourceCode"/>
|
||
<rdfs:comment>Link to the repository where the un-compiled, human readable code and related code is located (SVN, github, CodePlex).</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
</rdf:Property>
|
||
<schema:PaymentStatusType rdf:about="http://schema.org/PaymentDeclined">
|
||
<rdfs:label>PaymentDeclined</rdfs:label>
|
||
<rdfs:comment>The payee received the payment, but it was declined for some reason.</rdfs:comment>
|
||
</schema:PaymentStatusType>
|
||
<rdf:Property rdf:about="http://schema.org/productSupported">
|
||
<rdfs:label>productSupported</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<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").</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ContactPoint"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Product"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/acceptedPaymentMethod">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Demand"/>
|
||
<rdfs:label>acceptedPaymentMethod</rdfs:label>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/PaymentMethod"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/LoanOrCredit"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Offer"/>
|
||
<rdfs:comment>The payment method(s) accepted by seller for this offer.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/educationalAlignment">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/AlignmentObject"/>
|
||
<rdfs:comment>An alignment to an established educational framework.</rdfs:comment>
|
||
<rdfs:label>educationalAlignment</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/printPage">
|
||
<rdfs:label>printPage</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/NewsArticle"/>
|
||
<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).</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/Physician">
|
||
<rdfs:label>Physician</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/MedicalOrganization"/>
|
||
<rdfs:comment>A doctor's office.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/MedicalBusiness"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/slogan">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Place"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Service"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Product"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:comment>A slogan or motto associated with the item.</rdfs:comment>
|
||
<rdfs:label>slogan</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Brand"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/requiresSubscription">
|
||
<rdfs:label>requiresSubscription</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Boolean"/>
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/1741"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ActionAccessSpecification"/>
|
||
<schema:category>issue-1741</schema:category>
|
||
<rdfs:comment><![CDATA[Indicates if use of the media require a subscription (either paid or free). Allowed values are <code>true</code> or <code>false</code> (note that an earlier version had 'yes', 'no').]]></rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MediaObject"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/MediaSubscription"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/globalLocationNumber">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<rdfs:subPropertyOf>
|
||
<rdf:Property rdf:about="http://schema.org/identifier">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/PropertyValue"/>
|
||
<owl:equivalentProperty rdf:resource="http://purl.org/dc/terms/identifier"/>
|
||
<rdfs:label>identifier</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Thing"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:comment><![CDATA[The identifier property represents any kind of identifier for any kind of <a class="localLink" href="http://schema.org/Thing">Thing</a>, such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See <a href="/docs/datamodel.html#identifierBg">background notes</a> for more details.]]></rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
</rdf:Property>
|
||
</rdfs:subPropertyOf>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>globalLocationNumber</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Person"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Place"/>
|
||
<rdfs:comment><![CDATA[The <a href="http://www.gs1.org/gln">Global Location Number</a> (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.]]></rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/endorsee">
|
||
<rdfs:label>endorsee</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/EndorseAction"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<rdfs:comment>A sub property of participant. The person/organization being supported.</rdfs:comment>
|
||
<rdfs:subPropertyOf>
|
||
<rdf:Property rdf:about="http://schema.org/participant">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<rdfs:label>participant</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<rdfs:comment><![CDATA[Other co-agents that participated in the action indirectly. e.g. John wrote a book with <em>Steve</em>.]]></rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Action"/>
|
||
</rdf:Property>
|
||
</rdfs:subPropertyOf>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/resultReview">
|
||
<rdfs:subPropertyOf>
|
||
<rdf:Property rdf:about="http://schema.org/result">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Thing"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Action"/>
|
||
<rdfs:comment><![CDATA[The result produced in the action. e.g. John wrote <em>a book</em>.]]></rdfs:comment>
|
||
<rdfs:label>result</rdfs:label>
|
||
</rdf:Property>
|
||
</rdfs:subPropertyOf>
|
||
<rdfs:comment>A sub property of result. The review that resulted in the performing of the action.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ReviewAction"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Review"/>
|
||
<rdfs:label>resultReview</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/validThrough">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Date"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Offer"/>
|
||
<rdfs:label>validThrough</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PriceSpecification"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/OpeningHoursSpecification"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MonetaryAmount"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DateTime"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/LocationFeatureSpecification"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/JobPosting"/>
|
||
<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.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Demand"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/availableChannel">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Service"/>
|
||
<rdfs:label>availableChannel</rdfs:label>
|
||
<rdfs:comment>A means of accessing the service (e.g. a phone bank, a web site, a location, etc.).</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/ServiceChannel"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/recipeYield">
|
||
<rdfs:label>recipeYield</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Recipe"/>
|
||
<rdfs:comment>The quantity produced by the recipe (for example, number of people served, number of servings, etc).</rdfs:comment>
|
||
<rdfs:subPropertyOf>
|
||
<rdf:Property rdf:about="http://schema.org/yield">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/QuantitativeValue"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/HowTo"/>
|
||
<rdfs:label>yield</rdfs:label>
|
||
<rdfs:comment>The quantity that results by performing instructions. For example, a paper airplane, 10 personalized candles.</rdfs:comment>
|
||
</rdf:Property>
|
||
</rdfs:subPropertyOf>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/QuantitativeValue"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/subReservation">
|
||
<rdfs:comment>The individual reservations included in the package. Typically a repeated property.</rdfs:comment>
|
||
<rdfs:label>subReservation</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Reservation"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ReservationPackage"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/seatSection">
|
||
<rdfs:comment>The section location of the reserved seat (e.g. Orchestra).</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Seat"/>
|
||
<rdfs:label>seatSection</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/course">
|
||
<rdfs:label>course</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Place"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ExerciseAction"/>
|
||
<rdfs:comment>A sub property of location. The course where this action was taken.</rdfs:comment>
|
||
<rdfs:subPropertyOf>
|
||
<rdf:Property rdf:about="http://schema.org/location">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Action"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Place"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Event"/>
|
||
<rdfs:label>location</rdfs:label>
|
||
<rdfs:comment>The location of for example where the event is happening, an organization is located, or where an action takes place.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/PostalAddress"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
</rdfs:subPropertyOf>
|
||
<schema:supersededBy>
|
||
<rdf:Property rdf:about="http://schema.org/exerciseCourse">
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/location"/>
|
||
<rdfs:label>exerciseCourse</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ExerciseAction"/>
|
||
<rdfs:comment>A sub property of location. The course where this action was taken.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Place"/>
|
||
</rdf:Property>
|
||
</schema:supersededBy>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/permissions">
|
||
<rdfs:label>permissions</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/SoftwareApplication"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<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).</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/defaultValue">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PropertyValueSpecification"/>
|
||
<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.</rdfs:comment>
|
||
<rdfs:label>defaultValue</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Thing"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/maximumAttendeeCapacity">
|
||
<rdfs:comment>The total number of individuals that may attend an event or venue.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Integer"/>
|
||
<rdfs:label>maximumAttendeeCapacity</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Place"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Event"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/coverageStartTime">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/LiveBlogPosting"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DateTime"/>
|
||
<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.</rdfs:comment>
|
||
<rdfs:label>coverageStartTime</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/actionStatus">
|
||
<rdfs:comment>Indicates the current disposition of the Action.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/ActionStatusType"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Action"/>
|
||
<rdfs:label>actionStatus</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/industry">
|
||
<rdfs:label>industry</rdfs:label>
|
||
<rdfs:comment>The industry associated with the job position.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/JobPosting"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DefinedTerm"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/foodEvent">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/FoodEvent"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CookAction"/>
|
||
<rdfs:label>foodEvent</rdfs:label>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/location"/>
|
||
<rdfs:comment>A sub property of location. The specific food event where the action occurred.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/UserBlocks">
|
||
<schema:supersededBy rdf:resource="http://schema.org/InteractionCounter"/>
|
||
<rdfs:comment><![CDATA[UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use <a class="localLink" href="http://schema.org/Action">Action</a>-based vocabulary, alongside types such as <a class="localLink" href="http://schema.org/Comment">Comment</a>.]]></rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/UserInteraction"/>
|
||
<rdfs:label>UserBlocks</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/containedIn">
|
||
<rdfs:comment>The basic containment relation between a place and one that contains it.</rdfs:comment>
|
||
<schema:supersededBy>
|
||
<rdf:Property rdf:about="http://schema.org/containedInPlace">
|
||
<rdfs:label>containedInPlace</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Place"/>
|
||
<rdfs:comment>The basic containment relation between a place and one that contains it.</rdfs:comment>
|
||
<schema:inverseOf rdf:resource="http://schema.org/containsPlace"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Place"/>
|
||
</rdf:Property>
|
||
</schema:supersededBy>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Place"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Place"/>
|
||
<rdfs:label>containedIn</rdfs:label>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/HousePainter">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/HomeAndConstructionBusiness"/>
|
||
<rdfs:label>HousePainter</rdfs:label>
|
||
<rdfs:comment>A house painting service.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/partOfInvoice">
|
||
<rdfs:label>partOfInvoice</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Invoice"/>
|
||
<rdfs:comment>The order is being paid as part of the referenced Invoice.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Order"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/BefriendAction">
|
||
<rdfs:comment><![CDATA[The act of forming a personal connection with someone (object) mutually/bidirectionally/symmetrically.<br/><br/>
|
||
|
||
Related actions:<br/><br/>
|
||
|
||
<ul>
|
||
<li><a class="localLink" href="http://schema.org/FollowAction">FollowAction</a>: Unlike FollowAction, BefriendAction implies that the connection is reciprocal.</li>
|
||
</ul>
|
||
]]></rdfs:comment>
|
||
<rdfs:label>BefriendAction</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/InteractAction"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/amenityFeature">
|
||
<dct:source rdf:resource="https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology"/>
|
||
<rdfs:label>amenityFeature</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/LocationFeatureSpecification"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/LodgingBusiness"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Accommodation"/>
|
||
<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.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Place"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/owns">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Product"/>
|
||
<rdfs:comment>Products owned by the organization or person.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/OwnershipInfo"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Person"/>
|
||
<rdfs:label>owns</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Organization"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/touristType">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/TouristDestination"/>
|
||
<schema:category>issue-1810</schema:category>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#IIT-CNR.it"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/TouristAttraction"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:comment>Attraction suitable for type(s) of tourist. eg. Children, visitors from a particular country, etc.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Audience"/>
|
||
<rdfs:label>touristType</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/TouristTrip"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/duringMedia">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/MediaObject"/>
|
||
<rdfs:comment>A media object representing the circumstances while performing this direction.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/HowToDirection"/>
|
||
<rdfs:label>duringMedia</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/WPHeader">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/WebPageElement"/>
|
||
<rdfs:comment>The header section of the page.</rdfs:comment>
|
||
<rdfs:label>WPHeader</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/map">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Place"/>
|
||
<schema:supersededBy>
|
||
<rdf:Property rdf:about="http://schema.org/hasMap">
|
||
<rdfs:comment>A URL to a map of the place.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Place"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Map"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
<rdfs:label>hasMap</rdfs:label>
|
||
</rdf:Property>
|
||
</schema:supersededBy>
|
||
<rdfs:label>map</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
<rdfs:comment>A URL to a map of the place.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/countryOfOrigin">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Country"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/TVSeries"/>
|
||
<rdfs:label>countryOfOrigin</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/TVEpisode"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/TVSeason"/>
|
||
<rdfs:comment>The country of the principal offices of the production company or individual responsible for the movie or program.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Movie"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/billingAddress">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Order"/>
|
||
<rdfs:label>billingAddress</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/PostalAddress"/>
|
||
<rdfs:comment>The billing address for the order.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/publication">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/PublicationEvent"/>
|
||
<rdfs:comment>A publication event associated with the item.</rdfs:comment>
|
||
<rdfs:label>publication</rdfs:label>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/StadiumOrArena">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
|
||
<rdfs:comment>A stadium.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/SportsActivityLocation"/>
|
||
<rdfs:label>StadiumOrArena</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/ownedThrough">
|
||
<rdfs:comment>The date and time of giving up ownership on the product.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/OwnershipInfo"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<rdfs:label>ownedThrough</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DateTime"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/color">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<rdfs:label>color</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Product"/>
|
||
<rdfs:comment>The color of the product.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/namedPosition">
|
||
<schema:supersededBy>
|
||
<rdf:Property rdf:about="http://schema.org/roleName">
|
||
<rdfs:label>roleName</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Role"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<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'.</rdfs:comment>
|
||
</rdf:Property>
|
||
</schema:supersededBy>
|
||
<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'.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Role"/>
|
||
<rdfs:label>namedPosition</rdfs:label>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/RoofingContractor">
|
||
<rdfs:label>RoofingContractor</rdfs:label>
|
||
<rdfs:comment>A roofing contractor.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/HomeAndConstructionBusiness"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/InstallAction">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/ConsumeAction"/>
|
||
<rdfs:label>InstallAction</rdfs:label>
|
||
<rdfs:comment>The act of installing an application.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/bitrate">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:comment>The bitrate of the media object.</rdfs:comment>
|
||
<rdfs:label>bitrate</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MediaObject"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/seasonNumber">
|
||
<rdfs:subPropertyOf>
|
||
<rdf:Property rdf:about="http://schema.org/position">
|
||
<rdfs:comment>The position of an item in a series or sequence of items.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ListItem"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>position</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Integer"/>
|
||
</rdf:Property>
|
||
</rdfs:subPropertyOf>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWorkSeason"/>
|
||
<rdfs:comment>Position of the season within an ordered group of seasons.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Integer"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>seasonNumber</rdfs:label>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/RadioSeason">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreativeWorkSeason"/>
|
||
<rdfs:comment>Season dedicated to radio broadcast and associated online delivery.</rdfs:comment>
|
||
<rdfs:label>RadioSeason</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/scheduledPaymentDate">
|
||
<rdfs:label>scheduledPaymentDate</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Invoice"/>
|
||
<rdfs:comment>The date the invoice is scheduled to be paid.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Date"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/bestRating">
|
||
<rdfs:label>bestRating</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Rating"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Number"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:comment>The highest value allowed in this rating system. If bestRating is omitted, 5 is assumed.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/WPSideBar">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/WebPageElement"/>
|
||
<rdfs:label>WPSideBar</rdfs:label>
|
||
<rdfs:comment>A sidebar section of the page.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/isVariantOf">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<rdfs:label>isVariantOf</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ProductModel"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/ProductModel"/>
|
||
<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.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/relevantOccupation">
|
||
<rdfs:label>relevantOccupation</rdfs:label>
|
||
<schema:category>issue-1698</schema:category>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/JobPosting"/>
|
||
<rdfs:comment>The Occupation for the JobPosting.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Occupation"/>
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/1698"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/hasDigitalDocumentPermission">
|
||
<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".</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/DigitalDocument"/>
|
||
<rdfs:label>hasDigitalDocumentPermission</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DigitalDocumentPermission"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/datasetTimeInterval">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DateTime"/>
|
||
<rdfs:label>datasetTimeInterval</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Dataset"/>
|
||
<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).</rdfs:comment>
|
||
<schema:supersededBy>
|
||
<rdf:Property rdf:about="http://schema.org/temporalCoverage">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>temporalCoverage</rdfs:label>
|
||
<owl:equivalentProperty rdf:resource="http://purl.org/dc/terms/temporal"/>
|
||
<rdfs:comment><![CDATA[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 <a href="https://en.wikipedia.org/wiki/ISO_8601#Time_intervals">ISO 8601 time interval format</a>. 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".<br/><br/>
|
||
|
||
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 ISO 8601 is officially updated.]]></rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DateTime"/>
|
||
</rdf:Property>
|
||
</schema:supersededBy>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/Code">
|
||
<rdfs:comment>Computer programming source code. Example: Full (compile ready) solutions, code snippet samples, scripts, templates.</rdfs:comment>
|
||
<rdfs:label>Code</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
|
||
<schema:supersededBy rdf:resource="http://schema.org/SoftwareSourceCode"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/url">
|
||
<rdfs:comment>URL of the item.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
<rdfs:label>url</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Thing"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/availabilityStarts">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Time"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ActionAccessSpecification"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Date"/>
|
||
<rdfs:comment>The beginning of the availability of the product or service included in the offer.</rdfs:comment>
|
||
<rdfs:label>availabilityStarts</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Demand"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Offer"/>
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/1741"/>
|
||
<schema:category>issue-1741</schema:category>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DateTime"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/brand">
|
||
<rdfs:comment>The brand(s) associated with a product or service, or the brand(s) maintained by an organization or business person.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Person"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Product"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Service"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Brand"/>
|
||
<rdfs:label>brand</rdfs:label>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/RegisterAction">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/InteractAction"/>
|
||
<rdfs:label>RegisterAction</rdfs:label>
|
||
<rdfs:comment><![CDATA[The act of registering to be a user of a service, product or web page.<br/><br/>
|
||
|
||
Related actions:<br/><br/>
|
||
|
||
<ul>
|
||
<li><a class="localLink" href="http://schema.org/JoinAction">JoinAction</a>: Unlike JoinAction, RegisterAction implies you are registering to be a user of a service, <em>not</em> a group/team of people.</li>
|
||
<li>[FollowAction]]: Unlike FollowAction, RegisterAction doesn't imply that the agent is expecting to poll for updates from the object.</li>
|
||
<li><a class="localLink" href="http://schema.org/SubscribeAction">SubscribeAction</a>: Unlike SubscribeAction, RegisterAction doesn't imply that the agent is expecting updates from the object.</li>
|
||
</ul>
|
||
]]></rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/floorSize">
|
||
<dct:source rdf:resource="https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology"/>
|
||
<rdfs:label>floorSize</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Accommodation"/>
|
||
<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</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/QuantitativeValue"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/seasons">
|
||
<schema:supersededBy>
|
||
<rdf:Property rdf:about="http://schema.org/season">
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/hasPart"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/TVSeries"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/VideoGameSeries"/>
|
||
<rdfs:comment>A season in a media series.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/RadioSeries"/>
|
||
<rdfs:label>season</rdfs:label>
|
||
<schema:supersededBy rdf:resource="http://schema.org/containsSeason"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/CreativeWorkSeason"/>
|
||
</rdf:Property>
|
||
</schema:supersededBy>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/RadioSeries"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/CreativeWorkSeason"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/TVSeries"/>
|
||
<rdfs:label>seasons</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/VideoGameSeries"/>
|
||
<rdfs:comment>A season in a media series.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/storageRequirements">
|
||
<rdfs:label>storageRequirements</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/SoftwareApplication"/>
|
||
<rdfs:comment>Storage requirements (free space required).</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/ProfessionalService">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
|
||
<rdfs:label>ProfessionalService</rdfs:label>
|
||
<rdfs:comment><![CDATA[Original definition: "provider of professional services."<br/><br/>
|
||
|
||
The general <a class="localLink" href="http://schema.org/ProfessionalService">ProfessionalService</a> type for local businesses was deprecated due to confusion with <a class="localLink" href="http://schema.org/Service">Service</a>. For reference, the types that it included were: <a class="localLink" href="http://schema.org/Dentist">Dentist</a>,
|
||
<a class="localLink" href="http://schema.org/AccountingService">AccountingService</a>, <a class="localLink" href="http://schema.org/Attorney">Attorney</a>, <a class="localLink" href="http://schema.org/Notary">Notary</a>, as well as types for several kinds of <a class="localLink" href="http://schema.org/HomeAndConstructionBusiness">HomeAndConstructionBusiness</a>: <a class="localLink" href="http://schema.org/Electrician">Electrician</a>, <a class="localLink" href="http://schema.org/GeneralContractor">GeneralContractor</a>,
|
||
<a class="localLink" href="http://schema.org/HousePainter">HousePainter</a>, <a class="localLink" href="http://schema.org/Locksmith">Locksmith</a>, <a class="localLink" href="http://schema.org/Plumber">Plumber</a>, <a class="localLink" href="http://schema.org/RoofingContractor">RoofingContractor</a>. <a class="localLink" href="http://schema.org/LegalService">LegalService</a> was introduced as a more inclusive supertype of <a class="localLink" href="http://schema.org/Attorney">Attorney</a>.]]></rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/query">
|
||
<rdfs:comment>A sub property of instrument. The query used on this action.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:subPropertyOf>
|
||
<rdf:Property rdf:about="http://schema.org/instrument">
|
||
<rdfs:label>instrument</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Thing"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Action"/>
|
||
<rdfs:comment><![CDATA[The object that helped the agent perform the action. e.g. John wrote a book with <em>a pen</em>.]]></rdfs:comment>
|
||
</rdf:Property>
|
||
</rdfs:subPropertyOf>
|
||
<rdfs:label>query</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/SearchAction"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/catalog">
|
||
<rdfs:label>catalog</rdfs:label>
|
||
<schema:supersededBy>
|
||
<rdf:Property rdf:about="http://schema.org/includedInDataCatalog">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DataCatalog"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Dataset"/>
|
||
<schema:inverseOf rdf:resource="http://schema.org/dataset"/>
|
||
<rdfs:comment>A data catalog which contains this dataset.</rdfs:comment>
|
||
<rdfs:label>includedInDataCatalog</rdfs:label>
|
||
</rdf:Property>
|
||
</schema:supersededBy>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DataCatalog"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Dataset"/>
|
||
<rdfs:comment>A data catalog which contains this dataset.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/endDate">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DateTime"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWorkSeries"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Event"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/DatedMoneySpecification"/>
|
||
<rdfs:label>endDate</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/EducationalOccupationalProgram"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Role"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Date"/>
|
||
<rdfs:comment><![CDATA[The end date and time of the item (in <a href="http://en.wikipedia.org/wiki/ISO_8601">ISO 8601 date format</a>).]]></rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWorkSeason"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/suggestedMinAge">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PeopleAudience"/>
|
||
<rdfs:label>suggestedMinAge</rdfs:label>
|
||
<rdfs:comment>Minimal age recommended for viewing content.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Number"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/estimatedCost">
|
||
<rdfs:comment>The estimated cost of the supply or supplies consumed when performing instructions.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/HowTo"/>
|
||
<rdfs:label>estimatedCost</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/HowToSupply"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/MonetaryAmount"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/numberOfForwardGears">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/QuantitativeValue"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Number"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Vehicle"/>
|
||
<rdfs:label>numberOfForwardGears</rdfs:label>
|
||
<rdfs:comment><![CDATA[The total number of forward gears available for the transmission system of the vehicle.<br/><br/>
|
||
|
||
Typical unit code(s): C62]]></rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/estimatedSalary">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/JobPosting"/>
|
||
<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.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/MonetaryAmount"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/MonetaryAmountDistribution"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Number"/>
|
||
<schema:category>issue-1698</schema:category>
|
||
<rdfs:label>estimatedSalary</rdfs:label>
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/1698"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Occupation"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/confirmationNumber">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Invoice"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/identifier"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Order"/>
|
||
<rdfs:label>confirmationNumber</rdfs:label>
|
||
<rdfs:comment>A number that confirms the given order or payment has been received.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/PawnShop">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
|
||
<rdfs:comment>A shop that will buy, or lend money against the security of, personal possessions.</rdfs:comment>
|
||
<rdfs:label>PawnShop</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/HinduTemple">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/PlaceOfWorship"/>
|
||
<rdfs:comment>A Hindu temple.</rdfs:comment>
|
||
<rdfs:label>HinduTemple</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/ApplyAction">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/OrganizeAction"/>
|
||
<rdfs:label>ApplyAction</rdfs:label>
|
||
<rdfs:comment><![CDATA[The act of registering to an organization/service without the guarantee to receive it.<br/><br/>
|
||
|
||
Related actions:<br/><br/>
|
||
|
||
<ul>
|
||
<li><a class="localLink" href="http://schema.org/RegisterAction">RegisterAction</a>: Unlike RegisterAction, ApplyAction has no guarantees that the application will be accepted.</li>
|
||
</ul>
|
||
]]></rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/reviews">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Review"/>
|
||
<rdfs:label>reviews</rdfs:label>
|
||
<schema:supersededBy>
|
||
<rdf:Property rdf:about="http://schema.org/review">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Product"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Service"/>
|
||
<rdfs:comment>A review of the item.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Review"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Event"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Place"/>
|
||
<rdfs:label>review</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Brand"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Offer"/>
|
||
</rdf:Property>
|
||
</schema:supersededBy>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Offer"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Product"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Place"/>
|
||
<rdfs:comment>Review of the item.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Organization"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/numberOfBeds">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Number"/>
|
||
<rdfs:label>numberOfBeds</rdfs:label>
|
||
<rdfs:comment>The quantity of the given bed type available in the HotelRoom, Suite, House, or Apartment.</rdfs:comment>
|
||
<dct:source rdf:resource="https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/BedDetails"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/musicArrangement">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
|
||
<rdfs:label>musicArrangement</rdfs:label>
|
||
<rdfs:comment>An arrangement derived from the composition.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MusicComposition"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/MusicComposition"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/answerCount">
|
||
<rdfs:label>answerCount</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Question"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Integer"/>
|
||
<rdfs:comment>The number of answers this question has received.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/candidate">
|
||
<rdfs:label>candidate</rdfs:label>
|
||
<rdfs:subPropertyOf>
|
||
<rdf:Property rdf:about="http://schema.org/object">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Thing"/>
|
||
<rdfs:label>object</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Action"/>
|
||
<rdfs:comment><![CDATA[The object upon which the action is carried out, whose state is kept intact or changed. Also known as the semantic roles patient, affected or undergoer (which change their state) or theme (which doesn't). e.g. John read <em>a book</em>.]]></rdfs:comment>
|
||
</rdf:Property>
|
||
</rdfs:subPropertyOf>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<rdfs:comment>A sub property of object. The candidate subject of this action.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/VoteAction"/>
|
||
</rdf:Property>
|
||
<schema:RestrictedDiet rdf:about="http://schema.org/GlutenFreeDiet">
|
||
<rdfs:comment>A diet exclusive of gluten.</rdfs:comment>
|
||
<rdfs:label>GlutenFreeDiet</rdfs:label>
|
||
</schema:RestrictedDiet>
|
||
<rdf:Property rdf:about="http://schema.org/steps">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/HowTo"/>
|
||
<schema:supersededBy>
|
||
<rdf:Property rdf:about="http://schema.org/step">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/HowToSection"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:comment>A single step item (as HowToStep, text, document, video, etc.) or a HowToSection.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/HowToStep"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:label>step</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/HowTo"/>
|
||
</rdf:Property>
|
||
</schema:supersededBy>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/HowToSection"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/ItemList"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:label>steps</rdfs:label>
|
||
<rdfs:comment>A single step item (as HowToStep, text, document, video, etc.) or a HowToSection (originally misnamed 'steps'; 'step' is preferred).</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/OnDemandEvent">
|
||
<rdfs:label>OnDemandEvent</rdfs:label>
|
||
<rdfs:comment>A publication event e.g. catch-up TV or radio podcast, during which a program is available on-demand.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/PublicationEvent"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/faxNumber">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Place"/>
|
||
<rdfs:comment>The fax number.</rdfs:comment>
|
||
<rdfs:label>faxNumber</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Person"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ContactPoint"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/video">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/VideoObject"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:comment>An embedded video object.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Clip"/>
|
||
<rdfs:label>video</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/vehicleEngine">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/EngineSpecification"/>
|
||
<rdfs:label>vehicleEngine</rdfs:label>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Vehicle"/>
|
||
<rdfs:comment>Information about the engine or engines of the vehicle.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/aggregateRating">
|
||
<rdfs:comment>The overall rating, based on a collection of reviews or ratings, of the item.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Offer"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Place"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Brand"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/AggregateRating"/>
|
||
<rdfs:label>aggregateRating</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Product"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Service"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Event"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Organization"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/workHours">
|
||
<rdfs:label>workHours</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/JobPosting"/>
|
||
<rdfs:comment>The typical working hours for this job (e.g. 1st shift, night shift, 8am-5pm).</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/application">
|
||
<rdfs:label>application</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/SoftwareApplication"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/EntryPoint"/>
|
||
<rdfs:comment>An application that can complete the request.</rdfs:comment>
|
||
<schema:supersededBy>
|
||
<rdf:Property rdf:about="http://schema.org/actionApplication">
|
||
<rdfs:comment>An application that can complete the request.</rdfs:comment>
|
||
<rdfs:label>actionApplication</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/EntryPoint"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/SoftwareApplication"/>
|
||
</rdf:Property>
|
||
</schema:supersededBy>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/accessibilitySummary">
|
||
<schema:category>issue-1110</schema:category>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:label>accessibilitySummary</rdfs:label>
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/1100"/>
|
||
<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."</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/additionalType">
|
||
<rdfs:label>additionalType</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Thing"/>
|
||
<rdfs:comment>An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. In RDFa syntax, it is better to use the native RDFa syntax - the 'typeof' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.</rdfs:comment>
|
||
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#type"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/geoIntersects">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/GeospatialGeometry"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/GeospatialGeometry"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Place"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Place"/>
|
||
<rdfs:comment><![CDATA[Represents spatial relations in which two geometries (or the places they represent) have at least one point in common. As defined in <a href="https://en.wikipedia.org/wiki/DE-9IM">DE-9IM</a>.]]></rdfs:comment>
|
||
<rdfs:label>geoIntersects</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/nonEqual">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<rdfs:comment>This ordering relation for qualitative values indicates that the subject is not equal to the object.</rdfs:comment>
|
||
<rdfs:label>nonEqual</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/QualitativeValue"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/QualitativeValue"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/employees">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<rdfs:label>employees</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<schema:supersededBy>
|
||
<rdf:Property rdf:about="http://schema.org/employee">
|
||
<rdfs:label>employee</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<rdfs:comment>Someone working for this organization.</rdfs:comment>
|
||
</rdf:Property>
|
||
</schema:supersededBy>
|
||
<rdfs:comment>People working for this organization.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/isAccessoryOrSparePartFor">
|
||
<rdfs:label>isAccessoryOrSparePartFor</rdfs:label>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Product"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Product"/>
|
||
<rdfs:comment>A pointer to another product (or multiple products) for which this product is an accessory or spare part.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/genre">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:label>genre</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
<rdfs:comment>Genre of the creative work, broadcast channel or group.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MusicGroup"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/BroadcastChannel"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/homeLocation">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/ContactPoint"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Person"/>
|
||
<rdfs:label>homeLocation</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Place"/>
|
||
<rdfs:comment>A contact location for a person's residence.</rdfs:comment>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/location"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/percentile25">
|
||
<schema:category>issue-1698</schema:category>
|
||
<rdfs:comment>The 25th percentile value.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/QuantitativeValueDistribution"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Number"/>
|
||
<rdfs:label>percentile25</rdfs:label>
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/1698"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/colleagues">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Person"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<schema:supersededBy>
|
||
<rdf:Property rdf:about="http://schema.org/colleague">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Person"/>
|
||
<rdfs:label>colleague</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
<rdfs:comment>A colleague of the person.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
</rdf:Property>
|
||
</schema:supersededBy>
|
||
<rdfs:label>colleagues</rdfs:label>
|
||
<rdfs:comment>A colleague of the person.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/organizer">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<rdfs:label>organizer</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Event"/>
|
||
<rdfs:comment>An organizer of an Event.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/orderQuantity">
|
||
<rdfs:comment>The number of the item ordered. If the property is not set, assume the quantity is one.</rdfs:comment>
|
||
<rdfs:label>orderQuantity</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/OrderItem"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Number"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/previousStartDate">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Event"/>
|
||
<rdfs:label>previousStartDate</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Date"/>
|
||
<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.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/mentions">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:label>mentions</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Thing"/>
|
||
<rdfs:comment>Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/CheckAction">
|
||
<rdfs:comment>An agent inspects, determines, investigates, inquires, or examines an object's accuracy, quality, condition, or state.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/FindAction"/>
|
||
<rdfs:label>CheckAction</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/BuddhistTemple">
|
||
<rdfs:label>BuddhistTemple</rdfs:label>
|
||
<rdfs:comment>A Buddhist temple.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/PlaceOfWorship"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/numberedPosition">
|
||
<rdfs:comment>A number associated with a role in an organization, for example, the number on an athlete's jersey.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Number"/>
|
||
<rdfs:label>numberedPosition</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/OrganizationRole"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/applicationCategory">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>applicationCategory</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/SoftwareApplication"/>
|
||
<rdfs:comment>Type of software application, e.g. 'Game, Multimedia'.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/softwareHelp">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:label>softwareHelp</rdfs:label>
|
||
<rdfs:comment>Software application help.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/SoftwareApplication"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/attendees">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<rdfs:label>attendees</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Event"/>
|
||
<schema:supersededBy>
|
||
<rdf:Property rdf:about="http://schema.org/attendee">
|
||
<rdfs:comment>A person or organization attending the event.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<rdfs:label>attendee</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Event"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
</rdf:Property>
|
||
</schema:supersededBy>
|
||
<rdfs:comment>A person attending the event.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/DefenceEstablishment">
|
||
<rdfs:label>DefenceEstablishment</rdfs:label>
|
||
<rdfs:comment>A defence establishment, such as an army or navy base.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/GovernmentBuilding"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/hasOccupation">
|
||
<rdfs:comment>The Person's occupation. For past professions, use Role for expressing dates.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Person"/>
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/1698"/>
|
||
<rdfs:label>hasOccupation</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Occupation"/>
|
||
<schema:category>issue-1698</schema:category>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/sku">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Product"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/identifier"/>
|
||
<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.</rdfs:comment>
|
||
<rdfs:label>sku</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Demand"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Offer"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/Casino">
|
||
<rdfs:label>Casino</rdfs:label>
|
||
<rdfs:comment>A casino.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/EntertainmentBusiness"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Taxi">
|
||
<rdfs:label>Taxi</rdfs:label>
|
||
<schema:supersededBy rdf:resource="http://schema.org/TaxiService"/>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Service"/>
|
||
<rdfs:comment>A taxi.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/broadcastOfEvent">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/BroadcastEvent"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Event"/>
|
||
<rdfs:label>broadcastOfEvent</rdfs:label>
|
||
<rdfs:comment>The event being broadcast such as a sporting event or awards ceremony.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/commentText">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/UserComments"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>commentText</rdfs:label>
|
||
<rdfs:comment>The text of the UserComment.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/DiscoverAction">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/FindAction"/>
|
||
<rdfs:label>DiscoverAction</rdfs:label>
|
||
<rdfs:comment>The act of discovering/finding an object.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/DrinkAction">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/ConsumeAction"/>
|
||
<rdfs:comment>The act of swallowing liquids.</rdfs:comment>
|
||
<rdfs:label>DrinkAction</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/ratingCount">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/AggregateRating"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Integer"/>
|
||
<rdfs:comment>The count of total number of ratings.</rdfs:comment>
|
||
<rdfs:label>ratingCount</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/availabilityEnds">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Demand"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DateTime"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ActionAccessSpecification"/>
|
||
<rdfs:comment>The end of the availability of the product or service included in the offer.</rdfs:comment>
|
||
<rdfs:label>availabilityEnds</rdfs:label>
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/1741"/>
|
||
<schema:category>issue-1741</schema:category>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Offer"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Date"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Time"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/actors">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/RadioSeries"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/VideoGame"/>
|
||
<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.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MovieSeries"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Clip"/>
|
||
<rdfs:label>actors</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/VideoObject"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/TVSeries"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Movie"/>
|
||
<schema:supersededBy>
|
||
<rdf:Property rdf:about="http://schema.org/actor">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Event"/>
|
||
<rdfs:label>actor</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Movie"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Episode"/>
|
||
<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.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/TVSeries"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/VideoGame"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Clip"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/RadioSeries"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MovieSeries"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/VideoObject"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWorkSeason"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/VideoGameSeries"/>
|
||
</rdf:Property>
|
||
</schema:supersededBy>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/VideoGameSeries"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Episode"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/members">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<rdfs:comment>A member of this organization.</rdfs:comment>
|
||
<rdfs:label>members</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ProgramMembership"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<schema:supersededBy>
|
||
<rdf:Property rdf:about="http://schema.org/member">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<schema:inverseOf rdf:resource="http://schema.org/memberOf"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ProgramMembership"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<rdfs:label>member</rdfs:label>
|
||
<rdfs:comment>A member of an Organization or a ProgramMembership. Organizations can be members of organizations; ProgramMembership is typically for individuals.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Organization"/>
|
||
</rdf:Property>
|
||
</schema:supersededBy>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/device">
|
||
<rdfs:comment>Device required to run the application. Used in cases where a specific make/model is required to run the application.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/SoftwareApplication"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>device</rdfs:label>
|
||
<schema:supersededBy>
|
||
<rdf:Property rdf:about="http://schema.org/availableOnDevice">
|
||
<rdfs:label>availableOnDevice</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/SoftwareApplication"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:comment>Device required to run the application. Used in cases where a specific make/model is required to run the application.</rdfs:comment>
|
||
</rdf:Property>
|
||
</schema:supersededBy>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/publicAccess">
|
||
<rdfs:label>publicAccess</rdfs:label>
|
||
<rdfs:comment><![CDATA[A flag to signal that the <a class="localLink" href="http://schema.org/Place">Place</a> is open to public visitors. If this property is omitted there is no assumed default boolean value]]></rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Boolean"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Place"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/reservationStatus">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Reservation"/>
|
||
<rdfs:label>reservationStatus</rdfs:label>
|
||
<rdfs:comment>The current status of the reservation.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/ReservationStatusType"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/UserDownloads">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/UserInteraction"/>
|
||
<rdfs:comment><![CDATA[UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use <a class="localLink" href="http://schema.org/Action">Action</a>-based vocabulary, alongside types such as <a class="localLink" href="http://schema.org/Comment">Comment</a>.]]></rdfs:comment>
|
||
<schema:supersededBy rdf:resource="http://schema.org/InteractionCounter"/>
|
||
<rdfs:label>UserDownloads</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/height">
|
||
<rdfs:label>height</rdfs:label>
|
||
<rdfs:comment>The height of the item.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Product"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/VisualArtwork"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MediaObject"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Person"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Distance"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/QuantitativeValue"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/offerCount">
|
||
<rdfs:label>offerCount</rdfs:label>
|
||
<rdfs:comment>The number of offers for the product.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/AggregateOffer"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Integer"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/coverageEndTime">
|
||
<rdfs:label>coverageEndTime</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DateTime"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/LiveBlogPosting"/>
|
||
<rdfs:comment>The time when the live blog will stop covering the Event. Note that coverage may continue after the Event concludes.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/DepositAccount">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/InvestmentOrDeposit"/>
|
||
<rdfs:comment>A type of Bank Account with a main purpose of depositing funds to gain interest or other benefits.</rdfs:comment>
|
||
<rdfs:label>DepositAccount</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/BankAccount"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/issn">
|
||
<rdfs:label>issn</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<owl:equivalentProperty rdf:resource="http://purl.org/ontology/bibo/issn"/>
|
||
<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.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Blog"/>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/identifier"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/WebSite"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWorkSeries"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Dataset"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/LegislativeBuilding">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/GovernmentBuilding"/>
|
||
<rdfs:label>LegislativeBuilding</rdfs:label>
|
||
<rdfs:comment>A legislative building&#x2014;for example, the state capitol.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/sharedContent">
|
||
<rdfs:comment>A CreativeWork such as an image, video, or audio clip shared as part of this posting.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/SocialMediaPosting"/>
|
||
<rdfs:label>sharedContent</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/artMedium">
|
||
<rdfs:subPropertyOf>
|
||
<rdf:Property rdf:about="http://schema.org/material">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Product"/>
|
||
<rdfs:label>material</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Product"/>
|
||
<rdfs:comment>A material that something is made from, e.g. leather, wool, cotton, paper.</rdfs:comment>
|
||
</rdf:Property>
|
||
</rdfs:subPropertyOf>
|
||
<rdfs:comment>The material used. (e.g. Oil, Watercolour, Acrylic, Linoprint, Marble, Cyanotype, Digital, Lithograph, DryPoint, Intaglio, Pastel, Woodcut, Pencil, Mixed Media, etc.)</rdfs:comment>
|
||
<rdfs:label>artMedium</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/VisualArtwork"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/Attorney">
|
||
<rdfs:comment><![CDATA[Professional service: Attorney. <br/><br/>
|
||
|
||
This type is deprecated - <a class="localLink" href="http://schema.org/LegalService">LegalService</a> is more inclusive and less ambiguous.]]></rdfs:comment>
|
||
<rdfs:label>Attorney</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/LegalService"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/PerformingArtsTheater">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
|
||
<rdfs:comment>A theater or other performing art center.</rdfs:comment>
|
||
<rdfs:label>PerformingArtsTheater</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/childMinAge">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Number"/>
|
||
<rdfs:label>childMinAge</rdfs:label>
|
||
<rdfs:comment>Minimal age of the child.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ParentAudience"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/UserTweets">
|
||
<rdfs:label>UserTweets</rdfs:label>
|
||
<rdfs:comment><![CDATA[UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use <a class="localLink" href="http://schema.org/Action">Action</a>-based vocabulary, alongside types such as <a class="localLink" href="http://schema.org/Comment">Comment</a>.]]></rdfs:comment>
|
||
<schema:supersededBy rdf:resource="http://schema.org/InteractionCounter"/>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/UserInteraction"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/parentService">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/BroadcastService"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/BroadcastService"/>
|
||
<rdfs:comment>A broadcast service to which the broadcast service may belong to such as regional variations of a national channel.</rdfs:comment>
|
||
<rdfs:label>parentService</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/cssSelector">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/SpeakableSpecification"/>
|
||
<rdfs:label>cssSelector</rdfs:label>
|
||
<schema:category>issue-1389</schema:category>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/CssSelectorType"/>
|
||
<rdfs:comment><![CDATA[A CSS selector, e.g. of a <a class="localLink" href="http://schema.org/SpeakableSpecification">SpeakableSpecification</a> or <a class="localLink" href="http://schema.org/WebPageElement">WebPageElement</a>. In the latter case, multiple matches within a page can constitute a single conceptual "Web page element".]]></rdfs:comment>
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/1389"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/WebPageElement"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/seatNumber">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Seat"/>
|
||
<rdfs:label>seatNumber</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:comment>The location of the reserved seat (e.g., 27).</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/honorificPrefix">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>honorificPrefix</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Person"/>
|
||
<rdfs:comment>An honorific prefix preceding a Person's name such as Dr/Mrs/Mr.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/illustrator">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<rdfs:comment>The illustrator of the book.</rdfs:comment>
|
||
<rdfs:label>illustrator</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Book"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/priceRange">
|
||
<rdfs:label>priceRange</rdfs:label>
|
||
<rdfs:comment><![CDATA[The price range of the business, for example <code>$$$</code>.]]></rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/LocalBusiness"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/departureStation">
|
||
<rdfs:label>departureStation</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/TrainTrip"/>
|
||
<rdfs:comment>The station from which the train departs.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/TrainStation"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/character">
|
||
<rdfs:comment>Fictional person connected with a creative work.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:label>character</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/children">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Person"/>
|
||
<rdfs:comment>A child of the person.</rdfs:comment>
|
||
<rdfs:label>children</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/publisher">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<rdfs:label>publisher</rdfs:label>
|
||
<rdfs:comment>The publisher of the creative work.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/QAPage">
|
||
<rdfs:label>QAPage</rdfs:label>
|
||
<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).</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/WebPage"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/BookmarkAction">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/OrganizeAction"/>
|
||
<rdfs:label>BookmarkAction</rdfs:label>
|
||
<rdfs:comment>An agent bookmarks/flags/labels/tags/marks an object.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/comment">
|
||
<rdfs:label>comment</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Comment"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/RsvpAction"/>
|
||
<rdfs:comment>Comments, typically from users.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/occupationalCategory">
|
||
<schema:category>issue-1698</schema:category>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Occupation"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/CategoryCode"/>
|
||
<rdfs:label>occupationalCategory</rdfs:label>
|
||
<schema:category>issue-2192</schema:category>
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/2192"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/WorkBasedProgram"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/JobPosting"/>
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/1698"/>
|
||
<rdfs:comment><![CDATA[A category describing the job, preferably using a term from a taxonomy such as <a href="http://www.onetcenter.org/taxonomy.html">BLS O*NET-SOC</a>, <a href="https://www.ilo.org/public/english/bureau/stat/isco/isco08/">ISCO-08</a> or similar, with the property repeated for each applicable value. Ideally the taxonomy should be identified, and both the textual label and formal code for the category should be provided.<br/><br/>
|
||
|
||
Note: for historical reasons, any textual label and formal code provided as a literal may be assumed to be from O*NET-SOC.]]></rdfs:comment>
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/2289"/>
|
||
<schema:category>issue-2289</schema:category>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/startDate">
|
||
<rdfs:label>startDate</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWorkSeason"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/DatedMoneySpecification"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DateTime"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Date"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWorkSeries"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Event"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Role"/>
|
||
<rdfs:comment><![CDATA[The start date and time of the item (in <a href="http://en.wikipedia.org/wiki/ISO_8601">ISO 8601 date format</a>).]]></rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/EducationalOccupationalProgram"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/WatchAction">
|
||
<rdfs:comment>The act of consuming dynamic/moving visual content.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/ConsumeAction"/>
|
||
<rdfs:label>WatchAction</rdfs:label>
|
||
</rdfs:Class>
|
||
<schema:MusicAlbumReleaseType rdf:about="http://schema.org/BroadcastRelease">
|
||
<rdfs:comment>BroadcastRelease.</rdfs:comment>
|
||
<rdfs:label>BroadcastRelease</rdfs:label>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
|
||
</schema:MusicAlbumReleaseType>
|
||
<rdf:Property rdf:about="http://schema.org/gtin13">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:comment><![CDATA[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 <a href="http://www.gs1.org/barcodes/technical/idkeys/gtin">GS1 GTIN Summary</a> for more details.]]></rdfs:comment>
|
||
<rdfs:label>gtin13</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Product"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/identifier"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Demand"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Offer"/>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/gtin"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/vehicleModelDate">
|
||
<rdfs:comment>The release date of a vehicle model (often used to differentiate versions of the same make and model).</rdfs:comment>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Vehicle"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Date"/>
|
||
<rdfs:label>vehicleModelDate</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/branchOf">
|
||
<rdfs:comment><![CDATA[The larger organization that this local business is a branch of, if any. Not to be confused with (anatomical)<a class="localLink" href="http://schema.org/branch">branch</a>.]]></rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/LocalBusiness"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<rdfs:label>branchOf</rdfs:label>
|
||
<schema:supersededBy>
|
||
<rdf:Property rdf:about="http://schema.org/parentOrganization">
|
||
<rdfs:comment><![CDATA[The larger organization that this organization is a <a class="localLink" href="http://schema.org/subOrganization">subOrganization</a> of, if any.]]></rdfs:comment>
|
||
<schema:inverseOf rdf:resource="http://schema.org/subOrganization"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<rdfs:label>parentOrganization</rdfs:label>
|
||
</rdf:Property>
|
||
</schema:supersededBy>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/FurnitureStore">
|
||
<rdfs:label>FurnitureStore</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
|
||
<rdfs:comment>A furniture store.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/applicationSuite">
|
||
<rdfs:comment>The name of the application suite to which the application belongs (e.g. Excel belongs to Office).</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/SoftwareApplication"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>applicationSuite</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/composer">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
|
||
<rdfs:label>composer</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MusicComposition"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Event"/>
|
||
<rdfs:comment>The person or organization who wrote a composition, or who is the composer of a work performed at some event.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/RVPark">
|
||
<rdfs:comment>A place offering space for "Recreational Vehicles", Caravans, mobile homes and the like.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
|
||
<rdfs:label>RVPark</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/HealthClub">
|
||
<rdfs:comment>A health club.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/SportsActivityLocation"/>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/HealthAndBeautyBusiness"/>
|
||
<rdfs:label>HealthClub</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/geoCovers">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/GeospatialGeometry"/>
|
||
<rdfs:label>geoCovers</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/GeospatialGeometry"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Place"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Place"/>
|
||
<rdfs:comment><![CDATA[Represents a relationship between two geometries (or the places they represent), relating a covering geometry to a covered geometry. "Every point of b is a point of (the interior or boundary of) a". As defined in <a href="https://en.wikipedia.org/wiki/DE-9IM">DE-9IM</a>.]]></rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/requiredQuantity">
|
||
<rdfs:label>requiredQuantity</rdfs:label>
|
||
<rdfs:comment>The required quantity of the item(s).</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Number"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/QuantitativeValue"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/HowToItem"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/memoryRequirements">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/SoftwareApplication"/>
|
||
<rdfs:comment>Minimum memory requirements.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
<rdfs:label>memoryRequirements</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/permitAudience">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Audience"/>
|
||
<rdfs:label>permitAudience</rdfs:label>
|
||
<rdfs:comment>The target audience for this permit.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Permit"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/occupancy">
|
||
<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</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/SingleFamilyResidence"/>
|
||
<rdfs:label>occupancy</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/HotelRoom"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/QuantitativeValue"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Apartment"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Suite"/>
|
||
<dct:source rdf:resource="https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/trailer">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/RadioSeries"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MovieSeries"/>
|
||
<rdfs:label>trailer</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWorkSeason"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/VideoGame"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Episode"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/VideoObject"/>
|
||
<rdfs:comment>The trailer of a movie or tv/radio series, season, episode, etc.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/TVSeries"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/VideoGameSeries"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Movie"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/isbn">
|
||
<rdfs:label>isbn</rdfs:label>
|
||
<owl:equivalentProperty rdf:resource="http://purl.org/ontology/bibo/isbn"/>
|
||
<rdfs:comment>The ISBN of the book.</rdfs:comment>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/identifier"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Book"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/contentSize">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MediaObject"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>contentSize</rdfs:label>
|
||
<rdfs:comment>File size in (mega/kilo) bytes.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/BusReservation">
|
||
<rdfs:label>BusReservation</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Reservation"/>
|
||
<rdfs:comment><![CDATA[A reservation for bus travel. <br/><br/>
|
||
|
||
Note: 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 <a class="localLink" href="http://schema.org/Offer">Offer</a>.]]></rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/employmentType">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/JobPosting"/>
|
||
<rdfs:comment>Type of employment (e.g. full-time, part-time, contract, temporary, seasonal, internship).</rdfs:comment>
|
||
<rdfs:label>employmentType</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/priceComponent">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<rdfs:label>priceComponent</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/UnitPriceSpecification"/>
|
||
<rdfs:comment><![CDATA[This property links to all <a class="localLink" href="http://schema.org/UnitPriceSpecification">UnitPriceSpecification</a> nodes that apply in parallel for the <a class="localLink" href="http://schema.org/CompoundPriceSpecification">CompoundPriceSpecification</a> node.]]></rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CompoundPriceSpecification"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/responsibilities">
|
||
<rdfs:comment>Responsibilities associated with this role or Occupation.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Occupation"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/JobPosting"/>
|
||
<rdfs:label>responsibilities</rdfs:label>
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/1698"/>
|
||
<schema:category>issue-1698</schema:category>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/value">
|
||
<rdfs:label>value</rdfs:label>
|
||
<rdfs:comment><![CDATA[The value of the quantitative value or property value node.<br/><br/>
|
||
|
||
<ul>
|
||
<li>For <a class="localLink" href="http://schema.org/QuantitativeValue">QuantitativeValue</a> and <a class="localLink" href="http://schema.org/MonetaryAmount">MonetaryAmount</a>, the recommended type for values is 'Number'.</li>
|
||
<li>For <a class="localLink" href="http://schema.org/PropertyValue">PropertyValue</a>, it can be 'Text;', 'Number', 'Boolean', or 'StructuredValue'.</li>
|
||
<li>Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.</li>
|
||
<li>Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.</li>
|
||
</ul>
|
||
]]></rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/StructuredValue"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PropertyValue"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Number"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MonetaryAmount"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Boolean"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/QuantitativeValue"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/contentUrl">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MediaObject"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
<rdfs:label>contentUrl</rdfs:label>
|
||
<rdfs:comment>Actual bytes of the media object, for example the image file or video file.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/geoOverlaps">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Place"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Place"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/GeospatialGeometry"/>
|
||
<rdfs:label>geoOverlaps</rdfs:label>
|
||
<rdfs:comment><![CDATA[Represents a relationship between two geometries (or the places they represent), relating a geometry to another that geospatially overlaps it, i.e. they have some but not all points in common. As defined in <a href="https://en.wikipedia.org/wiki/DE-9IM">DE-9IM</a>.]]></rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/GeospatialGeometry"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/isSimilarTo">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Service"/>
|
||
<rdfs:label>isSimilarTo</rdfs:label>
|
||
<rdfs:comment>A pointer to another, functionally similar product (or multiple products).</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Product"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Service"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Product"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/AutoBodyShop">
|
||
<rdfs:label>AutoBodyShop</rdfs:label>
|
||
<rdfs:comment>Auto body shop.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/AutomotiveBusiness"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/gameLocation">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/PostalAddress"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Game"/>
|
||
<rdfs:comment>Real or fictional location of the game (or part of game).</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Place"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/VideoGameSeries"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
<rdfs:label>gameLocation</rdfs:label>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/NGO">
|
||
<rdfs:label>NGO</rdfs:label>
|
||
<rdfs:comment>Organization: Non-governmental Organization.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Organization"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/replyToUrl">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
<rdfs:label>replyToUrl</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/UserComments"/>
|
||
<rdfs:comment>The URL at which a reply may be posted to the specified UserComment.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/numberOfRooms">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/QuantitativeValue"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Apartment"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Number"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/LodgingBusiness"/>
|
||
<rdfs:label>numberOfRooms</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Suite"/>
|
||
<dct:source rdf:resource="https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/House"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/FloorPlan"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Accommodation"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/SingleFamilyResidence"/>
|
||
<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.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/birthDate">
|
||
<rdfs:label>birthDate</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Person"/>
|
||
<rdfs:comment>Date of birth.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Date"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/requiredGender">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PeopleAudience"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>requiredGender</rdfs:label>
|
||
<rdfs:comment>Audiences defined by a person's gender.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/geoMidpoint">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/GeoCircle"/>
|
||
<rdfs:comment>Indicates the GeoCoordinates at the centre of a GeoShape e.g. GeoCircle.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/GeoCoordinates"/>
|
||
<rdfs:label>geoMidpoint</rdfs:label>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/Sculpture">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:label>Sculpture</rdfs:label>
|
||
<rdfs:comment>A piece of sculpture.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Preschool">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/EducationalOrganization"/>
|
||
<rdfs:label>Preschool</rdfs:label>
|
||
<rdfs:comment>A preschool.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/MovieRentalStore">
|
||
<rdfs:comment>A movie rental store.</rdfs:comment>
|
||
<rdfs:label>MovieRentalStore</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/WPAdBlock">
|
||
<rdfs:label>WPAdBlock</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/WebPageElement"/>
|
||
<rdfs:comment>An advertising section of the page.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/latitude">
|
||
<rdfs:label>latitude</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Number"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Place"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/GeoCoordinates"/>
|
||
<rdfs:comment><![CDATA[The latitude of a location. For example <code>37.42242</code> (<a href="https://en.wikipedia.org/wiki/World_Geodetic_System">WGS 84</a>).]]></rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/Library">
|
||
<rdfs:comment>A library.</rdfs:comment>
|
||
<rdfs:label>Library</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/checkinTime">
|
||
<rdfs:comment>The earliest someone may check into a lodging establishment.</rdfs:comment>
|
||
<rdfs:label>checkinTime</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/LodgingReservation"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/LodgingBusiness"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Time"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DateTime"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/specialty">
|
||
<rdfs:comment>One of the domain specialities to which this web page's content applies.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Specialty"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/WebPage"/>
|
||
<rdfs:label>specialty</rdfs:label>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/MusicStore">
|
||
<rdfs:comment>A music store.</rdfs:comment>
|
||
<rdfs:label>MusicStore</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/expectedArrivalFrom">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Date"/>
|
||
<rdfs:comment>The earliest date the package may arrive.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DateTime"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ParcelDelivery"/>
|
||
<rdfs:label>expectedArrivalFrom</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/broadcastFrequencyValue">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Number"/>
|
||
<rdfs:comment>The frequency in MHz for a particular broadcast.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/QuantitativeValue"/>
|
||
<schema:category>issue-1004</schema:category>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/BroadcastFrequencySpecification"/>
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/1004"/>
|
||
<rdfs:label>broadcastFrequencyValue</rdfs:label>
|
||
</rdf:Property>
|
||
<schema:DriveWheelConfigurationValue rdf:about="http://schema.org/RearWheelDriveConfiguration">
|
||
<rdfs:comment>Real-wheel drive is a transmission layout where the engine drives the rear wheels.</rdfs:comment>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group"/>
|
||
<rdfs:label>RearWheelDriveConfiguration</rdfs:label>
|
||
</schema:DriveWheelConfigurationValue>
|
||
<rdfs:Class rdf:about="http://schema.org/Barcode">
|
||
<rdfs:comment>An image of a visual machine-readable code such as a barcode or QR code.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/ImageObject"/>
|
||
<rdfs:label>Barcode</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/isicV4">
|
||
<rdfs:label>isicV4</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Person"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Place"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:comment>The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/carrier">
|
||
<rdfs:comment>'carrier' is an out-dated term indicating the 'provider' for parcel delivery and flights.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Flight"/>
|
||
<rdfs:label>carrier</rdfs:label>
|
||
<schema:supersededBy>
|
||
<rdf:Property rdf:about="http://schema.org/provider">
|
||
<schema:category>issue-2289</schema:category>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Trip"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<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.</rdfs:comment>
|
||
<rdfs:label>provider</rdfs:label>
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/2289"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ParcelDelivery"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/EducationalOccupationalProgram"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Invoice"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Reservation"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Service"/>
|
||
</rdf:Property>
|
||
</schema:supersededBy>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ParcelDelivery"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/prepTime">
|
||
<rdfs:comment><![CDATA[The length of time it takes to prepare the items to be used in instructions or a direction, in <a href="http://en.wikipedia.org/wiki/ISO_8601">ISO 8601 duration format</a>.]]></rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/HowToDirection"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Duration"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/HowTo"/>
|
||
<rdfs:label>prepTime</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/realEstateAgent">
|
||
<rdfs:comment>A sub property of participant. The real estate agent involved in the action.</rdfs:comment>
|
||
<rdfs:label>realEstateAgent</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/RentAction"/>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/participant"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/RealEstateAgent"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/PostOffice">
|
||
<rdfs:comment>A post office.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/GovernmentOffice"/>
|
||
<rdfs:label>PostOffice</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/awayTeam">
|
||
<rdfs:comment>The away team in a sports event.</rdfs:comment>
|
||
<rdfs:label>awayTeam</rdfs:label>
|
||
<rdfs:subPropertyOf>
|
||
<rdf:Property rdf:about="http://schema.org/competitor">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/SportsEvent"/>
|
||
<rdfs:label>competitor</rdfs:label>
|
||
<rdfs:comment>A competitor in a sports event.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/SportsTeam"/>
|
||
</rdf:Property>
|
||
</rdfs:subPropertyOf>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/SportsEvent"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/SportsTeam"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/editor">
|
||
<rdfs:comment>Specifies the Person who edited the CreativeWork.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<rdfs:label>editor</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/hasPOS">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Place"/>
|
||
<rdfs:comment>Points-of-Sales operated by the organization or person.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<rdfs:label>hasPOS</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Person"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/stepValue">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PropertyValueSpecification"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Number"/>
|
||
<rdfs:comment>The stepValue attribute indicates the granularity that is expected (and required) of the value in a PropertyValueSpecification.</rdfs:comment>
|
||
<rdfs:label>stepValue</rdfs:label>
|
||
</rdf:Property>
|
||
<schema:GamePlayMode rdf:about="http://schema.org/SinglePlayer">
|
||
<rdfs:comment>Play mode: SinglePlayer. Which is played by a lone player.</rdfs:comment>
|
||
<rdfs:label>SinglePlayer</rdfs:label>
|
||
</schema:GamePlayMode>
|
||
<rdf:Property rdf:about="http://schema.org/recipeCuisine">
|
||
<rdfs:label>recipeCuisine</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:comment>The cuisine of the recipe (for example, French or Ethiopian).</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Recipe"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/circle">
|
||
<rdfs:label>circle</rdfs:label>
|
||
<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.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/GeoShape"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/currency">
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/1253"/>
|
||
<rdfs:comment><![CDATA[The currency in which the monetary amount is expressed.<br/><br/>
|
||
|
||
Use standard formats: <a href="http://en.wikipedia.org/wiki/ISO_4217">ISO 4217 currency format</a> e.g. "USD"; <a href="https://en.wikipedia.org/wiki/List_of_cryptocurrencies">Ticker symbol</a> for cryptocurrencies e.g. "BTC"; well known names for <a href="https://en.wikipedia.org/wiki/Local_exchange_trading_system">Local Exchange Tradings Systems</a> (LETS) and other currency types e.g. "Ithaca HOUR".]]></rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MonetaryAmount"/>
|
||
<rdfs:label>currency</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/DatedMoneySpecification"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ExchangeRateSpecification"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/LoanOrCredit"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MonetaryAmountDistribution"/>
|
||
<schema:category>issue-1253</schema:category>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/inAlbum">
|
||
<rdfs:comment>The album to which this recording belongs.</rdfs:comment>
|
||
<rdfs:label>inAlbum</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/MusicAlbum"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MusicRecording"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/coach">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<rdfs:comment>A person that acts in a coaching role for a sports team.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/SportsTeam"/>
|
||
<rdfs:label>coach</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/leiCode">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO"/>
|
||
<rdfs:label>leiCode</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#GLEIF"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<rdfs:comment>An organization identifier that uniquely identifies a legal entity as defined in ISO 17442.</rdfs:comment>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/identifier"/>
|
||
</rdf:Property>
|
||
<schema:ActionStatusType rdf:about="http://schema.org/ActiveActionStatus">
|
||
<rdfs:comment>An in-progress action (e.g, while watching the movie, or driving to a location).</rdfs:comment>
|
||
<rdfs:label>ActiveActionStatus</rdfs:label>
|
||
</schema:ActionStatusType>
|
||
<rdfs:Class rdf:about="http://schema.org/EmployerAggregateRating">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/AggregateRating"/>
|
||
<rdfs:label>EmployerAggregateRating</rdfs:label>
|
||
<schema:category>issue-1689</schema:category>
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/1689"/>
|
||
<rdfs:comment>An aggregate rating of an Organization related to its role as an employer.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/MobilePhoneStore">
|
||
<rdfs:comment>A store that sells mobile phones and related accessories.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
|
||
<rdfs:label>MobilePhoneStore</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/trainName">
|
||
<rdfs:label>trainName</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/TrainTrip"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:comment>The name of the train (e.g. The Orient Express).</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/funder">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<rdfs:comment>A person or organization that supports (sponsors) something through some kind of financial contribution.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Person"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MonetaryGrant"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Event"/>
|
||
<rdfs:label>funder</rdfs:label>
|
||
<rdfs:subPropertyOf>
|
||
<rdf:Property rdf:about="http://schema.org/sponsor">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Person"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Event"/>
|
||
<rdfs:label>sponsor</rdfs:label>
|
||
<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.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Grant"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MedicalStudy"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Organization"/>
|
||
</rdf:Property>
|
||
</rdfs:subPropertyOf>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/departureAirport">
|
||
<rdfs:comment>The airport where the flight originates.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Flight"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Airport"/>
|
||
<rdfs:label>departureAirport</rdfs:label>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/ReadAction">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/ConsumeAction"/>
|
||
<rdfs:comment>The act of consuming written content.</rdfs:comment>
|
||
<rdfs:label>ReadAction</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/eligibleTransactionVolume">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Offer"/>
|
||
<rdfs:label>eligibleTransactionVolume</rdfs:label>
|
||
<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.</rdfs:comment>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PriceSpecification"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/PriceSpecification"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Demand"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/RiverBodyOfWater">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/BodyOfWater"/>
|
||
<rdfs:comment>A river (for example, the broad majestic Shannon).</rdfs:comment>
|
||
<rdfs:label>RiverBodyOfWater</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/eligibleDuration">
|
||
<rdfs:comment>The duration for which the given offer is valid.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Demand"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/QuantitativeValue"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<rdfs:label>eligibleDuration</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Offer"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/loser">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/WinAction"/>
|
||
<rdfs:comment>A sub property of participant. The loser of the action.</rdfs:comment>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/participant"/>
|
||
<rdfs:label>loser</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/valueMinLength">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PropertyValueSpecification"/>
|
||
<rdfs:label>valueMinLength</rdfs:label>
|
||
<rdfs:comment>Specifies the minimum allowed range for number of characters in a literal value.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Number"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/width">
|
||
<rdfs:comment>The width of the item.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/VisualArtwork"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MediaObject"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Distance"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/QuantitativeValue"/>
|
||
<rdfs:label>width</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Product"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/ItemPage">
|
||
<rdfs:comment>A page devoted to a single item, such as a particular product or hotel.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/WebPage"/>
|
||
<rdfs:label>ItemPage</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/starRating">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Rating"/>
|
||
<rdfs:label>starRating</rdfs:label>
|
||
<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).</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/LodgingBusiness"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/FoodEstablishment"/>
|
||
<dct:source rdf:resource="https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/worstRating">
|
||
<rdfs:label>worstRating</rdfs:label>
|
||
<rdfs:comment>The lowest value allowed in this rating system. If worstRating is omitted, 1 is assumed.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Number"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Rating"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/replacer">
|
||
<rdfs:comment>A sub property of object. The object that replaces.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Thing"/>
|
||
<rdfs:label>replacer</rdfs:label>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/object"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ReplaceAction"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/eligibleRegion">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Place"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/DeliveryChargeSpecification"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Offer"/>
|
||
<schema:category>issue-1741</schema:category>
|
||
<rdfs:label>eligibleRegion</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:subPropertyOf>
|
||
<rdf:Property rdf:about="http://schema.org/areaServed">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Service"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Demand"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/GeoShape"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ContactPoint"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/AdministrativeArea"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Place"/>
|
||
<rdfs:comment>The geographic area where a service or offered item is provided.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/DeliveryChargeSpecification"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Offer"/>
|
||
<rdfs:label>areaServed</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Organization"/>
|
||
</rdf:Property>
|
||
</rdfs:subPropertyOf>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ActionAccessSpecification"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Demand"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/GeoShape"/>
|
||
<rdfs:comment><![CDATA[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.<br/><br/>
|
||
|
||
See also <a class="localLink" href="http://schema.org/ineligibleRegion">ineligibleRegion</a>.]]></rdfs:comment>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/1741"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/beforeMedia">
|
||
<rdfs:label>beforeMedia</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/MediaObject"/>
|
||
<rdfs:comment>A media object representing the circumstances before performing this direction.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/HowToDirection"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/departurePlatform">
|
||
<rdfs:label>departurePlatform</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/TrainTrip"/>
|
||
<rdfs:comment>The platform from which the train departs.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/AppendAction">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/InsertAction"/>
|
||
<rdfs:comment>The act of inserting at the end if an ordered collection.</rdfs:comment>
|
||
<rdfs:label>AppendAction</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/successorOf">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/ProductModel"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ProductModel"/>
|
||
<rdfs:label>successorOf</rdfs:label>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<rdfs:comment>A pointer from a newer variant of a product to its previous, often discontinued predecessor.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/reviewedBy">
|
||
<rdfs:comment>People or organizations that have reviewed the content on this web page for accuracy and/or completeness.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/WebPage"/>
|
||
<rdfs:label>reviewedBy</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/acceptedAnswer">
|
||
<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.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Question"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/ItemList"/>
|
||
<rdfs:label>acceptedAnswer</rdfs:label>
|
||
<rdfs:subPropertyOf>
|
||
<rdf:Property rdf:about="http://schema.org/suggestedAnswer">
|
||
<rdfs:label>suggestedAnswer</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Question"/>
|
||
<rdfs:comment>An answer (possibly one of several, possibly incorrect) to a Question, e.g. on a Question/Answer site.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Answer"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/ItemList"/>
|
||
</rdf:Property>
|
||
</rdfs:subPropertyOf>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Answer"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/pagination">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Chapter"/>
|
||
<owl:equivalentProperty rdf:resource="http://purl.org/ontology/bibo/pages"/>
|
||
<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".</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PublicationVolume"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Article"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PublicationIssue"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>pagination</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/partOfTVSeries">
|
||
<schema:supersededBy>
|
||
<rdf:Property rdf:about="http://schema.org/partOfSeries">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Clip"/>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/isPartOf"/>
|
||
<rdfs:label>partOfSeries</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWorkSeason"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Episode"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/CreativeWorkSeries"/>
|
||
<rdfs:comment>The series to which this episode or season belongs.</rdfs:comment>
|
||
</rdf:Property>
|
||
</schema:supersededBy>
|
||
<rdfs:subPropertyOf>
|
||
<rdf:Property rdf:about="http://schema.org/isPartOf">
|
||
<rdfs:label>isPartOf</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<schema:inverseOf rdf:resource="http://schema.org/hasPart"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
<rdfs:comment>Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is part of.</rdfs:comment>
|
||
</rdf:Property>
|
||
</rdfs:subPropertyOf>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/TVEpisode"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/TVSeason"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/TVClip"/>
|
||
<rdfs:comment>The TV series to which this episode or season belongs.</rdfs:comment>
|
||
<rdfs:label>partOfTVSeries</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/TVSeries"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/eligibleCustomerType">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/BusinessEntityType"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Demand"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<rdfs:comment>The type(s) of customers for which the given offer is valid.</rdfs:comment>
|
||
<rdfs:label>eligibleCustomerType</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Offer"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/copyrightYear">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:label>copyrightYear</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Number"/>
|
||
<rdfs:comment>The year during which the claimed copyright for the CreativeWork was first asserted.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/category">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Thing"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Recommendation"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ActionAccessSpecification"/>
|
||
<rdfs:comment>A category for the item. Greater signs or slashes can be used to informally indicate a category hierarchy.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PhysicalActivity"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Offer"/>
|
||
<schema:category>issue-1741</schema:category>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Invoice"/>
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/1741"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Service"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/PhysicalActivityCategory"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Product"/>
|
||
<rdfs:label>category</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/transFatContent">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/NutritionInformation"/>
|
||
<rdfs:comment>The number of grams of trans fat.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Mass"/>
|
||
<rdfs:label>transFatContent</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/loanTerm">
|
||
<rdfs:comment>The duration of the loan or credit agreement.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/QuantitativeValue"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/LoanOrCredit"/>
|
||
<rdfs:subPropertyOf>
|
||
<rdf:Property rdf:about="http://schema.org/duration">
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/1457"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/QuantitativeValueDistribution"/>
|
||
<schema:category>issue-1457</schema:category>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Schedule"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Duration"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Audiobook"/>
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/1698"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Event"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MediaObject"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MusicRecording"/>
|
||
<rdfs:comment><![CDATA[The duration of the item (movie, audio recording, event, etc.) in <a href="http://en.wikipedia.org/wiki/ISO_8601">ISO 8601 date format</a>.]]></rdfs:comment>
|
||
<schema:category>issue-1698</schema:category>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MusicRelease"/>
|
||
<rdfs:label>duration</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Movie"/>
|
||
</rdf:Property>
|
||
</rdfs:subPropertyOf>
|
||
<rdfs:label>loanTerm</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/percentile10">
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/1698"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/QuantitativeValueDistribution"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Number"/>
|
||
<schema:category>issue-1698</schema:category>
|
||
<rdfs:comment>The 10th percentile value.</rdfs:comment>
|
||
<rdfs:label>percentile10</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/sourceOrganization">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:label>sourceOrganization</rdfs:label>
|
||
<rdfs:comment>The Organization on whose behalf the creator was working.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/ExhibitionEvent">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Event"/>
|
||
<rdfs:label>ExhibitionEvent</rdfs:label>
|
||
<rdfs:comment>Event type: Exhibition event, e.g. at a museum, library, archive, tradeshow, ...</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/athlete">
|
||
<rdfs:label>athlete</rdfs:label>
|
||
<rdfs:comment>A person that acts as performing member of a sports team; a player as opposed to a coach.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/SportsTeam"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/broadcastAffiliateOf">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/BroadcastService"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<rdfs:label>broadcastAffiliateOf</rdfs:label>
|
||
<rdfs:comment>The media network(s) whose content is broadcast on this station.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/TrainReservation">
|
||
<rdfs:label>TrainReservation</rdfs:label>
|
||
<rdfs:comment><![CDATA[A reservation for train travel.<br/><br/>
|
||
|
||
Note: 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 <a class="localLink" href="http://schema.org/Offer">Offer</a>.]]></rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Reservation"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/isBasedOnUrl">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Product"/>
|
||
<schema:supersededBy>
|
||
<rdf:Property rdf:about="http://schema.org/isBasedOn">
|
||
<rdfs:label>isBasedOn</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Product"/>
|
||
<rdfs:comment>A resource from which this work is derived or from which it is a modification or adaption.</rdfs:comment>
|
||
</rdf:Property>
|
||
</schema:supersededBy>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
<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.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:label>isBasedOnUrl</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/issueNumber">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Integer"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<owl:equivalentProperty rdf:resource="http://purl.org/ontology/bibo/issue"/>
|
||
<rdfs:label>issueNumber</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PublicationIssue"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex"/>
|
||
<rdfs:comment>Identifies the issue of publication; for example, "iii" or "2".</rdfs:comment>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/position"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/dayOfWeek">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/OpeningHoursSpecification"/>
|
||
<rdfs:comment>The day of the week for which these opening hours are valid.</rdfs:comment>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/EducationalOccupationalProgram"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DayOfWeek"/>
|
||
<rdfs:label>dayOfWeek</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/mainContentOfPage">
|
||
<rdfs:label>mainContentOfPage</rdfs:label>
|
||
<rdfs:comment>Indicates if this web page element is the main subject of the page.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/WebPage"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/WebPageElement"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/availability">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Demand"/>
|
||
<rdfs:comment>The availability of this item&#x2014;for example In stock, Out of stock, Pre-order, etc.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Offer"/>
|
||
<rdfs:label>availability</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/ItemAvailability"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/menu">
|
||
<rdfs:label>menu</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/FoodEstablishment"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Menu"/>
|
||
<rdfs:comment>Either the actual menu as a structured representation, as text, or a URL of the menu.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:supersededBy>
|
||
<rdf:Property rdf:about="http://schema.org/hasMenu">
|
||
<rdfs:comment>Either the actual menu as a structured representation, as text, or a URL of the menu.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/FoodEstablishment"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Menu"/>
|
||
<rdfs:label>hasMenu</rdfs:label>
|
||
</rdf:Property>
|
||
</schema:supersededBy>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/accountId">
|
||
<rdfs:comment>The identifier for the account the payment will be applied to.</rdfs:comment>
|
||
<rdfs:label>accountId</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/identifier"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Invoice"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/workLocation">
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/location"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/ContactPoint"/>
|
||
<rdfs:comment>A contact location for a person's place of work.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Place"/>
|
||
<rdfs:label>workLocation</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Person"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/parents">
|
||
<rdfs:comment>A parents of the person.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<schema:supersededBy>
|
||
<rdf:Property rdf:about="http://schema.org/parent">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<rdfs:label>parent</rdfs:label>
|
||
<rdfs:comment>A parent of this person.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Person"/>
|
||
</rdf:Property>
|
||
</schema:supersededBy>
|
||
<rdfs:label>parents</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Person"/>
|
||
</rdf:Property>
|
||
<schema:MusicAlbumReleaseType rdf:about="http://schema.org/EPRelease">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
|
||
<rdfs:comment>EPRelease.</rdfs:comment>
|
||
<rdfs:label>EPRelease</rdfs:label>
|
||
</schema:MusicAlbumReleaseType>
|
||
<rdfs:Class rdf:about="http://schema.org/School">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/EducationalOrganization"/>
|
||
<rdfs:comment>A school.</rdfs:comment>
|
||
<rdfs:label>School</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/nutrition">
|
||
<rdfs:comment>Nutrition information about the recipe or menu item.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Recipe"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/NutritionInformation"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MenuItem"/>
|
||
<rdfs:label>nutrition</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/carbohydrateContent">
|
||
<rdfs:comment>The number of grams of carbohydrates.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/NutritionInformation"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Mass"/>
|
||
<rdfs:label>carbohydrateContent</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/accessModeSufficient">
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/1100"/>
|
||
<rdfs:label>accessModeSufficient</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/ItemList"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<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.</rdfs:comment>
|
||
<schema:category>issue-1110</schema:category>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/broadcastServiceTier">
|
||
<rdfs:comment>The type of service required to have access to the channel (e.g. Standard or Premium).</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>broadcastServiceTier</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/BroadcastChannel"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/geoEquals">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Place"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Place"/>
|
||
<rdfs:label>geoEquals</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/GeospatialGeometry"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/GeospatialGeometry"/>
|
||
<rdfs:comment><![CDATA[Represents spatial relations in which two geometries (or the places they represent) are topologically equal, as defined in <a href="https://en.wikipedia.org/wiki/DE-9IM">DE-9IM</a>. "Two geometries are topologically equal if their interiors intersect and no part of the interior or boundary of one geometry intersects the exterior of the other" (a symmetric relationship)]]></rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/arrivalStation">
|
||
<rdfs:label>arrivalStation</rdfs:label>
|
||
<rdfs:comment>The station where the train trip ends.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/TrainTrip"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/TrainStation"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/quest">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/VideoGameSeries"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Thing"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Game"/>
|
||
<rdfs:comment>The task that a player-controlled character, or group of characters may complete in order to gain a reward.</rdfs:comment>
|
||
<rdfs:label>quest</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/itemReviewed">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Thing"/>
|
||
<rdfs:comment>The item that is being reviewed/rated.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Review"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/AggregateRating"/>
|
||
<rdfs:label>itemReviewed</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/discountCode">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Order"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:comment>Code used to redeem a discount.</rdfs:comment>
|
||
<rdfs:label>discountCode</rdfs:label>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/State">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/AdministrativeArea"/>
|
||
<rdfs:label>State</rdfs:label>
|
||
<rdfs:comment>A state or province of a country.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/minimumPaymentDue">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/PriceSpecification"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/MonetaryAmount"/>
|
||
<rdfs:label>minimumPaymentDue</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Invoice"/>
|
||
<rdfs:comment>The minimum payment required at this time.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/playMode">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/GamePlayMode"/>
|
||
<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.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/VideoGame"/>
|
||
<rdfs:label>playMode</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/VideoGameSeries"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/discusses">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/UserComments"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:label>discusses</rdfs:label>
|
||
<rdfs:comment>Specifies the CreativeWork associated with the UserComment.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/durationOfWarranty">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/WarrantyPromise"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/QuantitativeValue"/>
|
||
<rdfs:label>durationOfWarranty</rdfs:label>
|
||
<rdfs:comment>The duration of the warranty promise. Common unitCode values are ANN for year, MON for months, or DAY for days.</rdfs:comment>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/validFrom">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PriceSpecification"/>
|
||
<rdfs:label>validFrom</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Demand"/>
|
||
<rdfs:comment>The date when the item becomes valid.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Offer"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Date"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/LocationFeatureSpecification"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/OpeningHoursSpecification"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MonetaryAmount"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DateTime"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Permit"/>
|
||
</rdf:Property>
|
||
<schema:DigitalDocumentPermissionType rdf:about="http://schema.org/CommentPermission">
|
||
<rdfs:label>CommentPermission</rdfs:label>
|
||
<rdfs:comment>Permission to add comments to the document.</rdfs:comment>
|
||
</schema:DigitalDocumentPermissionType>
|
||
<rdf:Property rdf:about="http://schema.org/equal">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/QualitativeValue"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/QualitativeValue"/>
|
||
<rdfs:comment>This ordering relation for qualitative values indicates that the subject is equal to the object.</rdfs:comment>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<rdfs:label>equal</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/processingTime">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Duration"/>
|
||
<rdfs:comment>Estimated processing time for the service using this channel.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ServiceChannel"/>
|
||
<rdfs:label>processingTime</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/typeOfBed">
|
||
<rdfs:label>typeOfBed</rdfs:label>
|
||
<dct:source rdf:resource="https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology"/>
|
||
<rdfs:comment>The type of bed to which the BedDetail refers, i.e. the type of bed available in the quantity indicated by quantity.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/BedDetails"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/BedType"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/jobLocation">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/JobPosting"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Place"/>
|
||
<rdfs:label>jobLocation</rdfs:label>
|
||
<rdfs:comment>A (typically single) geographic location associated with the job position.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/cookTime">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Recipe"/>
|
||
<rdfs:label>cookTime</rdfs:label>
|
||
<rdfs:comment><![CDATA[The time it takes to actually cook the dish, in <a href="http://en.wikipedia.org/wiki/ISO_8601">ISO 8601 duration format</a>.]]></rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Duration"/>
|
||
<rdfs:subPropertyOf>
|
||
<rdf:Property rdf:about="http://schema.org/performTime">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/HowToDirection"/>
|
||
<rdfs:label>performTime</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/HowTo"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Duration"/>
|
||
<rdfs:comment><![CDATA[The length of time it takes to perform instructions or a direction (not including time to prepare the supplies), in <a href="http://en.wikipedia.org/wiki/ISO_8601">ISO 8601 duration format</a>.]]></rdfs:comment>
|
||
</rdf:Property>
|
||
</rdfs:subPropertyOf>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/SelfStorage">
|
||
<rdfs:label>SelfStorage</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
|
||
<rdfs:comment>A self-storage facility.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/bccRecipient">
|
||
<rdfs:subPropertyOf>
|
||
<rdf:Property rdf:about="http://schema.org/recipient">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Audience"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PayAction"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/GiveAction"/>
|
||
<rdfs:comment>A sub property of participant. The participant who is at the receiving end of the action.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/DonateAction"/>
|
||
<rdfs:label>recipient</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/SendAction"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Message"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/ContactPoint"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ReturnAction"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/AuthorizeAction"/>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/participant"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CommunicateAction"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/TipAction"/>
|
||
</rdf:Property>
|
||
</rdfs:subPropertyOf>
|
||
<rdfs:comment>A sub property of recipient. The recipient blind copied on a message.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/ContactPoint"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<rdfs:label>bccRecipient</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Message"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/liveBlogUpdate">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/BlogPosting"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/LiveBlogPosting"/>
|
||
<rdfs:comment>An update to the LiveBlog.</rdfs:comment>
|
||
<rdfs:label>liveBlogUpdate</rdfs:label>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/DrawAction">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreateAction"/>
|
||
<rdfs:label>DrawAction</rdfs:label>
|
||
<rdfs:comment>The act of producing a visual/graphical representation of an object, typically with a pen/pencil and paper as instruments.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/ingredients">
|
||
<rdfs:subPropertyOf>
|
||
<rdf:Property rdf:about="http://schema.org/supply">
|
||
<rdfs:comment>A sub-property of instrument. A supply consumed when performing instructions or a direction.</rdfs:comment>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/instrument"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/HowToDirection"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/HowTo"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/HowToSupply"/>
|
||
<rdfs:label>supply</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
</rdfs:subPropertyOf>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Recipe"/>
|
||
<rdfs:label>ingredients</rdfs:label>
|
||
<rdfs:comment>A single ingredient used in the recipe, e.g. sugar, flour or garlic.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:supersededBy>
|
||
<rdf:Property rdf:about="http://schema.org/recipeIngredient">
|
||
<rdfs:label>recipeIngredient</rdfs:label>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/supply"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Recipe"/>
|
||
<rdfs:comment>A single ingredient used in the recipe, e.g. sugar, flour or garlic.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
</schema:supersededBy>
|
||
</rdf:Property>
|
||
<schema:ReservationStatusType rdf:about="http://schema.org/ReservationCancelled">
|
||
<rdfs:label>ReservationCancelled</rdfs:label>
|
||
<rdfs:comment>The status for a previously confirmed reservation that is now cancelled.</rdfs:comment>
|
||
</schema:ReservationStatusType>
|
||
<rdf:Property rdf:about="http://schema.org/artEdition">
|
||
<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").</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>artEdition</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Integer"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/VisualArtwork"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/toRecipient">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Audience"/>
|
||
<rdfs:label>toRecipient</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<rdfs:comment>A sub property of recipient. The recipient who was directly sent the message.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Message"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/ContactPoint"/>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/recipient"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/ApartmentComplex">
|
||
<rdfs:label>ApartmentComplex</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Residence"/>
|
||
<rdfs:comment>Residence type: Apartment complex.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<schema:OrderStatus rdf:about="http://schema.org/OrderInTransit">
|
||
<rdfs:label>OrderInTransit</rdfs:label>
|
||
<rdfs:comment>OrderStatus representing that an order is in transit.</rdfs:comment>
|
||
</schema:OrderStatus>
|
||
<rdf:Property rdf:about="http://schema.org/produces">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Service"/>
|
||
<schema:supersededBy>
|
||
<rdf:Property rdf:about="http://schema.org/serviceOutput">
|
||
<rdfs:label>serviceOutput</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Thing"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Service"/>
|
||
<rdfs:comment>The tangible thing generated by the service, e.g. a passport, permit, etc.</rdfs:comment>
|
||
</rdf:Property>
|
||
</schema:supersededBy>
|
||
<rdfs:label>produces</rdfs:label>
|
||
<rdfs:comment>The tangible thing generated by the service, e.g. a passport, permit, etc.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Thing"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/dropoffTime">
|
||
<rdfs:comment>When a rental car can be dropped off.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/RentalCarReservation"/>
|
||
<rdfs:label>dropoffTime</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DateTime"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/AutoRepair">
|
||
<rdfs:label>AutoRepair</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/AutomotiveBusiness"/>
|
||
<rdfs:comment>Car repair business.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/maxValue">
|
||
<rdfs:comment>The upper value of some characteristic or property.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/QuantitativeValue"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MonetaryAmount"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Number"/>
|
||
<rdfs:label>maxValue</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PropertyValueSpecification"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PropertyValue"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/numberOfAirbags">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:comment>The number or type of airbags in the vehicle.</rdfs:comment>
|
||
<rdfs:label>numberOfAirbags</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Vehicle"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Number"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/LikeAction">
|
||
<rdfs:label>LikeAction</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/ReactAction"/>
|
||
<rdfs:comment>The act of expressing a positive sentiment about the object. An agent likes an object (a proposition, topic or theme) with participants.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/error">
|
||
<rdfs:label>error</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Thing"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Action"/>
|
||
<rdfs:comment>For failed actions, more information on the cause of the failure.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/HVACBusiness">
|
||
<rdfs:comment>A business that provide Heating, Ventilation and Air Conditioning services.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/HomeAndConstructionBusiness"/>
|
||
<rdfs:label>HVACBusiness</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/availableAtOrFrom">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Place"/>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/areaServed"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Offer"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Demand"/>
|
||
<rdfs:comment>The place(s) from which the offer can be obtained (e.g. store locations).</rdfs:comment>
|
||
<rdfs:label>availableAtOrFrom</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/assembly">
|
||
<schema:supersededBy>
|
||
<rdf:Property rdf:about="http://schema.org/executableLibraryName">
|
||
<rdfs:comment>Library file name e.g., mscorlib.dll, system.web.dll.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/APIReference"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>executableLibraryName</rdfs:label>
|
||
</rdf:Property>
|
||
</schema:supersededBy>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/APIReference"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:comment>Library file name e.g., mscorlib.dll, system.web.dll.</rdfs:comment>
|
||
<rdfs:label>assembly</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/familyName">
|
||
<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.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Person"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>familyName</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/ticketedSeat">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Ticket"/>
|
||
<rdfs:comment>The seat associated with the ticket.</rdfs:comment>
|
||
<rdfs:label>ticketedSeat</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Seat"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/bookingTime">
|
||
<rdfs:comment>The date and time the reservation was booked.</rdfs:comment>
|
||
<rdfs:label>bookingTime</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Reservation"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DateTime"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/naics">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Person"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<rdfs:comment>The North American Industry Classification System (NAICS) code for a particular organization or business person.</rdfs:comment>
|
||
<rdfs:label>naics</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/ContactPage">
|
||
<rdfs:label>ContactPage</rdfs:label>
|
||
<rdfs:comment>Web page type: Contact page.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/WebPage"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/albums">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/MusicAlbum"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MusicGroup"/>
|
||
<rdfs:comment>A collection of music albums.</rdfs:comment>
|
||
<rdfs:label>albums</rdfs:label>
|
||
<schema:supersededBy>
|
||
<rdf:Property rdf:about="http://schema.org/album">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/MusicAlbum"/>
|
||
<rdfs:comment>A music album.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MusicGroup"/>
|
||
<rdfs:label>album</rdfs:label>
|
||
</rdf:Property>
|
||
</schema:supersededBy>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/remainingAttendeeCapacity">
|
||
<rdfs:label>remainingAttendeeCapacity</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Integer"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Event"/>
|
||
<rdfs:comment>The number of attendee places for an event that remain unallocated.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/driveWheelConfiguration">
|
||
<rdfs:comment>The drive wheel configuration, i.e. which roadwheels will receive torque from the vehicle's engine via the drivetrain.</rdfs:comment>
|
||
<rdfs:label>driveWheelConfiguration</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Vehicle"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DriveWheelConfigurationValue"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/RadioStation">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
|
||
<rdfs:label>RadioStation</rdfs:label>
|
||
<rdfs:comment>A radio station.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/productionCompany">
|
||
<rdfs:label>productionCompany</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWorkSeason"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/RadioSeries"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MediaObject"/>
|
||
<rdfs:comment>The production company or studio responsible for the item e.g. series, video game, episode etc.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/VideoGameSeries"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MovieSeries"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Movie"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/TVSeries"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Episode"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/spatial">
|
||
<rdfs:label>spatial</rdfs:label>
|
||
<owl:equivalentProperty rdf:resource="http://purl.org/dc/terms/spatial"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Place"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:comment><![CDATA[The "spatial" property can be used in cases when more specific properties
|
||
(e.g. <a class="localLink" href="http://schema.org/locationCreated">locationCreated</a>, <a class="localLink" href="http://schema.org/spatialCoverage">spatialCoverage</a>, <a class="localLink" href="http://schema.org/contentLocation">contentLocation</a>) are not known to be appropriate.]]></rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/name">
|
||
<owl:equivalentProperty rdf:resource="http://purl.org/dc/terms/title"/>
|
||
<rdfs:label>name</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:comment>The name of the item.</rdfs:comment>
|
||
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#label"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Thing"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/pageEnd">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PublicationVolume"/>
|
||
<rdfs:comment>The page on which the work ends; for example "138" or "xvi".</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Chapter"/>
|
||
<owl:equivalentProperty rdf:resource="http://purl.org/ontology/bibo/pageEnd"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PublicationIssue"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Integer"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Article"/>
|
||
<rdfs:label>pageEnd</rdfs:label>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/postOfficeBoxNumber">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PostalAddress"/>
|
||
<rdfs:label>postOfficeBoxNumber</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:comment>The post office box number for PO box addresses.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/vehicleSeatingCapacity">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Vehicle"/>
|
||
<rdfs:comment><![CDATA[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.<br/><br/>
|
||
|
||
Typical unit code(s): C62 for persons.]]></rdfs:comment>
|
||
<rdfs:label>vehicleSeatingCapacity</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/QuantitativeValue"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Number"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/serviceLocation">
|
||
<rdfs:comment>The location (e.g. civic structure, local business, etc.) where a person can go to access the service.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ServiceChannel"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Place"/>
|
||
<rdfs:label>serviceLocation</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/amount">
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/1698"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Number"/>
|
||
<schema:category>issue-1698</schema:category>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MonetaryGrant"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/LoanOrCredit"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/InvestmentOrDeposit"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/DatedMoneySpecification"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/MonetaryAmount"/>
|
||
<rdfs:comment>The amount of money.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MoneyTransfer"/>
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/1253"/>
|
||
<schema:category>issue-1253</schema:category>
|
||
<rdfs:label>amount</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/highPrice">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/AggregateOffer"/>
|
||
<rdfs:comment><![CDATA[The highest price of all offers available.<br/><br/>
|
||
|
||
Usage guidelines:<br/><br/>
|
||
|
||
<ul>
|
||
<li>Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.</li>
|
||
<li>Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.</li>
|
||
</ul>
|
||
]]></rdfs:comment>
|
||
<rdfs:label>highPrice</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Number"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/flightNumber">
|
||
<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'.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Flight"/>
|
||
<rdfs:label>flightNumber</rdfs:label>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/identifier"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/AcceptAction">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/AllocateAction"/>
|
||
<rdfs:comment><![CDATA[The act of committing to/adopting an object.<br/><br/>
|
||
|
||
Related actions:<br/><br/>
|
||
|
||
<ul>
|
||
<li><a class="localLink" href="http://schema.org/RejectAction">RejectAction</a>: The antonym of AcceptAction.</li>
|
||
</ul>
|
||
]]></rdfs:comment>
|
||
<rdfs:label>AcceptAction</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/educationalCredentialAwarded">
|
||
<schema:category>issue-2289</schema:category>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/EducationalOccupationalProgram"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/EducationalOccupationalCredential"/>
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/2289"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
<rdfs:comment>A description of the qualification, award, certificate, diploma or other educational credential awarded as a consequence of successful completion of this course or program.</rdfs:comment>
|
||
<rdfs:label>educationalCredentialAwarded</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Course"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/priceCurrency">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Reservation"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/TradeAction"/>
|
||
<rdfs:label>priceCurrency</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PriceSpecification"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Ticket"/>
|
||
<rdfs:comment><![CDATA[The currency of the price, or a price component when attached to <a class="localLink" href="http://schema.org/PriceSpecification">PriceSpecification</a> and its subtypes.<br/><br/>
|
||
|
||
Use standard formats: <a href="http://en.wikipedia.org/wiki/ISO_4217">ISO 4217 currency format</a> e.g. "USD"; <a href="https://en.wikipedia.org/wiki/List_of_cryptocurrencies">Ticker symbol</a> for cryptocurrencies e.g. "BTC"; well known names for <a href="https://en.wikipedia.org/wiki/Local_exchange_trading_system">Local Exchange Tradings Systems</a> (LETS) and other currency types e.g. "Ithaca HOUR".]]></rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Offer"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/hasCourseInstance">
|
||
<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.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Course"/>
|
||
<rdfs:label>hasCourseInstance</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/CourseInstance"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/Notary">
|
||
<rdfs:comment>A notary.</rdfs:comment>
|
||
<rdfs:label>Notary</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/LegalService"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/currenciesAccepted">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/LocalBusiness"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>currenciesAccepted</rdfs:label>
|
||
<rdfs:comment><![CDATA[The currency accepted.<br/><br/>
|
||
|
||
Use standard formats: <a href="http://en.wikipedia.org/wiki/ISO_4217">ISO 4217 currency format</a> e.g. "USD"; <a href="https://en.wikipedia.org/wiki/List_of_cryptocurrencies">Ticker symbol</a> for cryptocurrencies e.g. "BTC"; well known names for <a href="https://en.wikipedia.org/wiki/Local_exchange_trading_system">Local Exchange Tradings Systems</a> (LETS) and other currency types e.g. "Ithaca HOUR".]]></rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/question">
|
||
<rdfs:comment>A sub property of object. A question.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/AskAction"/>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/object"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Question"/>
|
||
<rdfs:label>question</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/recordLabel">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<owl:equivalentProperty rdf:resource="http://purl.org/ontology/mo/label"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
|
||
<rdfs:label>recordLabel</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MusicRelease"/>
|
||
<rdfs:comment>The label that issued the release.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/requiredCollateral">
|
||
<rdfs:label>requiredCollateral</rdfs:label>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/LoanOrCredit"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Thing"/>
|
||
<rdfs:comment>Assets required to secure loan or credit repayments. It may take form of third party pledge, goods, financial instruments (cash, securities, etc.)</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/polygon">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/GeoShape"/>
|
||
<rdfs:label>polygon</rdfs:label>
|
||
<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.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/trainNumber">
|
||
<rdfs:comment>The unique identifier for the train.</rdfs:comment>
|
||
<rdfs:label>trainNumber</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/TrainTrip"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/department">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<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.</rdfs:comment>
|
||
<rdfs:label>department</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/NightClub">
|
||
<rdfs:label>NightClub</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/EntertainmentBusiness"/>
|
||
<rdfs:comment>A nightclub or discotheque.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/ComputerStore">
|
||
<rdfs:comment>A computer store.</rdfs:comment>
|
||
<rdfs:label>ComputerStore</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/contactPoints">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<schema:supersededBy>
|
||
<rdf:Property rdf:about="http://schema.org/contactPoint">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/ContactPoint"/>
|
||
<rdfs:label>contactPoint</rdfs:label>
|
||
<rdfs:comment>A contact point for a person or organization.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/HealthInsurancePlan"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Person"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Organization"/>
|
||
</rdf:Property>
|
||
</schema:supersededBy>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Person"/>
|
||
<rdfs:comment>A contact point for a person or organization.</rdfs:comment>
|
||
<rdfs:label>contactPoints</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/ContactPoint"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/applicationSubCategory">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/SoftwareApplication"/>
|
||
<rdfs:comment>Subcategory of the application, e.g. 'Arcade Game'.</rdfs:comment>
|
||
<rdfs:label>applicationSubCategory</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/duns">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/identifier"/>
|
||
<rdfs:label>duns</rdfs:label>
|
||
<rdfs:comment>The Dun &amp; Bradstreet DUNS number for identifying an organization or business person.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Person"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/Hostel">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/LodgingBusiness"/>
|
||
<rdfs:comment><![CDATA[A hostel - cheap accommodation, often in shared dormitories.
|
||
<br /><br />
|
||
See also the <a href="/docs/hotels.html">dedicated document on the use of schema.org for marking up hotels and other forms of accommodations</a>.]]></rdfs:comment>
|
||
<rdfs:label>Hostel</rdfs:label>
|
||
</rdfs:Class>
|
||
<schema:MusicReleaseFormatType rdf:about="http://schema.org/CDFormat">
|
||
<rdfs:comment>CDFormat.</rdfs:comment>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
|
||
<rdfs:label>CDFormat</rdfs:label>
|
||
</schema:MusicReleaseFormatType>
|
||
<rdf:Property rdf:about="http://schema.org/serviceAudience">
|
||
<rdfs:comment>The audience eligible for this service.</rdfs:comment>
|
||
<schema:supersededBy>
|
||
<rdf:Property rdf:about="http://schema.org/audience">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Audience"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Event"/>
|
||
<rdfs:comment>An intended audience, i.e. a group for whom something was created.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Service"/>
|
||
<rdfs:label>audience</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/LodgingBusiness"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Product"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PlayAction"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
</rdf:Property>
|
||
</schema:supersededBy>
|
||
<rdfs:label>serviceAudience</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Service"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Audience"/>
|
||
</rdf:Property>
|
||
<schema:ItemAvailability rdf:about="http://schema.org/InStoreOnly">
|
||
<rdfs:label>InStoreOnly</rdfs:label>
|
||
<rdfs:comment>Indicates that the item is available only at physical locations.</rdfs:comment>
|
||
</schema:ItemAvailability>
|
||
<rdf:Property rdf:about="http://schema.org/httpMethod">
|
||
<rdfs:label>httpMethod</rdfs:label>
|
||
<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.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/EntryPoint"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/sugarContent">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/NutritionInformation"/>
|
||
<rdfs:label>sugarContent</rdfs:label>
|
||
<rdfs:comment>The number of grams of sugar.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Mass"/>
|
||
</rdf:Property>
|
||
<schema:ItemListOrderType rdf:about="http://schema.org/ItemListOrderAscending">
|
||
<rdfs:label>ItemListOrderAscending</rdfs:label>
|
||
<rdfs:comment>An ItemList ordered with lower values listed first.</rdfs:comment>
|
||
</schema:ItemListOrderType>
|
||
<rdf:Property rdf:about="http://schema.org/transcript">
|
||
<rdfs:label>transcript</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/VideoObject"/>
|
||
<rdfs:comment>If this MediaObject is an AudioObject or VideoObject, the transcript of that object.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/AudioObject"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/paymentMethodId">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Order"/>
|
||
<rdfs:comment>An identifier for the method of payment used (e.g. the last 4 digits of the credit card).</rdfs:comment>
|
||
<rdfs:label>paymentMethodId</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Invoice"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/appliesToPaymentMethod">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/PaymentMethod"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PaymentChargeSpecification"/>
|
||
<rdfs:comment>The payment method(s) to which the payment charge specification applies.</rdfs:comment>
|
||
<rdfs:label>appliesToPaymentMethod</rdfs:label>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/VideoGameClip">
|
||
<rdfs:comment>A short segment/part of a video game.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Clip"/>
|
||
<rdfs:label>VideoGameClip</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/legalName">
|
||
<rdfs:label>legalName</rdfs:label>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:comment>The official name of the organization, e.g. the registered company name.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Organization"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/installUrl">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/SoftwareApplication"/>
|
||
<rdfs:label>installUrl</rdfs:label>
|
||
<rdfs:comment>URL at which the app may be installed, if different from the URL of the item.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/deathDate">
|
||
<rdfs:comment>Date of death.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Date"/>
|
||
<rdfs:label>deathDate</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Person"/>
|
||
</rdf:Property>
|
||
<schema:MusicAlbumProductionType rdf:about="http://schema.org/DJMixAlbum">
|
||
<rdfs:comment>DJMixAlbum.</rdfs:comment>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
|
||
<rdfs:label>DJMixAlbum</rdfs:label>
|
||
</schema:MusicAlbumProductionType>
|
||
<schema:MusicAlbumProductionType rdf:about="http://schema.org/SpokenWordAlbum">
|
||
<rdfs:comment>SpokenWordAlbum.</rdfs:comment>
|
||
<rdfs:label>SpokenWordAlbum</rdfs:label>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
|
||
</schema:MusicAlbumProductionType>
|
||
<rdfs:Class rdf:about="http://schema.org/HomeGoodsStore">
|
||
<rdfs:label>HomeGoodsStore</rdfs:label>
|
||
<rdfs:comment>A home goods store.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/directors">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Clip"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MovieSeries"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Movie"/>
|
||
<rdfs:label>directors</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Episode"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/VideoObject"/>
|
||
<schema:supersededBy>
|
||
<rdf:Property rdf:about="http://schema.org/director">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/RadioSeries"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Episode"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/VideoGame"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWorkSeason"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MovieSeries"/>
|
||
<rdfs:label>director</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Clip"/>
|
||
<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.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/VideoGameSeries"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/VideoObject"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Event"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/TVSeries"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Movie"/>
|
||
</rdf:Property>
|
||
</schema:supersededBy>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/VideoGame"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/TVSeries"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<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.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/RadioSeries"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/VideoGameSeries"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/RadioEpisode">
|
||
<rdfs:label>RadioEpisode</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Episode"/>
|
||
<rdfs:comment>A radio episode which can be part of a series or season.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/doorTime">
|
||
<rdfs:label>doorTime</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Time"/>
|
||
<rdfs:comment>The time admission will commence.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DateTime"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Event"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/steeringPosition">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Vehicle"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/SteeringPositionValue"/>
|
||
<rdfs:comment>The position of the steering wheel or similar device (mostly for cars).</rdfs:comment>
|
||
<rdfs:label>steeringPosition</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/exifData">
|
||
<rdfs:comment>exif data for this object.</rdfs:comment>
|
||
<rdfs:label>exifData</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/PropertyValue"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ImageObject"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/reportNumber">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Report"/>
|
||
<rdfs:label>reportNumber</rdfs:label>
|
||
<rdfs:comment>The number or other unique designator assigned to a Report by the publishing organization.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/representativeOfPage">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Boolean"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ImageObject"/>
|
||
<rdfs:label>representativeOfPage</rdfs:label>
|
||
<rdfs:comment>Indicates whether this image is representative of the content of the page.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/expectsAcceptanceOf">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ConsumeAction"/>
|
||
<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.</rdfs:comment>
|
||
<schema:category>issue-1741</schema:category>
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/1741"/>
|
||
<rdfs:label>expectsAcceptanceOf</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ActionAccessSpecification"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MediaSubscription"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Offer"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/episodes">
|
||
<schema:supersededBy>
|
||
<rdf:Property rdf:about="http://schema.org/episode">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/VideoGameSeries"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWorkSeason"/>
|
||
<rdfs:comment>An episode of a tv, radio or game media within a series or season.</rdfs:comment>
|
||
<rdfs:label>episode</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Episode"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/TVSeries"/>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/hasPart"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/RadioSeries"/>
|
||
</rdf:Property>
|
||
</schema:supersededBy>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Episode"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWorkSeason"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/TVSeries"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/VideoGameSeries"/>
|
||
<rdfs:comment>An episode of a TV/radio series or season.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/RadioSeries"/>
|
||
<rdfs:label>episodes</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/item">
|
||
<rdfs:comment>An entity represented by an entry in a list or data feed (e.g. an 'artist' in a list of 'artists')’.</rdfs:comment>
|
||
<rdfs:label>item</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/DataFeedItem"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Thing"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ListItem"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/gamePlatform">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/VideoGame"/>
|
||
<rdfs:comment><![CDATA[The electronic systems used to play <a href="http://en.wikipedia.org/wiki/Category:Video_game_platforms">video games</a>.]]></rdfs:comment>
|
||
<rdfs:label>gamePlatform</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Thing"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/VideoGameSeries"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/printEdition">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/NewsArticle"/>
|
||
<rdfs:label>printEdition</rdfs:label>
|
||
<rdfs:comment>The edition of the print product in which the NewsArticle appears.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/servicePhone">
|
||
<rdfs:label>servicePhone</rdfs:label>
|
||
<rdfs:comment>The phone number to use to access the service.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ServiceChannel"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/ContactPoint"/>
|
||
</rdf:Property>
|
||
<schema:ItemListOrderType rdf:about="http://schema.org/ItemListOrderDescending">
|
||
<rdfs:comment>An ItemList ordered with higher values listed first.</rdfs:comment>
|
||
<rdfs:label>ItemListOrderDescending</rdfs:label>
|
||
</schema:ItemListOrderType>
|
||
<rdfs:Class rdf:about="http://schema.org/ProfilePage">
|
||
<rdfs:label>ProfilePage</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/WebPage"/>
|
||
<rdfs:comment>Web page type: Profile page.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/lender">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<rdfs:label>lender</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/BorrowAction"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<rdfs:comment>A sub property of participant. The person that lends the object being borrowed.</rdfs:comment>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/participant"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/CheckInAction">
|
||
<rdfs:label>CheckInAction</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CommunicateAction"/>
|
||
<rdfs:comment><![CDATA[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).<br/><br/>
|
||
|
||
Related actions:<br/><br/>
|
||
|
||
<ul>
|
||
<li><a class="localLink" href="http://schema.org/CheckOutAction">CheckOutAction</a>: The antonym of CheckInAction.</li>
|
||
<li><a class="localLink" href="http://schema.org/ArriveAction">ArriveAction</a>: Unlike ArriveAction, CheckInAction implies that the agent is informing/confirming the start of a previously reserved service.</li>
|
||
<li><a class="localLink" href="http://schema.org/ConfirmAction">ConfirmAction</a>: Unlike ConfirmAction, CheckInAction implies that the agent is informing/confirming the <em>start</em> of a previously reserved service rather than its validity/existence.</li>
|
||
</ul>
|
||
]]></rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/relatedLink">
|
||
<rdfs:label>relatedLink</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/WebPage"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
<rdfs:comment>A link related to this web page, for example to other related web pages.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/orderDate">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Date"/>
|
||
<rdfs:label>orderDate</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DateTime"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Order"/>
|
||
<rdfs:comment>Date order was placed.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/HairSalon">
|
||
<rdfs:label>HairSalon</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/HealthAndBeautyBusiness"/>
|
||
<rdfs:comment>A hair salon.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/arrivalTerminal">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Flight"/>
|
||
<rdfs:label>arrivalTerminal</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:comment>Identifier of the flight's arrival terminal.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/accessibilityFeature">
|
||
<rdfs:comment><![CDATA[Content features of the resource, such as accessible media, alternatives and supported enhancements for accessibility (<a href="http://www.w3.org/wiki/WebSchemas/Accessibility">WebSchemas wiki lists possible values</a>).]]></rdfs:comment>
|
||
<rdfs:label>accessibilityFeature</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/targetProduct">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/SoftwareSourceCode"/>
|
||
<rdfs:comment>Target Operating System / Product to which the code applies. If applies to several versions, just the product name can be used.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/SoftwareApplication"/>
|
||
<rdfs:label>targetProduct</rdfs:label>
|
||
</rdf:Property>
|
||
<schema:MapCategoryType rdf:about="http://schema.org/VenueMap">
|
||
<rdfs:label>VenueMap</rdfs:label>
|
||
<rdfs:comment>A venue map (e.g. for malls, auditoriums, museums, etc.).</rdfs:comment>
|
||
</schema:MapCategoryType>
|
||
<rdf:Property rdf:about="http://schema.org/knows">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Person"/>
|
||
<rdfs:label>knows</rdfs:label>
|
||
<rdfs:comment>The most generic bi-directional social/work relation.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/option">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Thing"/>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/object"/>
|
||
<schema:supersededBy>
|
||
<rdf:Property rdf:about="http://schema.org/actionOption">
|
||
<rdfs:label>actionOption</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ChooseAction"/>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/object"/>
|
||
<rdfs:comment>A sub property of object. The options subject to this action.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Thing"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
</schema:supersededBy>
|
||
<rdfs:label>option</rdfs:label>
|
||
<rdfs:comment>A sub property of object. The options subject to this action.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ChooseAction"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/lyricist">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
|
||
<rdfs:label>lyricist</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MusicComposition"/>
|
||
<rdfs:comment>The person who wrote the words.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/Park">
|
||
<rdfs:label>Park</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
|
||
<rdfs:comment>A park.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/ComedyClub">
|
||
<rdfs:label>ComedyClub</rdfs:label>
|
||
<rdfs:comment>A comedy club.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/EntertainmentBusiness"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/recipeInstructions">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/ItemList"/>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/step"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Recipe"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:label>recipeInstructions</rdfs:label>
|
||
<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.</rdfs:comment>
|
||
</rdf:Property>
|
||
<schema:GenderType rdf:about="http://schema.org/Male">
|
||
<rdfs:comment>The male gender.</rdfs:comment>
|
||
<rdfs:label>Male</rdfs:label>
|
||
</schema:GenderType>
|
||
<rdf:Property rdf:about="http://schema.org/pageStart">
|
||
<rdfs:comment>The page on which the work starts; for example "135" or "xiii".</rdfs:comment>
|
||
<owl:equivalentProperty rdf:resource="http://purl.org/ontology/bibo/pageStart"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Integer"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PublicationVolume"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PublicationIssue"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Article"/>
|
||
<rdfs:label>pageStart</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Chapter"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/LiteraryEvent">
|
||
<rdfs:label>LiteraryEvent</rdfs:label>
|
||
<rdfs:comment>Event type: Literary event.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Event"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/MovingCompany">
|
||
<rdfs:comment>A moving company.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/HomeAndConstructionBusiness"/>
|
||
<rdfs:label>MovingCompany</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/cookingMethod">
|
||
<rdfs:comment>The method of cooking, such as Frying, Steaming, ...</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>cookingMethod</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Recipe"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/upvoteCount">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Integer"/>
|
||
<rdfs:label>upvoteCount</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Question"/>
|
||
<rdfs:comment>The number of upvotes this question, answer or comment has received from the community.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Comment"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/tool">
|
||
<rdfs:comment>A sub property of instrument. An object used (but not consumed) when performing instructions or a direction.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/HowToTool"/>
|
||
<rdfs:label>tool</rdfs:label>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/instrument"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/HowTo"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/HowToDirection"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/interestRate">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/QuantitativeValue"/>
|
||
<rdfs:label>interestRate</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Number"/>
|
||
<rdfs:comment>The interest rate, charged or paid, applicable to the financial product. Note: This is different from the calculated annualPercentageRate.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/FinancialProduct"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/orderDelivery">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Order"/>
|
||
<rdfs:comment>The delivery of the parcel related to this order or order item.</rdfs:comment>
|
||
<rdfs:label>orderDelivery</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/OrderItem"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/ParcelDelivery"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/addressLocality">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PostalAddress"/>
|
||
<rdfs:label>addressLocality</rdfs:label>
|
||
<rdfs:comment>The locality in which the street address is, and which is in the region. For example, Mountain View.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/dateRead">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Date"/>
|
||
<rdfs:comment>The date/time at which the message has been read by the recipient if a single recipient exists.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DateTime"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Message"/>
|
||
<rdfs:label>dateRead</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/accessCode">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>accessCode</rdfs:label>
|
||
<rdfs:comment>Password, PIN, or access code needed for delivery (e.g. from a locker).</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/DeliveryEvent"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/broadcaster">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/BroadcastService"/>
|
||
<rdfs:label>broadcaster</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<rdfs:comment>The organization owning or operating the broadcast service.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/JewelryStore">
|
||
<rdfs:comment>A jewelry store.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
|
||
<rdfs:label>JewelryStore</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/requirements">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/SoftwareApplication"/>
|
||
<rdfs:label>requirements</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<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).</rdfs:comment>
|
||
<schema:supersededBy>
|
||
<rdf:Property rdf:about="http://schema.org/softwareRequirements">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/SoftwareApplication"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<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).</rdfs:comment>
|
||
<rdfs:label>softwareRequirements</rdfs:label>
|
||
</rdf:Property>
|
||
</schema:supersededBy>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/totalPrice">
|
||
<rdfs:label>totalPrice</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/PriceSpecification"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Reservation"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Ticket"/>
|
||
<rdfs:comment><![CDATA[The total price for the reservation or ticket, including applicable taxes, shipping, etc.<br/><br/>
|
||
|
||
Usage guidelines:<br/><br/>
|
||
|
||
<ul>
|
||
<li>Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.</li>
|
||
<li>Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.</li>
|
||
</ul>
|
||
]]></rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Number"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/parentItem">
|
||
<rdfs:label>parentItem</rdfs:label>
|
||
<rdfs:comment>The parent of a question, answer or item in general.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Question"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Comment"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/unitCode">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/QuantitativeValue"/>
|
||
<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.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/UnitPriceSpecification"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PropertyValue"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/TypeAndQuantityNode"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<rdfs:label>unitCode</rdfs:label>
|
||
</rdf:Property>
|
||
<schema:RsvpResponseType rdf:about="http://schema.org/RsvpResponseMaybe">
|
||
<rdfs:comment>The invitee may or may not attend.</rdfs:comment>
|
||
<rdfs:label>RsvpResponseMaybe</rdfs:label>
|
||
</schema:RsvpResponseType>
|
||
<schema:GenderType rdf:about="http://schema.org/Female">
|
||
<rdfs:comment>The female gender.</rdfs:comment>
|
||
<rdfs:label>Female</rdfs:label>
|
||
</schema:GenderType>
|
||
<rdf:Property rdf:about="http://schema.org/reviewBody">
|
||
<rdfs:comment>The actual body of the review.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Review"/>
|
||
<rdfs:label>reviewBody</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/language">
|
||
<schema:supersededBy>
|
||
<rdf:Property rdf:about="http://schema.org/inLanguage">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CommunicateAction"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/WriteAction"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Event"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PronounceableText"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/LinkRole"/>
|
||
<schema:category>issue-2382</schema:category>
|
||
<rdfs:comment><![CDATA[The language of the content or performance or used in an action. Please use one of the language codes from the <a href="http://tools.ietf.org/html/bcp47">IETF BCP 47 standard</a>. See also <a class="localLink" href="http://schema.org/availableLanguage">availableLanguage</a>.]]></rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/BroadcastService"/>
|
||
<rdfs:label>inLanguage</rdfs:label>
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/2382"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Language"/>
|
||
</rdf:Property>
|
||
</schema:supersededBy>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CommunicateAction"/>
|
||
<rdfs:comment>A sub property of instrument. The language used on this action.</rdfs:comment>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/instrument"/>
|
||
<rdfs:label>language</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Language"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/WriteAction"/>
|
||
</rdf:Property>
|
||
<schema:DayOfWeek rdf:about="http://schema.org/Thursday">
|
||
<rdfs:label>Thursday</rdfs:label>
|
||
<schema:sameAs rdf:resource="http://www.wikidata.org/entity/Q129"/>
|
||
<rdfs:comment>The day of the week between Wednesday and Friday.</rdfs:comment>
|
||
</schema:DayOfWeek>
|
||
<rdf:Property rdf:about="http://schema.org/sampleType">
|
||
<rdfs:label>sampleType</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/SoftwareSourceCode"/>
|
||
<schema:supersededBy>
|
||
<rdf:Property rdf:about="http://schema.org/codeSampleType">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/SoftwareSourceCode"/>
|
||
<rdfs:comment>What type of code sample: full (compile ready) solution, code snippet, inline code, scripts, template.</rdfs:comment>
|
||
<rdfs:label>codeSampleType</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
</schema:supersededBy>
|
||
<rdfs:comment>What type of code sample: full (compile ready) solution, code snippet, inline code, scripts, template.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/characterName">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:comment>The name of a character played in some acting or performing role, i.e. in a PerformanceRole.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PerformanceRole"/>
|
||
<rdfs:label>characterName</rdfs:label>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/MotorcycleRepair">
|
||
<rdfs:label>MotorcycleRepair</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/AutomotiveBusiness"/>
|
||
<rdfs:comment>A motorcycle repair shop.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/valueRequired">
|
||
<rdfs:label>valueRequired</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PropertyValueSpecification"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Boolean"/>
|
||
<rdfs:comment>Whether the property must be filled in to complete the action. Default is false.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/numberOfEpisodes">
|
||
<rdfs:comment>The number of episodes in this season or series.</rdfs:comment>
|
||
<rdfs:label>numberOfEpisodes</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/RadioSeries"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/VideoGameSeries"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Integer"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/TVSeries"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWorkSeason"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/inventoryLevel">
|
||
<rdfs:label>inventoryLevel</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/SomeProducts"/>
|
||
<rdfs:comment>The current approximate inventory level for the item or items.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/QuantitativeValue"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Offer"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Demand"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/TelevisionStation">
|
||
<rdfs:label>TelevisionStation</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
|
||
<rdfs:comment>A television station.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/PaymentService">
|
||
<rdfs:label>PaymentService</rdfs:label>
|
||
<rdfs:comment>A Service to transfer funds from a person or organization to a beneficiary person or organization.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/FinancialProduct"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/totalTime">
|
||
<rdfs:comment><![CDATA[The total time required to perform instructions or a direction (including time to prepare the supplies), in <a href="http://en.wikipedia.org/wiki/ISO_8601">ISO 8601 duration format</a>.]]></rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Duration"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/HowToDirection"/>
|
||
<rdfs:label>totalTime</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/HowTo"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/ccRecipient">
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/recipient"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<rdfs:label>ccRecipient</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/ContactPoint"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Message"/>
|
||
<rdfs:comment>A sub property of recipient. The recipient copied on a message.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/endTime">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DateTime"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/FoodEstablishmentReservation"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Action"/>
|
||
<rdfs:label>endTime</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MediaObject"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Time"/>
|
||
<rdfs:comment><![CDATA[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 <em>December</em>. For media, including audio and video, it's the time offset of the end of a clip within a larger file.<br/><br/>
|
||
|
||
Note that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions.]]></rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/hostingOrganization">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ProgramMembership"/>
|
||
<rdfs:label>hostingOrganization</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<rdfs:comment>The organization (airline, travelers' club, etc.) the membership is made with.</rdfs:comment>
|
||
</rdf:Property>
|
||
<schema:GameServerStatus rdf:about="http://schema.org/Online">
|
||
<rdfs:comment>Game server status: Online. Server is available.</rdfs:comment>
|
||
<rdfs:label>Online</rdfs:label>
|
||
</schema:GameServerStatus>
|
||
<rdf:Property rdf:about="http://schema.org/sodiumContent">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/NutritionInformation"/>
|
||
<rdfs:comment>The number of milligrams of sodium.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Mass"/>
|
||
<rdfs:label>sodiumContent</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/claimReviewed">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ClaimReview"/>
|
||
<schema:category>issue-1061</schema:category>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/1061"/>
|
||
<rdfs:comment>A short summary of the specific claims reviewed in a ClaimReview.</rdfs:comment>
|
||
<rdfs:label>claimReviewed</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/tracks">
|
||
<rdfs:label>tracks</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MusicPlaylist"/>
|
||
<rdfs:comment>A music recording (track)&#x2014;usually a single song.</rdfs:comment>
|
||
<schema:supersededBy>
|
||
<rdf:Property rdf:about="http://schema.org/track">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MusicPlaylist"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/MusicRecording"/>
|
||
<rdfs:comment>A music recording (track)&#x2014;usually a single song. If an ItemList is given, the list should contain items of type MusicRecording.</rdfs:comment>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/ItemList"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MusicGroup"/>
|
||
<rdfs:label>track</rdfs:label>
|
||
</rdf:Property>
|
||
</schema:supersededBy>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/MusicRecording"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MusicGroup"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/playersOnline">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/GameServer"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Integer"/>
|
||
<rdfs:label>playersOnline</rdfs:label>
|
||
<rdfs:comment>Number of players on the server.</rdfs:comment>
|
||
</rdf:Property>
|
||
<schema:RestrictedDiet rdf:about="http://schema.org/HinduDiet">
|
||
<rdfs:comment>A diet conforming to Hindu dietary practices, in particular, beef-free.</rdfs:comment>
|
||
<rdfs:label>HinduDiet</rdfs:label>
|
||
</schema:RestrictedDiet>
|
||
<rdf:Property rdf:about="http://schema.org/musicCompositionForm">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MusicComposition"/>
|
||
<rdfs:label>musicCompositionForm</rdfs:label>
|
||
<rdfs:comment>The type of composition (e.g. overture, sonata, symphony, etc.).</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/followee">
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/object"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<rdfs:comment>A sub property of object. The person or organization being followed.</rdfs:comment>
|
||
<rdfs:label>followee</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/FollowAction"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/events">
|
||
<rdfs:comment>Upcoming or past events associated with this place or organization.</rdfs:comment>
|
||
<rdfs:label>events</rdfs:label>
|
||
<schema:supersededBy>
|
||
<rdf:Property rdf:about="http://schema.org/event">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Place"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/JoinAction"/>
|
||
<rdfs:label>event</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PlayAction"/>
|
||
<rdfs:comment>Upcoming or past event associated with this place, organization, or action.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Event"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/InviteAction"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/InformAction"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/LeaveAction"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Organization"/>
|
||
</rdf:Property>
|
||
</schema:supersededBy>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Place"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Event"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/validIn">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/EducationalOccupationalCredential"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/AdministrativeArea"/>
|
||
<rdfs:comment>The geographic area where a permit or similar thing is valid.</rdfs:comment>
|
||
<rdfs:label>validIn</rdfs:label>
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/1779"/>
|
||
<schema:category>issue-1779</schema:category>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Permit"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/salaryCurrency">
|
||
<rdfs:label>salaryCurrency</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/EmployeeRole"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/JobPosting"/>
|
||
<rdfs:comment><![CDATA[The currency (coded using <a href="http://en.wikipedia.org/wiki/ISO_4217">ISO 4217</a> ) used for the main salary information in this job posting or for this employee.]]></rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/rsvpResponse">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/RsvpResponseType"/>
|
||
<rdfs:label>rsvpResponse</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/RsvpAction"/>
|
||
<rdfs:comment>The response (yes, no, maybe) to the RSVP.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/hasOfferCatalog">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Person"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Service"/>
|
||
<rdfs:comment>Indicates an OfferCatalog listing for this Organization, Person, or Service.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/OfferCatalog"/>
|
||
<rdfs:label>hasOfferCatalog</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/nationality">
|
||
<rdfs:comment>Nationality of the person.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Person"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Country"/>
|
||
<rdfs:label>nationality</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/urlTemplate">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/EntryPoint"/>
|
||
<rdfs:comment>An url template (RFC6570) that will be used to construct the target of the execution of the action.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>urlTemplate</rdfs:label>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/TelevisionChannel">
|
||
<rdfs:label>TelevisionChannel</rdfs:label>
|
||
<rdfs:comment>A unique instance of a television BroadcastService on a CableOrSatelliteService lineup.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/BroadcastChannel"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/busName">
|
||
<rdfs:label>busName</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/BusTrip"/>
|
||
<rdfs:comment>The name of the bus (e.g. Bolt Express).</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/Reservoir">
|
||
<rdfs:label>Reservoir</rdfs:label>
|
||
<rdfs:comment>A reservoir of water, typically an artificially created lake, like the Lake Kariba reservoir.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/BodyOfWater"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/serviceType">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Service"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:comment>The type of service being offered, e.g. veterans' benefits, emergency relief, etc.</rdfs:comment>
|
||
<rdfs:label>serviceType</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/sportsTeam">
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/participant"/>
|
||
<rdfs:comment>A sub property of participant. The sports team that participated on this action.</rdfs:comment>
|
||
<rdfs:label>sportsTeam</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ExerciseAction"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/SportsTeam"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/citation">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:comment>A citation or reference to another creative work, such as another publication, web page, scholarly article, etc.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:label>citation</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/paymentDue">
|
||
<rdfs:comment>The date that payment is due.</rdfs:comment>
|
||
<rdfs:label>paymentDue</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DateTime"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Order"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Invoice"/>
|
||
<schema:supersededBy>
|
||
<rdf:Property rdf:about="http://schema.org/paymentDueDate">
|
||
<rdfs:label>paymentDueDate</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Invoice"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Date"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DateTime"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Order"/>
|
||
<rdfs:comment>The date that payment is due.</rdfs:comment>
|
||
</rdf:Property>
|
||
</schema:supersededBy>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/embedUrl">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
<rdfs:label>embedUrl</rdfs:label>
|
||
<rdfs:comment><![CDATA[A URL pointing to a player for a specific video. In general, this is the information in the <code>src</code> element of an <code>embed</code> tag and should not be the same as the content of the <code>loc</code> tag.]]></rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MediaObject"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/cholesterolContent">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/NutritionInformation"/>
|
||
<rdfs:comment>The number of milligrams of cholesterol.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Mass"/>
|
||
<rdfs:label>cholesterolContent</rdfs:label>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/MarryAction">
|
||
<rdfs:label>MarryAction</rdfs:label>
|
||
<rdfs:comment>The act of marrying a person.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/InteractAction"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/distribution">
|
||
<rdfs:comment>A downloadable form of this dataset, at a specific location, in a specific format.</rdfs:comment>
|
||
<rdfs:label>distribution</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DataDownload"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Dataset"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/advanceBookingRequirement">
|
||
<rdfs:label>advanceBookingRequirement</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Offer"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Demand"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/QuantitativeValue"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<rdfs:comment>The amount of time that is required between accepting the offer and the actual usage of the resource or service.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/isConsumableFor">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Product"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Product"/>
|
||
<rdfs:label>isConsumableFor</rdfs:label>
|
||
<rdfs:comment>A pointer to another product (or multiple products) for which this product is a consumable.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/courseMode">
|
||
<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 ).</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CourseInstance"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
<rdfs:label>courseMode</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/spatialCoverage">
|
||
<rdfs:label>spatialCoverage</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<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.</rdfs:comment>
|
||
<rdfs:subPropertyOf>
|
||
<rdf:Property rdf:about="http://schema.org/contentLocation">
|
||
<rdfs:comment>The location depicted or described in the content. For example, the location in a photograph or painting.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Place"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:label>contentLocation</rdfs:label>
|
||
</rdf:Property>
|
||
</rdfs:subPropertyOf>
|
||
<owl:equivalentProperty rdf:resource="http://purl.org/dc/terms/spatial"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Place"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/suitableForDiet">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MenuItem"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/RestrictedDiet"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Recipe"/>
|
||
<rdfs:comment>Indicates a dietary restriction or guideline for which this recipe or menu item is suitable, e.g. diabetic, halal etc.</rdfs:comment>
|
||
<rdfs:label>suitableForDiet</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/inBroadcastLineup">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/BroadcastChannel"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/CableOrSatelliteService"/>
|
||
<rdfs:comment>The CableOrSatelliteService offering the channel.</rdfs:comment>
|
||
<rdfs:label>inBroadcastLineup</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/customer">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Order"/>
|
||
<rdfs:label>customer</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Invoice"/>
|
||
<rdfs:comment>Party placing the order or paying the invoice.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/pickupTime">
|
||
<rdfs:comment>When a taxi will pickup a passenger or a rental car can be picked up.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DateTime"/>
|
||
<rdfs:label>pickupTime</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/RentalCarReservation"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/TaxiReservation"/>
|
||
</rdf:Property>
|
||
<schema:BookFormatType rdf:about="http://schema.org/EBook">
|
||
<rdfs:comment>Book format: Ebook.</rdfs:comment>
|
||
<rdfs:label>EBook</rdfs:label>
|
||
</schema:BookFormatType>
|
||
<rdf:Property rdf:about="http://schema.org/logo">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Product"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Place"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
<rdfs:comment>An associated logo.</rdfs:comment>
|
||
<rdfs:label>logo</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Service"/>
|
||
<rdfs:subPropertyOf>
|
||
<rdf:Property rdf:about="http://schema.org/image">
|
||
<rdfs:label>image</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/ImageObject"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Thing"/>
|
||
<rdfs:comment><![CDATA[An image of the item. This can be a <a class="localLink" href="http://schema.org/URL">URL</a> or a fully described <a class="localLink" href="http://schema.org/ImageObject">ImageObject</a>.]]></rdfs:comment>
|
||
</rdf:Property>
|
||
</rdfs:subPropertyOf>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Brand"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/ImageObject"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/menuAddOn">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/MenuItem"/>
|
||
<rdfs:label>menuAddOn</rdfs:label>
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/1541"/>
|
||
<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.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MenuItem"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/MenuSection"/>
|
||
<schema:category>issue-1541</schema:category>
|
||
</rdf:Property>
|
||
<schema:ItemAvailability rdf:about="http://schema.org/SoldOut">
|
||
<rdfs:comment>Indicates that the item has sold out.</rdfs:comment>
|
||
<rdfs:label>SoldOut</rdfs:label>
|
||
</schema:ItemAvailability>
|
||
<rdf:Property rdf:about="http://schema.org/startTime">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DateTime"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/FoodEstablishmentReservation"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Action"/>
|
||
<rdfs:comment><![CDATA[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 <em>January</em> to December. For media, including audio and video, it's the time offset of the start of a clip within a larger file.<br/><br/>
|
||
|
||
Note that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions.]]></rdfs:comment>
|
||
<rdfs:label>startTime</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MediaObject"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Time"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/spouse">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Person"/>
|
||
<rdfs:comment>The person's spouse.</rdfs:comment>
|
||
<rdfs:label>spouse</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/Pharmacy">
|
||
<rdfs:comment>A pharmacy or drugstore.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/MedicalBusiness"/>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/MedicalOrganization"/>
|
||
<rdfs:label>Pharmacy</rdfs:label>
|
||
</rdfs:Class>
|
||
<schema:DeliveryMethod rdf:about="http://schema.org/OnSitePickup">
|
||
<rdfs:comment>A DeliveryMethod in which an item is collected on site, e.g. in a store or at a box office.</rdfs:comment>
|
||
<rdfs:label>OnSitePickup</rdfs:label>
|
||
</schema:DeliveryMethod>
|
||
<rdf:Property rdf:about="http://schema.org/reviewAspect">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Rating"/>
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/1689"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Guide"/>
|
||
<schema:category>issue-1689</schema:category>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Review"/>
|
||
<rdfs:comment>This Review or Rating is relevant to this part or facet of the itemReviewed.</rdfs:comment>
|
||
<rdfs:label>reviewAspect</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/GardenStore">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
|
||
<rdfs:label>GardenStore</rdfs:label>
|
||
<rdfs:comment>A garden store.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/greaterOrEqual">
|
||
<rdfs:comment>This ordering relation for qualitative values indicates that the subject is greater than or equal to the object.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/QualitativeValue"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/QualitativeValue"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<rdfs:label>greaterOrEqual</rdfs:label>
|
||
</rdf:Property>
|
||
<schema:ActionStatusType rdf:about="http://schema.org/FailedActionStatus">
|
||
<rdfs:label>FailedActionStatus</rdfs:label>
|
||
<rdfs:comment>An action that failed to complete. The action's error property and the HTTP return code contain more information about the failure.</rdfs:comment>
|
||
</schema:ActionStatusType>
|
||
<rdfs:Class rdf:about="http://schema.org/VisualArtsEvent">
|
||
<rdfs:label>VisualArtsEvent</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Event"/>
|
||
<rdfs:comment>Event type: Visual arts event.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Electrician">
|
||
<rdfs:comment>An electrician.</rdfs:comment>
|
||
<rdfs:label>Electrician</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/HomeAndConstructionBusiness"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/sportsEvent">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/SportsEvent"/>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/location"/>
|
||
<rdfs:label>sportsEvent</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ExerciseAction"/>
|
||
<rdfs:comment>A sub property of location. The sports event where this action occurred.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/maxPrice">
|
||
<rdfs:comment>The highest price if the price is a range.</rdfs:comment>
|
||
<rdfs:label>maxPrice</rdfs:label>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PriceSpecification"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Number"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/orderItemNumber">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/OrderItem"/>
|
||
<rdfs:comment>The identifier of the order item.</rdfs:comment>
|
||
<rdfs:label>orderItemNumber</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/byArtist">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MusicRecording"/>
|
||
<rdfs:comment>The artist that performed this album or recording.</rdfs:comment>
|
||
<rdfs:label>byArtist</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MusicAlbum"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/MusicGroup"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/addOn">
|
||
<rdfs:label>addOn</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Offer"/>
|
||
<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).</rdfs:comment>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Offer"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/gtin8">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/identifier"/>
|
||
<rdfs:label>gtin8</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Demand"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Offer"/>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/gtin"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:comment><![CDATA[The <a href="http://apps.gs1.org/GDD/glossary/Pages/GTIN-8.aspx">GTIN-8</a> 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 <a href="http://www.gs1.org/barcodes/technical/idkeys/gtin">GS1 GTIN Summary</a> for more details.]]></rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Product"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/servesCuisine">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:comment>The cuisine of the restaurant.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/FoodEstablishment"/>
|
||
<rdfs:label>servesCuisine</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/numberOfEmployees">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/BusinessAudience"/>
|
||
<rdfs:label>numberOfEmployees</rdfs:label>
|
||
<rdfs:comment>The number of employees in an organization e.g. business.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/QuantitativeValue"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/securityScreening">
|
||
<rdfs:comment>The type of security screening the passenger is subject to.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>securityScreening</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/FlightReservation"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/subEvents">
|
||
<rdfs:comment>Events that are a part of this event. For example, a conference event includes many presentations, each subEvents of the conference.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Event"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Event"/>
|
||
<schema:supersededBy>
|
||
<rdf:Property rdf:about="http://schema.org/subEvent">
|
||
<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.</rdfs:comment>
|
||
<rdfs:label>subEvent</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Event"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Event"/>
|
||
<schema:inverseOf rdf:resource="http://schema.org/superEvent"/>
|
||
</rdf:Property>
|
||
</schema:supersededBy>
|
||
<rdfs:label>subEvents</rdfs:label>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/PhotographAction">
|
||
<rdfs:label>PhotographAction</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreateAction"/>
|
||
<rdfs:comment>The act of capturing still images of objects using a camera.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/fromLocation">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Place"/>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/location"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ExerciseAction"/>
|
||
<rdfs:label>fromLocation</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/TransferAction"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MoveAction"/>
|
||
<rdfs:comment>A sub property of location. The original location of the object or the agent before the action.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/foundingLocation">
|
||
<rdfs:comment>The place where the Organization was founded.</rdfs:comment>
|
||
<rdfs:label>foundingLocation</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Place"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/SpreadsheetDigitalDocument">
|
||
<rdfs:label>SpreadsheetDigitalDocument</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/DigitalDocument"/>
|
||
<rdfs:comment>A spreadsheet file.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/departureGate">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Flight"/>
|
||
<rdfs:comment>Identifier of the flight's departure gate.</rdfs:comment>
|
||
<rdfs:label>departureGate</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<schema:SteeringPositionValue rdf:about="http://schema.org/RightHandDriving">
|
||
<rdfs:label>RightHandDriving</rdfs:label>
|
||
<rdfs:comment>The steering position is on the right side of the vehicle (viewed from the main direction of driving).</rdfs:comment>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group"/>
|
||
</schema:SteeringPositionValue>
|
||
<rdf:Property rdf:about="http://schema.org/expires">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:label>expires</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Date"/>
|
||
<rdfs:comment><![CDATA[Date the content expires and is no longer useful or available. For example a <a class="localLink" href="http://schema.org/VideoObject">VideoObject</a> or <a class="localLink" href="http://schema.org/NewsArticle">NewsArticle</a> whose availability or relevance is time-limited, or a <a class="localLink" href="http://schema.org/ClaimReview">ClaimReview</a> fact check whose publisher wants to indicate that it may no longer be relevant (or helpful to highlight) after some date.]]></rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/elevation">
|
||
<rdfs:label>elevation</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Number"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/GeoShape"/>
|
||
<rdfs:comment><![CDATA[The elevation of a location (<a href="https://en.wikipedia.org/wiki/World_Geodetic_System">WGS 84</a>). Values may be of the form 'NUMBER UNIT<em>OF</em>MEASUREMENT' (e.g., '1,000 m', '3,200 ft') while numbers alone should be assumed to be a value in meters.]]></rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/GeoCoordinates"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/Festival">
|
||
<rdfs:label>Festival</rdfs:label>
|
||
<rdfs:comment>Event type: Festival.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Event"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Beach">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
|
||
<rdfs:comment>Beach.</rdfs:comment>
|
||
<rdfs:label>Beach</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/referenceQuantity">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<rdfs:label>referenceQuantity</rdfs:label>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsProperties"/>
|
||
<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.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/UnitPriceSpecification"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/QuantitativeValue"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/xpath">
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/1389"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/XPathType"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/WebPageElement"/>
|
||
<rdfs:comment><![CDATA[An XPath, e.g. of a <a class="localLink" href="http://schema.org/SpeakableSpecification">SpeakableSpecification</a> or <a class="localLink" href="http://schema.org/WebPageElement">WebPageElement</a>. In the latter case, multiple matches within a page can constitute a single conceptual "Web page element".]]></rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/SpeakableSpecification"/>
|
||
<rdfs:label>xpath</rdfs:label>
|
||
<schema:category>issue-1389</schema:category>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/passengerSequenceNumber">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>passengerSequenceNumber</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/FlightReservation"/>
|
||
<rdfs:comment>The passenger's sequence number as assigned by the airline.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/LiquorStore">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
|
||
<rdfs:comment>A shop that sells alcoholic drinks such as wine, beer, whisky and other spirits.</rdfs:comment>
|
||
<rdfs:label>LiquorStore</rdfs:label>
|
||
</rdfs:Class>
|
||
<schema:RsvpResponseType rdf:about="http://schema.org/RsvpResponseNo">
|
||
<rdfs:label>RsvpResponseNo</rdfs:label>
|
||
<rdfs:comment>The invitee will not attend.</rdfs:comment>
|
||
</schema:RsvpResponseType>
|
||
<rdf:Property rdf:about="http://schema.org/issuedBy">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Permit"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Ticket"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<rdfs:label>issuedBy</rdfs:label>
|
||
<rdfs:comment>The organization issuing the ticket or permit.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/dataFeedElement">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Thing"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DataFeedItem"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:comment>An item within in a data feed. Data feeds may have many elements.</rdfs:comment>
|
||
<rdfs:label>dataFeedElement</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/DataFeed"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/PrependAction">
|
||
<rdfs:label>PrependAction</rdfs:label>
|
||
<rdfs:comment>The act of inserting at the beginning if an ordered collection.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/InsertAction"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/issuedThrough">
|
||
<rdfs:comment>The service through with the permit was granted.</rdfs:comment>
|
||
<rdfs:label>issuedThrough</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Permit"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Service"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/departureTime">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DateTime"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Time"/>
|
||
<rdfs:comment>The expected departure time.</rdfs:comment>
|
||
<rdfs:label>departureTime</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Trip"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/musicReleaseFormat">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/MusicReleaseFormatType"/>
|
||
<rdfs:label>musicReleaseFormat</rdfs:label>
|
||
<rdfs:comment>Format of this release (the type of recording media used, ie. compact disc, digital media, LP, etc.).</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MusicRelease"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/bookEdition">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Book"/>
|
||
<rdfs:label>bookEdition</rdfs:label>
|
||
<rdfs:comment>The edition of the book.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/priceSpecification">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Offer"/>
|
||
<rdfs:label>priceSpecification</rdfs:label>
|
||
<rdfs:comment>One or more detailed price specifications, indicating the unit price and delivery or payment charges.</rdfs:comment>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/TradeAction"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Demand"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/PriceSpecification"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/recipeCategory">
|
||
<rdfs:label>recipeCategory</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Recipe"/>
|
||
<rdfs:comment>The category of the recipe—for example, appetizer, entree, etc.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/programmingLanguage">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/ComputerLanguage"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>programmingLanguage</rdfs:label>
|
||
<rdfs:comment>The computer programming language.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/SoftwareSourceCode"/>
|
||
</rdf:Property>
|
||
<schema:ReservationStatusType rdf:about="http://schema.org/ReservationConfirmed">
|
||
<rdfs:label>ReservationConfirmed</rdfs:label>
|
||
<rdfs:comment>The status of a confirmed reservation.</rdfs:comment>
|
||
</schema:ReservationStatusType>
|
||
<rdf:Property rdf:about="http://schema.org/includedDataCatalog">
|
||
<rdfs:comment>A data catalog which contains this dataset (this property was previously 'catalog', preferred name is now 'includedInDataCatalog').</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DataCatalog"/>
|
||
<rdfs:label>includedDataCatalog</rdfs:label>
|
||
<schema:supersededBy rdf:resource="http://schema.org/includedInDataCatalog"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Dataset"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/CatholicChurch">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Church"/>
|
||
<rdfs:comment>A Catholic church.</rdfs:comment>
|
||
<rdfs:label>CatholicChurch</rdfs:label>
|
||
</rdfs:Class>
|
||
<schema:PaymentStatusType rdf:about="http://schema.org/PaymentComplete">
|
||
<rdfs:label>PaymentComplete</rdfs:label>
|
||
<rdfs:comment>The payment has been received and processed.</rdfs:comment>
|
||
</schema:PaymentStatusType>
|
||
<rdf:Property rdf:about="http://schema.org/agent">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<rdfs:label>agent</rdfs:label>
|
||
<rdfs:comment><![CDATA[The direct performer or driver of the action (animate or inanimate). e.g. <em>John</em> wrote a book.]]></rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Action"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/educationalFramework">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/AlignmentObject"/>
|
||
<rdfs:label>educationalFramework</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:comment>The framework to which the resource being described is aligned.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/collection">
|
||
<rdfs:label>collection</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/UpdateAction"/>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/object"/>
|
||
<schema:supersededBy>
|
||
<rdf:Property rdf:about="http://schema.org/targetCollection">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Thing"/>
|
||
<rdfs:label>targetCollection</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/UpdateAction"/>
|
||
<rdfs:comment>A sub property of object. The collection target of the action.</rdfs:comment>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/object"/>
|
||
</rdf:Property>
|
||
</schema:supersededBy>
|
||
<rdfs:comment>A sub property of object. The collection target of the action.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Thing"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/incentives">
|
||
<schema:supersededBy>
|
||
<rdf:Property rdf:about="http://schema.org/incentiveCompensation">
|
||
<rdfs:comment>Description of bonus and commission compensation aspects of the job.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>incentiveCompensation</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/JobPosting"/>
|
||
</rdf:Property>
|
||
</schema:supersededBy>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/JobPosting"/>
|
||
<rdfs:comment>Description of bonus and commission compensation aspects of the job.</rdfs:comment>
|
||
<rdfs:label>incentives</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/operatingSystem">
|
||
<rdfs:comment>Operating systems supported (Windows 7, OSX 10.6, Android 1.6).</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>operatingSystem</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/SoftwareApplication"/>
|
||
</rdf:Property>
|
||
<schema:EventStatusType rdf:about="http://schema.org/EventRescheduled">
|
||
<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).</rdfs:comment>
|
||
<rdfs:label>EventRescheduled</rdfs:label>
|
||
</schema:EventStatusType>
|
||
<rdf:Property rdf:about="http://schema.org/vehicleConfiguration">
|
||
<rdfs:comment>A short text indicating the configuration of the vehicle, e.g. '5dr hatchback ST 2.5 MT 225 hp' or 'limited edition'.</rdfs:comment>
|
||
<rdfs:label>vehicleConfiguration</rdfs:label>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Vehicle"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/requiredMaxAge">
|
||
<rdfs:label>requiredMaxAge</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Integer"/>
|
||
<rdfs:comment>Audiences defined by a person's maximum age.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PeopleAudience"/>
|
||
</rdf:Property>
|
||
<schema:MusicAlbumProductionType rdf:about="http://schema.org/LiveAlbum">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
|
||
<rdfs:label>LiveAlbum</rdfs:label>
|
||
<rdfs:comment>LiveAlbum.</rdfs:comment>
|
||
</schema:MusicAlbumProductionType>
|
||
<rdf:Property rdf:about="http://schema.org/paymentStatus">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>paymentStatus</rdfs:label>
|
||
<rdfs:comment>The status of payment; whether the invoice has been paid or not.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Invoice"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/PaymentStatusType"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/artform">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/VisualArtwork"/>
|
||
<rdfs:comment>e.g. Painting, Drawing, Sculpture, Print, Photograph, Assemblage, Collage, etc.</rdfs:comment>
|
||
<rdfs:label>artform</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/sender">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<rdfs:label>sender</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Message"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Audience"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ReceiveAction"/>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/participant"/>
|
||
<rdfs:comment>A sub property of participant. The participant who is at the sending end of the action.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/countriesNotSupported">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/SoftwareApplication"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>countriesNotSupported</rdfs:label>
|
||
<rdfs:comment>Countries for which the application is not supported. You can also provide the two-letter ISO 3166-1 alpha-2 country code.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/headline">
|
||
<rdfs:label>headline</rdfs:label>
|
||
<rdfs:comment>Headline of the article.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/mpn">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Offer"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Product"/>
|
||
<rdfs:label>mpn</rdfs:label>
|
||
<rdfs:comment>The Manufacturer Part Number (MPN) of the product, or the product to which the offer refers.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Demand"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/articleBody">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:comment>The actual body of the article.</rdfs:comment>
|
||
<rdfs:label>articleBody</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Article"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/warrantyPromise">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/BuyAction"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/WarrantyPromise"/>
|
||
<rdfs:comment>The warranty promise(s) included in the offer.</rdfs:comment>
|
||
<schema:supersededBy>
|
||
<rdf:Property rdf:about="http://schema.org/warranty">
|
||
<rdfs:label>warranty</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Demand"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Offer"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/WarrantyPromise"/>
|
||
<rdfs:comment>The warranty promise(s) included in the offer.</rdfs:comment>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
</rdf:Property>
|
||
</schema:supersededBy>
|
||
<rdfs:label>warrantyPromise</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/SellAction"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/ChildrensEvent">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Event"/>
|
||
<rdfs:comment>Event type: Children's event.</rdfs:comment>
|
||
<rdfs:label>ChildrensEvent</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/videoFrameSize">
|
||
<rdfs:comment>The frame size of the video.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/VideoObject"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>videoFrameSize</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/readonlyValue">
|
||
<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.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Boolean"/>
|
||
<rdfs:label>readonlyValue</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PropertyValueSpecification"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/Mountain">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Landform"/>
|
||
<rdfs:label>Mountain</rdfs:label>
|
||
<rdfs:comment>A mountain, like Mount Whitney or Mount Everest.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/opens">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/OpeningHoursSpecification"/>
|
||
<rdfs:comment>The opening hour of the place or service on the given day(s) of the week.</rdfs:comment>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Time"/>
|
||
<rdfs:label>opens</rdfs:label>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/GroceryStore">
|
||
<rdfs:label>GroceryStore</rdfs:label>
|
||
<rdfs:comment>A grocery store.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/OceanBodyOfWater">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/BodyOfWater"/>
|
||
<rdfs:label>OceanBodyOfWater</rdfs:label>
|
||
<rdfs:comment>An ocean (for example, the Pacific).</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/ParkingFacility">
|
||
<rdfs:comment>A parking lot or other parking facility.</rdfs:comment>
|
||
<rdfs:label>ParkingFacility</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/geoCrosses">
|
||
<rdfs:comment><![CDATA[Represents a relationship between two geometries (or the places they represent), relating a geometry to another that crosses it: "a crosses b: they have some but not all interior points in common, and the dimension of the intersection is less than that of at least one of them". As defined in <a href="https://en.wikipedia.org/wiki/DE-9IM">DE-9IM</a>.]]></rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/GeospatialGeometry"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/GeospatialGeometry"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Place"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Place"/>
|
||
<rdfs:label>geoCrosses</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/bookingAgent">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<rdfs:label>bookingAgent</rdfs:label>
|
||
<rdfs:comment>'bookingAgent' is an out-dated term indicating a 'broker' that serves as a booking agent.</rdfs:comment>
|
||
<schema:supersededBy>
|
||
<rdf:Property rdf:about="http://schema.org/broker">
|
||
<rdfs:label>broker</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Invoice"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Reservation"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Service"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Order"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<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.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
</rdf:Property>
|
||
</schema:supersededBy>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Reservation"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/includesObject">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Demand"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/TypeAndQuantityNode"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<rdfs:comment>This links to a node or nodes indicating the exact quantity of the products included in the offer.</rdfs:comment>
|
||
<rdfs:label>includesObject</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Offer"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/fileFormat">
|
||
<rdfs:label>fileFormat</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:comment><![CDATA[Media type, typically MIME format (see <a href="http://www.iana.org/assignments/media-types/media-types.xhtml">IANA site</a>) 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.]]></rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:supersededBy>
|
||
<rdf:Property rdf:about="http://schema.org/encodingFormat">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:label>encodingFormat</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
<rdfs:comment><![CDATA[Media type typically expressed using a MIME format (see <a href="http://www.iana.org/assignments/media-types/media-types.xhtml">IANA site</a> and <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types">MDN reference</a>) e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.).<br/><br/>
|
||
|
||
In cases where a <a class="localLink" href="http://schema.org/CreativeWork">CreativeWork</a> has several media type representations, <a class="localLink" href="http://schema.org/encoding">encoding</a> can be used to indicate each <a class="localLink" href="http://schema.org/MediaObject">MediaObject</a> alongside particular <a class="localLink" href="http://schema.org/encodingFormat">encodingFormat</a> information.<br/><br/>
|
||
|
||
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.]]></rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MediaObject"/>
|
||
</rdf:Property>
|
||
</schema:supersededBy>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/broadcastChannelId">
|
||
<rdfs:label>broadcastChannelId</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/BroadcastChannel"/>
|
||
<rdfs:comment>The unique address by which the BroadcastService can be identified in a provider lineup. In US, this is typically a number.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/box">
|
||
<rdfs:label>box</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/GeoShape"/>
|
||
<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.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/OfficeEquipmentStore">
|
||
<rdfs:label>OfficeEquipmentStore</rdfs:label>
|
||
<rdfs:comment>An office equipment store.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/petsAllowed">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Accommodation"/>
|
||
<rdfs:comment>Indicates whether pets are allowed to enter the accommodation or lodging business. More detailed information can be put in a text value.</rdfs:comment>
|
||
<rdfs:label>petsAllowed</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Boolean"/>
|
||
<dct:source rdf:resource="https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/LodgingBusiness"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/email">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:comment>Email address.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Person"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ContactPoint"/>
|
||
<rdfs:label>email</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/knownVehicleDamages">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Vehicle"/>
|
||
<rdfs:label>knownVehicleDamages</rdfs:label>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group"/>
|
||
<rdfs:comment>A textual description of known damages, both repaired and unrepaired.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/datePublished">
|
||
<rdfs:comment>Date of first broadcast/publication.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Date"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DateTime"/>
|
||
<rdfs:label>datePublished</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/partOfSeason">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/CreativeWorkSeason"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Episode"/>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/isPartOf"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Clip"/>
|
||
<rdfs:label>partOfSeason</rdfs:label>
|
||
<rdfs:comment>The season to which this episode belongs.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/vatID">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<rdfs:label>vatID</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:comment>The Value-added Tax ID of the organization or person.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Person"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/WantAction">
|
||
<rdfs:comment>The act of expressing a desire about the object. An agent wants an object.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/ReactAction"/>
|
||
<rdfs:label>WantAction</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/albumProductionType">
|
||
<rdfs:comment>Classification of the album by it's type of content: soundtrack, live album, studio album, etc.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MusicAlbum"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/MusicAlbumProductionType"/>
|
||
<rdfs:label>albumProductionType</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/aircraft">
|
||
<rdfs:comment>The kind of aircraft (e.g., "Boeing 747").</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Flight"/>
|
||
<rdfs:label>aircraft</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Vehicle"/>
|
||
</rdf:Property>
|
||
<schema:ContactPointOption rdf:about="http://schema.org/TollFree">
|
||
<rdfs:label>TollFree</rdfs:label>
|
||
<rdfs:comment>The associated telephone number is toll free.</rdfs:comment>
|
||
</schema:ContactPointOption>
|
||
<rdfs:Class rdf:about="http://schema.org/DiscussionForumPosting">
|
||
<rdfs:comment>A posting to a discussion forum.</rdfs:comment>
|
||
<rdfs:label>DiscussionForumPosting</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/SocialMediaPosting"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/FireStation">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
|
||
<rdfs:label>FireStation</rdfs:label>
|
||
<rdfs:comment>A fire station. With firemen.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/EmergencyService"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/producer">
|
||
<rdfs:comment>The person or organization who produced the work (e.g. music album, movie, tv/radio series etc.).</rdfs:comment>
|
||
<rdfs:label>producer</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/Resort">
|
||
<rdfs:comment><![CDATA[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 <a href="http://en.wikipedia.org/wiki/Resort">http://en.wikipedia.org/wiki/Resort</a>).
|
||
<br /><br />
|
||
See also the <a href="/docs/hotels.html">dedicated document on the use of schema.org for marking up hotels and other forms of accommodations</a>.]]></rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/LodgingBusiness"/>
|
||
<dct:source rdf:resource="https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology"/>
|
||
<rdfs:label>Resort</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/disambiguatingDescription">
|
||
<rdfs:subPropertyOf>
|
||
<rdf:Property rdf:about="http://schema.org/description">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:comment>A description of the item.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Thing"/>
|
||
<owl:equivalentProperty rdf:resource="http://purl.org/dc/terms/description"/>
|
||
<rdfs:label>description</rdfs:label>
|
||
</rdf:Property>
|
||
</rdfs:subPropertyOf>
|
||
<rdfs:comment>A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Thing"/>
|
||
<rdfs:label>disambiguatingDescription</rdfs:label>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/FMRadioChannel">
|
||
<schema:category>issue-1004</schema:category>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/RadioChannel"/>
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/1004"/>
|
||
<rdfs:comment>A radio channel that uses FM.</rdfs:comment>
|
||
<rdfs:label>FMRadioChannel</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/uploadDate">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MediaObject"/>
|
||
<rdfs:comment>Date when this media object was uploaded to this site.</rdfs:comment>
|
||
<rdfs:label>uploadDate</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Date"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/minPrice">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PriceSpecification"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Number"/>
|
||
<rdfs:comment>The lowest price if the price is a range.</rdfs:comment>
|
||
<rdfs:label>minPrice</rdfs:label>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/acceptsReservations">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>acceptsReservations</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/FoodEstablishment"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
<rdfs:comment><![CDATA[Indicates whether a FoodEstablishment accepts reservations. Values can be Boolean, an URL at which reservations can be made or (for backwards compatibility) the strings <code>Yes</code> or <code>No</code>.]]></rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Boolean"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/referencesOrder">
|
||
<rdfs:label>referencesOrder</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Invoice"/>
|
||
<rdfs:comment>The Order(s) related to this Invoice. One or more Orders may be combined into a single Invoice.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Order"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/Courthouse">
|
||
<rdfs:comment>A courthouse.</rdfs:comment>
|
||
<rdfs:label>Courthouse</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/GovernmentBuilding"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/releasedEvent">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/PublicationEvent"/>
|
||
<rdfs:label>releasedEvent</rdfs:label>
|
||
<rdfs:comment>The place and time the release was issued, expressed as a PublicationEvent.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/weight">
|
||
<rdfs:label>weight</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/QuantitativeValue"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Person"/>
|
||
<rdfs:comment>The weight of the product or person.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Product"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/DownloadAction">
|
||
<rdfs:comment>The act of downloading an object.</rdfs:comment>
|
||
<rdfs:label>DownloadAction</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/TransferAction"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/catalogNumber">
|
||
<rdfs:label>catalogNumber</rdfs:label>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MusicRelease"/>
|
||
<rdfs:comment>The catalog number for the release.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<schema:MusicReleaseFormatType rdf:about="http://schema.org/DigitalAudioTapeFormat">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
|
||
<rdfs:comment>DigitalAudioTapeFormat.</rdfs:comment>
|
||
<rdfs:label>DigitalAudioTapeFormat</rdfs:label>
|
||
</schema:MusicReleaseFormatType>
|
||
<rdfs:Class rdf:about="http://schema.org/PresentationDigitalDocument">
|
||
<rdfs:label>PresentationDigitalDocument</rdfs:label>
|
||
<rdfs:comment>A file containing slides or used for a presentation.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/DigitalDocument"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/GatedResidenceCommunity">
|
||
<rdfs:comment>Residence type: Gated community.</rdfs:comment>
|
||
<rdfs:label>GatedResidenceCommunity</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Residence"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/busNumber">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/BusTrip"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>busNumber</rdfs:label>
|
||
<rdfs:comment>The unique identifier for the bus.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/dateModified">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/DataFeedItem"/>
|
||
<rdfs:label>dateModified</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Date"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DateTime"/>
|
||
<rdfs:comment>The date on which the CreativeWork was most recently modified or when the item's entry was modified within a DataFeed.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/maps">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Place"/>
|
||
<rdfs:label>maps</rdfs:label>
|
||
<rdfs:comment>A URL to a map of the place.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
<schema:supersededBy rdf:resource="http://schema.org/hasMap"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/Bridge">
|
||
<rdfs:label>Bridge</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
|
||
<rdfs:comment>A bridge.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/WholesaleStore">
|
||
<rdfs:label>WholesaleStore</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
|
||
<rdfs:comment>A wholesale store.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/WPFooter">
|
||
<rdfs:label>WPFooter</rdfs:label>
|
||
<rdfs:comment>The footer section of the page.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/WebPageElement"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/dateReceived">
|
||
<rdfs:comment>The date/time the message was received if a single recipient exists.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Message"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DateTime"/>
|
||
<rdfs:label>dateReceived</rdfs:label>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/City">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/AdministrativeArea"/>
|
||
<rdfs:comment>A city or town.</rdfs:comment>
|
||
<rdfs:label>City</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/hoursAvailable">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/LocationFeatureSpecification"/>
|
||
<rdfs:label>hoursAvailable</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ContactPoint"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/OpeningHoursSpecification"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Service"/>
|
||
<rdfs:comment>The hours during which this service or contact is available.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/performers">
|
||
<schema:supersededBy>
|
||
<rdf:Property rdf:about="http://schema.org/performer">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<rdfs:comment>A performer at the event&#x2014;for example, a presenter, musician, musical group or actor.</rdfs:comment>
|
||
<rdfs:label>performer</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Event"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
</rdf:Property>
|
||
</schema:supersededBy>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<rdfs:comment>The main performer or performers of the event&#x2014;for example, a presenter, musician, or actor.</rdfs:comment>
|
||
<rdfs:label>performers</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Event"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/targetPlatform">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>targetPlatform</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/APIReference"/>
|
||
<rdfs:comment>Type of app development: phone, Metro style, desktop, XBox, etc.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/numAdults">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/QuantitativeValue"/>
|
||
<rdfs:comment>The number of adults staying in the unit.</rdfs:comment>
|
||
<rdfs:label>numAdults</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Integer"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/LodgingReservation"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/DisagreeAction">
|
||
<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.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/ReactAction"/>
|
||
<rdfs:label>DisagreeAction</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/model">
|
||
<rdfs:label>model</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/ProductModel"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<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.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Product"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/DanceGroup">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/PerformingGroup"/>
|
||
<rdfs:label>DanceGroup</rdfs:label>
|
||
<rdfs:comment>A dance group&#x2014;for example, the Alvin Ailey Dance Theater or Riverdance.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/RadioClip">
|
||
<rdfs:comment>A short radio program or a segment/part of a radio program.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Clip"/>
|
||
<rdfs:label>RadioClip</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/geoContains">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Place"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Place"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/GeospatialGeometry"/>
|
||
<rdfs:comment><![CDATA[Represents a relationship between two geometries (or the places they represent), relating a containing geometry to a contained geometry. "a contains b iff no points of b lie in the exterior of a, and at least one point of the interior of b lies in the interior of a". As defined in <a href="https://en.wikipedia.org/wiki/DE-9IM">DE-9IM</a>.]]></rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/GeospatialGeometry"/>
|
||
<rdfs:label>geoContains</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/episodeNumber">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Integer"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:comment>Position of the episode within an ordered group of episodes.</rdfs:comment>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/position"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Episode"/>
|
||
<rdfs:label>episodeNumber</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/reservationId">
|
||
<rdfs:label>reservationId</rdfs:label>
|
||
<rdfs:comment>A unique identifier for the reservation.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Reservation"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/AmusementPark">
|
||
<rdfs:label>AmusementPark</rdfs:label>
|
||
<rdfs:comment>An amusement park.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/EntertainmentBusiness"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/interactivityType">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>interactivityType</rdfs:label>
|
||
<rdfs:comment>The predominant mode of learning supported by the learning resource. Acceptable values are 'active', 'expositive', or 'mixed'.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/ShoppingCenter">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
|
||
<rdfs:label>ShoppingCenter</rdfs:label>
|
||
<rdfs:comment>A shopping center or mall.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/LandmarksOrHistoricalBuildings">
|
||
<rdfs:comment>An historical landmark or building.</rdfs:comment>
|
||
<rdfs:label>LandmarksOrHistoricalBuildings</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Place"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/CurrencyConversionService">
|
||
<rdfs:label>CurrencyConversionService</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/FinancialProduct"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO"/>
|
||
<rdfs:comment>A service to convert funds from one currency to another currency.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/warrantyScope">
|
||
<rdfs:comment>The scope of the warranty promise.</rdfs:comment>
|
||
<rdfs:label>warrantyScope</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/WarrantyPromise"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/WarrantyScope"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/numberOfPreviousOwners">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group"/>
|
||
<rdfs:label>numberOfPreviousOwners</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/QuantitativeValue"/>
|
||
<rdfs:comment><![CDATA[The number of owners of the vehicle, including the current one.<br/><br/>
|
||
|
||
Typical unit code(s): C62]]></rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Number"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Vehicle"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/providerMobility">
|
||
<rdfs:comment>Indicates the mobility of a provided service (e.g. 'static', 'dynamic').</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Service"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>providerMobility</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/reviewCount">
|
||
<rdfs:comment>The count of total number of reviews.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/AggregateRating"/>
|
||
<rdfs:label>reviewCount</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Integer"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/datePosted">
|
||
<rdfs:label>datePosted</rdfs:label>
|
||
<rdfs:comment>Publication date of an online listing.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/JobPosting"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/RealEstateListing"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Date"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/price">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Number"/>
|
||
<rdfs:comment><![CDATA[The offer price of a product, or of a price component when attached to PriceSpecification and its subtypes.<br/><br/>
|
||
|
||
Usage guidelines:<br/><br/>
|
||
|
||
<ul>
|
||
<li>Use the <a class="localLink" href="http://schema.org/priceCurrency">priceCurrency</a> property (with standard formats: <a href="http://en.wikipedia.org/wiki/ISO_4217">ISO 4217 currency format</a> e.g. "USD"; <a href="https://en.wikipedia.org/wiki/List_of_cryptocurrencies">Ticker symbol</a> for cryptocurrencies e.g. "BTC"; well known names for <a href="https://en.wikipedia.org/wiki/Local_exchange_trading_system">Local Exchange Tradings Systems</a> (LETS) and other currency types e.g. "Ithaca HOUR") instead of including <a href="http://en.wikipedia.org/wiki/Dollar_sign#Currencies_that_use_the_dollar_or_peso_sign">ambiguous symbols</a> such as '$' in the value.</li>
|
||
<li>Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.</li>
|
||
<li>Note that both <a href="http://www.w3.org/TR/xhtml-rdfa-primer/#using-the-content-attribute">RDFa</a> and Microdata syntax allow the use of a "content=" attribute for publishing simple machine-readable values alongside more human-friendly formatting.</li>
|
||
<li>Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.</li>
|
||
</ul>
|
||
]]></rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PriceSpecification"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Offer"/>
|
||
<rdfs:label>price</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/TradeAction"/>
|
||
</rdf:Property>
|
||
<schema:ReservationStatusType rdf:about="http://schema.org/ReservationPending">
|
||
<rdfs:comment>The status of a reservation when a request has been sent, but not confirmed.</rdfs:comment>
|
||
<rdfs:label>ReservationPending</rdfs:label>
|
||
</schema:ReservationStatusType>
|
||
<rdfs:Class rdf:about="http://schema.org/DeleteAction">
|
||
<rdfs:label>DeleteAction</rdfs:label>
|
||
<rdfs:comment>The act of editing a recipient by removing one of its objects.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/UpdateAction"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/hasMenuItem">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/MenuItem"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MenuSection"/>
|
||
<rdfs:label>hasMenuItem</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Menu"/>
|
||
<rdfs:comment>A food or drink item contained in a menu or menu section.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/BikeStore">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
|
||
<rdfs:comment>A bike store.</rdfs:comment>
|
||
<rdfs:label>BikeStore</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/deathPlace">
|
||
<rdfs:comment>The place where the person died.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Person"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Place"/>
|
||
<rdfs:label>deathPlace</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/thumbnail">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/ImageObject"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ImageObject"/>
|
||
<rdfs:comment>Thumbnail image for an image or video.</rdfs:comment>
|
||
<rdfs:label>thumbnail</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/VideoObject"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/AutoDealer">
|
||
<rdfs:comment>An car dealership.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/AutomotiveBusiness"/>
|
||
<rdfs:label>AutoDealer</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/programmingModel">
|
||
<rdfs:comment>Indicates whether API is managed or unmanaged.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/APIReference"/>
|
||
<rdfs:label>programmingModel</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/contentType">
|
||
<rdfs:label>contentType</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/EntryPoint"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:comment>The supported content type(s) for an EntryPoint response.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/featureList">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
<rdfs:label>featureList</rdfs:label>
|
||
<rdfs:comment>Features or modules provided by this application (and possibly required by other applications).</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/SoftwareApplication"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/arrivalBusStop">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/BusTrip"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/BusStation"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/BusStop"/>
|
||
<rdfs:label>arrivalBusStop</rdfs:label>
|
||
<rdfs:comment>The stop or station from which the bus arrives.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/SubwayStation">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
|
||
<rdfs:comment>A subway station.</rdfs:comment>
|
||
<rdfs:label>SubwayStation</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/telephone">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Person"/>
|
||
<rdfs:label>telephone</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Place"/>
|
||
<rdfs:comment>The telephone number.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ContactPoint"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/estimatedFlightDuration">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Duration"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>estimatedFlightDuration</rdfs:label>
|
||
<rdfs:comment>The estimated time the flight will take.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Flight"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/BowlingAlley">
|
||
<rdfs:label>BowlingAlley</rdfs:label>
|
||
<rdfs:comment>A bowling alley.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/SportsActivityLocation"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/flightDistance">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Flight"/>
|
||
<rdfs:label>flightDistance</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Distance"/>
|
||
<rdfs:comment>The distance of the flight.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/AutoWash">
|
||
<rdfs:label>AutoWash</rdfs:label>
|
||
<rdfs:comment>A car wash business.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/AutomotiveBusiness"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/departureTerminal">
|
||
<rdfs:comment>Identifier of the flight's departure terminal.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>departureTerminal</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Flight"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/target">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Action"/>
|
||
<rdfs:label>target</rdfs:label>
|
||
<rdfs:comment>Indicates a target EntryPoint for an Action.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/EntryPoint"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/RejectAction">
|
||
<rdfs:label>RejectAction</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/AllocateAction"/>
|
||
<rdfs:comment><![CDATA[The act of rejecting to/adopting an object.<br/><br/>
|
||
|
||
Related actions:<br/><br/>
|
||
|
||
<ul>
|
||
<li><a class="localLink" href="http://schema.org/AcceptAction">AcceptAction</a>: The antonym of RejectAction.</li>
|
||
</ul>
|
||
]]></rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/discussionUrl">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:comment>A link to the page containing the comments of the CreativeWork.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
<rdfs:label>discussionUrl</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/relatedTo">
|
||
<rdfs:label>relatedTo</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Person"/>
|
||
<rdfs:comment>The most generic familial relation.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/resultComment">
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/result"/>
|
||
<rdfs:label>resultComment</rdfs:label>
|
||
<rdfs:comment>A sub property of result. The Comment created or sent as a result of this action.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ReplyAction"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CommentAction"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Comment"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/reservedTicket">
|
||
<rdfs:label>reservedTicket</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Reservation"/>
|
||
<rdfs:comment>A ticket associated with the reservation.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Ticket"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/valueMaxLength">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PropertyValueSpecification"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Number"/>
|
||
<rdfs:label>valueMaxLength</rdfs:label>
|
||
<rdfs:comment>Specifies the allowed range for number of characters in a literal value.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/performerIn">
|
||
<rdfs:comment>Event that this person is a performer or participant in.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Event"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Person"/>
|
||
<rdfs:label>performerIn</rdfs:label>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/SubscribeAction">
|
||
<rdfs:label>SubscribeAction</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/InteractAction"/>
|
||
<rdfs:comment><![CDATA[The act of forming a personal connection with someone/something (object) unidirectionally/asymmetrically to get updates pushed to.<br/><br/>
|
||
|
||
Related actions:<br/><br/>
|
||
|
||
<ul>
|
||
<li><a class="localLink" href="http://schema.org/FollowAction">FollowAction</a>: Unlike FollowAction, SubscribeAction implies that the subscriber acts as a passive agent being constantly/actively pushed for updates.</li>
|
||
<li><a class="localLink" href="http://schema.org/RegisterAction">RegisterAction</a>: Unlike RegisterAction, SubscribeAction implies that the agent is interested in continuing receiving updates from the object.</li>
|
||
<li><a class="localLink" href="http://schema.org/JoinAction">JoinAction</a>: Unlike JoinAction, SubscribeAction implies that the agent is interested in continuing receiving updates from the object.</li>
|
||
</ul>
|
||
]]></rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/WorkersUnion">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Organization"/>
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/243"/>
|
||
<schema:category>issue-243</schema:category>
|
||
<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.</rdfs:comment>
|
||
<rdfs:label>WorkersUnion</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/icaoCode">
|
||
<rdfs:label>icaoCode</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Airport"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:comment>ICAO identifier for an airport.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/availableDeliveryMethod">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Offer"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DeliveryMethod"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Demand"/>
|
||
<rdfs:comment>The delivery method(s) available for this offer.</rdfs:comment>
|
||
<rdfs:label>availableDeliveryMethod</rdfs:label>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/CampingPitch">
|
||
<rdfs:label>CampingPitch</rdfs:label>
|
||
<dct:source rdf:resource="https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology"/>
|
||
<rdfs:comment><![CDATA[A <a class="localLink" href="http://schema.org/CampingPitch">CampingPitch</a> is an individual place for overnight stay in the outdoors, typically being part of a larger camping site, or <a class="localLink" href="http://schema.org/Campground">Campground</a>.<br/><br/>
|
||
|
||
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 <a href="https://en.wikipedia.org/wiki/Campsite">https://en.wikipedia.org/wiki/Campsite</a>).<br/><br/>
|
||
|
||
See also the dedicated <a href="/docs/hotels.html">document on the use of schema.org for marking up hotels and other forms of accommodations</a>.]]></rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Accommodation"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/MeetingRoom">
|
||
<dct:source rdf:resource="https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology"/>
|
||
<rdfs:label>MeetingRoom</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Room"/>
|
||
<rdfs:comment><![CDATA[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 <a href="http://en.wikipedia.org/wiki/Conference_hall">http://en.wikipedia.org/wiki/Conference_hall</a>).
|
||
<br /><br />
|
||
See also the <a href="/docs/hotels.html">dedicated document on the use of schema.org for marking up hotels and other forms of accommodations</a>.]]></rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/fuelConsumption">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/QuantitativeValue"/>
|
||
<rdfs:label>fuelConsumption</rdfs:label>
|
||
<rdfs:comment><![CDATA[The amount of fuel consumed for traveling a particular distance or temporal duration with the given vehicle (e.g. liters per 100 km).<br/><br/>
|
||
|
||
<ul>
|
||
<li>Note 1: There are unfortunately no standard unit codes for liters per 100 km. Use <a class="localLink" href="http://schema.org/unitText">unitText</a> to indicate the unit of measurement, e.g. L/100 km.</li>
|
||
<li>Note 2: There are two ways of indicating the fuel consumption, <a class="localLink" href="http://schema.org/fuelConsumption">fuelConsumption</a> (e.g. 8 liters per 100 km) and <a class="localLink" href="http://schema.org/fuelEfficiency">fuelEfficiency</a> (e.g. 30 miles per gallon). They are reciprocal.</li>
|
||
<li>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 <a class="localLink" href="http://schema.org/valueReference">valueReference</a> to link the value for the fuel consumption to another value.</li>
|
||
</ul>
|
||
]]></rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Vehicle"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/dateCreated">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/DataFeedItem"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Date"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DateTime"/>
|
||
<rdfs:comment>The date on which the CreativeWork was created or the item was added to a DataFeed.</rdfs:comment>
|
||
<rdfs:label>dateCreated</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/BusinessEvent">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Event"/>
|
||
<rdfs:comment>Event type: Business event.</rdfs:comment>
|
||
<rdfs:label>BusinessEvent</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/acceptedOffer">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Order"/>
|
||
<rdfs:label>acceptedOffer</rdfs:label>
|
||
<rdfs:comment>The offer(s) -- e.g., product, quantity and price combinations -- included in the order.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Offer"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/mealService">
|
||
<rdfs:label>mealService</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Flight"/>
|
||
<rdfs:comment>Description of the meals that will be provided or available for purchase.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/LockerDelivery">
|
||
<rdfs:label>LockerDelivery</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/DeliveryMethod"/>
|
||
<rdfs:comment>A DeliveryMethod in which an item is made available via locker.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/ownedFrom">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/OwnershipInfo"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<rdfs:label>ownedFrom</rdfs:label>
|
||
<rdfs:comment>The date and time of obtaining the product.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DateTime"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/orderItemStatus">
|
||
<rdfs:label>orderItemStatus</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/OrderItem"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/OrderStatus"/>
|
||
<rdfs:comment>The current status of the order item.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/musicBy">
|
||
<rdfs:label>musicBy</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/RadioSeries"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/TVSeries"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/MusicGroup"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MovieSeries"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Clip"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Movie"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Episode"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/VideoGameSeries"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/VideoObject"/>
|
||
<rdfs:comment>The composer of the soundtrack.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/VideoGame"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/address">
|
||
<rdfs:label>address</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Person"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/GeoCoordinates"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/PostalAddress"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/GeoShape"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Place"/>
|
||
<rdfs:comment>Physical address of the item.</rdfs:comment>
|
||
</rdf:Property>
|
||
<schema:OfferItemCondition rdf:about="http://schema.org/UsedCondition">
|
||
<rdfs:comment>Indicates that the item is used.</rdfs:comment>
|
||
<rdfs:label>UsedCondition</rdfs:label>
|
||
</schema:OfferItemCondition>
|
||
<schema:GamePlayMode rdf:about="http://schema.org/MultiPlayer">
|
||
<rdfs:label>MultiPlayer</rdfs:label>
|
||
<rdfs:comment>Play mode: MultiPlayer. Requiring or allowing multiple human players to play simultaneously.</rdfs:comment>
|
||
</schema:GamePlayMode>
|
||
<rdf:Property rdf:about="http://schema.org/skills">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/JobPosting"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DefinedTerm"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Occupation"/>
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/1698"/>
|
||
<schema:category>issue-2322</schema:category>
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/2322"/>
|
||
<rdfs:comment>A statement of knowledge, skill, ability, task or any other assertion expressing a competency that is desired or required to fulfill this role or to work in this occupation.</rdfs:comment>
|
||
<rdfs:label>skills</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:category>issue-1698</schema:category>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/eligibleQuantity">
|
||
<rdfs:label>eligibleQuantity</rdfs:label>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PriceSpecification"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/QuantitativeValue"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Demand"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Offer"/>
|
||
<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.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/speakable">
|
||
<schema:category>issue-1389</schema:category>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/WebPage"/>
|
||
<rdfs:comment><![CDATA[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.<br/><br/>
|
||
|
||
The <em>speakable</em> property can be repeated an arbitrary number of times, with three kinds of possible 'content-locator' values:<br/><br/>
|
||
|
||
1.) <em>id-value</em> URL references - uses <em>id-value</em> of an element in the page being annotated. The simplest use of <em>speakable</em> has (potentially relative) URL values, referencing identified sections of the document concerned.<br/><br/>
|
||
|
||
2.) CSS Selectors - addresses content in the annotated page, eg. via class attribute. Use the <a class="localLink" href="http://schema.org/cssSelector">cssSelector</a> property.<br/><br/>
|
||
|
||
3.) XPaths - addresses content via XPaths (assuming an XML view of the content). Use the <a class="localLink" href="http://schema.org/xpath">xpath</a> property.<br/><br/>
|
||
|
||
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, <a class="localLink" href="http://schema.org/SpeakableSpecification">SpeakableSpecification</a> which is defined to be a possible value of the <em>speakable</em> property.]]></rdfs:comment>
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/1389"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Article"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
<rdfs:label>speakable</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/SpeakableSpecification"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/mapType">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Map"/>
|
||
<rdfs:comment>Indicates the kind of Map, from the MapCategoryType Enumeration.</rdfs:comment>
|
||
<rdfs:label>mapType</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/MapCategoryType"/>
|
||
</rdf:Property>
|
||
<schema:ReservationStatusType rdf:about="http://schema.org/ReservationHold">
|
||
<rdfs:comment>The status of a reservation on hold pending an update like credit card number or flight changes.</rdfs:comment>
|
||
<rdfs:label>ReservationHold</rdfs:label>
|
||
</schema:ReservationStatusType>
|
||
<rdf:Property rdf:about="http://schema.org/recipe">
|
||
<rdfs:label>recipe</rdfs:label>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/instrument"/>
|
||
<rdfs:comment>A sub property of instrument. The recipe/instructions used to perform the action.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Recipe"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CookAction"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/trackingUrl">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
<rdfs:comment>Tracking url for the parcel delivery.</rdfs:comment>
|
||
<rdfs:label>trackingUrl</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ParcelDelivery"/>
|
||
</rdf:Property>
|
||
<schema:ItemAvailability rdf:about="http://schema.org/OnlineOnly">
|
||
<rdfs:label>OnlineOnly</rdfs:label>
|
||
<rdfs:comment>Indicates that the item is available only online.</rdfs:comment>
|
||
</schema:ItemAvailability>
|
||
<rdf:Property rdf:about="http://schema.org/opponent">
|
||
<rdfs:label>opponent</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ExerciseAction"/>
|
||
<rdfs:comment>A sub property of participant. The opponent on this action.</rdfs:comment>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/participant"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/seatRow">
|
||
<rdfs:label>seatRow</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Seat"/>
|
||
<rdfs:comment>The row location of the reserved seat (e.g., B).</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/valueName">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<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.</rdfs:comment>
|
||
<rdfs:label>valueName</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PropertyValueSpecification"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/FAQPage">
|
||
<rdfs:label>FAQPage</rdfs:label>
|
||
<rdfs:comment><![CDATA[A <a class="localLink" href="http://schema.org/FAQPage">FAQPage</a> is a <a class="localLink" href="http://schema.org/WebPage">WebPage</a> presenting one or more "<a href="https://en.wikipedia.org/wiki/FAQ">Frequently asked questions</a>" (see also <a class="localLink" href="http://schema.org/QAPage">QAPage</a>).]]></rdfs:comment>
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/1723"/>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/WebPage"/>
|
||
<schema:category>issue-1723</schema:category>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/dropoffLocation">
|
||
<rdfs:label>dropoffLocation</rdfs:label>
|
||
<rdfs:comment>Where a rental car can be dropped off.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/RentalCarReservation"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Place"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/paymentMethod">
|
||
<rdfs:comment>The name of the credit card or other method of payment for the order.</rdfs:comment>
|
||
<rdfs:label>paymentMethod</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Invoice"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/PaymentMethod"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Order"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/Volcano">
|
||
<rdfs:label>Volcano</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Landform"/>
|
||
<rdfs:comment>A volcano, like Fuji san.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/numberOfPages">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Book"/>
|
||
<rdfs:label>numberOfPages</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Integer"/>
|
||
<rdfs:comment>The number of pages in the book.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/TakeAction">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/TransferAction"/>
|
||
<rdfs:label>TakeAction</rdfs:label>
|
||
<rdfs:comment><![CDATA[The act of gaining ownership of an object from an origin. Reciprocal of GiveAction.<br/><br/>
|
||
|
||
Related actions:<br/><br/>
|
||
|
||
<ul>
|
||
<li><a class="localLink" href="http://schema.org/GiveAction">GiveAction</a>: The reciprocal of TakeAction.</li>
|
||
<li><a class="localLink" href="http://schema.org/ReceiveAction">ReceiveAction</a>: Unlike ReceiveAction, TakeAction implies that ownership has been transfered.</li>
|
||
</ul>
|
||
]]></rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/validFor">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/EducationalOccupationalCredential"/>
|
||
<schema:category>issue-1779</schema:category>
|
||
<rdfs:label>validFor</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Permit"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Duration"/>
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/1779"/>
|
||
<rdfs:comment>The duration of validity of a permit or similar thing.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/gtin14">
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/identifier"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Offer"/>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/gtin"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Demand"/>
|
||
<rdfs:comment><![CDATA[The GTIN-14 code of the product, or the product to which the offer refers. See <a href="http://www.gs1.org/barcodes/technical/idkeys/gtin">GS1 GTIN Summary</a> for more details.]]></rdfs:comment>
|
||
<rdfs:label>gtin14</rdfs:label>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Product"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/hasMenuSection">
|
||
<rdfs:label>hasMenuSection</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/MenuSection"/>
|
||
<rdfs:comment>A subgrouping of the menu (by dishes, course, serving time period, etc.).</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MenuSection"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Menu"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/dateIssued">
|
||
<rdfs:comment>The date the ticket was issued.</rdfs:comment>
|
||
<rdfs:label>dateIssued</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Ticket"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Date"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DateTime"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/MotorcycleDealer">
|
||
<rdfs:comment>A motorcycle dealer.</rdfs:comment>
|
||
<rdfs:label>MotorcycleDealer</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/AutomotiveBusiness"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/GolfCourse">
|
||
<rdfs:label>GolfCourse</rdfs:label>
|
||
<rdfs:comment>A golf course.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/SportsActivityLocation"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/additionalProperty">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/PropertyValue"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Product"/>
|
||
<rdfs:comment><![CDATA[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.<br/><br/>
|
||
|
||
Note: 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.]]></rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/QualitativeValue"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Place"/>
|
||
<rdfs:label>additionalProperty</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/QuantitativeValue"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/regionsAllowed">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Place"/>
|
||
<rdfs:comment><![CDATA[The regions where the media is allowed. If not specified, then it's assumed to be allowed everywhere. Specify the countries in <a href="http://en.wikipedia.org/wiki/ISO_3166">ISO 3166 format</a>.]]></rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MediaObject"/>
|
||
<rdfs:label>regionsAllowed</rdfs:label>
|
||
</rdf:Property>
|
||
<schema:MusicAlbumProductionType rdf:about="http://schema.org/StudioAlbum">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
|
||
<rdfs:comment>StudioAlbum.</rdfs:comment>
|
||
<rdfs:label>StudioAlbum</rdfs:label>
|
||
</schema:MusicAlbumProductionType>
|
||
<rdf:Property rdf:about="http://schema.org/orderedItem">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Service"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Product"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/OrderItem"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Order"/>
|
||
<rdfs:label>orderedItem</rdfs:label>
|
||
<rdfs:comment>The item ordered.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/OrderItem"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/Playground">
|
||
<rdfs:comment>A playground.</rdfs:comment>
|
||
<rdfs:label>Playground</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/UserPlays">
|
||
<rdfs:label>UserPlays</rdfs:label>
|
||
<rdfs:comment><![CDATA[UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use <a class="localLink" href="http://schema.org/Action">Action</a>-based vocabulary, alongside types such as <a class="localLink" href="http://schema.org/Comment">Comment</a>.]]></rdfs:comment>
|
||
<schema:supersededBy rdf:resource="http://schema.org/InteractionCounter"/>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/UserInteraction"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/proficiencyLevel">
|
||
<rdfs:label>proficiencyLevel</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/TechArticle"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:comment>Proficiency needed for this content; expected values: 'Beginner', 'Expert'.</rdfs:comment>
|
||
</rdf:Property>
|
||
<schema:ActionStatusType rdf:about="http://schema.org/CompletedActionStatus">
|
||
<rdfs:label>CompletedActionStatus</rdfs:label>
|
||
<rdfs:comment>An action that has already taken place.</rdfs:comment>
|
||
</schema:ActionStatusType>
|
||
<rdf:Property rdf:about="http://schema.org/supportingData">
|
||
<rdfs:comment>Supporting data for a SoftwareApplication.</rdfs:comment>
|
||
<rdfs:label>supportingData</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/SoftwareApplication"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DataFeed"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/geoWithin">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Place"/>
|
||
<rdfs:comment><![CDATA[Represents a relationship between two geometries (or the places they represent), relating a geometry to one that contains it, i.e. it is inside (i.e. within) its interior. As defined in <a href="https://en.wikipedia.org/wiki/DE-9IM">DE-9IM</a>.]]></rdfs:comment>
|
||
<rdfs:label>geoWithin</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/GeospatialGeometry"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/GeospatialGeometry"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Place"/>
|
||
</rdf:Property>
|
||
<schema:MusicReleaseFormatType rdf:about="http://schema.org/LaserDiscFormat">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
|
||
<rdfs:comment>LaserDiscFormat.</rdfs:comment>
|
||
<rdfs:label>LaserDiscFormat</rdfs:label>
|
||
</schema:MusicReleaseFormatType>
|
||
<rdf:Property rdf:about="http://schema.org/baseSalary">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/MonetaryAmount"/>
|
||
<rdfs:comment>The base salary of the job or of an employee in an EmployeeRole.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Number"/>
|
||
<rdfs:label>baseSalary</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/EmployeeRole"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/JobPosting"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/PriceSpecification"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/bed">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/BedType"/>
|
||
<dct:source rdf:resource="https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/BedDetails"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Suite"/>
|
||
<rdfs:label>bed</rdfs:label>
|
||
<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.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/HotelRoom"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/dateDeleted">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DateTime"/>
|
||
<rdfs:comment>The datetime the item was removed from the DataFeed.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Date"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/DataFeedItem"/>
|
||
<rdfs:label>dateDeleted</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/schemaVersion">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:label>schemaVersion</rdfs:label>
|
||
<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.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/contactOption">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ContactPoint"/>
|
||
<rdfs:comment>An option available on this contact point (e.g. a toll-free number or support for hearing-impaired callers).</rdfs:comment>
|
||
<rdfs:label>contactOption</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/ContactPointOption"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/lodgingUnitDescription">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/LodgingReservation"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:comment>A full description of the lodging unit.</rdfs:comment>
|
||
<rdfs:label>lodgingUnitDescription</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/propertyID">
|
||
<rdfs:label>propertyID</rdfs:label>
|
||
<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.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PropertyValue"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/ArriveAction">
|
||
<rdfs:label>ArriveAction</rdfs:label>
|
||
<rdfs:comment>The act of arriving at a place. An agent arrives at a destination from a fromLocation, optionally with participants.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/MoveAction"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/occupationLocation">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/AdministrativeArea"/>
|
||
<rdfs:label>occupationLocation</rdfs:label>
|
||
<rdfs:comment>The region/country for which this occupational description is appropriate. Note that educational requirements and qualifications can vary between jurisdictions.</rdfs:comment>
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/1698"/>
|
||
<schema:category>issue-1698</schema:category>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Occupation"/>
|
||
</rdf:Property>
|
||
<schema:MusicReleaseFormatType rdf:about="http://schema.org/VinylFormat">
|
||
<rdfs:comment>VinylFormat.</rdfs:comment>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
|
||
<rdfs:label>VinylFormat</rdfs:label>
|
||
</schema:MusicReleaseFormatType>
|
||
<rdf:Property rdf:about="http://schema.org/replacee">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Thing"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ReplaceAction"/>
|
||
<rdfs:label>replacee</rdfs:label>
|
||
<rdfs:comment>A sub property of object. The object that is being replaced.</rdfs:comment>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/object"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/orderStatus">
|
||
<rdfs:comment>The current status of the order.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/OrderStatus"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Order"/>
|
||
<rdfs:label>orderStatus</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/openingHoursSpecification">
|
||
<rdfs:comment>The opening hours of a certain place.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/OpeningHoursSpecification"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Place"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<rdfs:label>openingHoursSpecification</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/author">
|
||
<rdfs:label>author</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<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.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Rating"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/boardingPolicy">
|
||
<rdfs:label>boardingPolicy</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Airline"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Flight"/>
|
||
<rdfs:comment>The type of boarding policy used by the airline (e.g. zone-based or group-based).</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/BoardingPolicyType"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/serviceSmsNumber">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ServiceChannel"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/ContactPoint"/>
|
||
<rdfs:label>serviceSmsNumber</rdfs:label>
|
||
<rdfs:comment>The number to access the service by text message.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/wordCount">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Integer"/>
|
||
<rdfs:label>wordCount</rdfs:label>
|
||
<rdfs:comment>The number of words in the text of the Article.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Article"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/reservationFor">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Thing"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Reservation"/>
|
||
<rdfs:comment>The thing -- flight, event, restaurant,etc. being reserved.</rdfs:comment>
|
||
<rdfs:label>reservationFor</rdfs:label>
|
||
</rdf:Property>
|
||
<schema:MusicAlbumReleaseType rdf:about="http://schema.org/AlbumRelease">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
|
||
<rdfs:label>AlbumRelease</rdfs:label>
|
||
<rdfs:comment>AlbumRelease.</rdfs:comment>
|
||
</schema:MusicAlbumReleaseType>
|
||
<rdf:Property rdf:about="http://schema.org/breadcrumb">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/BreadcrumbList"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:comment>A set of links that can help a user understand and navigate a website hierarchy.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/WebPage"/>
|
||
<rdfs:label>breadcrumb</rdfs:label>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/GasStation">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/AutomotiveBusiness"/>
|
||
<rdfs:label>GasStation</rdfs:label>
|
||
<rdfs:comment>A gas station.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<schema:SteeringPositionValue rdf:about="http://schema.org/LeftHandDriving">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group"/>
|
||
<rdfs:label>LeftHandDriving</rdfs:label>
|
||
<rdfs:comment>The steering position is on the left side of the vehicle (viewed from the main direction of driving).</rdfs:comment>
|
||
</schema:SteeringPositionValue>
|
||
<rdf:Property rdf:about="http://schema.org/multipleValues">
|
||
<rdfs:comment>Whether multiple values are allowed for the property. Default is false.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PropertyValueSpecification"/>
|
||
<rdfs:label>multipleValues</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Boolean"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/PaintAction">
|
||
<rdfs:label>PaintAction</rdfs:label>
|
||
<rdfs:comment>The act of producing a painting, typically with paint and canvas as instruments.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreateAction"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/TaxiStand">
|
||
<rdfs:comment>A taxi stand.</rdfs:comment>
|
||
<rdfs:label>TaxiStand</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Winery">
|
||
<rdfs:comment>A winery.</rdfs:comment>
|
||
<rdfs:label>Winery</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/FoodEstablishment"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/homeTeam">
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/competitor"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/SportsTeam"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<rdfs:comment>The home team in a sports event.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/SportsEvent"/>
|
||
<rdfs:label>homeTeam</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/audienceType">
|
||
<rdfs:comment>The target group associated with a given audience (e.g. veterans, car owners, musicians, etc.).</rdfs:comment>
|
||
<rdfs:label>audienceType</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Audience"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/paymentAccepted">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/LocalBusiness"/>
|
||
<rdfs:comment>Cash, Credit Card, Cryptocurrency, Local Exchange Tradings System, etc.</rdfs:comment>
|
||
<rdfs:label>paymentAccepted</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/saturatedFatContent">
|
||
<rdfs:comment>The number of grams of saturated fat.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/NutritionInformation"/>
|
||
<rdfs:label>saturatedFatContent</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Mass"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/MovieClip">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Clip"/>
|
||
<rdfs:comment>A short segment/part of a movie.</rdfs:comment>
|
||
<rdfs:label>MovieClip</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/UnRegisterAction">
|
||
<rdfs:label>UnRegisterAction</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/InteractAction"/>
|
||
<rdfs:comment><![CDATA[The act of un-registering from a service.<br/><br/>
|
||
|
||
Related actions:<br/><br/>
|
||
|
||
<ul>
|
||
<li><a class="localLink" href="http://schema.org/RegisterAction">RegisterAction</a>: antonym of UnRegisterAction.</li>
|
||
<li><a class="localLink" href="http://schema.org/LeaveAction">LeaveAction</a>: Unlike LeaveAction, UnRegisterAction implies that you are unregistering from a service you werer previously registered, rather than leaving a team/group of people.</li>
|
||
</ul>
|
||
]]></rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/geoRadius">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Distance"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Number"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/GeoCircle"/>
|
||
<rdfs:label>geoRadius</rdfs:label>
|
||
<rdfs:comment>Indicates the approximate radius of a GeoCircle (metres unless indicated otherwise via Distance notation).</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/license">
|
||
<rdfs:comment>A license document that applies to this content, typically indicated by URL.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:label>license</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/UserCheckins">
|
||
<rdfs:label>UserCheckins</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/UserInteraction"/>
|
||
<schema:supersededBy rdf:resource="http://schema.org/InteractionCounter"/>
|
||
<rdfs:comment><![CDATA[UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use <a class="localLink" href="http://schema.org/Action">Action</a>-based vocabulary, alongside types such as <a class="localLink" href="http://schema.org/Comment">Comment</a>.]]></rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/IgnoreAction">
|
||
<rdfs:label>IgnoreAction</rdfs:label>
|
||
<rdfs:comment>The act of intentionally disregarding the object. An agent ignores an object.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/AssessAction"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Brewery">
|
||
<rdfs:label>Brewery</rdfs:label>
|
||
<rdfs:comment>Brewery.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/FoodEstablishment"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/TextDigitalDocument">
|
||
<rdfs:comment>A file composed primarily of text.</rdfs:comment>
|
||
<rdfs:label>TextDigitalDocument</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/DigitalDocument"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/BedAndBreakfast">
|
||
<rdfs:comment><![CDATA[Bed and breakfast.
|
||
<br /><br />
|
||
See also the <a href="/docs/hotels.html">dedicated document on the use of schema.org for marking up hotels and other forms of accommodations</a>.]]></rdfs:comment>
|
||
<rdfs:label>BedAndBreakfast</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/LodgingBusiness"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/CheckOutAction">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CommunicateAction"/>
|
||
<rdfs:comment><![CDATA[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).<br/><br/>
|
||
|
||
Related actions:<br/><br/>
|
||
|
||
<ul>
|
||
<li><a class="localLink" href="http://schema.org/CheckInAction">CheckInAction</a>: The antonym of CheckOutAction.</li>
|
||
<li><a class="localLink" href="http://schema.org/DepartAction">DepartAction</a>: Unlike DepartAction, CheckOutAction implies that the agent is informing/confirming the end of a previously reserved service.</li>
|
||
<li><a class="localLink" href="http://schema.org/CancelAction">CancelAction</a>: Unlike CancelAction, CheckOutAction implies that the agent is informing/confirming the end of a previously reserved service.</li>
|
||
</ul>
|
||
]]></rdfs:comment>
|
||
<rdfs:label>CheckOutAction</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/deliveryMethod">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/SendAction"/>
|
||
<rdfs:label>deliveryMethod</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DeliveryMethod"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ReceiveAction"/>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/instrument"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/TrackAction"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/OrderAction"/>
|
||
<rdfs:comment>A sub property of instrument. The method of delivery.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/originAddress">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/PostalAddress"/>
|
||
<rdfs:label>originAddress</rdfs:label>
|
||
<rdfs:comment>Shipper's address.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ParcelDelivery"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/softwareVersion">
|
||
<rdfs:comment>Version of the software instance.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/SoftwareApplication"/>
|
||
<rdfs:label>softwareVersion</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/albumReleaseType">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MusicAlbum"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/MusicAlbumReleaseType"/>
|
||
<rdfs:comment>The kind of release which this album is: single, EP or album.</rdfs:comment>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
|
||
<rdfs:label>albumReleaseType</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/characterAttribute">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/VideoGameSeries"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Game"/>
|
||
<rdfs:comment>A piece of data that represents a particular aspect of a fictional character (skill, power, character points, advantage, disadvantage).</rdfs:comment>
|
||
<rdfs:label>characterAttribute</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Thing"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/programName">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ProgramMembership"/>
|
||
<rdfs:label>programName</rdfs:label>
|
||
<rdfs:comment>The program providing the membership.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/Dentist">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/MedicalOrganization"/>
|
||
<rdfs:comment>A dentist.</rdfs:comment>
|
||
<rdfs:label>Dentist</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/MedicalBusiness"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/ShareAction">
|
||
<rdfs:comment>The act of distributing content to people for their amusement or edification.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CommunicateAction"/>
|
||
<rdfs:label>ShareAction</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/surface">
|
||
<rdfs:label>surface</rdfs:label>
|
||
<rdfs:comment>A material used as a surface in some artwork, e.g. Canvas, Paper, Wood, Board, etc.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:supersededBy>
|
||
<rdf:Property rdf:about="http://schema.org/artworkSurface">
|
||
<rdfs:comment>The supporting materials for the artwork, e.g. Canvas, Paper, Wood, Board, etc.</rdfs:comment>
|
||
<rdfs:label>artworkSurface</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/VisualArtwork"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
</rdf:Property>
|
||
</schema:supersededBy>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/VisualArtwork"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/material"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/toLocation">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MoveAction"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Place"/>
|
||
<rdfs:comment>A sub property of location. The final location of the object or the agent after the action.</rdfs:comment>
|
||
<rdfs:label>toLocation</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ExerciseAction"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/InsertAction"/>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/location"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/TransferAction"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/Continent">
|
||
<rdfs:comment>One of the continents (for example, Europe or Africa).</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Landform"/>
|
||
<rdfs:label>Continent</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/iswcCode">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MusicComposition"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
|
||
<rdfs:comment>The International Standard Musical Work Code for the composition.</rdfs:comment>
|
||
<rdfs:label>iswcCode</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/downloadUrl">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/SoftwareApplication"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
<rdfs:comment>If the file can be downloaded, URL to download the binary.</rdfs:comment>
|
||
<rdfs:label>downloadUrl</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/printColumn">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>printColumn</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/NewsArticle"/>
|
||
<rdfs:comment>The number of the column in which the NewsArticle appears in the print edition.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/ElementarySchool">
|
||
<rdfs:comment>An elementary school.</rdfs:comment>
|
||
<rdfs:label>ElementarySchool</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/EducationalOrganization"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/departureBusStop">
|
||
<rdfs:label>departureBusStop</rdfs:label>
|
||
<rdfs:comment>The stop or station from which the bus departs.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/BusTrip"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/BusStation"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/BusStop"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/arrivalTime">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Time"/>
|
||
<rdfs:comment>The expected arrival time.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DateTime"/>
|
||
<rdfs:label>arrivalTime</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Trip"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/numberOfItems">
|
||
<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.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ItemList"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Integer"/>
|
||
<rdfs:label>numberOfItems</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/gtin12">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Offer"/>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/gtin"/>
|
||
<rdfs:comment><![CDATA[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 <a href="http://www.gs1.org/barcodes/technical/idkeys/gtin">GS1 GTIN Summary</a> for more details.]]></rdfs:comment>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/identifier"/>
|
||
<rdfs:label>gtin12</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Product"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Demand"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/vehicleTransmission">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/QualitativeValue"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
<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).</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Vehicle"/>
|
||
<rdfs:label>vehicleTransmission</rdfs:label>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/appliesToDeliveryMethod">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DeliveryMethod"/>
|
||
<rdfs:comment>The delivery method(s) to which the delivery charge or payment charge specification applies.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PaymentChargeSpecification"/>
|
||
<rdfs:label>appliesToDeliveryMethod</rdfs:label>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/DeliveryChargeSpecification"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/includedComposition">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MusicComposition"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/MusicComposition"/>
|
||
<rdfs:label>includedComposition</rdfs:label>
|
||
<rdfs:comment>Smaller compositions included in this work (e.g. a movement in a symphony).</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/TheaterGroup">
|
||
<rdfs:label>TheaterGroup</rdfs:label>
|
||
<rdfs:comment>A theater group or company, for example, the Royal Shakespeare Company or Druid Theatre.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/PerformingGroup"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/geoDisjoint">
|
||
<rdfs:label>geoDisjoint</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/GeospatialGeometry"/>
|
||
<rdfs:comment><![CDATA[Represents spatial relations in which two geometries (or the places they represent) are topologically disjoint: they have no point in common. They form a set of disconnected geometries." (a symmetric relationship, as defined in <a href="https://en.wikipedia.org/wiki/DE-9IM">DE-9IM</a>)]]></rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Place"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Place"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/GeospatialGeometry"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/volumeNumber">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Integer"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PublicationVolume"/>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/position"/>
|
||
<owl:equivalentProperty rdf:resource="http://purl.org/ontology/bibo/volume"/>
|
||
<rdfs:label>volumeNumber</rdfs:label>
|
||
<rdfs:comment>Identifies the volume of publication or multi-part work; for example, "iii" or "2".</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<schema:OfferItemCondition rdf:about="http://schema.org/RefurbishedCondition">
|
||
<rdfs:comment>Indicates that the item is refurbished.</rdfs:comment>
|
||
<rdfs:label>RefurbishedCondition</rdfs:label>
|
||
</schema:OfferItemCondition>
|
||
<rdfs:Class rdf:about="http://schema.org/AnimalShelter">
|
||
<rdfs:label>AnimalShelter</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
|
||
<rdfs:comment>Animal shelter.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/potentialAction">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Action"/>
|
||
<rdfs:comment>Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Thing"/>
|
||
<rdfs:label>potentialAction</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/percentile75">
|
||
<schema:category>issue-1698</schema:category>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/QuantitativeValueDistribution"/>
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/1698"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Number"/>
|
||
<rdfs:label>percentile75</rdfs:label>
|
||
<rdfs:comment>The 75th percentile value.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/countriesSupported">
|
||
<rdfs:comment>Countries for which the application is supported. You can also provide the two-letter ISO 3166-1 alpha-2 country code.</rdfs:comment>
|
||
<rdfs:label>countriesSupported</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/SoftwareApplication"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/availableThrough">
|
||
<rdfs:label>availableThrough</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DateTime"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/DeliveryEvent"/>
|
||
<rdfs:comment>After this date, the item will no longer be available for pickup.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/seeks">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<rdfs:comment>A pointer to products or services sought by the organization or person (demand).</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Person"/>
|
||
<rdfs:label>seeks</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Demand"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/HobbyShop">
|
||
<rdfs:comment>A store that sells materials useful or necessary for various hobbies.</rdfs:comment>
|
||
<rdfs:label>HobbyShop</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/geo">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Place"/>
|
||
<rdfs:comment>The geo coordinates of the place.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/GeoShape"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/GeoCoordinates"/>
|
||
<rdfs:label>geo</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/taxID">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Person"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/identifier"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<rdfs:label>taxID</rdfs:label>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<rdfs:comment>The Tax / Fiscal ID of the organization or person, e.g. the TIN in the US or the CIF/NIF in Spain.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/caption">
|
||
<rdfs:comment><![CDATA[The caption for this object. For downloadable machine formats (closed caption, subtitles etc.) use MediaObject and indicate the <a class="localLink" href="http://schema.org/encodingFormat">encodingFormat</a>.]]></rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ImageObject"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/AudioObject"/>
|
||
<rdfs:label>caption</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/VideoObject"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/MediaObject"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/additionalName">
|
||
<rdfs:label>additionalName</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Person"/>
|
||
<rdfs:comment>An additional name for a Person, can be used for a middle name.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<schema:RestrictedDiet rdf:about="http://schema.org/VegetarianDiet">
|
||
<rdfs:label>VegetarianDiet</rdfs:label>
|
||
<rdfs:comment>A diet exclusive of animal meat.</rdfs:comment>
|
||
</schema:RestrictedDiet>
|
||
<rdf:Property rdf:about="http://schema.org/lowPrice">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:comment><![CDATA[The lowest price of all offers available.<br/><br/>
|
||
|
||
Usage guidelines:<br/><br/>
|
||
|
||
<ul>
|
||
<li>Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.</li>
|
||
<li>Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.</li>
|
||
</ul>
|
||
]]></rdfs:comment>
|
||
<rdfs:label>lowPrice</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/AggregateOffer"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Number"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/vehicleIdentificationNumber">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group"/>
|
||
<rdfs:comment>The Vehicle Identification Number (VIN) is a unique serial number used by the automotive industry to identify individual motor vehicles.</rdfs:comment>
|
||
<rdfs:subPropertyOf>
|
||
<rdf:Property rdf:about="http://schema.org/serialNumber">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Demand"/>
|
||
<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.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Offer"/>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/identifier"/>
|
||
<rdfs:label>serialNumber</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/IndividualProduct"/>
|
||
</rdf:Property>
|
||
</rdfs:subPropertyOf>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Vehicle"/>
|
||
<rdfs:label>vehicleIdentificationNumber</rdfs:label>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/GovernmentPermit">
|
||
<rdfs:label>GovernmentPermit</rdfs:label>
|
||
<rdfs:comment>A permit issued by a government agency.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Permit"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/inPlaylist">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MusicRecording"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/MusicPlaylist"/>
|
||
<rdfs:comment>The playlist to which this recording belongs.</rdfs:comment>
|
||
<rdfs:label>inPlaylist</rdfs:label>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/Zoo">
|
||
<rdfs:label>Zoo</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
|
||
<rdfs:comment>A zoo.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/ratingValue">
|
||
<rdfs:label>ratingValue</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Rating"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Number"/>
|
||
<rdfs:comment><![CDATA[The rating for the content.<br/><br/>
|
||
|
||
Usage guidelines:<br/><br/>
|
||
|
||
<ul>
|
||
<li>Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.</li>
|
||
<li>Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.</li>
|
||
</ul>
|
||
]]></rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/Campground">
|
||
<dct:source rdf:resource="https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology"/>
|
||
<rdfs:label>Campground</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
|
||
<rdfs:comment><![CDATA[A camping site, campsite, or <a class="localLink" href="http://schema.org/Campground">Campground</a> is a place used for overnight stay in the outdoors, typically containing individual <a class="localLink" href="http://schema.org/CampingPitch">CampingPitch</a> locations. <br/><br/>
|
||
|
||
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 <a href="https://en.wikipedia.org/wiki/Campsite">https://en.wikipedia.org/wiki/Campsite</a>).<br/><br/>
|
||
|
||
See also the dedicated <a href="/docs/hotels.html">document on the use of schema.org for marking up hotels and other forms of accommodations</a>.]]></rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/LodgingBusiness"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/text">
|
||
<rdfs:comment>The textual content of this CreativeWork.</rdfs:comment>
|
||
<rdfs:label>text</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<schema:MapCategoryType rdf:about="http://schema.org/ParkingMap">
|
||
<rdfs:comment>A parking map.</rdfs:comment>
|
||
<rdfs:label>ParkingMap</rdfs:label>
|
||
</schema:MapCategoryType>
|
||
<schema:ItemAvailability rdf:about="http://schema.org/Discontinued">
|
||
<rdfs:label>Discontinued</rdfs:label>
|
||
<rdfs:comment>Indicates that the item has been discontinued.</rdfs:comment>
|
||
</schema:ItemAvailability>
|
||
<rdf:Property rdf:about="http://schema.org/businessFunction">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/BusinessFunction"/>
|
||
<rdfs:label>businessFunction</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/TypeAndQuantityNode"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Offer"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Demand"/>
|
||
<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.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/accessMode">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<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.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<schema:category>issue-1110</schema:category>
|
||
<rdfs:label>accessMode</rdfs:label>
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/1100"/>
|
||
</rdf:Property>
|
||
<schema:RestrictedDiet rdf:about="http://schema.org/LowSaltDiet">
|
||
<rdfs:label>LowSaltDiet</rdfs:label>
|
||
<rdfs:comment>A diet focused on reduced sodium intake.</rdfs:comment>
|
||
</schema:RestrictedDiet>
|
||
<rdf:Property rdf:about="http://schema.org/geoCoveredBy">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/GeospatialGeometry"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Place"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Place"/>
|
||
<rdfs:comment><![CDATA[Represents a relationship between two geometries (or the places they represent), relating a geometry to another that covers it. As defined in <a href="https://en.wikipedia.org/wiki/DE-9IM">DE-9IM</a>.]]></rdfs:comment>
|
||
<rdfs:label>geoCoveredBy</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/GeospatialGeometry"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/AboutPage">
|
||
<rdfs:comment>Web page type: About page.</rdfs:comment>
|
||
<rdfs:label>AboutPage</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/WebPage"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/alternativeHeadline">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:comment>A secondary title of the CreativeWork.</rdfs:comment>
|
||
<rdfs:label>alternativeHeadline</rdfs:label>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/PetStore">
|
||
<rdfs:comment>A pet store.</rdfs:comment>
|
||
<rdfs:label>PetStore</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/ActivateAction">
|
||
<rdfs:comment>The act of starting or activating a device or application (e.g. starting a timer or turning on a flashlight).</rdfs:comment>
|
||
<rdfs:label>ActivateAction</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/ControlAction"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/geoTouches">
|
||
<rdfs:comment><![CDATA[Represents spatial relations in which two geometries (or the places they represent) touch: they have at least one boundary point in common, but no interior points." (a symmetric relationship, as defined in <a href="https://en.wikipedia.org/wiki/DE-9IM">DE-9IM</a> )]]></rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/GeospatialGeometry"/>
|
||
<rdfs:label>geoTouches</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Place"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Place"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/GeospatialGeometry"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/contactType">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>contactType</rdfs:label>
|
||
<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.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ContactPoint"/>
|
||
</rdf:Property>
|
||
<schema:BoardingPolicyType rdf:about="http://schema.org/ZoneBoardingPolicy">
|
||
<rdfs:label>ZoneBoardingPolicy</rdfs:label>
|
||
<rdfs:comment>The airline boards by zones of the plane.</rdfs:comment>
|
||
</schema:BoardingPolicyType>
|
||
<rdfs:Class rdf:about="http://schema.org/Table">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/WebPageElement"/>
|
||
<rdfs:comment>A table on a Web page.</rdfs:comment>
|
||
<rdfs:label>Table</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/geographicArea">
|
||
<rdfs:comment>The geographic area associated with the audience.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Audience"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/AdministrativeArea"/>
|
||
<rdfs:label>geographicArea</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/numTracks">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MusicPlaylist"/>
|
||
<rdfs:label>numTracks</rdfs:label>
|
||
<rdfs:comment>The number of tracks in this album or playlist.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Integer"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/EatAction">
|
||
<rdfs:label>EatAction</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/ConsumeAction"/>
|
||
<rdfs:comment>The act of swallowing solid objects.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/checkoutTime">
|
||
<rdfs:comment>The latest someone may check out of a lodging establishment.</rdfs:comment>
|
||
<rdfs:label>checkoutTime</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DateTime"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Time"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/LodgingBusiness"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/LodgingReservation"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/permittedUsage">
|
||
<rdfs:comment>Indications regarding the permitted usage of the accommodation.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Accommodation"/>
|
||
<dct:source rdf:resource="https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology"/>
|
||
<rdfs:label>permittedUsage</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/softwareAddOn">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/SoftwareApplication"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/SoftwareApplication"/>
|
||
<rdfs:label>softwareAddOn</rdfs:label>
|
||
<rdfs:comment>Additional content for a software application.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/contributor">
|
||
<rdfs:comment>A secondary contributor to the CreativeWork or Event.</rdfs:comment>
|
||
<rdfs:label>contributor</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Event"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/messageAttachment">
|
||
<rdfs:comment>A CreativeWork attached to the message.</rdfs:comment>
|
||
<rdfs:label>messageAttachment</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Message"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/InsuranceAgency">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/FinancialService"/>
|
||
<rdfs:comment>An Insurance agency.</rdfs:comment>
|
||
<rdfs:label>InsuranceAgency</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/awards">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Product"/>
|
||
<schema:supersededBy>
|
||
<rdf:Property rdf:about="http://schema.org/award">
|
||
<rdfs:comment>An award won by or for this item.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Person"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>award</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Product"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Service"/>
|
||
</rdf:Property>
|
||
</schema:supersededBy>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Person"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>awards</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<rdfs:comment>Awards won by or for this item.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/feesAndCommissionsSpecification">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/FinancialService"/>
|
||
<rdfs:comment>Description of fees, commissions, and other terms applied either to a class of financial product, or by a financial service organization.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
<rdfs:label>feesAndCommissionsSpecification</rdfs:label>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/FinancialProduct"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/ViewAction">
|
||
<rdfs:label>ViewAction</rdfs:label>
|
||
<rdfs:comment>The act of consuming static visual content.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/ConsumeAction"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/associatedMedia">
|
||
<rdfs:comment>A media object that encodes this CreativeWork. This property is a synonym for encoding.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/MediaObject"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:label>associatedMedia</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/sameAs">
|
||
<rdfs:comment>URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website.</rdfs:comment>
|
||
<rdfs:label>sameAs</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Thing"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/entertainmentBusiness">
|
||
<rdfs:label>entertainmentBusiness</rdfs:label>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/location"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/EntertainmentBusiness"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PerformAction"/>
|
||
<rdfs:comment>A sub property of location. The entertainment business where the action occurred.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/downvoteCount">
|
||
<rdfs:label>downvoteCount</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Integer"/>
|
||
<rdfs:comment>The number of downvotes this question, answer or comment has received from the community.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Question"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Comment"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/blogPosts">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/BlogPosting"/>
|
||
<rdfs:label>blogPosts</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Blog"/>
|
||
<schema:supersededBy>
|
||
<rdf:Property rdf:about="http://schema.org/blogPost">
|
||
<rdfs:label>blogPost</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Blog"/>
|
||
<rdfs:comment>A posting that is part of this blog.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/BlogPosting"/>
|
||
</rdf:Property>
|
||
</schema:supersededBy>
|
||
<rdfs:comment>The postings that are part of this blog.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/HowToTip">
|
||
<rdfs:label>HowToTip</rdfs:label>
|
||
<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).</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/ListItem"/>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/accessibilityControl">
|
||
<rdfs:comment><![CDATA[Identifies input methods that are sufficient to fully control the described resource (<a href="http://www.w3.org/wiki/WebSchemas/Accessibility">WebSchemas wiki lists possible values</a>).]]></rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>accessibilityControl</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
</rdf:Property>
|
||
<schema:DayOfWeek rdf:about="http://schema.org/PublicHolidays">
|
||
<rdfs:label>PublicHolidays</rdfs:label>
|
||
<rdfs:comment><![CDATA[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 <a class="localLink" href="http://schema.org/OpeningHoursSpecification">OpeningHoursSpecification</a>. 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.]]></rdfs:comment>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass"/>
|
||
</schema:DayOfWeek>
|
||
<rdf:Property rdf:about="http://schema.org/carrierRequirements">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>carrierRequirements</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MobileApplication"/>
|
||
<rdfs:comment>Specifies specific carrier(s) requirements for the application (e.g. an application may only work on a specific carrier network).</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/Hospital">
|
||
<rdfs:label>Hospital</rdfs:label>
|
||
<rdfs:comment>A hospital.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/MedicalOrganization"/>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/EmergencyService"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/purchaseDate">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group"/>
|
||
<rdfs:comment>The date the item e.g. vehicle was purchased by the current owner.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Product"/>
|
||
<rdfs:label>purchaseDate</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Date"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Vehicle"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/publishingPrinciples">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:comment><![CDATA[The publishingPrinciples property indicates (typically via <a class="localLink" href="http://schema.org/URL">URL</a>) a document describing the editorial principles of an <a class="localLink" href="http://schema.org/Organization">Organization</a> (or individual e.g. a <a class="localLink" href="http://schema.org/Person">Person</a> writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a <a class="localLink" href="http://schema.org/CreativeWork">CreativeWork</a> (e.g. <a class="localLink" href="http://schema.org/NewsArticle">NewsArticle</a>) the principles are those of the party primarily responsible for the creation of the <a class="localLink" href="http://schema.org/CreativeWork">CreativeWork</a>.<br/><br/>
|
||
|
||
While such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a <a class="localLink" href="http://schema.org/funder">funder</a>) can be expressed using schema.org terminology.]]></rdfs:comment>
|
||
<rdfs:label>publishingPrinciples</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Person"/>
|
||
</rdf:Property>
|
||
<schema:GameServerStatus rdf:about="http://schema.org/OnlineFull">
|
||
<rdfs:comment>Game server status: OnlineFull. Server is online but unavailable. The maximum number of players has reached.</rdfs:comment>
|
||
<rdfs:label>OnlineFull</rdfs:label>
|
||
</schema:GameServerStatus>
|
||
<rdf:Property rdf:about="http://schema.org/numberOfSeasons">
|
||
<rdfs:label>numberOfSeasons</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/VideoGameSeries"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/TVSeries"/>
|
||
<rdfs:comment>The number of seasons in this series.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Integer"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/RadioSeries"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/priceValidUntil">
|
||
<rdfs:label>priceValidUntil</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Date"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Offer"/>
|
||
<rdfs:comment>The date after which the price is no longer available.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/title">
|
||
<rdfs:label>title</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/JobPosting"/>
|
||
<rdfs:comment>The title of the job.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/trackingNumber">
|
||
<rdfs:comment>Shipper tracking number.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ParcelDelivery"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>trackingNumber</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/workPresented">
|
||
<rdfs:subPropertyOf>
|
||
<rdf:Property rdf:about="http://schema.org/workFeatured">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Event"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<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).</rdfs:comment>
|
||
<rdfs:label>workFeatured</rdfs:label>
|
||
</rdf:Property>
|
||
</rdfs:subPropertyOf>
|
||
<rdfs:comment>The movie presented during this event.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ScreeningEvent"/>
|
||
<rdfs:label>workPresented</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Movie"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/releaseDate">
|
||
<rdfs:label>releaseDate</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Date"/>
|
||
<rdfs:comment>The release date of a product or product model. This can be used to distinguish the exact variant of a product.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Product"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
</rdf:Property>
|
||
<schema:BookFormatType rdf:about="http://schema.org/Paperback">
|
||
<rdfs:label>Paperback</rdfs:label>
|
||
<rdfs:comment>Book format: Paperback.</rdfs:comment>
|
||
</schema:BookFormatType>
|
||
<rdf:Property rdf:about="http://schema.org/landlord">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/participant"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/RentAction"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<rdfs:comment>A sub property of participant. The owner of the real estate property.</rdfs:comment>
|
||
<rdfs:label>landlord</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/foodEstablishment">
|
||
<rdfs:label>foodEstablishment</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CookAction"/>
|
||
<rdfs:comment>A sub property of location. The specific food establishment where the action occurred.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/FoodEstablishment"/>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/location"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Place"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/workPerformed">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Event"/>
|
||
<rdfs:label>workPerformed</rdfs:label>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/workFeatured"/>
|
||
<rdfs:comment>A work performed in some event, for example a play performed in a TheaterEvent.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/FoodService">
|
||
<dct:source rdf:resource="https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology"/>
|
||
<rdfs:label>FoodService</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Service"/>
|
||
<rdfs:comment>A food service, like breakfast, lunch, or dinner.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Waterfall">
|
||
<rdfs:label>Waterfall</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/BodyOfWater"/>
|
||
<rdfs:comment>A waterfall, like Niagara.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/InternetCafe">
|
||
<rdfs:label>InternetCafe</rdfs:label>
|
||
<rdfs:comment>An internet cafe.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/interactionType">
|
||
<rdfs:label>interactionType</rdfs:label>
|
||
<rdfs:comment><![CDATA[The Action representing the type of interaction. For up votes, +1s, etc. use <a class="localLink" href="http://schema.org/LikeAction">LikeAction</a>. For down votes use <a class="localLink" href="http://schema.org/DislikeAction">DislikeAction</a>. Otherwise, use the most specific Action.]]></rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Action"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/InteractionCounter"/>
|
||
</rdf:Property>
|
||
<schema:PaymentStatusType rdf:about="http://schema.org/PaymentAutomaticallyApplied">
|
||
<rdfs:comment>An automatic payment system is in place and will be used.</rdfs:comment>
|
||
<rdfs:label>PaymentAutomaticallyApplied</rdfs:label>
|
||
</schema:PaymentStatusType>
|
||
<schema:DriveWheelConfigurationValue rdf:about="http://schema.org/FrontWheelDriveConfiguration">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group"/>
|
||
<rdfs:label>FrontWheelDriveConfiguration</rdfs:label>
|
||
<rdfs:comment>Front-wheel drive is a transmission layout where the engine drives the front wheels.</rdfs:comment>
|
||
</schema:DriveWheelConfigurationValue>
|
||
<rdf:Property rdf:about="http://schema.org/encodings">
|
||
<schema:supersededBy>
|
||
<rdf:Property rdf:about="http://schema.org/encoding">
|
||
<rdfs:comment>A media object that encodes this CreativeWork. This property is a synonym for associatedMedia.</rdfs:comment>
|
||
<schema:inverseOf rdf:resource="http://schema.org/encodesCreativeWork"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/MediaObject"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:label>encoding</rdfs:label>
|
||
</rdf:Property>
|
||
</schema:supersededBy>
|
||
<rdfs:label>encodings</rdfs:label>
|
||
<rdfs:comment>A media object that encodes this CreativeWork.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/MediaObject"/>
|
||
</rdf:Property>
|
||
<schema:RestrictedDiet rdf:about="http://schema.org/DiabeticDiet">
|
||
<rdfs:label>DiabeticDiet</rdfs:label>
|
||
<rdfs:comment>A diet appropriate for people with diabetes.</rdfs:comment>
|
||
</schema:RestrictedDiet>
|
||
<rdfs:Class rdf:about="http://schema.org/Crematorium">
|
||
<rdfs:comment>A crematorium.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
|
||
<rdfs:label>Crematorium</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/firstPerformance">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Event"/>
|
||
<rdfs:label>firstPerformance</rdfs:label>
|
||
<rdfs:comment>The date and place the work was first performed.</rdfs:comment>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MusicComposition"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/AutoPartsStore">
|
||
<rdfs:label>AutoPartsStore</rdfs:label>
|
||
<rdfs:comment>An auto parts store.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/AutomotiveBusiness"/>
|
||
</rdfs:Class>
|
||
<schema:OrderStatus rdf:about="http://schema.org/OrderPickupAvailable">
|
||
<rdfs:label>OrderPickupAvailable</rdfs:label>
|
||
<rdfs:comment>OrderStatus representing availability of an order for pickup.</rdfs:comment>
|
||
</schema:OrderStatus>
|
||
<rdf:Property rdf:about="http://schema.org/eventStatus">
|
||
<rdfs:label>eventStatus</rdfs:label>
|
||
<rdfs:comment>An eventStatus of an event represents its status; particularly useful when an event is cancelled or rescheduled.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Event"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/EventStatusType"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/modifiedTime">
|
||
<rdfs:label>modifiedTime</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DateTime"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Reservation"/>
|
||
<rdfs:comment>The date and time the reservation was modified.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/boardingGroup">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>boardingGroup</rdfs:label>
|
||
<rdfs:comment>The airline-specific indicator of boarding order / preference.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/FlightReservation"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/VideoGallery">
|
||
<rdfs:comment>Web page type: Video gallery page.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/MediaGallery"/>
|
||
<rdfs:label>VideoGallery</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/isFamilyFriendly">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Boolean"/>
|
||
<rdfs:comment>Indicates whether this content is family friendly.</rdfs:comment>
|
||
<rdfs:label>isFamilyFriendly</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/articleSection">
|
||
<rdfs:comment>Articles may belong to one or more 'sections' in a magazine or newspaper, such as Sports, Lifestyle, etc.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>articleSection</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Article"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/EducationEvent">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Event"/>
|
||
<rdfs:comment>Event type: Education event.</rdfs:comment>
|
||
<rdfs:label>EducationEvent</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/follows">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Person"/>
|
||
<rdfs:comment>The most generic uni-directional social relation.</rdfs:comment>
|
||
<rdfs:label>follows</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/TouristInformationCenter">
|
||
<rdfs:label>TouristInformationCenter</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
|
||
<rdfs:comment>A tourist information center.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<schema:ItemAvailability rdf:about="http://schema.org/LimitedAvailability">
|
||
<rdfs:label>LimitedAvailability</rdfs:label>
|
||
<rdfs:comment>Indicates that the item has limited availability.</rdfs:comment>
|
||
</schema:ItemAvailability>
|
||
<rdf:Property rdf:about="http://schema.org/unitText">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/QuantitativeValue"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/UnitPriceSpecification"/>
|
||
<rdfs:comment><![CDATA[A string or text indicating the unit of measurement. Useful if you cannot provide a standard unit code for
|
||
<a href='unitCode'>unitCode</a>.]]></rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PropertyValue"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/TypeAndQuantityNode"/>
|
||
<rdfs:label>unitText</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/arrivalGate">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:comment>Identifier of the flight's arrival gate.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Flight"/>
|
||
<rdfs:label>arrivalGate</rdfs:label>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/Synagogue">
|
||
<rdfs:label>Synagogue</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/PlaceOfWorship"/>
|
||
<rdfs:comment>A synagogue.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/ListenAction">
|
||
<rdfs:comment>The act of consuming audio content.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/ConsumeAction"/>
|
||
<rdfs:label>ListenAction</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/encodingType">
|
||
<rdfs:label>encodingType</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:comment>The supported encoding type(s) for an EntryPoint request.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/EntryPoint"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/ShoeStore">
|
||
<rdfs:comment>A shoe store.</rdfs:comment>
|
||
<rdfs:label>ShoeStore</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/temporal">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DateTime"/>
|
||
<rdfs:comment><![CDATA[The "temporal" property can be used in cases where more specific properties
|
||
(e.g. <a class="localLink" href="http://schema.org/temporalCoverage">temporalCoverage</a>, <a class="localLink" href="http://schema.org/dateCreated">dateCreated</a>, <a class="localLink" href="http://schema.org/dateModified">dateModified</a>, <a class="localLink" href="http://schema.org/datePublished">datePublished</a>) are not known to be appropriate.]]></rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:label>temporal</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/winner">
|
||
<rdfs:label>winner</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/LoseAction"/>
|
||
<rdfs:comment>A sub property of participant. The winner of the action.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/participant"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/IceCreamShop">
|
||
<rdfs:label>IceCreamShop</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/FoodEstablishment"/>
|
||
<rdfs:comment>An ice cream shop.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/alternateName">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Thing"/>
|
||
<rdfs:comment>An alias for the item.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>alternateName</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/browserRequirements">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/WebApplication"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>browserRequirements</rdfs:label>
|
||
<rdfs:comment>Specifies browser requirements in human-readable text. For example, 'requires HTML5 support'.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/SkiResort">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/SportsActivityLocation"/>
|
||
<rdfs:label>SkiResort</rdfs:label>
|
||
<rdfs:comment>A ski resort.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/userInteractionCount">
|
||
<rdfs:label>userInteractionCount</rdfs:label>
|
||
<rdfs:comment>The number of interactions for the CreativeWork using the WebSite or SoftwareApplication.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Integer"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/InteractionCounter"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/sportsActivityLocation">
|
||
<rdfs:label>sportsActivityLocation</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/SportsActivityLocation"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ExerciseAction"/>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/location"/>
|
||
<rdfs:comment>A sub property of location. The sports activity location where this action occurred.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/orderNumber">
|
||
<rdfs:comment>The identifier of the transaction.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Order"/>
|
||
<rdfs:label>orderNumber</rdfs:label>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/identifier"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/longitude">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Number"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/GeoCoordinates"/>
|
||
<rdfs:label>longitude</rdfs:label>
|
||
<rdfs:comment><![CDATA[The longitude of a location. For example <code>-122.08585</code> (<a href="https://en.wikipedia.org/wiki/World_Geodetic_System">WGS 84</a>).]]></rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Place"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/ConfirmAction">
|
||
<rdfs:comment><![CDATA[The act of notifying someone that a future event/action is going to happen as expected.<br/><br/>
|
||
|
||
Related actions:<br/><br/>
|
||
|
||
<ul>
|
||
<li><a class="localLink" href="http://schema.org/CancelAction">CancelAction</a>: The antonym of ConfirmAction.</li>
|
||
</ul>
|
||
]]></rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/InformAction"/>
|
||
<rdfs:label>ConfirmAction</rdfs:label>
|
||
</rdfs:Class>
|
||
<schema:GameServerStatus rdf:about="http://schema.org/OfflinePermanently">
|
||
<rdfs:label>OfflinePermanently</rdfs:label>
|
||
<rdfs:comment>Game server status: OfflinePermanently. Server is offline and not available.</rdfs:comment>
|
||
</schema:GameServerStatus>
|
||
<rdf:Property rdf:about="http://schema.org/numberOfAxles">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/QuantitativeValue"/>
|
||
<rdfs:comment><![CDATA[The number of axles.<br/><br/>
|
||
|
||
Typical unit code(s): C62]]></rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Number"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Vehicle"/>
|
||
<rdfs:label>numberOfAxles</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/pickupLocation">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Place"/>
|
||
<rdfs:comment>Where a taxi will pick up a passenger or a rental car can be picked up.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/TaxiReservation"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/RentalCarReservation"/>
|
||
<rdfs:label>pickupLocation</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/vehicleInteriorType">
|
||
<rdfs:label>vehicleInteriorType</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Vehicle"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<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.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/QuoteAction">
|
||
<rdfs:label>QuoteAction</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/TradeAction"/>
|
||
<rdfs:comment>An agent quotes/estimates/appraises an object/product/service with a price at a location/store.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<schema:MapCategoryType rdf:about="http://schema.org/TransitMap">
|
||
<rdfs:label>TransitMap</rdfs:label>
|
||
<rdfs:comment>A transit map.</rdfs:comment>
|
||
</schema:MapCategoryType>
|
||
<rdfs:Class rdf:about="http://schema.org/Restaurant">
|
||
<rdfs:comment>A restaurant.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/FoodEstablishment"/>
|
||
<rdfs:label>Restaurant</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/annualPercentageRate">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/QuantitativeValue"/>
|
||
<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.</rdfs:comment>
|
||
<rdfs:label>annualPercentageRate</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Number"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/FinancialProduct"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/validUntil">
|
||
<rdfs:label>validUntil</rdfs:label>
|
||
<rdfs:comment>The date when the item is no longer valid.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Permit"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Date"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/audio">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/AudioObject"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Clip"/>
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/2420"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/MusicRecording"/>
|
||
<schema:category>issue-2420</schema:category>
|
||
<rdfs:label>audio</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:comment>An embedded audio object.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/depth">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/VisualArtwork"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Product"/>
|
||
<rdfs:comment>The depth of the item.</rdfs:comment>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/QuantitativeValue"/>
|
||
<rdfs:label>depth</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Distance"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/valueReference">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PropertyValue"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/QuantitativeValue"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/QuantitativeValue"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/QualitativeValue"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/QualitativeValue"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Enumeration"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/PropertyValue"/>
|
||
<rdfs:label>valueReference</rdfs:label>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/StructuredValue"/>
|
||
<rdfs:comment>A pointer to a secondary value that provides additional information on the original value, e.g. a reference temperature.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/lastReviewed">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/WebPage"/>
|
||
<rdfs:comment>Date on which the content on this web page was last reviewed for accuracy and/or completeness.</rdfs:comment>
|
||
<rdfs:label>lastReviewed</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Date"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/dateSent">
|
||
<rdfs:label>dateSent</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Message"/>
|
||
<rdfs:comment>The date/time at which the message was sent.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DateTime"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/ReserveAction">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/PlanAction"/>
|
||
<rdfs:label>ReserveAction</rdfs:label>
|
||
<rdfs:comment><![CDATA[Reserving a concrete object.<br/><br/>
|
||
|
||
Related actions:<br/><br/>
|
||
|
||
<ul>
|
||
<li><a class="localLink" href="http://schema.org/ScheduleAction">ScheduleAction</a></a>: Unlike ScheduleAction, ReserveAction reserves concrete objects (e.g. a table, a hotel) towards a time slot / spatial allocation.</li>
|
||
</ul>
|
||
]]></rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/processorRequirements">
|
||
<rdfs:label>processorRequirements</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/SoftwareApplication"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:comment>Processor architecture required to run the application (e.g. IA64).</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/ExerciseGym">
|
||
<rdfs:label>ExerciseGym</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/SportsActivityLocation"/>
|
||
<rdfs:comment>A gym.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/targetUrl">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/AlignmentObject"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
<rdfs:label>targetUrl</rdfs:label>
|
||
<rdfs:comment>The URL of a node in an established educational framework.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/FilmAction">
|
||
<rdfs:comment>The act of capturing sound and moving images on film, video, or digitally.</rdfs:comment>
|
||
<rdfs:label>FilmAction</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreateAction"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/UserPlusOnes">
|
||
<schema:supersededBy rdf:resource="http://schema.org/InteractionCounter"/>
|
||
<rdfs:label>UserPlusOnes</rdfs:label>
|
||
<rdfs:comment><![CDATA[UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use <a class="localLink" href="http://schema.org/Action">Action</a>-based vocabulary, alongside types such as <a class="localLink" href="http://schema.org/Comment">Comment</a>.]]></rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/UserInteraction"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/EndorsementRating">
|
||
<rdfs:label>EndorsementRating</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Rating"/>
|
||
<schema:category>issue-1293</schema:category>
|
||
<rdfs:comment><![CDATA[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 <a class="localLink" href="http://schema.org/result">result</a> of an <a class="localLink" href="http://schema.org/EndorseAction">EndorseAction</a> in which the <a class="localLink" href="http://schema.org/object">object</a> of the action is rated positively by
|
||
some <a class="localLink" href="http://schema.org/agent">agent</a>. As is common elsewhere in schema.org, it is sometimes more useful to describe the results of such an action without explicitly describing the <a class="localLink" href="http://schema.org/Action">Action</a>.<br/><br/>
|
||
|
||
An <a class="localLink" href="http://schema.org/EndorsementRating">EndorsementRating</a> 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.]]></rdfs:comment>
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/1293"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/AssignAction">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/AllocateAction"/>
|
||
<rdfs:comment>The act of allocating an action/event/task to some destination (someone or something).</rdfs:comment>
|
||
<rdfs:label>AssignAction</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/ElectronicsStore">
|
||
<rdfs:label>ElectronicsStore</rdfs:label>
|
||
<rdfs:comment>An electronics store.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/numberOfPlayers">
|
||
<rdfs:comment>Indicate how many people can play this game (minimum, maximum, or range).</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Game"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/QuantitativeValue"/>
|
||
<rdfs:label>numberOfPlayers</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/VideoGameSeries"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/billingPeriod">
|
||
<rdfs:comment>The time interval used to compute the invoice.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Invoice"/>
|
||
<rdfs:label>billingPeriod</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Duration"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/Hotel">
|
||
<dct:source rdf:resource="https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology"/>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/LodgingBusiness"/>
|
||
<rdfs:label>Hotel</rdfs:label>
|
||
<rdfs:comment><![CDATA[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).
|
||
<br /><br />
|
||
See also the <a href="/docs/hotels.html">dedicated document on the use of schema.org for marking up hotels and other forms of accommodations</a>.]]></rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/servingSize">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:comment>The serving size, in terms of the number of volume or mass.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/NutritionInformation"/>
|
||
<rdfs:label>servingSize</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/screenCount">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Number"/>
|
||
<rdfs:label>screenCount</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MovieTheater"/>
|
||
<rdfs:comment>The number of screens in the movie theater.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/vehicleInteriorColor">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>vehicleInteriorColor</rdfs:label>
|
||
<rdfs:comment>The color or color combination of the interior of the vehicle.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Vehicle"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/ticketNumber">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Ticket"/>
|
||
<rdfs:comment>The unique identifier for the ticket.</rdfs:comment>
|
||
<rdfs:label>ticketNumber</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/experienceRequirements">
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/1698"/>
|
||
<schema:category>issue-1698</schema:category>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/JobPosting"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Occupation"/>
|
||
<rdfs:comment>Description of skills and experience needed for the position or Occupation.</rdfs:comment>
|
||
<rdfs:label>experienceRequirements</rdfs:label>
|
||
</rdf:Property>
|
||
<schema:ItemAvailability rdf:about="http://schema.org/PreOrder">
|
||
<rdfs:comment>Indicates that the item is available for pre-order.</rdfs:comment>
|
||
<rdfs:label>PreOrder</rdfs:label>
|
||
</schema:ItemAvailability>
|
||
<rdfs:Class rdf:about="http://schema.org/Car">
|
||
<rdfs:label>Car</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Vehicle"/>
|
||
<rdfs:comment>A car is a wheeled, self-powered motor vehicle used for transportation.</rdfs:comment>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/interactionCount">
|
||
<rdfs:comment>This property is deprecated, alongside the UserInteraction types on which it depended.</rdfs:comment>
|
||
<rdfs:label>interactionCount</rdfs:label>
|
||
<schema:supersededBy>
|
||
<rdf:Property rdf:about="http://schema.org/interactionStatistic">
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/2421"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Person"/>
|
||
<rdfs:comment>The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/InteractionCounter"/>
|
||
<rdfs:label>interactionStatistic</rdfs:label>
|
||
<schema:category>issue-2421</schema:category>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Organization"/>
|
||
</rdf:Property>
|
||
</schema:supersededBy>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/learningResourceType">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:comment>The predominant type or kind characterizing the learning resource. For example, 'presentation', 'handout'.</rdfs:comment>
|
||
<rdfs:label>learningResourceType</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
</rdf:Property>
|
||
<schema:EventStatusType rdf:about="http://schema.org/EventScheduled">
|
||
<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.</rdfs:comment>
|
||
<rdfs:label>EventScheduled</rdfs:label>
|
||
</schema:EventStatusType>
|
||
<schema:OrderStatus rdf:about="http://schema.org/OrderPaymentDue">
|
||
<rdfs:comment>OrderStatus representing that payment is due on an order.</rdfs:comment>
|
||
<rdfs:label>OrderPaymentDue</rdfs:label>
|
||
</schema:OrderStatus>
|
||
<rdfs:Class rdf:about="http://schema.org/MusicEvent">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Event"/>
|
||
<rdfs:comment>Event type: Music event.</rdfs:comment>
|
||
<rdfs:label>MusicEvent</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/lodgingUnitType">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/LodgingReservation"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/QualitativeValue"/>
|
||
<rdfs:comment>Textual description of the unit type (including suite vs. room, size of bed, etc.).</rdfs:comment>
|
||
<rdfs:label>lodgingUnitType</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/Florist">
|
||
<rdfs:label>Florist</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
|
||
<rdfs:comment>A florist.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/lesser">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<rdfs:label>lesser</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/QualitativeValue"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/QualitativeValue"/>
|
||
<rdfs:comment>This ordering relation for qualitative values indicates that the subject is lesser than the object.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/creditedTo">
|
||
<rdfs:label>creditedTo</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<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.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MusicRelease"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/hiringOrganization">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/JobPosting"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<rdfs:comment>Organization offering the job position.</rdfs:comment>
|
||
<rdfs:label>hiringOrganization</rdfs:label>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/CreditCard">
|
||
<rdfs:label>CreditCard</rdfs:label>
|
||
<rdfs:comment><![CDATA[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.<br/><br/>
|
||
|
||
Commonly used values:<br/><br/>
|
||
|
||
<ul>
|
||
<li>http://purl.org/goodrelations/v1#AmericanExpress</li>
|
||
<li>http://purl.org/goodrelations/v1#DinersClub</li>
|
||
<li>http://purl.org/goodrelations/v1#Discover</li>
|
||
<li>http://purl.org/goodrelations/v1#JCB</li>
|
||
<li>http://purl.org/goodrelations/v1#MasterCard</li>
|
||
<li>http://purl.org/goodrelations/v1#VISA</li>
|
||
</ul>
|
||
]]></rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/PaymentCard"/>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/LoanOrCredit"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/foundingDate">
|
||
<rdfs:comment>The date that this organization was founded.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<rdfs:label>foundingDate</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Date"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/discountCurrency">
|
||
<rdfs:label>discountCurrency</rdfs:label>
|
||
<rdfs:comment><![CDATA[The currency of the discount.<br/><br/>
|
||
|
||
Use standard formats: <a href="http://en.wikipedia.org/wiki/ISO_4217">ISO 4217 currency format</a> e.g. "USD"; <a href="https://en.wikipedia.org/wiki/List_of_cryptocurrencies">Ticker symbol</a> for cryptocurrencies e.g. "BTC"; well known names for <a href="https://en.wikipedia.org/wiki/Local_exchange_trading_system">Local Exchange Tradings Systems</a> (LETS) and other currency types e.g. "Ithaca HOUR".]]></rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Order"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/percentile90">
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/1698"/>
|
||
<rdfs:comment>The 90th percentile value.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Number"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/QuantitativeValueDistribution"/>
|
||
<rdfs:label>percentile90</rdfs:label>
|
||
<schema:category>issue-1698</schema:category>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/SaleEvent">
|
||
<rdfs:comment>Event type: Sales event.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Event"/>
|
||
<rdfs:label>SaleEvent</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/deliveryLeadTime">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Demand"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Offer"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<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.</rdfs:comment>
|
||
<rdfs:label>deliveryLeadTime</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/QuantitativeValue"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/CafeOrCoffeeShop">
|
||
<rdfs:label>CafeOrCoffeeShop</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/FoodEstablishment"/>
|
||
<rdfs:comment>A cafe or coffee shop.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<schema:MusicAlbumProductionType rdf:about="http://schema.org/SoundtrackAlbum">
|
||
<rdfs:label>SoundtrackAlbum</rdfs:label>
|
||
<rdfs:comment>SoundtrackAlbum.</rdfs:comment>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
|
||
</schema:MusicAlbumProductionType>
|
||
<rdf:Property rdf:about="http://schema.org/thumbnailUrl">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:label>thumbnailUrl</rdfs:label>
|
||
<rdfs:comment>A thumbnail image relevant to the Thing.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/significantLinks">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/WebPage"/>
|
||
<rdfs:label>significantLinks</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
<schema:supersededBy>
|
||
<rdf:Property rdf:about="http://schema.org/significantLink">
|
||
<rdfs:comment>One of the more significant URLs on the page. Typically, these are the non-navigation links that are clicked on the most.</rdfs:comment>
|
||
<rdfs:label>significantLink</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/WebPage"/>
|
||
</rdf:Property>
|
||
</schema:supersededBy>
|
||
<rdfs:comment>The most significant URLs on the page. Typically, these are the non-navigation links that are clicked on the most.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/actionPlatform">
|
||
<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.</rdfs:comment>
|
||
<rdfs:label>actionPlatform</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/EntryPoint"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/associatedArticle">
|
||
<rdfs:label>associatedArticle</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/NewsArticle"/>
|
||
<rdfs:comment>A NewsArticle associated with the Media Object.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MediaObject"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/TireShop">
|
||
<rdfs:comment>A tire shop.</rdfs:comment>
|
||
<rdfs:label>TireShop</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/area">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/BroadcastService"/>
|
||
<rdfs:label>area</rdfs:label>
|
||
<rdfs:comment>The area within which users can expect to reach the broadcast service.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Place"/>
|
||
<schema:supersededBy>
|
||
<rdf:Property rdf:about="http://schema.org/serviceArea">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Service"/>
|
||
<rdfs:comment>The geographic area where the service is provided.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ContactPoint"/>
|
||
<schema:supersededBy rdf:resource="http://schema.org/areaServed"/>
|
||
<rdfs:label>serviceArea</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/GeoShape"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Place"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/AdministrativeArea"/>
|
||
</rdf:Property>
|
||
</schema:supersededBy>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/HardwareStore">
|
||
<rdfs:comment>A hardware store.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
|
||
<rdfs:label>HardwareStore</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Season">
|
||
<rdfs:comment>A media season e.g. tv, radio, video game etc.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
|
||
<schema:supersededBy rdf:resource="http://schema.org/CreativeWorkSeason"/>
|
||
<rdfs:label>Season</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/PreOrderAction">
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/1125"/>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/TradeAction"/>
|
||
<schema:category>issue-1125</schema:category>
|
||
<rdfs:label>PreOrderAction</rdfs:label>
|
||
<rdfs:comment>An agent orders a (not yet released) object/product/service to be delivered/sent.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/LakeBodyOfWater">
|
||
<rdfs:label>LakeBodyOfWater</rdfs:label>
|
||
<rdfs:comment>A lake (for example, Lake Pontrachain).</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/BodyOfWater"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/addressRegion">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>addressRegion</rdfs:label>
|
||
<rdfs:comment><![CDATA[The region in which the locality is, and which is in the country. For example, California or another appropriate first-level <a href="https://en.wikipedia.org/wiki/List_of_administrative_divisions_by_country">Administrative division</a>]]></rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PostalAddress"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/HighSchool">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/EducationalOrganization"/>
|
||
<rdfs:comment>A high school.</rdfs:comment>
|
||
<rdfs:label>HighSchool</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/branchCode">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Place"/>
|
||
<rdfs:comment><![CDATA[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.<br/><br/>
|
||
|
||
For example, in the URL http://www.starbucks.co.uk/store-locator/etc/detail/3047 the code "3047" is a branchCode for a particular branch.]]></rdfs:comment>
|
||
<rdfs:label>branchCode</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/fatContent">
|
||
<rdfs:comment>The number of grams of fat.</rdfs:comment>
|
||
<rdfs:label>fatContent</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/NutritionInformation"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Mass"/>
|
||
</rdf:Property>
|
||
<schema:DayOfWeek rdf:about="http://schema.org/Saturday">
|
||
<rdfs:label>Saturday</rdfs:label>
|
||
<schema:sameAs rdf:resource="http://www.wikidata.org/entity/Q131"/>
|
||
<rdfs:comment>The day of the week between Friday and Sunday.</rdfs:comment>
|
||
</schema:DayOfWeek>
|
||
<rdf:Property rdf:about="http://schema.org/addressCountry">
|
||
<rdfs:label>addressCountry</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Country"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/GeoCoordinates"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:comment><![CDATA[The country. For example, USA. You can also provide the two-letter <a href="http://en.wikipedia.org/wiki/ISO_3166-1">ISO 3166-1 alpha-2 country code</a>.]]></rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PostalAddress"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/GeoShape"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/grantee">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<rdfs:label>grantee</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Audience"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/ContactPoint"/>
|
||
<rdfs:comment>The person, organization, contact point, or audience that has been granted this permission.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/DigitalDocumentPermission"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/minValue">
|
||
<rdfs:label>minValue</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Number"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MonetaryAmount"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PropertyValueSpecification"/>
|
||
<rdfs:comment>The lower value of some characteristic or property.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PropertyValue"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/QuantitativeValue"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/vendor">
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/participant"/>
|
||
<rdfs:label>vendor</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/BuyAction"/>
|
||
<schema:supersededBy>
|
||
<rdf:Property rdf:about="http://schema.org/seller">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Demand"/>
|
||
<rdfs:label>seller</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Flight"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Offer"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Order"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/BuyAction"/>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/participant"/>
|
||
<rdfs:comment>An entity which offers (sells / leases / lends / loans) the services / goods. A seller may also be a provider.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
</rdf:Property>
|
||
</schema:supersededBy>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<rdfs:comment>'vendor' is an earlier term for 'seller'.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/BookSeries">
|
||
<rdfs:comment>A series of books. Included books can be indicated with the hasPart property.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreativeWorkSeries"/>
|
||
<rdfs:label>BookSeries</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/educationalUse">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:comment>The purpose of a work in the context of education; for example, 'assignment', 'group work'.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:label>educationalUse</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/numberOfDoors">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Vehicle"/>
|
||
<rdfs:label>numberOfDoors</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/QuantitativeValue"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Number"/>
|
||
<rdfs:comment><![CDATA[The number of doors.<br/><br/>
|
||
|
||
Typical unit code(s): C62]]></rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/productionDate">
|
||
<rdfs:label>productionDate</rdfs:label>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Vehicle"/>
|
||
<rdfs:comment>The date of production of the item, e.g. vehicle.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Product"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Date"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/SocialEvent">
|
||
<rdfs:comment>Event type: Social event.</rdfs:comment>
|
||
<rdfs:label>SocialEvent</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Event"/>
|
||
</rdfs:Class>
|
||
<schema:MusicAlbumProductionType rdf:about="http://schema.org/CompilationAlbum">
|
||
<rdfs:label>CompilationAlbum</rdfs:label>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
|
||
<rdfs:comment>CompilationAlbum.</rdfs:comment>
|
||
</schema:MusicAlbumProductionType>
|
||
<rdf:Property rdf:about="http://schema.org/contentRating">
|
||
<rdfs:comment>Official rating of a piece of content&#x2014;for example,'MPAA PG-13'.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Rating"/>
|
||
<rdfs:label>contentRating</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/isGift">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Boolean"/>
|
||
<rdfs:comment>Was the offer accepted as a gift for someone other than the buyer.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Order"/>
|
||
<rdfs:label>isGift</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/productID">
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/identifier"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:comment><![CDATA[The product identifier, such as ISBN. For example: <code>meta itemprop="productID" content="isbn:123-456-789"</code>.]]></rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Product"/>
|
||
<rdfs:label>productID</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/hasDeliveryMethod">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ParcelDelivery"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/DeliveryEvent"/>
|
||
<rdfs:comment>Method used for delivery or shipping.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DeliveryMethod"/>
|
||
<rdfs:label>hasDeliveryMethod</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/availableLanguage">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ContactPoint"/>
|
||
<rdfs:comment><![CDATA[A language someone may use with or at the item, service or place. Please use one of the language codes from the <a href="http://tools.ietf.org/html/bcp47">IETF BCP 47 standard</a>. See also <a class="localLink" href="http://schema.org/inLanguage">inLanguage</a>]]></rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ServiceChannel"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/TouristAttraction"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Language"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/LodgingBusiness"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>availableLanguage</rdfs:label>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/CheckoutPage">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/WebPage"/>
|
||
<rdfs:label>CheckoutPage</rdfs:label>
|
||
<rdfs:comment>Web page type: Checkout page.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/accessibilityAPI">
|
||
<rdfs:comment><![CDATA[Indicates that the resource is compatible with the referenced accessibility API (<a href="http://www.w3.org/wiki/WebSchemas/Accessibility">WebSchemas wiki lists possible values</a>).]]></rdfs:comment>
|
||
<rdfs:label>accessibilityAPI</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/authenticator">
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/1741"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<rdfs:label>authenticator</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MediaSubscription"/>
|
||
<schema:category>issue-1741</schema:category>
|
||
<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.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/founders">
|
||
<schema:supersededBy>
|
||
<rdf:Property rdf:about="http://schema.org/founder">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<rdfs:comment>A person who founded this organization.</rdfs:comment>
|
||
<rdfs:label>founder</rdfs:label>
|
||
</rdf:Property>
|
||
</schema:supersededBy>
|
||
<rdfs:comment>A person who founded this organization.</rdfs:comment>
|
||
<rdfs:label>founders</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
</rdf:Property>
|
||
<schema:BoardingPolicyType rdf:about="http://schema.org/GroupBoardingPolicy">
|
||
<rdfs:comment>The airline boards by groups based on check-in time, priority, etc.</rdfs:comment>
|
||
<rdfs:label>GroupBoardingPolicy</rdfs:label>
|
||
</schema:BoardingPolicyType>
|
||
<rdf:Property rdf:about="http://schema.org/availableFrom">
|
||
<rdfs:label>availableFrom</rdfs:label>
|
||
<rdfs:comment>When the item is available for pickup from the store, locker, etc.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DateTime"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/DeliveryEvent"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/isRelatedTo">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Service"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Product"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Product"/>
|
||
<rdfs:label>isRelatedTo</rdfs:label>
|
||
<rdfs:comment>A pointer to another, somehow related product (or multiple products).</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Service"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/BookStore">
|
||
<rdfs:comment>A bookstore.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
|
||
<rdfs:label>BookStore</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/yearsInOperation">
|
||
<rdfs:label>yearsInOperation</rdfs:label>
|
||
<rdfs:comment>The age of the business.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/QuantitativeValue"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/BusinessAudience"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/printSection">
|
||
<rdfs:label>printSection</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/NewsArticle"/>
|
||
<rdfs:comment>If this NewsArticle appears in print, this field indicates the print section in which the article appeared.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/givenName">
|
||
<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.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>givenName</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Person"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/musicGroupMember">
|
||
<rdfs:comment>A member of a music group&#x2014;for example, John, Paul, George, or Ringo.</rdfs:comment>
|
||
<schema:supersededBy rdf:resource="http://schema.org/member"/>
|
||
<rdfs:label>musicGroupMember</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MusicGroup"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/FastFoodRestaurant">
|
||
<rdfs:label>FastFoodRestaurant</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/FoodEstablishment"/>
|
||
<rdfs:comment>A fast-food restaurant.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/merchant">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<rdfs:label>merchant</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Order"/>
|
||
<schema:supersededBy rdf:resource="http://schema.org/seller"/>
|
||
<rdfs:comment>'merchant' is an out-dated term for 'seller'.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/arrivalAirport">
|
||
<rdfs:label>arrivalAirport</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Flight"/>
|
||
<rdfs:comment>The airport where the flight terminates.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Airport"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/yearlyRevenue">
|
||
<rdfs:label>yearlyRevenue</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/BusinessAudience"/>
|
||
<rdfs:comment>The size of the business in annual revenue.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/QuantitativeValue"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/iataCode">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Airline"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:comment>IATA identifier for an airline or airport.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Airport"/>
|
||
<rdfs:label>iataCode</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/accountablePerson">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<rdfs:label>accountablePerson</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:comment>Specifies the Person that is legally accountable for the CreativeWork.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/typeOfGood">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/OwnershipInfo"/>
|
||
<rdfs:comment>The product that this structured value is referring to.</rdfs:comment>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Product"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Service"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/TypeAndQuantityNode"/>
|
||
<rdfs:label>typeOfGood</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/publishedOn">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/BroadcastService"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PublicationEvent"/>
|
||
<rdfs:label>publishedOn</rdfs:label>
|
||
<rdfs:comment>A broadcast service associated with the publication event.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/ScholarlyArticle">
|
||
<rdfs:label>ScholarlyArticle</rdfs:label>
|
||
<rdfs:comment>A scholarly article.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Article"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/ConvenienceStore">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
|
||
<rdfs:label>ConvenienceStore</rdfs:label>
|
||
<rdfs:comment>A convenience store.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/closes">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Time"/>
|
||
<rdfs:comment>The closing hour of the place or service on the given day(s) of the week.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/OpeningHoursSpecification"/>
|
||
<rdfs:label>closes</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/commentTime">
|
||
<rdfs:comment>The time at which the UserComment was made.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/UserComments"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DateTime"/>
|
||
<rdfs:label>commentTime</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Date"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/ArtGallery">
|
||
<rdfs:label>ArtGallery</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/EntertainmentBusiness"/>
|
||
<rdfs:comment>An art gallery.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/BarOrPub">
|
||
<rdfs:label>BarOrPub</rdfs:label>
|
||
<rdfs:comment>A bar or pub.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/FoodEstablishment"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/photos">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/ImageObject"/>
|
||
<schema:supersededBy>
|
||
<rdf:Property rdf:about="http://schema.org/photo">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Photograph"/>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/image"/>
|
||
<rdfs:comment>A photograph of this place.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Place"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/ImageObject"/>
|
||
<rdfs:label>photo</rdfs:label>
|
||
</rdf:Property>
|
||
</schema:supersededBy>
|
||
<rdfs:label>photos</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Place"/>
|
||
<rdfs:comment>Photographs of this place.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Photograph"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/proteinContent">
|
||
<rdfs:comment>The number of grams of protein.</rdfs:comment>
|
||
<rdfs:label>proteinContent</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Mass"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/NutritionInformation"/>
|
||
</rdf:Property>
|
||
<schema:MusicAlbumProductionType rdf:about="http://schema.org/RemixAlbum">
|
||
<rdfs:label>RemixAlbum</rdfs:label>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
|
||
<rdfs:comment>RemixAlbum.</rdfs:comment>
|
||
</schema:MusicAlbumProductionType>
|
||
<rdfs:Class rdf:about="http://schema.org/SearchResultsPage">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/WebPage"/>
|
||
<rdfs:comment>Web page type: Search results page.</rdfs:comment>
|
||
<rdfs:label>SearchResultsPage</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/WearAction">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/UseAction"/>
|
||
<rdfs:label>WearAction</rdfs:label>
|
||
<rdfs:comment>The act of dressing oneself in clothing.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/DanceEvent">
|
||
<rdfs:comment>Event type: A social dance.</rdfs:comment>
|
||
<rdfs:label>DanceEvent</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Event"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Conversation">
|
||
<rdfs:label>Conversation</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
|
||
<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.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<schema:MusicAlbumReleaseType rdf:about="http://schema.org/SingleRelease">
|
||
<rdfs:comment>SingleRelease.</rdfs:comment>
|
||
<rdfs:label>SingleRelease</rdfs:label>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
|
||
</schema:MusicAlbumReleaseType>
|
||
<rdfs:Class rdf:about="http://schema.org/DeactivateAction">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/ControlAction"/>
|
||
<rdfs:comment>The act of stopping or deactivating a device or application (e.g. stopping a timer or turning off a flashlight).</rdfs:comment>
|
||
<rdfs:label>DeactivateAction</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/fuelType">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/QualitativeValue"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/EngineSpecification"/>
|
||
<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.</rdfs:comment>
|
||
<rdfs:label>fuelType</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Vehicle"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/afterMedia">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/MediaObject"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
<rdfs:comment>A media object representing the circumstances after performing this direction.</rdfs:comment>
|
||
<rdfs:label>afterMedia</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/HowToDirection"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/siblings">
|
||
<schema:supersededBy>
|
||
<rdf:Property rdf:about="http://schema.org/sibling">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Person"/>
|
||
<rdfs:label>sibling</rdfs:label>
|
||
<rdfs:comment>A sibling of the person.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
</rdf:Property>
|
||
</schema:supersededBy>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Person"/>
|
||
<rdfs:comment>A sibling of the person.</rdfs:comment>
|
||
<rdfs:label>siblings</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/greater">
|
||
<rdfs:comment>This ordering relation for qualitative values indicates that the subject is greater than the object.</rdfs:comment>
|
||
<rdfs:label>greater</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/QualitativeValue"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/QualitativeValue"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/fuelEfficiency">
|
||
<rdfs:comment><![CDATA[The distance traveled per unit of fuel used; most commonly miles per gallon (mpg) or kilometers per liter (km/L).<br/><br/>
|
||
|
||
<ul>
|
||
<li>Note 1: There are unfortunately no standard unit codes for miles per gallon or kilometers per liter. Use <a class="localLink" href="http://schema.org/unitText">unitText</a> to indicate the unit of measurement, e.g. mpg or km/L.</li>
|
||
<li>Note 2: There are two ways of indicating the fuel consumption, <a class="localLink" href="http://schema.org/fuelConsumption">fuelConsumption</a> (e.g. 8 liters per 100 km) and <a class="localLink" href="http://schema.org/fuelEfficiency">fuelEfficiency</a> (e.g. 30 miles per gallon). They are reciprocal.</li>
|
||
<li>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 <a class="localLink" href="http://schema.org/valueReference">valueReference</a> to link the value for the fuel economy to another value.</li>
|
||
</ul>
|
||
]]></rdfs:comment>
|
||
<rdfs:label>fuelEfficiency</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Vehicle"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/QuantitativeValue"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/additionalNumberOfGuests">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/RsvpAction"/>
|
||
<rdfs:comment>If responding yes, the number of guests who will attend in addition to the invitee.</rdfs:comment>
|
||
<rdfs:label>additionalNumberOfGuests</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Number"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/MusicVideoObject">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/MediaObject"/>
|
||
<rdfs:label>MusicVideoObject</rdfs:label>
|
||
<rdfs:comment>A music video file.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/nextItem">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ListItem"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/ListItem"/>
|
||
<rdfs:label>nextItem</rdfs:label>
|
||
<rdfs:comment>A link to the ListItem that follows the current one.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/itemCondition">
|
||
<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.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/OfferItemCondition"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Product"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Demand"/>
|
||
<rdfs:label>itemCondition</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Offer"/>
|
||
</rdf:Property>
|
||
<schema:RestrictedDiet rdf:about="http://schema.org/KosherDiet">
|
||
<rdfs:label>KosherDiet</rdfs:label>
|
||
<rdfs:comment>A diet conforming to Jewish dietary practices.</rdfs:comment>
|
||
</schema:RestrictedDiet>
|
||
<rdf:Property rdf:about="http://schema.org/bookFormat">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/BookFormatType"/>
|
||
<rdfs:comment>The format of the book.</rdfs:comment>
|
||
<rdfs:label>bookFormat</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Book"/>
|
||
</rdf:Property>
|
||
<schema:RsvpResponseType rdf:about="http://schema.org/RsvpResponseYes">
|
||
<rdfs:label>RsvpResponseYes</rdfs:label>
|
||
<rdfs:comment>The invitee will attend.</rdfs:comment>
|
||
</schema:RsvpResponseType>
|
||
<rdfs:Class rdf:about="http://schema.org/ChildCare">
|
||
<rdfs:comment>A Childcare center.</rdfs:comment>
|
||
<rdfs:label>ChildCare</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Mosque">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/PlaceOfWorship"/>
|
||
<rdfs:comment>A mosque.</rdfs:comment>
|
||
<rdfs:label>Mosque</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/screenshot">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/ImageObject"/>
|
||
<rdfs:label>screenshot</rdfs:label>
|
||
<rdfs:comment>A link to a screenshot image of the app.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/SoftwareApplication"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/serviceOperator">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<rdfs:label>serviceOperator</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/GovernmentService"/>
|
||
<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.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/partOfEpisode">
|
||
<rdfs:comment>The episode to which this clip belongs.</rdfs:comment>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/isPartOf"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Clip"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Episode"/>
|
||
<rdfs:label>partOfEpisode</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/interactionService">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/SoftwareApplication"/>
|
||
<rdfs:label>interactionService</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/InteractionCounter"/>
|
||
<rdfs:comment>The WebSite or SoftwareApplication where the interactions took place.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/WebSite"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/ClothingStore">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
|
||
<rdfs:comment>A clothing store.</rdfs:comment>
|
||
<rdfs:label>ClothingStore</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/TieAction">
|
||
<rdfs:comment>The act of reaching a draw in a competitive activity.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/AchieveAction"/>
|
||
<rdfs:label>TieAction</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/deliveryAddress">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/PostalAddress"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ParcelDelivery"/>
|
||
<rdfs:comment>Destination address.</rdfs:comment>
|
||
<rdfs:label>deliveryAddress</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/openingHours">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CivicStructure"/>
|
||
<rdfs:comment><![CDATA[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 '-'.<br/><br/>
|
||
|
||
<ul>
|
||
<li>Days are specified using the following two-letter combinations: <code>Mo</code>, <code>Tu</code>, <code>We</code>, <code>Th</code>, <code>Fr</code>, <code>Sa</code>, <code>Su</code>.</li>
|
||
<li>Times are specified using 24:00 time. For example, 3pm is specified as <code>15:00</code>. </li>
|
||
<li>Here is an example: <code><time itemprop="openingHours" datetime="Tu,Th 16:00-20:00">Tuesdays and Thursdays 4-8pm</time></code>.</li>
|
||
<li>If a business is open 7 days a week, then it can be specified as <code><time itemprop="openingHours" datetime="Mo-Su">Monday through Sunday, all day</time></code>.</li>
|
||
</ul>
|
||
]]></rdfs:comment>
|
||
<rdfs:label>openingHours</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/LocalBusiness"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/unsaturatedFatContent">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/NutritionInformation"/>
|
||
<rdfs:comment>The number of grams of unsaturated fat.</rdfs:comment>
|
||
<rdfs:label>unsaturatedFatContent</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Mass"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/DryCleaningOrLaundry">
|
||
<rdfs:label>DryCleaningOrLaundry</rdfs:label>
|
||
<rdfs:comment>A dry-cleaning business.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
|
||
</rdfs:Class>
|
||
<schema:OrderStatus rdf:about="http://schema.org/OrderDelivered">
|
||
<rdfs:label>OrderDelivered</rdfs:label>
|
||
<rdfs:comment>OrderStatus representing successful delivery of an order.</rdfs:comment>
|
||
</schema:OrderStatus>
|
||
<rdfs:Class rdf:about="http://schema.org/Canal">
|
||
<rdfs:comment>A canal, like the Panama Canal.</rdfs:comment>
|
||
<rdfs:label>Canal</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/BodyOfWater"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/RecyclingCenter">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
|
||
<rdfs:label>RecyclingCenter</rdfs:label>
|
||
<rdfs:comment>A recycling center.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/AccountingService">
|
||
<rdfs:label>AccountingService</rdfs:label>
|
||
<rdfs:comment><![CDATA[Accountancy business.<br/><br/>
|
||
|
||
As a <a class="localLink" href="http://schema.org/LocalBusiness">LocalBusiness</a> it can be described as a <a class="localLink" href="http://schema.org/provider">provider</a> of one or more <a class="localLink" href="http://schema.org/Service">Service</a>(s).]]></rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/FinancialService"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/EventReservation">
|
||
<rdfs:label>EventReservation</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Reservation"/>
|
||
<rdfs:comment><![CDATA[A reservation for an event like a concert, sporting event, or lecture.<br/><br/>
|
||
|
||
Note: 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 <a class="localLink" href="http://schema.org/Offer">Offer</a>.]]></rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/providesService">
|
||
<rdfs:comment>The service provided by this channel.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ServiceChannel"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Service"/>
|
||
<rdfs:label>providesService</rdfs:label>
|
||
</rdf:Property>
|
||
<schema:DayOfWeek rdf:about="http://schema.org/Sunday">
|
||
<schema:sameAs rdf:resource="http://www.wikidata.org/entity/Q132"/>
|
||
<rdfs:comment>The day of the week between Saturday and Monday.</rdfs:comment>
|
||
<rdfs:label>Sunday</rdfs:label>
|
||
</schema:DayOfWeek>
|
||
<rdf:Property rdf:about="http://schema.org/commentCount">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Integer"/>
|
||
<rdfs:label>commentCount</rdfs:label>
|
||
<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.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/streetAddress">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PostalAddress"/>
|
||
<rdfs:label>streetAddress</rdfs:label>
|
||
<rdfs:comment>The street address. For example, 1600 Amphitheatre Pkwy.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/isLiveBroadcast">
|
||
<rdfs:comment>True is the broadcast is of a live event.</rdfs:comment>
|
||
<rdfs:label>isLiveBroadcast</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/BroadcastEvent"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Boolean"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/partOfOrder">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ParcelDelivery"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Order"/>
|
||
<rdfs:label>partOfOrder</rdfs:label>
|
||
<rdfs:comment>The overall order the items in this delivery were included in.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/ticketToken">
|
||
<rdfs:comment>Reference to an asset (e.g., Barcode, QR code image or PDF) usable for entrance.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Ticket"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
<rdfs:label>ticketToken</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/predecessorOf">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/ProductModel"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ProductModel"/>
|
||
<rdfs:label>predecessorOf</rdfs:label>
|
||
<rdfs:comment>A pointer from a previous, often discontinued variant of the product to its newer variant.</rdfs:comment>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/dependencies">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/TechArticle"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>dependencies</rdfs:label>
|
||
<rdfs:comment>Prerequisites needed to fulfill steps in article.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/GeneralContractor">
|
||
<rdfs:label>GeneralContractor</rdfs:label>
|
||
<rdfs:comment>A general contractor.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/HomeAndConstructionBusiness"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/fileSize">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/SoftwareApplication"/>
|
||
<rdfs:comment>Size of the application / package (e.g. 18MB). In the absence of a unit (MB, KB etc.), KB will be assumed.</rdfs:comment>
|
||
<rdfs:label>fileSize</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/ComedyEvent">
|
||
<rdfs:comment>Event type: Comedy event.</rdfs:comment>
|
||
<rdfs:label>ComedyEvent</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Event"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/discount">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Order"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Number"/>
|
||
<rdfs:comment>Any discount applied (to an Order).</rdfs:comment>
|
||
<rdfs:label>discount</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/deliveryStatus">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ParcelDelivery"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DeliveryEvent"/>
|
||
<rdfs:comment>New entry added as the package passes through each leg of its journey (from shipment to final delivery).</rdfs:comment>
|
||
<rdfs:label>deliveryStatus</rdfs:label>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/PoliceStation">
|
||
<rdfs:label>PoliceStation</rdfs:label>
|
||
<rdfs:comment>A police station.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/EmergencyService"/>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/MensClothingStore">
|
||
<rdfs:label>MensClothingStore</rdfs:label>
|
||
<rdfs:comment>A men's clothing store.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/DaySpa">
|
||
<rdfs:comment>A day spa.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/HealthAndBeautyBusiness"/>
|
||
<rdfs:label>DaySpa</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/isrcCode">
|
||
<rdfs:label>isrcCode</rdfs:label>
|
||
<rdfs:comment>The International Standard Recording Code for the recording.</rdfs:comment>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MusicRecording"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/specialOpeningHoursSpecification">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/OpeningHoursSpecification"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Place"/>
|
||
<rdfs:comment><![CDATA[The special opening hours of a certain place.<br/><br/>
|
||
|
||
Use this to explicitly override general opening hours brought in scope by <a class="localLink" href="http://schema.org/openingHoursSpecification">openingHoursSpecification</a> or <a class="localLink" href="http://schema.org/openingHours">openingHours</a>.]]></rdfs:comment>
|
||
<rdfs:label>specialOpeningHoursSpecification</rdfs:label>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/TattooParlor">
|
||
<rdfs:label>TattooParlor</rdfs:label>
|
||
<rdfs:comment>A tattoo parlor.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/HealthAndBeautyBusiness"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/priceType">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>priceType</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/UnitPriceSpecification"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<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.</rdfs:comment>
|
||
</rdf:Property>
|
||
<schema:OfferItemCondition rdf:about="http://schema.org/DamagedCondition">
|
||
<rdfs:comment>Indicates that the item is damaged.</rdfs:comment>
|
||
<rdfs:label>DamagedCondition</rdfs:label>
|
||
</schema:OfferItemCondition>
|
||
<schema:DigitalDocumentPermissionType rdf:about="http://schema.org/WritePermission">
|
||
<rdfs:label>WritePermission</rdfs:label>
|
||
<rdfs:comment>Permission to write or edit the document.</rdfs:comment>
|
||
</schema:DigitalDocumentPermissionType>
|
||
<schema:BookFormatType rdf:about="http://schema.org/AudiobookFormat">
|
||
<rdfs:label>AudiobookFormat</rdfs:label>
|
||
<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.</rdfs:comment>
|
||
</schema:BookFormatType>
|
||
<rdfs:Class rdf:about="http://schema.org/AdultEntertainment">
|
||
<rdfs:label>AdultEntertainment</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/EntertainmentBusiness"/>
|
||
<rdfs:comment>An adult entertainment establishment.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/lyrics">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MusicComposition"/>
|
||
<rdfs:label>lyrics</rdfs:label>
|
||
<rdfs:comment>The words in the song.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/amountOfThisGood">
|
||
<rdfs:label>amountOfThisGood</rdfs:label>
|
||
<rdfs:comment>The quantity of the goods included in the offer.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Number"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/TypeAndQuantityNode"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/Painting">
|
||
<rdfs:comment>A painting.</rdfs:comment>
|
||
<rdfs:label>Painting</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/gameTip">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:comment>Links to tips, tactics, etc.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/VideoGame"/>
|
||
<rdfs:label>gameTip</rdfs:label>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/SportsClub">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/SportsActivityLocation"/>
|
||
<rdfs:label>SportsClub</rdfs:label>
|
||
<rdfs:comment>A sports club.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<schema:Boolean rdf:about="http://schema.org/False">
|
||
<rdfs:comment>The boolean value false.</rdfs:comment>
|
||
<rdfs:label>False</rdfs:label>
|
||
</schema:Boolean>
|
||
<rdf:Property rdf:about="http://schema.org/copyrightHolder">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:comment>The party holding the legal copyright to the CreativeWork.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<rdfs:label>copyrightHolder</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/specialCommitments">
|
||
<rdfs:label>specialCommitments</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/JobPosting"/>
|
||
<rdfs:comment>Any special commitments associated with this job posting. Valid entries include VeteranCommit, MilitarySpouseCommit, etc.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/courseCode">
|
||
<rdfs:comment><![CDATA[The identifier for the <a class="localLink" href="http://schema.org/Course">Course</a> used by the course <a class="localLink" href="http://schema.org/provider">provider</a> (e.g. CS101 or 6.001).]]></rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Course"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>courseCode</rdfs:label>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/AutomatedTeller">
|
||
<rdfs:comment>ATM/cash machine.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/FinancialService"/>
|
||
<rdfs:label>AutomatedTeller</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/SuspendAction">
|
||
<rdfs:comment>The act of momentarily pausing a device or application (e.g. pause music playback or pause a timer).</rdfs:comment>
|
||
<rdfs:label>SuspendAction</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/ControlAction"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/videoQuality">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/VideoObject"/>
|
||
<rdfs:label>videoQuality</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:comment>The quality of the video.</rdfs:comment>
|
||
</rdf:Property>
|
||
<schema:OfferItemCondition rdf:about="http://schema.org/NewCondition">
|
||
<rdfs:comment>Indicates that the item is new.</rdfs:comment>
|
||
<rdfs:label>NewCondition</rdfs:label>
|
||
</schema:OfferItemCondition>
|
||
<rdf:Property rdf:about="http://schema.org/actionAccessibilityRequirement">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ConsumeAction"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/ActionAccessSpecification"/>
|
||
<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.</rdfs:comment>
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/1741"/>
|
||
<schema:category>issue-1741</schema:category>
|
||
<rdfs:label>actionAccessibilityRequirement</rdfs:label>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/OutletStore">
|
||
<rdfs:label>OutletStore</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
|
||
<rdfs:comment>An outlet store.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/birthPlace">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Person"/>
|
||
<rdfs:comment>The place where the person was born.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Place"/>
|
||
<rdfs:label>birthPlace</rdfs:label>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/Distillery">
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/743"/>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/FoodEstablishment"/>
|
||
<rdfs:label>Distillery</rdfs:label>
|
||
<rdfs:comment>A distillery.</rdfs:comment>
|
||
<schema:category>issue-743</schema:category>
|
||
</rdfs:Class>
|
||
<schema:OrderStatus rdf:about="http://schema.org/OrderProblem">
|
||
<rdfs:label>OrderProblem</rdfs:label>
|
||
<rdfs:comment>OrderStatus representing that there is a problem with the order.</rdfs:comment>
|
||
</schema:OrderStatus>
|
||
<schema:MusicReleaseFormatType rdf:about="http://schema.org/DigitalFormat">
|
||
<rdfs:label>DigitalFormat</rdfs:label>
|
||
<rdfs:comment>DigitalFormat.</rdfs:comment>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
|
||
</schema:MusicReleaseFormatType>
|
||
<rdf:Property rdf:about="http://schema.org/clipNumber">
|
||
<rdfs:comment>Position of the clip within an ordered group of clips.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Integer"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Clip"/>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/position"/>
|
||
<rdfs:label>clipNumber</rdfs:label>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/NoteDigitalDocument">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/DigitalDocument"/>
|
||
<rdfs:comment>A file containing a note, primarily for the author.</rdfs:comment>
|
||
<rdfs:label>NoteDigitalDocument</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/instructor">
|
||
<rdfs:comment><![CDATA[A person assigned to instruct or provide instructional assistance for the <a class="localLink" href="http://schema.org/CourseInstance">CourseInstance</a>.]]></rdfs:comment>
|
||
<rdfs:label>instructor</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CourseInstance"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/median">
|
||
<rdfs:comment>The median value.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/QuantitativeValueDistribution"/>
|
||
<rdfs:label>median</rdfs:label>
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/1698"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Number"/>
|
||
<schema:category>issue-1698</schema:category>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/version">
|
||
<rdfs:label>version</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Number"/>
|
||
<rdfs:comment>The version of the CreativeWork embodied by a specified resource.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/musicalKey">
|
||
<rdfs:label>musicalKey</rdfs:label>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
|
||
<rdfs:comment>The key, mode, or scale this composition uses.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MusicComposition"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/Aquarium">
|
||
<rdfs:comment>Aquarium.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
|
||
<rdfs:label>Aquarium</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/serviceUrl">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
<rdfs:comment>The website to access the service.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ServiceChannel"/>
|
||
<rdfs:label>serviceUrl</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/assemblyVersion">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/APIReference"/>
|
||
<rdfs:comment>Associated product/technology version. e.g., .NET Framework 4.5.</rdfs:comment>
|
||
<rdfs:label>assemblyVersion</rdfs:label>
|
||
</rdf:Property>
|
||
<schema:MusicReleaseFormatType rdf:about="http://schema.org/DVDFormat">
|
||
<rdfs:comment>DVDFormat.</rdfs:comment>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
|
||
<rdfs:label>DVDFormat</rdfs:label>
|
||
</schema:MusicReleaseFormatType>
|
||
<rdf:Property rdf:about="http://schema.org/distance">
|
||
<rdfs:comment>The distance travelled, e.g. exercising or travelling.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Distance"/>
|
||
<rdfs:label>distance</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ExerciseAction"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/TravelAction"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/runtime">
|
||
<rdfs:comment>Runtime platform or script interpreter dependencies (Example - Java v1, Python2.3, .Net Framework 3.0).</rdfs:comment>
|
||
<schema:supersededBy>
|
||
<rdf:Property rdf:about="http://schema.org/runtimePlatform">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/SoftwareSourceCode"/>
|
||
<rdfs:label>runtimePlatform</rdfs:label>
|
||
<rdfs:comment>Runtime platform or script interpreter dependencies (Example - Java v1, Python2.3, .Net Framework 3.0).</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
</schema:supersededBy>
|
||
<rdfs:label>runtime</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/SoftwareSourceCode"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/SiteNavigationElement">
|
||
<rdfs:comment>A navigation element of the page.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/WebPageElement"/>
|
||
<rdfs:label>SiteNavigationElement</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Periodical">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreativeWorkSeries"/>
|
||
<rdfs:label>Periodical</rdfs:label>
|
||
<rdfs:comment><![CDATA[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.<br/><br/>
|
||
|
||
See also <a href="http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html">blog post</a>.]]></rdfs:comment>
|
||
<owl:equivalentClass rdf:resource="http://purl.org/ontology/bibo/Periodical"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/broadcastDisplayName">
|
||
<rdfs:label>broadcastDisplayName</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/BroadcastService"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:comment>The name displayed in the channel guide. For many US affiliates, it is the network name.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/SportingGoodsStore">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
|
||
<rdfs:label>SportingGoodsStore</rdfs:label>
|
||
<rdfs:comment>A sporting goods store.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<schema:ItemListOrderType rdf:about="http://schema.org/ItemListUnordered">
|
||
<rdfs:label>ItemListUnordered</rdfs:label>
|
||
<rdfs:comment>An ItemList ordered with no explicit order.</rdfs:comment>
|
||
</schema:ItemListOrderType>
|
||
<rdfs:Class rdf:about="http://schema.org/BankOrCreditUnion">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/FinancialService"/>
|
||
<rdfs:label>BankOrCreditUnion</rdfs:label>
|
||
<rdfs:comment>Bank or credit union.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/cheatCode">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/VideoGame"/>
|
||
<rdfs:comment>Cheat codes to the game.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/VideoGameSeries"/>
|
||
<rdfs:label>cheatCode</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/lesserOrEqual">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<rdfs:comment>This ordering relation for qualitative values indicates that the subject is lesser than or equal to the object.</rdfs:comment>
|
||
<rdfs:label>lesserOrEqual</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/QualitativeValue"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/QualitativeValue"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/MiddleSchool">
|
||
<rdfs:comment>A middle school (typically for children aged around 11-14, although this varies somewhat).</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/EducationalOrganization"/>
|
||
<rdfs:label>MiddleSchool</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/dissolutionDate">
|
||
<rdfs:comment>The date that this organization was dissolved.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<rdfs:label>dissolutionDate</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Date"/>
|
||
</rdf:Property>
|
||
<schema:OrderStatus rdf:about="http://schema.org/OrderCancelled">
|
||
<rdfs:label>OrderCancelled</rdfs:label>
|
||
<rdfs:comment>OrderStatus representing cancellation of an order.</rdfs:comment>
|
||
</schema:OrderStatus>
|
||
<rdf:Property rdf:about="http://schema.org/keywords">
|
||
<rdfs:comment>Keywords or tags used to describe this content. Multiple entries in a keywords list are typically delimited by commas.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>keywords</rdfs:label>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/ResumeAction">
|
||
<rdfs:comment>The act of resuming a device or application which was formerly paused (e.g. resume music playback or resume a timer).</rdfs:comment>
|
||
<rdfs:label>ResumeAction</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/ControlAction"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/benefits">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/JobPosting"/>
|
||
<rdfs:comment>Description of benefits associated with the job.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:supersededBy>
|
||
<rdf:Property rdf:about="http://schema.org/jobBenefits">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:comment>Description of benefits associated with the job.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/JobPosting"/>
|
||
<rdfs:label>jobBenefits</rdfs:label>
|
||
</rdf:Property>
|
||
</schema:supersededBy>
|
||
<rdfs:label>benefits</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/cargoVolume">
|
||
<rdfs:comment><![CDATA[The available volume for cargo or luggage. For automobiles, this is usually the trunk volume.<br/><br/>
|
||
|
||
Typical unit code(s): LTR for liters, FTQ for cubic foot/feet<br/><br/>
|
||
|
||
Note: You can use <a class="localLink" href="http://schema.org/minValue">minValue</a> and <a class="localLink" href="http://schema.org/maxValue">maxValue</a> to indicate ranges.]]></rdfs:comment>
|
||
<rdfs:label>cargoVolume</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Vehicle"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/QuantitativeValue"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/gameItem">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/VideoGameSeries"/>
|
||
<rdfs:label>gameItem</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Game"/>
|
||
<rdfs:comment>An item is an object within the game world that can be collected by a player or, occasionally, a non-player character.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Thing"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/targetName">
|
||
<rdfs:label>targetName</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:comment>The name of a node in an established educational framework.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/AlignmentObject"/>
|
||
</rdf:Property>
|
||
<schema:MapCategoryType rdf:about="http://schema.org/SeatingMap">
|
||
<rdfs:comment>A seating map.</rdfs:comment>
|
||
<rdfs:label>SeatingMap</rdfs:label>
|
||
</schema:MapCategoryType>
|
||
<rdfs:Class rdf:about="http://schema.org/EmploymentAgency">
|
||
<rdfs:label>EmploymentAgency</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
|
||
<rdfs:comment>An employment agency.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/BeautySalon">
|
||
<rdfs:label>BeautySalon</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/HealthAndBeautyBusiness"/>
|
||
<rdfs:comment>Beauty salon.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Pond">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/BodyOfWater"/>
|
||
<rdfs:label>Pond</rdfs:label>
|
||
<rdfs:comment>A pond.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/TheaterEvent">
|
||
<rdfs:comment>Event type: Theater performance.</rdfs:comment>
|
||
<rdfs:label>TheaterEvent</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Event"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/UserPageVisits">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/UserInteraction"/>
|
||
<rdfs:label>UserPageVisits</rdfs:label>
|
||
<schema:supersededBy rdf:resource="http://schema.org/InteractionCounter"/>
|
||
<rdfs:comment><![CDATA[UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use <a class="localLink" href="http://schema.org/Action">Action</a>-based vocabulary, alongside types such as <a class="localLink" href="http://schema.org/Comment">Comment</a>.]]></rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/acquiredFrom">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<rdfs:label>acquiredFrom</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/OwnershipInfo"/>
|
||
<rdfs:comment>The organization or person from which the product was acquired.</rdfs:comment>
|
||
</rdf:Property>
|
||
<schema:OrderStatus rdf:about="http://schema.org/OrderReturned">
|
||
<rdfs:comment>OrderStatus representing that an order has been returned.</rdfs:comment>
|
||
<rdfs:label>OrderReturned</rdfs:label>
|
||
</schema:OrderStatus>
|
||
<rdfs:Class rdf:about="http://schema.org/DislikeAction">
|
||
<rdfs:comment>The act of expressing a negative sentiment about the object. An agent dislikes an object (a proposition, topic or theme) with participants.</rdfs:comment>
|
||
<rdfs:label>DislikeAction</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/ReactAction"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/permissionType">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/DigitalDocumentPermission"/>
|
||
<rdfs:comment>The type of permission granted the person, organization, or audience.</rdfs:comment>
|
||
<rdfs:label>permissionType</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DigitalDocumentPermissionType"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/Locksmith">
|
||
<rdfs:label>Locksmith</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/HomeAndConstructionBusiness"/>
|
||
<rdfs:comment>A locksmith.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/seatingType">
|
||
<rdfs:label>seatingType</rdfs:label>
|
||
<rdfs:comment>The type/class of the seat.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/QualitativeValue"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Seat"/>
|
||
</rdf:Property>
|
||
<schema:BookFormatType rdf:about="http://schema.org/Hardcover">
|
||
<rdfs:comment>Book format: Hardcover.</rdfs:comment>
|
||
<rdfs:label>Hardcover</rdfs:label>
|
||
</schema:BookFormatType>
|
||
<rdfs:Class rdf:about="http://schema.org/CityHall">
|
||
<rdfs:label>CityHall</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/GovernmentBuilding"/>
|
||
<rdfs:comment>A city hall.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/educationalRole">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>educationalRole</rdfs:label>
|
||
<rdfs:comment>An educationalRole of an EducationalAudience.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/EducationalAudience"/>
|
||
</rdf:Property>
|
||
<schema:RestrictedDiet rdf:about="http://schema.org/LowCalorieDiet">
|
||
<rdfs:comment>A diet focused on reduced calorie intake.</rdfs:comment>
|
||
<rdfs:label>LowCalorieDiet</rdfs:label>
|
||
</schema:RestrictedDiet>
|
||
<rdfs:Class rdf:about="http://schema.org/ImageGallery">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/MediaGallery"/>
|
||
<rdfs:label>ImageGallery</rdfs:label>
|
||
<rdfs:comment>Web page type: Image gallery page.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/playerType">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MediaObject"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>playerType</rdfs:label>
|
||
<rdfs:comment>Player type required&#x2014;for example, Flash or Silverlight.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/broadcastFrequency">
|
||
<rdfs:label>broadcastFrequency</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/BroadcastChannel"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/BroadcastFrequencySpecification"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/BroadcastService"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:category>issue-1004</schema:category>
|
||
<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".</rdfs:comment>
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/1004"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/previousItem">
|
||
<rdfs:comment>A link to the ListItem that preceeds the current one.</rdfs:comment>
|
||
<rdfs:label>previousItem</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ListItem"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/ListItem"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/calories">
|
||
<rdfs:label>calories</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/NutritionInformation"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Energy"/>
|
||
<rdfs:comment>The number of calories.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/serverStatus">
|
||
<rdfs:comment>Status of a game server.</rdfs:comment>
|
||
<rdfs:label>serverStatus</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/GameServerStatus"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/GameServer"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/borrower">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/LendAction"/>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/participant"/>
|
||
<rdfs:comment>A sub property of participant. The person that borrows the object being lent.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<rdfs:label>borrower</rdfs:label>
|
||
</rdf:Property>
|
||
<schema:EventStatusType rdf:about="http://schema.org/EventCancelled">
|
||
<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).</rdfs:comment>
|
||
<rdfs:label>EventCancelled</rdfs:label>
|
||
</schema:EventStatusType>
|
||
<rdf:Property rdf:about="http://schema.org/passengerPriorityStatus">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/FlightReservation"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:comment>The priority status assigned to a passenger for security or boarding (e.g. FastTrack or Priority).</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/QualitativeValue"/>
|
||
<rdfs:label>passengerPriorityStatus</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/smokingAllowed">
|
||
<rdfs:label>smokingAllowed</rdfs:label>
|
||
<dct:source rdf:resource="https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Boolean"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Place"/>
|
||
<rdfs:comment>Indicates whether it is allowed to smoke in the place, e.g. in the restaurant, hotel or hotel room.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/broadcastTimezone">
|
||
<rdfs:label>broadcastTimezone</rdfs:label>
|
||
<rdfs:comment><![CDATA[The timezone in <a href="http://en.wikipedia.org/wiki/ISO_8601">ISO 8601 format</a> for which the service bases its broadcasts]]></rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/BroadcastService"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/Cemetery">
|
||
<rdfs:comment>A graveyard.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
|
||
<rdfs:label>Cemetery</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/TravelAgency">
|
||
<rdfs:comment>A travel agency.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
|
||
<rdfs:label>TravelAgency</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/valueAddedTaxIncluded">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PriceSpecification"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<rdfs:comment>Specifies whether the applicable value-added tax (VAT) is included in the price specification or not.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Boolean"/>
|
||
<rdfs:label>valueAddedTaxIncluded</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/buyer">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<rdfs:comment>A sub property of participant. The participant/person/organization that bought the object.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/SellAction"/>
|
||
<rdfs:subPropertyOf rdf:resource="http://schema.org/participant"/>
|
||
<rdfs:label>buyer</rdfs:label>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/AutoRental">
|
||
<rdfs:label>AutoRental</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/AutomotiveBusiness"/>
|
||
<rdfs:comment>A car rental business.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/membershipNumber">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ProgramMembership"/>
|
||
<rdfs:label>membershipNumber</rdfs:label>
|
||
<rdfs:comment>A unique identifier for the membership.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/videoFormat">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/BroadcastService"/>
|
||
<rdfs:label>videoFormat</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ScreeningEvent"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/BroadcastEvent"/>
|
||
<rdfs:comment>The type of screening or video broadcast used (e.g. IMAX, 3D, SD, HD, etc.).</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<schema:MusicAlbumProductionType rdf:about="http://schema.org/DemoAlbum">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
|
||
<rdfs:comment>DemoAlbum.</rdfs:comment>
|
||
<rdfs:label>DemoAlbum</rdfs:label>
|
||
</schema:MusicAlbumProductionType>
|
||
<rdf:Property rdf:about="http://schema.org/numChildren">
|
||
<rdfs:label>numChildren</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/QuantitativeValue"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Integer"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/LodgingReservation"/>
|
||
<rdfs:comment>The number of children staying in the unit.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/tickerSymbol">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Corporation"/>
|
||
<rdfs:label>tickerSymbol</rdfs:label>
|
||
<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.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/affiliation">
|
||
<rdfs:label>affiliation</rdfs:label>
|
||
<rdfs:comment>An organization that this person is affiliated with. For example, a school/university, a club, or a team.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Person"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<rdfs:subPropertyOf>
|
||
<rdf:Property rdf:about="http://schema.org/memberOf">
|
||
<rdfs:comment>An Organization (or ProgramMembership) to which this Person or Organization belongs.</rdfs:comment>
|
||
<schema:inverseOf rdf:resource="http://schema.org/member"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<rdfs:label>memberOf</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Person"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/ProgramMembership"/>
|
||
</rdf:Property>
|
||
</rdfs:subPropertyOf>
|
||
</rdf:Property>
|
||
<schema:ItemAvailability rdf:about="http://schema.org/PreSale">
|
||
<rdfs:comment>Indicates that the item is available for ordering and delivery before general availability.</rdfs:comment>
|
||
<rdfs:label>PreSale</rdfs:label>
|
||
</schema:ItemAvailability>
|
||
<schema:Audience rdf:about="http://schema.org/Researcher">
|
||
<rdfs:comment>Researchers.</rdfs:comment>
|
||
<rdfs:label>Researcher</rdfs:label>
|
||
</schema:Audience>
|
||
<rdf:Property rdf:about="http://schema.org/billingIncrement">
|
||
<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.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Number"/>
|
||
<rdfs:label>billingIncrement</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/UnitPriceSpecification"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
</rdf:Property>
|
||
<schema:ContactPointOption rdf:about="http://schema.org/HearingImpairedSupported">
|
||
<rdfs:comment>Uses devices to support users with hearing impairments.</rdfs:comment>
|
||
<rdfs:label>HearingImpairedSupported</rdfs:label>
|
||
</schema:ContactPointOption>
|
||
<schema:RestrictedDiet rdf:about="http://schema.org/LowLactoseDiet">
|
||
<rdfs:comment>A diet appropriate for people with lactose intolerance.</rdfs:comment>
|
||
<rdfs:label>LowLactoseDiet</rdfs:label>
|
||
</schema:RestrictedDiet>
|
||
<rdf:Property rdf:about="http://schema.org/mileageFromOdometer">
|
||
<rdfs:label>mileageFromOdometer</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Vehicle"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/QuantitativeValue"/>
|
||
<rdfs:comment><![CDATA[The total distance travelled by the particular vehicle since its initial production, as read from its odometer.<br/><br/>
|
||
|
||
Typical unit code(s): KMT for kilometers, SMI for statute miles]]></rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/line">
|
||
<rdfs:label>line</rdfs:label>
|
||
<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.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/GeoShape"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/Float">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Number"/>
|
||
<rdfs:label>Float</rdfs:label>
|
||
<rdfs:comment>Data type: Floating number.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/ParcelService">
|
||
<rdfs:comment><![CDATA[A private parcel service as the delivery mode available for a certain offer.<br/><br/>
|
||
|
||
Commonly used values:<br/><br/>
|
||
|
||
<ul>
|
||
<li>http://purl.org/goodrelations/v1#DHL</li>
|
||
<li>http://purl.org/goodrelations/v1#FederalExpress</li>
|
||
<li>http://purl.org/goodrelations/v1#UPS</li>
|
||
</ul>
|
||
]]></rdfs:comment>
|
||
<rdfs:label>ParcelService</rdfs:label>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass"/>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/DeliveryMethod"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/MusicVenue">
|
||
<rdfs:comment>A music venue.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
|
||
<rdfs:label>MusicVenue</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/reviewRating">
|
||
<rdfs:comment><![CDATA[The rating given in this review. Note that reviews can themselves be rated. The <code>reviewRating</code> applies to rating given by the review. The <a class="localLink" href="http://schema.org/aggregateRating">aggregateRating</a> property applies to the review itself, as a creative work.]]></rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Rating"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Review"/>
|
||
<rdfs:label>reviewRating</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/releaseNotes">
|
||
<rdfs:label>releaseNotes</rdfs:label>
|
||
<rdfs:comment>Description of what changed in this version.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/SoftwareApplication"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<schema:EventStatusType rdf:about="http://schema.org/EventPostponed">
|
||
<rdfs:label>EventPostponed</rdfs:label>
|
||
<rdfs:comment>The event has been postponed and no new date has been set. The event's previousStartDate should be set.</rdfs:comment>
|
||
</schema:EventStatusType>
|
||
<schema:DayOfWeek rdf:about="http://schema.org/Tuesday">
|
||
<rdfs:label>Tuesday</rdfs:label>
|
||
<rdfs:comment>The day of the week between Monday and Wednesday.</rdfs:comment>
|
||
<schema:sameAs rdf:resource="http://www.wikidata.org/entity/Q127"/>
|
||
</schema:DayOfWeek>
|
||
<schema:DigitalDocumentPermissionType rdf:about="http://schema.org/ReadPermission">
|
||
<rdfs:comment>Permission to read or view the document.</rdfs:comment>
|
||
<rdfs:label>ReadPermission</rdfs:label>
|
||
</schema:DigitalDocumentPermissionType>
|
||
<rdf:Property rdf:about="http://schema.org/servicePostalAddress">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/PostalAddress"/>
|
||
<rdfs:label>servicePostalAddress</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ServiceChannel"/>
|
||
<rdfs:comment>The address for accessing the service by mail.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/CollegeOrUniversity">
|
||
<rdfs:comment>A college, university, or other third-level educational institution.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/EducationalOrganization"/>
|
||
<rdfs:label>CollegeOrUniversity</rdfs:label>
|
||
</rdfs:Class>
|
||
<schema:DayOfWeek rdf:about="http://schema.org/Wednesday">
|
||
<rdfs:label>Wednesday</rdfs:label>
|
||
<schema:sameAs rdf:resource="http://www.wikidata.org/entity/Q128"/>
|
||
<rdfs:comment>The day of the week between Tuesday and Thursday.</rdfs:comment>
|
||
</schema:DayOfWeek>
|
||
<rdf:Property rdf:about="http://schema.org/typicalAgeRange">
|
||
<rdfs:label>typicalAgeRange</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:comment>The typical expected age range, e.g. '7-9', '11-'.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Event"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/Bakery">
|
||
<rdfs:label>Bakery</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/FoodEstablishment"/>
|
||
<rdfs:comment>A bakery.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/honorificSuffix">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Person"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>honorificSuffix</rdfs:label>
|
||
<rdfs:comment>An honorific suffix preceding a Person's name such as M.D. /PhD/MSCSW.</rdfs:comment>
|
||
</rdf:Property>
|
||
<schema:GamePlayMode rdf:about="http://schema.org/CoOp">
|
||
<rdfs:label>CoOp</rdfs:label>
|
||
<rdfs:comment>Play mode: CoOp. Co-operative games, where you play on the same team with friends.</rdfs:comment>
|
||
</schema:GamePlayMode>
|
||
<rdfs:Class rdf:about="http://schema.org/EventVenue">
|
||
<rdfs:comment>An event venue.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
|
||
<rdfs:label>EventVenue</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/itemShipped">
|
||
<rdfs:label>itemShipped</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Product"/>
|
||
<rdfs:comment>Item(s) being shipped.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ParcelDelivery"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/locationCreated">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Place"/>
|
||
<rdfs:comment>The location where the CreativeWork was created, which may not be the same as the location depicted in the CreativeWork.</rdfs:comment>
|
||
<rdfs:label>locationCreated</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/accessibilityHazard">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:comment><![CDATA[A characteristic of the described resource that is physiologically dangerous to some users. Related to WCAG 2.0 guideline 2.3 (<a href="http://www.w3.org/wiki/WebSchemas/Accessibility">WebSchemas wiki lists possible values</a>).]]></rdfs:comment>
|
||
<rdfs:label>accessibilityHazard</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<schema:MusicAlbumProductionType rdf:about="http://schema.org/MixtapeAlbum">
|
||
<rdfs:comment>MixtapeAlbum.</rdfs:comment>
|
||
<rdfs:label>MixtapeAlbum</rdfs:label>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
|
||
</schema:MusicAlbumProductionType>
|
||
<schema:DriveWheelConfigurationValue rdf:about="http://schema.org/AllWheelDriveConfiguration">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group"/>
|
||
<rdfs:label>AllWheelDriveConfiguration</rdfs:label>
|
||
<rdfs:comment>All-wheel Drive is a transmission layout where the engine drives all four wheels.</rdfs:comment>
|
||
</schema:DriveWheelConfigurationValue>
|
||
<rdf:Property rdf:about="http://schema.org/suggestedMaxAge">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Number"/>
|
||
<rdfs:comment>Maximal age recommended for viewing content.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PeopleAudience"/>
|
||
<rdfs:label>suggestedMaxAge</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/requiredMinAge">
|
||
<rdfs:label>requiredMinAge</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Integer"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PeopleAudience"/>
|
||
<rdfs:comment>Audiences defined by a person's minimum age.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/alignmentType">
|
||
<rdfs:label>alignmentType</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/AlignmentObject"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<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'.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/suggestedGender">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PeopleAudience"/>
|
||
<rdfs:label>suggestedGender</rdfs:label>
|
||
<rdfs:comment>The gender of the person or audience.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/PublicSwimmingPool">
|
||
<rdfs:comment>A public swimming pool.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/SportsActivityLocation"/>
|
||
<rdfs:label>PublicSwimmingPool</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/TennisComplex">
|
||
<rdfs:comment>A tennis complex.</rdfs:comment>
|
||
<rdfs:label>TennisComplex</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/SportsActivityLocation"/>
|
||
</rdfs:Class>
|
||
<schema:ItemAvailability rdf:about="http://schema.org/OutOfStock">
|
||
<rdfs:comment>Indicates that the item is out of stock.</rdfs:comment>
|
||
<rdfs:label>OutOfStock</rdfs:label>
|
||
</schema:ItemAvailability>
|
||
<rdf:Property rdf:about="http://schema.org/translator">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<rdfs:label>translator</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<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.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Event"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/totalPaymentDue">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Invoice"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/MonetaryAmount"/>
|
||
<rdfs:label>totalPaymentDue</rdfs:label>
|
||
<rdfs:comment>The total amount due.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/PriceSpecification"/>
|
||
</rdf:Property>
|
||
<schema:MusicReleaseFormatType rdf:about="http://schema.org/CassetteFormat">
|
||
<rdfs:label>CassetteFormat</rdfs:label>
|
||
<rdfs:comment>CassetteFormat.</rdfs:comment>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
|
||
</schema:MusicReleaseFormatType>
|
||
<rdf:Property rdf:about="http://schema.org/dateline">
|
||
<rdfs:label>dateline</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/NewsArticle"/>
|
||
<rdfs:comment><![CDATA[A <a href="https://en.wikipedia.org/wiki/Dateline">dateline</a> 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.<br/><br/>
|
||
|
||
Structured representations of dateline-related information can also be expressed more explicitly using <a class="localLink" href="http://schema.org/locationCreated">locationCreated</a> (which represents where a work was created e.g. where a news report was written). For location depicted or described in the content, use <a class="localLink" href="http://schema.org/contentLocation">contentLocation</a>.<br/><br/>
|
||
|
||
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".]]></rdfs:comment>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/Embassy">
|
||
<rdfs:comment>An embassy.</rdfs:comment>
|
||
<rdfs:label>Embassy</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/GovernmentBuilding"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/paymentUrl">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Order"/>
|
||
<rdfs:comment>The URL for sending a payment.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
<rdfs:label>paymentUrl</rdfs:label>
|
||
</rdf:Property>
|
||
<schema:Boolean rdf:about="http://schema.org/True">
|
||
<rdfs:label>True</rdfs:label>
|
||
<rdfs:comment>The boolean value true.</rdfs:comment>
|
||
</schema:Boolean>
|
||
<rdf:Property rdf:about="http://schema.org/postalCode">
|
||
<rdfs:comment>The postal code. For example, 94043.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/GeoShape"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>postalCode</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PostalAddress"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/GeoCoordinates"/>
|
||
</rdf:Property>
|
||
<schema:GameServerStatus rdf:about="http://schema.org/OfflineTemporarily">
|
||
<rdfs:comment>Game server status: OfflineTemporarily. Server is offline now but it can be online soon.</rdfs:comment>
|
||
<rdfs:label>OfflineTemporarily</rdfs:label>
|
||
</schema:GameServerStatus>
|
||
<rdfs:Class rdf:about="http://schema.org/AMRadioChannel">
|
||
<rdfs:comment>A radio channel that uses AM.</rdfs:comment>
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/1004"/>
|
||
<schema:category>issue-1004</schema:category>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/RadioChannel"/>
|
||
<rdfs:label>AMRadioChannel</rdfs:label>
|
||
</rdfs:Class>
|
||
<schema:OrderStatus rdf:about="http://schema.org/OrderProcessing">
|
||
<rdfs:label>OrderProcessing</rdfs:label>
|
||
<rdfs:comment>OrderStatus representing that an order is being processed.</rdfs:comment>
|
||
</schema:OrderStatus>
|
||
<schema:ActionStatusType rdf:about="http://schema.org/PotentialActionStatus">
|
||
<rdfs:comment>A description of an action that is supported.</rdfs:comment>
|
||
<rdfs:label>PotentialActionStatus</rdfs:label>
|
||
</schema:ActionStatusType>
|
||
<rdf:Property rdf:about="http://schema.org/free">
|
||
<schema:supersededBy>
|
||
<rdf:Property rdf:about="http://schema.org/isAccessibleForFree">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PublicationEvent"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Place"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Boolean"/>
|
||
<rdfs:comment>A flag to signal that the item, event, or place is accessible for free.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Event"/>
|
||
<rdfs:label>isAccessibleForFree</rdfs:label>
|
||
</rdf:Property>
|
||
</schema:supersededBy>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PublicationEvent"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Boolean"/>
|
||
<rdfs:comment>A flag to signal that the item, event, or place is accessible for free.</rdfs:comment>
|
||
<rdfs:label>free</rdfs:label>
|
||
</rdf:Property>
|
||
<schema:ItemAvailability rdf:about="http://schema.org/InStock">
|
||
<rdfs:comment>Indicates that the item is in stock.</rdfs:comment>
|
||
<rdfs:label>InStock</rdfs:label>
|
||
</schema:ItemAvailability>
|
||
<rdfs:Class rdf:about="http://schema.org/Plumber">
|
||
<rdfs:label>Plumber</rdfs:label>
|
||
<rdfs:comment>A plumbing service.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/HomeAndConstructionBusiness"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/targetDescription">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/AlignmentObject"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:comment>The description of a node in an established educational framework.</rdfs:comment>
|
||
<rdfs:label>targetDescription</rdfs:label>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/SeaBodyOfWater">
|
||
<rdfs:label>SeaBodyOfWater</rdfs:label>
|
||
<rdfs:comment>A sea (for example, the Caspian sea).</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/BodyOfWater"/>
|
||
</rdfs:Class>
|
||
<schema:RestrictedDiet rdf:about="http://schema.org/LowFatDiet">
|
||
<rdfs:label>LowFatDiet</rdfs:label>
|
||
<rdfs:comment>A diet focused on reduced fat and cholesterol intake.</rdfs:comment>
|
||
</schema:RestrictedDiet>
|
||
<rdf:Property rdf:about="http://schema.org/arrivalPlatform">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/TrainTrip"/>
|
||
<rdfs:comment>The platform where the train arrives.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>arrivalPlatform</rdfs:label>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/webCheckinTime">
|
||
<rdfs:label>webCheckinTime</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/DateTime"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Flight"/>
|
||
<rdfs:comment>The time when a passenger can check into the flight online.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/valuePattern">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/PropertyValueSpecification"/>
|
||
<rdfs:label>valuePattern</rdfs:label>
|
||
<rdfs:comment>Specifies a regular expression for testing literal values according to the HTML spec.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<schema:DayOfWeek rdf:about="http://schema.org/Monday">
|
||
<rdfs:comment>The day of the week between Sunday and Tuesday.</rdfs:comment>
|
||
<schema:sameAs rdf:resource="http://www.wikidata.org/entity/Q105"/>
|
||
<rdfs:label>Monday</rdfs:label>
|
||
</schema:DayOfWeek>
|
||
<rdfs:Class rdf:about="http://schema.org/CancelAction">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/PlanAction"/>
|
||
<rdfs:label>CancelAction</rdfs:label>
|
||
<rdfs:comment><![CDATA[The act of asserting that a future event/action is no longer going to happen.<br/><br/>
|
||
|
||
Related actions:<br/><br/>
|
||
|
||
<ul>
|
||
<li><a class="localLink" href="http://schema.org/ConfirmAction">ConfirmAction</a>: The antonym of CancelAction.</li>
|
||
</ul>
|
||
]]></rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/primaryImageOfPage">
|
||
<rdfs:comment>Indicates the main image on the page.</rdfs:comment>
|
||
<rdfs:label>primaryImageOfPage</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/WebPage"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/ImageObject"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/EmailMessage">
|
||
<rdfs:label>EmailMessage</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Message"/>
|
||
<rdfs:comment>An email message.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/childMaxAge">
|
||
<rdfs:label>childMaxAge</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Number"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ParentAudience"/>
|
||
<rdfs:comment>Maximal age of the child.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/ToyStore">
|
||
<rdfs:label>ToyStore</rdfs:label>
|
||
<rdfs:comment>A toy store.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/coursePrerequisites">
|
||
<rdfs:comment><![CDATA[Requirements for taking the Course. May be completion of another <a class="localLink" href="http://schema.org/Course">Course</a> or a textual description like "permission of instructor". Requirements may be a pre-requisite competency, referenced using <a class="localLink" href="http://schema.org/AlignmentObject">AlignmentObject</a>.]]></rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Course"/>
|
||
<rdfs:label>coursePrerequisites</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/AlignmentObject"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Course"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
</rdf:Property>
|
||
<schema:DayOfWeek rdf:about="http://schema.org/Friday">
|
||
<rdfs:comment>The day of the week between Thursday and Saturday.</rdfs:comment>
|
||
<schema:sameAs rdf:resource="http://www.wikidata.org/entity/Q130"/>
|
||
<rdfs:label>Friday</rdfs:label>
|
||
</schema:DayOfWeek>
|
||
<rdf:Property rdf:about="http://schema.org/fiberContent">
|
||
<rdfs:label>fiberContent</rdfs:label>
|
||
<rdfs:comment>The number of grams of fiber.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Mass"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/NutritionInformation"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/itemListElement">
|
||
<rdfs:label>itemListElement</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/ListItem"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Text"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Thing"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/ItemList"/>
|
||
<rdfs:comment><![CDATA[For itemListElement values, you can use simple strings (e.g. "Peter", "Paul", "Mary"), existing entities, or use ListItem.<br/><br/>
|
||
|
||
Text values are best if the elements in the list are plain strings. Existing entities are best for a simple, unordered list of existing things in your data. ListItem is used with ordered lists when you want to provide additional context about the element in that list or when the same item might be in different places in different lists.<br/><br/>
|
||
|
||
Note: The order of elements in your mark-up is not sufficient for indicating the order or elements. Use ListItem with a 'position' property in such cases.]]></rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/programMembershipUsed">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Reservation"/>
|
||
<rdfs:label>programMembershipUsed</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/ProgramMembership"/>
|
||
<rdfs:comment>Any membership in a frequent flyer, hotel loyalty program, etc. being applied to the reservation.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/AgreeAction">
|
||
<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.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/ReactAction"/>
|
||
<rdfs:label>AgreeAction</rdfs:label>
|
||
</rdfs:Class>
|
||
<schema:RestrictedDiet rdf:about="http://schema.org/HalalDiet">
|
||
<rdfs:comment>A diet conforming to Islamic dietary practices.</rdfs:comment>
|
||
<rdfs:label>HalalDiet</rdfs:label>
|
||
</schema:RestrictedDiet>
|
||
<schema:PaymentStatusType rdf:about="http://schema.org/PaymentDue">
|
||
<rdfs:label>PaymentDue</rdfs:label>
|
||
<rdfs:comment>The payment is due, but still within an acceptable time to be received.</rdfs:comment>
|
||
</schema:PaymentStatusType>
|
||
<rdfs:Class rdf:about="http://schema.org/Museum">
|
||
<rdfs:label>Museum</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
|
||
<rdfs:comment>A museum.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<schema:PaymentStatusType rdf:about="http://schema.org/PaymentPastDue">
|
||
<rdfs:label>PaymentPastDue</rdfs:label>
|
||
<rdfs:comment>The payment is due and considered late.</rdfs:comment>
|
||
</schema:PaymentStatusType>
|
||
<schema:DriveWheelConfigurationValue rdf:about="http://schema.org/FourWheelDriveConfiguration">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group"/>
|
||
<rdfs:comment>Four-wheel drive is a transmission layout where the engine primarily drives two wheels with a part-time four-wheel drive capability.</rdfs:comment>
|
||
<rdfs:label>FourWheelDriveConfiguration</rdfs:label>
|
||
</schema:DriveWheelConfigurationValue>
|
||
<rdf:Property rdf:about="http://schema.org/dateVehicleFirstRegistered">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Date"/>
|
||
<rdfs:comment>The date of the first registration of the vehicle with the respective public authorities.</rdfs:comment>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Vehicle"/>
|
||
<rdfs:label>dateVehicleFirstRegistered</rdfs:label>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/Motel">
|
||
<rdfs:label>Motel</rdfs:label>
|
||
<rdfs:comment><![CDATA[A motel.
|
||
<br /><br />
|
||
See also the <a href="/docs/hotels.html">dedicated document on the use of schema.org for marking up hotels and other forms of accommodations</a>.]]></rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/LodgingBusiness"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/DepartmentStore">
|
||
<rdfs:label>DepartmentStore</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Store"/>
|
||
<rdfs:comment>A department store.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/NailSalon">
|
||
<rdfs:comment>A nail salon.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/HealthAndBeautyBusiness"/>
|
||
<rdfs:label>NailSalon</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/ScheduleAction">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/PlanAction"/>
|
||
<rdfs:label>ScheduleAction</rdfs:label>
|
||
<rdfs:comment><![CDATA[Scheduling future actions, events, or tasks.<br/><br/>
|
||
|
||
Related actions:<br/><br/>
|
||
|
||
<ul>
|
||
<li><a class="localLink" href="http://schema.org/ReserveAction">ReserveAction</a>: Unlike ReserveAction, ScheduleAction allocates future actions (e.g. an event, a task, etc) towards a time slot / spatial allocation.</li>
|
||
</ul>
|
||
]]></rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/DepartAction">
|
||
<rdfs:comment>The act of departing from a place. An agent departs from an fromLocation for a destination, optionally with participants.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/MoveAction"/>
|
||
<rdfs:label>DepartAction</rdfs:label>
|
||
</rdfs:Class>
|
||
<schema:RestrictedDiet rdf:about="http://schema.org/VeganDiet">
|
||
<rdfs:label>VeganDiet</rdfs:label>
|
||
<rdfs:comment>A diet exclusive of all animal products.</rdfs:comment>
|
||
</schema:RestrictedDiet>
|
||
<rdfs:Class rdf:about="http://schema.org/PayAction">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/TradeAction"/>
|
||
<rdfs:label>PayAction</rdfs:label>
|
||
<rdfs:comment>An agent pays a price to a participant.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/BusTrip">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Trip"/>
|
||
<rdfs:label>BusTrip</rdfs:label>
|
||
<rdfs:comment>A trip on a commercial bus line.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/OfferCatalog">
|
||
<rdfs:comment>An OfferCatalog is an ItemList that contains related Offers and/or further OfferCatalogs that are offeredBy the same provider.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/ItemList"/>
|
||
<rdfs:label>OfferCatalog</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Quantity">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Intangible"/>
|
||
<rdfs:comment>Quantities such as distance, time, mass, weight, etc. Particular instances of say Mass are entities like '3 Kg' or '4 milligrams'.</rdfs:comment>
|
||
<rdfs:label>Quantity</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/SingleFamilyResidence">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/House"/>
|
||
<rdfs:label>SingleFamilyResidence</rdfs:label>
|
||
<rdfs:comment>Residence type: Single-family home.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/BlogPosting">
|
||
<rdfs:comment>A blog post.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/SocialMediaPosting"/>
|
||
<rdfs:label>BlogPosting</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Product">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Thing"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<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.</rdfs:comment>
|
||
<rdfs:label>Product</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/BroadcastService">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Service"/>
|
||
<rdfs:comment>A delivery service through which content is provided via broadcast over the air or online.</rdfs:comment>
|
||
<rdfs:label>BroadcastService</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/ScreeningEvent">
|
||
<rdfs:comment>A screening of a movie or other video.</rdfs:comment>
|
||
<rdfs:label>ScreeningEvent</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Event"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/APIReference">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/TechArticle"/>
|
||
<rdfs:label>APIReference</rdfs:label>
|
||
<rdfs:comment>Reference documentation for application programming interfaces (APIs).</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/PlaceOfWorship">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
|
||
<rdfs:label>PlaceOfWorship</rdfs:label>
|
||
<rdfs:comment>Place of worship, such as a church, synagogue, or mosque.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/EmployeeRole">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/OrganizationRole"/>
|
||
<rdfs:comment>A subclass of OrganizationRole used to describe employee relationships.</rdfs:comment>
|
||
<rdfs:label>EmployeeRole</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/CivicStructure">
|
||
<rdfs:label>CivicStructure</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Place"/>
|
||
<rdfs:comment>A public structure, such as a town hall or concert hall.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/TaxiService">
|
||
<rdfs:comment>A service for a vehicle for hire with a driver for local travel. Fares are usually calculated based on distance traveled.</rdfs:comment>
|
||
<rdfs:label>TaxiService</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Service"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/PaymentCard">
|
||
<rdfs:label>PaymentCard</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/PaymentMethod"/>
|
||
<rdfs:comment>A payment method using a credit, debit, store or other card to associate the payment with an account.</rdfs:comment>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO"/>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/FinancialProduct"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/SpeakableSpecification">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Intangible"/>
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/1389"/>
|
||
<rdfs:comment><![CDATA[A SpeakableSpecification indicates (typically via <a class="localLink" href="http://schema.org/xpath">xpath</a> or <a class="localLink" href="http://schema.org/cssSelector">cssSelector</a>) sections of a document that are highlighted as particularly <a class="localLink" href="http://schema.org/speakable">speakable</a>. Instances of this type are expected to be used primarily as values of the <a class="localLink" href="http://schema.org/speakable">speakable</a> property.]]></rdfs:comment>
|
||
<schema:category>issue-1389</schema:category>
|
||
<rdfs:label>SpeakableSpecification</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/ReplyAction">
|
||
<rdfs:comment><![CDATA[The act of responding to a question/message asked/sent by the object. Related to <a class="localLink" href="http://schema.org/AskAction">AskAction</a><br/><br/>
|
||
|
||
Related actions:<br/><br/>
|
||
|
||
<ul>
|
||
<li><a class="localLink" href="http://schema.org/AskAction">AskAction</a>: Appears generally as an origin of a ReplyAction.</li>
|
||
</ul>
|
||
]]></rdfs:comment>
|
||
<rdfs:label>ReplyAction</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CommunicateAction"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/ClaimReview">
|
||
<schema:category>issue-1061</schema:category>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Review"/>
|
||
<rdfs:label>ClaimReview</rdfs:label>
|
||
<rdfs:comment>A fact-checking review of claims made (or reported) in some creative work (referenced via itemReviewed).</rdfs:comment>
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/1061"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/OfferItemCondition">
|
||
<rdfs:label>OfferItemCondition</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Enumeration"/>
|
||
<rdfs:comment>A list of possible conditions for the item.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/ActionAccessSpecification">
|
||
<rdfs:comment>A set of requirements that a must be fulfilled in order to perform an Action.</rdfs:comment>
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/1741"/>
|
||
<schema:category>issue-1741</schema:category>
|
||
<rdfs:label>ActionAccessSpecification</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Intangible"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/LiveBlogPosting">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/BlogPosting"/>
|
||
<rdfs:comment>A blog post intended to provide a rolling textual coverage of an ongoing event through continuous updates.</rdfs:comment>
|
||
<rdfs:label>LiveBlogPosting</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/DayOfWeek">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Enumeration"/>
|
||
<rdfs:label>DayOfWeek</rdfs:label>
|
||
<rdfs:comment><![CDATA[The day of the week, e.g. used to specify to which day the opening hours of an OpeningHoursSpecification refer.<br/><br/>
|
||
|
||
Originally, URLs from <a href="http://purl.org/goodrelations/v1">GoodRelations</a> were used (for <a class="localLink" href="http://schema.org/Monday">Monday</a>, <a class="localLink" href="http://schema.org/Tuesday">Tuesday</a>, <a class="localLink" href="http://schema.org/Wednesday">Wednesday</a>, <a class="localLink" href="http://schema.org/Thursday">Thursday</a>, <a class="localLink" href="http://schema.org/Friday">Friday</a>, <a class="localLink" href="http://schema.org/Saturday">Saturday</a>, <a class="localLink" href="http://schema.org/Sunday">Sunday</a> plus a special entry for <a class="localLink" href="http://schema.org/PublicHolidays">PublicHolidays</a>); these have now been integrated directly into schema.org.]]></rdfs:comment>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/AuthorizeAction">
|
||
<rdfs:comment>The act of granting permission to an object.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/AllocateAction"/>
|
||
<rdfs:label>AuthorizeAction</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/ChooseAction">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/AssessAction"/>
|
||
<rdfs:label>ChooseAction</rdfs:label>
|
||
<rdfs:comment>The act of expressing a preference from a set of options or a large or unbounded set of choices/options.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/DataDownload">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_DatasetClass"/>
|
||
<rdfs:label>DataDownload</rdfs:label>
|
||
<owl:equivalentClass rdf:resource="http://www.w3.org/ns/dcat#Distribution"/>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/MediaObject"/>
|
||
<rdfs:comment>A dataset in downloadable form.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/providesBroadcastService">
|
||
<schema:inverseOf>
|
||
<rdf:Property rdf:about="http://schema.org/hasBroadcastChannel">
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/1004"/>
|
||
<rdfs:label>hasBroadcastChannel</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/BroadcastService"/>
|
||
<schema:inverseOf rdf:resource="http://schema.org/providesBroadcastService"/>
|
||
<rdfs:comment>A broadcast channel of a broadcast service.</rdfs:comment>
|
||
<schema:category>issue-1004</schema:category>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/BroadcastChannel"/>
|
||
</rdf:Property>
|
||
</schema:inverseOf>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/BroadcastChannel"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/BroadcastService"/>
|
||
<rdfs:comment>The BroadcastService offered on this channel.</rdfs:comment>
|
||
<rdfs:label>providesBroadcastService</rdfs:label>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/Clip">
|
||
<rdfs:label>Clip</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:comment>A short TV or radio program or a segment/part of a program.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/EducationalOrganization">
|
||
<rdfs:label>EducationalOrganization</rdfs:label>
|
||
<rdfs:comment>An educational organization.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Organization"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/LodgingBusiness">
|
||
<rdfs:label>LodgingBusiness</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
|
||
<rdfs:comment>A lodging business, such as a motel, hotel, or inn.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/ServiceChannel">
|
||
<rdfs:comment>A means for accessing a service, e.g. a government office location, web site, or phone number.</rdfs:comment>
|
||
<rdfs:label>ServiceChannel</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Intangible"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/encodesCreativeWork">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<schema:inverseOf rdf:resource="http://schema.org/encoding"/>
|
||
<rdfs:comment>The CreativeWork encoded by this media object.</rdfs:comment>
|
||
<rdfs:label>encodesCreativeWork</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MediaObject"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/UserComments">
|
||
<rdfs:label>UserComments</rdfs:label>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews"/>
|
||
<rdfs:comment><![CDATA[UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use <a class="localLink" href="http://schema.org/Action">Action</a>-based vocabulary, alongside types such as <a class="localLink" href="http://schema.org/Comment">Comment</a>.]]></rdfs:comment>
|
||
<schema:supersededBy rdf:resource="http://schema.org/InteractionCounter"/>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/UserInteraction"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/CollectionPage">
|
||
<rdfs:label>CollectionPage</rdfs:label>
|
||
<rdfs:comment>Web page type: Collection page.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/WebPage"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Series">
|
||
<rdfs:comment><![CDATA[A Series in schema.org is a group of related items, typically but not necessarily of the same kind. See also <a class="localLink" href="http://schema.org/CreativeWorkSeries">CreativeWorkSeries</a>, <a class="localLink" href="http://schema.org/EventSeries">EventSeries</a>.]]></rdfs:comment>
|
||
<rdfs:label>Series</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Intangible"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/alumniOf">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/EducationalOrganization"/>
|
||
<schema:inverseOf>
|
||
<rdf:Property rdf:about="http://schema.org/alumni">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/EducationalOrganization"/>
|
||
<rdfs:comment>Alumni of an organization.</rdfs:comment>
|
||
<schema:inverseOf rdf:resource="http://schema.org/alumniOf"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<rdfs:label>alumni</rdfs:label>
|
||
</rdf:Property>
|
||
</schema:inverseOf>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<rdfs:comment>An organization that the person is an alumni of.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Person"/>
|
||
<rdfs:label>alumniOf</rdfs:label>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/DeliveryChargeSpecification">
|
||
<rdfs:comment>The price for the delivery of an offer using a particular delivery method.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/PriceSpecification"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass"/>
|
||
<rdfs:label>DeliveryChargeSpecification</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/PropertyValue">
|
||
<rdfs:comment><![CDATA[A property-value pair, e.g. representing a feature of a product or place. Use the 'name' property for the name of the property. If there is an additional human-readable version of the value, put that into the 'description' property.<br/><br/>
|
||
|
||
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.]]></rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/StructuredValue"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass"/>
|
||
<rdfs:label>PropertyValue</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/QuantitativeValueDistribution">
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/1698"/>
|
||
<schema:category>issue-1698</schema:category>
|
||
<rdfs:comment>A statistical distribution of values.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/StructuredValue"/>
|
||
<rdfs:label>QuantitativeValueDistribution</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/dataset">
|
||
<rdfs:comment>A dataset contained in this catalog.</rdfs:comment>
|
||
<schema:inverseOf rdf:resource="http://schema.org/includedInDataCatalog"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Dataset"/>
|
||
<rdfs:label>dataset</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/DataCatalog"/>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/mainEntity">
|
||
<rdfs:subPropertyOf>
|
||
<rdf:Property rdf:about="http://schema.org/about">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Event"/>
|
||
<schema:inverseOf rdf:resource="http://schema.org/subjectOf"/>
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/1670"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Thing"/>
|
||
<rdfs:label>about</rdfs:label>
|
||
<schema:category>issue-1670</schema:category>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CommunicateAction"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:comment>The subject matter of the content.</rdfs:comment>
|
||
</rdf:Property>
|
||
</rdfs:subPropertyOf>
|
||
<rdfs:label>mainEntity</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Thing"/>
|
||
<rdfs:comment>Indicates the primary entity described in some page or other CreativeWork.</rdfs:comment>
|
||
<schema:inverseOf>
|
||
<rdf:Property rdf:about="http://schema.org/mainEntityOfPage">
|
||
<rdfs:label>mainEntityOfPage</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/URL"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:comment><![CDATA[Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See <a href="/docs/datamodel.html#mainEntityBackground">background notes</a> for details.]]></rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Thing"/>
|
||
<schema:inverseOf rdf:resource="http://schema.org/mainEntity"/>
|
||
</rdf:Property>
|
||
</schema:inverseOf>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/RestrictedDiet">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Enumeration"/>
|
||
<rdfs:label>RestrictedDiet</rdfs:label>
|
||
<rdfs:comment>A diet restricted to certain foods or preparations for cultural, religious, health or lifestyle reasons.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/VideoGameSeries">
|
||
<rdfs:comment>A video game series.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreativeWorkSeries"/>
|
||
<rdfs:label>VideoGameSeries</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/offers">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Trip"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MenuItem"/>
|
||
<rdfs:comment><![CDATA[An offer to provide this item—for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use <a class="localLink" href="http://schema.org/businessFunction">businessFunction</a> to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a <a class="localLink" href="http://schema.org/Demand">Demand</a>. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer.]]></rdfs:comment>
|
||
<schema:category>issue-2289</schema:category>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Offer"/>
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/2289"/>
|
||
<schema:inverseOf>
|
||
<rdf:Property rdf:about="http://schema.org/itemOffered">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Product"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Service"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Demand"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Event"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/MenuItem"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/AggregateOffer"/>
|
||
<schema:inverseOf rdf:resource="http://schema.org/offers"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Trip"/>
|
||
<rdfs:comment><![CDATA[An item being offered (or demanded). The transactional nature of the offer or demand is documented using <a class="localLink" href="http://schema.org/businessFunction">businessFunction</a>, e.g. sell, lease etc. While several common expected types are listed explicitly in this definition, others can be used. Using a second type, such as Product or a subtype of Product, can clarify the nature of the offer.]]></rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:label>itemOffered</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Offer"/>
|
||
</rdf:Property>
|
||
</schema:inverseOf>
|
||
<rdfs:label>offers</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Demand"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Product"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/EducationalOccupationalProgram"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/AggregateOffer"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Event"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Service"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/BuyAction">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/TradeAction"/>
|
||
<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.</rdfs:comment>
|
||
<rdfs:label>BuyAction</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/AssessAction">
|
||
<rdfs:label>AssessAction</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Action"/>
|
||
<rdfs:comment>The act of forming one's opinion, reaction or sentiment.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<schema:DataType rdf:about="http://schema.org/Time">
|
||
<rdfs:comment><![CDATA[A point in time recurring on multiple days in the form hh:mm:ss[Z|(+|-)hh:mm] (see <a href="http://www.w3.org/TR/xmlschema-2/#time">XML schema for details</a>).]]></rdfs:comment>
|
||
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
|
||
<rdfs:label>Time</rdfs:label>
|
||
</schema:DataType>
|
||
<rdfs:Class rdf:about="http://schema.org/AskAction">
|
||
<rdfs:comment><![CDATA[The act of posing a question / favor to someone.<br/><br/>
|
||
|
||
Related actions:<br/><br/>
|
||
|
||
<ul>
|
||
<li><a class="localLink" href="http://schema.org/ReplyAction">ReplyAction</a>: Appears generally as a response to AskAction.</li>
|
||
</ul>
|
||
]]></rdfs:comment>
|
||
<rdfs:label>AskAction</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CommunicateAction"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/AggregateOffer">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Offer"/>
|
||
<rdfs:comment><![CDATA[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.<br/><br/>
|
||
|
||
Note: AggregateOffers are normally expected to associate multiple offers that all share the same defined <a class="localLink" href="http://schema.org/businessFunction">businessFunction</a> value, or default to http://purl.org/goodrelations/v1#Sell if businessFunction is not explicitly defined.]]></rdfs:comment>
|
||
<rdfs:label>AggregateOffer</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/CreativeWorkSeason">
|
||
<rdfs:comment>A media season e.g. tv, radio, video game etc.</rdfs:comment>
|
||
<rdfs:label>CreativeWorkSeason</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/ExerciseAction">
|
||
<rdfs:label>ExerciseAction</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/PlayAction"/>
|
||
<rdfs:comment>The act of participating in exertive activity for the purposes of improving health and fitness.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/InteractionCounter">
|
||
<rdfs:label>InteractionCounter</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/StructuredValue"/>
|
||
<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.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/DataFeedItem">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Intangible"/>
|
||
<rdfs:label>DataFeedItem</rdfs:label>
|
||
<rdfs:comment>A single item within a larger data feed.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/URL">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Text"/>
|
||
<rdfs:label>URL</rdfs:label>
|
||
<rdfs:comment>Data type: URL.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/PostalAddress">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/ContactPoint"/>
|
||
<rdfs:comment>The mailing address.</rdfs:comment>
|
||
<rdfs:label>PostalAddress</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/LocalBusiness">
|
||
<skos:closeMatch rdf:resource="http://www.w3.org/ns/regorg#RegisteredOrganization"/>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Place"/>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Organization"/>
|
||
<rdfs:label>LocalBusiness</rdfs:label>
|
||
<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.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Review">
|
||
<rdfs:comment>A review of an item - for example, of a restaurant, movie, or store.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:label>Review</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/TVSeries">
|
||
<rdfs:comment>CreativeWorkSeries dedicated to TV broadcast and associated online delivery.</rdfs:comment>
|
||
<rdfs:label>TVSeries</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreativeWorkSeries"/>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/MusicRecording">
|
||
<rdfs:comment>A music recording (track), usually a single song.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:label>MusicRecording</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/DataCatalog">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_DatasetClass"/>
|
||
<rdfs:label>DataCatalog</rdfs:label>
|
||
<owl:equivalentClass rdf:resource="http://www.w3.org/ns/dcat#Catalog"/>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:comment>A collection of datasets.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/TechArticle">
|
||
<rdfs:comment>A technical article - Example: How-to (task) topics, step-by-step, procedural troubleshooting, specifications, etc.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Article"/>
|
||
<rdfs:label>TechArticle</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/PriceSpecification">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/StructuredValue"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass"/>
|
||
<rdfs:comment><![CDATA[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 <a class="localLink" href="http://schema.org/MonetaryAmount">MonetaryAmount</a> to describe independent amounts of money such as a salary, credit card limits, etc.]]></rdfs:comment>
|
||
<rdfs:label>PriceSpecification</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Thing">
|
||
<rdfs:label>Thing</rdfs:label>
|
||
<rdfs:comment>The most generic type of item.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/GameServer">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Intangible"/>
|
||
<rdfs:comment>Server that provides game interaction in a multiplayer game.</rdfs:comment>
|
||
<rdfs:label>GameServer</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/ReservationPackage">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Reservation"/>
|
||
<rdfs:label>ReservationPackage</rdfs:label>
|
||
<rdfs:comment>A group of multiple reservations with common values for all sub-reservations.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/DriveWheelConfigurationValue">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group"/>
|
||
<rdfs:comment>A value indicating which roadwheels will receive torque.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/QualitativeValue"/>
|
||
<rdfs:label>DriveWheelConfigurationValue</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/albumRelease">
|
||
<schema:inverseOf>
|
||
<rdf:Property rdf:about="http://schema.org/releaseOf">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/MusicAlbum"/>
|
||
<rdfs:label>releaseOf</rdfs:label>
|
||
<rdfs:comment>The album this is a release of.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MusicRelease"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
|
||
<schema:inverseOf rdf:resource="http://schema.org/albumRelease"/>
|
||
</rdf:Property>
|
||
</schema:inverseOf>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/MusicRelease"/>
|
||
<rdfs:label>albumRelease</rdfs:label>
|
||
<rdfs:comment>A release of this album.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MusicAlbum"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/Boolean">
|
||
<rdf:type rdf:resource="http://schema.org/DataType"/>
|
||
<rdfs:comment>Boolean: True or False.</rdfs:comment>
|
||
<rdfs:label>Boolean</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/ActionStatusType">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Enumeration"/>
|
||
<rdfs:comment>The status of an Action.</rdfs:comment>
|
||
<rdfs:label>ActionStatusType</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/EntryPoint">
|
||
<rdfs:label>EntryPoint</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Intangible"/>
|
||
<rdfs:comment>An entry point, within some Web-based protocol.</rdfs:comment>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_ActionCollabClass"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/TransferAction">
|
||
<rdfs:comment>The act of transferring/moving (abstract or concrete) animate or inanimate objects from one place to another.</rdfs:comment>
|
||
<rdfs:label>TransferAction</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Action"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Book">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:label>Book</rdfs:label>
|
||
<rdfs:comment>A book.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/NutritionInformation">
|
||
<rdfs:label>NutritionInformation</rdfs:label>
|
||
<rdfs:comment>Nutritional information about the recipe.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/StructuredValue"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Seat">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Intangible"/>
|
||
<rdfs:label>Seat</rdfs:label>
|
||
<rdfs:comment>Used to describe a seat, such as a reserved seat in an event reservation.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Mass">
|
||
<rdfs:comment>Properties that take Mass as values are of the form '&lt;Number&gt; &lt;Mass unit of measure&gt;'. E.g., '7 kg'.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Quantity"/>
|
||
<rdfs:label>Mass</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/ReviewAction">
|
||
<rdfs:label>ReviewAction</rdfs:label>
|
||
<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.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/AssessAction"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/containsSeason">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/VideoGameSeries"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/RadioSeries"/>
|
||
<rdfs:comment>A season that is part of the media series.</rdfs:comment>
|
||
<rdfs:subPropertyOf>
|
||
<rdf:Property rdf:about="http://schema.org/hasPart">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex"/>
|
||
<schema:inverseOf rdf:resource="http://schema.org/isPartOf"/>
|
||
<rdfs:label>hasPart</rdfs:label>
|
||
<rdfs:comment>Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some sense).</rdfs:comment>
|
||
</rdf:Property>
|
||
</rdfs:subPropertyOf>
|
||
<rdfs:label>containsSeason</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/CreativeWorkSeason"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/TVSeries"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/UnitPriceSpecification">
|
||
<rdfs:label>UnitPriceSpecification</rdfs:label>
|
||
<rdfs:comment>The price asked for a given offer by the respective organization or person.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/PriceSpecification"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/recordedAt">
|
||
<rdfs:label>recordedAt</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Event"/>
|
||
<schema:inverseOf>
|
||
<rdf:Property rdf:about="http://schema.org/recordedIn">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Event"/>
|
||
<rdfs:comment>The CreativeWork that captured all or part of this Event.</rdfs:comment>
|
||
<schema:inverseOf rdf:resource="http://schema.org/recordedAt"/>
|
||
<rdfs:label>recordedIn</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
</rdf:Property>
|
||
</schema:inverseOf>
|
||
<rdfs:comment>The Event where the CreativeWork was recorded. The CreativeWork may capture all or part of the event.</rdfs:comment>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/WarrantyPromise">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/StructuredValue"/>
|
||
<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.</rdfs:comment>
|
||
<rdfs:label>WarrantyPromise</rdfs:label>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/DigitalDocumentPermission">
|
||
<rdfs:comment>A permission for a particular person or group to access a particular file.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Intangible"/>
|
||
<rdfs:label>DigitalDocumentPermission</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/TypeAndQuantityNode">
|
||
<rdfs:comment>A structured value indicating the quantity, unit of measurement, and business function of goods included in a bundle offer.</rdfs:comment>
|
||
<rdfs:label>TypeAndQuantityNode</rdfs:label>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass"/>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/StructuredValue"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/TradeAction">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Action"/>
|
||
<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.</rdfs:comment>
|
||
<rdfs:label>TradeAction</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/InviteAction">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CommunicateAction"/>
|
||
<rdfs:comment>The act of asking someone to attend an event. Reciprocal of RsvpAction.</rdfs:comment>
|
||
<rdfs:label>InviteAction</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/PerformanceRole">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Role"/>
|
||
<rdfs:label>PerformanceRole</rdfs:label>
|
||
<rdfs:comment>A PerformanceRole is a Role that some entity places with regard to a theatrical performance, e.g. in a Movie, TVSeries etc.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/recordingOf">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
|
||
<rdfs:label>recordingOf</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MusicRecording"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/MusicComposition"/>
|
||
<schema:inverseOf>
|
||
<rdf:Property rdf:about="http://schema.org/recordedAs">
|
||
<rdfs:label>recordedAs</rdfs:label>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/MusicComposition"/>
|
||
<schema:inverseOf rdf:resource="http://schema.org/recordingOf"/>
|
||
<rdfs:comment>An audio recording of the work.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/MusicRecording"/>
|
||
</rdf:Property>
|
||
</schema:inverseOf>
|
||
<rdfs:comment>The composition this track is a recording of.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/GovernmentOffice">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
|
||
<rdfs:label>GovernmentOffice</rdfs:label>
|
||
<rdfs:comment>A government office&#x2014;for example, an IRS or DMV office.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Place">
|
||
<rdfs:comment>Entities that have a somewhat fixed, physical extension.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Thing"/>
|
||
<rdfs:label>Place</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/ComputerLanguage">
|
||
<rdfs:label>ComputerLanguage</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Intangible"/>
|
||
<rdfs:comment><![CDATA[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 <a class="localLink" href="http://schema.org/Language">Language</a> type.]]></rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/HowToStep">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/ItemList"/>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/ListItem"/>
|
||
<rdfs:comment>A step in the instructions for how to achieve a result. It is an ordered list with HowToDirection and/or HowToTip items.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:label>HowToStep</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/ReactAction">
|
||
<rdfs:comment>The act of responding instinctively and emotionally to an object, expressing a sentiment.</rdfs:comment>
|
||
<rdfs:label>ReactAction</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/AssessAction"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/OrderItem">
|
||
<rdfs:comment>An order item is a line of an order. It includes the quantity and shipping details of a bought offer.</rdfs:comment>
|
||
<rdfs:label>OrderItem</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Intangible"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/EmergencyService">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
|
||
<rdfs:label>EmergencyService</rdfs:label>
|
||
<rdfs:comment>An emergency service, such as a fire station or ER.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/subjectOf">
|
||
<schema:inverseOf rdf:resource="http://schema.org/about"/>
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/1670"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Thing"/>
|
||
<schema:category>issue-1670</schema:category>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Event"/>
|
||
<rdfs:comment>A CreativeWork or Event about this Thing.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:label>subjectOf</rdfs:label>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/Person">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews"/>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Thing"/>
|
||
<rdfs:label>Person</rdfs:label>
|
||
<rdfs:comment>A person (alive, dead, undead, or fictional).</rdfs:comment>
|
||
<owl:equivalentClass rdf:resource="http://xmlns.com/foaf/0.1/Person"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Menu">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:label>Menu</rdfs:label>
|
||
<rdfs:comment>A structured representation of food or drink items available from a FoodEstablishment.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/offeredBy">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<rdfs:label>offeredBy</rdfs:label>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Person"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Offer"/>
|
||
<schema:inverseOf>
|
||
<rdf:Property rdf:about="http://schema.org/makesOffer">
|
||
<rdfs:comment>A pointer to products or services offered by the organization or person.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Offer"/>
|
||
<rdfs:label>makesOffer</rdfs:label>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<schema:inverseOf rdf:resource="http://schema.org/offeredBy"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Person"/>
|
||
</rdf:Property>
|
||
</schema:inverseOf>
|
||
<rdfs:comment>A pointer to the organization or person making the offer.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdf:Property rdf:about="http://schema.org/exampleOfWork">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<schema:inverseOf>
|
||
<rdf:Property rdf:about="http://schema.org/workExample">
|
||
<schema:inverseOf rdf:resource="http://schema.org/exampleOfWork"/>
|
||
<rdfs:comment>Example/instance/realization/derivation of the concept of this creative work. eg. The paperback edition, first edition, or eBook.</rdfs:comment>
|
||
<rdfs:label>workExample</rdfs:label>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/CreativeWork"/>
|
||
</rdf:Property>
|
||
</schema:inverseOf>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex"/>
|
||
<rdfs:comment>A creative work that this work is an example/instance/realization/derivation of.</rdfs:comment>
|
||
<rdfs:label>exampleOfWork</rdfs:label>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/Store">
|
||
<rdfs:label>Store</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
|
||
<rdfs:comment>A retail good store.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/EventStatusType">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Enumeration"/>
|
||
<rdfs:label>EventStatusType</rdfs:label>
|
||
<rdfs:comment>EventStatusType is an enumeration type whose instances represent several states that an Event may be in.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Report">
|
||
<rdfs:comment>A Report generated by governmental or non-governmental organization.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Article"/>
|
||
<rdfs:label>Report</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/UseAction">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/ConsumeAction"/>
|
||
<rdfs:comment>The act of applying an object to its intended purpose.</rdfs:comment>
|
||
<rdfs:label>UseAction</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Suite">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Accommodation"/>
|
||
<dct:source rdf:resource="https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology"/>
|
||
<rdfs:comment><![CDATA[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 <a href="http://en.wikipedia.org/wiki/Suite_(hotel)">http://en.wikipedia.org/wiki/Suite_(hotel)</a>).
|
||
<br /><br />
|
||
See also the <a href="/docs/hotels.html">dedicated document on the use of schema.org for marking up hotels and other forms of accommodations</a>.]]></rdfs:comment>
|
||
<rdfs:label>Suite</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/WinAction">
|
||
<rdfs:comment>The act of achieving victory in a competitive activity.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/AchieveAction"/>
|
||
<rdfs:label>WinAction</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/EngineSpecification">
|
||
<rdfs:label>EngineSpecification</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/StructuredValue"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group"/>
|
||
<rdfs:comment>Information about the engine of the vehicle. A vehicle can have multiple engines represented by multiple engine specification entities.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Invoice">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Intangible"/>
|
||
<rdfs:comment>A statement of the money due for goods or services; a bill.</rdfs:comment>
|
||
<rdfs:label>Invoice</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Trip">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism"/>
|
||
<rdfs:comment>A trip or journey. An itinerary of visits to one or more places.</rdfs:comment>
|
||
<rdfs:label>Trip</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Intangible"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/VisualArtwork">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:label>VisualArtwork</rdfs:label>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_VisualArtworkClass"/>
|
||
<rdfs:comment>A work of art that is primarily visual in character.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/BroadcastFrequencySpecification">
|
||
<rdfs:comment>The frequency in MHz and the modulation used for a particular BroadcastService.</rdfs:comment>
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/1004"/>
|
||
<schema:category>issue-1004</schema:category>
|
||
<rdfs:label>BroadcastFrequencySpecification</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Intangible"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Recipe">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/HowTo"/>
|
||
<rdfs:label>Recipe</rdfs:label>
|
||
<rdfs:comment><![CDATA[A recipe. For dietary restrictions covered by the recipe, a few common restrictions are enumerated via <a class="localLink" href="http://schema.org/suitableForDiet">suitableForDiet</a>. The <a class="localLink" href="http://schema.org/keywords">keywords</a> property can also be used to add more detail.]]></rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/HowToTool">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/HowToItem"/>
|
||
<rdfs:comment>A tool used (but not consumed) when performing instructions for how to achieve a result.</rdfs:comment>
|
||
<rdfs:label>HowToTool</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/GovernmentService">
|
||
<rdfs:comment>A service provided by a government organization, e.g. food stamps, veterans benefits, etc.</rdfs:comment>
|
||
<rdfs:label>GovernmentService</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Service"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Flight">
|
||
<rdfs:comment>An airline flight.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Trip"/>
|
||
<rdfs:label>Flight</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/WarrantyScope">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass"/>
|
||
<rdfs:label>WarrantyScope</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Enumeration"/>
|
||
<rdfs:comment><![CDATA[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.<br/><br/>
|
||
|
||
Commonly used values:<br/><br/>
|
||
|
||
<ul>
|
||
<li>http://purl.org/goodrelations/v1#Labor-BringIn</li>
|
||
<li>http://purl.org/goodrelations/v1#PartsAndLabor-BringIn</li>
|
||
<li>http://purl.org/goodrelations/v1#PartsAndLabor-PickUp</li>
|
||
</ul>
|
||
]]></rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/GeoCircle">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/GeoShape"/>
|
||
<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'.</rdfs:comment>
|
||
<rdfs:label>GeoCircle</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/OrderAction">
|
||
<rdfs:comment>An agent orders an object/product/service to be delivered/sent.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/TradeAction"/>
|
||
<rdfs:label>OrderAction</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/CreativeWorkSeries">
|
||
<rdfs:comment><![CDATA[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 <a class="localLink" href="http://schema.org/ItemList">ItemList</a> 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).<br/><br/>
|
||
|
||
Specific subtypes are available for describing <a class="localLink" href="http://schema.org/TVSeries">TVSeries</a>, <a class="localLink" href="http://schema.org/RadioSeries">RadioSeries</a>, <a class="localLink" href="http://schema.org/MovieSeries">MovieSeries</a>, <a class="localLink" href="http://schema.org/BookSeries">BookSeries</a>, <a class="localLink" href="http://schema.org/Periodical">Periodical</a> and <a class="localLink" href="http://schema.org/VideoGameSeries">VideoGameSeries</a>. In each case, the <a class="localLink" href="http://schema.org/hasPart">hasPart</a> / <a class="localLink" href="http://schema.org/isPartOf">isPartOf</a> 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.<br/><br/>
|
||
|
||
It 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.]]></rdfs:comment>
|
||
<rdfs:label>CreativeWorkSeries</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Series"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/WebPage">
|
||
<rdfs:comment><![CDATA[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 <code>breadcrumb</code> 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.]]></rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:label>WebPage</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Permit">
|
||
<rdfs:label>Permit</rdfs:label>
|
||
<rdfs:comment>A permit issued by an organization, e.g. a parking pass.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Intangible"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/BusinessEntityType">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass"/>
|
||
<rdfs:label>BusinessEntityType</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Enumeration"/>
|
||
<rdfs:comment><![CDATA[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.<br/><br/>
|
||
|
||
Commonly used values:<br/><br/>
|
||
|
||
<ul>
|
||
<li>http://purl.org/goodrelations/v1#Business</li>
|
||
<li>http://purl.org/goodrelations/v1#Enduser</li>
|
||
<li>http://purl.org/goodrelations/v1#PublicInstitution</li>
|
||
<li>http://purl.org/goodrelations/v1#Reseller</li>
|
||
</ul>
|
||
]]></rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/MediaObject">
|
||
<rdfs:label>MediaObject</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
|
||
<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's).</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/PublicationVolume">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex"/>
|
||
<rdfs:comment><![CDATA[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.<br/><br/>
|
||
|
||
See also <a href="http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html">blog post</a>.]]></rdfs:comment>
|
||
<rdfs:label>PublicationVolume</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/DataFeed">
|
||
<rdfs:label>DataFeed</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Dataset"/>
|
||
<rdfs:comment>A single feed providing structured information about one or more entities or topics.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<schema:DataType rdf:about="http://schema.org/DateTime">
|
||
<rdfs:label>DateTime</rdfs:label>
|
||
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
|
||
<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).</rdfs:comment>
|
||
</schema:DataType>
|
||
<rdfs:Class rdf:about="http://schema.org/BusStation">
|
||
<rdfs:label>BusStation</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
|
||
<rdfs:comment>A bus station.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/HowToItem">
|
||
<rdfs:comment>An item used as either a tool or supply when performing the instructions for how to to achieve a result.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/ListItem"/>
|
||
<rdfs:label>HowToItem</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/RentAction">
|
||
<rdfs:label>RentAction</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/TradeAction"/>
|
||
<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.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/PerformAction">
|
||
<rdfs:label>PerformAction</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/PlayAction"/>
|
||
<rdfs:comment>The act of participating in performance arts.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/FinancialProduct">
|
||
<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.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Service"/>
|
||
<rdfs:label>FinancialProduct</rdfs:label>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/MusicRelease">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/MusicPlaylist"/>
|
||
<rdfs:comment>A MusicRelease is a specific release of a music album.</rdfs:comment>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
|
||
<rdfs:label>MusicRelease</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/ReturnAction">
|
||
<rdfs:comment>The act of returning to the origin that which was previously received (concrete objects) or taken (ownership).</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/TransferAction"/>
|
||
<rdfs:label>ReturnAction</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/SportsEvent">
|
||
<rdfs:comment>Event type: Sports event.</rdfs:comment>
|
||
<rdfs:label>SportsEvent</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Event"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/ReplaceAction">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/UpdateAction"/>
|
||
<rdfs:label>ReplaceAction</rdfs:label>
|
||
<rdfs:comment>The act of editing a recipient by replacing an old object with a new object.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/MonetaryAmount">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/StructuredValue"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO"/>
|
||
<rdfs:label>MonetaryAmount</rdfs:label>
|
||
<rdfs:comment><![CDATA[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 <a class="localLink" href="http://schema.org/PriceSpecification">PriceSpecification</a> Types to describe the price of an Offer, Invoice, etc.]]></rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/FoodEvent">
|
||
<rdfs:comment>Event type: Food event.</rdfs:comment>
|
||
<rdfs:label>FoodEvent</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Event"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/EducationalAudience">
|
||
<rdfs:comment>An EducationalAudience.</rdfs:comment>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_LRMIClass"/>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Audience"/>
|
||
<rdfs:label>EducationalAudience</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/TVEpisode">
|
||
<rdfs:comment>A TV episode which can be part of a series or season.</rdfs:comment>
|
||
<rdfs:label>TVEpisode</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Episode"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/RsvpResponseType">
|
||
<rdfs:label>RsvpResponseType</rdfs:label>
|
||
<rdfs:comment>RsvpResponseType is an enumeration type whose instances represent responding to an RSVP request.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Enumeration"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/MonetaryAmountDistribution">
|
||
<schema:category>issue-1698</schema:category>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/QuantitativeValueDistribution"/>
|
||
<rdfs:comment>A statistical distribution of monetary amounts.</rdfs:comment>
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/1698"/>
|
||
<rdfs:label>MonetaryAmountDistribution</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/FoodEstablishmentReservation">
|
||
<rdfs:comment><![CDATA[A reservation to dine at a food-related business.<br/><br/>
|
||
|
||
Note: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations.]]></rdfs:comment>
|
||
<rdfs:label>FoodEstablishmentReservation</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Reservation"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/IndividualProduct">
|
||
<rdfs:comment>A single, identifiable product instance (e.g. a laptop with a particular serial number).</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Product"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass"/>
|
||
<rdfs:label>IndividualProduct</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Accommodation">
|
||
<rdfs:comment><![CDATA[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.
|
||
<br /><br />
|
||
See also the <a href="/docs/hotels.html">dedicated document on the use of schema.org for marking up hotels and other forms of accommodations</a>.]]></rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Place"/>
|
||
<rdfs:label>Accommodation</rdfs:label>
|
||
<dct:source rdf:resource="https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/MedicalOrganization">
|
||
<rdfs:label>MedicalOrganization</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Organization"/>
|
||
<rdfs:comment>A medical organization (physical or not), such as hospital, institution or clinic.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/OwnershipInfo">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass"/>
|
||
<rdfs:comment>A structured value providing information about when a certain organization or person owned a certain product.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/StructuredValue"/>
|
||
<rdfs:label>OwnershipInfo</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/MenuSection">
|
||
<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.</rdfs:comment>
|
||
<rdfs:label>MenuSection</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/NewsArticle">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Article"/>
|
||
<dct:source rdf:resource="https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP-draws"/>
|
||
<rdfs:label>NewsArticle</rdfs:label>
|
||
<rdfs:comment><![CDATA[A NewsArticle is an article whose content reports news, or provides background context and supporting materials for understanding the news.<br/><br/>
|
||
|
||
A more detailed overview of <a href="/docs/news.html">schema.org News markup</a> is also available.]]></rdfs:comment>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/OrganizationRole">
|
||
<rdfs:label>OrganizationRole</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Role"/>
|
||
<rdfs:comment>A subclass of Role used to describe roles within organizations.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/CreateAction">
|
||
<rdfs:comment>The act of deliberately creating/producing/generating/building a result out of the agent.</rdfs:comment>
|
||
<rdfs:label>CreateAction</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Action"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/SendAction">
|
||
<rdfs:comment><![CDATA[The act of physically/electronically dispatching an object for transfer from an origin to a destination.Related actions:<br/><br/>
|
||
|
||
<ul>
|
||
<li><a class="localLink" href="http://schema.org/ReceiveAction">ReceiveAction</a>: The reciprocal of SendAction.</li>
|
||
<li><a class="localLink" href="http://schema.org/GiveAction">GiveAction</a>: Unlike GiveAction, SendAction does not imply the transfer of ownership (e.g. I can send you my laptop, but I'm not necessarily giving it to you).</li>
|
||
</ul>
|
||
]]></rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/TransferAction"/>
|
||
<rdfs:label>SendAction</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/TouristAttraction">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Place"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#IIT-CNR.it"/>
|
||
<rdfs:label>TouristAttraction</rdfs:label>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism"/>
|
||
<rdfs:comment><![CDATA[A tourist attraction. In principle any Thing can be a <a class="localLink" href="http://schema.org/TouristAttraction">TouristAttraction</a>, from a <a class="localLink" href="http://schema.org/Mountain">Mountain</a> and <a class="localLink" href="http://schema.org/LandmarksOrHistoricalBuildings">LandmarksOrHistoricalBuildings</a> to a <a class="localLink" href="http://schema.org/LocalBusiness">LocalBusiness</a>. This Type can be used on its own to describe a general <a class="localLink" href="http://schema.org/TouristAttraction">TouristAttraction</a>, or be used as an <a class="localLink" href="http://schema.org/additionalType">additionalType</a> to add tourist attraction properties to any other type. (See examples below)]]></rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/AutomotiveBusiness">
|
||
<rdfs:label>AutomotiveBusiness</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
|
||
<rdfs:comment>Car repair, sales, or parts.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/superEvent">
|
||
<schema:inverseOf rdf:resource="http://schema.org/subEvent"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Event"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Event"/>
|
||
<rdfs:label>superEvent</rdfs:label>
|
||
<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.</rdfs:comment>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/PlanAction">
|
||
<rdfs:comment>The act of planning the execution of an event/task/action/reservation/plan to a future date.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/OrganizeAction"/>
|
||
<rdfs:label>PlanAction</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/MovieSeries">
|
||
<rdfs:comment>A series of movies. Included movies can be indicated with the hasPart property.</rdfs:comment>
|
||
<rdfs:label>MovieSeries</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreativeWorkSeries"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/TVSeason">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreativeWorkSeason"/>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:comment>Season dedicated to TV broadcast and associated online delivery.</rdfs:comment>
|
||
<rdfs:label>TVSeason</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/gameServer">
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/GameServer"/>
|
||
<rdfs:comment>The server on which it is possible to play the game.</rdfs:comment>
|
||
<schema:inverseOf>
|
||
<rdf:Property rdf:about="http://schema.org/game">
|
||
<schema:inverseOf rdf:resource="http://schema.org/gameServer"/>
|
||
<rdfs:label>game</rdfs:label>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/GameServer"/>
|
||
<rdfs:comment>Video game which is played on this server.</rdfs:comment>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/VideoGame"/>
|
||
</rdf:Property>
|
||
</schema:inverseOf>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/VideoGame"/>
|
||
<rdfs:label>gameServer</rdfs:label>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/Landform">
|
||
<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.</rdfs:comment>
|
||
<rdfs:label>Landform</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Place"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/EntertainmentBusiness">
|
||
<rdfs:label>EntertainmentBusiness</rdfs:label>
|
||
<rdfs:comment>A business providing entertainment.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Corporation">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews"/>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Organization"/>
|
||
<rdfs:comment>Organization: A business corporation.</rdfs:comment>
|
||
<rdfs:label>Corporation</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/AchieveAction">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Action"/>
|
||
<rdfs:comment>The act of accomplishing something via previous efforts. It is an instantaneous action rather than an ongoing process.</rdfs:comment>
|
||
<rdfs:label>AchieveAction</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Church">
|
||
<rdfs:comment>A church.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/PlaceOfWorship"/>
|
||
<rdfs:label>Church</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/FinancialService">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
|
||
<rdfs:comment>Financial services business.</rdfs:comment>
|
||
<rdfs:label>FinancialService</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Duration">
|
||
<rdfs:label>Duration</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Quantity"/>
|
||
<rdfs:comment><![CDATA[Quantity: Duration (use <a href="http://en.wikipedia.org/wiki/ISO_8601">ISO 8601 duration format</a>).]]></rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/EndorseAction">
|
||
<rdfs:comment>An agent approves/certifies/likes/supports/sanction an object.</rdfs:comment>
|
||
<rdfs:label>EndorseAction</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/ReactAction"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/AdministrativeArea">
|
||
<rdfs:comment>A geographical region, typically under the jurisdiction of a particular government.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Place"/>
|
||
<rdfs:label>AdministrativeArea</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Answer">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Comment"/>
|
||
<rdfs:comment>An answer offered to a question; perhaps correct, perhaps opinionated or wrong.</rdfs:comment>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_QAStackExchange"/>
|
||
<rdfs:label>Answer</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/DatedMoneySpecification">
|
||
<rdfs:label>DatedMoneySpecification</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/StructuredValue"/>
|
||
<schema:supersededBy rdf:resource="http://schema.org/MonetaryAmount"/>
|
||
<rdfs:comment><![CDATA[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. <strong>Note:</strong> This type has been superseded by <a class="localLink" href="http://schema.org/MonetaryAmount">MonetaryAmount</a> use of that type is recommended]]></rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/GovernmentBuilding">
|
||
<rdfs:comment>A government building.</rdfs:comment>
|
||
<rdfs:label>GovernmentBuilding</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Airport">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
|
||
<rdfs:comment>An airport.</rdfs:comment>
|
||
<rdfs:label>Airport</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Intangible">
|
||
<rdfs:comment>A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Thing"/>
|
||
<rdfs:label>Intangible</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Question">
|
||
<rdfs:label>Question</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:comment>A specific question - e.g. from a user seeking answers online, or collected in a Frequently Asked Questions (FAQ) document.</rdfs:comment>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_QAStackExchange"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/ProgramMembership">
|
||
<rdfs:label>ProgramMembership</rdfs:label>
|
||
<rdfs:comment>Used to describe membership in a loyalty programs (e.g. "StarAliance"), traveler clubs (e.g. "AAA"), purchase clubs ("Safeway Club"), etc.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Intangible"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/BreadcrumbList">
|
||
<rdfs:comment><![CDATA[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.<br/><br/>
|
||
|
||
The <a class="localLink" href="http://schema.org/position">position</a> property is used to reconstruct the order of the items in a BreadcrumbList The convention is that a breadcrumb list has an <a class="localLink" href="http://schema.org/itemListOrder">itemListOrder</a> of <a class="localLink" href="http://schema.org/ItemListOrderAscending">ItemListOrderAscending</a> (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.]]></rdfs:comment>
|
||
<rdfs:label>BreadcrumbList</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/ItemList"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/MusicAlbumProductionType">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Enumeration"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
|
||
<rdfs:comment>Classification of the album by it's type of content: soundtrack, live album, studio album, etc.</rdfs:comment>
|
||
<rdfs:label>MusicAlbumProductionType</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/ControlAction">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Action"/>
|
||
<rdfs:comment>An agent controls a device or application.</rdfs:comment>
|
||
<rdfs:label>ControlAction</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Specialty">
|
||
<rdfs:label>Specialty</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Enumeration"/>
|
||
<rdfs:comment>Any branch of a field in which people typically develop specific expertise, usually after significant study, time, and effort.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/House">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Accommodation"/>
|
||
<rdfs:label>House</rdfs:label>
|
||
<rdfs:comment><![CDATA[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 <a href="http://en.wikipedia.org/wiki/House">http://en.wikipedia.org/wiki/House</a>).]]></rdfs:comment>
|
||
<dct:source rdf:resource="https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/CourseInstance">
|
||
<rdfs:label>CourseInstance</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Event"/>
|
||
<rdfs:comment><![CDATA[An instance of a <a class="localLink" href="http://schema.org/Course">Course</a> 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.]]></rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/JobPosting">
|
||
<rdfs:label>JobPosting</rdfs:label>
|
||
<rdfs:comment>A listing that describes a job opening in a certain organization.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Intangible"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Demand">
|
||
<rdfs:label>Demand</rdfs:label>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass"/>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Intangible"/>
|
||
<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.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/WebApplication">
|
||
<rdfs:comment>Web applications.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/SoftwareApplication"/>
|
||
<rdfs:label>WebApplication</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/VoteAction">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/ChooseAction"/>
|
||
<rdfs:label>VoteAction</rdfs:label>
|
||
<rdfs:comment>The act of expressing a preference from a fixed/finite/structured set of choices/options.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Enumeration">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Intangible"/>
|
||
<rdfs:comment>Lists or enumerations—for example, a list of cuisines or music genres, etc.</rdfs:comment>
|
||
<rdfs:label>Enumeration</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/HowToSection">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
|
||
<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).</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/ListItem"/>
|
||
<rdfs:label>HowToSection</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/ItemList"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/GeoShape">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/StructuredValue"/>
|
||
<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.</rdfs:comment>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews"/>
|
||
<rdfs:label>GeoShape</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Event">
|
||
<rdfs:comment><![CDATA[An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the <a class="localLink" href="http://schema.org/offers">offers</a> property. Repeated events may be structured as separate Event objects.]]></rdfs:comment>
|
||
<rdfs:label>Event</rdfs:label>
|
||
<owl:equivalentClass rdf:resource="http://purl.org/dc/dcmitype/Event"/>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Thing"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/ContactPointOption">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Enumeration"/>
|
||
<rdfs:label>ContactPointOption</rdfs:label>
|
||
<rdfs:comment>Enumerated options related to a ContactPoint.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/CookAction">
|
||
<rdfs:label>CookAction</rdfs:label>
|
||
<rdfs:comment>The act of producing/preparing food.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreateAction"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/PaymentStatusType">
|
||
<rdfs:comment>A specific payment status. For example, PaymentDue, PaymentComplete, etc.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Enumeration"/>
|
||
<rdfs:label>PaymentStatusType</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/StructuredValue">
|
||
<rdfs:label>StructuredValue</rdfs:label>
|
||
<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.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Intangible"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Room">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Accommodation"/>
|
||
<rdfs:comment><![CDATA[A room is a distinguishable space within a structure, usually separated from other spaces by interior walls. (Source: Wikipedia, the free encyclopedia, see <a href="http://en.wikipedia.org/wiki/Room">http://en.wikipedia.org/wiki/Room</a>).
|
||
<br /><br />
|
||
See also the <a href="/docs/hotels.html">dedicated document on the use of schema.org for marking up hotels and other forms of accommodations</a>.]]></rdfs:comment>
|
||
<rdfs:label>Room</rdfs:label>
|
||
<dct:source rdf:resource="https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Map">
|
||
<rdfs:label>Map</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:comment>A map.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/PeopleAudience">
|
||
<rdfs:label>PeopleAudience</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Audience"/>
|
||
<rdfs:comment>A set of characteristics belonging to people, e.g. who compose an item's target audience.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/BusinessFunction">
|
||
<rdfs:comment><![CDATA[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.<br/><br/>
|
||
|
||
Commonly used values:<br/><br/>
|
||
|
||
<ul>
|
||
<li>http://purl.org/goodrelations/v1#ConstructionInstallation</li>
|
||
<li>http://purl.org/goodrelations/v1#Dispose</li>
|
||
<li>http://purl.org/goodrelations/v1#LeaseOut</li>
|
||
<li>http://purl.org/goodrelations/v1#Maintain</li>
|
||
<li>http://purl.org/goodrelations/v1#ProvideService</li>
|
||
<li>http://purl.org/goodrelations/v1#Repair</li>
|
||
<li>http://purl.org/goodrelations/v1#Sell</li>
|
||
<li>http://purl.org/goodrelations/v1#Buy</li>
|
||
</ul>
|
||
]]></rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Enumeration"/>
|
||
<rdfs:label>BusinessFunction</rdfs:label>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Occupation">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Intangible"/>
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/1698"/>
|
||
<schema:category>issue-1698</schema:category>
|
||
<rdfs:label>Occupation</rdfs:label>
|
||
<rdfs:comment>A profession, may involve prolonged training and/or a formal qualification.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/TaxiReservation">
|
||
<rdfs:comment><![CDATA[A reservation for a taxi.<br/><br/>
|
||
|
||
Note: 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 <a class="localLink" href="http://schema.org/Offer">Offer</a>.]]></rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Reservation"/>
|
||
<rdfs:label>TaxiReservation</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/BedDetails">
|
||
<dct:source rdf:resource="https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology"/>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Intangible"/>
|
||
<rdfs:label>BedDetails</rdfs:label>
|
||
<rdfs:comment><![CDATA[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 <a class="localLink" href="http://schema.org/BedType">BedType</a> (under development).]]></rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/SoftwareSourceCode">
|
||
<rdfs:comment>Computer programming source code. Example: Full (compile ready) solutions, code snippet samples, scripts, templates.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:label>SoftwareSourceCode</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Rating">
|
||
<rdfs:comment>A rating is an evaluation on a numeric scale, such as 1 to 5 stars.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Intangible"/>
|
||
<rdfs:label>Rating</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/MoveAction">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Action"/>
|
||
<rdfs:comment><![CDATA[The act of an agent relocating to a place.<br/><br/>
|
||
|
||
Related actions:<br/><br/>
|
||
|
||
<ul>
|
||
<li><a class="localLink" href="http://schema.org/TransferAction">TransferAction</a>: Unlike TransferAction, the subject of the move is a living Person or Organization rather than an inanimate object.</li>
|
||
</ul>
|
||
]]></rdfs:comment>
|
||
<rdfs:label>MoveAction</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/LoanOrCredit">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO"/>
|
||
<rdfs:label>LoanOrCredit</rdfs:label>
|
||
<rdfs:comment>A financial product for the loaning of an amount of money under agreed terms and charges.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/FinancialProduct"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/OpeningHoursSpecification">
|
||
<rdfs:comment><![CDATA[A structured value providing information about the opening hours of a place or a certain service inside a place.<br/><br/>
|
||
|
||
The place is <strong>open</strong> if the <a class="localLink" href="http://schema.org/opens">opens</a> property is specified, and <strong>closed</strong> otherwise.<br/><br/>
|
||
|
||
If the value for the <a class="localLink" href="http://schema.org/closes">closes</a> property is less than the value for the <a class="localLink" href="http://schema.org/opens">opens</a> property then the hour range is assumed to span over the next day.]]></rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/StructuredValue"/>
|
||
<rdfs:label>OpeningHoursSpecification</rdfs:label>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/ContactPoint">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/StructuredValue"/>
|
||
<rdfs:label>ContactPoint</rdfs:label>
|
||
<rdfs:comment>A contact point&#x2014;for example, a Customer Complaints department.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/TipAction">
|
||
<rdfs:label>TipAction</rdfs:label>
|
||
<rdfs:comment>The act of giving money voluntarily to a beneficiary in recognition of services rendered.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/TradeAction"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/WriteAction">
|
||
<rdfs:label>WriteAction</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreateAction"/>
|
||
<rdfs:comment>The act of authoring written creative content.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/JoinAction">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/InteractAction"/>
|
||
<rdfs:comment><![CDATA[An agent joins an event/group with participants/friends at a location.<br/><br/>
|
||
|
||
Related actions:<br/><br/>
|
||
|
||
<ul>
|
||
<li><a class="localLink" href="http://schema.org/RegisterAction">RegisterAction</a>: Unlike RegisterAction, JoinAction refers to joining a group/team of people.</li>
|
||
<li><a class="localLink" href="http://schema.org/SubscribeAction">SubscribeAction</a>: Unlike SubscribeAction, JoinAction does not imply that you'll be receiving updates.</li>
|
||
<li><a class="localLink" href="http://schema.org/FollowAction">FollowAction</a>: Unlike FollowAction, JoinAction does not imply that you'll be polling for updates.</li>
|
||
</ul>
|
||
]]></rdfs:comment>
|
||
<rdfs:label>JoinAction</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/MediaSubscription">
|
||
<rdfs:label>MediaSubscription</rdfs:label>
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/1741"/>
|
||
<rdfs:comment>A subscription which allows a user to access media including audio, video, books, etc.</rdfs:comment>
|
||
<schema:category>issue-1741</schema:category>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Intangible"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Airline">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Organization"/>
|
||
<rdfs:comment>An organization that provides flights for passengers.</rdfs:comment>
|
||
<rdfs:label>Airline</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Course">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
|
||
<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.</rdfs:comment>
|
||
<rdfs:label>Course</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/containsPlace">
|
||
<rdfs:comment>The basic containment relation between a place and another that it contains.</rdfs:comment>
|
||
<schema:inverseOf rdf:resource="http://schema.org/containedInPlace"/>
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Place"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Place"/>
|
||
<rdfs:label>containsPlace</rdfs:label>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/MusicComposition">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:label>MusicComposition</rdfs:label>
|
||
<rdfs:comment>A musical composition.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/BroadcastEvent">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/PublicationEvent"/>
|
||
<rdfs:comment>An over the air or online broadcast event.</rdfs:comment>
|
||
<rdfs:label>BroadcastEvent</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/MapCategoryType">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Enumeration"/>
|
||
<rdfs:label>MapCategoryType</rdfs:label>
|
||
<rdfs:comment>An enumeration of several kinds of Map.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/HomeAndConstructionBusiness">
|
||
<rdfs:comment><![CDATA[A construction business.<br/><br/>
|
||
|
||
A HomeAndConstructionBusiness is a <a class="localLink" href="http://schema.org/LocalBusiness">LocalBusiness</a> that provides services around homes and buildings.<br/><br/>
|
||
|
||
As a <a class="localLink" href="http://schema.org/LocalBusiness">LocalBusiness</a> it can be described as a <a class="localLink" href="http://schema.org/provider">provider</a> of one or more <a class="localLink" href="http://schema.org/Service">Service</a>(s).]]></rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
|
||
<rdfs:label>HomeAndConstructionBusiness</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/ItemAvailability">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Enumeration"/>
|
||
<rdfs:label>ItemAvailability</rdfs:label>
|
||
<rdfs:comment>A list of possible product availability options.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/MusicReleaseFormatType">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Enumeration"/>
|
||
<rdfs:label>MusicReleaseFormatType</rdfs:label>
|
||
<rdfs:comment>Format of this release (the type of recording media used, ie. compact disc, digital media, LP, etc.).</rdfs:comment>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/HotelRoom">
|
||
<dct:source rdf:resource="https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology"/>
|
||
<rdfs:label>HotelRoom</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Room"/>
|
||
<rdfs:comment><![CDATA[A hotel room is a single room in a hotel.
|
||
<br /><br />
|
||
See also the <a href="/docs/hotels.html">dedicated document on the use of schema.org for marking up hotels and other forms of accommodations</a>.]]></rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Distance">
|
||
<rdfs:comment>Properties that take Distances as values are of the form '&lt;Number&gt; &lt;Length unit of measure&gt;'. E.g., '7 ft'.</rdfs:comment>
|
||
<rdfs:label>Distance</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Quantity"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/SportsActivityLocation">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
|
||
<rdfs:label>SportsActivityLocation</rdfs:label>
|
||
<rdfs:comment>A sports location, such as a playing field.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Episode">
|
||
<rdfs:label>Episode</rdfs:label>
|
||
<rdfs:comment>A media episode (e.g. TV, radio, video game) which can be part of a series or season.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/BoardingPolicyType">
|
||
<rdfs:comment>A type of boarding policy used by an airline.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Enumeration"/>
|
||
<rdfs:label>BoardingPolicyType</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/PublicationIssue">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex"/>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:comment><![CDATA[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.<br/><br/>
|
||
|
||
See also <a href="http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html">blog post</a>.]]></rdfs:comment>
|
||
<rdfs:label>PublicationIssue</rdfs:label>
|
||
<owl:equivalentClass rdf:resource="http://purl.org/ontology/bibo/Issue"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Reservation">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Intangible"/>
|
||
<rdfs:comment><![CDATA[Describes a reservation for travel, dining or an event. Some reservations require tickets. <br/><br/>
|
||
|
||
Note: 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 <a class="localLink" href="http://schema.org/Offer">Offer</a>.]]></rdfs:comment>
|
||
<rdfs:label>Reservation</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/MusicPlaylist">
|
||
<rdfs:label>MusicPlaylist</rdfs:label>
|
||
<rdfs:comment>A collection of music tracks in playlist form.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Energy">
|
||
<rdfs:comment>Properties that take Energy as values are of the form '&lt;Number&gt; &lt;Energy unit of measure&gt;'.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Quantity"/>
|
||
<rdfs:label>Energy</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/SocialMediaPosting">
|
||
<rdfs:comment>A post to a social media platform, including blog posts, tweets, Facebook posts, etc.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Article"/>
|
||
<rdfs:label>SocialMediaPosting</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/MovieTheater">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/EntertainmentBusiness"/>
|
||
<rdfs:comment>A movie theater.</rdfs:comment>
|
||
<rdfs:label>MovieTheater</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/ListItem">
|
||
<rdfs:comment>An list item, e.g. a step in a checklist or how-to description.</rdfs:comment>
|
||
<rdfs:label>ListItem</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Intangible"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/DeliveryMethod">
|
||
<rdfs:label>DeliveryMethod</rdfs:label>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass"/>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Enumeration"/>
|
||
<rdfs:comment><![CDATA[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.<br/><br/>
|
||
|
||
Commonly used values:<br/><br/>
|
||
|
||
<ul>
|
||
<li>http://purl.org/goodrelations/v1#DeliveryModeDirectDownload</li>
|
||
<li>http://purl.org/goodrelations/v1#DeliveryModeFreight</li>
|
||
<li>http://purl.org/goodrelations/v1#DeliveryModeMail</li>
|
||
<li>http://purl.org/goodrelations/v1#DeliveryModeOwnFleet</li>
|
||
<li>http://purl.org/goodrelations/v1#DeliveryModePickUp</li>
|
||
<li>http://purl.org/goodrelations/v1#DHL</li>
|
||
<li>http://purl.org/goodrelations/v1#FederalExpress</li>
|
||
<li>http://purl.org/goodrelations/v1#UPS</li>
|
||
</ul>
|
||
]]></rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/GeoCoordinates">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/StructuredValue"/>
|
||
<rdfs:label>GeoCoordinates</rdfs:label>
|
||
<rdfs:comment>The geographic coordinates of a place or event.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/MusicGroup">
|
||
<rdfs:label>MusicGroup</rdfs:label>
|
||
<rdfs:comment>A musical group, such as a band, an orchestra, or a choir. Can also be a solo musician.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/PerformingGroup"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Country">
|
||
<rdfs:comment>A country.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/AdministrativeArea"/>
|
||
<rdfs:label>Country</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/SomeProducts">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass"/>
|
||
<rdfs:comment>A placeholder for multiple similar products of the same kind.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Product"/>
|
||
<rdfs:label>SomeProducts</rdfs:label>
|
||
</rdfs:Class>
|
||
<schema:DataType rdf:about="http://schema.org/Text">
|
||
<rdfs:label>Text</rdfs:label>
|
||
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
|
||
<rdfs:comment>Data type: Text.</rdfs:comment>
|
||
</schema:DataType>
|
||
<rdfs:Class rdf:about="http://schema.org/WebPageElement">
|
||
<rdfs:label>WebPageElement</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:comment>A web page element, like a table or an image.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/HowToDirection">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/ListItem"/>
|
||
<rdfs:comment>A direction indicating a single action to do in the instructions for how to achieve a result.</rdfs:comment>
|
||
<rdfs:label>HowToDirection</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/ConsumeAction">
|
||
<rdfs:label>ConsumeAction</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Action"/>
|
||
<rdfs:comment>The act of ingesting information/resources/food.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/GameServerStatus">
|
||
<rdfs:label>GameServerStatus</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Enumeration"/>
|
||
<rdfs:comment>Status of a game server.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Apartment">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Accommodation"/>
|
||
<rdfs:label>Apartment</rdfs:label>
|
||
<dct:source rdf:resource="https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology"/>
|
||
<rdfs:comment><![CDATA[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 <a href="http://en.wikipedia.org/wiki/Apartment">http://en.wikipedia.org/wiki/Apartment</a>).]]></rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Blog">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:comment>A blog.</rdfs:comment>
|
||
<rdfs:label>Blog</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/RadioChannel">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/BroadcastChannel"/>
|
||
<rdfs:label>RadioChannel</rdfs:label>
|
||
<rdfs:comment>A unique instance of a radio BroadcastService on a CableOrSatelliteService lineup.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/AlignmentObject">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_LRMIClass"/>
|
||
<rdfs:comment>An intangible item that describes an alignment between a learning resource and a node in an educational framework.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Intangible"/>
|
||
<rdfs:label>AlignmentObject</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/AllocateAction">
|
||
<rdfs:label>AllocateAction</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/OrganizeAction"/>
|
||
<rdfs:comment>The act of organizing tasks/objects/events by associating resources to it.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/VideoObject">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews"/>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/MediaObject"/>
|
||
<rdfs:comment>A video file.</rdfs:comment>
|
||
<rdfs:label>VideoObject</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/RadioSeries">
|
||
<rdfs:label>RadioSeries</rdfs:label>
|
||
<rdfs:comment>CreativeWorkSeries dedicated to radio broadcast and associated online delivery.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreativeWorkSeries"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/PropertyValueSpecification">
|
||
<rdfs:comment>A Property value specification.</rdfs:comment>
|
||
<rdfs:label>PropertyValueSpecification</rdfs:label>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_ActionCollabClass"/>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Intangible"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/RealEstateAgent">
|
||
<rdfs:comment>A real-estate agent.</rdfs:comment>
|
||
<rdfs:label>RealEstateAgent</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/ParcelDelivery">
|
||
<rdfs:label>ParcelDelivery</rdfs:label>
|
||
<rdfs:comment>The delivery of a parcel either via the postal service or a commercial service.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Intangible"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/FindAction">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Action"/>
|
||
<rdfs:label>FindAction</rdfs:label>
|
||
<rdfs:comment><![CDATA[The act of finding an object.<br/><br/>
|
||
|
||
Related actions:<br/><br/>
|
||
|
||
<ul>
|
||
<li><a class="localLink" href="http://schema.org/SearchAction">SearchAction</a>: FindAction is generally lead by a SearchAction, but not necessarily.</li>
|
||
</ul>
|
||
]]></rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/ReservationStatusType">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Enumeration"/>
|
||
<rdfs:comment>Enumerated status values for Reservation.</rdfs:comment>
|
||
<rdfs:label>ReservationStatusType</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/FoodEstablishment">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
|
||
<rdfs:label>FoodEstablishment</rdfs:label>
|
||
<rdfs:comment>A food-related business.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/BodyOfWater">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Landform"/>
|
||
<rdfs:comment>A body of water, such as a sea, ocean, or lake.</rdfs:comment>
|
||
<rdfs:label>BodyOfWater</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/SportsOrganization">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Organization"/>
|
||
<rdfs:label>SportsOrganization</rdfs:label>
|
||
<rdfs:comment>Represents the collection of all sports organizations, including sports teams, governing bodies, and sports associations.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Service">
|
||
<rdfs:label>Service</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Intangible"/>
|
||
<rdfs:comment>A service provided by an organization, e.g. delivery service, print services, etc.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/LegalService">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
|
||
<rdfs:label>LegalService</rdfs:label>
|
||
<rdfs:comment><![CDATA[A LegalService is a business that provides legally-oriented services, advice and representation, e.g. law firms.<br/><br/>
|
||
|
||
As a <a class="localLink" href="http://schema.org/LocalBusiness">LocalBusiness</a> it can be described as a <a class="localLink" href="http://schema.org/provider">provider</a> of one or more <a class="localLink" href="http://schema.org/Service">Service</a>(s).]]></rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Offer">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Intangible"/>
|
||
<rdfs:comment><![CDATA[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.<br/><br/>
|
||
|
||
Note: As the <a class="localLink" href="http://schema.org/businessFunction">businessFunction</a> property, which identifies the form of offer (e.g. sell, lease, repair, dispose), defaults to http://purl.org/goodrelations/v1#Sell; an Offer without a defined businessFunction value can be assumed to be an offer to sell.<br/><br/>
|
||
|
||
For <a href="http://www.gs1.org/barcodes/technical/idkeys/gtin">GTIN</a>-related fields, see <a href="http://www.gs1.org/barcodes/support/check_digit_calculator">Check Digit calculator</a> and <a href="http://www.gs1us.org/resources/standards/gtin-validation-guide">validation guide</a> from <a href="http://www.gs1.org/">GS1</a>.]]></rdfs:comment>
|
||
<rdfs:label>Offer</rdfs:label>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/VideoGame">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/SoftwareApplication"/>
|
||
<rdfs:label>VideoGame</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Game"/>
|
||
<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.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/RsvpAction">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/InformAction"/>
|
||
<rdfs:comment>The act of notifying an event organizer as to whether you expect to attend the event.</rdfs:comment>
|
||
<rdfs:label>RsvpAction</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/DataType">
|
||
<rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
|
||
<rdfs:comment>The basic data types such as Integers, Strings, etc.</rdfs:comment>
|
||
<rdfs:label>DataType</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Role">
|
||
<rdfs:comment><![CDATA[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'.<br/><br/>
|
||
|
||
See also <a href="http://blog.schema.org/2014/06/introducing-role.html">blog post</a>.]]></rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Intangible"/>
|
||
<rdfs:label>Role</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/SellAction">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/TradeAction"/>
|
||
<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.</rdfs:comment>
|
||
<rdfs:label>SellAction</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Movie">
|
||
<rdfs:comment>A movie.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:label>Movie</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/DigitalDocumentPermissionType">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Enumeration"/>
|
||
<rdfs:label>DigitalDocumentPermissionType</rdfs:label>
|
||
<rdfs:comment>A type of permission which can be granted for accessing a digital document.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/UserInteraction">
|
||
<schema:supersededBy rdf:resource="http://schema.org/InteractionCounter"/>
|
||
<rdfs:comment><![CDATA[UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use <a class="localLink" href="http://schema.org/Action">Action</a>-based vocabulary, alongside types such as <a class="localLink" href="http://schema.org/Comment">Comment</a>.]]></rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Event"/>
|
||
<rdfs:label>UserInteraction</rdfs:label>
|
||
</rdfs:Class>
|
||
<schema:DataType rdf:about="http://schema.org/Number">
|
||
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
|
||
<rdfs:label>Number</rdfs:label>
|
||
<rdfs:comment><![CDATA[Data type: Number.<br/><br/>
|
||
|
||
Usage guidelines:<br/><br/>
|
||
|
||
<ul>
|
||
<li>Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.</li>
|
||
<li>Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.</li>
|
||
</ul>
|
||
]]></rdfs:comment>
|
||
</schema:DataType>
|
||
<rdfs:Class rdf:about="http://schema.org/MenuItem">
|
||
<rdfs:label>MenuItem</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Intangible"/>
|
||
<rdfs:comment>A food or drink item listed in a menu or menu section.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/AudioObject">
|
||
<rdfs:label>AudioObject</rdfs:label>
|
||
<rdfs:comment>An audio file.</rdfs:comment>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews"/>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/MediaObject"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/InsertAction">
|
||
<rdfs:label>InsertAction</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/AddAction"/>
|
||
<rdfs:comment>The act of adding at a specific location in an ordered collection.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/CompoundPriceSpecification">
|
||
<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").</rdfs:comment>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass"/>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/PriceSpecification"/>
|
||
<rdfs:label>CompoundPriceSpecification</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/PublicationEvent">
|
||
<rdfs:label>PublicationEvent</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Event"/>
|
||
<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.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Brand">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Intangible"/>
|
||
<rdfs:label>Brand</rdfs:label>
|
||
<rdfs:comment>A brand is a name used by an organization or business person for labeling a product, product group, or similar.</rdfs:comment>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Dataset">
|
||
<rdfs:comment>A body of structured information describing some topic(s) of interest.</rdfs:comment>
|
||
<owl:equivalentClass rdf:resource="http://www.w3.org/ns/dcat#Dataset"/>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:label>Dataset</rdfs:label>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_DatasetClass"/>
|
||
<owl:equivalentClass rdf:resource="http://purl.org/dc/dcmitype/Dataset"/>
|
||
<owl:equivalentClass rdf:resource="http://rdfs.org/ns/void#Dataset"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/SearchAction">
|
||
<rdfs:label>SearchAction</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Action"/>
|
||
<rdfs:comment><![CDATA[The act of searching for an object.<br/><br/>
|
||
|
||
Related actions:<br/><br/>
|
||
|
||
<ul>
|
||
<li><a class="localLink" href="http://schema.org/FindAction">FindAction</a>: SearchAction generally leads to a FindAction, but not necessarily.</li>
|
||
</ul>
|
||
]]></rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/ProductModel">
|
||
<rdfs:comment>A datasheet or vendor specification of a product (in the sense of a prototypical description).</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Product"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass"/>
|
||
<rdfs:label>ProductModel</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/FollowAction">
|
||
<rdfs:comment><![CDATA[The act of forming a personal connection with someone/something (object) unidirectionally/asymmetrically to get updates polled from.<br/><br/>
|
||
|
||
Related actions:<br/><br/>
|
||
|
||
<ul>
|
||
<li><a class="localLink" href="http://schema.org/BefriendAction">BefriendAction</a>: Unlike BefriendAction, FollowAction implies that the connection is <em>not</em> necessarily reciprocal.</li>
|
||
<li><a class="localLink" href="http://schema.org/SubscribeAction">SubscribeAction</a>: Unlike SubscribeAction, FollowAction implies that the follower acts as an active agent constantly/actively polling for updates.</li>
|
||
<li><a class="localLink" href="http://schema.org/RegisterAction">RegisterAction</a>: Unlike RegisterAction, FollowAction implies that the agent is interested in continuing receiving updates from the object.</li>
|
||
<li><a class="localLink" href="http://schema.org/JoinAction">JoinAction</a>: Unlike JoinAction, FollowAction implies that the agent is interested in getting updates from the object.</li>
|
||
<li><a class="localLink" href="http://schema.org/TrackAction">TrackAction</a>: 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't follow it).</li>
|
||
</ul>
|
||
]]></rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/InteractAction"/>
|
||
<rdfs:label>FollowAction</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/FlightReservation">
|
||
<rdfs:comment><![CDATA[A reservation for air travel.<br/><br/>
|
||
|
||
Note: 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 <a class="localLink" href="http://schema.org/Offer">Offer</a>.]]></rdfs:comment>
|
||
<rdfs:label>FlightReservation</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Reservation"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/BusStop">
|
||
<rdfs:comment>A bus stop.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
|
||
<rdfs:label>BusStop</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/BedType">
|
||
<rdfs:comment>A type of bed. This is used for indicating the bed or beds available in an accommodation.</rdfs:comment>
|
||
<rdfs:label>BedType</rdfs:label>
|
||
<schema:category>issue-1262</schema:category>
|
||
<dct:source rdf:resource="https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology"/>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/QualitativeValue"/>
|
||
<dct:source rdf:resource="https://github.com/schemaorg/schemaorg/issues/1262"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/PlayAction">
|
||
<rdfs:comment><![CDATA[The act of playing/exercising/training/performing for enjoyment, leisure, recreation, Competition or exercise.<br/><br/>
|
||
|
||
Related actions:<br/><br/>
|
||
|
||
<ul>
|
||
<li><a class="localLink" href="http://schema.org/ListenAction">ListenAction</a>: Unlike ListenAction (which is under ConsumeAction), PlayAction refers to performing for an audience or at an event, rather than consuming music.</li>
|
||
<li><a class="localLink" href="http://schema.org/WatchAction">WatchAction</a>: Unlike WatchAction (which is under ConsumeAction), PlayAction refers to showing/displaying for an audience or at an event, rather than consuming visual content.</li>
|
||
</ul>
|
||
]]></rdfs:comment>
|
||
<rdfs:label>PlayAction</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Action"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/BookFormatType">
|
||
<rdfs:label>BookFormatType</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Enumeration"/>
|
||
<rdfs:comment>The publication format of the book.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/CreativeWork">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Thing"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews"/>
|
||
<rdfs:label>CreativeWork</rdfs:label>
|
||
<rdfs:comment>The most generic kind of creative work, including books, movies, photographs, software programs, etc.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Photograph">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:comment>A photograph.</rdfs:comment>
|
||
<rdfs:label>Photograph</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/DeliveryEvent">
|
||
<rdfs:comment>An event involving the delivery of an item.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Event"/>
|
||
<rdfs:label>DeliveryEvent</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/SportsTeam">
|
||
<rdfs:comment>Organization: Sports team.</rdfs:comment>
|
||
<rdfs:label>SportsTeam</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/SportsOrganization"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Language">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Intangible"/>
|
||
<rdfs:comment><![CDATA[Natural languages such as Spanish, Tamil, Hindi, English, etc. Formal language code tags expressed in <a href="https://en.wikipedia.org/wiki/IETF_language_tag">BCP 47</a> can be used via the <a class="localLink" href="http://schema.org/alternateName">alternateName</a> property. The Language type previously also covered programming languages such as Scheme and Lisp, which are now best represented using <a class="localLink" href="http://schema.org/ComputerLanguage">ComputerLanguage</a>.]]></rdfs:comment>
|
||
<rdfs:label>Language</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/PaymentChargeSpecification">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/PriceSpecification"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass"/>
|
||
<rdfs:label>PaymentChargeSpecification</rdfs:label>
|
||
<rdfs:comment>The costs of settling the payment using a particular payment method.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Residence">
|
||
<rdfs:label>Residence</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Place"/>
|
||
<rdfs:comment>The place where a person lives.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Organization">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Thing"/>
|
||
<rdfs:label>Organization</rdfs:label>
|
||
<rdfs:comment>An organization such as a school, NGO, corporation, club, etc.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/InteractAction">
|
||
<rdfs:label>InteractAction</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Action"/>
|
||
<rdfs:comment>The act of interacting with another person or organization.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/AddAction">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/UpdateAction"/>
|
||
<rdfs:comment>The act of editing by adding an object to a collection.</rdfs:comment>
|
||
<rdfs:label>AddAction</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Ticket">
|
||
<rdfs:comment>Used to describe a ticket to an event, a flight, a bus ride, etc.</rdfs:comment>
|
||
<rdfs:label>Ticket</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Intangible"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/TVClip">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Clip"/>
|
||
<rdfs:comment>A short TV program or a segment/part of a TV program.</rdfs:comment>
|
||
<rdfs:label>TVClip</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/PerformingGroup">
|
||
<rdfs:comment>A performance group, such as a band, an orchestra, or a circus.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Organization"/>
|
||
<rdfs:label>PerformingGroup</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/HealthAndBeautyBusiness">
|
||
<rdfs:label>HealthAndBeautyBusiness</rdfs:label>
|
||
<rdfs:comment>Health and beauty.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/LocalBusiness"/>
|
||
</rdfs:Class>
|
||
<rdf:Property rdf:about="http://schema.org/subOrganization">
|
||
<schema:domainIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<schema:rangeIncludes rdf:resource="http://schema.org/Organization"/>
|
||
<rdfs:comment>A relationship between two organizations where the first includes the second, e.g., as a subsidiary. See also: the more specific 'department' property.</rdfs:comment>
|
||
<rdfs:label>subOrganization</rdfs:label>
|
||
<schema:inverseOf rdf:resource="http://schema.org/parentOrganization"/>
|
||
</rdf:Property>
|
||
<rdfs:Class rdf:about="http://schema.org/TrainStation">
|
||
<rdfs:comment>A train station.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CivicStructure"/>
|
||
<rdfs:label>TrainStation</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/CableOrSatelliteService">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Service"/>
|
||
<rdfs:label>CableOrSatelliteService</rdfs:label>
|
||
<rdfs:comment>A service which provides access to media programming like TV or radio. Access may be via cable or satellite.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/DonateAction">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/TradeAction"/>
|
||
<rdfs:label>DonateAction</rdfs:label>
|
||
<rdfs:comment>The act of providing goods, services, or money without compensation, often for philanthropic reasons.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Article">
|
||
<rdfs:label>Article</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews"/>
|
||
<rdfs:comment><![CDATA[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.<br/><br/>
|
||
|
||
See also <a href="http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html">blog post</a>.]]></rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/ParentAudience">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/PeopleAudience"/>
|
||
<rdfs:label>ParentAudience</rdfs:label>
|
||
<rdfs:comment>A set of characteristics describing parents, who can be interested in viewing some content.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/LodgingReservation">
|
||
<rdfs:label>LodgingReservation</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Reservation"/>
|
||
<rdfs:comment><![CDATA[A reservation for lodging at a hotel, motel, inn, etc.<br/><br/>
|
||
|
||
Note: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations.]]></rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/LocationFeatureSpecification">
|
||
<rdfs:label>LocationFeatureSpecification</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/PropertyValue"/>
|
||
<dct:source rdf:resource="https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology"/>
|
||
<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.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/BankAccount">
|
||
<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.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/FinancialProduct"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO"/>
|
||
<rdfs:label>BankAccount</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/BorrowAction">
|
||
<rdfs:label>BorrowAction</rdfs:label>
|
||
<rdfs:comment><![CDATA[The act of obtaining an object under an agreement to return it at a later date. Reciprocal of LendAction.<br/><br/>
|
||
|
||
Related actions:<br/><br/>
|
||
|
||
<ul>
|
||
<li><a class="localLink" href="http://schema.org/LendAction">LendAction</a>: Reciprocal of BorrowAction.</li>
|
||
</ul>
|
||
]]></rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/TransferAction"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Integer">
|
||
<rdfs:label>Integer</rdfs:label>
|
||
<rdfs:comment>Data type: Integer.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Number"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/LeaveAction">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/InteractAction"/>
|
||
<rdfs:comment><![CDATA[An agent leaves an event / group with participants/friends at a location.<br/><br/>
|
||
|
||
Related actions:<br/><br/>
|
||
|
||
<ul>
|
||
<li><a class="localLink" href="http://schema.org/JoinAction">JoinAction</a>: The antonym of LeaveAction.</li>
|
||
<li><a class="localLink" href="http://schema.org/UnRegisterAction">UnRegisterAction</a>: Unlike UnRegisterAction, LeaveAction implies leaving a group/team of people rather than a service.</li>
|
||
</ul>
|
||
]]></rdfs:comment>
|
||
<rdfs:label>LeaveAction</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/MusicAlbumReleaseType">
|
||
<rdfs:label>MusicAlbumReleaseType</rdfs:label>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ"/>
|
||
<rdfs:comment>The kind of release which this album is: single, EP or album.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Enumeration"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/ImageObject">
|
||
<rdfs:label>ImageObject</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/MediaObject"/>
|
||
<owl:equivalentClass rdf:resource="http://purl.org/dc/dcmitype/Image"/>
|
||
<rdfs:comment>An image file.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/HowToSupply">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/HowToItem"/>
|
||
<rdfs:label>HowToSupply</rdfs:label>
|
||
<rdfs:comment>A supply consumed when performing the instructions for how to achieve a result.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/MusicAlbum">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/MusicPlaylist"/>
|
||
<rdfs:label>MusicAlbum</rdfs:label>
|
||
<rdfs:comment>A collection of music tracks.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Vehicle">
|
||
<rdfs:label>Vehicle</rdfs:label>
|
||
<rdfs:comment>A vehicle is a device that is designed or used to transport people or cargo over land, water, air, or through space.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Product"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/LoseAction">
|
||
<rdfs:comment>The act of being defeated in a competitive activity.</rdfs:comment>
|
||
<rdfs:label>LoseAction</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/AchieveAction"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/PaymentMethod">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass"/>
|
||
<rdfs:label>PaymentMethod</rdfs:label>
|
||
<rdfs:comment><![CDATA[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.<br/><br/>
|
||
|
||
Commonly used values:<br/><br/>
|
||
|
||
<ul>
|
||
<li>http://purl.org/goodrelations/v1#ByBankTransferInAdvance</li>
|
||
<li>http://purl.org/goodrelations/v1#ByInvoice</li>
|
||
<li>http://purl.org/goodrelations/v1#Cash</li>
|
||
<li>http://purl.org/goodrelations/v1#CheckInAdvance</li>
|
||
<li>http://purl.org/goodrelations/v1#COD</li>
|
||
<li>http://purl.org/goodrelations/v1#DirectDebit</li>
|
||
<li>http://purl.org/goodrelations/v1#GoogleCheckout</li>
|
||
<li>http://purl.org/goodrelations/v1#PayPal</li>
|
||
<li>http://purl.org/goodrelations/v1#PaySwarm</li>
|
||
</ul>
|
||
]]></rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Enumeration"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/ItemList">
|
||
<rdfs:label>ItemList</rdfs:label>
|
||
<rdfs:comment>A list of items of any sort&#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.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Intangible"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/QualitativeValue">
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass"/>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Enumeration"/>
|
||
<rdfs:label>QualitativeValue</rdfs:label>
|
||
<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'.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/MobileApplication">
|
||
<rdfs:comment>A software application designed specifically to work well on a mobile device such as a telephone.</rdfs:comment>
|
||
<rdfs:label>MobileApplication</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/SoftwareApplication"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/ReceiveAction">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/TransferAction"/>
|
||
<rdfs:label>ReceiveAction</rdfs:label>
|
||
<rdfs:comment><![CDATA[The act of physically/electronically taking delivery of an object thathas been transferred from an origin to a destination. Reciprocal of SendAction.<br/><br/>
|
||
|
||
Related actions:<br/><br/>
|
||
|
||
<ul>
|
||
<li><a class="localLink" href="http://schema.org/SendAction">SendAction</a>: The reciprocal of ReceiveAction.</li>
|
||
<li><a class="localLink" href="http://schema.org/TakeAction">TakeAction</a>: 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).</li>
|
||
</ul>
|
||
]]></rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Comment">
|
||
<rdfs:comment><![CDATA[A comment on an item - for example, a comment on a blog post. The comment's content is expressed via the <a class="localLink" href="http://schema.org/text">text</a> property, and its topic via <a class="localLink" href="http://schema.org/about">about</a>, properties shared with all CreativeWorks.]]></rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:label>Comment</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/InformAction">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CommunicateAction"/>
|
||
<rdfs:label>InformAction</rdfs:label>
|
||
<rdfs:comment>The act of notifying someone of information pertinent to them, with no expectation of a response.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/QuantitativeValue">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/StructuredValue"/>
|
||
<rdfs:comment>A point value or interval for product characteristics and other purposes.</rdfs:comment>
|
||
<rdfs:label>QuantitativeValue</rdfs:label>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/InvestmentOrDeposit">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/FinancialProduct"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO"/>
|
||
<rdfs:label>InvestmentOrDeposit</rdfs:label>
|
||
<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.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<schema:DataType rdf:about="http://schema.org/Date">
|
||
<rdfs:comment><![CDATA[A date value in <a href="http://en.wikipedia.org/wiki/ISO_8601">ISO 8601 date format</a>.]]></rdfs:comment>
|
||
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
|
||
<rdfs:label>Date</rdfs:label>
|
||
</schema:DataType>
|
||
<rdfs:Class rdf:about="http://schema.org/RentalCarReservation">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Reservation"/>
|
||
<rdfs:comment><![CDATA[A reservation for a rental car.<br/><br/>
|
||
|
||
Note: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations.]]></rdfs:comment>
|
||
<rdfs:label>RentalCarReservation</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/HowTo">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:label>HowTo</rdfs:label>
|
||
<rdfs:comment>Instructions that explain how to achieve a result by performing a sequence of steps.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/UpdateAction">
|
||
<rdfs:comment>The act of managing by changing/editing the state of the object.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Action"/>
|
||
<rdfs:label>UpdateAction</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Audience">
|
||
<rdfs:label>Audience</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Intangible"/>
|
||
<rdfs:comment>Intended audience for an item, i.e. the group for whom the item was created.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/SteeringPositionValue">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/QualitativeValue"/>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group"/>
|
||
<rdfs:label>SteeringPositionValue</rdfs:label>
|
||
<rdfs:comment>A value indicating a steering position.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/WebSite">
|
||
<rdfs:label>WebSite</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
|
||
<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.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/TrackAction">
|
||
<rdfs:label>TrackAction</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/FindAction"/>
|
||
<rdfs:comment><![CDATA[An agent tracks an object for updates.<br/><br/>
|
||
|
||
Related actions:<br/><br/>
|
||
|
||
<ul>
|
||
<li><a class="localLink" href="http://schema.org/FollowAction">FollowAction</a>: Unlike FollowAction, TrackAction refers to the interest on the location of innanimates objects.</li>
|
||
<li><a class="localLink" href="http://schema.org/SubscribeAction">SubscribeAction</a>: Unlike SubscribeAction, TrackAction refers to the interest on the location of innanimate objects.</li>
|
||
</ul>
|
||
]]></rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/OrganizeAction">
|
||
<rdfs:comment>The act of manipulating/administering/supervising/controlling one or more objects.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Action"/>
|
||
<rdfs:label>OrganizeAction</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Message">
|
||
<rdfs:comment>A single message from a sender to one or more organizations or people.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:label>Message</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/BusinessAudience">
|
||
<rdfs:label>BusinessAudience</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Audience"/>
|
||
<rdfs:comment>A set of characteristics belonging to businesses, e.g. who compose an item's target audience.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/TravelAction">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/MoveAction"/>
|
||
<rdfs:comment>The act of traveling from an fromLocation to a destination by a specified mode of transport, optionally with participants.</rdfs:comment>
|
||
<rdfs:label>TravelAction</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Action">
|
||
<rdfs:label>Action</rdfs:label>
|
||
<dct:source rdf:resource="http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_ActionCollabClass"/>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Thing"/>
|
||
<rdfs:comment><![CDATA[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.<br/><br/>
|
||
|
||
See also <a href="http://blog.schema.org/2014/04/announcing-schemaorg-actions.html">blog post</a> and <a href="http://schema.org/docs/actions.html">Actions overview document</a>.]]></rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/CommentAction">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CommunicateAction"/>
|
||
<rdfs:comment>The act of generating a comment about a subject.</rdfs:comment>
|
||
<rdfs:label>CommentAction</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/OrderStatus">
|
||
<rdfs:comment>Enumerated status values for Order.</rdfs:comment>
|
||
<rdfs:label>OrderStatus</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Enumeration"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/GamePlayMode">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Enumeration"/>
|
||
<rdfs:comment>Indicates whether this game is multi-player, co-op or single-player.</rdfs:comment>
|
||
<rdfs:label>GamePlayMode</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/AggregateRating">
|
||
<rdfs:label>AggregateRating</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Rating"/>
|
||
<rdfs:comment>The average rating based on multiple ratings or reviews.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Game">
|
||
<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.</rdfs:comment>
|
||
<rdfs:label>Game</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/GenderType">
|
||
<rdfs:comment>An enumeration of genders.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Enumeration"/>
|
||
<rdfs:label>GenderType</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/BroadcastChannel">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Intangible"/>
|
||
<rdfs:label>BroadcastChannel</rdfs:label>
|
||
<rdfs:comment>A unique instance of a BroadcastService on a CableOrSatelliteService lineup.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/Order">
|
||
<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.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Intangible"/>
|
||
<rdfs:label>Order</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/GiveAction">
|
||
<rdfs:label>GiveAction</rdfs:label>
|
||
<rdfs:comment><![CDATA[The act of transferring ownership of an object to a destination. Reciprocal of TakeAction.<br/><br/>
|
||
|
||
Related actions:<br/><br/>
|
||
|
||
<ul>
|
||
<li><a class="localLink" href="http://schema.org/TakeAction">TakeAction</a>: Reciprocal of GiveAction.</li>
|
||
<li><a class="localLink" href="http://schema.org/SendAction">SendAction</a>: Unlike SendAction, GiveAction implies that ownership is being transferred (e.g. I may send my laptop to you, but that doesn't mean I'm giving it to you).</li>
|
||
</ul>
|
||
]]></rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/TransferAction"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/DigitalDocument">
|
||
<rdfs:label>DigitalDocument</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:comment>An electronic file or document.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/LendAction">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/TransferAction"/>
|
||
<rdfs:label>LendAction</rdfs:label>
|
||
<rdfs:comment><![CDATA[The act of providing an object under an agreement that it will be returned at a later date. Reciprocal of BorrowAction.<br/><br/>
|
||
|
||
Related actions:<br/><br/>
|
||
|
||
<ul>
|
||
<li><a class="localLink" href="http://schema.org/BorrowAction">BorrowAction</a>: Reciprocal of LendAction.</li>
|
||
</ul>
|
||
]]></rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/TrainTrip">
|
||
<rdfs:comment>A trip on a commercial train line.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Trip"/>
|
||
<rdfs:label>TrainTrip</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/SoftwareApplication">
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CreativeWork"/>
|
||
<rdfs:label>SoftwareApplication</rdfs:label>
|
||
<rdfs:comment>A software application.</rdfs:comment>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/ItemListOrderType">
|
||
<rdfs:comment>Enumerated for values for itemListOrder for indicating how an ordered ItemList is organized.</rdfs:comment>
|
||
<rdfs:label>ItemListOrderType</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/Enumeration"/>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/MediaGallery">
|
||
<rdfs:comment>Web page type: Media gallery page. A mixed-media page that can contains media such as images, videos, and other multimedia.</rdfs:comment>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/CollectionPage"/>
|
||
<rdfs:label>MediaGallery</rdfs:label>
|
||
</rdfs:Class>
|
||
<rdfs:Class rdf:about="http://schema.org/CommunicateAction">
|
||
<rdfs:comment>The act of conveying information to another person via a communication medium (instrument) such as speech, email, or telephone conversation.</rdfs:comment>
|
||
<rdfs:label>CommunicateAction</rdfs:label>
|
||
<rdfs:subClassOf rdf:resource="http://schema.org/InteractAction"/>
|
||
</rdfs:Class>
|
||
</rdf:RDF>
|