lib/rdf/vocab/schema.rb in rdf-vocab-3.1.5 vs lib/rdf/vocab/schema.rb in rdf-vocab-3.1.6
- old
+ new
@@ -85,11 +85,11 @@
#
# # An airport.
# # @return [RDF::Vocabulary::Term]
# attr_reader :Airport
#
- # # An intangible item that describes an alignment between a learning resource and a node in an educational framework.
+ # # An intangible item that describes an alignment between a learning resource and a node in an educational framework.<br/><br/> Should not be used where the nature of the alignment can be described using a simple property, for example to express that a resource <a class="localLink" href="http://schema.org/teaches">teaches</a> or <a class="localLink" href="http://schema.org/assesses">assesses</a> a competency.
# # @return [RDF::Vocabulary::Term]
# attr_reader :AlignmentObject
#
# # The act of organizing tasks/objects/events by associating resources to it.
# # @return [RDF::Vocabulary::Term]
@@ -801,11 +801,11 @@
#
# # A defence establishment, such as an army or navy base.
# # @return [RDF::Vocabulary::Term]
# attr_reader :DefenceEstablishment
#
- # # DefinedRegion is a DefinedRegion
+ # # A DefinedRegion is a geographic area defined by potentially arbitrary (rather than political, administrative or natural geographical) criteria. Properties are provided for defining a region by reference to sets of postal codes.<br/><br/> Examples: a delivery destination when shopping. Region where regional pricing is configured.<br/><br/> Requirement 1: Country: US States: "NY", "CA"<br/><br/> Requirement 2: Country: US PostalCode Set: { [94000-94585], [97000, 97999], [13000, 13599]} { [12345, 12345], [78945, 78945], } Region = state, canton, prefecture, autonomous community...
# # @return [RDF::Vocabulary::Term]
# attr_reader :DefinedRegion
#
# # A word, name, acronym, phrase, etc. with a formal definition. Often used in the context of category or subject classification, glossaries or dictionaries, product or creative work types, etc. Use the name property for the term being defined, use termCode if the term has an alpha-numeric code allocated, use description to provide the definition of the term.
# # @return [RDF::Vocabulary::Term]
@@ -829,10 +829,14 @@
#
# # 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>
# # @return [RDF::Vocabulary::Term]
# attr_reader :DeliveryMethod
#
+ # # A DeliveryTimeSettings represents re-usable pieces of shipping information, relating to timing. It is designed for publication on an URL that may be referenced via the <a class="localLink" href="http://schema.org/shippingSettingsLink">shippingSettingsLink</a> property of a <a class="localLink" href="http://schema.org/OfferShippingSpecification">OfferShippingSpecification</a>. Several occurrences can be published, distinguished (and identified/referenced) by their different values for <a class="localLink" href="http://schema.org/shippingLabel">shippingLabel</a>.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :DeliveryTimeSettings
+ #
# # 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.
# # @return [RDF::Vocabulary::Term]
# attr_reader :Demand
#
# # A dentist.
@@ -2065,10 +2069,14 @@
#
# # Organization: Non-governmental Organization.
# # @return [RDF::Vocabulary::Term]
# attr_reader :NGO
#
+ # # NLNonprofitType: Non-profit organization type originating from the Netherlands.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :NLNonprofitType
+ #
# # A nail salon.
# # @return [RDF::Vocabulary::Term]
# attr_reader :NailSalon
#
# # A common pathway for the electrochemical nerve impulses that are transmitted along each of the axons.
@@ -2089,10 +2097,14 @@
#
# # A nightclub or discotheque.
# # @return [RDF::Vocabulary::Term]
# attr_reader :NightClub
#
+ # # NonprofitType enumerates several kinds of official non-profit types of which a non-profit organization can be.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :NonprofitType
+ #
# # A notary.
# # @return [RDF::Vocabulary::Term]
# attr_reader :Notary
#
# # A file containing a note, primarily for the author.
@@ -2393,10 +2405,14 @@
#
# # The mailing address.
# # @return [RDF::Vocabulary::Term]
# attr_reader :PostalAddress
#
+ # # Indicates a range of postalcodes, usually defined as the set of valid codes between <a class="localLink" href="http://schema.org/postalCodeBegin">postalCodeBegin</a> and <a class="localLink" href="http://schema.org/postalCodeEnd">postalCodeEnd</a>, inclusively.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :PostalCodeRangeSpecification
+ #
# # A large, usually printed placard, bill, or announcement, often illustrated, that is posted to advertise or publicize something.
# # @return [RDF::Vocabulary::Term]
# attr_reader :Poster
#
# # An agent orders a (not yet released) object/product/service to be delivered/sent.
@@ -2829,10 +2845,18 @@
#
# # Printed music, as opposed to performed or recorded music.
# # @return [RDF::Vocabulary::Term]
# attr_reader :SheetMusic
#
+ # # ShippingDeliveryTime provides various pieces of information about delivery times for shipping.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :ShippingDeliveryTime
+ #
+ # # A ShippingRateSettings represents re-usable pieces of shipping information. It is designed for publication on an URL that may be referenced via the <a class="localLink" href="http://schema.org/shippingSettingsLink">shippingSettingsLink</a> property of an <a class="localLink" href="http://schema.org/OfferShippingDetails">OfferShippingDetails</a>. Several occurrences can be published, distinguished and matched (i.e. identified/referenced) by their different values for <a class="localLink" href="http://schema.org/shippingLabel">shippingLabel</a>.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :ShippingRateSettings
+ #
# # A shoe store.
# # @return [RDF::Vocabulary::Term]
# attr_reader :ShoeStore
#
# # A shopping center or mall.
@@ -3145,14 +3169,22 @@
#
# # A structured value indicating the quantity, unit of measurement, and business function of goods included in a bundle offer.
# # @return [RDF::Vocabulary::Term]
# attr_reader :TypeAndQuantityNode
#
+ # # UKNonprofitType: Non-profit organization type originating from the United Kingdom.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :UKNonprofitType
+ #
# # Data type: URL.
# # @return [RDF::Vocabulary::Term]
# attr_reader :URL
#
+ # # USNonprofitType: Non-profit organization type originating from the United States.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :USNonprofitType
+ #
# # 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>
# # @return [RDF::Vocabulary::Term]
# attr_reader :UnRegisterAction
#
# # The price asked for a given offer by the respective organization or person.
@@ -3621,11 +3653,11 @@
#
# # The algorithm or rules to follow to compute the score.
# # @return [RDF::Vocabulary::Term]
# attr_reader :algorithm
#
- # # A category of alignment between the learning resource and the framework node. Recommended values include: 'assesses', 'teaches', 'requires', 'textComplexity', 'readingLevel', 'educationalSubject', and 'educationalLevel'.
+ # # A category of alignment between the learning resource and the framework node. Recommended values include: 'requires', 'textComplexity', 'readingLevel', and 'educationalSubject'.
# # @return [RDF::Vocabulary::Term]
# attr_reader :alignmentType
#
# # An alias for the item.
# # @return [RDF::Vocabulary::Term]
@@ -3801,10 +3833,14 @@
#
# # Associated product/technology version. e.g., .NET Framework 4.5.
# # @return [RDF::Vocabulary::Term]
# attr_reader :assemblyVersion
#
+ # # The item being described is intended to assess the competency or learning outcome defined by the referenced term.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :assesses
+ #
# # The anatomy of the underlying organ system or structures associated with this entity.
# # @return [RDF::Vocabulary::Term]
# attr_reader :associatedAnatomy
#
# # A NewsArticle associated with the Media Object.
@@ -4121,10 +4157,14 @@
#
# # The unique identifier for the bus.
# # @return [RDF::Vocabulary::Term]
# attr_reader :busNumber
#
+ # # Days of the week when the merchant typically operates, indicated via opening hours markup.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :businessDays
+ #
# # 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.
# # @return [RDF::Vocabulary::Term]
# attr_reader :businessFunction
#
# # A sub property of participant. The participant/person/organization that bought the object.
@@ -4549,10 +4589,14 @@
#
# # Party placing the order or paying the invoice.
# # @return [RDF::Vocabulary::Term]
# attr_reader :customer
#
+ # # Order cutoff time allows merchants to describe the time after which they will no longer process orders received on that day. For orders processed after cutoff time, one day gets added to the delivery time estimate. This property is expected to be most typically used via the <a class="localLink" href="http://schema.org/ShippingRateSettings">ShippingRateSettings</a> publication pattern. The time is indicated using the time notation from the ISO-8601 DateTime format, e.g. 14:45:15Z would represent a daily cutoff at 14:45h UTC.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :cutoffTime
+ #
# # collectiondate - Date for which patient counts are reported.
# # @return [RDF::Vocabulary::Term]
# attr_reader :cvdCollectionDate
#
# # Name of the County of the NHSN facility that this data record applies to. Use <a class="localLink" href="http://schema.org/cvdFacilityId">cvdFacilityId</a> to identify the facility. To provide other details, <a class="localLink" href="http://schema.org/healthcareReportingData">healthcareReportingData</a> can be used on a <a class="localLink" href="http://schema.org/Hospital">Hospital</a> entry.
@@ -4701,10 +4745,14 @@
#
# # New entry added as the package passes through each leg of its journey (from shipment to final delivery).
# # @return [RDF::Vocabulary::Term]
# attr_reader :deliveryStatus
#
+ # # The total delay between the receipt of the order and the goods reaching the final customer.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :deliveryTime
+ #
# # 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.
# # @return [RDF::Vocabulary::Term]
# attr_reader :department
#
# # The airport where the flight originates.
@@ -4837,10 +4885,14 @@
#
# # Further documentation describing the Web API in more detail.
# # @return [RDF::Vocabulary::Term]
# attr_reader :documentation
#
+ # # Indicates, as part of an <a class="localLink" href="http://schema.org/OfferShippingDetails">OfferShippingDetails</a>, when shipping to a particular <a class="localLink" href="http://schema.org/shippingDestination">shippingDestination</a> is not available.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :doesNotShip
+ #
# # Relates a property to a class that is (one of) the type(s) the property is expected to be used on.
# # @return [RDF::Vocabulary::Term]
# attr_reader :domainIncludes
#
# # Whether borrower is a resident of the jurisdiction where the property is located.
@@ -4929,19 +4981,23 @@
#
# # The amount to be paid as a penalty in the event of early payment of the loan.
# # @return [RDF::Vocabulary::Term]
# attr_reader :earlyPrepaymentPenalty
#
+ # # An <a href="https://eidr.org/">EIDR</a> (Entertainment Identifier Registry) <a class="localLink" href="http://schema.org/identifier">identifier</a> representing a specific edit / edition for a work of film or television.<br/><br/> For example, the motion picture known as "Ghostbusters" whose <a class="localLink" href="http://schema.org/titleEIDR">titleEIDR</a> is "10.5240/7EC7-228A-510A-053E-CBB8-J", has several edits e.g. "10.5240/1F2A-E1C5-680A-14C6-E76B-I" and "10.5240/8A35-3BEE-6497-5D12-9E4F-3".<br/><br/> Since schema.org types like <a class="localLink" href="http://schema.org/Movie">Movie</a> and <a class="localLink" href="http://schema.org/TVEpisode">TVEpisode</a> can be used for both works and their multiple expressions, it is possible to use <a class="localLink" href="http://schema.org/titleEIDR">titleEIDR</a> alone (for a general description), or alongside <a class="localLink" href="http://schema.org/editEIDR">editEIDR</a> for a more edit-specific description.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :editEIDR
+ #
# # Specifies the Person who edited the CreativeWork.
# # @return [RDF::Vocabulary::Term]
# attr_reader :editor
#
# # Educational background needed for the position or Occupation.
# # @return [RDF::Vocabulary::Term]
# attr_reader :educationRequirements
#
- # # An alignment to an established educational framework.
+ # # An alignment to an established educational framework.<br/><br/> This property should not be used where the nature of the alignment can be described using a simple property, for example to express that a resource <a class="localLink" href="http://schema.org/teaches">teaches</a> or <a class="localLink" href="http://schema.org/assesses">assesses</a> a competency.
# # @return [RDF::Vocabulary::Term]
# attr_reader :educationalAlignment
#
# # A description of the qualification, award, certificate, diploma or other educational credential awarded as a consequence of successful completion of this course or program.
# # @return [RDF::Vocabulary::Term]
@@ -4969,10 +5025,14 @@
#
# # 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.
# # @return [RDF::Vocabulary::Term]
# attr_reader :elevation
#
+ # # The legal requirements such as citizenship, visa and other documentation required for an applicant to this job.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :eligibilityToWorkRequirement
+ #
# # The type(s) of customers for which the given offer is valid.
# # @return [RDF::Vocabulary::Term]
# attr_reader :eligibleCustomerType
#
# # The duration for which the given offer is valid.
@@ -5321,10 +5381,14 @@
#
# # A flag to signal that the item, event, or place is accessible for free.
# # @return [RDF::Vocabulary::Term]
# attr_reader :free
#
+ # # A monetary value above which (or equal to) the shipping rate becomes free. Intended to be used via an <a class="localLink" href="http://schema.org/OfferShippingSpecification">OfferShippingSpecification</a> with <a class="localLink" href="http://schema.org/shippingSettingsLink">shippingSettingsLink</a> matching this <a class="localLink" href="http://schema.org/ShippingSettings">ShippingSettings</a>.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :freeShippingThreshold
+ #
# # How often the dose is taken, e.g. 'daily'.
# # @return [RDF::Vocabulary::Term]
# attr_reader :frequency
#
# # A sub property of location. The original location of the object or the agent before the action.
@@ -5509,10 +5573,14 @@
#
# # The medical conditions, treatments, etc. that are the subject of the guideline.
# # @return [RDF::Vocabulary::Term]
# attr_reader :guidelineSubject
#
+ # # 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. Typical properties: minValue, maxValue, unitCode (d for DAY). This is by common convention assumed to mean business days (if a unitCode is used, coded as "d"), i.e. only counting days when the business normally operates.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :handlingTime
+ #
# # A broadcast channel of a broadcast service.
# # @return [RDF::Vocabulary::Term]
# attr_reader :hasBroadcastChannel
#
# # A Category code contained in this code set.
@@ -5953,10 +6021,14 @@
#
# # A pointer to another, functionally similar product (or multiple products).
# # @return [RDF::Vocabulary::Term]
# attr_reader :isSimilarTo
#
+ # # This can be marked 'true' to indicate that some published ShippingRateSettings are intended to apply to all <a class="localLink" href="http://schema.org/OfferShippingDetails">OfferShippingDetails</a> published by the same merchant, when referenced by a <a class="localLink" href="http://schema.org/shippingSettingsLink">shippingSettingsLink</a> in those settings. It is not meaningful to use a 'true' value for this property alongside a shippingLabel, since this property is for use with unlabelled ShippingRateSettings.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :isUnlabelledFallback
+ #
# # 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.
# # @return [RDF::Vocabulary::Term]
# attr_reader :isVariantOf
#
# # The ISBN of the book.
@@ -6557,10 +6629,14 @@
#
# # The generic name of this drug or supplement.
# # @return [RDF::Vocabulary::Term]
# attr_reader :nonProprietaryName
#
+ # # nonprofit Status indicates the legal status of a non-profit organization in its primary place of business.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :nonprofitStatus
+ #
# # Range of acceptable values for a typical patient, when applicable.
# # @return [RDF::Vocabulary::Term]
# attr_reader :normalRange
#
# # Indicates the <a href="https://en.wikipedia.org/wiki/NATO_Stock_Number">NATO stock number</a> (nsn) of a <a class="localLink" href="http://schema.org/Product">Product</a>.
@@ -7049,10 +7125,26 @@
#
# # The postal code. For example, 94043.
# # @return [RDF::Vocabulary::Term]
# attr_reader :postalCode
#
+ # # First postal code in a range (included).
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :postalCodeBegin
+ #
+ # # Last postal code in the range (included). Needs to be after <a class="localLink" href="http://schema.org/postalCodeBegin">postalCodeBegin</a>.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :postalCodeEnd
+ #
+ # # A defined range of postal codes indicated by a common textual prefix. Used for non-numeric systems such as UK.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :postalCodePrefix
+ #
+ # # A defined range of postal codes.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :postalCodeRange
+ #
# # Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role.
# # @return [RDF::Vocabulary::Term]
# attr_reader :potentialAction
#
# # A description of the workup, testing, and other preparations required before implanting this device.
@@ -7845,14 +7937,30 @@
#
# # A CreativeWork such as an image, video, or audio clip shared as part of this posting.
# # @return [RDF::Vocabulary::Term]
# attr_reader :sharedContent
#
- # # indicates (posssibly multiple) shipping destinations. These can be defined in several ways e.g. postalCode ranges.
+ # # indicates (possibly multiple) shipping destinations. These can be defined in several ways e.g. postalCode ranges.
# # @return [RDF::Vocabulary::Term]
# attr_reader :shippingDestination
#
+ # # Indicates information about the shipping policies and options associated with an <a class="localLink" href="http://schema.org/Offer">Offer</a>.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :shippingDetails
+ #
+ # # Label to match an <a class="localLink" href="http://schema.org/OfferShippingDetails">OfferShippingDetails</a> with a <a class="localLink" href="http://schema.org/ShippingRateSettings">ShippingRateSettings</a> (within the context of a <a class="localLink" href="http://schema.org/shippingSettingsLink">shippingSettingsLink</a> cross-reference).
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :shippingLabel
+ #
+ # # The shipping rate is the cost of shipping to the specified destination. Typically, the maxValue and currency values (of the <a class="localLink" href="http://schema.org/MonetaryAmount">MonetaryAmount</a>) are most appropriate.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :shippingRate
+ #
+ # # Link to a page containing <a class="localLink" href="http://schema.org/ShippingRateSettings">ShippingRateSettings</a> and <a class="localLink" href="http://schema.org/DeliveryTimeSettings">DeliveryTimeSettings</a> details.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :shippingSettingsLink
+ #
# # A sibling of the person.
# # @return [RDF::Vocabulary::Term]
# attr_reader :sibling
#
# # A sibling of the person.
@@ -8193,10 +8301,14 @@
#
# # The Tax / Fiscal ID of the organization or person, e.g. the TIN in the US or the CIF/NIF in Spain.
# # @return [RDF::Vocabulary::Term]
# attr_reader :taxID
#
+ # # The item being described is intended to help a person learn the competency or learning outcome defined by the referenced term.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :teaches
+ #
# # The telephone number.
# # @return [RDF::Vocabulary::Term]
# attr_reader :telephone
#
# # 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.
@@ -8273,10 +8385,14 @@
#
# # The title of the job.
# # @return [RDF::Vocabulary::Term]
# attr_reader :title
#
+ # # An <a href="https://eidr.org/">EIDR</a> (Entertainment Identifier Registry) <a class="localLink" href="http://schema.org/identifier">identifier</a> representing at the most general/abstract level, a work of film or television.<br/><br/> For example, the motion picture known as "Ghostbusters" has a titleEIDR of "10.5240/7EC7-228A-510A-053E-CBB8-J". This title (or work) may have several variants, which EIDR calls "edits". See <a class="localLink" href="http://schema.org/editEIDR">editEIDR</a>.<br/><br/> Since schema.org types like <a class="localLink" href="http://schema.org/Movie">Movie</a> and <a class="localLink" href="http://schema.org/TVEpisode">TVEpisode</a> can be used for both works and their multiple expressions, it is possible to use <a class="localLink" href="http://schema.org/titleEIDR">titleEIDR</a> alone (for a general description), or alongside <a class="localLink" href="http://schema.org/editEIDR">editEIDR</a> for a more edit-specific description.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :titleEIDR
+ #
# # A sub property of location. The final location of the object or the agent after the action.
# # @return [RDF::Vocabulary::Term]
# attr_reader :toLocation
#
# # A sub property of recipient. The recipient who was directly sent the message.
@@ -8361,10 +8477,18 @@
#
# # If this MediaObject is an AudioObject or VideoObject, the transcript of that object.
# # @return [RDF::Vocabulary::Term]
# attr_reader :transcript
#
+ # # The typical delay the order has been sent for delivery and the goods reach the final customer. Typical properties: minValue, maxValue, unitCode (d for DAY).
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :transitTime
+ #
+ # # Label to match an <a class="localLink" href="http://schema.org/OfferShippingDetails">OfferShippingDetails</a> with a <a class="localLink" href="http://schema.org/DeliveryTimeSettings">DeliveryTimeSettings</a> (within the context of a <a class="localLink" href="http://schema.org/shippingSettingsLink">shippingSettingsLink</a> cross-reference).
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :transitTimeLabel
+ #
# # The work that this work has been translated from. e.g. 物种起源 is a translationOf “On the Origin of Species”
# # @return [RDF::Vocabulary::Term]
# attr_reader :translationOfWork
#
# # 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.
@@ -8805,10 +8929,14 @@
#
# # Information about the causes and main actions that gave rise to the topic.
# # @return [RDF::Vocabulary::Term]
# attr_reader :CausesHealthAspect
#
+ # # CharitableIncorporatedOrganization: Non-profit type referring to a Charitable Incorporated Organization (UK).
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :CharitableIncorporatedOrganization
+ #
# # A system of medicine focused on the relationship between the body's structure, mainly the spine, and its functioning.
# # @return [RDF::Vocabulary::Term]
# attr_reader :Chiropractic
#
# # Medical clinicians, including practicing physicians and other medical professionals involved in clinical practice.
@@ -9161,10 +9289,14 @@
#
# # Indicates that the item has limited availability.
# # @return [RDF::Vocabulary::Term]
# attr_reader :LimitedAvailability
#
+ # # LimitedByGuaranteeCharity: Non-profit type referring to a charitable company that is limited by guarantee (UK).
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :LimitedByGuaranteeCharity
+ #
# # LiveAlbum.
# # @return [RDF::Vocabulary::Term]
# attr_reader :LiveAlbum
#
# # Information about coping or life related to the topic.
@@ -9285,10 +9417,162 @@
#
# # A type of medical procedure that involves noninvasive techniques.
# # @return [RDF::Vocabulary::Term]
# attr_reader :NoninvasiveProcedure
#
+ # # Nonprofit501a: Non-profit type referring to Farmers’ Cooperative Associations.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :Nonprofit501a
+ #
+ # # Nonprofit501c1: Non-profit type referring to Corporations Organized Under Act of Congress, including Federal Credit Unions and National Farm Loan Associations.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :Nonprofit501c1
+ #
+ # # Nonprofit501c10: Non-profit type referring to Domestic Fraternal Societies and Associations.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :Nonprofit501c10
+ #
+ # # Nonprofit501c11: Non-profit type referring to Teachers' Retirement Fund Associations.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :Nonprofit501c11
+ #
+ # # Nonprofit501c12: Non-profit type referring to Benevolent Life Insurance Associations, Mutual Ditch or Irrigation Companies, Mutual or Cooperative Telephone Companies.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :Nonprofit501c12
+ #
+ # # Nonprofit501c13: Non-profit type referring to Cemetery Companies.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :Nonprofit501c13
+ #
+ # # Nonprofit501c14: Non-profit type referring to State-Chartered Credit Unions, Mutual Reserve Funds.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :Nonprofit501c14
+ #
+ # # Nonprofit501c15: Non-profit type referring to Mutual Insurance Companies or Associations.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :Nonprofit501c15
+ #
+ # # Nonprofit501c16: Non-profit type referring to Cooperative Organizations to Finance Crop Operations.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :Nonprofit501c16
+ #
+ # # Nonprofit501c17: Non-profit type referring to Supplemental Unemployment Benefit Trusts.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :Nonprofit501c17
+ #
+ # # Nonprofit501c18: Non-profit type referring to Employee Funded Pension Trust (created before 25 June 1959).
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :Nonprofit501c18
+ #
+ # # Nonprofit501c19: Non-profit type referring to Post or Organization of Past or Present Members of the Armed Forces.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :Nonprofit501c19
+ #
+ # # Nonprofit501c2: Non-profit type referring to Title-holding Corporations for Exempt Organizations.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :Nonprofit501c2
+ #
+ # # Nonprofit501c20: Non-profit type referring to Group Legal Services Plan Organizations.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :Nonprofit501c20
+ #
+ # # Nonprofit501c21: Non-profit type referring to Black Lung Benefit Trusts.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :Nonprofit501c21
+ #
+ # # Nonprofit501c22: Non-profit type referring to Withdrawal Liability Payment Funds.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :Nonprofit501c22
+ #
+ # # Nonprofit501c23: Non-profit type referring to Veterans Organizations.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :Nonprofit501c23
+ #
+ # # Nonprofit501c24: Non-profit type referring to Section 4049 ERISA Trusts.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :Nonprofit501c24
+ #
+ # # Nonprofit501c25: Non-profit type referring to Real Property Title-Holding Corporations or Trusts with Multiple Parents.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :Nonprofit501c25
+ #
+ # # Nonprofit501c26: Non-profit type referring to State-Sponsored Organizations Providing Health Coverage for High-Risk Individuals.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :Nonprofit501c26
+ #
+ # # Nonprofit501c27: Non-profit type referring to State-Sponsored Workers' Compensation Reinsurance Organizations.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :Nonprofit501c27
+ #
+ # # Nonprofit501c28: Non-profit type referring to National Railroad Retirement Investment Trusts.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :Nonprofit501c28
+ #
+ # # Nonprofit501c3: Non-profit type referring to Religious, Educational, Charitable, Scientific, Literary, Testing for Public Safety, to Foster National or International Amateur Sports Competition, or Prevention of Cruelty to Children or Animals Organizations.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :Nonprofit501c3
+ #
+ # # Nonprofit501c4: Non-profit type referring to Civic Leagues, Social Welfare Organizations, and Local Associations of Employees.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :Nonprofit501c4
+ #
+ # # Nonprofit501c5: Non-profit type referring to Labor, Agricultural and Horticultural Organizations.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :Nonprofit501c5
+ #
+ # # Nonprofit501c6: Non-profit type referring to Business Leagues, Chambers of Commerce, Real Estate Boards.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :Nonprofit501c6
+ #
+ # # Nonprofit501c7: Non-profit type referring to Social and Recreational Clubs.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :Nonprofit501c7
+ #
+ # # Nonprofit501c8: Non-profit type referring to Fraternal Beneficiary Societies and Associations.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :Nonprofit501c8
+ #
+ # # Nonprofit501c9: Non-profit type referring to Voluntary Employee Beneficiary Associations.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :Nonprofit501c9
+ #
+ # # Nonprofit501d: Non-profit type referring to Religious and Apostolic Associations.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :Nonprofit501d
+ #
+ # # Nonprofit501e: Non-profit type referring to Cooperative Hospital Service Organizations.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :Nonprofit501e
+ #
+ # # Nonprofit501f: Non-profit type referring to Cooperative Service Organizations.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :Nonprofit501f
+ #
+ # # Nonprofit501k: Non-profit type referring to Child Care Organizations.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :Nonprofit501k
+ #
+ # # Nonprofit501n: Non-profit type referring to Charitable Risk Pools.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :Nonprofit501n
+ #
+ # # Nonprofit501q: Non-profit type referring to Credit Counseling Organizations.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :Nonprofit501q
+ #
+ # # Nonprofit527: Non-profit type referring to Political organizations.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :Nonprofit527
+ #
+ # # NonprofitANBI: Non-profit type referring to a Public Benefit Organization (NL).
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :NonprofitANBI
+ #
+ # # NonprofitSBBI: Non-profit type referring to a Social Interest Promoting Institution (NL).
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :NonprofitSBBI
+ #
# # Nose function assessment with clinical examination.
# # @return [RDF::Vocabulary::Term]
# attr_reader :Nose
#
# # Indicates that a legislation is currently not in force.
@@ -9825,18 +10109,26 @@
#
# # Categorization and other types related to a topic.
# # @return [RDF::Vocabulary::Term]
# attr_reader :TypesHealthAspect
#
+ # # UKTrust: Non-profit type referring to a UK trust.
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :UKTrust
+ #
# # Ultrasound imaging.
# # @return [RDF::Vocabulary::Term]
# attr_reader :Ultrasound
#
# # UnemploymentSupport: this is a benefit for unemployment support.
# # @return [RDF::Vocabulary::Term]
# attr_reader :UnemploymentSupport
#
+ # # UnincorporatedAssociationCharity: Non-profit type referring to a charitable company that is not incorporated (UK).
+ # # @return [RDF::Vocabulary::Term]
+ # attr_reader :UnincorporatedAssociationCharity
+ #
# # Indicates that a document has no particular or special standing (e.g. a republication of a law by a private publisher).
# # @return [RDF::Vocabulary::Term]
# attr_reader :UnofficialLegalValue
#
# # A specific branch of medical science that is concerned with the diagnosis and treatment of diseases pertaining to the urinary tract and the urogenital system.
@@ -9900,21 +10192,21 @@
# Class definitions
term :"3DModel",
comment: %(A 3D model represents some kind of 3D content, which may have <a class="localLink" href="http://schema.org/encoding">encoding</a>s in one or more <a class="localLink" href="http://schema.org/MediaObject">MediaObject</a>s. Many 3D formats are available \(e.g. see <a href="https://en.wikipedia.org/wiki/Category:3D_graphics_file_formats">Wikipedia</a>\); specific encoding formats can be represented using the <a class="localLink" href="http://schema.org/encodingFormat">encodingFormat</a> property applied to the relevant <a class="localLink" href="http://schema.org/MediaObject">MediaObject</a>. For the
case of a single file published after Zip compression, the convention of appending '+zip' to the <a class="localLink" href="http://schema.org/encodingFormat">encodingFormat</a> can be used. Geospatial, AR/VR, artistic/animation, gaming, engineering and scientific content can all be represented using <a class="localLink" href="http://schema.org/3DModel">3DModel</a>.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2140".freeze,
label: "3DModel".freeze,
"schema:category": "issue-2140".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2140".freeze,
subClassOf: "schema:MediaObject".freeze,
type: "rdfs:Class".freeze
term :AMRadioChannel,
comment: %(A radio channel that uses AM.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1004".freeze,
label: "AMRadioChannel".freeze,
"schema:category": "issue-1004".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1004".freeze,
subClassOf: "schema:RadioChannel".freeze,
type: "rdfs:Class".freeze
term :APIReference,
comment: %(Reference documentation for application programming interfaces \(APIs\).).freeze,
label: "APIReference".freeze,
@@ -9940,12 +10232,12 @@
term :Accommodation,
comment: %(An accommodation is a place that can accommodate human beings, e.g. a hotel room, a camping pitch, or a meeting room. Many accommodations are for overnight stays, but this is not a mandatory requirement.
For more specific types of accommodations not defined in schema.org, one can use additionalType with external vocabularies.
<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>.).freeze,
- "dc:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze,
label: "Accommodation".freeze,
+ "schema:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze,
subClassOf: "schema:Place".freeze,
type: "rdfs:Class".freeze
term :AccountingService,
comment: %(Accountancy business.<br/><br/>
@@ -9960,19 +10252,19 @@
type: "rdfs:Class".freeze
term :Action,
comment: %(An action performed by a direct agent and indirect participants upon a direct object. Optionally happens at a location with the help of an inanimate instrument. The execution of the action may produce a result. Specific action sub-type documentation specifies the exact expectation of each argument/role.<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>.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_ActionCollabClass".freeze,
label: "Action".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_ActionCollabClass".freeze,
subClassOf: "schema:Thing".freeze,
type: "rdfs:Class".freeze
term :ActionAccessSpecification,
comment: %(A set of requirements that a must be fulfilled in order to perform an Action.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1741".freeze,
label: "ActionAccessSpecification".freeze,
"schema:category": "issue-1741".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1741".freeze,
subClassOf: "schema:Intangible".freeze,
type: "rdfs:Class".freeze
term :ActionStatusType,
comment: %(The status of an Action.).freeze,
label: "ActionStatusType".freeze,
@@ -9998,14 +10290,14 @@
label: "AdultEntertainment".freeze,
subClassOf: "schema:EntertainmentBusiness".freeze,
type: "rdfs:Class".freeze
term :AdvertiserContentArticle,
comment: %(An <a class="localLink" href="http://schema.org/Article">Article</a> that an external entity has paid to place or to produce to its specifications. Includes <a href="https://en.wikipedia.org/wiki/Advertorial">advertorials</a>, sponsored content, native advertising and other paid content.).freeze,
- "dc:source": ["https://github.com/schemaorg/schemaorg/issues/1525".freeze, "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP".freeze],
label: "AdvertiserContentArticle".freeze,
"schema:category": "issue-1525".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["https://github.com/schemaorg/schemaorg/issues/1525".freeze, "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP".freeze],
subClassOf: "schema:Article".freeze,
type: "rdfs:Class".freeze
term :AggregateOffer,
comment: %(When a single product is associated with multiple offers \(for example, the same pair of shoes is offered by different merchants\), then AggregateOffer can be used.<br/><br/>
@@ -10032,13 +10324,15 @@
comment: %(An airport.).freeze,
label: "Airport".freeze,
subClassOf: "schema:CivicStructure".freeze,
type: "rdfs:Class".freeze
term :AlignmentObject,
- comment: %(An intangible item that describes an alignment between a learning resource and a node in an educational framework.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_LRMIClass".freeze,
+ comment: %(An intangible item that describes an alignment between a learning resource and a node in an educational framework.<br/><br/>
+
+Should not be used where the nature of the alignment can be described using a simple property, for example to express that a resource <a class="localLink" href="http://schema.org/teaches">teaches</a> or <a class="localLink" href="http://schema.org/assesses">assesses</a> a competency.).freeze,
label: "AlignmentObject".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_LRMIClass".freeze,
subClassOf: "schema:Intangible".freeze,
type: "rdfs:Class".freeze
term :AllocateAction,
comment: %(The act of organizing tasks/objects/events by associating resources to it.).freeze,
label: "AllocateAction".freeze,
@@ -10049,14 +10343,14 @@
label: "AmusementPark".freeze,
subClassOf: "schema:EntertainmentBusiness".freeze,
type: "rdfs:Class".freeze
term :AnalysisNewsArticle,
comment: %(An AnalysisNewsArticle is a <a class="localLink" href="http://schema.org/NewsArticle">NewsArticle</a> that, while based on factual reporting, incorporates the expertise of the author/producer, offering interpretations and conclusions.).freeze,
- "dc:source": ["https://github.com/schemaorg/schemaorg/issues/1525".freeze, "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP".freeze],
label: "AnalysisNewsArticle".freeze,
"schema:category": "issue-1525".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["https://github.com/schemaorg/schemaorg/issues/1525".freeze, "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP".freeze],
subClassOf: "schema:NewsArticle".freeze,
type: "rdfs:Class".freeze
term :AnatomicalStructure,
comment: %(Any part of the human body, typically a component of an anatomical system. Organs, tissues, and cells are all anatomical structures.).freeze,
label: "AnatomicalStructure".freeze,
@@ -10074,18 +10368,18 @@
label: "AnimalShelter".freeze,
subClassOf: "schema:LocalBusiness".freeze,
type: "rdfs:Class".freeze
term :Answer,
comment: %(An answer offered to a question; perhaps correct, perhaps opinionated or wrong.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_QAStackExchange".freeze,
label: "Answer".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_QAStackExchange".freeze,
subClassOf: "schema:Comment".freeze,
type: "rdfs:Class".freeze
term :Apartment,
comment: %(An apartment \(in American English\) or flat \(in British English\) is a self-contained housing unit \(a type of residential real estate\) that occupies only part of a building \(Source: Wikipedia, the free encyclopedia, see <a href="http://en.wikipedia.org/wiki/Apartment">http://en.wikipedia.org/wiki/Apartment</a>\).).freeze,
- "dc:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze,
label: "Apartment".freeze,
+ "schema:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze,
subClassOf: "schema:Accommodation".freeze,
type: "rdfs:Class".freeze
term :ApartmentComplex,
comment: %(Residence type: Apartment complex.).freeze,
label: "ApartmentComplex".freeze,
@@ -10119,22 +10413,22 @@
label: "Aquarium".freeze,
subClassOf: "schema:CivicStructure".freeze,
type: "rdfs:Class".freeze
term :ArchiveComponent,
comment: %(An intangible type to be applied to any archive content, carrying with it a set of properties required to describe archival items and collections.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1758".freeze,
label: "ArchiveComponent".freeze,
"schema:category": "issue-1758".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1758".freeze,
subClassOf: "schema:CreativeWork".freeze,
type: "rdfs:Class".freeze
term :ArchiveOrganization,
comment: %(An organization with archival holdings. An organization which keeps and preserves archival material and typically makes it accessible to the public.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1758".freeze,
label: "ArchiveOrganization".freeze,
"schema:category": "issue-1758".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1758".freeze,
subClassOf: "schema:LocalBusiness".freeze,
type: "rdfs:Class".freeze
term :ArriveAction,
comment: %(The act of arriving at a place. An agent arrives at a destination from a fromLocation, optionally with participants.).freeze,
label: "ArriveAction".freeze,
@@ -10154,12 +10448,12 @@
type: "rdfs:Class".freeze
term :Article,
comment: %(An article, such as a news article or piece of investigative report. Newspapers and magazines have articles of many different types and this is intended to cover them all.<br/><br/>
See also <a href="http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html">blog post</a>.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews".freeze,
label: "Article".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews".freeze,
subClassOf: "schema:CreativeWork".freeze,
type: "rdfs:Class".freeze
term :AskAction,
comment: %(The act of posing a question / favor to someone.<br/><br/>
@@ -10172,14 +10466,14 @@
label: "AskAction".freeze,
subClassOf: "schema:CommunicateAction".freeze,
type: "rdfs:Class".freeze
term :AskPublicNewsArticle,
comment: %(A <a class="localLink" href="http://schema.org/NewsArticle">NewsArticle</a> expressing an open call by a <a class="localLink" href="http://schema.org/NewsMediaOrganization">NewsMediaOrganization</a> asking the public for input, insights, clarifications, anecdotes, documentation, etc., on an issue, for reporting purposes.).freeze,
- "dc:source": ["https://github.com/schemaorg/schemaorg/issues/1525".freeze, "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP".freeze],
label: "AskPublicNewsArticle".freeze,
"schema:category": "issue-1525".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["https://github.com/schemaorg/schemaorg/issues/1525".freeze, "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP".freeze],
subClassOf: "schema:NewsArticle".freeze,
type: "rdfs:Class".freeze
term :AssessAction,
comment: %(The act of forming one's opinion, reaction or sentiment.).freeze,
label: "AssessAction".freeze,
@@ -10190,13 +10484,13 @@
label: "AssignAction".freeze,
subClassOf: "schema:AllocateAction".freeze,
type: "rdfs:Class".freeze
term :Atlas,
comment: %(A collection or bound volume of maps, charts, plates or tables, physical or in media form illustrating any subject.).freeze,
- "dc:source": "http://www.productontology.org/id/Atlas".freeze,
label: "Atlas".freeze,
"schema:isPartOf": "http://bib.schema.org".freeze,
+ "schema:source": "http://www.productontology.org/id/Atlas".freeze,
subClassOf: "schema:CreativeWork".freeze,
type: "rdfs:Class".freeze
term :Attorney,
comment: %(Professional service: Attorney. <br/><br/>
@@ -10209,12 +10503,12 @@
label: "Audience".freeze,
subClassOf: "schema:Intangible".freeze,
type: "rdfs:Class".freeze
term :AudioObject,
comment: %(An audio file.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews".freeze,
label: "AudioObject".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews".freeze,
subClassOf: "schema:MediaObject".freeze,
type: "rdfs:Class".freeze
term :Audiobook,
comment: %(An audiobook.).freeze,
label: "Audiobook".freeze,
@@ -10266,14 +10560,14 @@
label: "AutomotiveBusiness".freeze,
subClassOf: "schema:LocalBusiness".freeze,
type: "rdfs:Class".freeze
term :BackgroundNewsArticle,
comment: %(A <a class="localLink" href="http://schema.org/NewsArticle">NewsArticle</a> providing historical context, definition and detail on a specific topic \(aka "explainer" or "backgrounder"\). For example, an in-depth article or frequently-asked-questions \(<a href="https://en.wikipedia.org/wiki/FAQ">FAQ</a>\) document on topics such as Climate Change or the European Union. Other kinds of background material from a non-news setting are often described using <a class="localLink" href="http://schema.org/Book">Book</a> or <a class="localLink" href="http://schema.org/Article">Article</a>, in particular <a class="localLink" href="http://schema.org/ScholarlyArticle">ScholarlyArticle</a>. See also <a class="localLink" href="http://schema.org/NewsArticle">NewsArticle</a> for related vocabulary from a learning/education perspective.).freeze,
- "dc:source": ["https://github.com/schemaorg/schemaorg/issues/1525".freeze, "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP".freeze],
label: "BackgroundNewsArticle".freeze,
"schema:category": "issue-1525".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["https://github.com/schemaorg/schemaorg/issues/1525".freeze, "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP".freeze],
subClassOf: "schema:NewsArticle".freeze,
type: "rdfs:Class".freeze
term :Bacteria,
comment: %(Pathogenic bacteria that cause bacterial infection.).freeze,
label: "Bacteria".freeze,
@@ -10284,12 +10578,12 @@
label: "Bakery".freeze,
subClassOf: "schema:FoodEstablishment".freeze,
type: "rdfs:Class".freeze
term :BankAccount,
comment: %(A product or service offered by a bank whereby one may deposit, withdraw or transfer money and in some cases be paid interest.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze,
label: "BankAccount".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze,
subClassOf: "schema:FinancialProduct".freeze,
type: "rdfs:Class".freeze
term :BankOrCreditUnion,
comment: %(Bank or credit union.).freeze,
label: "BankOrCreditUnion".freeze,
@@ -10322,19 +10616,19 @@
label: "BedAndBreakfast".freeze,
subClassOf: "schema:LodgingBusiness".freeze,
type: "rdfs:Class".freeze
term :BedDetails,
comment: %(An entity holding detailed information about the available bed types, e.g. the quantity of twin beds for a hotel room. For the single case of just one bed of a certain type, you can use bed directly with a text. See also <a class="localLink" href="http://schema.org/BedType">BedType</a> \(under development\).).freeze,
- "dc:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze,
label: "BedDetails".freeze,
+ "schema:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze,
subClassOf: "schema:Intangible".freeze,
type: "rdfs:Class".freeze
term :BedType,
comment: %(A type of bed. This is used for indicating the bed or beds available in an accommodation.).freeze,
- "dc:source": ["https://github.com/schemaorg/schemaorg/issues/1262".freeze, "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze],
label: "BedType".freeze,
"schema:category": "issue-1262".freeze,
+ "schema:source": ["https://github.com/schemaorg/schemaorg/issues/1262".freeze, "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze],
subClassOf: "schema:QualitativeValue".freeze,
type: "rdfs:Class".freeze
term :BefriendAction,
comment: %(The act of forming a personal connection with someone \(object\) mutually/bidirectionally/symmetrically.<br/><br/>
@@ -10436,12 +10730,12 @@
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
subClassOf: "schema:AnatomicalStructure".freeze,
type: "rdfs:Class".freeze
term :Brand,
comment: %(A brand is a name used by an organization or business person for labeling a product, product group, or similar.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass".freeze,
label: "Brand".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass".freeze,
subClassOf: "schema:Intangible".freeze,
type: "rdfs:Class".freeze
term :BreadcrumbList,
comment: %(A BreadcrumbList is an ItemList consisting of a chain of linked Web pages, typically described using at least their URL and their name, and typically ending with the current page.<br/><br/>
@@ -10469,38 +10763,38 @@
label: "BroadcastEvent".freeze,
subClassOf: "schema:PublicationEvent".freeze,
type: "rdfs:Class".freeze
term :BroadcastFrequencySpecification,
comment: %(The frequency in MHz and the modulation used for a particular BroadcastService.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1004".freeze,
label: "BroadcastFrequencySpecification".freeze,
"schema:category": "issue-1004".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1004".freeze,
subClassOf: "schema:Intangible".freeze,
type: "rdfs:Class".freeze
term :BroadcastService,
comment: %(A delivery service through which content is provided via broadcast over the air or online.).freeze,
label: "BroadcastService".freeze,
subClassOf: "schema:Service".freeze,
type: "rdfs:Class".freeze
term :BrokerageAccount,
comment: %(An account that allows an investor to deposit funds and place investment orders with a licensed broker or brokerage firm.).freeze,
- "dc:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
label: "BrokerageAccount".freeze,
"schema:category": "issue-1253".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
subClassOf: "schema:InvestmentOrDeposit".freeze,
type: "rdfs:Class".freeze
term :BuddhistTemple,
comment: %(A Buddhist temple.).freeze,
label: "BuddhistTemple".freeze,
subClassOf: "schema:PlaceOfWorship".freeze,
type: "rdfs:Class".freeze
term :BusOrCoach,
comment: %(A bus \(also omnibus or autobus\) is a road vehicle designed to carry passengers. Coaches are luxury busses, usually in service for long distance travel.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
label: "BusOrCoach".freeze,
"schema:isPartOf": "http://auto.schema.org".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
subClassOf: "schema:Vehicle".freeze,
type: "rdfs:Class".freeze
term :BusReservation,
comment: %(A reservation for bus travel. <br/><br/>
@@ -10538,12 +10832,12 @@
<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>
).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass".freeze,
label: "BusinessEntityType".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass".freeze,
subClassOf: "schema:Enumeration".freeze,
type: "rdfs:Class".freeze
term :BusinessEvent,
comment: %(Event type: Business event.).freeze,
label: "BusinessEvent".freeze,
@@ -10563,12 +10857,12 @@
<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>
).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass".freeze,
label: "BusinessFunction".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass".freeze,
subClassOf: "schema:Enumeration".freeze,
type: "rdfs:Class".freeze
term :BuyAction,
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.).freeze,
label: "BuyAction".freeze,
@@ -10576,14 +10870,14 @@
type: "rdfs:Class".freeze
term :CDCPMDRecord,
comment: %(A CDCPMDRecord is a data structure representing a record in a CDC tabular data format
used for hospital data reporting. See <a href="/docs/cdc-covid.html">documentation</a> for details, and the linked CDC materials for authoritative
definitions used as the source here.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2521".freeze,
label: "CDCPMDRecord".freeze,
"schema:category": "issue-2521".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2521".freeze,
subClassOf: "schema:StructuredValue".freeze,
type: "rdfs:Class".freeze
term :CableOrSatelliteService,
comment: %(A service which provides access to media programming like TV or radio. Access may be via cable or satellite.).freeze,
label: "CableOrSatelliteService".freeze,
@@ -10598,23 +10892,23 @@
comment: %(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>.).freeze,
- "dc:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze,
label: "Campground".freeze,
+ "schema:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze,
subClassOf: ["schema:CivicStructure".freeze, "schema:LodgingBusiness".freeze],
type: "rdfs:Class".freeze
term :CampingPitch,
comment: %(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>.).freeze,
- "dc:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze,
label: "CampingPitch".freeze,
+ "schema:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze,
subClassOf: "schema:Accommodation".freeze,
type: "rdfs:Class".freeze
term :Canal,
comment: %(A canal, like the Panama Canal.).freeze,
label: "Canal".freeze,
@@ -10632,40 +10926,40 @@
label: "CancelAction".freeze,
subClassOf: "schema:PlanAction".freeze,
type: "rdfs:Class".freeze
term :Car,
comment: %(A car is a wheeled, self-powered motor vehicle used for transportation.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
label: "Car".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
subClassOf: "schema:Vehicle".freeze,
type: "rdfs:Class".freeze
term :CarUsageType,
comment: %(A value indicating a special usage of a car, e.g. commercial rental, driving school, or as a taxi.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
label: "CarUsageType".freeze,
"schema:isPartOf": "http://auto.schema.org".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
subClassOf: "schema:QualitativeValue".freeze,
type: "rdfs:Class".freeze
term :Casino,
comment: %(A casino.).freeze,
label: "Casino".freeze,
subClassOf: "schema:EntertainmentBusiness".freeze,
type: "rdfs:Class".freeze
term :CategoryCode,
comment: %(A Category Code.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/894".freeze,
label: "CategoryCode".freeze,
"schema:category": "issue-894".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/894".freeze,
subClassOf: "schema:DefinedTerm".freeze,
type: "rdfs:Class".freeze
term :CategoryCodeSet,
comment: %(A set of Category Code values.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/894".freeze,
label: "CategoryCodeSet".freeze,
"schema:category": "issue-894".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/894".freeze,
subClassOf: "schema:DefinedTermSet".freeze,
type: "rdfs:Class".freeze
term :CatholicChurch,
comment: %(A Catholic church.).freeze,
label: "CatholicChurch".freeze,
@@ -10759,21 +11053,21 @@
comment: %(A <a class="localLink" href="http://schema.org/Claim">Claim</a> in Schema.org represents a specific, factually-oriented claim that could be the <a class="localLink" href="http://schema.org/itemReviewed">itemReviewed</a> in a <a class="localLink" href="http://schema.org/ClaimReview">ClaimReview</a>. The content of a claim can be summarized with the <a class="localLink" href="http://schema.org/text">text</a> property. Variations on well known claims can have their common identity indicated via <a class="localLink" href="http://schema.org/sameAs">sameAs</a> links, and summarized with a <a class="localLink" href="http://schema.org/name">name</a>. Ideally, a <a class="localLink" href="http://schema.org/Claim">Claim</a> description includes enough contextual information to minimize the risk of ambiguity or inclarity. In practice, many claims are better understood in the context in which they appear or the interpretations provided by claim reviews.<br/><br/>
Beyond <a class="localLink" href="http://schema.org/ClaimReview">ClaimReview</a>, the Claim type can be associated with related creative works - for example a <a class="localLink" href="http://schema.org/ScholaryArticle">ScholaryArticle</a> or <a class="localLink" href="http://schema.org/Question">Question</a> might be <a class="localLink" href="http://schema.org/about">about</a> some <a class="localLink" href="http://schema.org/Claim">Claim</a>.<br/><br/>
At this time, Schema.org does not define any types of relationship between claims. This is a natural area for future exploration.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1828".freeze,
label: "Claim".freeze,
"schema:category": "issue-1828".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1828".freeze,
subClassOf: "schema:CreativeWork".freeze,
type: "rdfs:Class".freeze
term :ClaimReview,
comment: %(A fact-checking review of claims made \(or reported\) in some creative work \(referenced via itemReviewed\).).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1061".freeze,
label: "ClaimReview".freeze,
"schema:category": "issue-1061".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1061".freeze,
subClassOf: "schema:Review".freeze,
type: "rdfs:Class".freeze
term :Class,
comment: %(A class, also often called a 'Type'; equivalent to rdfs:Class.).freeze,
equivalentClass: "rdfs:Class".freeze,
@@ -10877,20 +11171,20 @@
type: "rdfs:Class".freeze
term :CompleteDataFeed,
comment: %(A <a class="localLink" href="http://schema.org/CompleteDataFeed">CompleteDataFeed</a> is a <a class="localLink" href="http://schema.org/DataFeed">DataFeed</a> whose standard representation includes content for every item currently in the feed.<br/><br/>
This is the equivalent of Atom's element as defined in Feed Paging and Archiving <a href="https://tools.ietf.org/html/rfc5005">RFC 5005</a>, For example \(and as defined for Atom\), when using data from a feed that represents a collection of items that varies over time \(e.g. "Top Twenty Records"\) there is no need to have newer entries mixed in alongside older, obsolete entries. By marking this feed as a CompleteDataFeed, old entries can be safely discarded when the feed is refreshed, since we can assume the feed has provided descriptions for all current items.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1397".freeze,
label: "CompleteDataFeed".freeze,
"schema:category": "issue-1397".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1397".freeze,
subClassOf: "schema:DataFeed".freeze,
type: "rdfs:Class".freeze
term :CompoundPriceSpecification,
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"\).).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass".freeze,
label: "CompoundPriceSpecification".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass".freeze,
subClassOf: "schema:PriceSpecification".freeze,
type: "rdfs:Class".freeze
term :ComputerLanguage,
comment: %(This type covers computer programming languages such as Scheme and Lisp, as well as other language-like computer representations. Natural languages are best represented with the <a class="localLink" href="http://schema.org/Language">Language</a> type.).freeze,
label: "ComputerLanguage".freeze,
@@ -10913,14 +11207,14 @@
label: "ConfirmAction".freeze,
subClassOf: "schema:InformAction".freeze,
type: "rdfs:Class".freeze
term :Consortium,
comment: %(A Consortium is a membership <a class="localLink" href="http://schema.org/Organization">Organization</a> whose members are typically Organizations.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1559".freeze,
label: "Consortium".freeze,
"schema:category": "issue-1559".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1559".freeze,
subClassOf: "schema:Organization".freeze,
type: "rdfs:Class".freeze
term :ConsumeAction,
comment: %(The act of ingesting information/resources/food.).freeze,
label: "ConsumeAction".freeze,
@@ -10966,20 +11260,20 @@
label: "CookAction".freeze,
subClassOf: "schema:CreateAction".freeze,
type: "rdfs:Class".freeze
term :Corporation,
comment: %(Organization: A business corporation.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews".freeze,
label: "Corporation".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews".freeze,
subClassOf: "schema:Organization".freeze,
type: "rdfs:Class".freeze
term :CorrectionComment,
comment: %(A <a class="localLink" href="http://schema.org/comment">comment</a> that corrects <a class="localLink" href="http://schema.org/CreativeWork">CreativeWork</a>.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1950".freeze,
label: "CorrectionComment".freeze,
"schema:category": "issue-1950".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1950".freeze,
subClassOf: "schema:Comment".freeze,
type: "rdfs:Class".freeze
term :Country,
comment: %(A country.).freeze,
label: "Country".freeze,
@@ -11010,25 +11304,25 @@
term :CovidTestingFacility,
comment: %(A CovidTestingFacility is a <a class="localLink" href="http://schema.org/MedicalClinic">MedicalClinic</a> where testing for the COVID-19 Coronavirus
disease is available. If the facility is being made available from an established <a class="localLink" href="http://schema.org/Pharmacy">Pharmacy</a>, <a class="localLink" href="http://schema.org/Hotel">Hotel</a>, or other
non-medical organization, multiple types can be listed. This makes it easier to re-use existing schema.org information
about that place e.g. contact info, address, opening hours. Note that in an emergency, such information may not always be reliable.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2490".freeze,
label: "CovidTestingFacility".freeze,
"schema:category": "issue-2490".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2490".freeze,
subClassOf: "schema:MedicalClinic".freeze,
type: "rdfs:Class".freeze
term :CreateAction,
comment: %(The act of deliberately creating/producing/generating/building a result out of the agent.).freeze,
label: "CreateAction".freeze,
subClassOf: "schema:Action".freeze,
type: "rdfs:Class".freeze
term :CreativeWork,
comment: %(The most generic kind of creative work, including books, movies, photographs, software programs, etc.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews".freeze,
label: "CreativeWork".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews".freeze,
subClassOf: "schema:Thing".freeze,
type: "rdfs:Class".freeze
term :CreativeWorkSeason,
comment: %(A media season e.g. tv, radio, video game etc.).freeze,
label: "CreativeWorkSeason".freeze,
@@ -11055,39 +11349,39 @@
<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>
).freeze,
- "dc:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass".freeze],
label: "CreditCard".freeze,
+ "schema:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass".freeze],
subClassOf: ["schema:LoanOrCredit".freeze, "schema:PaymentCard".freeze],
type: "rdfs:Class".freeze
term :Crematorium,
comment: %(A crematorium.).freeze,
label: "Crematorium".freeze,
subClassOf: "schema:CivicStructure".freeze,
type: "rdfs:Class".freeze
term :CriticReview,
comment: %(A <a class="localLink" href="http://schema.org/CriticReview">CriticReview</a> is a more specialized form of Review written or published by a source that is recognized for its reviewing activities. These can include online columns, travel and food guides, TV and radio shows, blogs and other independent Web sites. <a class="localLink" href="http://schema.org/CriticReview">CriticReview</a>s are typically more in-depth and professionally written. For simpler, casually written user/visitor/viewer/customer reviews, it is more appropriate to use the <a class="localLink" href="http://schema.org/UserReview">UserReview</a> type. Review aggregator sites such as Metacritic already separate out the site's user reviews from selected critic reviews that originate from third-party sources.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1589".freeze,
label: "CriticReview".freeze,
"schema:category": "issue-1589".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1589".freeze,
subClassOf: "schema:Review".freeze,
type: "rdfs:Class".freeze
term :CssSelectorType,
comment: %(Text representing a CSS selector.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1672".freeze,
label: "CssSelectorType".freeze,
"schema:category": "issue-1672".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1672".freeze,
subClassOf: "schema:Text".freeze,
type: "rdfs:Class".freeze
term :CurrencyConversionService,
comment: %(A service to convert funds from one currency to another currency.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze,
label: "CurrencyConversionService".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze,
subClassOf: "schema:FinancialProduct".freeze,
type: "rdfs:Class".freeze
term :DDxElement,
comment: %(An alternative, closely-related condition typically considered later in the differential diagnosis process along with the signs that are used to distinguish it.).freeze,
label: "DDxElement".freeze,
@@ -11104,20 +11398,20 @@
label: "DanceGroup".freeze,
subClassOf: "schema:PerformingGroup".freeze,
type: "rdfs:Class".freeze
term :DataCatalog,
comment: %(A collection of datasets.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_DatasetClass".freeze,
equivalentClass: "dcat:Catalog".freeze,
label: "DataCatalog".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_DatasetClass".freeze,
subClassOf: "schema:CreativeWork".freeze,
type: "rdfs:Class".freeze
term :DataDownload,
comment: %(A dataset in downloadable form.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_DatasetClass".freeze,
equivalentClass: "dcat:Distribution".freeze,
label: "DataDownload".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_DatasetClass".freeze,
subClassOf: "schema:MediaObject".freeze,
type: "rdfs:Class".freeze
term :DataFeed,
comment: %(A single feed providing structured information about one or more entities or topics.).freeze,
label: "DataFeed".freeze,
@@ -11133,13 +11427,13 @@
label: "DataType".freeze,
subClassOf: "rdfs:Class".freeze,
type: "rdfs:Class".freeze
term :Dataset,
comment: %(A body of structured information describing some topic\(s\) of interest.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_DatasetClass".freeze,
equivalentClass: ["dcat:Dataset".freeze, "dcmitype:Dataset".freeze, "void:Dataset".freeze],
label: "Dataset".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_DatasetClass".freeze,
subClassOf: "schema:CreativeWork".freeze,
type: "rdfs:Class".freeze
term :Date,
comment: %(A date value in <a href="http://en.wikipedia.org/wiki/ISO_8601">ISO 8601 date format</a>.).freeze,
label: "Date".freeze,
@@ -11156,12 +11450,12 @@
type: "rdfs:Class".freeze
term :DayOfWeek,
comment: %(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.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass".freeze,
label: "DayOfWeek".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass".freeze,
subClassOf: "schema:Enumeration".freeze,
type: "rdfs:Class".freeze
term :DaySpa,
comment: %(A day spa.).freeze,
label: "DaySpa".freeze,
@@ -11176,42 +11470,54 @@
comment: %(A defence establishment, such as an army or navy base.).freeze,
label: "DefenceEstablishment".freeze,
subClassOf: "schema:GovernmentBuilding".freeze,
type: "rdfs:Class".freeze
term :DefinedRegion,
- comment: %(DefinedRegion is a DefinedRegion).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2506".freeze,
+ comment: %(A DefinedRegion is a geographic area defined by potentially arbitrary \(rather than political, administrative or natural geographical\) criteria. Properties are provided for defining a region by reference to sets of postal codes.<br/><br/>
+
+Examples: a delivery destination when shopping. Region where regional pricing is configured.<br/><br/>
+
+Requirement 1:
+Country: US
+States: "NY", "CA"<br/><br/>
+
+Requirement 2:
+Country: US
+PostalCode Set: { [94000-94585], [97000, 97999], [13000, 13599]}
+{ [12345, 12345], [78945, 78945], }
+Region = state, canton, prefecture, autonomous community...).freeze,
label: "DefinedRegion".freeze,
"schema:category": "issue-2506".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2506".freeze,
subClassOf: "schema:StructuredValue".freeze,
type: "rdfs:Class".freeze
term :DefinedTerm,
comment: %(A word, name, acronym, phrase, etc. with a formal definition. Often used in the context of category or subject classification, glossaries or dictionaries, product or creative work types, etc. Use the name property for the term being defined, use termCode if the term has an alpha-numeric code allocated, use description to provide the definition of the term.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/894".freeze,
label: "DefinedTerm".freeze,
"schema:category": "issue-894".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/894".freeze,
subClassOf: "schema:Intangible".freeze,
type: "rdfs:Class".freeze
term :DefinedTermSet,
comment: %(A set of defined terms for example a set of categories or a classification scheme, a glossary, dictionary or enumeration.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/894".freeze,
label: "DefinedTermSet".freeze,
"schema:category": "issue-894".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/894".freeze,
subClassOf: "schema:CreativeWork".freeze,
type: "rdfs:Class".freeze
term :DeleteAction,
comment: %(The act of editing a recipient by removing one of its objects.).freeze,
label: "DeleteAction".freeze,
subClassOf: "schema:UpdateAction".freeze,
type: "rdfs:Class".freeze
term :DeliveryChargeSpecification,
comment: %(The price for the delivery of an offer using a particular delivery method.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass".freeze,
label: "DeliveryChargeSpecification".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass".freeze,
subClassOf: "schema:PriceSpecification".freeze,
type: "rdfs:Class".freeze
term :DeliveryEvent,
comment: %(An event involving the delivery of an item.).freeze,
label: "DeliveryEvent".freeze,
@@ -11231,18 +11537,26 @@
<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>
).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass".freeze,
label: "DeliveryMethod".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass".freeze,
subClassOf: "schema:Enumeration".freeze,
type: "rdfs:Class".freeze
+ term :DeliveryTimeSettings,
+ comment: %(A DeliveryTimeSettings represents re-usable pieces of shipping information, relating to timing. It is designed for publication on an URL that may be referenced via the <a class="localLink" href="http://schema.org/shippingSettingsLink">shippingSettingsLink</a> property of a <a class="localLink" href="http://schema.org/OfferShippingSpecification">OfferShippingSpecification</a>. Several occurrences can be published, distinguished \(and identified/referenced\) by their different values for <a class="localLink" href="http://schema.org/shippingLabel">shippingLabel</a>.).freeze,
+ label: "DeliveryTimeSettings".freeze,
+ "schema:category": "issue-2506".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2506".freeze,
+ subClassOf: "schema:StructuredValue".freeze,
+ type: "rdfs:Class".freeze
term :Demand,
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.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass".freeze,
label: "Demand".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass".freeze,
subClassOf: "schema:Intangible".freeze,
type: "rdfs:Class".freeze
term :Dentist,
comment: %(A dentist.).freeze,
label: "Dentist".freeze,
@@ -11258,12 +11572,12 @@
label: "DepartmentStore".freeze,
subClassOf: "schema:Store".freeze,
type: "rdfs:Class".freeze
term :DepositAccount,
comment: %(A type of Bank Account with a main purpose of depositing funds to gain interest or other benefits.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze,
label: "DepositAccount".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze,
subClassOf: ["schema:BankAccount".freeze, "schema:InvestmentOrDeposit".freeze],
type: "rdfs:Class".freeze
term :DiagnosticLab,
comment: %(A medical laboratory that offers on-site or off-site diagnostic services.).freeze,
label: "DiagnosticLab".freeze,
@@ -11328,13 +11642,13 @@
label: "Distance".freeze,
subClassOf: "schema:Quantity".freeze,
type: "rdfs:Class".freeze
term :Distillery,
comment: %(A distillery.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/743".freeze,
label: "Distillery".freeze,
"schema:category": "issue-743".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/743".freeze,
subClassOf: "schema:FoodEstablishment".freeze,
type: "rdfs:Class".freeze
term :DonateAction,
comment: %(The act of providing goods, services, or money without compensation, often for philanthropic reasons.).freeze,
label: "DonateAction".freeze,
@@ -11356,25 +11670,25 @@
label: "DrawAction".freeze,
subClassOf: "schema:CreateAction".freeze,
type: "rdfs:Class".freeze
term :Drawing,
comment: %(A picture or diagram made with a pencil, pen, or crayon rather than paint.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1448".freeze,
label: "Drawing".freeze,
"schema:category": "issue-1448".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1448".freeze,
subClassOf: "schema:CreativeWork".freeze,
type: "rdfs:Class".freeze
term :DrinkAction,
comment: %(The act of swallowing liquids.).freeze,
label: "DrinkAction".freeze,
subClassOf: "schema:ConsumeAction".freeze,
type: "rdfs:Class".freeze
term :DriveWheelConfigurationValue,
comment: %(A value indicating which roadwheels will receive torque.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
label: "DriveWheelConfigurationValue".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
subClassOf: "schema:QualitativeValue".freeze,
type: "rdfs:Class".freeze
term :Drug,
comment: %(A chemical or biologic substance, used as a medical therapy, that has a physiological effect on an organism. Here the term drug is used interchangeably with the term medicine although clinical knowledge make a clear difference between them.).freeze,
equivalentClass: "http://purl.bioontology.org/ontology/SNOMEDCT/410942007".freeze,
@@ -11444,28 +11758,28 @@
label: "EducationEvent".freeze,
subClassOf: "schema:Event".freeze,
type: "rdfs:Class".freeze
term :EducationalAudience,
comment: %(An EducationalAudience.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_LRMIClass".freeze,
label: "EducationalAudience".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_LRMIClass".freeze,
subClassOf: "schema:Audience".freeze,
type: "rdfs:Class".freeze
term :EducationalOccupationalCredential,
comment: %(An educational or occupational credential. A diploma, academic degree, certification, qualification, badge, etc., that may be awarded to a person or other entity that meets the requirements defined by the credentialer.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1779".freeze,
label: "EducationalOccupationalCredential".freeze,
"schema:category": "issue-1779".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1779".freeze,
subClassOf: "schema:CreativeWork".freeze,
type: "rdfs:Class".freeze
term :EducationalOccupationalProgram,
comment: %(A program offered by an institution which determines the learning progress to achieve an outcome, usually a credential like a degree or certificate. This would define a discrete set of opportunities \(e.g., job, courses\) that together constitute a program with a clear start, end, set of requirements, and transition to a new occupational opportunity \(e.g., a job\), or sometimes a higher educational opportunity \(e.g., an advanced degree\).).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2289".freeze,
label: "EducationalOccupationalProgram".freeze,
"schema:category": "issue-2289".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2289".freeze,
subClassOf: "schema:Intangible".freeze,
type: "rdfs:Class".freeze
term :EducationalOrganization,
comment: %(An educational organization.).freeze,
label: "EducationalOrganization".freeze,
@@ -11506,21 +11820,21 @@
label: "EmployeeRole".freeze,
subClassOf: "schema:OrganizationRole".freeze,
type: "rdfs:Class".freeze
term :EmployerAggregateRating,
comment: %(An aggregate rating of an Organization related to its role as an employer.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1689".freeze,
label: "EmployerAggregateRating".freeze,
"schema:category": "issue-1689".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1689".freeze,
subClassOf: "schema:AggregateRating".freeze,
type: "rdfs:Class".freeze
term :EmployerReview,
comment: %(An <a class="localLink" href="http://schema.org/EmployerReview">EmployerReview</a> is a review of an <a class="localLink" href="http://schema.org/Organization">Organization</a> regarding its role as an employer, written by a current or former employee of that organization.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1589".freeze,
label: "EmployerReview".freeze,
"schema:category": "issue-1576".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1589".freeze,
subClassOf: "schema:Review".freeze,
type: "rdfs:Class".freeze
term :EmploymentAgency,
comment: %(An employment agency.).freeze,
label: "EmploymentAgency".freeze,
@@ -11536,35 +11850,35 @@
"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.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1293".freeze,
label: "EndorsementRating".freeze,
"schema:category": "issue-1293".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1293".freeze,
subClassOf: "schema:Rating".freeze,
type: "rdfs:Class".freeze
term :Energy,
comment: %(Properties that take Energy as values are of the form '<Number> <Energy unit of measure>'.).freeze,
label: "Energy".freeze,
subClassOf: "schema:Quantity".freeze,
type: "rdfs:Class".freeze
term :EngineSpecification,
comment: %(Information about the engine of the vehicle. A vehicle can have multiple engines represented by multiple engine specification entities.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
label: "EngineSpecification".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
subClassOf: "schema:StructuredValue".freeze,
type: "rdfs:Class".freeze
term :EntertainmentBusiness,
comment: %(A business providing entertainment.).freeze,
label: "EntertainmentBusiness".freeze,
subClassOf: "schema:LocalBusiness".freeze,
type: "rdfs:Class".freeze
term :EntryPoint,
comment: %(An entry point, within some Web-based protocol.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_ActionCollabClass".freeze,
label: "EntryPoint".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_ActionCollabClass".freeze,
subClassOf: "schema:Intangible".freeze,
type: "rdfs:Class".freeze
term :Enumeration,
comment: %(Lists or enumerations—for example, a list of cuisines or music genres, etc.).freeze,
label: "Enumeration".freeze,
@@ -11581,14 +11895,14 @@
label: "Event".freeze,
subClassOf: "schema:Thing".freeze,
type: "rdfs:Class".freeze
term :EventAttendanceModeEnumeration,
comment: %(An EventAttendanceModeEnumeration value is one of potentially several modes of organising an event, relating to whether it is online or offline.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1842".freeze,
label: "EventAttendanceModeEnumeration".freeze,
"schema:category": "issue-1842".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1842".freeze,
subClassOf: "schema:Enumeration".freeze,
type: "rdfs:Class".freeze
term :EventReservation,
comment: %(A reservation for an event like a concert, sporting event, or lecture.<br/><br/>
@@ -11608,14 +11922,14 @@
EventSeries has been defined as a kind of Event to make it easy for publishers to use it in an Event context without
worrying about which kinds of series are really event-like enough to call an Event. In general an EventSeries
may seem more Event-like when the period of time is compact and when aspects such as location are fixed, but
it may also sometimes prove useful to describe a longer-term series as an Event.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/447".freeze,
label: "EventSeries".freeze,
"schema:category": "issue-447".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/447".freeze,
subClassOf: ["schema:Event".freeze, "schema:Series".freeze],
type: "rdfs:Class".freeze
term :EventStatusType,
comment: %(EventStatusType is an enumeration type whose instances represent several states that an Event may be in.).freeze,
label: "EventStatusType".freeze,
@@ -11626,14 +11940,14 @@
label: "EventVenue".freeze,
subClassOf: "schema:CivicStructure".freeze,
type: "rdfs:Class".freeze
term :ExchangeRateSpecification,
comment: %(A structured value representing exchange rate.).freeze,
- "dc:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
label: "ExchangeRateSpecification".freeze,
"schema:category": "issue-1253".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
subClassOf: "schema:StructuredValue".freeze,
type: "rdfs:Class".freeze
term :ExerciseAction,
comment: %(The act of participating in exertive activity for the purposes of improving health and fitness.).freeze,
label: "ExerciseAction".freeze,
@@ -11655,20 +11969,20 @@
label: "ExhibitionEvent".freeze,
subClassOf: "schema:Event".freeze,
type: "rdfs:Class".freeze
term :FAQPage,
comment: %(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>\).).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1723".freeze,
label: "FAQPage".freeze,
"schema:category": "issue-1723".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1723".freeze,
subClassOf: "schema:WebPage".freeze,
type: "rdfs:Class".freeze
term :FMRadioChannel,
comment: %(A radio channel that uses FM.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1004".freeze,
label: "FMRadioChannel".freeze,
"schema:category": "issue-1004".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1004".freeze,
subClassOf: "schema:RadioChannel".freeze,
type: "rdfs:Class".freeze
term :FastFoodRestaurant,
comment: %(A fast-food restaurant.).freeze,
label: "FastFoodRestaurant".freeze,
@@ -11684,12 +11998,12 @@
label: "FilmAction".freeze,
subClassOf: "schema:CreateAction".freeze,
type: "rdfs:Class".freeze
term :FinancialProduct,
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.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze,
label: "FinancialProduct".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze,
subClassOf: "schema:Service".freeze,
type: "rdfs:Class".freeze
term :FinancialService,
comment: %(Financial services business.).freeze,
label: "FinancialService".freeze,
@@ -11729,14 +12043,14 @@
label: "Float".freeze,
subClassOf: "schema:Number".freeze,
type: "rdfs:Class".freeze
term :FloorPlan,
comment: %(A FloorPlan is an explicit representation of a collection of similar accommodations, allowing the provision of common information \(room counts, sizes, layout diagrams\) and offers for rental or sale. In typical use, some <a class="localLink" href="http://schema.org/ApartmentComplex">ApartmentComplex</a> has an <a class="localLink" href="http://schema.org/accommodationFloorPlan">accommodationFloorPlan</a> which is a <a class="localLink" href="http://schema.org/FloorPlan">FloorPlan</a>. A FloorPlan is always in the context of a particular place, either a larger <a class="localLink" href="http://schema.org/ApartmentComplex">ApartmentComplex</a> or a single <a class="localLink" href="http://schema.org/Apartment">Apartment</a>. The visual/spatial aspects of a floor plan \(i.e. room layout, <a href="https://en.wikipedia.org/wiki/Floor_plan">see wikipedia</a>\) can be indicated using <a class="localLink" href="http://schema.org/image">image</a>.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2373".freeze,
label: "FloorPlan".freeze,
"schema:category": "issue-2373".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2373".freeze,
subClassOf: "schema:Intangible".freeze,
type: "rdfs:Class".freeze
term :Florist,
comment: %(A florist.).freeze,
label: "Florist".freeze,
@@ -11775,36 +12089,36 @@
label: "FoodEvent".freeze,
subClassOf: "schema:Event".freeze,
type: "rdfs:Class".freeze
term :FoodService,
comment: %(A food service, like breakfast, lunch, or dinner.).freeze,
- "dc:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze,
label: "FoodService".freeze,
+ "schema:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze,
subClassOf: "schema:Service".freeze,
type: "rdfs:Class".freeze
term :FundingAgency,
comment: %(A FundingAgency is an organization that implements one or more <a class="localLink" href="http://schema.org/FundingScheme">FundingScheme</a>s and manages
the granting process \(via <a class="localLink" href="http://schema.org/Grant">Grant</a>s, typically <a class="localLink" href="http://schema.org/MonetaryGrant">MonetaryGrant</a>s\).
A funding agency is not always required for grant funding, e.g. philanthropic giving, corporate sponsorship etc.<br/><br/>
<pre><code>Examples of funding agencies include ERC, REA, NIH, Bill and Melinda Gates Foundation...
</code></pre>
).freeze,
- "dc:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FundInfoCollab".freeze,
label: "FundingAgency".freeze,
"schema:category": "issue-383".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FundInfoCollab".freeze,
subClassOf: "schema:Project".freeze,
type: "rdfs:Class".freeze
term :FundingScheme,
comment: %(A FundingScheme combines organizational, project and policy aspects of grant-based funding
that sets guidelines, principles and mechanisms to support other kinds of projects and activities.
Funding is typically organized via <a class="localLink" href="http://schema.org/Grant">Grant</a> funding. Examples of funding schemes: Swiss Priority Programmes \(SPPs\); EU Framework 7 \(FP7\); Horizon 2020; the NIH-R01 Grant Program; Wellcome institutional strategic support fund. For large scale public sector funding, the management and administration of grant awards is often handled by other, dedicated, organizations - <a class="localLink" href="http://schema.org/FundingAgency">FundingAgency</a>s such as ERC, REA, ...).freeze,
- "dc:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FundInfoCollab".freeze,
label: "FundingScheme".freeze,
"schema:category": "issue-383".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FundInfoCollab".freeze,
subClassOf: "schema:Organization".freeze,
type: "rdfs:Class".freeze
term :Fungus,
comment: %(Pathogenic fungus.).freeze,
label: "Fungus".freeze,
@@ -11872,20 +12186,20 @@
label: "GeoCoordinates".freeze,
subClassOf: "schema:StructuredValue".freeze,
type: "rdfs:Class".freeze
term :GeoShape,
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.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews".freeze,
label: "GeoShape".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews".freeze,
subClassOf: "schema:StructuredValue".freeze,
type: "rdfs:Class".freeze
term :GeospatialGeometry,
comment: %(\(Eventually to be defined as\) a supertype of GeoShape designed to accommodate definitions from Geo-Spatial best practices.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1375".freeze,
label: "GeospatialGeometry".freeze,
"schema:category": "issue-1375".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1375".freeze,
subClassOf: "schema:Intangible".freeze,
type: "rdfs:Class".freeze
term :GiveAction,
comment: %(The act of transferring ownership of an object to a destination. Reciprocal of TakeAction.<br/><br/>
@@ -11904,14 +12218,14 @@
label: "GolfCourse".freeze,
subClassOf: "schema:SportsActivityLocation".freeze,
type: "rdfs:Class".freeze
term :GovernmentBenefitsType,
comment: %(GovernmentBenefitsType enumerates several kinds of government benefits to support the COVID-19 situation. Note that this structure may not capture all benefits offered.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2534".freeze,
label: "GovernmentBenefitsType".freeze,
"schema:category": "issue-2534".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2534".freeze,
subClassOf: "schema:Enumeration".freeze,
type: "rdfs:Class".freeze
term :GovernmentBuilding,
comment: %(A government building.).freeze,
label: "GovernmentBuilding".freeze,
@@ -11942,40 +12256,40 @@
sometimes not necessarily via a dedicated or long-lived <a class="localLink" href="http://schema.org/Project">Project</a>, resulting in one or more outputs, or <a class="localLink" href="http://schema.org/fundedItem">fundedItem</a>s. For financial sponsorship, indicate the <a class="localLink" href="http://schema.org/funder">funder</a> of a <a class="localLink" href="http://schema.org/MonetaryGrant">MonetaryGrant</a>. For non-financial support, indicate <a class="localLink" href="http://schema.org/sponsor">sponsor</a> of <a class="localLink" href="http://schema.org/Grant">Grant</a>s of resources \(e.g. office space\).<br/><br/>
Grants support activities directed towards some agreed collective goals, often but not always organized as <a class="localLink" href="http://schema.org/Project">Project</a>s. Long-lived projects are sometimes sponsored by a variety of grants over time, but it is also common for a project to be associated with a single grant.<br/><br/>
The amount of a <a class="localLink" href="http://schema.org/Grant">Grant</a> is represented using <a class="localLink" href="http://schema.org/amount">amount</a> as a <a class="localLink" href="http://schema.org/MonetaryAmount">MonetaryAmount</a>.).freeze,
- "dc:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FundInfoCollab".freeze,
label: "Grant".freeze,
"schema:category": "issue-383".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FundInfoCollab".freeze,
subClassOf: "schema:Intangible".freeze,
type: "rdfs:Class".freeze
term :GroceryStore,
comment: %(A grocery store.).freeze,
label: "GroceryStore".freeze,
subClassOf: "schema:Store".freeze,
type: "rdfs:Class".freeze
term :Guide,
comment: %(<a class="localLink" href="http://schema.org/Guide">Guide</a> is a page or article that recommend specific products or services, or aspects of a thing for a user to consider. A <a class="localLink" href="http://schema.org/Guide">Guide</a> may represent a Buying Guide and detail aspects of products or services for a user to consider. A <a class="localLink" href="http://schema.org/Guide">Guide</a> may represent a Product Guide and recommend specific products or services. A <a class="localLink" href="http://schema.org/Guide">Guide</a> may represent a Ranked List and recommend specific products or services with ranking.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2405".freeze,
label: "Guide".freeze,
"schema:category": "issue-2405".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2405".freeze,
subClassOf: "schema:CreativeWork".freeze,
type: "rdfs:Class".freeze
term :HVACBusiness,
comment: %(A business that provide Heating, Ventilation and Air Conditioning services.).freeze,
label: "HVACBusiness".freeze,
subClassOf: "schema:HomeAndConstructionBusiness".freeze,
type: "rdfs:Class".freeze
term :Hackathon,
comment: %(A <a href="https://en.wikipedia.org/wiki/Hackathon">hackathon</a> event.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2526".freeze,
label: "Hackathon".freeze,
"schema:category": "issue-2526".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2526".freeze,
subClassOf: "schema:Event".freeze,
type: "rdfs:Class".freeze
term :HairSalon,
comment: %(A hair salon.).freeze,
label: "HairSalon".freeze,
@@ -11991,59 +12305,59 @@
label: "HealthAndBeautyBusiness".freeze,
subClassOf: "schema:LocalBusiness".freeze,
type: "rdfs:Class".freeze
term :HealthAspectEnumeration,
comment: %(HealthAspectEnumeration enumerates several aspects of health content online, each of which might be described using <a class="localLink" href="http://schema.org/hasHealthAspect">hasHealthAspect</a> and <a class="localLink" href="http://schema.org/HealthTopicContent">HealthTopicContent</a>.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze,
label: "HealthAspectEnumeration".freeze,
"schema:category": "issue-2374".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze,
subClassOf: "schema:Enumeration".freeze,
type: "rdfs:Class".freeze
term :HealthClub,
comment: %(A health club.).freeze,
label: "HealthClub".freeze,
subClassOf: ["schema:HealthAndBeautyBusiness".freeze, "schema:SportsActivityLocation".freeze],
type: "rdfs:Class".freeze
term :HealthInsurancePlan,
comment: %(A US-style health insurance plan, including PPOs, EPOs, and HMOs.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1062".freeze,
label: "HealthInsurancePlan".freeze,
"schema:category": "issue-1062".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1062".freeze,
subClassOf: "schema:Intangible".freeze,
type: "rdfs:Class".freeze
term :HealthPlanCostSharingSpecification,
comment: %(A description of costs to the patient under a given network or formulary.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1062".freeze,
label: "HealthPlanCostSharingSpecification".freeze,
"schema:category": "issue-1062".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1062".freeze,
subClassOf: "schema:Intangible".freeze,
type: "rdfs:Class".freeze
term :HealthPlanFormulary,
comment: %(For a given health insurance plan, the specification for costs and coverage of prescription drugs.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1062".freeze,
label: "HealthPlanFormulary".freeze,
"schema:category": "issue-1062".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1062".freeze,
subClassOf: "schema:Intangible".freeze,
type: "rdfs:Class".freeze
term :HealthPlanNetwork,
comment: %(A US-style health insurance plan network.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1062".freeze,
label: "HealthPlanNetwork".freeze,
"schema:category": "issue-1062".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1062".freeze,
subClassOf: "schema:Intangible".freeze,
type: "rdfs:Class".freeze
term :HealthTopicContent,
comment: %(<a class="localLink" href="http://schema.org/HealthTopicContent">HealthTopicContent</a> is <a class="localLink" href="http://schema.org/WebContent">WebContent</a> that is about some aspect of a health topic, e.g. a condition, its symptoms or treatments. Such content may be comprised of several parts or sections and use different types of media. Multiple instances of <a class="localLink" href="http://schema.org/WebContent">WebContent</a> \(and hence <a class="localLink" href="http://schema.org/HealthTopicContent">HealthTopicContent</a>\) can be related using <a class="localLink" href="http://schema.org/hasPart">hasPart</a> / <a class="localLink" href="http://schema.org/isPartOf">isPartOf</a> where there is some kind of content hierarchy, and their content described with <a class="localLink" href="http://schema.org/about">about</a> and <a class="localLink" href="http://schema.org/mentions">mentions</a> e.g. building upon the existing <a class="localLink" href="http://schema.org/MedicalCondition">MedicalCondition</a> vocabulary.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze,
label: "HealthTopicContent".freeze,
"schema:category": "issue-2374".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze,
subClassOf: "schema:WebContent".freeze,
type: "rdfs:Class".freeze
term :HighSchool,
comment: %(A high school.).freeze,
label: "HighSchool".freeze,
@@ -12087,26 +12401,26 @@
type: "rdfs:Class".freeze
term :Hotel,
comment: %(A hotel is an establishment that provides lodging paid on a short-term basis \(Source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Hotel\).
<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>.).freeze,
- "dc:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze,
label: "Hotel".freeze,
+ "schema:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze,
subClassOf: "schema:LodgingBusiness".freeze,
type: "rdfs:Class".freeze
term :HotelRoom,
comment: %(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>.).freeze,
- "dc:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze,
label: "HotelRoom".freeze,
+ "schema:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze,
subClassOf: "schema:Room".freeze,
type: "rdfs:Class".freeze
term :House,
comment: %(A house is a building or structure that has the ability to be occupied for habitation by humans or other creatures \(Source: Wikipedia, the free encyclopedia, see <a href="http://en.wikipedia.org/wiki/House">http://en.wikipedia.org/wiki/House</a>\).).freeze,
- "dc:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze,
label: "House".freeze,
+ "schema:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze,
subClassOf: "schema:Accommodation".freeze,
type: "rdfs:Class".freeze
term :HousePainter,
comment: %(A house painting service.).freeze,
label: "HousePainter".freeze,
@@ -12179,12 +12493,12 @@
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
subClassOf: "schema:MedicalTest".freeze,
type: "rdfs:Class".freeze
term :IndividualProduct,
comment: %(A single, identifiable product instance \(e.g. a laptop with a particular serial number\).).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass".freeze,
label: "IndividualProduct".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass".freeze,
subClassOf: "schema:Product".freeze,
type: "rdfs:Class".freeze
term :InfectiousAgentClass,
comment: %(Classes of agents or pathogens that transmit infectious diseases. Enumerated type.).freeze,
label: "InfectiousAgentClass".freeze,
@@ -12242,20 +12556,20 @@
label: "InternetCafe".freeze,
subClassOf: "schema:LocalBusiness".freeze,
type: "rdfs:Class".freeze
term :InvestmentFund,
comment: %(A company or fund that gathers capital from a number of investors to create a pool of money that is then re-invested into stocks, bonds and other assets.).freeze,
- "dc:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
label: "InvestmentFund".freeze,
"schema:category": "issue-1253".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
subClassOf: "schema:InvestmentOrDeposit".freeze,
type: "rdfs:Class".freeze
term :InvestmentOrDeposit,
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.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze,
label: "InvestmentOrDeposit".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze,
subClassOf: "schema:FinancialProduct".freeze,
type: "rdfs:Class".freeze
term :InviteAction,
comment: %(The act of asking someone to attend an event. Reciprocal of RsvpAction.).freeze,
label: "InviteAction".freeze,
@@ -12349,15 +12663,15 @@
label: "LeaveAction".freeze,
subClassOf: "schema:InteractAction".freeze,
type: "rdfs:Class".freeze
term :LegalForceStatus,
comment: %(A list of possible statuses for the legal force of a legislation.).freeze,
- "dc:source": ["http://publications.europa.eu/mdr/eli/index.html".freeze, "https://github.com/schemaorg/schemaorg/issues/1156".freeze],
exactMatch: "http://data.europa.eu/eli/ontology#InForce".freeze,
label: "LegalForceStatus".freeze,
"schema:category": "issue-1156".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["http://publications.europa.eu/mdr/eli/index.html".freeze, "https://github.com/schemaorg/schemaorg/issues/1156".freeze],
subClassOf: "schema:Enumeration".freeze,
type: "rdfs:Class".freeze
term :LegalService,
comment: %(A LegalService is a business that provides legally-oriented services, advice and representation, e.g. law firms.<br/><br/>
@@ -12365,32 +12679,32 @@
label: "LegalService".freeze,
subClassOf: "schema:LocalBusiness".freeze,
type: "rdfs:Class".freeze
term :LegalValueLevel,
comment: %(A list of possible levels for the legal validity of a legislation.).freeze,
- "dc:source": ["http://publications.europa.eu/mdr/eli/index.html".freeze, "https://github.com/schemaorg/schemaorg/issues/1156".freeze],
label: "LegalValueLevel".freeze,
"schema:category": "issue-1156".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["http://publications.europa.eu/mdr/eli/index.html".freeze, "https://github.com/schemaorg/schemaorg/issues/1156".freeze],
"skos:closeMatch": "http://data.europa.eu/eli/ontology#LegalValue".freeze,
subClassOf: "schema:Enumeration".freeze,
type: "rdfs:Class".freeze
term :Legislation,
comment: %(A legal document such as an act, decree, bill, etc. \(enforceable or not\) or a component of a legal act \(like an article\).).freeze,
- "dc:source": ["http://publications.europa.eu/mdr/eli/index.html".freeze, "https://github.com/schemaorg/schemaorg/issues/1156".freeze],
label: "Legislation".freeze,
"schema:category": "issue-1156".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["http://publications.europa.eu/mdr/eli/index.html".freeze, "https://github.com/schemaorg/schemaorg/issues/1156".freeze],
"skos:closeMatch": ["http://data.europa.eu/eli/ontology#LegalExpression".freeze, "http://data.europa.eu/eli/ontology#LegalResource".freeze],
subClassOf: "schema:CreativeWork".freeze,
type: "rdfs:Class".freeze
term :LegislationObject,
comment: %(A specific object or file containing a Legislation. Note that the same Legislation can be published in multiple files. For example, a digitally signed PDF, a plain PDF and an HTML version.).freeze,
- "dc:source": ["http://publications.europa.eu/mdr/eli/index.html".freeze, "https://github.com/schemaorg/schemaorg/issues/1156".freeze],
label: "LegislationObject".freeze,
"schema:category": "issue-1156".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["http://publications.europa.eu/mdr/eli/index.html".freeze, "https://github.com/schemaorg/schemaorg/issues/1156".freeze],
"skos:closeMatch": "http://data.europa.eu/eli/ontology#Format".freeze,
subClassOf: ["schema:Legislation".freeze, "schema:MediaObject".freeze],
type: "rdfs:Class".freeze
term :LegislativeBuilding,
comment: %(A legislative building—for example, the state capitol.).freeze,
@@ -12414,14 +12728,14 @@
label: "Library".freeze,
subClassOf: "schema:LocalBusiness".freeze,
type: "rdfs:Class".freeze
term :LibrarySystem,
comment: %(A <a class="localLink" href="http://schema.org/LibrarySystem">LibrarySystem</a> is a collaborative system amongst several libraries.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1495".freeze,
label: "LibrarySystem".freeze,
"schema:category": "issue-1495".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1495".freeze,
subClassOf: "schema:Organization".freeze,
type: "rdfs:Class".freeze
term :LifestyleModification,
comment: %(A process of care involving exercise, changes to diet, fitness routines, and other lifestyle changes aimed at improving a health condition.).freeze,
label: "LifestyleModification".freeze,
@@ -12439,14 +12753,14 @@
label: "LikeAction".freeze,
subClassOf: "schema:ReactAction".freeze,
type: "rdfs:Class".freeze
term :LinkRole,
comment: %(A Role that represents a Web link e.g. as expressed via the 'url' property. Its linkRelationship property can indicate URL-based and plain textual link types e.g. those in IANA link registry or others such as 'amphtml'. This structure provides a placeholder where details from HTML's link element can be represented outside of HTML, e.g. in JSON-LD feeds.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1045".freeze,
label: "LinkRole".freeze,
"schema:category": "issue-1045".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1045".freeze,
subClassOf: "schema:Role".freeze,
type: "rdfs:Class".freeze
term :LiquorStore,
comment: %(A shop that sells alcoholic drinks such as wine, beer, whisky and other spirits.).freeze,
label: "LiquorStore".freeze,
@@ -12472,24 +12786,24 @@
label: "LiveBlogPosting".freeze,
subClassOf: "schema:BlogPosting".freeze,
type: "rdfs:Class".freeze
term :LoanOrCredit,
comment: %(A financial product for the loaning of an amount of money under agreed terms and charges.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze,
label: "LoanOrCredit".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze,
subClassOf: "schema:FinancialProduct".freeze,
type: "rdfs:Class".freeze
term :LocalBusiness,
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.).freeze,
label: "LocalBusiness".freeze,
"skos:closeMatch": "http://www.w3.org/ns/regorg#RegisteredOrganization".freeze,
subClassOf: ["schema:Organization".freeze, "schema:Place".freeze],
type: "rdfs:Class".freeze
term :LocationFeatureSpecification,
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.).freeze,
- "dc:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze,
label: "LocationFeatureSpecification".freeze,
+ "schema:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze,
subClassOf: "schema:PropertyValue".freeze,
type: "rdfs:Class".freeze
term :LockerDelivery,
comment: %(A DeliveryMethod in which an item is made available via locker.).freeze,
label: "LockerDelivery".freeze,
@@ -12523,14 +12837,14 @@
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
subClassOf: "schema:Vessel".freeze,
type: "rdfs:Class".freeze
term :Manuscript,
comment: %(A book, document, or piece of music written by hand rather than typed or printed.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1448".freeze,
label: "Manuscript".freeze,
"schema:category": "issue-1448".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1448".freeze,
subClassOf: "schema:CreativeWork".freeze,
type: "rdfs:Class".freeze
term :Map,
comment: %(A map.).freeze,
label: "Map".freeze,
@@ -12562,14 +12876,14 @@
label: "MediaGallery".freeze,
subClassOf: "schema:CollectionPage".freeze,
type: "rdfs:Class".freeze
term :MediaManipulationRatingEnumeration,
comment: %(\(editorial work in progress, this definition is incomplete and unreviewed\) MediaManipulationRatingEnumeration classifies a number of ways in which a media item \(video, image, audio\) can be manipulated, taking into account the context within which they are published or presented.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
label: "MediaManipulationRatingEnumeration".freeze,
"schema:category": "issue-2450".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
subClassOf: "schema:Enumeration".freeze,
type: "rdfs:Class".freeze
term :MediaObject,
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\).).freeze,
label: "MediaObject".freeze,
@@ -12577,21 +12891,21 @@
type: "rdfs:Class".freeze
term :MediaReview,
comment: %(\(editorial work in progress, this definition is incomplete and unreviewed\)
A <a class="localLink" href="http://schema.org/MediaReview">MediaReview</a> is a more specialized form of Review dedicated to the evaluation of media content online, typically in the context of fact-checking and misinformation.
For more general reviews of media in the broader sense, use <a class="localLink" href="http://schema.org/UserReview">UserReview</a>, <a class="localLink" href="http://schema.org/CriticReview">CriticReview</a> or other <a class="localLink" href="http://schema.org/Review">Review</a> types.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
label: "MediaReview".freeze,
"schema:category": "issue-2450".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
subClassOf: "schema:Review".freeze,
type: "rdfs:Class".freeze
term :MediaSubscription,
comment: %(A subscription which allows a user to access media including audio, video, books, etc.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1741".freeze,
label: "MediaSubscription".freeze,
"schema:category": "issue-1741".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1741".freeze,
subClassOf: "schema:Intangible".freeze,
type: "rdfs:Class".freeze
term :MedicalAudience,
comment: %(Target audiences for medical web pages. Enumerated type.).freeze,
label: "MedicalAudience".freeze,
@@ -12827,13 +13141,13 @@
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
subClassOf: "schema:MedicalStudy".freeze,
type: "rdfs:Class".freeze
term :MedicalTrialDesign,
comment: %(Design models for medical trials. Enumerated type.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_WikiDoc".freeze,
label: "MedicalTrialDesign".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_WikiDoc".freeze,
subClassOf: ["schema:Enumeration".freeze, "schema:MedicalEnumeration".freeze],
type: "rdfs:Class".freeze
term :MedicalWebPage,
comment: %(A web page that provides medical information.).freeze,
label: "MedicalWebPage".freeze,
@@ -12848,12 +13162,12 @@
type: "rdfs:Class".freeze
term :MeetingRoom,
comment: %(A meeting room, conference room, or conference hall is a room provided for singular events such as business conferences and meetings \(Source: Wikipedia, the free encyclopedia, see <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>.).freeze,
- "dc:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze,
label: "MeetingRoom".freeze,
+ "schema:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze,
subClassOf: "schema:Room".freeze,
type: "rdfs:Class".freeze
term :MensClothingStore,
comment: %(A men's clothing store.).freeze,
label: "MensClothingStore".freeze,
@@ -12874,22 +13188,22 @@
label: "MenuSection".freeze,
subClassOf: "schema:CreativeWork".freeze,
type: "rdfs:Class".freeze
term :MerchantReturnEnumeration,
comment: %(MerchantReturnEnumeration enumerates several kinds of product return policy. Note that this structure may not capture all aspects of the policy.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
label: "MerchantReturnEnumeration".freeze,
"schema:category": "issue-2288".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
subClassOf: "schema:Enumeration".freeze,
type: "rdfs:Class".freeze
term :MerchantReturnPolicy,
comment: %(A MerchantReturnPolicy provides information about product return policies associated with an <a class="localLink" href="http://schema.org/Organization">Organization</a> or <a class="localLink" href="http://schema.org/Product">Product</a>.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
label: "MerchantReturnPolicy".freeze,
"schema:category": "issue-2288".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
subClassOf: "schema:Intangible".freeze,
type: "rdfs:Class".freeze
term :Message,
comment: %(A single message from a sender to one or more organizations or people.).freeze,
label: "Message".freeze,
@@ -12910,43 +13224,43 @@
label: "MobilePhoneStore".freeze,
subClassOf: "schema:Store".freeze,
type: "rdfs:Class".freeze
term :MonetaryAmount,
comment: %(A monetary value or range. This type can be used to describe an amount of money such as $50 USD, or a range as in describing a bank account being suitable for a balance between £1,000 and £1,000,000 GBP, or the value of a salary, etc. It is recommended to use <a class="localLink" href="http://schema.org/PriceSpecification">PriceSpecification</a> Types to describe the price of an Offer, Invoice, etc.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze,
label: "MonetaryAmount".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze,
subClassOf: "schema:StructuredValue".freeze,
type: "rdfs:Class".freeze
term :MonetaryAmountDistribution,
comment: %(A statistical distribution of monetary amounts.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1698".freeze,
label: "MonetaryAmountDistribution".freeze,
"schema:category": "issue-1698".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1698".freeze,
subClassOf: "schema:QuantitativeValueDistribution".freeze,
type: "rdfs:Class".freeze
term :MonetaryGrant,
comment: %(A monetary grant.).freeze,
- "dc:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FundInfoCollab".freeze,
label: "MonetaryGrant".freeze,
"schema:category": "issue-383".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FundInfoCollab".freeze,
subClassOf: "schema:Grant".freeze,
type: "rdfs:Class".freeze
term :MoneyTransfer,
comment: %(The act of transferring money from one place to another place. This may occur electronically or physically.).freeze,
- "dc:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
label: "MoneyTransfer".freeze,
"schema:category": "issue-1253".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
subClassOf: "schema:TransferAction".freeze,
type: "rdfs:Class".freeze
term :MortgageLoan,
comment: %(A loan in which property or real estate is used as collateral. \(A loan securitized against some real estate.\)).freeze,
- "dc:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
label: "MortgageLoan".freeze,
"schema:category": "issue-1253".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
subClassOf: "schema:LoanOrCredit".freeze,
type: "rdfs:Class".freeze
term :Mosque,
comment: %(A mosque.).freeze,
label: "Mosque".freeze,
@@ -12959,13 +13273,13 @@
label: "Motel".freeze,
subClassOf: "schema:LodgingBusiness".freeze,
type: "rdfs:Class".freeze
term :Motorcycle,
comment: %(A motorcycle or motorbike is a single-track, two-wheeled motor vehicle.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
label: "Motorcycle".freeze,
"schema:isPartOf": "http://auto.schema.org".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
subClassOf: "schema:Vehicle".freeze,
type: "rdfs:Class".freeze
term :MotorcycleDealer,
comment: %(A motorcycle dealer.).freeze,
label: "MotorcycleDealer".freeze,
@@ -12976,13 +13290,13 @@
label: "MotorcycleRepair".freeze,
subClassOf: "schema:AutomotiveBusiness".freeze,
type: "rdfs:Class".freeze
term :MotorizedBicycle,
comment: %(A motorized bicycle is a bicycle with an attached motor used to power the vehicle, or to assist with pedaling.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
label: "MotorizedBicycle".freeze,
"schema:isPartOf": "http://auto.schema.org".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
subClassOf: "schema:Vehicle".freeze,
type: "rdfs:Class".freeze
term :Mountain,
comment: %(A mountain, like Mount Whitney or Mount Everest.).freeze,
label: "Mountain".freeze,
@@ -13051,24 +13365,24 @@
label: "MusicAlbum".freeze,
subClassOf: "schema:MusicPlaylist".freeze,
type: "rdfs:Class".freeze
term :MusicAlbumProductionType,
comment: %(Classification of the album by it's type of content: soundtrack, live album, studio album, etc.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
label: "MusicAlbumProductionType".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
subClassOf: "schema:Enumeration".freeze,
type: "rdfs:Class".freeze
term :MusicAlbumReleaseType,
comment: %(The kind of release which this album is: single, EP or album.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
label: "MusicAlbumReleaseType".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
subClassOf: "schema:Enumeration".freeze,
type: "rdfs:Class".freeze
term :MusicComposition,
comment: %(A musical composition.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
label: "MusicComposition".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
subClassOf: "schema:CreativeWork".freeze,
type: "rdfs:Class".freeze
term :MusicEvent,
comment: %(Event type: Music event.).freeze,
label: "MusicEvent".freeze,
@@ -13089,18 +13403,18 @@
label: "MusicRecording".freeze,
subClassOf: "schema:CreativeWork".freeze,
type: "rdfs:Class".freeze
term :MusicRelease,
comment: %(A MusicRelease is a specific release of a music album.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
label: "MusicRelease".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
subClassOf: "schema:MusicPlaylist".freeze,
type: "rdfs:Class".freeze
term :MusicReleaseFormatType,
comment: %(Format of this release \(the type of recording media used, ie. compact disc, digital media, LP, etc.\).).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
label: "MusicReleaseFormatType".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
subClassOf: "schema:Enumeration".freeze,
type: "rdfs:Class".freeze
term :MusicStore,
comment: %(A music store.).freeze,
label: "MusicStore".freeze,
@@ -13119,10 +13433,18 @@
term :NGO,
comment: %(Organization: Non-governmental Organization.).freeze,
label: "NGO".freeze,
subClassOf: "schema:Organization".freeze,
type: "rdfs:Class".freeze
+ term :NLNonprofitType,
+ comment: %(NLNonprofitType: Non-profit organization type originating from the Netherlands.).freeze,
+ label: "NLNonprofitType".freeze,
+ "schema:category": "issue-2543".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2543".freeze,
+ subClassOf: "schema:NonprofitType".freeze,
+ type: "rdfs:Class".freeze
term :NailSalon,
comment: %(A nail salon.).freeze,
label: "NailSalon".freeze,
subClassOf: "schema:HealthAndBeautyBusiness".freeze,
type: "rdfs:Class".freeze
@@ -13134,34 +13456,42 @@
type: "rdfs:Class".freeze
term :NewsArticle,
comment: %(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.).freeze,
- "dc:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews".freeze, "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP-draws".freeze],
label: "NewsArticle".freeze,
+ "schema:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews".freeze, "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP-draws".freeze],
subClassOf: "schema:Article".freeze,
type: "rdfs:Class".freeze
term :NewsMediaOrganization,
comment: %(A News/Media organization such as a newspaper or TV station.).freeze,
- "dc:source": ["https://github.com/schemaorg/schemaorg/issues/1525".freeze, "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP".freeze],
label: "NewsMediaOrganization".freeze,
"schema:category": "issue-1525".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["https://github.com/schemaorg/schemaorg/issues/1525".freeze, "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP".freeze],
subClassOf: "schema:Organization".freeze,
type: "rdfs:Class".freeze
term :Newspaper,
comment: %(A publication containing information about varied topics that are pertinent to general information, a geographic area, or a specific subject matter \(i.e. business, culture, education\). Often published daily.).freeze,
- "dc:source": "http://www.productontology.org/id/Newspaper".freeze,
label: "Newspaper".freeze,
"schema:isPartOf": "http://bib.schema.org".freeze,
+ "schema:source": "http://www.productontology.org/id/Newspaper".freeze,
subClassOf: "schema:Periodical".freeze,
type: "rdfs:Class".freeze
term :NightClub,
comment: %(A nightclub or discotheque.).freeze,
label: "NightClub".freeze,
subClassOf: "schema:EntertainmentBusiness".freeze,
type: "rdfs:Class".freeze
+ term :NonprofitType,
+ comment: %(NonprofitType enumerates several kinds of official non-profit types of which a non-profit organization can be.).freeze,
+ label: "NonprofitType".freeze,
+ "schema:category": "issue-2543".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2543".freeze,
+ subClassOf: "schema:Enumeration".freeze,
+ type: "rdfs:Class".freeze
term :Notary,
comment: %(A notary.).freeze,
label: "Notary".freeze,
subClassOf: "schema:LegalService".freeze,
type: "rdfs:Class".freeze
@@ -13188,21 +13518,21 @@
subClassOf: "schema:StructuredValue".freeze,
type: "rdfs:Class".freeze
term :Observation,
comment: %(Instances of the class <a class="localLink" href="http://schema.org/Observation">Observation</a> are used to specify observations about an entity \(which may or may not be an instance of a <a class="localLink" href="http://schema.org/StatisticalPopulation">StatisticalPopulation</a>\), at a particular time. The principal properties of an <a class="localLink" href="http://schema.org/Observation">Observation</a> are <a class="localLink" href="http://schema.org/observedNode">observedNode</a>, <a class="localLink" href="http://schema.org/measuredProperty">measuredProperty</a>, <a class="localLink" href="http://schema.org/measuredValue">measuredValue</a> \(or <a class="localLink" href="http://schema.org/median">median</a>, etc.\) and <a class="localLink" href="http://schema.org/observationDate">observationDate</a> \(<a class="localLink" href="http://schema.org/measuredProperty">measuredProperty</a> properties can, but need not always, be W3C RDF Data Cube "measure properties", as in the <a href="https://www.w3.org/TR/vocab-data-cube/#dsd-example">lifeExpectancy example</a>\).
See also <a class="localLink" href="http://schema.org/StatisticalPopulation">StatisticalPopulation</a>, and the <a href="/docs/data-and-datasets.html">data and datasets</a> overview for more details.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2291".freeze,
label: "Observation".freeze,
"schema:category": "issue-2291".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2291".freeze,
subClassOf: "schema:Intangible".freeze,
type: "rdfs:Class".freeze
term :Occupation,
comment: %(A profession, may involve prolonged training and/or a formal qualification.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1698".freeze,
label: "Occupation".freeze,
"schema:category": "issue-1698".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1698".freeze,
subClassOf: "schema:Intangible".freeze,
type: "rdfs:Class".freeze
term :OccupationalTherapy,
comment: %(A treatment of people with physical, emotional, or social problems, using purposeful activity to help them overcome or learn to deal with their problems.).freeze,
label: "OccupationalTherapy".freeze,
@@ -13218,12 +13548,12 @@
comment: %(An offer to transfer some rights to an item or to provide a service — for example, an offer to sell tickets to an event, to rent the DVD of a movie, to stream a TV show over the internet, to repair a motorcycle, or to loan a book.<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>.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
label: "Offer".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
subClassOf: "schema:Intangible".freeze,
type: "rdfs:Class".freeze
term :OfferCatalog,
comment: %(An OfferCatalog is an ItemList that contains related Offers and/or further OfferCatalogs that are offeredBy the same provider.).freeze,
label: "OfferCatalog".freeze,
@@ -13231,24 +13561,24 @@
type: "rdfs:Class".freeze
term :OfferForLease,
comment: %(An <a class="localLink" href="http://schema.org/OfferForLease">OfferForLease</a> in Schema.org represents an <a class="localLink" href="http://schema.org/Offer">Offer</a> to lease out something, i.e. an <a class="localLink" href="http://schema.org/Offer">Offer</a> whose
<a class="localLink" href="http://schema.org/businessFunction">businessFunction</a> is <a href="http://purl.org/goodrelations/v1#LeaseOut.">lease out</a>. See <a href="https://en.wikipedia.org/wiki/GoodRelations">Good Relations</a> for
background on the underlying concepts.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2348".freeze,
label: "OfferForLease".freeze,
"schema:category": "issue-2348".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2348".freeze,
subClassOf: "schema:Offer".freeze,
type: "rdfs:Class".freeze
term :OfferForPurchase,
comment: %(An <a class="localLink" href="http://schema.org/OfferForPurchase">OfferForPurchase</a> in Schema.org represents an <a class="localLink" href="http://schema.org/Offer">Offer</a> to sell something, i.e. an <a class="localLink" href="http://schema.org/Offer">Offer</a> whose
<a class="localLink" href="http://schema.org/businessFunction">businessFunction</a> is <a href="http://purl.org/goodrelations/v1#Sell.">sell</a>. See <a href="https://en.wikipedia.org/wiki/GoodRelations">Good Relations</a> for
background on the underlying concepts.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2348".freeze,
label: "OfferForPurchase".freeze,
"schema:category": "issue-2348".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2348".freeze,
subClassOf: "schema:Offer".freeze,
type: "rdfs:Class".freeze
term :OfferItemCondition,
comment: %(A list of possible conditions for the item.).freeze,
label: "OfferItemCondition".freeze,
@@ -13265,14 +13595,14 @@
Two entities that are identical but differ in rate and time:<br/><br/>
e.g. Cheaper and slower: $5 in 5-7days
or Fast and expensive: $15 in 1-2 days).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2506".freeze,
label: "OfferShippingDetails".freeze,
"schema:category": "issue-2506".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2506".freeze,
subClassOf: "schema:StructuredValue".freeze,
type: "rdfs:Class".freeze
term :OfficeEquipmentStore,
comment: %(An office equipment store.).freeze,
label: "OfficeEquipmentStore".freeze,
@@ -13287,20 +13617,20 @@
comment: %(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.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass".freeze,
label: "OpeningHoursSpecification".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass".freeze,
subClassOf: "schema:StructuredValue".freeze,
type: "rdfs:Class".freeze
term :OpinionNewsArticle,
comment: %(An <a class="localLink" href="http://schema.org/OpinionNewsArticle">OpinionNewsArticle</a> is a <a class="localLink" href="http://schema.org/NewsArticle">NewsArticle</a> that primarily expresses opinions rather than journalistic reporting of news and events. For example, a <a class="localLink" href="http://schema.org/NewsArticle">NewsArticle</a> consisting of a column or <a class="localLink" href="http://schema.org/Blog">Blog</a>/<a class="localLink" href="http://schema.org/BlogPosting">BlogPosting</a> entry in the Opinions section of a news publication.).freeze,
- "dc:source": ["https://github.com/schemaorg/schemaorg/issues/1525".freeze, "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP".freeze],
label: "OpinionNewsArticle".freeze,
"schema:category": "issue-1525".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["https://github.com/schemaorg/schemaorg/issues/1525".freeze, "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP".freeze],
subClassOf: "schema:NewsArticle".freeze,
type: "rdfs:Class".freeze
term :Optician,
comment: %(A store that sells reading glasses and similar devices for improving vision.).freeze,
label: "Optician".freeze,
@@ -13347,12 +13677,12 @@
label: "OutletStore".freeze,
subClassOf: "schema:Store".freeze,
type: "rdfs:Class".freeze
term :OwnershipInfo,
comment: %(A structured value providing information about when a certain organization or person owned a certain product.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass".freeze,
label: "OwnershipInfo".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass".freeze,
subClassOf: "schema:StructuredValue".freeze,
type: "rdfs:Class".freeze
term :PaintAction,
comment: %(The act of producing a painting, typically with paint and canvas as instruments.).freeze,
label: "PaintAction".freeze,
@@ -13383,12 +13713,12 @@
<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>
).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass".freeze,
label: "ParcelService".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass".freeze,
subClassOf: "schema:DeliveryMethod".freeze,
type: "rdfs:Class".freeze
term :ParentAudience,
comment: %(A set of characteristics describing parents, who can be interested in viewing some content.).freeze,
label: "ParentAudience".freeze,
@@ -13427,18 +13757,18 @@
label: "PayAction".freeze,
subClassOf: "schema:TradeAction".freeze,
type: "rdfs:Class".freeze
term :PaymentCard,
comment: %(A payment method using a credit, debit, store or other card to associate the payment with an account.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze,
label: "PaymentCard".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze,
subClassOf: ["schema:FinancialProduct".freeze, "schema:PaymentMethod".freeze],
type: "rdfs:Class".freeze
term :PaymentChargeSpecification,
comment: %(The costs of settling the payment using a particular payment method.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass".freeze,
label: "PaymentChargeSpecification".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass".freeze,
subClassOf: "schema:PriceSpecification".freeze,
type: "rdfs:Class".freeze
term :PaymentMethod,
comment: %(A payment method is a standardized procedure for transferring the monetary amount for a purchase. Payment methods are characterized by the legal and technical structures used, and by the organization or group carrying out the transaction.<br/><br/>
@@ -13454,18 +13784,18 @@
<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>
).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass".freeze,
label: "PaymentMethod".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass".freeze,
subClassOf: "schema:Enumeration".freeze,
type: "rdfs:Class".freeze
term :PaymentService,
comment: %(A Service to transfer funds from a person or organization to a beneficiary person or organization.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze,
label: "PaymentService".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze,
subClassOf: "schema:FinancialProduct".freeze,
type: "rdfs:Class".freeze
term :PaymentStatusType,
comment: %(A specific payment status. For example, PaymentDue, PaymentComplete, etc.).freeze,
label: "PaymentStatusType".freeze,
@@ -13498,25 +13828,25 @@
type: "rdfs:Class".freeze
term :Periodical,
comment: %(A publication in any medium issued in successive parts bearing numerical or chronological designations and intended, such as a magazine, scholarly journal, or newspaper to continue indefinitely.<br/><br/>
See also <a href="http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html">blog post</a>.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex".freeze,
equivalentClass: "bibo:Periodical".freeze,
label: "Periodical".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex".freeze,
subClassOf: "schema:CreativeWorkSeries".freeze,
type: "rdfs:Class".freeze
term :Permit,
comment: %(A permit issued by an organization, e.g. a parking pass.).freeze,
label: "Permit".freeze,
subClassOf: "schema:Intangible".freeze,
type: "rdfs:Class".freeze
term :Person,
comment: %(A person \(alive, dead, undead, or fictional\).).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews".freeze,
equivalentClass: "foaf:Person".freeze,
label: "Person".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews".freeze,
subClassOf: "schema:Thing".freeze,
type: "rdfs:Class".freeze
term :PetStore,
comment: %(A pet store.).freeze,
label: "PetStore".freeze,
@@ -13581,14 +13911,14 @@
label: "PlanAction".freeze,
subClassOf: "schema:OrganizeAction".freeze,
type: "rdfs:Class".freeze
term :Play,
comment: %(A play is a form of literature, usually consisting of dialogue between characters, intended for theatrical performance rather than just reading. Note the peformance of a Play would be a <a class="localLink" href="http://schema.org/TheaterEvent">TheaterEvent</a> - the <em>Play</em> being the <a class="localLink" href="http://schema.org/workPerformed">workPerformed</a>.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1816".freeze,
label: "Play".freeze,
"schema:category": "issue-1816".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1816".freeze,
subClassOf: "schema:CreativeWork".freeze,
type: "rdfs:Class".freeze
term :PlayAction,
comment: %(The act of playing/exercising/training/performing for enjoyment, leisure, recreation, Competition or exercise.<br/><br/>
@@ -13612,30 +13942,30 @@
label: "Plumber".freeze,
subClassOf: "schema:HomeAndConstructionBusiness".freeze,
type: "rdfs:Class".freeze
term :PodcastEpisode,
comment: %(A single episode of a podcast series.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/373".freeze,
label: "PodcastEpisode".freeze,
"schema:category": "issue-373".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/373".freeze,
subClassOf: "schema:Episode".freeze,
type: "rdfs:Class".freeze
term :PodcastSeason,
comment: %(A single season of a podcast. Many podcasts do not break down into separate seasons. In that case, PodcastSeries should be used.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/373".freeze,
label: "PodcastSeason".freeze,
"schema:category": "issue-373".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/373".freeze,
subClassOf: "schema:CreativeWorkSeason".freeze,
type: "rdfs:Class".freeze
term :PodcastSeries,
comment: %(A podcast is an episodic series of digital audio or video files which a user can download and listen to.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/373".freeze,
label: "PodcastSeries".freeze,
"schema:category": "issue-373".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/373".freeze,
subClassOf: "schema:CreativeWorkSeries".freeze,
type: "rdfs:Class".freeze
term :PoliceStation,
comment: %(A police station.).freeze,
label: "PoliceStation".freeze,
@@ -13654,23 +13984,31 @@
term :PostalAddress,
comment: %(The mailing address.).freeze,
label: "PostalAddress".freeze,
subClassOf: "schema:ContactPoint".freeze,
type: "rdfs:Class".freeze
+ term :PostalCodeRangeSpecification,
+ comment: %(Indicates a range of postalcodes, usually defined as the set of valid codes between <a class="localLink" href="http://schema.org/postalCodeBegin">postalCodeBegin</a> and <a class="localLink" href="http://schema.org/postalCodeEnd">postalCodeEnd</a>, inclusively.).freeze,
+ label: "PostalCodeRangeSpecification".freeze,
+ "schema:category": "issue-2506".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2506".freeze,
+ subClassOf: "schema:StructuredValue".freeze,
+ type: "rdfs:Class".freeze
term :Poster,
comment: %(A large, usually printed placard, bill, or announcement, often illustrated, that is posted to advertise or publicize something.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1448".freeze,
label: "Poster".freeze,
"schema:category": "issue-1448".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1448".freeze,
subClassOf: "schema:CreativeWork".freeze,
type: "rdfs:Class".freeze
term :PreOrderAction,
comment: %(An agent orders a \(not yet released\) object/product/service to be delivered/sent.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1125".freeze,
label: "PreOrderAction".freeze,
"schema:category": "issue-1125".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1125".freeze,
subClassOf: "schema:TradeAction".freeze,
type: "rdfs:Class".freeze
term :PrependAction,
comment: %(The act of inserting at the beginning if an ordered collection.).freeze,
label: "PrependAction".freeze,
@@ -13692,46 +14030,46 @@
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
subClassOf: "schema:MedicalIndication".freeze,
type: "rdfs:Class".freeze
term :PriceSpecification,
comment: %(A structured value representing a price or price range. Typically, only the subclasses of this type are used for markup. It is recommended to use <a class="localLink" href="http://schema.org/MonetaryAmount">MonetaryAmount</a> to describe independent amounts of money such as a salary, credit card limits, etc.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass".freeze,
label: "PriceSpecification".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass".freeze,
subClassOf: "schema:StructuredValue".freeze,
type: "rdfs:Class".freeze
term :Prion,
comment: %(A prion is an infectious agent composed of protein in a misfolded form.).freeze,
label: "Prion".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "schema:InfectiousAgentClass".freeze
term :Product,
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.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
label: "Product".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
subClassOf: "schema:Thing".freeze,
type: "rdfs:Class".freeze
term :ProductModel,
comment: %(A datasheet or vendor specification of a product \(in the sense of a prototypical description\).).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass".freeze,
label: "ProductModel".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass".freeze,
subClassOf: "schema:Product".freeze,
type: "rdfs:Class".freeze
term :ProductReturnEnumeration,
comment: %(ProductReturnEnumeration enumerates several kinds of product return policy. Note that this structure may not capture all aspects of the policy.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
label: "ProductReturnEnumeration".freeze,
"schema:category": "issue-2288".freeze,
"schema:isPartOf": "http://attic.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
"schema:supersededBy": "schema:MerchantReturnEnumeration".freeze,
subClassOf: "schema:Enumeration".freeze,
type: "rdfs:Class".freeze
term :ProductReturnPolicy,
comment: %(A ProductReturnPolicy provides information about product return policies associated with an <a class="localLink" href="http://schema.org/Organization">Organization</a> or <a class="localLink" href="http://schema.org/Product">Product</a>.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
label: "ProductReturnPolicy".freeze,
"schema:category": "issue-2288".freeze,
"schema:isPartOf": "http://attic.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
"schema:supersededBy": "schema:MerchantReturnPolicy".freeze,
subClassOf: "schema:Intangible".freeze,
type: "rdfs:Class".freeze
term :ProfessionalService,
comment: %(Original definition: "provider of professional services."<br/><br/>
@@ -13753,22 +14091,22 @@
subClassOf: "schema:Intangible".freeze,
type: "rdfs:Class".freeze
term :Project,
comment: %(An enterprise \(potentially individual but typically collaborative\), planned to achieve a particular aim.
Use properties from <a class="localLink" href="http://schema.org/Organization">Organization</a>, <a class="localLink" href="http://schema.org/subOrganization">subOrganization</a>/<a class="localLink" href="http://schema.org/parentOrganization">parentOrganization</a> to indicate project sub-structures.).freeze,
- "dc:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FundInfoCollab".freeze,
label: "Project".freeze,
"schema:category": "issue-383".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FundInfoCollab".freeze,
subClassOf: "schema:Organization".freeze,
type: "rdfs:Class".freeze
term :PronounceableText,
comment: %(Data type: PronounceableText.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2108".freeze,
label: "PronounceableText".freeze,
"schema:category": "issue-2108".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2108".freeze,
subClassOf: "schema:Text".freeze,
type: "rdfs:Class".freeze
term :Property,
comment: %(A property, used to indicate attributes and relationships of some Thing; equivalent to rdf:Property.).freeze,
equivalentClass: "rdf:Property".freeze,
@@ -13778,18 +14116,18 @@
type: "rdfs:Class".freeze
term :PropertyValue,
comment: %(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.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass".freeze,
label: "PropertyValue".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass".freeze,
subClassOf: "schema:StructuredValue".freeze,
type: "rdfs:Class".freeze
term :PropertyValueSpecification,
comment: %(A Property value specification.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_ActionCollabClass".freeze,
label: "PropertyValueSpecification".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_ActionCollabClass".freeze,
subClassOf: "schema:Intangible".freeze,
type: "rdfs:Class".freeze
term :Protozoa,
comment: %(Single-celled organism that causes an infection.).freeze,
label: "Protozoa".freeze,
@@ -13806,14 +14144,14 @@
label: "PublicSwimmingPool".freeze,
subClassOf: "schema:SportsActivityLocation".freeze,
type: "rdfs:Class".freeze
term :PublicToilet,
comment: %(A public toilet is a room or small building containing one or more toilets \(and possibly also urinals\) which is available for use by the general public, or by customers or employees of certain businesses.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1624".freeze,
label: "PublicToilet".freeze,
"schema:category": "issue-1624".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1624".freeze,
subClassOf: "schema:CivicStructure".freeze,
type: "rdfs:Class".freeze
term :PublicationEvent,
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.).freeze,
label: "PublicationEvent".freeze,
@@ -13821,64 +14159,64 @@
type: "rdfs:Class".freeze
term :PublicationIssue,
comment: %(A part of a successively published publication such as a periodical or publication volume, often numbered, usually containing a grouping of works such as articles.<br/><br/>
See also <a href="http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html">blog post</a>.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex".freeze,
equivalentClass: "bibo:Issue".freeze,
label: "PublicationIssue".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex".freeze,
subClassOf: "schema:CreativeWork".freeze,
type: "rdfs:Class".freeze
term :PublicationVolume,
comment: %(A part of a successively published publication such as a periodical or multi-volume work, often numbered. It may represent a time span, such as a year.<br/><br/>
See also <a href="http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html">blog post</a>.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex".freeze,
label: "PublicationVolume".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex".freeze,
subClassOf: "schema:CreativeWork".freeze,
type: "rdfs:Class".freeze
term :QAPage,
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\).).freeze,
label: "QAPage".freeze,
subClassOf: "schema:WebPage".freeze,
type: "rdfs:Class".freeze
term :QualitativeValue,
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'.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass".freeze,
label: "QualitativeValue".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass".freeze,
subClassOf: "schema:Enumeration".freeze,
type: "rdfs:Class".freeze
term :QuantitativeValue,
comment: %(A point value or interval for product characteristics and other purposes.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass".freeze,
label: "QuantitativeValue".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass".freeze,
subClassOf: "schema:StructuredValue".freeze,
type: "rdfs:Class".freeze
term :QuantitativeValueDistribution,
comment: %(A statistical distribution of values.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1698".freeze,
label: "QuantitativeValueDistribution".freeze,
"schema:category": "issue-1698".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1698".freeze,
subClassOf: "schema:StructuredValue".freeze,
type: "rdfs:Class".freeze
term :Quantity,
comment: %(Quantities such as distance, time, mass, weight, etc. Particular instances of say Mass are entities like '3 Kg' or '4 milligrams'.).freeze,
label: "Quantity".freeze,
subClassOf: "schema:Intangible".freeze,
type: "rdfs:Class".freeze
term :Question,
comment: %(A specific question - e.g. from a user seeking answers online, or collected in a Frequently Asked Questions \(FAQ\) document.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_QAStackExchange".freeze,
label: "Question".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_QAStackExchange".freeze,
subClassOf: "schema:CreativeWork".freeze,
type: "rdfs:Class".freeze
term :Quotation,
comment: %(A quotation. Often but not necessarily from some written work, attributable to a real world author and - if associated with a fictional character - to any fictional Person. Use <a class="localLink" href="http://schema.org/isBasedOn">isBasedOn</a> to link to source/origin. The <a class="localLink" href="http://schema.org/recordedIn">recordedIn</a> property can be used to reference a Quotation from an <a class="localLink" href="http://schema.org/Event">Event</a>.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/271".freeze,
label: "Quotation".freeze,
"schema:category": "issue-271".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/271".freeze,
subClassOf: "schema:CreativeWork".freeze,
type: "rdfs:Class".freeze
term :QuoteAction,
comment: %(An agent quotes/estimates/appraises an object/product/service with a price at a location/store.).freeze,
label: "QuoteAction".freeze,
@@ -13895,14 +14233,14 @@
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
subClassOf: "schema:MedicalTherapy".freeze,
type: "rdfs:Class".freeze
term :RadioBroadcastService,
comment: %(A delivery service through which radio content is provided via broadcast over the air or online.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2109".freeze,
label: "RadioBroadcastService".freeze,
"schema:category": "issue-2109".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2109".freeze,
subClassOf: "schema:BroadcastService".freeze,
type: "rdfs:Class".freeze
term :RadioChannel,
comment: %(A unique instance of a radio BroadcastService on a CableOrSatelliteService lineup.).freeze,
label: "RadioChannel".freeze,
@@ -13954,14 +14292,14 @@
subClassOf: "schema:LocalBusiness".freeze,
type: "rdfs:Class".freeze
term :RealEstateListing,
comment: %(A <a class="localLink" href="http://schema.org/RealEstateListing">RealEstateListing</a> is a listing that describes one or more real-estate <a class="localLink" href="http://schema.org/Offer">Offer</a>s \(whose <a class="localLink" href="http://schema.org/businessFunction">businessFunction</a> is typically to lease out, or to sell\).
The <a class="localLink" href="http://schema.org/RealEstateListing">RealEstateListing</a> type itself represents the overall listing, as manifested in some <a class="localLink" href="http://schema.org/WebPage">WebPage</a>.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2348".freeze,
label: "RealEstateListing".freeze,
"schema:category": "issue-2348".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2348".freeze,
subClassOf: "schema:WebPage".freeze,
type: "rdfs:Class".freeze
term :ReceiveAction,
comment: %(The act of physically/electronically taking delivery of an object thathas been transferred from an origin to a destination. Reciprocal of SendAction.<br/><br/>
@@ -13980,14 +14318,14 @@
label: "Recipe".freeze,
subClassOf: "schema:HowTo".freeze,
type: "rdfs:Class".freeze
term :Recommendation,
comment: %(<a class="localLink" href="http://schema.org/Recommendation">Recommendation</a> is a type of <a class="localLink" href="http://schema.org/Review">Review</a> that suggests or proposes something as the best option or best course of action. Recommendations may be for products or services, or other concrete things, as in the case of a ranked list or product guide. A <a class="localLink" href="http://schema.org/Guide">Guide</a> may list multiple recommendations for different categories. For example, in a <a class="localLink" href="http://schema.org/Guide">Guide</a> about which TVs to buy, the author may have several <a class="localLink" href="http://schema.org/Recommendation">Recommendation</a>s.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2405".freeze,
label: "Recommendation".freeze,
"schema:category": "issue-2405".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2405".freeze,
subClassOf: "schema:Review".freeze,
type: "rdfs:Class".freeze
term :RecommendedDoseSchedule,
comment: %(A recommended dosing schedule for a drug or supplement as prescribed or recommended by an authority or by the drug/supplement's manufacturer. Capture the recommending authority in the recognizingAuthority property of MedicalEntity.).freeze,
label: "RecommendedDoseSchedule".freeze,
@@ -13999,14 +14337,14 @@
label: "RecyclingCenter".freeze,
subClassOf: "schema:LocalBusiness".freeze,
type: "rdfs:Class".freeze
term :RefundTypeEnumeration,
comment: %(RefundTypeEnumeration enumerates several kinds of product return refund types.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
label: "RefundTypeEnumeration".freeze,
"schema:category": "issue-2288".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
subClassOf: "schema:Enumeration".freeze,
type: "rdfs:Class".freeze
term :RegisterAction,
comment: %(The act of registering to be a user of a service, product or web page.<br/><br/>
@@ -14045,14 +14383,14 @@
label: "RentalCarReservation".freeze,
subClassOf: "schema:Reservation".freeze,
type: "rdfs:Class".freeze
term :RepaymentSpecification,
comment: %(A structured value representing repayment.).freeze,
- "dc:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
label: "RepaymentSpecification".freeze,
"schema:category": "issue-1253".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
subClassOf: "schema:StructuredValue".freeze,
type: "rdfs:Class".freeze
term :ReplaceAction,
comment: %(The act of editing a recipient by replacing an old object with a new object.).freeze,
label: "ReplaceAction".freeze,
@@ -14082,28 +14420,28 @@
In practice many news publishers produce a wide variety of article types, many of which might be considered a <a class="localLink" href="http://schema.org/NewsArticle">NewsArticle</a> but not a <a class="localLink" href="http://schema.org/ReportageNewsArticle">ReportageNewsArticle</a>. For example, opinion pieces, reviews, analysis, sponsored or satirical articles, or articles that combine several of these elements.<br/><br/>
The <a class="localLink" href="http://schema.org/ReportageNewsArticle">ReportageNewsArticle</a> type is based on a stricter ideal for "news" as a work of journalism, with articles based on factual information either observed or verified by the author, or reported and verified from knowledgeable sources. This often includes perspectives from multiple viewpoints on a particular issue \(distinguishing news reports from public relations or propaganda\). News reports in the <a class="localLink" href="http://schema.org/ReportageNewsArticle">ReportageNewsArticle</a> sense de-emphasize the opinion of the author, with commentary and value judgements typically expressed elsewhere.<br/><br/>
A <a class="localLink" href="http://schema.org/ReportageNewsArticle">ReportageNewsArticle</a> which goes deeper into analysis can also be marked with an additional type of <a class="localLink" href="http://schema.org/AnalysisNewsArticle">AnalysisNewsArticle</a>.).freeze,
- "dc:source": ["https://github.com/schemaorg/schemaorg/issues/1525".freeze, "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP".freeze],
label: "ReportageNewsArticle".freeze,
"schema:category": "issue-1525".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["https://github.com/schemaorg/schemaorg/issues/1525".freeze, "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP".freeze],
subClassOf: "schema:NewsArticle".freeze,
type: "rdfs:Class".freeze
term :ReportedDoseSchedule,
comment: %(A patient-reported or observed dosing schedule for a drug or supplement.).freeze,
label: "ReportedDoseSchedule".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
subClassOf: "schema:DoseSchedule".freeze,
type: "rdfs:Class".freeze
term :ResearchProject,
comment: %(A Research project.).freeze,
- "dc:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FundInfoCollab".freeze,
label: "ResearchProject".freeze,
"schema:category": "issue-383".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FundInfoCollab".freeze,
subClassOf: "schema:Project".freeze,
type: "rdfs:Class".freeze
term :Reservation,
comment: %(Describes a reservation for travel, dining or an event. Some reservations require tickets. <br/><br/>
@@ -14145,12 +14483,12 @@
type: "rdfs:Class".freeze
term :Resort,
comment: %(A resort is a place used for relaxation or recreation, attracting visitors for holidays or vacations. Resorts are places, towns or sometimes commercial establishment operated by a single company \(Source: Wikipedia, the free encyclopedia, see <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>.).freeze,
- "dc:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze,
label: "Resort".freeze,
+ "schema:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze,
subClassOf: "schema:LodgingBusiness".freeze,
type: "rdfs:Class".freeze
term :Restaurant,
comment: %(A restaurant.).freeze,
label: "Restaurant".freeze,
@@ -14171,14 +14509,14 @@
label: "ReturnAction".freeze,
subClassOf: "schema:TransferAction".freeze,
type: "rdfs:Class".freeze
term :ReturnFeesEnumeration,
comment: %(ReturnFeesEnumeration expresses policies for return fees.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
label: "ReturnFeesEnumeration".freeze,
"schema:category": "issue-2288".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
subClassOf: "schema:Enumeration".freeze,
type: "rdfs:Class".freeze
term :Review,
comment: %(A review of an item - for example, of a restaurant, movie, or store.).freeze,
label: "Review".freeze,
@@ -14189,14 +14527,14 @@
label: "ReviewAction".freeze,
subClassOf: "schema:AssessAction".freeze,
type: "rdfs:Class".freeze
term :ReviewNewsArticle,
comment: %(A <a class="localLink" href="http://schema.org/NewsArticle">NewsArticle</a> and <a class="localLink" href="http://schema.org/CriticReview">CriticReview</a> providing a professional critic's assessment of a service, product, performance, or artistic or literary work.).freeze,
- "dc:source": ["https://github.com/schemaorg/schemaorg/issues/1525".freeze, "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP".freeze],
label: "ReviewNewsArticle".freeze,
"schema:category": "issue-1525".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["https://github.com/schemaorg/schemaorg/issues/1525".freeze, "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP".freeze],
subClassOf: ["schema:CriticReview".freeze, "schema:NewsArticle".freeze],
type: "rdfs:Class".freeze
term :RiverBodyOfWater,
comment: %(A river \(for example, the broad majestic Shannon\).).freeze,
label: "RiverBodyOfWater".freeze,
@@ -14216,12 +14554,12 @@
type: "rdfs:Class".freeze
term :Room,
comment: %(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>.).freeze,
- "dc:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze,
label: "Room".freeze,
+ "schema:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze,
subClassOf: "schema:Accommodation".freeze,
type: "rdfs:Class".freeze
term :RsvpAction,
comment: %(The act of notifying an event organizer as to whether you expect to attend the event.).freeze,
label: "RsvpAction".freeze,
@@ -14237,24 +14575,24 @@
label: "SaleEvent".freeze,
subClassOf: "schema:Event".freeze,
type: "rdfs:Class".freeze
term :SatiricalArticle,
comment: %(An <a class="localLink" href="http://schema.org/Article">Article</a> whose content is primarily <a href="https://en.wikipedia.org/wiki/Satire">[satirical]</a> in nature, i.e. unlikely to be literally true. A satirical article is sometimes but not necessarily also a <a class="localLink" href="http://schema.org/NewsArticle">NewsArticle</a>. <a class="localLink" href="http://schema.org/ScholarlyArticle">ScholarlyArticle</a>s are also sometimes satirized.).freeze,
- "dc:source": ["https://github.com/schemaorg/schemaorg/issues/1525".freeze, "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP".freeze],
label: "SatiricalArticle".freeze,
"schema:category": "issue-1525".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["https://github.com/schemaorg/schemaorg/issues/1525".freeze, "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP".freeze],
subClassOf: "schema:Article".freeze,
type: "rdfs:Class".freeze
term :Schedule,
comment: %(A schedule defines a repeating time period used to describe a regularly occurring <a class="localLink" href="http://schema.org/Event">Event</a>. At a minimum a schedule will specify <a class="localLink" href="http://schema.org/repeatFrequency">repeatFrequency</a> which describes the interval between occurences of the event. Additional information can be provided to specify the schedule more precisely.
This includes identifying the day\(s\) of the week or month when the recurring event will take place, in addition to its start and end time. Schedules may also
have start and end dates to indicate when they are active, e.g. to define a limited calendar of events.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1457".freeze,
label: "Schedule".freeze,
"schema:category": "issue-1457".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1457".freeze,
subClassOf: "schema:Intangible".freeze,
type: "rdfs:Class".freeze
term :ScheduleAction,
comment: %(Scheduling future actions, events, or tasks.<br/><br/>
@@ -14277,14 +14615,14 @@
label: "School".freeze,
subClassOf: "schema:EducationalOrganization".freeze,
type: "rdfs:Class".freeze
term :SchoolDistrict,
comment: %(A School District is an administrative area for the administration of schools.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2500".freeze,
label: "SchoolDistrict".freeze,
"schema:category": "issue-2500".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2500".freeze,
subClassOf: "schema:AdministrativeArea".freeze,
type: "rdfs:Class".freeze
term :ScreeningEvent,
comment: %(A screening of a movie or other video.).freeze,
label: "ScreeningEvent".freeze,
@@ -14369,16 +14707,32 @@
label: "ShareAction".freeze,
subClassOf: "schema:CommunicateAction".freeze,
type: "rdfs:Class".freeze
term :SheetMusic,
comment: %(Printed music, as opposed to performed or recorded music.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1448".freeze,
label: "SheetMusic".freeze,
"schema:category": "issue-1448".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1448".freeze,
subClassOf: "schema:CreativeWork".freeze,
type: "rdfs:Class".freeze
+ term :ShippingDeliveryTime,
+ comment: %(ShippingDeliveryTime provides various pieces of information about delivery times for shipping.).freeze,
+ label: "ShippingDeliveryTime".freeze,
+ "schema:category": "issue-2506".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2506".freeze,
+ subClassOf: "schema:StructuredValue".freeze,
+ type: "rdfs:Class".freeze
+ term :ShippingRateSettings,
+ comment: %(A ShippingRateSettings represents re-usable pieces of shipping information. It is designed for publication on an URL that may be referenced via the <a class="localLink" href="http://schema.org/shippingSettingsLink">shippingSettingsLink</a> property of an <a class="localLink" href="http://schema.org/OfferShippingDetails">OfferShippingDetails</a>. Several occurrences can be published, distinguished and matched \(i.e. identified/referenced\) by their different values for <a class="localLink" href="http://schema.org/shippingLabel">shippingLabel</a>.).freeze,
+ label: "ShippingRateSettings".freeze,
+ "schema:category": "issue-2506".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2506".freeze,
+ subClassOf: "schema:StructuredValue".freeze,
+ type: "rdfs:Class".freeze
term :ShoeStore,
comment: %(A shoe store.).freeze,
label: "ShoeStore".freeze,
subClassOf: "schema:Store".freeze,
type: "rdfs:Class".freeze
@@ -14387,14 +14741,14 @@
label: "ShoppingCenter".freeze,
subClassOf: "schema:LocalBusiness".freeze,
type: "rdfs:Class".freeze
term :ShortStory,
comment: %(Short story or tale. A brief work of literature, usually written in narrative prose.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1976".freeze,
label: "ShortStory".freeze,
"schema:category": "issue-1976".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1976".freeze,
subClassOf: "schema:CreativeWork".freeze,
type: "rdfs:Class".freeze
term :SingleFamilyResidence,
comment: %(Residence type: Single-family home.).freeze,
label: "SingleFamilyResidence".freeze,
@@ -14430,19 +14784,19 @@
label: "SoftwareSourceCode".freeze,
subClassOf: "schema:CreativeWork".freeze,
type: "rdfs:Class".freeze
term :SomeProducts,
comment: %(A placeholder for multiple similar products of the same kind.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass".freeze,
label: "SomeProducts".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass".freeze,
subClassOf: "schema:Product".freeze,
type: "rdfs:Class".freeze
term :SpeakableSpecification,
comment: %(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.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1389".freeze,
label: "SpeakableSpecification".freeze,
"schema:category": "issue-1389".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1389".freeze,
subClassOf: "schema:Intangible".freeze,
type: "rdfs:Class".freeze
term :SpecialAnnouncement,
comment: %(A SpecialAnnouncement combines a simple date-stamped textual information update
with contextualized Web links and other structured data. It represents an information update made by a
@@ -14476,14 +14830,14 @@
The basic content of <a class="localLink" href="http://schema.org/SpecialAnnouncement">SpecialAnnouncement</a> is similar to that of an <a href="https://en.wikipedia.org/wiki/RSS">RSS</a> or <a href="https://en.wikipedia.org/wiki/Atom_\(Web_standard\)">Atom</a> feed. For publishers without such feeds, basic feed-like information can be shared by posting
<a class="localLink" href="http://schema.org/SpecialAnnouncement">SpecialAnnouncement</a> updates in a page, e.g. using JSON-LD. For sites with Atom/RSS functionality, you can point to a feed
with the <a class="localLink" href="http://schema.org/webFeed">webFeed</a> property. This can be a simple URL, or an inline <a class="localLink" href="http://schema.org/DataFeed">DataFeed</a> object, with <a class="localLink" href="http://schema.org/encodingFormat">encodingFormat</a> providing
media type information e.g. "application/rss+xml" or "application/atom+xml".).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2490".freeze,
label: "SpecialAnnouncement".freeze,
"schema:category": "issue-2490".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2490".freeze,
subClassOf: "schema:CreativeWork".freeze,
type: "rdfs:Class".freeze
term :Specialty,
comment: %(Any branch of a field in which people typically develop specific expertise, usually after significant study, time, and effort.).freeze,
label: "Specialty".freeze,
@@ -14536,20 +14890,20 @@
type: "rdfs:Class".freeze
term :StatisticalPopulation,
comment: %(A StatisticalPopulation is a set of instances of a certain given type that satisfy some set of constraints. The property <a class="localLink" href="http://schema.org/populationType">populationType</a> is used to specify the type. Any property that can be used on instances of that type can appear on the statistical population. For example, a <a class="localLink" href="http://schema.org/StatisticalPopulation">StatisticalPopulation</a> representing all <a class="localLink" href="http://schema.org/Person">Person</a>s with a <a class="localLink" href="http://schema.org/homeLocation">homeLocation</a> of East Podunk California, would be described by applying the appropriate <a class="localLink" href="http://schema.org/homeLocation">homeLocation</a> and <a class="localLink" href="http://schema.org/populationType">populationType</a> properties to a <a class="localLink" href="http://schema.org/StatisticalPopulation">StatisticalPopulation</a> item that stands for that set of people.
The properties <a class="localLink" href="http://schema.org/numConstraints">numConstraints</a> and <a class="localLink" href="http://schema.org/constrainingProperties">constrainingProperties</a> are used to specify which of the populations properties are used to specify the population. Note that the sense of "population" used here is the general sense of a statistical
population, and does not imply that the population consists of people. For example, a <a class="localLink" href="http://schema.org/populationType">populationType</a> of <a class="localLink" href="http://schema.org/Event">Event</a> or <a class="localLink" href="http://schema.org/NewsArticle">NewsArticle</a> could be used. See also <a class="localLink" href="http://schema.org/Observation">Observation</a>, and the <a href="/docs/data-and-datasets.html">data and datasets</a> overview for more details.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2291".freeze,
label: "StatisticalPopulation".freeze,
"schema:category": "issue-2291".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2291".freeze,
subClassOf: "schema:Intangible".freeze,
type: "rdfs:Class".freeze
term :SteeringPositionValue,
comment: %(A value indicating a steering position.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
label: "SteeringPositionValue".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
subClassOf: "schema:QualitativeValue".freeze,
type: "rdfs:Class".freeze
term :Store,
comment: %(A retail good store.).freeze,
label: "Store".freeze,
@@ -14594,12 +14948,12 @@
type: "rdfs:Class".freeze
term :Suite,
comment: %(A suite in a hotel or other public accommodation, denotes a class of luxury accommodations, the key feature of which is multiple rooms \(Source: Wikipedia, the free encyclopedia, see <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>.).freeze,
- "dc:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze,
label: "Suite".freeze,
+ "schema:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze,
subClassOf: "schema:Accommodation".freeze,
type: "rdfs:Class".freeze
term :SuperficialAnatomy,
comment: %(Anatomical features that can be observed by sight \(without dissection\), including the form and proportions of the human body as well as surface landmarks that correspond to deeper subcutaneous structures. Superficial anatomy plays an important role in sports medicine, phlebotomy, and other medical specialties as underlying anatomical structures can be identified through surface palpation. For example, during back surgery, superficial anatomy can be used to palpate and count vertebrae to find the site of incision. Or in phlebotomy, superficial anatomy can be used to locate an underlying vein; for example, the median cubital vein can be located by palpating the borders of the cubital fossa \(such as the epicondyles of the humerus\) and then looking for the superficial signs of the vein, such as size, prominence, ability to refill after depression, and feel of surrounding tissue support. As another example, in a subluxation \(dislocation\) of the glenohumeral joint, the bony structure becomes pronounced with the deltoid muscle failing to cover the glenohumeral joint allowing the edges of the scapula to be superficially visible. Here, the superficial anatomy is the visible edges of the scapula, implying the underlying dislocation of the joint \(the related anatomical structure\).).freeze,
label: "SuperficialAnatomy".freeze,
@@ -14735,13 +15089,13 @@
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
subClassOf: "schema:MedicalProcedure".freeze,
type: "rdfs:Class".freeze
term :Thesis,
comment: %(A thesis or dissertation document submitted in support of candidature for an academic degree or professional qualification.).freeze,
- "dc:source": "http://www.productontology.org/id/Thesis".freeze,
label: "Thesis".freeze,
"schema:isPartOf": "http://bib.schema.org".freeze,
+ "schema:source": "http://www.productontology.org/id/Thesis".freeze,
subClassOf: "schema:CreativeWork".freeze,
type: "rdfs:Class".freeze
term :Thing,
comment: %(The most generic type of item.).freeze,
label: "Thing".freeze,
@@ -14770,35 +15124,35 @@
label: "TireShop".freeze,
subClassOf: "schema:Store".freeze,
type: "rdfs:Class".freeze
term :TouristAttraction,
comment: %(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\)).freeze,
- "dc:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#IIT-CNR.it".freeze, "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism".freeze],
label: "TouristAttraction".freeze,
+ "schema:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#IIT-CNR.it".freeze, "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism".freeze],
subClassOf: "schema:Place".freeze,
type: "rdfs:Class".freeze
term :TouristDestination,
comment: %(A tourist destination. In principle any <a class="localLink" href="http://schema.org/Place">Place</a> can be a <a class="localLink" href="http://schema.org/TouristDestination">TouristDestination</a> from a <a class="localLink" href="http://schema.org/City">City</a>, <a class="localLink" href="http://schema.org/Region">Region</a> or <a class="localLink" href="http://schema.org/Country">Country</a> to an <a class="localLink" href="http://schema.org/AmusementPark">AmusementPark</a> or <a class="localLink" href="http://schema.org/Hotel">Hotel</a>. This Type can be used on its own to describe a general <a class="localLink" href="http://schema.org/TouristDestination">TouristDestination</a>, or be used as an <a class="localLink" href="http://schema.org/additionalType">additionalType</a> to add tourist relevant properties to any other <a class="localLink" href="http://schema.org/Place">Place</a>. A <a class="localLink" href="http://schema.org/TouristDestination">TouristDestination</a> is defined as a <a class="localLink" href="http://schema.org/Place">Place</a> that contains, or is colocated with, one or more <a class="localLink" href="http://schema.org/TouristAttraction">TouristAttraction</a>s, often linked by a similar theme or interest to a particular <a class="localLink" href="http://schema.org/touristType">touristType</a>. The <a href="http://www2.unwto.org/">UNWTO</a> defines Destination \(main destination of a tourism trip\) as the place visited that is central to the decision to take the trip.
\(See examples below\).).freeze,
- "dc:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#IIT-CNR.it".freeze, "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism".freeze],
label: "TouristDestination".freeze,
"schema:category": "issue-1810".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#IIT-CNR.it".freeze, "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism".freeze],
subClassOf: "schema:Place".freeze,
type: "rdfs:Class".freeze
term :TouristInformationCenter,
comment: %(A tourist information center.).freeze,
label: "TouristInformationCenter".freeze,
subClassOf: "schema:LocalBusiness".freeze,
type: "rdfs:Class".freeze
term :TouristTrip,
comment: %(A tourist trip. A created itinerary of visits to one or more places of interest \(<a class="localLink" href="http://schema.org/TouristAttraction">TouristAttraction</a>/<a class="localLink" href="http://schema.org/TouristDestination">TouristDestination</a>\) often linked by a similar theme, geographic area, or interest to a particular <a class="localLink" href="http://schema.org/touristType">touristType</a>. The <a href="http://www2.unwto.org/">UNWTO</a> defines tourism trip as the Trip taken by visitors.
\(See examples below\).).freeze,
- "dc:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#IIT-CNR.it".freeze, "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism".freeze],
label: "TouristTrip".freeze,
"schema:category": "issue-1810".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#IIT-CNR.it".freeze, "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism".freeze],
subClassOf: "schema:Trip".freeze,
type: "rdfs:Class".freeze
term :ToyStore,
comment: %(A toy store.).freeze,
label: "ToyStore".freeze,
@@ -14860,25 +15214,41 @@
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
subClassOf: "schema:MedicalIndication".freeze,
type: "rdfs:Class".freeze
term :Trip,
comment: %(A trip or journey. An itinerary of visits to one or more places.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism".freeze,
label: "Trip".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism".freeze,
subClassOf: "schema:Intangible".freeze,
type: "rdfs:Class".freeze
term :TypeAndQuantityNode,
comment: %(A structured value indicating the quantity, unit of measurement, and business function of goods included in a bundle offer.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass".freeze,
label: "TypeAndQuantityNode".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass".freeze,
subClassOf: "schema:StructuredValue".freeze,
type: "rdfs:Class".freeze
+ term :UKNonprofitType,
+ comment: %(UKNonprofitType: Non-profit organization type originating from the United Kingdom.).freeze,
+ label: "UKNonprofitType".freeze,
+ "schema:category": "issue-2543".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2543".freeze,
+ subClassOf: "schema:NonprofitType".freeze,
+ type: "rdfs:Class".freeze
term :URL,
comment: %(Data type: URL.).freeze,
label: "URL".freeze,
subClassOf: "schema:Text".freeze,
type: "rdfs:Class".freeze
+ term :USNonprofitType,
+ comment: %(USNonprofitType: Non-profit organization type originating from the United States.).freeze,
+ label: "USNonprofitType".freeze,
+ "schema:category": "issue-2543".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2543".freeze,
+ subClassOf: "schema:NonprofitType".freeze,
+ type: "rdfs:Class".freeze
term :UnRegisterAction,
comment: %(The act of un-registering from a service.<br/><br/>
Related actions:<br/><br/>
@@ -14890,12 +15260,12 @@
label: "UnRegisterAction".freeze,
subClassOf: "schema:InteractAction".freeze,
type: "rdfs:Class".freeze
term :UnitPriceSpecification,
comment: %(The price asked for a given offer by the respective organization or person.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass".freeze,
label: "UnitPriceSpecification".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass".freeze,
subClassOf: "schema:PriceSpecification".freeze,
type: "rdfs:Class".freeze
term :UpdateAction,
comment: %(The act of managing by changing/editing the state of the object.).freeze,
label: "UpdateAction".freeze,
@@ -14918,12 +15288,12 @@
"schema:supersededBy": "schema:InteractionCounter".freeze,
subClassOf: "schema:UserInteraction".freeze,
type: "rdfs:Class".freeze
term :UserComments,
comment: %(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>.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews".freeze,
label: "UserComments".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews".freeze,
"schema:supersededBy": "schema:InteractionCounter".freeze,
subClassOf: "schema:UserInteraction".freeze,
type: "rdfs:Class".freeze
term :UserDownloads,
comment: %(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>.).freeze,
@@ -14961,14 +15331,14 @@
"schema:supersededBy": "schema:InteractionCounter".freeze,
subClassOf: "schema:UserInteraction".freeze,
type: "rdfs:Class".freeze
term :UserReview,
comment: %(A review created by an end-user \(e.g. consumer, purchaser, attendee etc.\), in contrast with <a class="localLink" href="http://schema.org/CriticReview">CriticReview</a>.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1589".freeze,
label: "UserReview".freeze,
"schema:category": "issue-1589".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1589".freeze,
subClassOf: "schema:Review".freeze,
type: "rdfs:Class".freeze
term :UserTweets,
comment: %(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>.).freeze,
label: "UserTweets".freeze,
@@ -15018,25 +15388,25 @@
label: "VideoGameSeries".freeze,
subClassOf: "schema:CreativeWorkSeries".freeze,
type: "rdfs:Class".freeze
term :VideoObject,
comment: %(A video file.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews".freeze,
label: "VideoObject".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_rNews".freeze,
subClassOf: "schema:MediaObject".freeze,
type: "rdfs:Class".freeze
term :ViewAction,
comment: %(The act of consuming static visual content.).freeze,
label: "ViewAction".freeze,
subClassOf: "schema:ConsumeAction".freeze,
type: "rdfs:Class".freeze
term :VirtualLocation,
comment: %(An online or virtual location for attending events. For example, one may attend an online seminar or educational event. While a virtual location may be used as the location of an event, virtual locations should not be confused with physical locations in the real world.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1842".freeze,
label: "VirtualLocation".freeze,
"schema:category": "issue-1842".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1842".freeze,
subClassOf: "schema:Intangible".freeze,
type: "rdfs:Class".freeze
term :Virus,
comment: %(Pathogenic virus that causes viral infection.).freeze,
label: "Virus".freeze,
@@ -15047,12 +15417,12 @@
label: "VisualArtsEvent".freeze,
subClassOf: "schema:Event".freeze,
type: "rdfs:Class".freeze
term :VisualArtwork,
comment: %(A work of art that is primarily visual in character.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_VisualArtworkClass".freeze,
label: "VisualArtwork".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_VisualArtworkClass".freeze,
subClassOf: "schema:CreativeWork".freeze,
type: "rdfs:Class".freeze
term :VitalSign,
comment: %(Vital signs are measures of various physiological functions in order to assess the most basic body functions.).freeze,
label: "VitalSign".freeze,
@@ -15094,12 +15464,12 @@
label: "WantAction".freeze,
subClassOf: "schema:ReactAction".freeze,
type: "rdfs:Class".freeze
term :WarrantyPromise,
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.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass".freeze,
label: "WarrantyPromise".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass".freeze,
subClassOf: "schema:StructuredValue".freeze,
type: "rdfs:Class".freeze
term :WarrantyScope,
comment: %(A range of of services that will be provided to a customer free of charge in case of a defect or malfunction of a product.<br/><br/>
@@ -15109,12 +15479,12 @@
<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>
).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass".freeze,
label: "WarrantyScope".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass".freeze,
subClassOf: "schema:Enumeration".freeze,
type: "rdfs:Class".freeze
term :WatchAction,
comment: %(The act of consuming dynamic/moving visual content.).freeze,
label: "WatchAction".freeze,
@@ -15130,27 +15500,27 @@
label: "WearAction".freeze,
subClassOf: "schema:UseAction".freeze,
type: "rdfs:Class".freeze
term :WebAPI,
comment: %(An application programming interface accessible over Web/Internet technologies.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1423".freeze,
label: "WebAPI".freeze,
"schema:category": "issue-1423".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1423".freeze,
subClassOf: "schema:Service".freeze,
type: "rdfs:Class".freeze
term :WebApplication,
comment: %(Web applications.).freeze,
label: "WebApplication".freeze,
subClassOf: "schema:SoftwareApplication".freeze,
type: "rdfs:Class".freeze
term :WebContent,
comment: %(WebContent is a type representing all <a class="localLink" href="http://schema.org/WebPage">WebPage</a>, <a class="localLink" href="http://schema.org/WebSite">WebSite</a> and <a class="localLink" href="http://schema.org/WebPageElement">WebPageElement</a> content. It is sometimes the case that detailed distinctions between Web pages, sites and their parts is not always important or obvious. The <a class="localLink" href="http://schema.org/WebContent">WebContent</a> type makes it easier to describe Web-addressable content without requiring such distinctions to always be stated. \(The intent is that the existing types <a class="localLink" href="http://schema.org/WebPage">WebPage</a>, <a class="localLink" href="http://schema.org/WebSite">WebSite</a> and <a class="localLink" href="http://schema.org/WebPageElement">WebPageElement</a> will eventually be declared as subtypes of <a class="localLink" href="http://schema.org/WebContent">WebContent</a>.\)).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2358".freeze,
label: "WebContent".freeze,
"schema:category": "issue-2358".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2358".freeze,
subClassOf: "schema:CreativeWork".freeze,
type: "rdfs:Class".freeze
term :WebPage,
comment: %(A web page. Every web page is implicitly assumed to be declared to be of type WebPage, so the various properties about that webpage, such as <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.).freeze,
label: "WebPage".freeze,
@@ -15181,34 +15551,34 @@
label: "Winery".freeze,
subClassOf: "schema:FoodEstablishment".freeze,
type: "rdfs:Class".freeze
term :WorkBasedProgram,
comment: %(A program with both an educational and employment component. Typically based at a workplace and structured around work-based learning, with the aim of instilling competencies related to an occupation. WorkBasedProgram is used to distinguish programs such as apprenticeships from school, college or other classroom based educational programs.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2289".freeze,
label: "WorkBasedProgram".freeze,
"schema:category": "issue-2289".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2289".freeze,
subClassOf: "schema:EducationalOccupationalProgram".freeze,
type: "rdfs:Class".freeze
term :WorkersUnion,
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.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/243".freeze,
label: "WorkersUnion".freeze,
"schema:category": "issue-243".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/243".freeze,
subClassOf: "schema:Organization".freeze,
type: "rdfs:Class".freeze
term :WriteAction,
comment: %(The act of authoring written creative content.).freeze,
label: "WriteAction".freeze,
subClassOf: "schema:CreateAction".freeze,
type: "rdfs:Class".freeze
term :XPathType,
comment: %(Text representing an XPath \(typically but not necessarily version 1.0\).).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1672".freeze,
label: "XPathType".freeze,
"schema:category": "issue-1672".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1672".freeze,
subClassOf: "schema:Text".freeze,
type: "rdfs:Class".freeze
term :Zoo,
comment: %(A zoo.).freeze,
label: "Zoo".freeze,
@@ -15216,47 +15586,47 @@
type: "rdfs:Class".freeze
# Property definitions
property :about,
comment: %(The subject matter of the content.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1670".freeze,
domainIncludes: ["schema:CommunicateAction".freeze, "schema:CreativeWork".freeze, "schema:Event".freeze],
label: "about".freeze,
rangeIncludes: "schema:Thing".freeze,
"schema:category": "issue-1670".freeze,
"schema:inverseOf": "schema:subjectOf".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1670".freeze,
type: "rdf:Property".freeze
property :abridged,
comment: %(Indicates whether the book is an abridged edition.).freeze,
domainIncludes: "schema:Book".freeze,
label: "abridged".freeze,
rangeIncludes: "schema:Boolean".freeze,
"schema:isPartOf": "http://bib.schema.org".freeze,
type: "rdf:Property".freeze
property :abstract,
comment: %(An abstract is a short description that summarizes a <a class="localLink" href="http://schema.org/CreativeWork">CreativeWork</a>.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/276".freeze,
domainIncludes: "schema:CreativeWork".freeze,
label: "abstract".freeze,
rangeIncludes: "schema:Text".freeze,
"schema:category": "issue-276".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/276".freeze,
type: "rdf:Property".freeze
property :accelerationTime,
comment: %(The time needed to accelerate the vehicle from a given start velocity to a given target velocity.<br/><br/>
Typical unit code\(s\): SEC for seconds<br/><br/>
<ul>
<li>Note: There are unfortunately no standard unit codes for seconds/0..100 km/h or seconds/0..60 mph. Simply use "SEC" for seconds and indicate the velocities in the <a class="localLink" href="http://schema.org/name">name</a> of the <a class="localLink" href="http://schema.org/QuantitativeValue">QuantitativeValue</a>, or use <a class="localLink" href="http://schema.org/valueReference">valueReference</a> with a <a class="localLink" href="http://schema.org/QuantitativeValue">QuantitativeValue</a> of 0..60 mph or 0..100 km/h to specify the reference speeds.</li>
</ul>
).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
domainIncludes: "schema:Vehicle".freeze,
label: "accelerationTime".freeze,
rangeIncludes: "schema:QuantitativeValue".freeze,
"schema:isPartOf": "http://auto.schema.org".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
type: "rdf:Property".freeze
property :acceptedAnswer,
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.).freeze,
domainIncludes: "schema:Question".freeze,
label: "acceptedAnswer".freeze,
@@ -15269,14 +15639,14 @@
label: "acceptedOffer".freeze,
rangeIncludes: "schema:Offer".freeze,
type: "rdf:Property".freeze
property :acceptedPaymentMethod,
comment: %(The payment method\(s\) accepted by seller for this offer.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: ["schema:Demand".freeze, "schema:Offer".freeze],
label: "acceptedPaymentMethod".freeze,
rangeIncludes: ["schema:LoanOrCredit".freeze, "schema:PaymentMethod".freeze],
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :acceptsReservations,
comment: %(Indicates whether a FoodEstablishment accepts reservations. Values can be Boolean, an URL at which reservations can be made or \(for backwards compatibility\) the strings <code>Yes</code> or <code>No</code>.).freeze,
domainIncludes: "schema:FoodEstablishment".freeze,
label: "acceptsReservations".freeze,
@@ -15288,23 +15658,23 @@
label: "accessCode".freeze,
rangeIncludes: "schema:Text".freeze,
type: "rdf:Property".freeze
property :accessMode,
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.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1100".freeze,
domainIncludes: "schema:CreativeWork".freeze,
label: "accessMode".freeze,
rangeIncludes: "schema:Text".freeze,
"schema:category": "issue-1110".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1100".freeze,
type: "rdf:Property".freeze
property :accessModeSufficient,
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.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1100".freeze,
domainIncludes: "schema:CreativeWork".freeze,
label: "accessModeSufficient".freeze,
rangeIncludes: "schema:ItemList".freeze,
"schema:category": "issue-1110".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1100".freeze,
type: "rdf:Property".freeze
property :accessibilityAPI,
comment: %(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>\).).freeze,
domainIncludes: "schema:CreativeWork".freeze,
label: "accessibilityAPI".freeze,
@@ -15328,98 +15698,98 @@
label: "accessibilityHazard".freeze,
rangeIncludes: "schema:Text".freeze,
type: "rdf:Property".freeze
property :accessibilitySummary,
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.").freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1100".freeze,
domainIncludes: "schema:CreativeWork".freeze,
label: "accessibilitySummary".freeze,
rangeIncludes: "schema:Text".freeze,
"schema:category": "issue-1110".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1100".freeze,
type: "rdf:Property".freeze
property :accommodationCategory,
comment: %(Category of an <a class="localLink" href="http://schema.org/Accommodation">Accommodation</a>, following real estate conventions e.g. RESO \(see <a href="https://ddwiki.reso.org/display/DDW17/PropertySubType+Field">PropertySubType</a>, and <a href="https://ddwiki.reso.org/display/DDW17/PropertyType+Field">PropertyType</a> fields for suggested values\).).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2373".freeze,
domainIncludes: "schema:Accommodation".freeze,
label: "accommodationCategory".freeze,
rangeIncludes: "schema:Text".freeze,
"schema:category": "issue-2373".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2373".freeze,
subPropertyOf: "schema:category".freeze,
type: "rdf:Property".freeze
property :accommodationFloorPlan,
comment: %(A floorplan of some <a class="localLink" href="http://schema.org/Accommodation">Accommodation</a>.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2373".freeze,
domainIncludes: ["schema:Accommodation".freeze, "schema:Residence".freeze],
label: "accommodationFloorPlan".freeze,
rangeIncludes: "schema:FloorPlan".freeze,
"schema:category": "issue-2373".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2373".freeze,
type: "rdf:Property".freeze
property :accountId,
comment: %(The identifier for the account the payment will be applied to.).freeze,
domainIncludes: "schema:Invoice".freeze,
label: "accountId".freeze,
rangeIncludes: "schema:Text".freeze,
subPropertyOf: "schema:identifier".freeze,
type: "rdf:Property".freeze
property :accountMinimumInflow,
comment: %(A minimum amount that has to be paid in every month.).freeze,
- "dc:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
domainIncludes: "schema:BankAccount".freeze,
label: "accountMinimumInflow".freeze,
rangeIncludes: "schema:MonetaryAmount".freeze,
"schema:category": "issue-1253".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
type: "rdf:Property".freeze
property :accountOverdraftLimit,
comment: %(An overdraft is an extension of credit from a lending institution when an account reaches zero. An overdraft allows the individual to continue withdrawing money even if the account has no funds in it. Basically the bank allows people to borrow a set amount of money.).freeze,
- "dc:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
domainIncludes: "schema:BankAccount".freeze,
label: "accountOverdraftLimit".freeze,
rangeIncludes: "schema:MonetaryAmount".freeze,
"schema:category": "issue-1253".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
type: "rdf:Property".freeze
property :accountablePerson,
comment: %(Specifies the Person that is legally accountable for the CreativeWork.).freeze,
domainIncludes: "schema:CreativeWork".freeze,
label: "accountablePerson".freeze,
rangeIncludes: "schema:Person".freeze,
type: "rdf:Property".freeze
property :acquireLicensePage,
comment: %(Indicates a page documenting how licenses can be purchased or otherwise acquired, for the current item.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2454".freeze,
domainIncludes: "schema:CreativeWork".freeze,
label: "acquireLicensePage".freeze,
rangeIncludes: ["schema:CreativeWork".freeze, "schema:URL".freeze],
"schema:category": "issue-2454".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2454".freeze,
subPropertyOf: "schema:usageInfo".freeze,
type: "rdf:Property".freeze
property :acquiredFrom,
comment: %(The organization or person from which the product was acquired.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: "schema:OwnershipInfo".freeze,
label: "acquiredFrom".freeze,
rangeIncludes: ["schema:Organization".freeze, "schema:Person".freeze],
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :acrissCode,
comment: %(The ACRISS Car Classification Code is a code used by many car rental companies, for classifying vehicles. ACRISS stands for Association of Car Rental Industry Systems and Standards.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
domainIncludes: ["schema:BusOrCoach".freeze, "schema:Car".freeze],
label: "acrissCode".freeze,
rangeIncludes: "schema:Text".freeze,
"schema:isPartOf": "http://auto.schema.org".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
type: "rdf:Property".freeze
property :actionAccessibilityRequirement,
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.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1741".freeze,
domainIncludes: "schema:ConsumeAction".freeze,
label: "actionAccessibilityRequirement".freeze,
rangeIncludes: "schema:ActionAccessSpecification".freeze,
"schema:category": "issue-1741".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1741".freeze,
type: "rdf:Property".freeze
property :actionApplication,
comment: %(An application that can complete the request.).freeze,
domainIncludes: "schema:EntryPoint".freeze,
label: "actionApplication".freeze,
@@ -15444,16 +15814,16 @@
label: "actionStatus".freeze,
rangeIncludes: "schema:ActionStatusType".freeze,
type: "rdf:Property".freeze
property :actionableFeedbackPolicy,
comment: %(For a <a class="localLink" href="http://schema.org/NewsMediaOrganization">NewsMediaOrganization</a> or other news-related <a class="localLink" href="http://schema.org/Organization">Organization</a>, a statement about public engagement activities \(for news media, the newsroom’s\), including involving the public - digitally or otherwise -- in coverage decisions, reporting and activities after publication.).freeze,
- "dc:source": ["https://github.com/schemaorg/schemaorg/issues/1525".freeze, "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP".freeze],
domainIncludes: ["schema:NewsMediaOrganization".freeze, "schema:Organization".freeze],
label: "actionableFeedbackPolicy".freeze,
rangeIncludes: ["schema:CreativeWork".freeze, "schema:URL".freeze],
"schema:category": "issue-1525".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["https://github.com/schemaorg/schemaorg/issues/1525".freeze, "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP".freeze],
subPropertyOf: "schema:publishingPrinciples".freeze,
type: "rdf:Property".freeze
property :activeIngredient,
comment: %(An active ingredient, typically chemical compounds and/or biologic substances.).freeze,
domainIncludes: ["schema:DietarySupplement".freeze, "schema:Drug".freeze, "schema:DrugStrength".freeze, "schema:Substance".freeze],
@@ -15488,14 +15858,14 @@
rangeIncludes: "schema:Person".freeze,
"schema:supersededBy": "schema:actor".freeze,
type: "rdf:Property".freeze
property :addOn,
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\).).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: "schema:Offer".freeze,
label: "addOn".freeze,
rangeIncludes: "schema:Offer".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :additionalName,
comment: %(An additional name for a Person, can be used for a middle name.).freeze,
domainIncludes: "schema:Person".freeze,
label: "additionalName".freeze,
@@ -15535,39 +15905,43 @@
label: "address".freeze,
rangeIncludes: ["schema:PostalAddress".freeze, "schema:Text".freeze],
type: "rdf:Property".freeze
property :addressCountry,
comment: %(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>.).freeze,
- domainIncludes: ["schema:GeoCoordinates".freeze, "schema:GeoShape".freeze, "schema:PostalAddress".freeze],
+ domainIncludes: ["schema:DefinedRegion".freeze, "schema:GeoCoordinates".freeze, "schema:GeoShape".freeze, "schema:PostalAddress".freeze],
label: "addressCountry".freeze,
rangeIncludes: ["schema:Country".freeze, "schema:Text".freeze],
+ "schema:category": "issue-2506".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2506".freeze,
type: "rdf:Property".freeze
property :addressLocality,
comment: %(The locality in which the street address is, and which is in the region. For example, Mountain View.).freeze,
domainIncludes: "schema:PostalAddress".freeze,
label: "addressLocality".freeze,
rangeIncludes: "schema:Text".freeze,
type: "rdf:Property".freeze
property :addressRegion,
comment: %(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>).freeze,
- domainIncludes: "schema:PostalAddress".freeze,
+ domainIncludes: ["schema:DefinedRegion".freeze, "schema:PostalAddress".freeze],
label: "addressRegion".freeze,
rangeIncludes: "schema:Text".freeze,
+ "schema:category": "issue-2506".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2506".freeze,
type: "rdf:Property".freeze
property :administrationRoute,
comment: %(A route by which this drug may be administered, e.g. 'oral'.).freeze,
domainIncludes: "schema:Drug".freeze,
label: "administrationRoute".freeze,
rangeIncludes: "schema:Text".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "rdf:Property".freeze
property :advanceBookingRequirement,
comment: %(The amount of time that is required between accepting the offer and the actual usage of the resource or service.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: ["schema:Demand".freeze, "schema:Offer".freeze],
label: "advanceBookingRequirement".freeze,
rangeIncludes: "schema:QuantitativeValue".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :adverseOutcome,
comment: %(A possible complication and/or side effect of this therapy. If it is known that an adverse outcome is serious \(resulting in death, disability, or permanent damage; requiring hospitalization; or is otherwise life-threatening or requires immediate medical attention\), tag it as a seriouseAdverseOutcome instead.).freeze,
domainIncludes: ["schema:MedicalDevice".freeze, "schema:TherapeuticProcedure".freeze],
label: "adverseOutcome".freeze,
@@ -15618,28 +15992,28 @@
label: "album".freeze,
rangeIncludes: "schema:MusicAlbum".freeze,
type: "rdf:Property".freeze
property :albumProductionType,
comment: %(Classification of the album by it's type of content: soundtrack, live album, studio album, etc.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
domainIncludes: "schema:MusicAlbum".freeze,
label: "albumProductionType".freeze,
rangeIncludes: "schema:MusicAlbumProductionType".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
type: "rdf:Property".freeze
property :albumRelease,
comment: %(A release of this album.).freeze,
domainIncludes: "schema:MusicAlbum".freeze,
label: "albumRelease".freeze,
rangeIncludes: "schema:MusicRelease".freeze,
"schema:inverseOf": "schema:releaseOf".freeze,
type: "rdf:Property".freeze
property :albumReleaseType,
comment: %(The kind of release which this album is: single, EP or album.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
domainIncludes: "schema:MusicAlbum".freeze,
label: "albumReleaseType".freeze,
rangeIncludes: "schema:MusicAlbumReleaseType".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
type: "rdf:Property".freeze
property :albums,
comment: %(A collection of music albums.).freeze,
domainIncludes: "schema:MusicGroup".freeze,
label: "albums".freeze,
@@ -15659,11 +16033,11 @@
label: "algorithm".freeze,
rangeIncludes: "schema:Text".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "rdf:Property".freeze
property :alignmentType,
- comment: %(A category of alignment between the learning resource and the framework node. Recommended values include: 'assesses', 'teaches', 'requires', 'textComplexity', 'readingLevel', 'educationalSubject', and 'educationalLevel'.).freeze,
+ comment: %(A category of alignment between the learning resource and the framework node. Recommended values include: 'requires', 'textComplexity', 'readingLevel', and 'educationalSubject'.).freeze,
domainIncludes: "schema:AlignmentObject".freeze,
label: "alignmentType".freeze,
rangeIncludes: "schema:Text".freeze,
type: "rdf:Property".freeze
property :alternateName,
@@ -15692,46 +16066,46 @@
rangeIncludes: ["schema:EducationalOrganization".freeze, "schema:Organization".freeze],
"schema:inverseOf": "schema:alumni".freeze,
type: "rdf:Property".freeze
property :amenityFeature,
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.).freeze,
- "dc:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze,
domainIncludes: ["schema:Accommodation".freeze, "schema:FloorPlan".freeze, "schema:LodgingBusiness".freeze, "schema:Place".freeze],
label: "amenityFeature".freeze,
rangeIncludes: "schema:LocationFeatureSpecification".freeze,
+ "schema:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze,
type: "rdf:Property".freeze
property :amount,
comment: %(The amount of money.).freeze,
- "dc:source": ["https://github.com/schemaorg/schemaorg/issues/1253".freeze, "https://github.com/schemaorg/schemaorg/issues/1698".freeze],
domainIncludes: ["schema:DatedMoneySpecification".freeze, "schema:InvestmentOrDeposit".freeze, "schema:LoanOrCredit".freeze, "schema:MonetaryGrant".freeze, "schema:MoneyTransfer".freeze],
label: "amount".freeze,
rangeIncludes: ["schema:MonetaryAmount".freeze, "schema:Number".freeze],
"schema:category": ["issue-1253".freeze, "issue-1698".freeze],
+ "schema:source": ["https://github.com/schemaorg/schemaorg/issues/1253".freeze, "https://github.com/schemaorg/schemaorg/issues/1698".freeze],
type: "rdf:Property".freeze
property :amountOfThisGood,
comment: %(The quantity of the goods included in the offer.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: "schema:TypeAndQuantityNode".freeze,
label: "amountOfThisGood".freeze,
rangeIncludes: "schema:Number".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :announcementLocation,
comment: %(Indicates a specific <a class="localLink" href="http://schema.org/CivicStructure">CivicStructure</a> or <a class="localLink" href="http://schema.org/LocalBusiness">LocalBusiness</a> associated with the SpecialAnnouncement. For example, a specific testing facility or business with special opening hours. For a larger geographic region like a quarantine of an entire region, use <a class="localLink" href="http://schema.org/spatialCoverage">spatialCoverage</a>.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2514".freeze,
domainIncludes: "schema:SpecialAnnouncement".freeze,
label: "announcementLocation".freeze,
rangeIncludes: ["schema:CivicStructure".freeze, "schema:LocalBusiness".freeze],
"schema:category": "issue-2514".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2514".freeze,
subPropertyOf: "schema:spatialCoverage".freeze,
type: "rdf:Property".freeze
property :annualPercentageRate,
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.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze,
domainIncludes: "schema:FinancialProduct".freeze,
label: "annualPercentageRate".freeze,
rangeIncludes: ["schema:Number".freeze, "schema:QuantitativeValue".freeze],
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze,
type: "rdf:Property".freeze
property :answerCount,
comment: %(The number of answers this question has received.).freeze,
domainIncludes: "schema:Question".freeze,
label: "answerCount".freeze,
@@ -15744,16 +16118,16 @@
rangeIncludes: "schema:Muscle".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "rdf:Property".freeze
property :appearance,
comment: %(Indicates an occurence of a <a class="localLink" href="http://schema.org/Claim">Claim</a> in some <a class="localLink" href="http://schema.org/CreativeWork">CreativeWork</a>.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1828".freeze,
domainIncludes: "schema:Claim".freeze,
label: "appearance".freeze,
rangeIncludes: "schema:CreativeWork".freeze,
"schema:category": "issue-1828".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1828".freeze,
subPropertyOf: "schema:workExample".freeze,
type: "rdf:Property".freeze
property :applicableLocation,
comment: %(The location in which the status applies.).freeze,
domainIncludes: ["schema:DrugCost".freeze, "schema:DrugLegalStatus".freeze],
@@ -15761,16 +16135,16 @@
rangeIncludes: "schema:AdministrativeArea".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "rdf:Property".freeze
property :applicantLocationRequirements,
comment: %(The location\(s\) applicants can apply from. This is usually used for telecommuting jobs where the applicant does not need to be in a physical office. Note: This should not be used for citizenship or work visa requirements.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2083".freeze,
domainIncludes: "schema:JobPosting".freeze,
label: "applicantLocationRequirements".freeze,
rangeIncludes: "schema:AdministrativeArea".freeze,
"schema:category": "issue-2083".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2083".freeze,
type: "rdf:Property".freeze
property :application,
comment: %(An application that can complete the request.).freeze,
domainIncludes: "schema:EntryPoint".freeze,
label: "application".freeze,
@@ -15783,34 +16157,34 @@
label: "applicationCategory".freeze,
rangeIncludes: ["schema:Text".freeze, "schema:URL".freeze],
type: "rdf:Property".freeze
property :applicationContact,
comment: %(Contact details for further information relevant to this job posting.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2396".freeze,
domainIncludes: "schema:JobPosting".freeze,
label: "applicationContact".freeze,
rangeIncludes: "schema:ContactPoint".freeze,
"schema:category": "issue-2396".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2396".freeze,
type: "rdf:Property".freeze
property :applicationDeadline,
comment: %(The date at which the program stops collecting applications for the next enrollment cycle.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2419".freeze,
domainIncludes: "schema:EducationalOccupationalProgram".freeze,
label: "applicationDeadline".freeze,
rangeIncludes: "schema:Date".freeze,
"schema:category": "issue-2419".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2419".freeze,
type: "rdf:Property".freeze
property :applicationStartDate,
comment: %(The date at which the program begins collecting applications for the next enrollment cycle.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2419".freeze,
domainIncludes: "schema:EducationalOccupationalProgram".freeze,
label: "applicationStartDate".freeze,
rangeIncludes: "schema:Date".freeze,
"schema:category": "issue-2419".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2419".freeze,
type: "rdf:Property".freeze
property :applicationSubCategory,
comment: %(Subcategory of the application, e.g. 'Arcade Game'.).freeze,
domainIncludes: "schema:SoftwareApplication".freeze,
label: "applicationSubCategory".freeze,
@@ -15822,31 +16196,31 @@
label: "applicationSuite".freeze,
rangeIncludes: "schema:Text".freeze,
type: "rdf:Property".freeze
property :appliesToDeliveryMethod,
comment: %(The delivery method\(s\) to which the delivery charge or payment charge specification applies.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: ["schema:DeliveryChargeSpecification".freeze, "schema:PaymentChargeSpecification".freeze],
label: "appliesToDeliveryMethod".freeze,
rangeIncludes: "schema:DeliveryMethod".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :appliesToPaymentMethod,
comment: %(The payment method\(s\) to which the payment charge specification applies.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: "schema:PaymentChargeSpecification".freeze,
label: "appliesToPaymentMethod".freeze,
rangeIncludes: "schema:PaymentMethod".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :archiveHeld,
comment: %(Collection, <a href="https://en.wikipedia.org/wiki/Fonds">fonds</a>, or item held, kept or maintained by an <a class="localLink" href="http://schema.org/ArchiveOrganization">ArchiveOrganization</a>.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1758".freeze,
domainIncludes: "schema:ArchiveOrganization".freeze,
label: "archiveHeld".freeze,
rangeIncludes: "schema:ArchiveComponent".freeze,
"schema:category": "issue-1758".freeze,
"schema:inverseOf": "schema:holdingArchive".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1758".freeze,
type: "rdf:Property".freeze
property :area,
comment: %(The area within which users can expect to reach the broadcast service.).freeze,
domainIncludes: "schema:BroadcastService".freeze,
label: "area".freeze,
@@ -15974,10 +16348,19 @@
comment: %(Associated product/technology version. e.g., .NET Framework 4.5.).freeze,
domainIncludes: "schema:APIReference".freeze,
label: "assemblyVersion".freeze,
rangeIncludes: "schema:Text".freeze,
type: "rdf:Property".freeze
+ property :assesses,
+ comment: %(The item being described is intended to assess the competency or learning outcome defined by the referenced term.).freeze,
+ domainIncludes: ["schema:CreativeWork".freeze, "schema:EducationEvent".freeze],
+ label: "assesses".freeze,
+ rangeIncludes: ["schema:DefinedTerm".freeze, "schema:Text".freeze],
+ "schema:category": "issue-2427".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2427".freeze,
+ type: "rdf:Property".freeze
property :associatedAnatomy,
comment: %(The anatomy of the underlying organ system or structures associated with this entity.).freeze,
domainIncludes: ["schema:MedicalCondition".freeze, "schema:PhysicalActivity".freeze],
label: "associatedAnatomy".freeze,
rangeIncludes: ["schema:AnatomicalStructure".freeze, "schema:AnatomicalSystem".freeze, "schema:SuperficialAnatomy".freeze],
@@ -16033,23 +16416,23 @@
label: "audienceType".freeze,
rangeIncludes: "schema:Text".freeze,
type: "rdf:Property".freeze
property :audio,
comment: %(An embedded audio object.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2420".freeze,
domainIncludes: "schema:CreativeWork".freeze,
label: "audio".freeze,
rangeIncludes: ["schema:AudioObject".freeze, "schema:Clip".freeze, "schema:MusicRecording".freeze],
"schema:category": "issue-2420".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2420".freeze,
type: "rdf:Property".freeze
property :authenticator,
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.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1741".freeze,
domainIncludes: "schema:MediaSubscription".freeze,
label: "authenticator".freeze,
rangeIncludes: "schema:Organization".freeze,
"schema:category": "issue-1741".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1741".freeze,
type: "rdf:Property".freeze
property :author,
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.).freeze,
domainIncludes: ["schema:CreativeWork".freeze, "schema:Rating".freeze],
label: "author".freeze,
@@ -16061,44 +16444,44 @@
label: "availability".freeze,
rangeIncludes: "schema:ItemAvailability".freeze,
type: "rdf:Property".freeze
property :availabilityEnds,
comment: %(The end of the availability of the product or service included in the offer.).freeze,
- "dc:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze, "https://github.com/schemaorg/schemaorg/issues/1741".freeze],
domainIncludes: ["schema:ActionAccessSpecification".freeze, "schema:Demand".freeze, "schema:Offer".freeze],
label: "availabilityEnds".freeze,
rangeIncludes: ["schema:Date".freeze, "schema:DateTime".freeze, "schema:Time".freeze],
"schema:category": "issue-1741".freeze,
+ "schema:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze, "https://github.com/schemaorg/schemaorg/issues/1741".freeze],
type: "rdf:Property".freeze
property :availabilityStarts,
comment: %(The beginning of the availability of the product or service included in the offer.).freeze,
- "dc:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze, "https://github.com/schemaorg/schemaorg/issues/1741".freeze],
domainIncludes: ["schema:ActionAccessSpecification".freeze, "schema:Demand".freeze, "schema:Offer".freeze],
label: "availabilityStarts".freeze,
rangeIncludes: ["schema:Date".freeze, "schema:DateTime".freeze, "schema:Time".freeze],
"schema:category": "issue-1741".freeze,
+ "schema:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze, "https://github.com/schemaorg/schemaorg/issues/1741".freeze],
type: "rdf:Property".freeze
property :availableAtOrFrom,
comment: %(The place\(s\) from which the offer can be obtained \(e.g. store locations\).).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: ["schema:Demand".freeze, "schema:Offer".freeze],
label: "availableAtOrFrom".freeze,
rangeIncludes: "schema:Place".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
subPropertyOf: "schema:areaServed".freeze,
type: "rdf:Property".freeze
property :availableChannel,
comment: %(A means of accessing the service \(e.g. a phone bank, a web site, a location, etc.\).).freeze,
domainIncludes: "schema:Service".freeze,
label: "availableChannel".freeze,
rangeIncludes: "schema:ServiceChannel".freeze,
type: "rdf:Property".freeze
property :availableDeliveryMethod,
comment: %(The delivery method\(s\) available for this offer.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: ["schema:Demand".freeze, "schema:Offer".freeze],
label: "availableDeliveryMethod".freeze,
rangeIncludes: "schema:DeliveryMethod".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :availableFrom,
comment: %(When the item is available for pickup from the store, locker, etc.).freeze,
domainIncludes: "schema:DeliveryEvent".freeze,
label: "availableFrom".freeze,
@@ -16170,25 +16553,25 @@
rangeIncludes: ["schema:Person".freeze, "schema:SportsTeam".freeze],
subPropertyOf: "schema:competitor".freeze,
type: "rdf:Property".freeze
property :backstory,
comment: %(For an <a class="localLink" href="http://schema.org/Article">Article</a>, typically a <a class="localLink" href="http://schema.org/NewsArticle">NewsArticle</a>, the backstory property provides a textual summary giving a brief explanation of why and how an article was created. In a journalistic setting this could include information about reporting process, methods, interviews, data sources, etc.).freeze,
- "dc:source": ["https://github.com/schemaorg/schemaorg/issues/1688".freeze, "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP".freeze],
domainIncludes: "schema:Article".freeze,
label: "backstory".freeze,
rangeIncludes: ["schema:CreativeWork".freeze, "schema:Text".freeze],
"schema:category": "issue-1688".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["https://github.com/schemaorg/schemaorg/issues/1688".freeze, "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP".freeze],
type: "rdf:Property".freeze
property :bankAccountType,
comment: %(The type of a bank account.).freeze,
- "dc:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
domainIncludes: "schema:BankAccount".freeze,
label: "bankAccountType".freeze,
rangeIncludes: ["schema:Text".freeze, "schema:URL".freeze],
"schema:category": "issue-1253".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
type: "rdf:Property".freeze
property :baseSalary,
comment: %(The base salary of the job or of an employee in an EmployeeRole.).freeze,
domainIncludes: ["schema:EmployeeRole".freeze, "schema:JobPosting".freeze],
label: "baseSalary".freeze,
@@ -16202,45 +16585,45 @@
subPropertyOf: "schema:recipient".freeze,
type: "rdf:Property".freeze
property :bed,
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.).freeze,
- "dc:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze,
domainIncludes: ["schema:HotelRoom".freeze, "schema:Suite".freeze],
label: "bed".freeze,
rangeIncludes: ["schema:BedDetails".freeze, "schema:BedType".freeze, "schema:Text".freeze],
+ "schema:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze,
type: "rdf:Property".freeze
property :beforeMedia,
comment: %(A media object representing the circumstances before performing this direction.).freeze,
domainIncludes: "schema:HowToDirection".freeze,
label: "beforeMedia".freeze,
rangeIncludes: ["schema:MediaObject".freeze, "schema:URL".freeze],
type: "rdf:Property".freeze
property :beneficiaryBank,
comment: %(A bank or bank’s branch, financial institution or international financial institution operating the beneficiary’s bank account or releasing funds for the beneficiary).freeze,
- "dc:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
domainIncludes: "schema:MoneyTransfer".freeze,
label: "beneficiaryBank".freeze,
rangeIncludes: ["schema:BankOrCreditUnion".freeze, "schema:Text".freeze],
"schema:category": "issue-1253".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
type: "rdf:Property".freeze
property :benefits,
comment: %(Description of benefits associated with the job.).freeze,
domainIncludes: "schema:JobPosting".freeze,
label: "benefits".freeze,
rangeIncludes: "schema:Text".freeze,
"schema:supersededBy": "schema:jobBenefits".freeze,
type: "rdf:Property".freeze
property :benefitsSummaryUrl,
comment: %(The URL that goes directly to the summary of benefits and coverage for the specific standard plan or plan variation.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1062".freeze,
domainIncludes: "schema:HealthInsurancePlan".freeze,
label: "benefitsSummaryUrl".freeze,
rangeIncludes: "schema:URL".freeze,
"schema:category": "issue-1062".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1062".freeze,
type: "rdf:Property".freeze
property :bestRating,
comment: %(The highest value allowed in this rating system. If bestRating is omitted, 5 is assumed.).freeze,
domainIncludes: "schema:Rating".freeze,
label: "bestRating".freeze,
@@ -16252,14 +16635,14 @@
label: "billingAddress".freeze,
rangeIncludes: "schema:PostalAddress".freeze,
type: "rdf:Property".freeze
property :billingIncrement,
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.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: "schema:UnitPriceSpecification".freeze,
label: "billingIncrement".freeze,
rangeIncludes: "schema:Number".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :billingPeriod,
comment: %(The time interval used to compute the invoice.).freeze,
domainIncludes: "schema:Invoice".freeze,
label: "billingPeriod".freeze,
@@ -16329,15 +16712,15 @@
rangeIncludes: "schema:Text".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "rdf:Property".freeze
property :bodyType,
comment: %(Indicates the design and body style of the vehicle \(e.g. station wagon, hatchback, etc.\).).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
domainIncludes: "schema:Vehicle".freeze,
label: "bodyType".freeze,
rangeIncludes: ["schema:QualitativeValue".freeze, "schema:Text".freeze, "schema:URL".freeze],
"schema:isPartOf": "http://auto.schema.org".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
type: "rdf:Property".freeze
property :bookEdition,
comment: %(The edition of the book.).freeze,
domainIncludes: "schema:Book".freeze,
label: "bookEdition".freeze,
@@ -16435,23 +16818,23 @@
label: "broadcastDisplayName".freeze,
rangeIncludes: "schema:Text".freeze,
type: "rdf:Property".freeze
property :broadcastFrequency,
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".).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1004".freeze,
domainIncludes: ["schema:BroadcastChannel".freeze, "schema:BroadcastService".freeze],
label: "broadcastFrequency".freeze,
rangeIncludes: ["schema:BroadcastFrequencySpecification".freeze, "schema:Text".freeze],
"schema:category": "issue-1004".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1004".freeze,
type: "rdf:Property".freeze
property :broadcastFrequencyValue,
comment: %(The frequency in MHz for a particular broadcast.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1004".freeze,
domainIncludes: "schema:BroadcastFrequencySpecification".freeze,
label: "broadcastFrequencyValue".freeze,
rangeIncludes: ["schema:Number".freeze, "schema:QuantitativeValue".freeze],
"schema:category": "issue-1004".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1004".freeze,
type: "rdf:Property".freeze
property :broadcastOfEvent,
comment: %(The event being broadcast such as a sporting event or awards ceremony.).freeze,
domainIncludes: "schema:BroadcastEvent".freeze,
label: "broadcastOfEvent".freeze,
@@ -16463,25 +16846,25 @@
label: "broadcastServiceTier".freeze,
rangeIncludes: "schema:Text".freeze,
type: "rdf:Property".freeze
property :broadcastSignalModulation,
comment: %(The modulation \(e.g. FM, AM, etc\) used by a particular broadcast service).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2111".freeze,
domainIncludes: "schema:BroadcastFrequencySpecification".freeze,
label: "broadcastSignalModulation".freeze,
rangeIncludes: ["schema:QualitativeValue".freeze, "schema:Text".freeze],
"schema:category": "issue-2111".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2111".freeze,
type: "rdf:Property".freeze
property :broadcastSubChannel,
comment: %(The subchannel used for the broadcast.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2111".freeze,
domainIncludes: "schema:BroadcastFrequencySpecification".freeze,
label: "broadcastSubChannel".freeze,
rangeIncludes: "schema:Text".freeze,
"schema:category": "issue-2111".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2111".freeze,
type: "rdf:Property".freeze
property :broadcastTimezone,
comment: %(The timezone in <a href="http://en.wikipedia.org/wiki/ISO_8601">ISO 8601 format</a> for which the service bases its broadcasts).freeze,
domainIncludes: "schema:BroadcastService".freeze,
label: "broadcastTimezone".freeze,
@@ -16515,16 +16898,25 @@
comment: %(The unique identifier for the bus.).freeze,
domainIncludes: "schema:BusTrip".freeze,
label: "busNumber".freeze,
rangeIncludes: "schema:Text".freeze,
type: "rdf:Property".freeze
+ property :businessDays,
+ comment: %(Days of the week when the merchant typically operates, indicated via opening hours markup.).freeze,
+ domainIncludes: "schema:ShippingDeliveryTime".freeze,
+ label: "businessDays".freeze,
+ rangeIncludes: "schema:OpeningHoursSpecification".freeze,
+ "schema:category": "issue-2506".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2506".freeze,
+ type: "rdf:Property".freeze
property :businessFunction,
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.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: ["schema:Demand".freeze, "schema:Offer".freeze, "schema:TypeAndQuantityNode".freeze],
label: "businessFunction".freeze,
rangeIncludes: "schema:BusinessFunction".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :buyer,
comment: %(A sub property of participant. The participant/person/organization that bought the object.).freeze,
domainIncludes: "schema:SellAction".freeze,
label: "buyer".freeze,
@@ -16537,43 +16929,43 @@
label: "byArtist".freeze,
rangeIncludes: ["schema:MusicGroup".freeze, "schema:Person".freeze],
type: "rdf:Property".freeze
property :byDay,
comment: %(Defines the day\(s\) of the week on which a recurring <a class="localLink" href="http://schema.org/Event">Event</a> takes place. May be specified using either <a class="localLink" href="http://schema.org/DayOfWeek">DayOfWeek</a>, or alternatively <a class="localLink" href="http://schema.org/Text">Text</a> conforming to iCal's syntax for byDay recurrence rules).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1457".freeze,
domainIncludes: "schema:Schedule".freeze,
label: "byDay".freeze,
rangeIncludes: ["schema:DayOfWeek".freeze, "schema:Text".freeze],
"schema:category": "issue-1457".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1457".freeze,
type: "rdf:Property".freeze
property :byMonth,
comment: %(Defines the month\(s\) of the year on which a recurring <a class="localLink" href="http://schema.org/Event">Event</a> takes place. Specified as an <a class="localLink" href="http://schema.org/Integer">Integer</a> between 1-12. January is 1.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1457".freeze,
domainIncludes: "schema:Schedule".freeze,
label: "byMonth".freeze,
rangeIncludes: "schema:Integer".freeze,
"schema:category": "issue-1457".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1457".freeze,
type: "rdf:Property".freeze
property :byMonthDay,
comment: %(Defines the day\(s\) of the month on which a recurring <a class="localLink" href="http://schema.org/Event">Event</a> takes place. Specified as an <a class="localLink" href="http://schema.org/Integer">Integer</a> between 1-31.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1457".freeze,
domainIncludes: "schema:Schedule".freeze,
label: "byMonthDay".freeze,
rangeIncludes: "schema:Integer".freeze,
"schema:category": "issue-1457".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1457".freeze,
type: "rdf:Property".freeze
property :callSign,
comment: %(A <a href="https://en.wikipedia.org/wiki/Call_sign">callsign</a>, as used in broadcasting and radio communications to identify people, radio and TV stations, or vehicles.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2109".freeze,
domainIncludes: ["schema:BroadcastService".freeze, "schema:Person".freeze, "schema:Vehicle".freeze],
label: "callSign".freeze,
rangeIncludes: "schema:Text".freeze,
"schema:category": "issue-2109".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2109".freeze,
subPropertyOf: "schema:identifier".freeze,
type: "rdf:Property".freeze
property :calories,
comment: %(The number of calories.).freeze,
domainIncludes: "schema:NutritionInformation".freeze,
@@ -16603,14 +16995,14 @@
comment: %(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.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
domainIncludes: "schema:Vehicle".freeze,
label: "cargoVolume".freeze,
rangeIncludes: "schema:QuantitativeValue".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
type: "rdf:Property".freeze
property :carrier,
comment: %('carrier' is an out-dated term indicating the 'provider' for parcel delivery and flights.).freeze,
domainIncludes: ["schema:Flight".freeze, "schema:ParcelDelivery".freeze],
label: "carrier".freeze,
@@ -16623,38 +17015,38 @@
label: "carrierRequirements".freeze,
rangeIncludes: "schema:Text".freeze,
type: "rdf:Property".freeze
property :cashBack,
comment: %(A cardholder benefit that pays the cardholder a small percentage of their net expenditures.).freeze,
- "dc:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
domainIncludes: "schema:PaymentCard".freeze,
label: "cashBack".freeze,
rangeIncludes: ["schema:Boolean".freeze, "schema:Number".freeze],
"schema:category": "issue-1253".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
type: "rdf:Property".freeze
property :catalog,
comment: %(A data catalog which contains this dataset.).freeze,
domainIncludes: "schema:Dataset".freeze,
label: "catalog".freeze,
rangeIncludes: "schema:DataCatalog".freeze,
"schema:supersededBy": "schema:includedInDataCatalog".freeze,
type: "rdf:Property".freeze
property :catalogNumber,
comment: %(The catalog number for the release.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
domainIncludes: "schema:MusicRelease".freeze,
label: "catalogNumber".freeze,
rangeIncludes: "schema:Text".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
type: "rdf:Property".freeze
property :category,
comment: %(A category for the item. Greater signs or slashes can be used to informally indicate a category hierarchy.).freeze,
- "dc:source": ["https://github.com/schemaorg/schemaorg/issues/1741".freeze, "https://github.com/schemaorg/schemaorg/issues/2490".freeze],
domainIncludes: ["schema:ActionAccessSpecification".freeze, "schema:Invoice".freeze, "schema:Offer".freeze, "schema:PhysicalActivity".freeze, "schema:Product".freeze, "schema:Recommendation".freeze, "schema:Service".freeze, "schema:SpecialAnnouncement".freeze],
label: "category".freeze,
rangeIncludes: ["schema:PhysicalActivityCategory".freeze, "schema:Text".freeze, "schema:Thing".freeze, "schema:URL".freeze],
"schema:category": "issue-1741".freeze,
+ "schema:source": ["https://github.com/schemaorg/schemaorg/issues/1741".freeze, "https://github.com/schemaorg/schemaorg/issues/2490".freeze],
type: "rdf:Property".freeze
property :causeOf,
comment: %(The condition, complication, symptom, sign, etc. caused.).freeze,
domainIncludes: "schema:MedicalCause".freeze,
label: "causeOf".freeze,
@@ -16740,15 +17132,15 @@
label: "citation".freeze,
rangeIncludes: ["schema:CreativeWork".freeze, "schema:Text".freeze],
type: "rdf:Property".freeze
property :claimReviewed,
comment: %(A short summary of the specific claims reviewed in a ClaimReview.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1061".freeze,
domainIncludes: "schema:ClaimReview".freeze,
label: "claimReviewed".freeze,
rangeIncludes: "schema:Text".freeze,
"schema:category": "issue-1061".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1061".freeze,
type: "rdf:Property".freeze
property :clincalPharmacology,
comment: %(Description of the absorption and elimination of drugs, including their concentration \(pharmacokinetics, pK\) and biological effects \(pharmacodynamics, pD\).).freeze,
domainIncludes: "schema:Drug".freeze,
label: "clincalPharmacology".freeze,
@@ -16770,14 +17162,14 @@
rangeIncludes: ["schema:Integer".freeze, "schema:Text".freeze],
subPropertyOf: "schema:position".freeze,
type: "rdf:Property".freeze
property :closes,
comment: %(The closing hour of the place or service on the given day\(s\) of the week.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: "schema:OpeningHoursSpecification".freeze,
label: "closes".freeze,
rangeIncludes: "schema:Time".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :coach,
comment: %(A person that acts in a coaching role for a sports team.).freeze,
domainIncludes: "schema:SportsTeam".freeze,
label: "coach".freeze,
@@ -16802,16 +17194,16 @@
label: "codeSampleType".freeze,
rangeIncludes: "schema:Text".freeze,
type: "rdf:Property".freeze
property :codeValue,
comment: %(A short textual code that uniquely identifies the value.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/894".freeze,
domainIncludes: ["schema:CategoryCode".freeze, "schema:MedicalCode".freeze],
label: "codeValue".freeze,
rangeIncludes: "schema:Text".freeze,
"schema:category": "issue-894".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/894".freeze,
subPropertyOf: "schema:termCode".freeze,
type: "rdf:Property".freeze
property :codingSystem,
comment: %(The coding system, e.g. 'ICD-10'.).freeze,
domainIncludes: "schema:MedicalCode".freeze,
@@ -16840,23 +17232,23 @@
"schema:supersededBy": "schema:targetCollection".freeze,
subPropertyOf: "schema:object".freeze,
type: "rdf:Property".freeze
property :collectionSize,
comment: %(The number of items in the <a class="localLink" href="http://schema.org/Collection">Collection</a>.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1759".freeze,
domainIncludes: "schema:Collection".freeze,
label: "collectionSize".freeze,
rangeIncludes: "schema:Integer".freeze,
"schema:category": "issue-1759".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1759".freeze,
type: "rdf:Property".freeze
property :color,
comment: %(The color of the product.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: "schema:Product".freeze,
label: "color".freeze,
rangeIncludes: "schema:Text".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :colorist,
comment: %(The individual who adds color to inked drawings.).freeze,
domainIncludes: ["schema:ComicIssue".freeze, "schema:ComicStory".freeze, "schema:VisualArtwork".freeze],
label: "colorist".freeze,
@@ -16888,29 +17280,29 @@
label: "commentTime".freeze,
rangeIncludes: ["schema:Date".freeze, "schema:DateTime".freeze],
type: "rdf:Property".freeze
property :competencyRequired,
comment: %(Knowledge, skill, ability or personal attribute that must be demonstrated by a person or other entity.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1779".freeze,
domainIncludes: "schema:EducationalOccupationalCredential".freeze,
label: "competencyRequired".freeze,
rangeIncludes: ["schema:DefinedTerm".freeze, "schema:Text".freeze, "schema:URL".freeze],
"schema:category": "issue-1779".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1779".freeze,
type: "rdf:Property".freeze
property :competitor,
comment: %(A competitor in a sports event.).freeze,
domainIncludes: "schema:SportsEvent".freeze,
label: "competitor".freeze,
rangeIncludes: ["schema:Person".freeze, "schema:SportsTeam".freeze],
type: "rdf:Property".freeze
property :composer,
comment: %(The person or organization who wrote a composition, or who is the composer of a work performed at some event.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
domainIncludes: ["schema:Event".freeze, "schema:MusicComposition".freeze],
label: "composer".freeze,
rangeIncludes: ["schema:Organization".freeze, "schema:Person".freeze],
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
type: "rdf:Property".freeze
property :comprisedOf,
comment: %(Specifying something physically contained by something else. Typically used here for the underlying anatomical structures, such as organs, that comprise the anatomical system.).freeze,
domainIncludes: "schema:AnatomicalSystem".freeze,
label: "comprisedOf".freeze,
@@ -16919,16 +17311,16 @@
type: "rdf:Property".freeze
property :conditionsOfAccess,
comment: %(Conditions that affect the availability of, or method\(s\) of access to, an item. Typically used for real world items such as an <a class="localLink" href="http://schema.org/ArchiveComponent">ArchiveComponent</a> held by an <a class="localLink" href="http://schema.org/ArchiveOrganization">ArchiveOrganization</a>. This property is not suitable for use as a general Web access control mechanism. It is expressed only in natural language.<br/><br/>
For example "Available by appointment from the Reading Room" or "Accessible only from logged-in accounts ".).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2173".freeze,
domainIncludes: "schema:CreativeWork".freeze,
label: "conditionsOfAccess".freeze,
rangeIncludes: "schema:Text".freeze,
"schema:category": "issue-2173".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2173".freeze,
type: "rdf:Property".freeze
property :confirmationNumber,
comment: %(A number that confirms the given order or payment has been received.).freeze,
domainIncludes: ["schema:Invoice".freeze, "schema:Order".freeze],
label: "confirmationNumber".freeze,
@@ -16943,16 +17335,16 @@
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "rdf:Property".freeze
property :constrainingProperty,
comment: %(Indicates a property used as a constraint to define a <a class="localLink" href="http://schema.org/StatisticalPopulation">StatisticalPopulation</a> with respect to the set of entities
corresponding to an indicated type \(via <a class="localLink" href="http://schema.org/populationType">populationType</a>\).).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2291".freeze,
domainIncludes: "schema:StatisticalPopulation".freeze,
label: "constrainingProperty".freeze,
rangeIncludes: "schema:Integer".freeze,
"schema:category": "issue-2291".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2291".freeze,
type: "rdf:Property".freeze
property :contactOption,
comment: %(An option available on this contact point \(e.g. a toll-free number or support for hearing-impaired callers\).).freeze,
domainIncludes: "schema:ContactPoint".freeze,
label: "contactOption".freeze,
@@ -16977,16 +17369,16 @@
label: "contactType".freeze,
rangeIncludes: "schema:Text".freeze,
type: "rdf:Property".freeze
property :contactlessPayment,
comment: %(A secure method for consumers to purchase products or services via debit, credit or smartcards by using RFID or NFC technology.).freeze,
- "dc:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
domainIncludes: "schema:PaymentCard".freeze,
label: "contactlessPayment".freeze,
rangeIncludes: "schema:Boolean".freeze,
"schema:category": "issue-1253".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
type: "rdf:Property".freeze
property :containedIn,
comment: %(The basic containment relation between a place and one that contains it.).freeze,
domainIncludes: "schema:Place".freeze,
label: "containedIn".freeze,
@@ -17026,16 +17418,16 @@
label: "contentRating".freeze,
rangeIncludes: ["schema:Rating".freeze, "schema:Text".freeze],
type: "rdf:Property".freeze
property :contentReferenceTime,
comment: %(The specific time described by a creative work, for works \(e.g. articles, video objects etc.\) that emphasise a particular moment within an Event.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1050".freeze,
domainIncludes: "schema:CreativeWork".freeze,
label: "contentReferenceTime".freeze,
rangeIncludes: "schema:DateTime".freeze,
"schema:category": "issue-1050".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1050".freeze,
type: "rdf:Property".freeze
property :contentSize,
comment: %(File size in \(mega/kilo\) bytes.).freeze,
domainIncludes: "schema:MediaObject".freeze,
label: "contentSize".freeze,
@@ -17091,25 +17483,25 @@
label: "copyrightYear".freeze,
rangeIncludes: "schema:Number".freeze,
type: "rdf:Property".freeze
property :correction,
comment: %(Indicates a correction to a <a class="localLink" href="http://schema.org/CreativeWork">CreativeWork</a>, either via a <a class="localLink" href="http://schema.org/CorrectionComment">CorrectionComment</a>, textually or in another document.).freeze,
- "dc:source": ["https://github.com/schemaorg/schemaorg/issues/1950".freeze, "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP".freeze],
domainIncludes: "schema:CreativeWork".freeze,
label: "correction".freeze,
rangeIncludes: ["schema:CorrectionComment".freeze, "schema:Text".freeze, "schema:URL".freeze],
"schema:category": ["issue-1688".freeze, "issue-1950".freeze],
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["https://github.com/schemaorg/schemaorg/issues/1950".freeze, "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP".freeze],
type: "rdf:Property".freeze
property :correctionsPolicy,
comment: %(For an <a class="localLink" href="http://schema.org/Organization">Organization</a> \(e.g. <a class="localLink" href="http://schema.org/NewsMediaOrganization">NewsMediaOrganization</a>\), a statement describing \(in news media, the newsroom’s\) disclosure and correction policy for errors.).freeze,
- "dc:source": ["https://github.com/schemaorg/schemaorg/issues/1525".freeze, "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP".freeze],
domainIncludes: ["schema:NewsMediaOrganization".freeze, "schema:Organization".freeze],
label: "correctionsPolicy".freeze,
rangeIncludes: ["schema:CreativeWork".freeze, "schema:URL".freeze],
"schema:category": "issue-1525".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["https://github.com/schemaorg/schemaorg/issues/1525".freeze, "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP".freeze],
subPropertyOf: "schema:publishingPrinciples".freeze,
type: "rdf:Property".freeze
property :costCategory,
comment: %(The category of cost, such as wholesale, retail, reimbursement cap, etc.).freeze,
domainIncludes: "schema:DrugCost".freeze,
@@ -17182,16 +17574,16 @@
label: "coursePrerequisites".freeze,
rangeIncludes: ["schema:AlignmentObject".freeze, "schema:Course".freeze, "schema:Text".freeze],
type: "rdf:Property".freeze
property :courseWorkload,
comment: %(The amount of work expected of students taking the course, often provided as a figure per week or per month, and may be broken down by type. For example, "2 hours of lectures, 1 hour of lab work and 3 hours of independent study per week".).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1909".freeze,
domainIncludes: "schema:CourseInstance".freeze,
label: "courseWorkload".freeze,
rangeIncludes: "schema:Text".freeze,
"schema:category": "issue-1909".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1909".freeze,
type: "rdf:Property".freeze
property :coverageEndTime,
comment: %(The time when the live blog will stop covering the Event. Note that coverage may continue after the Event concludes.).freeze,
domainIncludes: "schema:LiveBlogPosting".freeze,
label: "coverageEndTime".freeze,
@@ -17203,46 +17595,46 @@
label: "coverageStartTime".freeze,
rangeIncludes: "schema:DateTime".freeze,
type: "rdf:Property".freeze
property :creativeWorkStatus,
comment: %(The status of a creative work in terms of its stage in a lifecycle. Example terms include Incomplete, Draft, Published, Obsolete. Some organizations define a set of terms for the stages of their publication lifecycle.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/987".freeze,
domainIncludes: "schema:CreativeWork".freeze,
label: "creativeWorkStatus".freeze,
rangeIncludes: ["schema:DefinedTerm".freeze, "schema:Text".freeze],
"schema:category": "issue-987".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/987".freeze,
type: "rdf:Property".freeze
property :creator,
comment: %(The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork.).freeze,
domainIncludes: ["schema:CreativeWork".freeze, "schema:UserComments".freeze],
label: "creator".freeze,
rangeIncludes: ["schema:Organization".freeze, "schema:Person".freeze],
type: "rdf:Property".freeze
property :credentialCategory,
comment: %(The category or type of credential being described, for example "degree”, “certificate”, “badge”, or more specific term.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1779".freeze,
domainIncludes: "schema:EducationalOccupationalCredential".freeze,
label: "credentialCategory".freeze,
rangeIncludes: ["schema:DefinedTerm".freeze, "schema:Text".freeze, "schema:URL".freeze],
"schema:category": "issue-1779".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1779".freeze,
type: "rdf:Property".freeze
property :creditedTo,
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.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
domainIncludes: "schema:MusicRelease".freeze,
label: "creditedTo".freeze,
rangeIncludes: ["schema:Organization".freeze, "schema:Person".freeze],
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
type: "rdf:Property".freeze
property :cssSelector,
comment: %(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".).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1389".freeze,
domainIncludes: ["schema:SpeakableSpecification".freeze, "schema:WebPageElement".freeze],
label: "cssSelector".freeze,
rangeIncludes: "schema:CssSelectorType".freeze,
"schema:category": "issue-1389".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1389".freeze,
type: "rdf:Property".freeze
property :currenciesAccepted,
comment: %(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".).freeze,
@@ -17252,174 +17644,184 @@
type: "rdf:Property".freeze
property :currency,
comment: %(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".).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1253".freeze,
domainIncludes: ["schema:DatedMoneySpecification".freeze, "schema:ExchangeRateSpecification".freeze, "schema:LoanOrCredit".freeze, "schema:MonetaryAmount".freeze, "schema:MonetaryAmountDistribution".freeze],
label: "currency".freeze,
rangeIncludes: "schema:Text".freeze,
"schema:category": "issue-1253".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1253".freeze,
type: "rdf:Property".freeze
property :currentExchangeRate,
comment: %(The current price of a currency.).freeze,
- "dc:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
domainIncludes: "schema:ExchangeRateSpecification".freeze,
label: "currentExchangeRate".freeze,
rangeIncludes: "schema:UnitPriceSpecification".freeze,
"schema:category": "issue-1253".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
type: "rdf:Property".freeze
property :customer,
comment: %(Party placing the order or paying the invoice.).freeze,
domainIncludes: ["schema:Invoice".freeze, "schema:Order".freeze],
label: "customer".freeze,
rangeIncludes: ["schema:Organization".freeze, "schema:Person".freeze],
type: "rdf:Property".freeze
+ property :cutoffTime,
+ comment: %(Order cutoff time allows merchants to describe the time after which they will no longer process orders received on that day. For orders processed after cutoff time, one day gets added to the delivery time estimate. This property is expected to be most typically used via the <a class="localLink" href="http://schema.org/ShippingRateSettings">ShippingRateSettings</a> publication pattern. The time is indicated using the time notation from the ISO-8601 DateTime format, e.g.
+ 14:45:15Z would represent a daily cutoff at 14:45h UTC.).freeze,
+ domainIncludes: "schema:ShippingDeliveryTime".freeze,
+ label: "cutoffTime".freeze,
+ rangeIncludes: "schema:Text".freeze,
+ "schema:category": "issue-2506".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2506".freeze,
+ type: "rdf:Property".freeze
property :cvdCollectionDate,
comment: %(collectiondate - Date for which patient counts are reported.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2521".freeze,
domainIncludes: "schema:CDCPMDRecord".freeze,
label: "cvdCollectionDate".freeze,
rangeIncludes: ["schema:DateTime".freeze, "schema:Text".freeze],
"schema:category": "issue-2521".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2521".freeze,
type: "rdf:Property".freeze
property :cvdFacilityCounty,
comment: %(Name of the County of the NHSN facility that this data record applies to. Use <a class="localLink" href="http://schema.org/cvdFacilityId">cvdFacilityId</a> to identify the facility. To provide other details, <a class="localLink" href="http://schema.org/healthcareReportingData">healthcareReportingData</a> can be used on a <a class="localLink" href="http://schema.org/Hospital">Hospital</a> entry.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2521".freeze,
domainIncludes: "schema:CDCPMDRecord".freeze,
label: "cvdFacilityCounty".freeze,
rangeIncludes: "schema:Text".freeze,
"schema:category": "issue-2521".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2521".freeze,
type: "rdf:Property".freeze
property :cvdFacilityId,
comment: %(Identifier of the NHSN facility that this data record applies to. Use <a class="localLink" href="http://schema.org/cvdFacilityCounty">cvdFacilityCounty</a> to indicate the county. To provide other details, <a class="localLink" href="http://schema.org/healthcareReportingData">healthcareReportingData</a> can be used on a <a class="localLink" href="http://schema.org/Hospital">Hospital</a> entry.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2521".freeze,
domainIncludes: "schema:CDCPMDRecord".freeze,
label: "cvdFacilityId".freeze,
rangeIncludes: "schema:Text".freeze,
"schema:category": "issue-2521".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2521".freeze,
type: "rdf:Property".freeze
property :cvdNumBeds,
comment: %(numbeds - HOSPITAL INPATIENT BEDS: Inpatient beds, including all staffed, licensed, and overflow \(surge\) beds used for inpatients.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2521".freeze,
domainIncludes: "schema:CDCPMDRecord".freeze,
label: "cvdNumBeds".freeze,
rangeIncludes: "schema:Number".freeze,
"schema:category": "issue-2521".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2521".freeze,
type: "rdf:Property".freeze
property :cvdNumBedsOcc,
comment: %(numbedsocc - HOSPITAL INPATIENT BED OCCUPANCY: Total number of staffed inpatient beds that are occupied.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2521".freeze,
domainIncludes: "schema:CDCPMDRecord".freeze,
label: "cvdNumBedsOcc".freeze,
rangeIncludes: "schema:Number".freeze,
"schema:category": "issue-2521".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2521".freeze,
type: "rdf:Property".freeze
property :cvdNumC19Died,
comment: %(numc19died - DEATHS: Patients with suspected or confirmed COVID-19 who died in the hospital, ED, or any overflow location.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2521".freeze,
domainIncludes: "schema:CDCPMDRecord".freeze,
label: "cvdNumC19Died".freeze,
rangeIncludes: "schema:Number".freeze,
"schema:category": "issue-2521".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2521".freeze,
type: "rdf:Property".freeze
property :cvdNumC19HOPats,
comment: %(numc19hopats - HOSPITAL ONSET: Patients hospitalized in an NHSN inpatient care location with onset of suspected or confirmed COVID-19 14 or more days after hospitalization.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2521".freeze,
domainIncludes: "schema:CDCPMDRecord".freeze,
label: "cvdNumC19HOPats".freeze,
rangeIncludes: "schema:Number".freeze,
"schema:category": "issue-2521".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2521".freeze,
type: "rdf:Property".freeze
property :cvdNumC19HospPats,
comment: %(numc19hosppats - HOSPITALIZED: Patients currently hospitalized in an inpatient care location who have suspected or confirmed COVID-19.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2521".freeze,
domainIncludes: "schema:CDCPMDRecord".freeze,
label: "cvdNumC19HospPats".freeze,
rangeIncludes: "schema:Number".freeze,
"schema:category": "issue-2521".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2521".freeze,
type: "rdf:Property".freeze
property :cvdNumC19MechVentPats,
comment: %(numc19mechventpats - HOSPITALIZED and VENTILATED: Patients hospitalized in an NHSN inpatient care location who have suspected or confirmed COVID-19 and are on a mechanical ventilator.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2521".freeze,
domainIncludes: "schema:CDCPMDRecord".freeze,
label: "cvdNumC19MechVentPats".freeze,
rangeIncludes: "schema:Number".freeze,
"schema:category": "issue-2521".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2521".freeze,
type: "rdf:Property".freeze
property :cvdNumC19OFMechVentPats,
comment: %(numc19ofmechventpats - ED/OVERFLOW and VENTILATED: Patients with suspected or confirmed COVID-19 who are in the ED or any overflow location awaiting an inpatient bed and on a mechanical ventilator.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2521".freeze,
domainIncludes: "schema:CDCPMDRecord".freeze,
label: "cvdNumC19OFMechVentPats".freeze,
rangeIncludes: "schema:Number".freeze,
"schema:category": "issue-2521".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2521".freeze,
type: "rdf:Property".freeze
property :cvdNumC19OverflowPats,
comment: %(numc19overflowpats - ED/OVERFLOW: Patients with suspected or confirmed COVID-19 who are in the ED or any overflow location awaiting an inpatient bed.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2521".freeze,
domainIncludes: "schema:CDCPMDRecord".freeze,
label: "cvdNumC19OverflowPats".freeze,
rangeIncludes: "schema:Number".freeze,
"schema:category": "issue-2521".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2521".freeze,
type: "rdf:Property".freeze
property :cvdNumICUBeds,
comment: %(numicubeds - ICU BEDS: Total number of staffed inpatient intensive care unit \(ICU\) beds.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2521".freeze,
domainIncludes: "schema:CDCPMDRecord".freeze,
label: "cvdNumICUBeds".freeze,
rangeIncludes: "schema:Number".freeze,
"schema:category": "issue-2521".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2521".freeze,
type: "rdf:Property".freeze
property :cvdNumICUBedsOcc,
comment: %(numicubedsocc - ICU BED OCCUPANCY: Total number of staffed inpatient ICU beds that are occupied.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2521".freeze,
domainIncludes: "schema:CDCPMDRecord".freeze,
label: "cvdNumICUBedsOcc".freeze,
rangeIncludes: "schema:Number".freeze,
"schema:category": "issue-2521".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2521".freeze,
type: "rdf:Property".freeze
property :cvdNumTotBeds,
comment: %(numtotbeds - ALL HOSPITAL BEDS: Total number of all Inpatient and outpatient beds, including all staffed,ICU, licensed, and overflow \(surge\) beds used for inpatients or outpatients.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2521".freeze,
domainIncludes: "schema:CDCPMDRecord".freeze,
label: "cvdNumTotBeds".freeze,
rangeIncludes: "schema:Number".freeze,
"schema:category": "issue-2521".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2521".freeze,
type: "rdf:Property".freeze
property :cvdNumVent,
comment: %(numvent - MECHANICAL VENTILATORS: Total number of ventilators available.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2521".freeze,
domainIncludes: "schema:CDCPMDRecord".freeze,
label: "cvdNumVent".freeze,
rangeIncludes: "schema:Number".freeze,
"schema:category": "issue-2521".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2521".freeze,
type: "rdf:Property".freeze
property :cvdNumVentUse,
comment: %(numventuse - MECHANICAL VENTILATORS IN USE: Total number of ventilators in use.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2521".freeze,
domainIncludes: "schema:CDCPMDRecord".freeze,
label: "cvdNumVentUse".freeze,
rangeIncludes: "schema:Number".freeze,
"schema:category": "issue-2521".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2521".freeze,
type: "rdf:Property".freeze
property :dataFeedElement,
comment: %(An item within in a data feed. Data feeds may have many elements.).freeze,
domainIncludes: "schema:DataFeed".freeze,
label: "dataFeedElement".freeze,
@@ -17463,15 +17865,15 @@
label: "dateModified".freeze,
rangeIncludes: ["schema:Date".freeze, "schema:DateTime".freeze],
type: "rdf:Property".freeze
property :datePosted,
comment: %(Publication date of an online listing.).freeze,
- "dc:source": ["https://github.com/schemaorg/schemaorg/issues/2490".freeze, "https://github.com/schemaorg/schemaorg/issues/2521".freeze],
domainIncludes: ["schema:CDCPMDRecord".freeze, "schema:JobPosting".freeze, "schema:RealEstateListing".freeze, "schema:SpecialAnnouncement".freeze],
label: "datePosted".freeze,
rangeIncludes: ["schema:Date".freeze, "schema:DateTime".freeze],
"schema:category": ["issue-2490".freeze, "issue-2521".freeze],
+ "schema:source": ["https://github.com/schemaorg/schemaorg/issues/2490".freeze, "https://github.com/schemaorg/schemaorg/issues/2521".freeze],
type: "rdf:Property".freeze
property :datePublished,
comment: %(Date of first broadcast/publication.).freeze,
domainIncludes: "schema:CreativeWork".freeze,
label: "datePublished".freeze,
@@ -17495,14 +17897,14 @@
label: "dateSent".freeze,
rangeIncludes: "schema:DateTime".freeze,
type: "rdf:Property".freeze
property :dateVehicleFirstRegistered,
comment: %(The date of the first registration of the vehicle with the respective public authorities.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
domainIncludes: "schema:Vehicle".freeze,
label: "dateVehicleFirstRegistered".freeze,
rangeIncludes: "schema:Date".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
type: "rdf:Property".freeze
property :dateline,
comment: %(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/>
@@ -17512,14 +17914,14 @@
label: "dateline".freeze,
rangeIncludes: "schema:Text".freeze,
type: "rdf:Property".freeze
property :dayOfWeek,
comment: %(The day of the week for which these opening hours are valid.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: ["schema:EducationalOccupationalProgram".freeze, "schema:OpeningHoursSpecification".freeze],
label: "dayOfWeek".freeze,
rangeIncludes: "schema:DayOfWeek".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :deathDate,
comment: %(Date of death.).freeze,
domainIncludes: "schema:Person".freeze,
label: "deathDate".freeze,
@@ -17543,14 +17945,14 @@
label: "deliveryAddress".freeze,
rangeIncludes: "schema:PostalAddress".freeze,
type: "rdf:Property".freeze
property :deliveryLeadTime,
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.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: ["schema:Demand".freeze, "schema:Offer".freeze],
label: "deliveryLeadTime".freeze,
rangeIncludes: "schema:QuantitativeValue".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :deliveryMethod,
comment: %(A sub property of instrument. The method of delivery.).freeze,
domainIncludes: ["schema:OrderAction".freeze, "schema:ReceiveAction".freeze, "schema:SendAction".freeze, "schema:TrackAction".freeze],
label: "deliveryMethod".freeze,
@@ -17561,10 +17963,19 @@
comment: %(New entry added as the package passes through each leg of its journey \(from shipment to final delivery\).).freeze,
domainIncludes: "schema:ParcelDelivery".freeze,
label: "deliveryStatus".freeze,
rangeIncludes: "schema:DeliveryEvent".freeze,
type: "rdf:Property".freeze
+ property :deliveryTime,
+ comment: %(The total delay between the receipt of the order and the goods reaching the final customer.).freeze,
+ domainIncludes: ["schema:DeliveryTimeSettings".freeze, "schema:OfferShippingDetails".freeze],
+ label: "deliveryTime".freeze,
+ rangeIncludes: "schema:ShippingDeliveryTime".freeze,
+ "schema:category": "issue-2506".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2506".freeze,
+ type: "rdf:Property".freeze
property :department,
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.).freeze,
domainIncludes: "schema:Organization".freeze,
label: "department".freeze,
rangeIncludes: "schema:Organization".freeze,
@@ -17617,14 +18028,14 @@
label: "dependencies".freeze,
rangeIncludes: "schema:Text".freeze,
type: "rdf:Property".freeze
property :depth,
comment: %(The depth of the item.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: ["schema:Product".freeze, "schema:VisualArtwork".freeze],
label: "depth".freeze,
rangeIncludes: ["schema:Distance".freeze, "schema:QuantitativeValue".freeze],
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :description,
comment: %(A description of the item.).freeze,
domainIncludes: "schema:Thing".freeze,
equivalentProperty: "dc:description".freeze,
@@ -17726,27 +18137,27 @@
label: "discussionUrl".freeze,
rangeIncludes: "schema:URL".freeze,
type: "rdf:Property".freeze
property :diseasePreventionInfo,
comment: %(Information about disease prevention.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2490".freeze,
domainIncludes: "schema:SpecialAnnouncement".freeze,
label: "diseasePreventionInfo".freeze,
rangeIncludes: ["schema:URL".freeze, "schema:WebContent".freeze],
"schema:category": "issue-2490".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2490".freeze,
type: "rdf:Property".freeze
property :diseaseSpreadStatistics,
comment: %(Statistical information about the spread of a disease, either as <a class="localLink" href="http://schema.org/WebContent">WebContent</a>, or
described directly as a <a class="localLink" href="http://schema.org/Dataset">Dataset</a>, or the specific <a class="localLink" href="http://schema.org/Observation">Observation</a>s in the dataset. When a <a class="localLink" href="http://schema.org/WebContent">WebContent</a> URL is
provided, the page indicated might also contain more such markup.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2490".freeze,
domainIncludes: "schema:SpecialAnnouncement".freeze,
label: "diseaseSpreadStatistics".freeze,
rangeIncludes: ["schema:Dataset".freeze, "schema:Observation".freeze, "schema:URL".freeze, "schema:WebContent".freeze],
"schema:category": "issue-2490".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2490".freeze,
type: "rdf:Property".freeze
property :dissolutionDate,
comment: %(The date that this organization was dissolved.).freeze,
domainIncludes: "schema:Organization".freeze,
label: "dissolutionDate".freeze,
@@ -17771,51 +18182,60 @@
label: "distribution".freeze,
rangeIncludes: "schema:DataDownload".freeze,
type: "rdf:Property".freeze
property :diversityPolicy,
comment: %(Statement on diversity policy by an <a class="localLink" href="http://schema.org/Organization">Organization</a> e.g. a <a class="localLink" href="http://schema.org/NewsMediaOrganization">NewsMediaOrganization</a>. For a <a class="localLink" href="http://schema.org/NewsMediaOrganization">NewsMediaOrganization</a>, a statement describing the newsroom’s diversity policy on both staffing and sources, typically providing staffing data.).freeze,
- "dc:source": ["https://github.com/schemaorg/schemaorg/issues/1525".freeze, "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP".freeze],
domainIncludes: ["schema:NewsMediaOrganization".freeze, "schema:Organization".freeze],
label: "diversityPolicy".freeze,
rangeIncludes: ["schema:CreativeWork".freeze, "schema:URL".freeze],
"schema:category": "issue-1525".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["https://github.com/schemaorg/schemaorg/issues/1525".freeze, "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP".freeze],
type: "rdf:Property".freeze
property :diversityStaffingReport,
comment: %(For an <a class="localLink" href="http://schema.org/Organization">Organization</a> \(often but not necessarily a <a class="localLink" href="http://schema.org/NewsMediaOrganization">NewsMediaOrganization</a>\), a report on staffing diversity issues. In a news context this might be for example ASNE or RTDNA \(US\) reports, or self-reported.).freeze,
- "dc:source": ["https://github.com/schemaorg/schemaorg/issues/1525".freeze, "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP".freeze],
domainIncludes: ["schema:NewsMediaOrganization".freeze, "schema:Organization".freeze],
label: "diversityStaffingReport".freeze,
rangeIncludes: ["schema:Article".freeze, "schema:URL".freeze],
"schema:category": "issue-1525".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["https://github.com/schemaorg/schemaorg/issues/1525".freeze, "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP".freeze],
subPropertyOf: "schema:publishingPrinciples".freeze,
type: "rdf:Property".freeze
property :documentation,
comment: %(Further documentation describing the Web API in more detail.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1423".freeze,
domainIncludes: "schema:WebAPI".freeze,
label: "documentation".freeze,
rangeIncludes: ["schema:CreativeWork".freeze, "schema:URL".freeze],
"schema:category": "issue-1423".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1423".freeze,
type: "rdf:Property".freeze
+ property :doesNotShip,
+ comment: %(Indicates, as part of an <a class="localLink" href="http://schema.org/OfferShippingDetails">OfferShippingDetails</a>, when shipping to a particular <a class="localLink" href="http://schema.org/shippingDestination">shippingDestination</a> is not available.).freeze,
+ domainIncludes: ["schema:OfferShippingDetails".freeze, "schema:ShippingRateSettings".freeze],
+ label: "doesNotShip".freeze,
+ rangeIncludes: "schema:Boolean".freeze,
+ "schema:category": "issue-2506".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2506".freeze,
+ type: "rdf:Property".freeze
property :domainIncludes,
comment: %(Relates a property to a class that is \(one of\) the type\(s\) the property is expected to be used on.).freeze,
domainIncludes: "schema:Property".freeze,
label: "domainIncludes".freeze,
rangeIncludes: "schema:Class".freeze,
"schema:isPartOf": "http://meta.schema.org".freeze,
type: "rdf:Property".freeze
property :domiciledMortgage,
comment: %(Whether borrower is a resident of the jurisdiction where the property is located.).freeze,
- "dc:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
domainIncludes: "schema:MortgageLoan".freeze,
label: "domiciledMortgage".freeze,
rangeIncludes: "schema:Boolean".freeze,
"schema:category": "issue-1253".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
type: "rdf:Property".freeze
property :doorTime,
comment: %(The time admission will commence.).freeze,
domainIncludes: "schema:Event".freeze,
label: "doorTime".freeze,
@@ -17849,16 +18269,16 @@
rangeIncludes: ["schema:Number".freeze, "schema:QualitativeValue".freeze],
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "rdf:Property".freeze
property :downPayment,
comment: %(a type of payment made in cash during the onset of the purchase of an expensive good/service. The payment typically represents only a percentage of the full purchase price.).freeze,
- "dc:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
domainIncludes: "schema:RepaymentSpecification".freeze,
label: "downPayment".freeze,
rangeIncludes: ["schema:MonetaryAmount".freeze, "schema:Number".freeze],
"schema:category": "issue-1253".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
type: "rdf:Property".freeze
property :downloadUrl,
comment: %(If the file can be downloaded, URL to download the binary.).freeze,
domainIncludes: "schema:SoftwareApplication".freeze,
label: "downloadUrl".freeze,
@@ -17877,14 +18297,14 @@
rangeIncludes: "schema:Vessel".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "rdf:Property".freeze
property :driveWheelConfiguration,
comment: %(The drive wheel configuration, i.e. which roadwheels will receive torque from the vehicle's engine via the drivetrain.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
domainIncludes: "schema:Vehicle".freeze,
label: "driveWheelConfiguration".freeze,
rangeIncludes: ["schema:DriveWheelConfigurationValue".freeze, "schema:Text".freeze],
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
type: "rdf:Property".freeze
property :dropoffLocation,
comment: %(Where a rental car can be dropped off.).freeze,
domainIncludes: "schema:RentalCarReservation".freeze,
label: "dropoffLocation".freeze,
@@ -17917,14 +18337,14 @@
rangeIncludes: "schema:Text".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "rdf:Property".freeze
property :duns,
comment: %(The Dun & Bradstreet DUNS number for identifying an organization or business person.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: ["schema:Organization".freeze, "schema:Person".freeze],
label: "duns".freeze,
rangeIncludes: "schema:Text".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
subPropertyOf: "schema:identifier".freeze,
type: "rdf:Property".freeze
property :duplicateTherapy,
comment: %(A therapy that duplicates or overlaps this one.).freeze,
domainIncludes: "schema:MedicalTherapy".freeze,
@@ -17932,90 +18352,106 @@
rangeIncludes: "schema:MedicalTherapy".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "rdf:Property".freeze
property :duration,
comment: %(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>.).freeze,
- "dc:source": ["https://github.com/schemaorg/schemaorg/issues/1457".freeze, "https://github.com/schemaorg/schemaorg/issues/1698".freeze],
domainIncludes: ["schema:Audiobook".freeze, "schema:Event".freeze, "schema:MediaObject".freeze, "schema:Movie".freeze, "schema:MusicRecording".freeze, "schema:MusicRelease".freeze, "schema:QuantitativeValueDistribution".freeze, "schema:Schedule".freeze],
label: "duration".freeze,
rangeIncludes: "schema:Duration".freeze,
"schema:category": ["issue-1457".freeze, "issue-1698".freeze],
+ "schema:source": ["https://github.com/schemaorg/schemaorg/issues/1457".freeze, "https://github.com/schemaorg/schemaorg/issues/1698".freeze],
type: "rdf:Property".freeze
property :durationOfWarranty,
comment: %(The duration of the warranty promise. Common unitCode values are ANN for year, MON for months, or DAY for days.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: "schema:WarrantyPromise".freeze,
label: "durationOfWarranty".freeze,
rangeIncludes: "schema:QuantitativeValue".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :duringMedia,
comment: %(A media object representing the circumstances while performing this direction.).freeze,
domainIncludes: "schema:HowToDirection".freeze,
label: "duringMedia".freeze,
rangeIncludes: ["schema:MediaObject".freeze, "schema:URL".freeze],
type: "rdf:Property".freeze
property :earlyPrepaymentPenalty,
comment: %(The amount to be paid as a penalty in the event of early payment of the loan.).freeze,
- "dc:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
domainIncludes: "schema:RepaymentSpecification".freeze,
label: "earlyPrepaymentPenalty".freeze,
rangeIncludes: "schema:MonetaryAmount".freeze,
"schema:category": "issue-1253".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
type: "rdf:Property".freeze
+ property :editEIDR,
+ comment: %(An <a href="https://eidr.org/">EIDR</a> \(Entertainment Identifier Registry\) <a class="localLink" href="http://schema.org/identifier">identifier</a> representing a specific edit / edition for a work of film or television.<br/><br/>
+
+For example, the motion picture known as "Ghostbusters" whose <a class="localLink" href="http://schema.org/titleEIDR">titleEIDR</a> is "10.5240/7EC7-228A-510A-053E-CBB8-J", has several edits e.g. "10.5240/1F2A-E1C5-680A-14C6-E76B-I" and "10.5240/8A35-3BEE-6497-5D12-9E4F-3".<br/><br/>
+
+Since schema.org types like <a class="localLink" href="http://schema.org/Movie">Movie</a> and <a class="localLink" href="http://schema.org/TVEpisode">TVEpisode</a> can be used for both works and their multiple expressions, it is possible to use <a class="localLink" href="http://schema.org/titleEIDR">titleEIDR</a> alone \(for a general description\), or alongside <a class="localLink" href="http://schema.org/editEIDR">editEIDR</a> for a more edit-specific description.).freeze,
+ domainIncludes: "schema:CreativeWork".freeze,
+ label: "editEIDR".freeze,
+ rangeIncludes: ["schema:Text".freeze, "schema:URL".freeze],
+ "schema:category": "issue-2469".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2469".freeze,
+ subPropertyOf: "schema:identifier".freeze,
+ type: "rdf:Property".freeze
property :editor,
comment: %(Specifies the Person who edited the CreativeWork.).freeze,
domainIncludes: "schema:CreativeWork".freeze,
label: "editor".freeze,
rangeIncludes: "schema:Person".freeze,
type: "rdf:Property".freeze
property :educationRequirements,
comment: %(Educational background needed for the position or Occupation.).freeze,
- "dc:source": ["https://github.com/schemaorg/schemaorg/issues/1698".freeze, "https://github.com/schemaorg/schemaorg/issues/1779".freeze],
domainIncludes: ["schema:JobPosting".freeze, "schema:Occupation".freeze],
label: "educationRequirements".freeze,
rangeIncludes: ["schema:EducationalOccupationalCredential".freeze, "schema:Text".freeze],
"schema:category": ["issue-1698".freeze, "issue-1779".freeze],
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["https://github.com/schemaorg/schemaorg/issues/1698".freeze, "https://github.com/schemaorg/schemaorg/issues/1779".freeze],
type: "rdf:Property".freeze
property :educationalAlignment,
- comment: %(An alignment to an established educational framework.).freeze,
+ comment: %(An alignment to an established educational framework.<br/><br/>
+
+This property should not be used where the nature of the alignment can be described using a simple property, for example to express that a resource <a class="localLink" href="http://schema.org/teaches">teaches</a> or <a class="localLink" href="http://schema.org/assesses">assesses</a> a competency.).freeze,
domainIncludes: "schema:CreativeWork".freeze,
label: "educationalAlignment".freeze,
rangeIncludes: "schema:AlignmentObject".freeze,
type: "rdf:Property".freeze
property :educationalCredentialAwarded,
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.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2289".freeze,
domainIncludes: ["schema:Course".freeze, "schema:EducationalOccupationalProgram".freeze],
label: "educationalCredentialAwarded".freeze,
rangeIncludes: ["schema:EducationalOccupationalCredential".freeze, "schema:Text".freeze, "schema:URL".freeze],
"schema:category": "issue-2289".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2289".freeze,
type: "rdf:Property".freeze
property :educationalFramework,
comment: %(The framework to which the resource being described is aligned.).freeze,
domainIncludes: "schema:AlignmentObject".freeze,
label: "educationalFramework".freeze,
rangeIncludes: "schema:Text".freeze,
type: "rdf:Property".freeze
property :educationalLevel,
comment: %(The level in terms of progression through an educational or training context. Examples of educational levels include 'beginner', 'intermediate' or 'advanced', and formal sets of level indicators.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1779".freeze,
- domainIncludes: "schema:EducationalOccupationalCredential".freeze,
+ domainIncludes: ["schema:CreativeWork".freeze, "schema:EducationEvent".freeze, "schema:EducationalOccupationalCredential".freeze],
label: "educationalLevel".freeze,
rangeIncludes: ["schema:DefinedTerm".freeze, "schema:Text".freeze, "schema:URL".freeze],
"schema:category": "issue-1779".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1779".freeze,
type: "rdf:Property".freeze
property :educationalProgramMode,
comment: %(Similar to courseMode, The medium or means of delivery of the program as a whole. The value may either be a text label \(e.g. "online", "onsite" or "blended"; "synchronous" or "asynchronous"; "full-time" or "part-time"\) or a URL reference to a term from a controlled vocabulary \(e.g. https://ceds.ed.gov/element/001311#Asynchronous \).).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2419".freeze,
domainIncludes: "schema:EducationalOccupationalProgram".freeze,
label: "educationalProgramMode".freeze,
rangeIncludes: ["schema:Text".freeze, "schema:URL".freeze],
"schema:category": "issue-2419".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2419".freeze,
type: "rdf:Property".freeze
property :educationalRole,
comment: %(An educationalRole of an EducationalAudience.).freeze,
domainIncludes: "schema:EducationalAudience".freeze,
label: "educationalRole".freeze,
@@ -18031,48 +18467,57 @@
comment: %(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.).freeze,
domainIncludes: ["schema:GeoCoordinates".freeze, "schema:GeoShape".freeze],
label: "elevation".freeze,
rangeIncludes: ["schema:Number".freeze, "schema:Text".freeze],
type: "rdf:Property".freeze
+ property :eligibilityToWorkRequirement,
+ comment: %(The legal requirements such as citizenship, visa and other documentation required for an applicant to this job.).freeze,
+ domainIncludes: "schema:JobPosting".freeze,
+ label: "eligibilityToWorkRequirement".freeze,
+ rangeIncludes: "schema:Text".freeze,
+ "schema:category": "issue-2384".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2384".freeze,
+ type: "rdf:Property".freeze
property :eligibleCustomerType,
comment: %(The type\(s\) of customers for which the given offer is valid.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: ["schema:Demand".freeze, "schema:Offer".freeze],
label: "eligibleCustomerType".freeze,
rangeIncludes: "schema:BusinessEntityType".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :eligibleDuration,
comment: %(The duration for which the given offer is valid.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: ["schema:Demand".freeze, "schema:Offer".freeze],
label: "eligibleDuration".freeze,
rangeIncludes: "schema:QuantitativeValue".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :eligibleQuantity,
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.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: ["schema:Demand".freeze, "schema:Offer".freeze, "schema:PriceSpecification".freeze],
label: "eligibleQuantity".freeze,
rangeIncludes: "schema:QuantitativeValue".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :eligibleRegion,
comment: %(The ISO 3166-1 \(ISO 3166-1 alpha-2\) or ISO 3166-2 code, the place, or the GeoShape for the geo-political region\(s\) for which the offer or delivery charge specification is valid.<br/><br/>
See also <a class="localLink" href="http://schema.org/ineligibleRegion">ineligibleRegion</a>.).freeze,
- "dc:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze, "https://github.com/schemaorg/schemaorg/issues/1741".freeze],
domainIncludes: ["schema:ActionAccessSpecification".freeze, "schema:DeliveryChargeSpecification".freeze, "schema:Demand".freeze, "schema:Offer".freeze],
label: "eligibleRegion".freeze,
rangeIncludes: ["schema:GeoShape".freeze, "schema:Place".freeze, "schema:Text".freeze],
"schema:category": "issue-1741".freeze,
+ "schema:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze, "https://github.com/schemaorg/schemaorg/issues/1741".freeze],
subPropertyOf: "schema:areaServed".freeze,
type: "rdf:Property".freeze
property :eligibleTransactionVolume,
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.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: ["schema:Demand".freeze, "schema:Offer".freeze, "schema:PriceSpecification".freeze],
label: "eligibleTransactionVolume".freeze,
rangeIncludes: "schema:PriceSpecification".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :email,
comment: %(Email address.).freeze,
domainIncludes: ["schema:ContactPoint".freeze, "schema:Organization".freeze, "schema:Person".freeze],
label: "email".freeze,
@@ -18084,15 +18529,15 @@
label: "embedUrl".freeze,
rangeIncludes: "schema:URL".freeze,
type: "rdf:Property".freeze
property :emissionsCO2,
comment: %(The CO2 emissions in g/km. When used in combination with a QuantitativeValue, put "g/km" into the unitText property of that value, since there is no UN/CEFACT Common Code for "g/km".).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
domainIncludes: "schema:Vehicle".freeze,
label: "emissionsCO2".freeze,
rangeIncludes: "schema:Number".freeze,
"schema:isPartOf": "http://auto.schema.org".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
type: "rdf:Property".freeze
property :employee,
comment: %(Someone working for this organization.).freeze,
domainIncludes: "schema:Organization".freeze,
label: "employee".freeze,
@@ -18105,31 +18550,31 @@
rangeIncludes: "schema:Person".freeze,
"schema:supersededBy": "schema:employee".freeze,
type: "rdf:Property".freeze
property :employerOverview,
comment: %(A description of the employer, career opportunities and work environment for this position.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2396".freeze,
domainIncludes: "schema:JobPosting".freeze,
label: "employerOverview".freeze,
rangeIncludes: "schema:Text".freeze,
"schema:category": "issue-2396".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2396".freeze,
type: "rdf:Property".freeze
property :employmentType,
comment: %(Type of employment \(e.g. full-time, part-time, contract, temporary, seasonal, internship\).).freeze,
domainIncludes: "schema:JobPosting".freeze,
label: "employmentType".freeze,
rangeIncludes: "schema:Text".freeze,
type: "rdf:Property".freeze
property :employmentUnit,
comment: %(Indicates the department, unit and/or facility where the employee reports and/or in which the job is to be performed.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2296".freeze,
domainIncludes: "schema:JobPosting".freeze,
label: "employmentUnit".freeze,
rangeIncludes: "schema:Organization".freeze,
"schema:category": "issue-2296".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2296".freeze,
type: "rdf:Property".freeze
property :encodesCreativeWork,
comment: %(The CreativeWork encoded by this media object.).freeze,
domainIncludes: "schema:MediaObject".freeze,
label: "encodesCreativeWork".freeze,
@@ -18166,34 +18611,34 @@
rangeIncludes: "schema:MediaObject".freeze,
"schema:supersededBy": "schema:encoding".freeze,
type: "rdf:Property".freeze
property :endDate,
comment: %(The end date and time of the item \(in <a href="http://en.wikipedia.org/wiki/ISO_8601">ISO 8601 date format</a>\).).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2486".freeze,
domainIncludes: ["schema:CreativeWorkSeason".freeze, "schema:CreativeWorkSeries".freeze, "schema:DatedMoneySpecification".freeze, "schema:EducationalOccupationalProgram".freeze, "schema:Event".freeze, "schema:Role".freeze, "schema:Schedule".freeze],
label: "endDate".freeze,
rangeIncludes: ["schema:Date".freeze, "schema:DateTime".freeze],
"schema:category": "issue-2486".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2486".freeze,
type: "rdf:Property".freeze
property :endOffset,
comment: %(The end time of the clip expressed as the number of seconds from the beginning of the work.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2021".freeze,
domainIncludes: "schema:Clip".freeze,
label: "endOffset".freeze,
rangeIncludes: "schema:Number".freeze,
"schema:category": "issue-2021".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2021".freeze,
type: "rdf:Property".freeze
property :endTime,
comment: %(The endTime of something. For a reserved event or service \(e.g. FoodEstablishmentReservation\), the time that it is expected to end. For actions that span a period of time, when the action was performed. e.g. John wrote a book from January to <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.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2493".freeze,
domainIncludes: ["schema:Action".freeze, "schema:FoodEstablishmentReservation".freeze, "schema:MediaObject".freeze, "schema:Schedule".freeze],
label: "endTime".freeze,
rangeIncludes: ["schema:DateTime".freeze, "schema:Time".freeze],
"schema:category": "issue-2493".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2493".freeze,
type: "rdf:Property".freeze
property :endorsee,
comment: %(A sub property of participant. The person/organization being supported.).freeze,
domainIncludes: "schema:EndorseAction".freeze,
label: "endorsee".freeze,
@@ -18211,15 +18656,15 @@
comment: %(The volume swept by all of the pistons inside the cylinders of an internal combustion engine in a single movement. <br/><br/>
Typical unit code\(s\): CMQ for cubic centimeter, LTR for liters, INQ for cubic inches
* Note 1: You can link to information about how the given value has been determined using the <a class="localLink" href="http://schema.org/valueReference">valueReference</a> property.
* Note 2: 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.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
domainIncludes: "schema:EngineSpecification".freeze,
label: "engineDisplacement".freeze,
rangeIncludes: "schema:QuantitativeValue".freeze,
"schema:isPartOf": "http://auto.schema.org".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
type: "rdf:Property".freeze
property :enginePower,
comment: %(The power of the vehicle's engine.
Typical unit code\(s\): KWT for kilowatt, BHP for brake horsepower, N12 for metric horsepower \(PS, with 1 PS = 735,49875 W\)<br/><br/>
@@ -18227,23 +18672,23 @@
<li>Note 1: There are many different ways of measuring an engine's power. For an overview, see <a href="http://en.wikipedia.org/wiki/Horsepower#Engine_power_test_codes">http://en.wikipedia.org/wiki/Horsepower#Engine<em>power</em>test_codes</a>.</li>
<li>Note 2: You can link to information about how the given value has been determined using the <a class="localLink" href="http://schema.org/valueReference">valueReference</a> property.</li>
<li>Note 3: 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.</li>
</ul>
).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
domainIncludes: "schema:EngineSpecification".freeze,
label: "enginePower".freeze,
rangeIncludes: "schema:QuantitativeValue".freeze,
"schema:isPartOf": "http://auto.schema.org".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
type: "rdf:Property".freeze
property :engineType,
comment: %(The type of engine or engines powering the vehicle.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
domainIncludes: "schema:EngineSpecification".freeze,
label: "engineType".freeze,
rangeIncludes: ["schema:QualitativeValue".freeze, "schema:Text".freeze, "schema:URL".freeze],
"schema:isPartOf": "http://auto.schema.org".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
type: "rdf:Property".freeze
property :entertainmentBusiness,
comment: %(A sub property of location. The entertainment business where the action occurred.).freeze,
domainIncludes: "schema:PerformAction".freeze,
label: "entertainmentBusiness".freeze,
@@ -18278,14 +18723,14 @@
rangeIncludes: "schema:Episode".freeze,
"schema:supersededBy": "schema:episode".freeze,
type: "rdf:Property".freeze
property :equal,
comment: %(This ordering relation for qualitative values indicates that the subject is equal to the object.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: "schema:QualitativeValue".freeze,
label: "equal".freeze,
rangeIncludes: "schema:QualitativeValue".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :error,
comment: %(For failed actions, more information on the cause of the failure.).freeze,
domainIncludes: "schema:Action".freeze,
label: "error".freeze,
@@ -18303,60 +18748,60 @@
label: "estimatedFlightDuration".freeze,
rangeIncludes: ["schema:Duration".freeze, "schema:Text".freeze],
type: "rdf:Property".freeze
property :estimatedSalary,
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.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1698".freeze,
domainIncludes: ["schema:JobPosting".freeze, "schema:Occupation".freeze],
label: "estimatedSalary".freeze,
rangeIncludes: ["schema:MonetaryAmount".freeze, "schema:MonetaryAmountDistribution".freeze, "schema:Number".freeze],
"schema:category": "issue-1698".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1698".freeze,
type: "rdf:Property".freeze
property :estimatesRiskOf,
comment: %(The condition, complication, or symptom whose risk is being estimated.).freeze,
domainIncludes: "schema:MedicalRiskEstimator".freeze,
label: "estimatesRiskOf".freeze,
rangeIncludes: "schema:MedicalEntity".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "rdf:Property".freeze
property :ethicsPolicy,
comment: %(Statement about ethics policy, e.g. of a <a class="localLink" href="http://schema.org/NewsMediaOrganization">NewsMediaOrganization</a> regarding journalistic and publishing practices, or of a <a class="localLink" href="http://schema.org/Restaurant">Restaurant</a>, a page describing food source policies. In the case of a <a class="localLink" href="http://schema.org/NewsMediaOrganization">NewsMediaOrganization</a>, an ethicsPolicy is typically a statement describing the personal, organizational, and corporate standards of behavior expected by the organization.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1525".freeze,
domainIncludes: ["schema:NewsMediaOrganization".freeze, "schema:Organization".freeze],
label: "ethicsPolicy".freeze,
rangeIncludes: ["schema:CreativeWork".freeze, "schema:URL".freeze],
"schema:category": "issue-1525".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1525".freeze,
type: "rdf:Property".freeze
property :event,
comment: %(Upcoming or past event associated with this place, organization, or action.).freeze,
domainIncludes: ["schema:InformAction".freeze, "schema:InviteAction".freeze, "schema:JoinAction".freeze, "schema:LeaveAction".freeze, "schema:Organization".freeze, "schema:Place".freeze, "schema:PlayAction".freeze],
label: "event".freeze,
rangeIncludes: "schema:Event".freeze,
type: "rdf:Property".freeze
property :eventAttendanceMode,
comment: %(The eventAttendanceMode of an event indicates whether it occurs online, offline, or a mix.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1842".freeze,
domainIncludes: "schema:Event".freeze,
label: "eventAttendanceMode".freeze,
rangeIncludes: "schema:EventAttendanceModeEnumeration".freeze,
"schema:category": "issue-1842".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1842".freeze,
type: "rdf:Property".freeze
property :eventSchedule,
comment: %(Associates an <a class="localLink" href="http://schema.org/Event">Event</a> with a <a class="localLink" href="http://schema.org/Schedule">Schedule</a>. There are circumstances where it is preferable to share a schedule for a series of
repeating events rather than data on the individual events themselves. For example, a website or application might prefer to publish a schedule for a weekly
gym class rather than provide data on every event. A schedule could be processed by applications to add forthcoming events to a calendar. An <a class="localLink" href="http://schema.org/Event">Event</a> that
is associated with a <a class="localLink" href="http://schema.org/Schedule">Schedule</a> using this property should not have <a class="localLink" href="http://schema.org/startDate">startDate</a> or <a class="localLink" href="http://schema.org/endDate">endDate</a> properties. These are instead defined within the associated
<a class="localLink" href="http://schema.org/Schedule">Schedule</a>, this avoids any ambiguity for clients using the data. The property might have repeated values to specify different schedules, e.g. for different months
or seasons.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1457".freeze,
domainIncludes: "schema:Event".freeze,
label: "eventSchedule".freeze,
rangeIncludes: "schema:Schedule".freeze,
"schema:category": "issue-1457".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1457".freeze,
type: "rdf:Property".freeze
property :eventStatus,
comment: %(An eventStatus of an event represents its status; particularly useful when an event is cancelled or rescheduled.).freeze,
domainIncludes: "schema:Event".freeze,
label: "eventStatus".freeze,
@@ -18383,36 +18828,36 @@
rangeIncludes: "schema:Text".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "rdf:Property".freeze
property :exampleOfWork,
comment: %(A creative work that this work is an example/instance/realization/derivation of.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex".freeze,
domainIncludes: "schema:CreativeWork".freeze,
label: "exampleOfWork".freeze,
rangeIncludes: "schema:CreativeWork".freeze,
"schema:inverseOf": "schema:workExample".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex".freeze,
type: "rdf:Property".freeze
property :exceptDate,
comment: %(Defines a <a class="localLink" href="http://schema.org/Date">Date</a> or <a class="localLink" href="http://schema.org/DateTime">DateTime</a> during which a scheduled <a class="localLink" href="http://schema.org/Event">Event</a> will not take place. The property allows exceptions to
a <a class="localLink" href="http://schema.org/Schedule">Schedule</a> to be specified. If an exception is specified as a <a class="localLink" href="http://schema.org/DateTime">DateTime</a> then only the event that would have started at that specific date and time
should be excluded from the schedule. If an exception is specified as a <a class="localLink" href="http://schema.org/Date">Date</a> then any event that is scheduled for that 24 hour period should be
excluded from the schedule. This allows a whole day to be excluded from the schedule without having to itemise every scheduled event.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1457".freeze,
domainIncludes: "schema:Schedule".freeze,
label: "exceptDate".freeze,
rangeIncludes: ["schema:Date".freeze, "schema:DateTime".freeze],
"schema:category": "issue-1457".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1457".freeze,
type: "rdf:Property".freeze
property :exchangeRateSpread,
comment: %(The difference between the price at which a broker or other intermediary buys and sells foreign currency.).freeze,
- "dc:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
domainIncludes: "schema:ExchangeRateSpecification".freeze,
label: "exchangeRateSpread".freeze,
rangeIncludes: ["schema:MonetaryAmount".freeze, "schema:Number".freeze],
"schema:category": "issue-1253".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
type: "rdf:Property".freeze
property :executableLibraryName,
comment: %(Library file name e.g., mscorlib.dll, system.web.dll.).freeze,
domainIncludes: "schema:APIReference".freeze,
label: "executableLibraryName".freeze,
@@ -18473,23 +18918,23 @@
rangeIncludes: "schema:Text".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "rdf:Property".freeze
property :expectsAcceptanceOf,
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.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1741".freeze,
domainIncludes: ["schema:ActionAccessSpecification".freeze, "schema:ConsumeAction".freeze, "schema:MediaSubscription".freeze],
label: "expectsAcceptanceOf".freeze,
rangeIncludes: "schema:Offer".freeze,
"schema:category": "issue-1741".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1741".freeze,
type: "rdf:Property".freeze
property :experienceRequirements,
comment: %(Description of skills and experience needed for the position or Occupation.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1698".freeze,
domainIncludes: ["schema:JobPosting".freeze, "schema:Occupation".freeze],
label: "experienceRequirements".freeze,
rangeIncludes: "schema:Text".freeze,
"schema:category": "issue-1698".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1698".freeze,
type: "rdf:Property".freeze
property :expertConsiderations,
comment: %(Medical expert advice related to the plan.).freeze,
domainIncludes: "schema:Diet".freeze,
label: "expertConsiderations".freeze,
@@ -18526,14 +18971,14 @@
label: "featureList".freeze,
rangeIncludes: ["schema:Text".freeze, "schema:URL".freeze],
type: "rdf:Property".freeze
property :feesAndCommissionsSpecification,
comment: %(Description of fees, commissions, and other terms applied either to a class of financial product, or by a financial service organization.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze,
domainIncludes: ["schema:FinancialProduct".freeze, "schema:FinancialService".freeze],
label: "feesAndCommissionsSpecification".freeze,
rangeIncludes: ["schema:Text".freeze, "schema:URL".freeze],
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze,
type: "rdf:Property".freeze
property :fiberContent,
comment: %(The number of grams of fiber.).freeze,
domainIncludes: "schema:NutritionInformation".freeze,
label: "fiberContent".freeze,
@@ -18552,33 +18997,33 @@
label: "fileSize".freeze,
rangeIncludes: "schema:Text".freeze,
type: "rdf:Property".freeze
property :financialAidEligible,
comment: %(A financial aid type or program which students may use to pay for tuition or fees associated with the program.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2418".freeze,
domainIncludes: "schema:EducationalOccupationalProgram".freeze,
label: "financialAidEligible".freeze,
rangeIncludes: ["schema:DefinedTerm".freeze, "schema:Text".freeze],
"schema:category": "issue-2418".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2418".freeze,
type: "rdf:Property".freeze
property :firstAppearance,
comment: %(Indicates the first known occurence of a <a class="localLink" href="http://schema.org/Claim">Claim</a> in some <a class="localLink" href="http://schema.org/CreativeWork">CreativeWork</a>.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1828".freeze,
domainIncludes: "schema:Claim".freeze,
label: "firstAppearance".freeze,
rangeIncludes: "schema:CreativeWork".freeze,
"schema:category": "issue-1828".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1828".freeze,
subPropertyOf: "schema:workExample".freeze,
type: "rdf:Property".freeze
property :firstPerformance,
comment: %(The date and place the work was first performed.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
domainIncludes: "schema:MusicComposition".freeze,
label: "firstPerformance".freeze,
rangeIncludes: "schema:Event".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
type: "rdf:Property".freeze
property :flightDistance,
comment: %(The distance of the flight.).freeze,
domainIncludes: "schema:Flight".freeze,
label: "flightDistance".freeze,
@@ -18592,33 +19037,33 @@
subPropertyOf: "schema:identifier".freeze,
type: "rdf:Property".freeze
property :floorLevel,
comment: %(The floor level for an <a class="localLink" href="http://schema.org/Accommodation">Accommodation</a> in a multi-storey building. Since counting
systems <a href="https://en.wikipedia.org/wiki/Storey#Consecutive_number_floor_designations">vary internationally</a>, the local system should be used where possible.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2373".freeze,
domainIncludes: "schema:Accommodation".freeze,
label: "floorLevel".freeze,
rangeIncludes: "schema:Text".freeze,
"schema:category": "issue-2373".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2373".freeze,
type: "rdf:Property".freeze
property :floorLimit,
comment: %(A floor limit is the amount of money above which credit card transactions must be authorized.).freeze,
- "dc:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
domainIncludes: "schema:PaymentCard".freeze,
label: "floorLimit".freeze,
rangeIncludes: "schema:MonetaryAmount".freeze,
"schema:category": "issue-1253".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
type: "rdf:Property".freeze
property :floorSize,
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).freeze,
- "dc:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze,
domainIncludes: ["schema:Accommodation".freeze, "schema:FloorPlan".freeze],
label: "floorSize".freeze,
rangeIncludes: "schema:QuantitativeValue".freeze,
+ "schema:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze,
type: "rdf:Property".freeze
property :followee,
comment: %(A sub property of object. The person or organization being followed.).freeze,
domainIncludes: "schema:FollowAction".freeze,
label: "followee".freeze,
@@ -18689,10 +19134,19 @@
domainIncludes: "schema:PublicationEvent".freeze,
label: "free".freeze,
rangeIncludes: "schema:Boolean".freeze,
"schema:supersededBy": "schema:isAccessibleForFree".freeze,
type: "rdf:Property".freeze
+ property :freeShippingThreshold,
+ comment: %(A monetary value above which \(or equal to\) the shipping rate becomes free. Intended to be used via an <a class="localLink" href="http://schema.org/OfferShippingSpecification">OfferShippingSpecification</a> with <a class="localLink" href="http://schema.org/shippingSettingsLink">shippingSettingsLink</a> matching this <a class="localLink" href="http://schema.org/ShippingSettings">ShippingSettings</a>.).freeze,
+ domainIncludes: "schema:ShippingRateSettings".freeze,
+ label: "freeShippingThreshold".freeze,
+ rangeIncludes: ["schema:DeliveryChargeSpecification".freeze, "schema:MonetaryAmount".freeze],
+ "schema:category": "issue-2506".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2506".freeze,
+ type: "rdf:Property".freeze
property :frequency,
comment: %(How often the dose is taken, e.g. 'daily'.).freeze,
domainIncludes: "schema:DoseSchedule".freeze,
label: "frequency".freeze,
rangeIncludes: "schema:Text".freeze,
@@ -18707,66 +19161,66 @@
type: "rdf:Property".freeze
property :fuelCapacity,
comment: %(The capacity of the fuel tank or in the case of electric cars, the battery. If there are multiple components for storage, this should indicate the total of all storage of the same type.<br/><br/>
Typical unit code\(s\): LTR for liters, GLL of US gallons, GLI for UK / imperial gallons, AMH for ampere-hours \(for electrical vehicles\).).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
domainIncludes: "schema:Vehicle".freeze,
label: "fuelCapacity".freeze,
rangeIncludes: "schema:QuantitativeValue".freeze,
"schema:isPartOf": "http://auto.schema.org".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
type: "rdf:Property".freeze
property :fuelConsumption,
comment: %(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>
).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
domainIncludes: "schema:Vehicle".freeze,
label: "fuelConsumption".freeze,
rangeIncludes: "schema:QuantitativeValue".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
type: "rdf:Property".freeze
property :fuelEfficiency,
comment: %(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>
).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
domainIncludes: "schema:Vehicle".freeze,
label: "fuelEfficiency".freeze,
rangeIncludes: "schema:QuantitativeValue".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
type: "rdf:Property".freeze
property :fuelType,
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.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
domainIncludes: ["schema:EngineSpecification".freeze, "schema:Vehicle".freeze],
label: "fuelType".freeze,
rangeIncludes: ["schema:QualitativeValue".freeze, "schema:Text".freeze, "schema:URL".freeze],
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
type: "rdf:Property".freeze
property :functionalClass,
comment: %(The degree of mobility the joint allows.).freeze,
domainIncludes: "schema:Joint".freeze,
label: "functionalClass".freeze,
rangeIncludes: ["schema:MedicalEntity".freeze, "schema:Text".freeze],
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "rdf:Property".freeze
property :fundedItem,
comment: %(Indicates an item funded or sponsored through a <a class="localLink" href="http://schema.org/Grant">Grant</a>.).freeze,
- "dc:source": ["https://github.com/schemaorg/schemaorg/issues/1950".freeze, "https://github.com/schemaorg/schemaorg/issues/383".freeze, "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP".freeze],
domainIncludes: "schema:Grant".freeze,
label: "fundedItem".freeze,
rangeIncludes: "schema:Thing".freeze,
"schema:category": ["issue-1688".freeze, "issue-383".freeze],
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["https://github.com/schemaorg/schemaorg/issues/1950".freeze, "https://github.com/schemaorg/schemaorg/issues/383".freeze, "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP".freeze],
type: "rdf:Property".freeze
property :funder,
comment: %(A person or organization that supports \(sponsors\) something through some kind of financial contribution.).freeze,
domainIncludes: ["schema:CreativeWork".freeze, "schema:Event".freeze, "schema:MonetaryGrant".freeze, "schema:Organization".freeze, "schema:Person".freeze],
label: "funder".freeze,
@@ -18811,16 +19265,16 @@
label: "gameTip".freeze,
rangeIncludes: "schema:CreativeWork".freeze,
type: "rdf:Property".freeze
property :gender,
comment: %(Gender of something, typically a <a class="localLink" href="http://schema.org/Person">Person</a>, but possibly also fictional characters, animals, etc. While http://schema.org/Male and http://schema.org/Female may be used, text strings are also acceptable for people who do not identify as a binary gender. The <a class="localLink" href="http://schema.org/gender">gender</a> property can also be used in an extended sense to cover e.g. the gender of sports teams. As with the gender of individuals, we do not try to enumerate all possibilities. A mixed-gender <a class="localLink" href="http://schema.org/SportsTeam">SportsTeam</a> can be indicated with a text value of "Mixed".).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2341".freeze,
domainIncludes: ["schema:Person".freeze, "schema:SportsTeam".freeze],
label: "gender".freeze,
rangeIncludes: ["schema:GenderType".freeze, "schema:Text".freeze],
"schema:category": "issue-2341".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2341".freeze,
type: "rdf:Property".freeze
property :genre,
comment: %(Genre of the creative work, broadcast channel or group.).freeze,
domainIncludes: ["schema:BroadcastChannel".freeze, "schema:CreativeWork".freeze, "schema:MusicGroup".freeze],
label: "genre".freeze,
@@ -18910,77 +19364,77 @@
label: "geographicArea".freeze,
rangeIncludes: "schema:AdministrativeArea".freeze,
type: "rdf:Property".freeze
property :gettingTestedInfo,
comment: %(Information about getting tested \(for a <a class="localLink" href="http://schema.org/MedicalCondition">MedicalCondition</a>\), e.g. in the context of a pandemic.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2490".freeze,
domainIncludes: "schema:SpecialAnnouncement".freeze,
label: "gettingTestedInfo".freeze,
rangeIncludes: ["schema:URL".freeze, "schema:WebContent".freeze],
"schema:category": "issue-2490".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2490".freeze,
type: "rdf:Property".freeze
property :givenName,
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.).freeze,
domainIncludes: "schema:Person".freeze,
label: "givenName".freeze,
rangeIncludes: "schema:Text".freeze,
type: "rdf:Property".freeze
property :globalLocationNumber,
comment: %(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.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: ["schema:Organization".freeze, "schema:Person".freeze, "schema:Place".freeze],
label: "globalLocationNumber".freeze,
rangeIncludes: "schema:Text".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
subPropertyOf: "schema:identifier".freeze,
type: "rdf:Property".freeze
property :governmentBenefitsInfo,
comment: %(governmentBenefitsInfo provides information about government benefits associated with a SpecialAnnouncement.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2534".freeze,
domainIncludes: "schema:SpecialAnnouncement".freeze,
label: "governmentBenefitsInfo".freeze,
rangeIncludes: "schema:GovernmentService".freeze,
"schema:category": "issue-2534".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2534".freeze,
type: "rdf:Property".freeze
property :gracePeriod,
comment: %(The period of time after any due date that the borrower has to fulfil its obligations before a default \(failure to pay\) is deemed to have occurred.).freeze,
- "dc:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
domainIncludes: "schema:LoanOrCredit".freeze,
label: "gracePeriod".freeze,
rangeIncludes: "schema:Duration".freeze,
"schema:category": "issue-1253".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
type: "rdf:Property".freeze
property :grantee,
comment: %(The person, organization, contact point, or audience that has been granted this permission.).freeze,
domainIncludes: "schema:DigitalDocumentPermission".freeze,
label: "grantee".freeze,
rangeIncludes: ["schema:Audience".freeze, "schema:ContactPoint".freeze, "schema:Organization".freeze, "schema:Person".freeze],
type: "rdf:Property".freeze
property :greater,
comment: %(This ordering relation for qualitative values indicates that the subject is greater than the object.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: "schema:QualitativeValue".freeze,
label: "greater".freeze,
rangeIncludes: "schema:QualitativeValue".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :greaterOrEqual,
comment: %(This ordering relation for qualitative values indicates that the subject is greater than or equal to the object.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: "schema:QualitativeValue".freeze,
label: "greaterOrEqual".freeze,
rangeIncludes: "schema:QualitativeValue".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :gtin,
comment: %(A Global Trade Item Number \(<a href="https://www.gs1.org/standards/id-keys/gtin">GTIN</a>\). GTINs identify trade items, including products and services, using numeric identification codes. The <a class="localLink" href="http://schema.org/gtin">gtin</a> property generalizes the earlier <a class="localLink" href="http://schema.org/gtin8">gtin8</a>, <a class="localLink" href="http://schema.org/gtin12">gtin12</a>, <a class="localLink" href="http://schema.org/gtin13">gtin13</a>, and <a class="localLink" href="http://schema.org/gtin14">gtin14</a> properties. The GS1 <a href="https://www.gs1.org/standards/Digital-Link/">digital link specifications</a> express GTINs as URLs. A correct <a class="localLink" href="http://schema.org/gtin">gtin</a> value should be a valid GTIN, which means that it should be an all-numeric string of either 8, 12, 13 or 14 digits, or a "GS1 Digital Link" URL based on such a string. The numeric component should also have a <a href="https://www.gs1.org/services/check-digit-calculator">valid GS1 check digit</a> and meet the other rules for valid GTINs. See also <a href="http://www.gs1.org/barcodes/technical/idkeys/gtin">GS1's GTIN Summary</a> and <a href="https://en.wikipedia.org/wiki/Global_Trade_Item_Number">Wikipedia</a> for more details. Left-padding of the gtin values is not required or encouraged.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
domainIncludes: ["schema:Demand".freeze, "schema:Offer".freeze, "schema:Product".freeze],
label: "gtin".freeze,
rangeIncludes: "schema:Text".freeze,
"schema:category": "issue-1244".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
subPropertyOf: "schema:identifier".freeze,
type: "rdf:Property".freeze
property :gtin12,
comment: %(The GTIN-12 code of the product, or the product to which the offer refers. The GTIN-12 is the 12-digit GS1 Identification Key composed of a U.P.C. Company Prefix, Item Reference, and Check Digit used to identify trade items. See <a href="http://www.gs1.org/barcodes/technical/idkeys/gtin">GS1 GTIN Summary</a> for more details.).freeze,
domainIncludes: ["schema:Demand".freeze, "schema:Offer".freeze, "schema:Product".freeze],
@@ -18988,30 +19442,30 @@
rangeIncludes: "schema:Text".freeze,
subPropertyOf: ["schema:gtin".freeze, "schema:identifier".freeze],
type: "rdf:Property".freeze
property :gtin13,
comment: %(The GTIN-13 code of the product, or the product to which the offer refers. This is equivalent to 13-digit ISBN codes and EAN UCC-13. Former 12-digit UPC codes can be converted into a GTIN-13 code by simply adding a preceeding zero. See <a href="http://www.gs1.org/barcodes/technical/idkeys/gtin">GS1 GTIN Summary</a> for more details.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: ["schema:Demand".freeze, "schema:Offer".freeze, "schema:Product".freeze],
label: "gtin13".freeze,
rangeIncludes: "schema:Text".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
subPropertyOf: ["schema:gtin".freeze, "schema:identifier".freeze],
type: "rdf:Property".freeze
property :gtin14,
comment: %(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.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: ["schema:Demand".freeze, "schema:Offer".freeze, "schema:Product".freeze],
label: "gtin14".freeze,
rangeIncludes: "schema:Text".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
subPropertyOf: ["schema:gtin".freeze, "schema:identifier".freeze],
type: "rdf:Property".freeze
property :gtin8,
comment: %(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.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: ["schema:Demand".freeze, "schema:Offer".freeze, "schema:Product".freeze],
label: "gtin8".freeze,
rangeIncludes: "schema:Text".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
subPropertyOf: ["schema:gtin".freeze, "schema:identifier".freeze],
type: "rdf:Property".freeze
property :guideline,
comment: %(A medical guideline related to this entity.).freeze,
domainIncludes: "schema:MedicalEntity".freeze,
@@ -19031,52 +19485,61 @@
domainIncludes: "schema:MedicalGuideline".freeze,
label: "guidelineSubject".freeze,
rangeIncludes: "schema:MedicalEntity".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "rdf:Property".freeze
+ property :handlingTime,
+ 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. Typical properties: minValue, maxValue, unitCode \(d for DAY\). This is by common convention assumed to mean business days \(if a unitCode is used, coded as "d"\), i.e. only counting days when the business normally operates.).freeze,
+ domainIncludes: "schema:ShippingDeliveryTime".freeze,
+ label: "handlingTime".freeze,
+ rangeIncludes: "schema:QuantitativeValue".freeze,
+ "schema:category": "issue-2506".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2506".freeze,
+ type: "rdf:Property".freeze
property :hasBroadcastChannel,
comment: %(A broadcast channel of a broadcast service.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1004".freeze,
domainIncludes: "schema:BroadcastService".freeze,
label: "hasBroadcastChannel".freeze,
rangeIncludes: "schema:BroadcastChannel".freeze,
"schema:category": "issue-1004".freeze,
"schema:inverseOf": "schema:providesBroadcastService".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1004".freeze,
type: "rdf:Property".freeze
property :hasCategoryCode,
comment: %(A Category code contained in this code set.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/894".freeze,
domainIncludes: "schema:CategoryCodeSet".freeze,
label: "hasCategoryCode".freeze,
rangeIncludes: "schema:CategoryCode".freeze,
"schema:category": "issue-894".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/894".freeze,
subPropertyOf: "schema:hasDefinedTerm".freeze,
type: "rdf:Property".freeze
property :hasCourseInstance,
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.).freeze,
domainIncludes: "schema:Course".freeze,
label: "hasCourseInstance".freeze,
rangeIncludes: "schema:CourseInstance".freeze,
type: "rdf:Property".freeze
property :hasCredential,
comment: %(A credential awarded to the Person or Organization.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2289".freeze,
domainIncludes: ["schema:Organization".freeze, "schema:Person".freeze],
label: "hasCredential".freeze,
rangeIncludes: "schema:EducationalOccupationalCredential".freeze,
"schema:category": "issue-2289".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2289".freeze,
type: "rdf:Property".freeze
property :hasDefinedTerm,
comment: %(A Defined Term contained in this term set.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/894".freeze,
domainIncludes: "schema:DefinedTermSet".freeze,
label: "hasDefinedTerm".freeze,
rangeIncludes: "schema:DefinedTerm".freeze,
"schema:category": "issue-894".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/894".freeze,
subPropertyOf: "schema:hasPart".freeze,
type: "rdf:Property".freeze
property :hasDeliveryMethod,
comment: %(Method used for delivery or shipping.).freeze,
domainIncludes: ["schema:DeliveryEvent".freeze, "schema:ParcelDelivery".freeze],
@@ -19089,25 +19552,25 @@
label: "hasDigitalDocumentPermission".freeze,
rangeIncludes: "schema:DigitalDocumentPermission".freeze,
type: "rdf:Property".freeze
property :hasDriveThroughService,
comment: %(Indicates whether some facility \(e.g. <a class="localLink" href="http://schema.org/FoodEstablishment">FoodEstablishment</a>, <a class="localLink" href="http://schema.org/CovidTestingFacility">CovidTestingFacility</a>\) offers a service that can be used by driving through in a car. In the case of <a class="localLink" href="http://schema.org/CovidTestingFacility">CovidTestingFacility</a> such facilities could potentially help with social distancing from other potentially-infected users.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2490".freeze,
domainIncludes: "schema:Place".freeze,
label: "hasDriveThroughService".freeze,
rangeIncludes: "schema:Boolean".freeze,
"schema:category": "issue-2490".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2490".freeze,
type: "rdf:Property".freeze
property :hasHealthAspect,
comment: %(Indicates the aspect or aspects specifically addressed in some <a class="localLink" href="http://schema.org/HealthTopicContent">HealthTopicContent</a>. For example, that the content is an overview, or that it talks about treatment, self-care, treatments or their side-effects.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2373".freeze,
domainIncludes: "schema:HealthTopicContent".freeze,
label: "hasHealthAspect".freeze,
rangeIncludes: "schema:HealthAspectEnumeration".freeze,
"schema:category": "issue-2374".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2373".freeze,
type: "rdf:Property".freeze
property :hasMap,
comment: %(A URL to a map of the place.).freeze,
domainIncludes: "schema:Place".freeze,
label: "hasMap".freeze,
@@ -19131,54 +19594,54 @@
label: "hasMenuSection".freeze,
rangeIncludes: "schema:MenuSection".freeze,
type: "rdf:Property".freeze
property :hasMerchantReturnPolicy,
comment: %(Indicates a MerchantReturnPolicy that may be applicable.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
domainIncludes: ["schema:Organization".freeze, "schema:Product".freeze],
label: "hasMerchantReturnPolicy".freeze,
rangeIncludes: "schema:MerchantReturnPolicy".freeze,
"schema:category": "issue-2288".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
type: "rdf:Property".freeze
property :hasOccupation,
comment: %(The Person's occupation. For past professions, use Role for expressing dates.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1698".freeze,
domainIncludes: "schema:Person".freeze,
label: "hasOccupation".freeze,
rangeIncludes: "schema:Occupation".freeze,
"schema:category": "issue-1698".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1698".freeze,
type: "rdf:Property".freeze
property :hasOfferCatalog,
comment: %(Indicates an OfferCatalog listing for this Organization, Person, or Service.).freeze,
domainIncludes: ["schema:Organization".freeze, "schema:Person".freeze, "schema:Service".freeze],
label: "hasOfferCatalog".freeze,
rangeIncludes: "schema:OfferCatalog".freeze,
type: "rdf:Property".freeze
property :hasPOS,
comment: %(Points-of-Sales operated by the organization or person.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: ["schema:Organization".freeze, "schema:Person".freeze],
label: "hasPOS".freeze,
rangeIncludes: "schema:Place".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :hasPart,
comment: %(Indicates an item or CreativeWork that is part of this item, or CreativeWork \(in some sense\).).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex".freeze,
domainIncludes: "schema:CreativeWork".freeze,
label: "hasPart".freeze,
rangeIncludes: "schema:CreativeWork".freeze,
"schema:inverseOf": "schema:isPartOf".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex".freeze,
type: "rdf:Property".freeze
property :hasProductReturnPolicy,
comment: %(Indicates a ProductReturnPolicy that may be applicable.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
domainIncludes: ["schema:Organization".freeze, "schema:Product".freeze],
label: "hasProductReturnPolicy".freeze,
rangeIncludes: "schema:ProductReturnPolicy".freeze,
"schema:category": "issue-2288".freeze,
"schema:isPartOf": "http://attic.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
"schema:supersededBy": "schema:hasMerchantReturnPolicy".freeze,
type: "rdf:Property".freeze
property :headline,
comment: %(Headline of the article.).freeze,
domainIncludes: "schema:CreativeWork".freeze,
@@ -19192,124 +19655,124 @@
rangeIncludes: "schema:MedicalCondition".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "rdf:Property".freeze
property :healthPlanCoinsuranceOption,
comment: %(Whether the coinsurance applies before or after deductible, etc. TODO: Is this a closed set?).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1062".freeze,
domainIncludes: "schema:HealthPlanCostSharingSpecification".freeze,
label: "healthPlanCoinsuranceOption".freeze,
rangeIncludes: "schema:Text".freeze,
"schema:category": "issue-1062".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1062".freeze,
type: "rdf:Property".freeze
property :healthPlanCoinsuranceRate,
comment: %(Whether The rate of coinsurance expressed as a number between 0.0 and 1.0.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1062".freeze,
domainIncludes: "schema:HealthPlanCostSharingSpecification".freeze,
label: "healthPlanCoinsuranceRate".freeze,
rangeIncludes: "schema:Number".freeze,
"schema:category": "issue-1062".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1062".freeze,
type: "rdf:Property".freeze
property :healthPlanCopay,
comment: %(Whether The copay amount.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1062".freeze,
domainIncludes: "schema:HealthPlanCostSharingSpecification".freeze,
label: "healthPlanCopay".freeze,
rangeIncludes: "schema:PriceSpecification".freeze,
"schema:category": "issue-1062".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1062".freeze,
type: "rdf:Property".freeze
property :healthPlanCopayOption,
comment: %(Whether the copay is before or after deductible, etc. TODO: Is this a closed set?).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1062".freeze,
domainIncludes: "schema:HealthPlanCostSharingSpecification".freeze,
label: "healthPlanCopayOption".freeze,
rangeIncludes: "schema:Text".freeze,
"schema:category": "issue-1062".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1062".freeze,
type: "rdf:Property".freeze
property :healthPlanCostSharing,
comment: %(Whether The costs to the patient for services under this network or formulary.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1062".freeze,
domainIncludes: ["schema:HealthPlanFormulary".freeze, "schema:HealthPlanNetwork".freeze],
label: "healthPlanCostSharing".freeze,
rangeIncludes: "schema:Boolean".freeze,
"schema:category": "issue-1062".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1062".freeze,
type: "rdf:Property".freeze
property :healthPlanDrugOption,
comment: %(TODO.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1062".freeze,
domainIncludes: "schema:HealthInsurancePlan".freeze,
label: "healthPlanDrugOption".freeze,
rangeIncludes: "schema:Text".freeze,
"schema:category": "issue-1062".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1062".freeze,
type: "rdf:Property".freeze
property :healthPlanDrugTier,
comment: %(The tier\(s\) of drugs offered by this formulary or insurance plan.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1062".freeze,
domainIncludes: ["schema:HealthInsurancePlan".freeze, "schema:HealthPlanFormulary".freeze],
label: "healthPlanDrugTier".freeze,
rangeIncludes: "schema:Text".freeze,
"schema:category": "issue-1062".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1062".freeze,
type: "rdf:Property".freeze
property :healthPlanId,
comment: %(The 14-character, HIOS-generated Plan ID number. \(Plan IDs must be unique, even across different markets.\)).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1062".freeze,
domainIncludes: "schema:HealthInsurancePlan".freeze,
label: "healthPlanId".freeze,
rangeIncludes: "schema:Text".freeze,
"schema:category": "issue-1062".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1062".freeze,
type: "rdf:Property".freeze
property :healthPlanMarketingUrl,
comment: %(The URL that goes directly to the plan brochure for the specific standard plan or plan variation.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1062".freeze,
domainIncludes: "schema:HealthInsurancePlan".freeze,
label: "healthPlanMarketingUrl".freeze,
rangeIncludes: "schema:URL".freeze,
"schema:category": "issue-1062".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1062".freeze,
type: "rdf:Property".freeze
property :healthPlanNetworkId,
comment: %(Name or unique ID of network. \(Networks are often reused across different insurance plans\).).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1062".freeze,
domainIncludes: ["schema:HealthPlanNetwork".freeze, "schema:MedicalOrganization".freeze],
label: "healthPlanNetworkId".freeze,
rangeIncludes: "schema:Text".freeze,
"schema:category": "issue-1062".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1062".freeze,
type: "rdf:Property".freeze
property :healthPlanNetworkTier,
comment: %(The tier\(s\) for this network.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1062".freeze,
domainIncludes: "schema:HealthPlanNetwork".freeze,
label: "healthPlanNetworkTier".freeze,
rangeIncludes: "schema:Text".freeze,
"schema:category": "issue-1062".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1062".freeze,
type: "rdf:Property".freeze
property :healthPlanPharmacyCategory,
comment: %(The category or type of pharmacy associated with this cost sharing.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1062".freeze,
domainIncludes: "schema:HealthPlanCostSharingSpecification".freeze,
label: "healthPlanPharmacyCategory".freeze,
rangeIncludes: "schema:Text".freeze,
"schema:category": "issue-1062".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1062".freeze,
type: "rdf:Property".freeze
property :healthcareReportingData,
comment: %(Indicates data describing a hospital, e.g. a CDC <a class="localLink" href="http://schema.org/CDCPMDRecord">CDCPMDRecord</a> or as some kind of <a class="localLink" href="http://schema.org/Dataset">Dataset</a>.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2521".freeze,
domainIncludes: "schema:Hospital".freeze,
label: "healthcareReportingData".freeze,
rangeIncludes: ["schema:CDCPMDRecord".freeze, "schema:Dataset".freeze],
"schema:category": "issue-2521".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2521".freeze,
type: "rdf:Property".freeze
property :height,
comment: %(The height of the item.).freeze,
domainIncludes: ["schema:MediaObject".freeze, "schema:Person".freeze, "schema:Product".freeze, "schema:VisualArtwork".freeze],
label: "height".freeze,
@@ -19335,17 +19798,17 @@
label: "hiringOrganization".freeze,
rangeIncludes: "schema:Organization".freeze,
type: "rdf:Property".freeze
property :holdingArchive,
comment: %(<a class="localLink" href="http://schema.org/ArchiveOrganization">ArchiveOrganization</a> that holds, keeps or maintains the <a class="localLink" href="http://schema.org/ArchiveComponent">ArchiveComponent</a>.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1758".freeze,
domainIncludes: "schema:ArchiveComponent".freeze,
label: "holdingArchive".freeze,
rangeIncludes: "schema:ArchiveOrganization".freeze,
"schema:category": "issue-1758".freeze,
"schema:inverseOf": "schema:archiveHeld".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1758".freeze,
type: "rdf:Property".freeze
property :homeLocation,
comment: %(A contact location for a person's residence.).freeze,
domainIncludes: "schema:Person".freeze,
label: "homeLocation".freeze,
@@ -19467,50 +19930,50 @@
label: "inBroadcastLineup".freeze,
rangeIncludes: "schema:CableOrSatelliteService".freeze,
type: "rdf:Property".freeze
property :inCodeSet,
comment: %(A <a class="localLink" href="http://schema.org/CategoryCodeSet">CategoryCodeSet</a> that contains this category code.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/894".freeze,
domainIncludes: "schema:CategoryCode".freeze,
label: "inCodeSet".freeze,
rangeIncludes: ["schema:CategoryCodeSet".freeze, "schema:URL".freeze],
"schema:category": "issue-894".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/894".freeze,
subPropertyOf: "schema:inDefinedTermSet".freeze,
type: "rdf:Property".freeze
property :inDefinedTermSet,
comment: %(A <a class="localLink" href="http://schema.org/DefinedTermSet">DefinedTermSet</a> that contains this term.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/894".freeze,
domainIncludes: "schema:DefinedTerm".freeze,
label: "inDefinedTermSet".freeze,
rangeIncludes: ["schema:DefinedTermSet".freeze, "schema:URL".freeze],
"schema:category": "issue-894".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/894".freeze,
subPropertyOf: "schema:isPartOf".freeze,
type: "rdf:Property".freeze
property :inLanguage,
comment: %(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>.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2382".freeze,
domainIncludes: ["schema:BroadcastService".freeze, "schema:CommunicateAction".freeze, "schema:CreativeWork".freeze, "schema:Event".freeze, "schema:LinkRole".freeze, "schema:PronounceableText".freeze, "schema:WriteAction".freeze],
label: "inLanguage".freeze,
rangeIncludes: ["schema:Language".freeze, "schema:Text".freeze],
"schema:category": "issue-2382".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2382".freeze,
type: "rdf:Property".freeze
property :inPlaylist,
comment: %(The playlist to which this recording belongs.).freeze,
domainIncludes: "schema:MusicRecording".freeze,
label: "inPlaylist".freeze,
rangeIncludes: "schema:MusicPlaylist".freeze,
type: "rdf:Property".freeze
property :inStoreReturnsOffered,
comment: %(Are in-store returns offered?).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
domainIncludes: "schema:MerchantReturnPolicy".freeze,
label: "inStoreReturnsOffered".freeze,
rangeIncludes: "schema:Boolean".freeze,
"schema:category": "issue-2288".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
type: "rdf:Property".freeze
property :inSupportOf,
comment: %(Qualification, candidature, degree, application that Thesis supports.).freeze,
domainIncludes: "schema:Thesis".freeze,
label: "inSupportOf".freeze,
@@ -19530,14 +19993,14 @@
rangeIncludes: "schema:Text".freeze,
"schema:supersededBy": "schema:incentiveCompensation".freeze,
type: "rdf:Property".freeze
property :includedComposition,
comment: %(Smaller compositions included in this work \(e.g. a movement in a symphony\).).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
domainIncludes: "schema:MusicComposition".freeze,
label: "includedComposition".freeze,
rangeIncludes: "schema:MusicComposition".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
type: "rdf:Property".freeze
property :includedDataCatalog,
comment: %(A data catalog which contains this dataset \(this property was previously 'catalog', preferred name is now 'includedInDataCatalog'\).).freeze,
domainIncludes: "schema:Dataset".freeze,
label: "includedDataCatalog".freeze,
@@ -19551,57 +20014,57 @@
rangeIncludes: "schema:DataCatalog".freeze,
"schema:inverseOf": "schema:dataset".freeze,
type: "rdf:Property".freeze
property :includedInHealthInsurancePlan,
comment: %(The insurance plans that cover this drug.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1062".freeze,
domainIncludes: "schema:Drug".freeze,
label: "includedInHealthInsurancePlan".freeze,
rangeIncludes: "schema:HealthInsurancePlan".freeze,
"schema:category": "issue-1062".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1062".freeze,
type: "rdf:Property".freeze
property :includedRiskFactor,
comment: %(A modifiable or non-modifiable risk factor included in the calculation, e.g. age, coexisting condition.).freeze,
domainIncludes: "schema:MedicalRiskEstimator".freeze,
label: "includedRiskFactor".freeze,
rangeIncludes: "schema:MedicalRiskFactor".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "rdf:Property".freeze
property :includesAttraction,
comment: %(Attraction located at destination.).freeze,
- "dc:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#IIT-CNR.it".freeze, "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism".freeze],
domainIncludes: "schema:TouristDestination".freeze,
label: "includesAttraction".freeze,
rangeIncludes: "schema:TouristAttraction".freeze,
"schema:category": "issue-1810".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#IIT-CNR.it".freeze, "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism".freeze],
type: "rdf:Property".freeze
property :includesHealthPlanFormulary,
comment: %(Formularies covered by this plan.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1062".freeze,
domainIncludes: "schema:HealthInsurancePlan".freeze,
label: "includesHealthPlanFormulary".freeze,
rangeIncludes: "schema:HealthPlanFormulary".freeze,
"schema:category": "issue-1062".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1062".freeze,
type: "rdf:Property".freeze
property :includesHealthPlanNetwork,
comment: %(Networks covered by this plan.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1062".freeze,
domainIncludes: "schema:HealthInsurancePlan".freeze,
label: "includesHealthPlanNetwork".freeze,
rangeIncludes: "schema:HealthPlanNetwork".freeze,
"schema:category": "issue-1062".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1062".freeze,
type: "rdf:Property".freeze
property :includesObject,
comment: %(This links to a node or nodes indicating the exact quantity of the products included in the offer.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: ["schema:Demand".freeze, "schema:Offer".freeze],
label: "includesObject".freeze,
rangeIncludes: "schema:TypeAndQuantityNode".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :increasesRiskOf,
comment: %(The condition, complication, etc. influenced by this factor.).freeze,
domainIncludes: "schema:MedicalRiskFactor".freeze,
label: "increasesRiskOf".freeze,
@@ -19616,16 +20079,16 @@
type: "rdf:Property".freeze
property :ineligibleRegion,
comment: %(The ISO 3166-1 \(ISO 3166-1 alpha-2\) or ISO 3166-2 code, the place, or the GeoShape for the geo-political region\(s\) for which the offer or delivery charge specification is not valid, e.g. a region where the transaction is not allowed.<br/><br/>
See also <a class="localLink" href="http://schema.org/eligibleRegion">eligibleRegion</a>.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2242".freeze,
domainIncludes: ["schema:ActionAccessSpecification".freeze, "schema:DeliveryChargeSpecification".freeze, "schema:Demand".freeze, "schema:Offer".freeze],
label: "ineligibleRegion".freeze,
rangeIncludes: ["schema:GeoShape".freeze, "schema:Place".freeze, "schema:Text".freeze],
"schema:category": "issue-2242".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2242".freeze,
type: "rdf:Property".freeze
property :infectiousAgent,
comment: %(The actual infectious agent, such as a specific bacterium.).freeze,
domainIncludes: "schema:InfectiousDisease".freeze,
label: "infectiousAgent".freeze,
@@ -19705,15 +20168,15 @@
label: "interactionService".freeze,
rangeIncludes: ["schema:SoftwareApplication".freeze, "schema:WebSite".freeze],
type: "rdf:Property".freeze
property :interactionStatistic,
comment: %(The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2421".freeze,
domainIncludes: ["schema:CreativeWork".freeze, "schema:Organization".freeze, "schema:Person".freeze],
label: "interactionStatistic".freeze,
rangeIncludes: "schema:InteractionCounter".freeze,
"schema:category": "issue-2421".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2421".freeze,
type: "rdf:Property".freeze
property :interactionType,
comment: %(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.).freeze,
domainIncludes: "schema:InteractionCounter".freeze,
label: "interactionType".freeze,
@@ -19725,50 +20188,50 @@
label: "interactivityType".freeze,
rangeIncludes: "schema:Text".freeze,
type: "rdf:Property".freeze
property :interestRate,
comment: %(The interest rate, charged or paid, applicable to the financial product. Note: This is different from the calculated annualPercentageRate.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze,
domainIncludes: "schema:FinancialProduct".freeze,
label: "interestRate".freeze,
rangeIncludes: ["schema:Number".freeze, "schema:QuantitativeValue".freeze],
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze,
type: "rdf:Property".freeze
property :inventoryLevel,
comment: %(The current approximate inventory level for the item or items.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: ["schema:Demand".freeze, "schema:Offer".freeze, "schema:SomeProducts".freeze],
label: "inventoryLevel".freeze,
rangeIncludes: "schema:QuantitativeValue".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :inverseOf,
comment: %(Relates a property to a property that is its inverse. Inverse properties relate the same pairs of items to each other, but in reversed direction. For example, the 'alumni' and 'alumniOf' properties are inverseOf each other. Some properties don't have explicit inverses; in these situations RDFa and JSON-LD syntax for reverse properties can be used.).freeze,
domainIncludes: "schema:Property".freeze,
label: "inverseOf".freeze,
rangeIncludes: "schema:Property".freeze,
"schema:isPartOf": "http://meta.schema.org".freeze,
type: "rdf:Property".freeze
property :isAcceptingNewPatients,
comment: %(Whether the provider is accepting new patients.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1062".freeze,
domainIncludes: "schema:MedicalOrganization".freeze,
label: "isAcceptingNewPatients".freeze,
rangeIncludes: "schema:Boolean".freeze,
"schema:category": "issue-1062".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1062".freeze,
type: "rdf:Property".freeze
property :isAccessibleForFree,
comment: %(A flag to signal that the item, event, or place is accessible for free.).freeze,
domainIncludes: ["schema:CreativeWork".freeze, "schema:Event".freeze, "schema:Place".freeze, "schema:PublicationEvent".freeze],
label: "isAccessibleForFree".freeze,
rangeIncludes: "schema:Boolean".freeze,
type: "rdf:Property".freeze
property :isAccessoryOrSparePartFor,
comment: %(A pointer to another product \(or multiple products\) for which this product is an accessory or spare part.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: "schema:Product".freeze,
label: "isAccessoryOrSparePartFor".freeze,
rangeIncludes: "schema:Product".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :isAvailableGenerically,
comment: %(True if the drug is available in a generic form \(regardless of name\).).freeze,
domainIncludes: "schema:Drug".freeze,
label: "isAvailableGenerically".freeze,
@@ -19788,14 +20251,14 @@
rangeIncludes: ["schema:CreativeWork".freeze, "schema:Product".freeze, "schema:URL".freeze],
"schema:supersededBy": "schema:isBasedOn".freeze,
type: "rdf:Property".freeze
property :isConsumableFor,
comment: %(A pointer to another product \(or multiple products\) for which this product is a consumable.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: "schema:Product".freeze,
label: "isConsumableFor".freeze,
rangeIncludes: "schema:Product".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :isFamilyFriendly,
comment: %(Indicates whether this content is family friendly.).freeze,
domainIncludes: "schema:CreativeWork".freeze,
label: "isFamilyFriendly".freeze,
@@ -19820,53 +20283,62 @@
rangeIncludes: ["schema:CreativeWork".freeze, "schema:URL".freeze],
"schema:inverseOf": "schema:hasPart".freeze,
type: "rdf:Property".freeze
property :isPlanForApartment,
comment: %(Indicates some accommodation that this floor plan describes.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2373".freeze,
domainIncludes: "schema:FloorPlan".freeze,
label: "isPlanForApartment".freeze,
rangeIncludes: "schema:Accommodation".freeze,
"schema:category": "issue-2373".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2373".freeze,
type: "rdf:Property".freeze
property :isProprietary,
comment: %(True if this item's name is a proprietary/brand name \(vs. generic name\).).freeze,
domainIncludes: ["schema:DietarySupplement".freeze, "schema:Drug".freeze],
label: "isProprietary".freeze,
rangeIncludes: "schema:Boolean".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "rdf:Property".freeze
property :isRelatedTo,
comment: %(A pointer to another, somehow related product \(or multiple products\).).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: ["schema:Product".freeze, "schema:Service".freeze],
label: "isRelatedTo".freeze,
rangeIncludes: ["schema:Product".freeze, "schema:Service".freeze],
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :isResizable,
comment: %(Whether the 3DModel allows resizing. For example, room layout applications often do not allow 3DModel elements to be resized to reflect reality.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2394".freeze,
domainIncludes: "schema:3DModel".freeze,
label: "isResizable".freeze,
rangeIncludes: "schema:Boolean".freeze,
"schema:category": "issue-2394".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2394".freeze,
type: "rdf:Property".freeze
property :isSimilarTo,
comment: %(A pointer to another, functionally similar product \(or multiple products\).).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: ["schema:Product".freeze, "schema:Service".freeze],
label: "isSimilarTo".freeze,
rangeIncludes: ["schema:Product".freeze, "schema:Service".freeze],
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
+ property :isUnlabelledFallback,
+ comment: %(This can be marked 'true' to indicate that some published ShippingRateSettings are intended to apply to all <a class="localLink" href="http://schema.org/OfferShippingDetails">OfferShippingDetails</a> published by the same merchant, when referenced by a <a class="localLink" href="http://schema.org/shippingSettingsLink">shippingSettingsLink</a> in those settings. It is not meaningful to use a 'true' value for this property alongside a shippingLabel, since this property is for use with unlabelled ShippingRateSettings.).freeze,
+ domainIncludes: "schema:ShippingRateSettings".freeze,
+ label: "isUnlabelledFallback".freeze,
+ rangeIncludes: "schema:Boolean".freeze,
+ "schema:category": "issue-2506".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2506".freeze,
+ type: "rdf:Property".freeze
property :isVariantOf,
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.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: "schema:ProductModel".freeze,
label: "isVariantOf".freeze,
rangeIncludes: "schema:ProductModel".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :isbn,
comment: %(The ISBN of the book.).freeze,
domainIncludes: "schema:Book".freeze,
equivalentProperty: "bibo:isbn".freeze,
@@ -19874,38 +20346,38 @@
rangeIncludes: "schema:Text".freeze,
subPropertyOf: "schema:identifier".freeze,
type: "rdf:Property".freeze
property :isicV4,
comment: %(The International Standard of Industrial Classification of All Economic Activities \(ISIC\), Revision 4 code for a particular organization, business person, or place.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: ["schema:Organization".freeze, "schema:Person".freeze, "schema:Place".freeze],
label: "isicV4".freeze,
rangeIncludes: "schema:Text".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :isrcCode,
comment: %(The International Standard Recording Code for the recording.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
domainIncludes: "schema:MusicRecording".freeze,
label: "isrcCode".freeze,
rangeIncludes: "schema:Text".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
type: "rdf:Property".freeze
property :issn,
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.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex".freeze,
domainIncludes: ["schema:Blog".freeze, "schema:CreativeWorkSeries".freeze, "schema:Dataset".freeze, "schema:WebSite".freeze],
equivalentProperty: "bibo:issn".freeze,
label: "issn".freeze,
rangeIncludes: "schema:Text".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex".freeze,
subPropertyOf: "schema:identifier".freeze,
type: "rdf:Property".freeze
property :issueNumber,
comment: %(Identifies the issue of publication; for example, "iii" or "2".).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex".freeze,
domainIncludes: "schema:PublicationIssue".freeze,
equivalentProperty: "bibo:issue".freeze,
label: "issueNumber".freeze,
rangeIncludes: ["schema:Integer".freeze, "schema:Text".freeze],
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex".freeze,
subPropertyOf: "schema:position".freeze,
type: "rdf:Property".freeze
property :issuedBy,
comment: %(The organization issuing the ticket or permit.).freeze,
domainIncludes: ["schema:Permit".freeze, "schema:Ticket".freeze],
@@ -19918,14 +20390,14 @@
label: "issuedThrough".freeze,
rangeIncludes: "schema:Service".freeze,
type: "rdf:Property".freeze
property :iswcCode,
comment: %(The International Standard Musical Work Code for the composition.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
domainIncludes: "schema:MusicComposition".freeze,
label: "iswcCode".freeze,
rangeIncludes: "schema:Text".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
type: "rdf:Property".freeze
property :item,
comment: %(An entity represented by an entry in a list or data feed \(e.g. an 'artist' in a list of 'artists'\)’.).freeze,
domainIncludes: ["schema:DataFeedItem".freeze, "schema:ListItem".freeze],
label: "item".freeze,
@@ -19953,16 +20425,16 @@
label: "itemListOrder".freeze,
rangeIncludes: ["schema:ItemListOrderType".freeze, "schema:Text".freeze],
type: "rdf:Property".freeze
property :itemLocation,
comment: %(Current location of the item.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1758".freeze,
domainIncludes: "schema:ArchiveComponent".freeze,
label: "itemLocation".freeze,
rangeIncludes: ["schema:Place".freeze, "schema:PostalAddress".freeze, "schema:Text".freeze],
"schema:category": "issue-1758".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1758".freeze,
subPropertyOf: "schema:location".freeze,
type: "rdf:Property".freeze
property :itemOffered,
comment: %(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.).freeze,
domainIncludes: ["schema:Demand".freeze, "schema:Offer".freeze],
@@ -19982,110 +20454,110 @@
label: "itemShipped".freeze,
rangeIncludes: "schema:Product".freeze,
type: "rdf:Property".freeze
property :itinerary,
comment: %(Destination\(s\) \( <a class="localLink" href="http://schema.org/Place">Place</a> \) that make up a trip. For a trip where destination order is important use <a class="localLink" href="http://schema.org/ItemList">ItemList</a> to specify that order \(see examples\).).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism".freeze,
domainIncludes: "schema:Trip".freeze,
label: "itinerary".freeze,
rangeIncludes: ["schema:ItemList".freeze, "schema:Place".freeze],
"schema:category": "issue-1810".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism".freeze,
type: "rdf:Property".freeze
property :jobBenefits,
comment: %(Description of benefits associated with the job.).freeze,
domainIncludes: "schema:JobPosting".freeze,
label: "jobBenefits".freeze,
rangeIncludes: "schema:Text".freeze,
type: "rdf:Property".freeze
property :jobImmediateStart,
comment: %(An indicator as to whether a position is available for an immediate start.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2244".freeze,
domainIncludes: "schema:JobPosting".freeze,
label: "jobImmediateStart".freeze,
rangeIncludes: "schema:Boolean".freeze,
"schema:category": "issue-2244".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2244".freeze,
type: "rdf:Property".freeze
property :jobLocation,
comment: %(A \(typically single\) geographic location associated with the job position.).freeze,
domainIncludes: "schema:JobPosting".freeze,
label: "jobLocation".freeze,
rangeIncludes: "schema:Place".freeze,
type: "rdf:Property".freeze
property :jobLocationType,
comment: %(A description of the job location \(e.g TELECOMMUTE for telecommute jobs\).).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1591".freeze,
domainIncludes: "schema:JobPosting".freeze,
label: "jobLocationType".freeze,
rangeIncludes: "schema:Text".freeze,
"schema:category": "issue-1591".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1591".freeze,
type: "rdf:Property".freeze
property :jobStartDate,
comment: %(The date on which a successful applicant for this job would be expected to start work. Choose a specific date in the future or use the jobImmediateStart property to indicate the position is to be filled as soon as possible.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2244".freeze,
domainIncludes: "schema:JobPosting".freeze,
label: "jobStartDate".freeze,
rangeIncludes: ["schema:Date".freeze, "schema:Text".freeze],
"schema:category": "issue-2244".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2244".freeze,
type: "rdf:Property".freeze
property :jobTitle,
comment: %(The job title of the person \(for example, Financial Manager\).).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2192".freeze,
domainIncludes: "schema:Person".freeze,
label: "jobTitle".freeze,
rangeIncludes: ["schema:DefinedTerm".freeze, "schema:Text".freeze],
"schema:category": "issue-2192".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2192".freeze,
type: "rdf:Property".freeze
property :jurisdiction,
comment: %(Indicates a legal jurisdiction, e.g. of some legislation, or where some government service is based.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2534".freeze,
domainIncludes: ["schema:GovernmentService".freeze, "schema:Legislation".freeze],
label: "jurisdiction".freeze,
rangeIncludes: ["schema:AdministrativeArea".freeze, "schema:Text".freeze],
"schema:category": "issue-2534".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2534".freeze,
type: "rdf:Property".freeze
property :keywords,
comment: %(Keywords or tags used to describe this content. Multiple entries in a keywords list are typically delimited by commas.).freeze,
domainIncludes: "schema:CreativeWork".freeze,
label: "keywords".freeze,
rangeIncludes: "schema:Text".freeze,
type: "rdf:Property".freeze
property :knownVehicleDamages,
comment: %(A textual description of known damages, both repaired and unrepaired.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
domainIncludes: "schema:Vehicle".freeze,
label: "knownVehicleDamages".freeze,
rangeIncludes: "schema:Text".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
type: "rdf:Property".freeze
property :knows,
comment: %(The most generic bi-directional social/work relation.).freeze,
domainIncludes: "schema:Person".freeze,
label: "knows".freeze,
rangeIncludes: "schema:Person".freeze,
type: "rdf:Property".freeze
property :knowsAbout,
comment: %(Of a <a class="localLink" href="http://schema.org/Person">Person</a>, and less typically of an <a class="localLink" href="http://schema.org/Organization">Organization</a>, to indicate a topic that is known about - suggesting possible expertise but not implying it. We do not distinguish skill levels here, or relate this to educational content, events, objectives or <a class="localLink" href="http://schema.org/JobPosting">JobPosting</a> descriptions.).freeze,
- "dc:source": ["https://github.com/schemaorg/schemaorg/issues/1688".freeze, "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP".freeze],
domainIncludes: ["schema:Organization".freeze, "schema:Person".freeze],
label: "knowsAbout".freeze,
rangeIncludes: ["schema:Text".freeze, "schema:Thing".freeze, "schema:URL".freeze],
"schema:category": "issue-1688".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["https://github.com/schemaorg/schemaorg/issues/1688".freeze, "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP".freeze],
type: "rdf:Property".freeze
property :knowsLanguage,
comment: %(Of a <a class="localLink" href="http://schema.org/Person">Person</a>, and less typically of an <a class="localLink" href="http://schema.org/Organization">Organization</a>, to indicate a known language. We do not distinguish skill levels or reading/writing/speaking/signing here. Use language codes from the <a href="http://tools.ietf.org/html/bcp47">IETF BCP 47 standard</a>.).freeze,
- "dc:source": ["https://github.com/schemaorg/schemaorg/issues/1688".freeze, "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP".freeze],
domainIncludes: ["schema:Organization".freeze, "schema:Person".freeze],
label: "knowsLanguage".freeze,
rangeIncludes: ["schema:Language".freeze, "schema:Text".freeze],
"schema:category": "issue-1688".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["https://github.com/schemaorg/schemaorg/issues/1688".freeze, "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP".freeze],
type: "rdf:Property".freeze
property :labelDetails,
comment: %(Link to the drug's label details.).freeze,
domainIncludes: "schema:Drug".freeze,
label: "labelDetails".freeze,
@@ -20125,185 +20597,185 @@
label: "learningResourceType".freeze,
rangeIncludes: "schema:Text".freeze,
type: "rdf:Property".freeze
property :leaseLength,
comment: %(Length of the lease for some <a class="localLink" href="http://schema.org/Accommodation">Accommodation</a>, either particular to some <a class="localLink" href="http://schema.org/Offer">Offer</a> or in some cases intrinsic to the property.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2373".freeze,
domainIncludes: ["schema:Accommodation".freeze, "schema:Offer".freeze, "schema:RealEstateListing".freeze],
label: "leaseLength".freeze,
rangeIncludes: ["schema:Duration".freeze, "schema:QuantitativeValue".freeze],
"schema:category": "issue-2373".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2373".freeze,
type: "rdf:Property".freeze
property :legalName,
comment: %(The official name of the organization, e.g. the registered company name.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: "schema:Organization".freeze,
label: "legalName".freeze,
rangeIncludes: "schema:Text".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :legalStatus,
comment: %(The drug or supplement's legal status, including any controlled substance schedules that apply.).freeze,
domainIncludes: ["schema:DietarySupplement".freeze, "schema:Drug".freeze, "schema:MedicalEntity".freeze],
label: "legalStatus".freeze,
rangeIncludes: ["schema:DrugLegalStatus".freeze, "schema:MedicalEnumeration".freeze, "schema:Text".freeze],
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "rdf:Property".freeze
property :legislationApplies,
comment: %(Indicates that this legislation \(or part of a legislation\) somehow transfers another legislation in a different legislative context. This is an informative link, and it has no legal value. For legally-binding links of transposition, use the <a href="/legislationTransposes">legislationTransposes</a> property. For example an informative consolidated law of a European Union's member state "applies" the consolidated version of the European Directive implemented in it.).freeze,
- "dc:source": ["http://publications.europa.eu/mdr/eli/index.html".freeze, "https://github.com/schemaorg/schemaorg/issues/1156".freeze],
domainIncludes: "schema:Legislation".freeze,
equivalentProperty: "http://data.europa.eu/eli/ontology#implements".freeze,
exactMatch: "http://data.europa.eu/eli/ontology#implements".freeze,
label: "legislationApplies".freeze,
rangeIncludes: "schema:Legislation".freeze,
"schema:category": "issue-1156".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["http://publications.europa.eu/mdr/eli/index.html".freeze, "https://github.com/schemaorg/schemaorg/issues/1156".freeze],
type: "rdf:Property".freeze
property :legislationChanges,
comment: %(Another legislation that this legislation changes. This encompasses the notions of amendment, replacement, correction, repeal, or other types of change. This may be a direct change \(textual or non-textual amendment\) or a consequential or indirect change. The property is to be used to express the existence of a change relationship between two acts rather than the existence of a consolidated version of the text that shows the result of the change. For consolidation relationships, use the <a href="/legislationConsolidates">legislationConsolidates</a> property.).freeze,
- "dc:source": ["http://publications.europa.eu/mdr/eli/index.html".freeze, "https://github.com/schemaorg/schemaorg/issues/1156".freeze],
domainIncludes: "schema:Legislation".freeze,
equivalentProperty: "http://data.europa.eu/eli/ontology#changes".freeze,
exactMatch: "http://data.europa.eu/eli/ontology#changes".freeze,
label: "legislationChanges".freeze,
rangeIncludes: "schema:Legislation".freeze,
"schema:category": "issue-1156".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["http://publications.europa.eu/mdr/eli/index.html".freeze, "https://github.com/schemaorg/schemaorg/issues/1156".freeze],
type: "rdf:Property".freeze
property :legislationConsolidates,
comment: %(Indicates another legislation taken into account in this consolidated legislation \(which is usually the product of an editorial process that revises the legislation\). This property should be used multiple times to refer to both the original version or the previous consolidated version, and to the legislations making the change.).freeze,
- "dc:source": ["http://publications.europa.eu/mdr/eli/index.html".freeze, "https://github.com/schemaorg/schemaorg/issues/1156".freeze],
domainIncludes: "schema:Legislation".freeze,
equivalentProperty: "http://data.europa.eu/eli/ontology#consolidates".freeze,
exactMatch: "http://data.europa.eu/eli/ontology#consolidates".freeze,
label: "legislationConsolidates".freeze,
rangeIncludes: "schema:Legislation".freeze,
"schema:category": "issue-1156".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["http://publications.europa.eu/mdr/eli/index.html".freeze, "https://github.com/schemaorg/schemaorg/issues/1156".freeze],
type: "rdf:Property".freeze
property :legislationDate,
comment: %(The date of adoption or signature of the legislation. This is the date at which the text is officially aknowledged to be a legislation, even though it might not even be published or in force.).freeze,
- "dc:source": ["http://publications.europa.eu/mdr/eli/index.html".freeze, "https://github.com/schemaorg/schemaorg/issues/1156".freeze],
domainIncludes: "schema:Legislation".freeze,
equivalentProperty: "http://data.europa.eu/eli/ontology#date_document".freeze,
exactMatch: "http://data.europa.eu/eli/ontology#date_document".freeze,
label: "legislationDate".freeze,
rangeIncludes: "schema:Date".freeze,
"schema:category": "issue-1156".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["http://publications.europa.eu/mdr/eli/index.html".freeze, "https://github.com/schemaorg/schemaorg/issues/1156".freeze],
subPropertyOf: "schema:dateCreated".freeze,
type: "rdf:Property".freeze
property :legislationDateVersion,
comment: %(The point-in-time at which the provided description of the legislation is valid \(e.g. : when looking at the law on the 2016-04-07 \(= dateVersion\), I get the consolidation of 2015-04-12 of the "National Insurance Contributions Act 2015"\)).freeze,
- "dc:source": ["http://publications.europa.eu/mdr/eli/index.html".freeze, "https://github.com/schemaorg/schemaorg/issues/1156".freeze],
domainIncludes: "schema:Legislation".freeze,
equivalentProperty: "http://data.europa.eu/eli/ontology#version_date".freeze,
exactMatch: "http://data.europa.eu/eli/ontology#version_date".freeze,
label: "legislationDateVersion".freeze,
rangeIncludes: "schema:Date".freeze,
"schema:category": "issue-1156".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["http://publications.europa.eu/mdr/eli/index.html".freeze, "https://github.com/schemaorg/schemaorg/issues/1156".freeze],
type: "rdf:Property".freeze
property :legislationIdentifier,
comment: %(An identifier for the legislation. This can be either a string-based identifier, like the CELEX at EU level or the NOR in France, or a web-based, URL/URI identifier, like an ELI \(European Legislation Identifier\) or an URN-Lex.).freeze,
- "dc:source": ["http://publications.europa.eu/mdr/eli/index.html".freeze, "https://github.com/schemaorg/schemaorg/issues/1156".freeze],
domainIncludes: "schema:Legislation".freeze,
label: "legislationIdentifier".freeze,
rangeIncludes: ["schema:Text".freeze, "schema:URL".freeze],
"schema:category": "issue-1156".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["http://publications.europa.eu/mdr/eli/index.html".freeze, "https://github.com/schemaorg/schemaorg/issues/1156".freeze],
"skos:closeMatch": "http://data.europa.eu/eli/ontology#id_local".freeze,
subPropertyOf: "schema:identifier".freeze,
type: "rdf:Property".freeze
property :legislationJurisdiction,
comment: %(The jurisdiction from which the legislation originates.).freeze,
- "dc:source": ["http://publications.europa.eu/mdr/eli/index.html".freeze, "https://github.com/schemaorg/schemaorg/issues/1156".freeze],
domainIncludes: "schema:Legislation".freeze,
equivalentProperty: "http://data.europa.eu/eli/ontology#jurisdiction".freeze,
exactMatch: "http://data.europa.eu/eli/ontology#jurisdiction".freeze,
label: "legislationJurisdiction".freeze,
rangeIncludes: ["schema:AdministrativeArea".freeze, "schema:Text".freeze],
"schema:category": "issue-1156".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["http://publications.europa.eu/mdr/eli/index.html".freeze, "https://github.com/schemaorg/schemaorg/issues/1156".freeze],
subPropertyOf: ["schema:jurisdiction".freeze, "schema:spatialCoverage".freeze],
type: "rdf:Property".freeze
property :legislationLegalForce,
comment: %(Whether the legislation is currently in force, not in force, or partially in force.).freeze,
- "dc:source": ["http://publications.europa.eu/mdr/eli/index.html".freeze, "https://github.com/schemaorg/schemaorg/issues/1156".freeze],
domainIncludes: "schema:Legislation".freeze,
equivalentProperty: "http://data.europa.eu/eli/ontology#in_force".freeze,
exactMatch: "http://data.europa.eu/eli/ontology#in_force".freeze,
label: "legislationLegalForce".freeze,
rangeIncludes: "schema:LegalForceStatus".freeze,
"schema:category": "issue-1156".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["http://publications.europa.eu/mdr/eli/index.html".freeze, "https://github.com/schemaorg/schemaorg/issues/1156".freeze],
type: "rdf:Property".freeze
property :legislationLegalValue,
comment: %(The legal value of this legislation file. The same legislation can be written in multiple files with different legal values. Typically a digitally signed PDF have a "stronger" legal value than the HTML file of the same act.).freeze,
- "dc:source": ["http://publications.europa.eu/mdr/eli/index.html".freeze, "https://github.com/schemaorg/schemaorg/issues/1156".freeze],
domainIncludes: "schema:LegislationObject".freeze,
equivalentProperty: "http://data.europa.eu/eli/ontology#legal_value".freeze,
exactMatch: "http://data.europa.eu/eli/ontology#legal_value".freeze,
label: "legislationLegalValue".freeze,
rangeIncludes: "schema:LegalValueLevel".freeze,
"schema:category": "issue-1156".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["http://publications.europa.eu/mdr/eli/index.html".freeze, "https://github.com/schemaorg/schemaorg/issues/1156".freeze],
type: "rdf:Property".freeze
property :legislationPassedBy,
comment: %(The person or organization that originally passed or made the law : typically parliament \(for primary legislation\) or government \(for secondary legislation\). This indicates the "legal author" of the law, as opposed to its physical author.).freeze,
- "dc:source": ["http://publications.europa.eu/mdr/eli/index.html".freeze, "https://github.com/schemaorg/schemaorg/issues/1156".freeze],
domainIncludes: "schema:Legislation".freeze,
equivalentProperty: "http://data.europa.eu/eli/ontology#passed_by".freeze,
exactMatch: "http://data.europa.eu/eli/ontology#passed_by".freeze,
label: "legislationPassedBy".freeze,
rangeIncludes: ["schema:Organization".freeze, "schema:Person".freeze],
"schema:category": "issue-1156".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["http://publications.europa.eu/mdr/eli/index.html".freeze, "https://github.com/schemaorg/schemaorg/issues/1156".freeze],
subPropertyOf: "schema:creator".freeze,
type: "rdf:Property".freeze
property :legislationResponsible,
comment: %(An individual or organization that has some kind of responsibility for the legislation. Typically the ministry who is/was in charge of elaborating the legislation, or the adressee for potential questions about the legislation once it is published.).freeze,
- "dc:source": ["http://publications.europa.eu/mdr/eli/index.html".freeze, "https://github.com/schemaorg/schemaorg/issues/1156".freeze],
domainIncludes: "schema:Legislation".freeze,
equivalentProperty: "http://data.europa.eu/eli/ontology#responsibility_of".freeze,
exactMatch: "http://data.europa.eu/eli/ontology#responsibility_of".freeze,
label: "legislationResponsible".freeze,
rangeIncludes: ["schema:Organization".freeze, "schema:Person".freeze],
"schema:category": "issue-1156".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["http://publications.europa.eu/mdr/eli/index.html".freeze, "https://github.com/schemaorg/schemaorg/issues/1156".freeze],
type: "rdf:Property".freeze
property :legislationTransposes,
comment: %(Indicates that this legislation \(or part of legislation\) fulfills the objectives set by another legislation, by passing appropriate implementation measures. Typically, some legislations of European Union's member states or regions transpose European Directives. This indicates a legally binding link between the 2 legislations.).freeze,
- "dc:source": ["http://publications.europa.eu/mdr/eli/index.html".freeze, "https://github.com/schemaorg/schemaorg/issues/1156".freeze],
domainIncludes: "schema:Legislation".freeze,
equivalentProperty: "http://data.europa.eu/eli/ontology#transposes".freeze,
exactMatch: "http://data.europa.eu/eli/ontology#transposes".freeze,
label: "legislationTransposes".freeze,
rangeIncludes: "schema:Legislation".freeze,
"schema:category": "issue-1156".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["http://publications.europa.eu/mdr/eli/index.html".freeze, "https://github.com/schemaorg/schemaorg/issues/1156".freeze],
subPropertyOf: "schema:legislationApplies".freeze,
type: "rdf:Property".freeze
property :legislationType,
comment: %(The type of the legislation. Examples of values are "law", "act", "directive", "decree", "regulation", "statutory instrument", "loi organique", "règlement grand-ducal", etc., depending on the country.).freeze,
- "dc:source": ["http://publications.europa.eu/mdr/eli/index.html".freeze, "https://github.com/schemaorg/schemaorg/issues/1156".freeze],
domainIncludes: "schema:Legislation".freeze,
equivalentProperty: "http://data.europa.eu/eli/ontology#type_document".freeze,
exactMatch: "http://data.europa.eu/eli/ontology#type_document".freeze,
label: "legislationType".freeze,
rangeIncludes: ["schema:CategoryCode".freeze, "schema:Text".freeze],
"schema:category": "issue-1156".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["http://publications.europa.eu/mdr/eli/index.html".freeze, "https://github.com/schemaorg/schemaorg/issues/1156".freeze],
subPropertyOf: "schema:genre".freeze,
type: "rdf:Property".freeze
property :leiCode,
comment: %(An organization identifier that uniquely identifies a legal entity as defined in ISO 17442.).freeze,
- "dc:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#GLEIF".freeze],
domainIncludes: "schema:Organization".freeze,
label: "leiCode".freeze,
rangeIncludes: "schema:Text".freeze,
+ "schema:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#GLEIF".freeze],
subPropertyOf: "schema:identifier".freeze,
type: "rdf:Property".freeze
property :lender,
comment: %(A sub property of participant. The person that lends the object being borrowed.).freeze,
domainIncludes: "schema:BorrowAction".freeze,
@@ -20311,21 +20783,21 @@
rangeIncludes: ["schema:Organization".freeze, "schema:Person".freeze],
subPropertyOf: "schema:participant".freeze,
type: "rdf:Property".freeze
property :lesser,
comment: %(This ordering relation for qualitative values indicates that the subject is lesser than the object.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: "schema:QualitativeValue".freeze,
label: "lesser".freeze,
rangeIncludes: "schema:QualitativeValue".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :lesserOrEqual,
comment: %(This ordering relation for qualitative values indicates that the subject is lesser than or equal to the object.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: "schema:QualitativeValue".freeze,
label: "lesserOrEqual".freeze,
rangeIncludes: "schema:QualitativeValue".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :letterer,
comment: %(The individual who adds lettering, including speech balloons and sound effects, to artwork.).freeze,
domainIncludes: ["schema:ComicIssue".freeze, "schema:ComicStory".freeze, "schema:VisualArtwork".freeze],
label: "letterer".freeze,
@@ -20345,75 +20817,75 @@
label: "line".freeze,
rangeIncludes: "schema:Text".freeze,
type: "rdf:Property".freeze
property :linkRelationship,
comment: %(Indicates the relationship type of a Web link.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1045".freeze,
domainIncludes: "schema:LinkRole".freeze,
label: "linkRelationship".freeze,
rangeIncludes: "schema:Text".freeze,
"schema:category": "issue-1045".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1045".freeze,
type: "rdf:Property".freeze
property :liveBlogUpdate,
comment: %(An update to the LiveBlog.).freeze,
domainIncludes: "schema:LiveBlogPosting".freeze,
label: "liveBlogUpdate".freeze,
rangeIncludes: "schema:BlogPosting".freeze,
type: "rdf:Property".freeze
property :loanMortgageMandateAmount,
comment: %(Amount of mortgage mandate that can be converted into a proper mortgage at a later stage.).freeze,
- "dc:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
domainIncludes: "schema:MortgageLoan".freeze,
label: "loanMortgageMandateAmount".freeze,
rangeIncludes: "schema:MonetaryAmount".freeze,
"schema:category": "issue-1253".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
type: "rdf:Property".freeze
property :loanPaymentAmount,
comment: %(The amount of money to pay in a single payment.).freeze,
- "dc:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
domainIncludes: "schema:RepaymentSpecification".freeze,
label: "loanPaymentAmount".freeze,
rangeIncludes: "schema:MonetaryAmount".freeze,
"schema:category": "issue-1253".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
type: "rdf:Property".freeze
property :loanPaymentFrequency,
comment: %(Frequency of payments due, i.e. number of months between payments. This is defined as a frequency, i.e. the reciprocal of a period of time.).freeze,
- "dc:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
domainIncludes: "schema:RepaymentSpecification".freeze,
label: "loanPaymentFrequency".freeze,
rangeIncludes: "schema:Number".freeze,
"schema:category": "issue-1253".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
type: "rdf:Property".freeze
property :loanRepaymentForm,
comment: %(A form of paying back money previously borrowed from a lender. Repayment usually takes the form of periodic payments that normally include part principal plus interest in each payment.).freeze,
- "dc:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
domainIncludes: "schema:LoanOrCredit".freeze,
label: "loanRepaymentForm".freeze,
rangeIncludes: "schema:RepaymentSpecification".freeze,
"schema:category": "issue-1253".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
type: "rdf:Property".freeze
property :loanTerm,
comment: %(The duration of the loan or credit agreement.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze,
domainIncludes: "schema:LoanOrCredit".freeze,
label: "loanTerm".freeze,
rangeIncludes: "schema:QuantitativeValue".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze,
subPropertyOf: "schema:duration".freeze,
type: "rdf:Property".freeze
property :loanType,
comment: %(The type of a loan or credit.).freeze,
- "dc:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
domainIncludes: "schema:LoanOrCredit".freeze,
label: "loanType".freeze,
rangeIncludes: ["schema:Text".freeze, "schema:URL".freeze],
"schema:category": "issue-1253".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
type: "rdf:Property".freeze
property :location,
comment: %(The location of for example where the event is happening, an organization is located, or where an action takes place.).freeze,
domainIncludes: ["schema:Action".freeze, "schema:Event".freeze, "schema:Organization".freeze],
label: "location".freeze,
@@ -20437,14 +20909,14 @@
label: "lodgingUnitType".freeze,
rangeIncludes: ["schema:QualitativeValue".freeze, "schema:Text".freeze],
type: "rdf:Property".freeze
property :logo,
comment: %(An associated logo.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: ["schema:Brand".freeze, "schema:Organization".freeze, "schema:Place".freeze, "schema:Product".freeze, "schema:Service".freeze],
label: "logo".freeze,
rangeIncludes: ["schema:ImageObject".freeze, "schema:URL".freeze],
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
subPropertyOf: "schema:image".freeze,
type: "rdf:Property".freeze
property :longitude,
comment: %(The longitude of a location. For example <code>-122.08585</code> \(<a href="https://en.wikipedia.org/wiki/World_Geodetic_System">WGS 84</a>\).).freeze,
domainIncludes: ["schema:GeoCoordinates".freeze, "schema:Place".freeze],
@@ -20472,21 +20944,21 @@
label: "lowPrice".freeze,
rangeIncludes: ["schema:Number".freeze, "schema:Text".freeze],
type: "rdf:Property".freeze
property :lyricist,
comment: %(The person who wrote the words.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
domainIncludes: "schema:MusicComposition".freeze,
label: "lyricist".freeze,
rangeIncludes: "schema:Person".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
type: "rdf:Property".freeze
property :lyrics,
comment: %(The words in the song.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
domainIncludes: "schema:MusicComposition".freeze,
label: "lyrics".freeze,
rangeIncludes: "schema:CreativeWork".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
type: "rdf:Property".freeze
property :mainContentOfPage,
comment: %(Indicates if this web page element is the main subject of the page.).freeze,
domainIncludes: "schema:WebPage".freeze,
label: "mainContentOfPage".freeze,
@@ -20507,24 +20979,24 @@
rangeIncludes: ["schema:CreativeWork".freeze, "schema:URL".freeze],
"schema:inverseOf": "schema:mainEntity".freeze,
type: "rdf:Property".freeze
property :maintainer,
comment: %(A maintainer of a <a class="localLink" href="http://schema.org/Dataset">Dataset</a>, software package \(<a class="localLink" href="http://schema.org/SoftwareApplication">SoftwareApplication</a>\), or other <a class="localLink" href="http://schema.org/Project">Project</a>. A maintainer is a <a class="localLink" href="http://schema.org/Person">Person</a> or <a class="localLink" href="http://schema.org/Organization">Organization</a> that manages contributions to, and/or publication of, some \(typically complex\) artifact. It is common for distributions of software and data to be based on "upstream" sources. When <a class="localLink" href="http://schema.org/maintainer">maintainer</a> is applied to a specific version of something e.g. a particular version or packaging of a <a class="localLink" href="http://schema.org/Dataset">Dataset</a>, it is always possible that the upstream source has a different maintainer. The <a class="localLink" href="http://schema.org/isBasedOn">isBasedOn</a> property can be used to indicate such relationships between datasets to make the different maintenance roles clear. Similarly in the case of software, a package may have dedicated maintainers working on integration into software distributions such as Ubuntu, as well as upstream maintainers of the underlying work.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2311".freeze,
domainIncludes: "schema:CreativeWork".freeze,
label: "maintainer".freeze,
rangeIncludes: ["schema:Organization".freeze, "schema:Person".freeze],
"schema:category": "issue-2311".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2311".freeze,
type: "rdf:Property".freeze
property :makesOffer,
comment: %(A pointer to products or services offered by the organization or person.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: ["schema:Organization".freeze, "schema:Person".freeze],
label: "makesOffer".freeze,
rangeIncludes: "schema:Offer".freeze,
"schema:inverseOf": "schema:offeredBy".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :manufacturer,
comment: %(The manufacturer of the product.).freeze,
domainIncludes: ["schema:DietarySupplement".freeze, "schema:Drug".freeze, "schema:Product".freeze],
label: "manufacturer".freeze,
@@ -20550,159 +21022,159 @@
rangeIncludes: "schema:URL".freeze,
"schema:supersededBy": "schema:hasMap".freeze,
type: "rdf:Property".freeze
property :marginOfError,
comment: %(A marginOfError for an <a class="localLink" href="http://schema.org/Observation">Observation</a>.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2291".freeze,
domainIncludes: "schema:Observation".freeze,
label: "marginOfError".freeze,
rangeIncludes: "schema:DateTime".freeze,
"schema:category": "issue-2291".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2291".freeze,
type: "rdf:Property".freeze
property :masthead,
comment: %(For a <a class="localLink" href="http://schema.org/NewsMediaOrganization">NewsMediaOrganization</a>, a link to the masthead page or a page listing top editorial management.).freeze,
- "dc:source": ["https://github.com/schemaorg/schemaorg/issues/1525".freeze, "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP".freeze],
domainIncludes: "schema:NewsMediaOrganization".freeze,
label: "masthead".freeze,
rangeIncludes: ["schema:CreativeWork".freeze, "schema:URL".freeze],
"schema:category": "issue-1525".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["https://github.com/schemaorg/schemaorg/issues/1525".freeze, "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP".freeze],
subPropertyOf: "schema:publishingPrinciples".freeze,
type: "rdf:Property".freeze
property :material,
comment: %(A material that something is made from, e.g. leather, wool, cotton, paper.).freeze,
domainIncludes: ["schema:CreativeWork".freeze, "schema:Product".freeze],
label: "material".freeze,
rangeIncludes: ["schema:Product".freeze, "schema:Text".freeze, "schema:URL".freeze],
type: "rdf:Property".freeze
property :materialExtent,
comment: %(The quantity of the materials being described or an expression of the physical space they occupy.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1759".freeze,
domainIncludes: "schema:CreativeWork".freeze,
label: "materialExtent".freeze,
rangeIncludes: ["schema:QuantitativeValue".freeze, "schema:Text".freeze],
"schema:category": "issue-1759".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1759".freeze,
type: "rdf:Property".freeze
property :maxPrice,
comment: %(The highest price if the price is a range.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: "schema:PriceSpecification".freeze,
label: "maxPrice".freeze,
rangeIncludes: "schema:Number".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :maxValue,
comment: %(The upper value of some characteristic or property.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: ["schema:MonetaryAmount".freeze, "schema:PropertyValue".freeze, "schema:PropertyValueSpecification".freeze, "schema:QuantitativeValue".freeze],
label: "maxValue".freeze,
rangeIncludes: "schema:Number".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :maximumAttendeeCapacity,
comment: %(The total number of individuals that may attend an event or venue.).freeze,
domainIncludes: ["schema:Event".freeze, "schema:Place".freeze],
label: "maximumAttendeeCapacity".freeze,
rangeIncludes: "schema:Integer".freeze,
type: "rdf:Property".freeze
property :maximumEnrollment,
comment: %(The maximum number of students who may be enrolled in the program.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2419".freeze,
domainIncludes: "schema:EducationalOccupationalProgram".freeze,
label: "maximumEnrollment".freeze,
rangeIncludes: "schema:Integer".freeze,
"schema:category": "issue-2419".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2419".freeze,
type: "rdf:Property".freeze
property :maximumIntake,
comment: %(Recommended intake of this supplement for a given population as defined by a specific recommending authority.).freeze,
domainIncludes: ["schema:DietarySupplement".freeze, "schema:Drug".freeze, "schema:DrugStrength".freeze, "schema:Substance".freeze],
label: "maximumIntake".freeze,
rangeIncludes: "schema:MaximumDoseSchedule".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "rdf:Property".freeze
property :maximumPhysicalAttendeeCapacity,
comment: %(The maximum physical attendee capacity of an <a class="localLink" href="http://schema.org/Event">Event</a> whose <a class="localLink" href="http://schema.org/eventAttendanceMode">eventAttendanceMode</a> is <a class="localLink" href="http://schema.org/OfflineEventAttendanceMode">OfflineEventAttendanceMode</a> \(or the offline aspects, in the case of a <a class="localLink" href="http://schema.org/MixedEventAttendanceMode">MixedEventAttendanceMode</a>\).).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1842".freeze,
domainIncludes: "schema:Event".freeze,
label: "maximumPhysicalAttendeeCapacity".freeze,
rangeIncludes: "schema:Integer".freeze,
"schema:category": "issue-1842".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1842".freeze,
type: "rdf:Property".freeze
property :maximumVirtualAttendeeCapacity,
comment: %(The maximum physical attendee capacity of an <a class="localLink" href="http://schema.org/Event">Event</a> whose <a class="localLink" href="http://schema.org/eventAttendanceMode">eventAttendanceMode</a> is <a class="localLink" href="http://schema.org/OnlineEventAttendanceMode">OnlineEventAttendanceMode</a> \(or the online aspects, in the case of a <a class="localLink" href="http://schema.org/MixedEventAttendanceMode">MixedEventAttendanceMode</a>\).).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1842".freeze,
domainIncludes: "schema:Event".freeze,
label: "maximumVirtualAttendeeCapacity".freeze,
rangeIncludes: "schema:Integer".freeze,
"schema:category": "issue-1842".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1842".freeze,
type: "rdf:Property".freeze
property :mealService,
comment: %(Description of the meals that will be provided or available for purchase.).freeze,
domainIncludes: "schema:Flight".freeze,
label: "mealService".freeze,
rangeIncludes: "schema:Text".freeze,
type: "rdf:Property".freeze
property :measuredProperty,
comment: %(The measuredProperty of an <a class="localLink" href="http://schema.org/Observation">Observation</a>, either a schema.org property, a property from other RDF-compatible systems e.g. W3C RDF Data Cube, or schema.org extensions such as <a href="https://www.gs1.org/voc/?show=properties">GS1's</a>.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2291".freeze,
domainIncludes: "schema:Observation".freeze,
label: "measuredProperty".freeze,
rangeIncludes: "schema:Property".freeze,
"schema:category": "issue-2291".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2291".freeze,
type: "rdf:Property".freeze
property :measuredValue,
comment: %(The measuredValue of an <a class="localLink" href="http://schema.org/Observation">Observation</a>.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2291".freeze,
domainIncludes: "schema:Observation".freeze,
label: "measuredValue".freeze,
rangeIncludes: "schema:DataType".freeze,
"schema:category": "issue-2291".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2291".freeze,
type: "rdf:Property".freeze
property :measurementTechnique,
comment: %(A technique or technology used in a <a class="localLink" href="http://schema.org/Dataset">Dataset</a> \(or <a class="localLink" href="http://schema.org/DataDownload">DataDownload</a>, <a class="localLink" href="http://schema.org/DataCatalog">DataCatalog</a>\),
corresponding to the method used for measuring the corresponding variable\(s\) \(described using <a class="localLink" href="http://schema.org/variableMeasured">variableMeasured</a>\). This is oriented towards scientific and scholarly dataset publication but may have broader applicability; it is not intended as a full representation of measurement, but rather as a high level summary for dataset discovery.<br/><br/>
For example, if <a class="localLink" href="http://schema.org/variableMeasured">variableMeasured</a> is: molecule concentration, <a class="localLink" href="http://schema.org/measurementTechnique">measurementTechnique</a> could be: "mass spectrometry" or "nmr spectroscopy" or "colorimetry" or "immunofluorescence".<br/><br/>
If the <a class="localLink" href="http://schema.org/variableMeasured">variableMeasured</a> is "depression rating", the <a class="localLink" href="http://schema.org/measurementTechnique">measurementTechnique</a> could be "Zung Scale" or "HAM-D" or "Beck Depression Inventory".<br/><br/>
If there are several <a class="localLink" href="http://schema.org/variableMeasured">variableMeasured</a> properties recorded for some given data object, use a <a class="localLink" href="http://schema.org/PropertyValue">PropertyValue</a> for each <a class="localLink" href="http://schema.org/variableMeasured">variableMeasured</a> and attach the corresponding <a class="localLink" href="http://schema.org/measurementTechnique">measurementTechnique</a>.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1425".freeze,
domainIncludes: ["schema:DataCatalog".freeze, "schema:DataDownload".freeze, "schema:Dataset".freeze, "schema:PropertyValue".freeze],
label: "measurementTechnique".freeze,
rangeIncludes: ["schema:Text".freeze, "schema:URL".freeze],
"schema:category": "issue-1425".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1425".freeze,
type: "rdf:Property".freeze
property :mechanismOfAction,
comment: %(The specific biochemical interaction through which this drug or supplement produces its pharmacological effect.).freeze,
domainIncludes: ["schema:DietarySupplement".freeze, "schema:Drug".freeze],
label: "mechanismOfAction".freeze,
rangeIncludes: "schema:Text".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "rdf:Property".freeze
property :mediaAuthenticityCategory,
comment: %(Indicates a MediaManipulationRatingEnumeration classification of a media object \(in the context of how it was published or shared\).).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
domainIncludes: "schema:MediaReview".freeze,
label: "mediaAuthenticityCategory".freeze,
rangeIncludes: "schema:MediaManipulationRatingEnumeration".freeze,
"schema:category": "issue-2450".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
type: "rdf:Property".freeze
property :median,
comment: %(The median value.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1698".freeze,
domainIncludes: "schema:QuantitativeValueDistribution".freeze,
label: "median".freeze,
rangeIncludes: "schema:Number".freeze,
"schema:category": "issue-1698".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1698".freeze,
type: "rdf:Property".freeze
property :medicalSpecialty,
comment: %(A medical specialty of the provider.).freeze,
domainIncludes: ["schema:Hospital".freeze, "schema:MedicalClinic".freeze, "schema:MedicalOrganization".freeze, "schema:Physician".freeze],
label: "medicalSpecialty".freeze,
@@ -20716,15 +21188,15 @@
rangeIncludes: "schema:MedicineSystem".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "rdf:Property".freeze
property :meetsEmissionStandard,
comment: %(Indicates that the vehicle meets the respective emission standard.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
domainIncludes: "schema:Vehicle".freeze,
label: "meetsEmissionStandard".freeze,
rangeIncludes: ["schema:QualitativeValue".freeze, "schema:Text".freeze, "schema:URL".freeze],
"schema:isPartOf": "http://auto.schema.org".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
type: "rdf:Property".freeze
property :member,
comment: %(A member of an Organization or a ProgramMembership. Organizations can be members of organizations; ProgramMembership is typically for individuals.).freeze,
domainIncludes: ["schema:Organization".freeze, "schema:ProgramMembership".freeze],
label: "member".freeze,
@@ -20751,16 +21223,16 @@
label: "membershipNumber".freeze,
rangeIncludes: "schema:Text".freeze,
type: "rdf:Property".freeze
property :membershipPointsEarned,
comment: %(The number of membership points earned by the member. If necessary, the unitText can be used to express the units the points are issued in. \(e.g. stars, miles, etc.\)).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2085".freeze,
domainIncludes: "schema:ProgramMembership".freeze,
label: "membershipPointsEarned".freeze,
rangeIncludes: ["schema:Number".freeze, "schema:QuantitativeValue".freeze],
"schema:category": "issue-2085".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2085".freeze,
type: "rdf:Property".freeze
property :memoryRequirements,
comment: %(Minimum memory requirements.).freeze,
domainIncludes: "schema:SoftwareApplication".freeze,
label: "memoryRequirements".freeze,
@@ -20779,40 +21251,40 @@
rangeIncludes: ["schema:Menu".freeze, "schema:Text".freeze, "schema:URL".freeze],
"schema:supersededBy": "schema:hasMenu".freeze,
type: "rdf:Property".freeze
property :menuAddOn,
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.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1541".freeze,
domainIncludes: "schema:MenuItem".freeze,
label: "menuAddOn".freeze,
rangeIncludes: ["schema:MenuItem".freeze, "schema:MenuSection".freeze],
"schema:category": "issue-1541".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1541".freeze,
type: "rdf:Property".freeze
property :merchant,
comment: %('merchant' is an out-dated term for 'seller'.).freeze,
domainIncludes: "schema:Order".freeze,
label: "merchant".freeze,
rangeIncludes: ["schema:Organization".freeze, "schema:Person".freeze],
"schema:supersededBy": "schema:seller".freeze,
type: "rdf:Property".freeze
property :merchantReturnDays,
comment: %(The merchantReturnDays property indicates the number of days \(from purchase\) within which relevant merchant return policy is applicable.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
domainIncludes: "schema:MerchantReturnPolicy".freeze,
label: "merchantReturnDays".freeze,
rangeIncludes: "schema:Integer".freeze,
"schema:category": "issue-2288".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
type: "rdf:Property".freeze
property :merchantReturnLink,
comment: %(Indicates a Web page or service by URL, for product return.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
domainIncludes: "schema:MerchantReturnPolicy".freeze,
label: "merchantReturnLink".freeze,
rangeIncludes: "schema:URL".freeze,
"schema:category": "issue-2288".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
type: "rdf:Property".freeze
property :messageAttachment,
comment: %(A CreativeWork attached to the message.).freeze,
domainIncludes: "schema:Message".freeze,
label: "messageAttachment".freeze,
@@ -20820,80 +21292,80 @@
type: "rdf:Property".freeze
property :mileageFromOdometer,
comment: %(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).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
domainIncludes: "schema:Vehicle".freeze,
label: "mileageFromOdometer".freeze,
rangeIncludes: "schema:QuantitativeValue".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
type: "rdf:Property".freeze
property :minPrice,
comment: %(The lowest price if the price is a range.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: "schema:PriceSpecification".freeze,
label: "minPrice".freeze,
rangeIncludes: "schema:Number".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :minValue,
comment: %(The lower value of some characteristic or property.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: ["schema:MonetaryAmount".freeze, "schema:PropertyValue".freeze, "schema:PropertyValueSpecification".freeze, "schema:QuantitativeValue".freeze],
label: "minValue".freeze,
rangeIncludes: "schema:Number".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :minimumPaymentDue,
comment: %(The minimum payment required at this time.).freeze,
domainIncludes: "schema:Invoice".freeze,
label: "minimumPaymentDue".freeze,
rangeIncludes: ["schema:MonetaryAmount".freeze, "schema:PriceSpecification".freeze],
type: "rdf:Property".freeze
property :missionCoveragePrioritiesPolicy,
comment: %(For a <a class="localLink" href="http://schema.org/NewsMediaOrganization">NewsMediaOrganization</a>, a statement on coverage priorities, including any public agenda or stance on issues.).freeze,
- "dc:source": ["https://github.com/schemaorg/schemaorg/issues/1525".freeze, "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP".freeze],
domainIncludes: "schema:NewsMediaOrganization".freeze,
label: "missionCoveragePrioritiesPolicy".freeze,
rangeIncludes: ["schema:CreativeWork".freeze, "schema:URL".freeze],
"schema:category": "issue-1525".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["https://github.com/schemaorg/schemaorg/issues/1525".freeze, "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP".freeze],
subPropertyOf: "schema:publishingPrinciples".freeze,
type: "rdf:Property".freeze
property :model,
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.).freeze,
domainIncludes: "schema:Product".freeze,
label: "model".freeze,
rangeIncludes: ["schema:ProductModel".freeze, "schema:Text".freeze],
type: "rdf:Property".freeze
property :modelDate,
comment: %(The release date of a vehicle model \(often used to differentiate versions of the same make and model\).).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
domainIncludes: "schema:Vehicle".freeze,
label: "modelDate".freeze,
rangeIncludes: "schema:Date".freeze,
"schema:isPartOf": "http://auto.schema.org".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
type: "rdf:Property".freeze
property :modifiedTime,
comment: %(The date and time the reservation was modified.).freeze,
domainIncludes: "schema:Reservation".freeze,
label: "modifiedTime".freeze,
rangeIncludes: "schema:DateTime".freeze,
type: "rdf:Property".freeze
property :monthlyMinimumRepaymentAmount,
comment: %(The minimum payment is the lowest amount of money that one is required to pay on a credit card statement each month.).freeze,
- "dc:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
domainIncludes: "schema:CreditCard".freeze,
label: "monthlyMinimumRepaymentAmount".freeze,
rangeIncludes: ["schema:MonetaryAmount".freeze, "schema:Number".freeze],
"schema:category": "issue-1253".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
type: "rdf:Property".freeze
property :mpn,
comment: %(The Manufacturer Part Number \(MPN\) of the product, or the product to which the offer refers.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: ["schema:Demand".freeze, "schema:Offer".freeze, "schema:Product".freeze],
label: "mpn".freeze,
rangeIncludes: "schema:Text".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :multipleValues,
comment: %(Whether multiple values are allowed for the property. Default is false.).freeze,
domainIncludes: "schema:PropertyValueSpecification".freeze,
label: "multipleValues".freeze,
@@ -20906,55 +21378,55 @@
rangeIncludes: "schema:Text".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "rdf:Property".freeze
property :musicArrangement,
comment: %(An arrangement derived from the composition.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
domainIncludes: "schema:MusicComposition".freeze,
label: "musicArrangement".freeze,
rangeIncludes: "schema:MusicComposition".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
type: "rdf:Property".freeze
property :musicBy,
comment: %(The composer of the soundtrack.).freeze,
domainIncludes: ["schema:Clip".freeze, "schema:Episode".freeze, "schema:Movie".freeze, "schema:MovieSeries".freeze, "schema:RadioSeries".freeze, "schema:TVSeries".freeze, "schema:VideoGame".freeze, "schema:VideoGameSeries".freeze, "schema:VideoObject".freeze],
label: "musicBy".freeze,
rangeIncludes: ["schema:MusicGroup".freeze, "schema:Person".freeze],
type: "rdf:Property".freeze
property :musicCompositionForm,
comment: %(The type of composition \(e.g. overture, sonata, symphony, etc.\).).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
domainIncludes: "schema:MusicComposition".freeze,
label: "musicCompositionForm".freeze,
rangeIncludes: "schema:Text".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
type: "rdf:Property".freeze
property :musicGroupMember,
comment: %(A member of a music group—for example, John, Paul, George, or Ringo.).freeze,
domainIncludes: "schema:MusicGroup".freeze,
label: "musicGroupMember".freeze,
rangeIncludes: "schema:Person".freeze,
"schema:supersededBy": "schema:member".freeze,
type: "rdf:Property".freeze
property :musicReleaseFormat,
comment: %(Format of this release \(the type of recording media used, ie. compact disc, digital media, LP, etc.\).).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
domainIncludes: "schema:MusicRelease".freeze,
label: "musicReleaseFormat".freeze,
rangeIncludes: "schema:MusicReleaseFormatType".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
type: "rdf:Property".freeze
property :musicalKey,
comment: %(The key, mode, or scale this composition uses.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
domainIncludes: "schema:MusicComposition".freeze,
label: "musicalKey".freeze,
rangeIncludes: "schema:Text".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
type: "rdf:Property".freeze
property :naics,
comment: %(The North American Industry Classification System \(NAICS\) code for a particular organization or business person.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: ["schema:Organization".freeze, "schema:Person".freeze],
label: "naics".freeze,
rangeIncludes: "schema:Text".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :name,
comment: %(The name of the item.).freeze,
domainIncludes: "schema:Thing".freeze,
equivalentProperty: "dc:title".freeze,
@@ -21002,62 +21474,71 @@
label: "netWorth".freeze,
rangeIncludes: ["schema:MonetaryAmount".freeze, "schema:PriceSpecification".freeze],
type: "rdf:Property".freeze
property :newsUpdatesAndGuidelines,
comment: %(Indicates a page with news updates and guidelines. This could often be \(but is not required to be\) the main page containing <a class="localLink" href="http://schema.org/SpecialAnnouncement">SpecialAnnouncement</a> markup on a site.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2490".freeze,
domainIncludes: "schema:SpecialAnnouncement".freeze,
label: "newsUpdatesAndGuidelines".freeze,
rangeIncludes: ["schema:URL".freeze, "schema:WebContent".freeze],
"schema:category": "issue-2490".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2490".freeze,
type: "rdf:Property".freeze
property :nextItem,
comment: %(A link to the ListItem that follows the current one.).freeze,
domainIncludes: "schema:ListItem".freeze,
label: "nextItem".freeze,
rangeIncludes: "schema:ListItem".freeze,
type: "rdf:Property".freeze
property :noBylinesPolicy,
comment: %(For a <a class="localLink" href="http://schema.org/NewsMediaOrganization">NewsMediaOrganization</a> or other news-related <a class="localLink" href="http://schema.org/Organization">Organization</a>, a statement explaining when authors of articles are not named in bylines.).freeze,
- "dc:source": ["https://github.com/schemaorg/schemaorg/issues/1688".freeze, "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP".freeze],
domainIncludes: "schema:NewsMediaOrganization".freeze,
label: "noBylinesPolicy".freeze,
rangeIncludes: ["schema:CreativeWork".freeze, "schema:URL".freeze],
"schema:category": "issue-1688".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["https://github.com/schemaorg/schemaorg/issues/1688".freeze, "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP".freeze],
subPropertyOf: "schema:publishingPrinciples".freeze,
type: "rdf:Property".freeze
property :nonEqual,
comment: %(This ordering relation for qualitative values indicates that the subject is not equal to the object.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: "schema:QualitativeValue".freeze,
label: "nonEqual".freeze,
rangeIncludes: "schema:QualitativeValue".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :nonProprietaryName,
comment: %(The generic name of this drug or supplement.).freeze,
domainIncludes: ["schema:DietarySupplement".freeze, "schema:Drug".freeze],
label: "nonProprietaryName".freeze,
rangeIncludes: "schema:Text".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "rdf:Property".freeze
+ property :nonprofitStatus,
+ comment: %(nonprofit Status indicates the legal status of a non-profit organization in its primary place of business.).freeze,
+ domainIncludes: "schema:Organization".freeze,
+ label: "nonprofitStatus".freeze,
+ rangeIncludes: "schema:NonprofitType".freeze,
+ "schema:category": "issue-2543".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2543".freeze,
+ type: "rdf:Property".freeze
property :normalRange,
comment: %(Range of acceptable values for a typical patient, when applicable.).freeze,
domainIncludes: "schema:MedicalTest".freeze,
label: "normalRange".freeze,
rangeIncludes: ["schema:MedicalEnumeration".freeze, "schema:Text".freeze],
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "rdf:Property".freeze
property :nsn,
comment: %(Indicates the <a href="https://en.wikipedia.org/wiki/NATO_Stock_Number">NATO stock number</a> \(nsn\) of a <a class="localLink" href="http://schema.org/Product">Product</a>.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2126".freeze,
domainIncludes: "schema:Product".freeze,
label: "nsn".freeze,
rangeIncludes: "schema:Text".freeze,
"schema:category": "issue-2126".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2126".freeze,
subPropertyOf: "schema:identifier".freeze,
type: "rdf:Property".freeze
property :numAdults,
comment: %(The number of adults staying in the unit.).freeze,
domainIncludes: "schema:LodgingReservation".freeze,
@@ -21070,99 +21551,99 @@
label: "numChildren".freeze,
rangeIncludes: ["schema:Integer".freeze, "schema:QuantitativeValue".freeze],
type: "rdf:Property".freeze
property :numConstraints,
comment: %(Indicates the number of constraints \(not counting <a class="localLink" href="http://schema.org/populationType">populationType</a>\) defined for a particular <a class="localLink" href="http://schema.org/StatisticalPopulation">StatisticalPopulation</a>. This helps applications understand if they have access to a sufficiently complete description of a <a class="localLink" href="http://schema.org/StatisticalPopulation">StatisticalPopulation</a>.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2291".freeze,
domainIncludes: "schema:StatisticalPopulation".freeze,
label: "numConstraints".freeze,
rangeIncludes: "schema:Integer".freeze,
"schema:category": "issue-2291".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2291".freeze,
type: "rdf:Property".freeze
property :numTracks,
comment: %(The number of tracks in this album or playlist.).freeze,
domainIncludes: "schema:MusicPlaylist".freeze,
label: "numTracks".freeze,
rangeIncludes: "schema:Integer".freeze,
type: "rdf:Property".freeze
property :numberOfAccommodationUnits,
comment: %(Indicates the total \(available plus unavailable\) number of accommodation units in an <a class="localLink" href="http://schema.org/ApartmentComplex">ApartmentComplex</a>, or the number of accommodation units for a specific <a class="localLink" href="http://schema.org/FloorPlan">FloorPlan</a> \(within its specific <a class="localLink" href="http://schema.org/ApartmentComplex">ApartmentComplex</a>\). See also <a class="localLink" href="http://schema.org/numberOfAvailableAccommodationUnits">numberOfAvailableAccommodationUnits</a>.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2373".freeze,
domainIncludes: ["schema:ApartmentComplex".freeze, "schema:FloorPlan".freeze],
label: "numberOfAccommodationUnits".freeze,
rangeIncludes: "schema:QuantitativeValue".freeze,
"schema:category": "issue-2373".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2373".freeze,
type: "rdf:Property".freeze
property :numberOfAirbags,
comment: %(The number or type of airbags in the vehicle.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
domainIncludes: "schema:Vehicle".freeze,
label: "numberOfAirbags".freeze,
rangeIncludes: ["schema:Number".freeze, "schema:Text".freeze],
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
type: "rdf:Property".freeze
property :numberOfAvailableAccommodationUnits,
comment: %(Indicates the number of available accommodation units in an <a class="localLink" href="http://schema.org/ApartmentComplex">ApartmentComplex</a>, or the number of accommodation units for a specific <a class="localLink" href="http://schema.org/FloorPlan">FloorPlan</a> \(within its specific <a class="localLink" href="http://schema.org/ApartmentComplex">ApartmentComplex</a>\). See also <a class="localLink" href="http://schema.org/numberOfAccommodationUnits">numberOfAccommodationUnits</a>.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2373".freeze,
domainIncludes: ["schema:ApartmentComplex".freeze, "schema:FloorPlan".freeze],
label: "numberOfAvailableAccommodationUnits".freeze,
rangeIncludes: "schema:QuantitativeValue".freeze,
"schema:category": "issue-2373".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2373".freeze,
type: "rdf:Property".freeze
property :numberOfAxles,
comment: %(The number of axles.<br/><br/>
Typical unit code\(s\): C62).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
domainIncludes: "schema:Vehicle".freeze,
label: "numberOfAxles".freeze,
rangeIncludes: ["schema:Number".freeze, "schema:QuantitativeValue".freeze],
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
type: "rdf:Property".freeze
property :numberOfBathroomsTotal,
comment: %(The total integer number of bathrooms in a some <a class="localLink" href="http://schema.org/Accommodation">Accommodation</a>, following real estate conventions as <a href="https://ddwiki.reso.org/display/DDW17/BathroomsTotalInteger+Field">documented in RESO</a>: "The simple sum of the number of bathrooms. For example for a property with two Full Bathrooms and one Half Bathroom, the Bathrooms Total Integer will be 3.". See also <a class="localLink" href="http://schema.org/numberOfRooms">numberOfRooms</a>.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2373".freeze,
domainIncludes: ["schema:Accommodation".freeze, "schema:FloorPlan".freeze],
label: "numberOfBathroomsTotal".freeze,
rangeIncludes: "schema:Integer".freeze,
"schema:category": "issue-2373".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2373".freeze,
type: "rdf:Property".freeze
property :numberOfBedrooms,
comment: %(The total integer number of bedrooms in a some <a class="localLink" href="http://schema.org/Accommodation">Accommodation</a>, <a class="localLink" href="http://schema.org/ApartmentComplex">ApartmentComplex</a> or <a class="localLink" href="http://schema.org/FloorPlan">FloorPlan</a>.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2373".freeze,
domainIncludes: ["schema:Accommodation".freeze, "schema:ApartmentComplex".freeze, "schema:FloorPlan".freeze],
label: "numberOfBedrooms".freeze,
rangeIncludes: ["schema:Number".freeze, "schema:QuantitativeValue".freeze],
"schema:category": "issue-2373".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2373".freeze,
type: "rdf:Property".freeze
property :numberOfBeds,
comment: %(The quantity of the given bed type available in the HotelRoom, Suite, House, or Apartment.).freeze,
- "dc:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze,
domainIncludes: "schema:BedDetails".freeze,
label: "numberOfBeds".freeze,
rangeIncludes: "schema:Number".freeze,
+ "schema:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze,
type: "rdf:Property".freeze
property :numberOfCredits,
comment: %(The number of credits or units awarded by a Course or required to complete an EducationalOccupationalProgram.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2419".freeze,
domainIncludes: ["schema:Course".freeze, "schema:EducationalOccupationalProgram".freeze],
label: "numberOfCredits".freeze,
rangeIncludes: ["schema:Integer".freeze, "schema:StructuredValue".freeze],
"schema:category": "issue-2419".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2419".freeze,
type: "rdf:Property".freeze
property :numberOfDoors,
comment: %(The number of doors.<br/><br/>
Typical unit code\(s\): C62).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
domainIncludes: "schema:Vehicle".freeze,
label: "numberOfDoors".freeze,
rangeIncludes: ["schema:Number".freeze, "schema:QuantitativeValue".freeze],
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
type: "rdf:Property".freeze
property :numberOfEmployees,
comment: %(The number of employees in an organization e.g. business.).freeze,
domainIncludes: ["schema:BusinessAudience".freeze, "schema:Organization".freeze],
label: "numberOfEmployees".freeze,
@@ -21176,53 +21657,53 @@
type: "rdf:Property".freeze
property :numberOfForwardGears,
comment: %(The total number of forward gears available for the transmission system of the vehicle.<br/><br/>
Typical unit code\(s\): C62).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
domainIncludes: "schema:Vehicle".freeze,
label: "numberOfForwardGears".freeze,
rangeIncludes: ["schema:Number".freeze, "schema:QuantitativeValue".freeze],
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
type: "rdf:Property".freeze
property :numberOfFullBathrooms,
comment: %(Number of full bathrooms - The total number of full and ¾ bathrooms in an <a class="localLink" href="http://schema.org/Accommodation">Accommodation</a>. This corresponds to the <a href="https://ddwiki.reso.org/display/DDW17/BathroomsFull+Field">BathroomsFull field in RESO</a>.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2373".freeze,
domainIncludes: ["schema:Accommodation".freeze, "schema:FloorPlan".freeze],
label: "numberOfFullBathrooms".freeze,
rangeIncludes: "schema:Number".freeze,
"schema:category": "issue-2373".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2373".freeze,
type: "rdf:Property".freeze
property :numberOfItems,
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.).freeze,
domainIncludes: "schema:ItemList".freeze,
label: "numberOfItems".freeze,
rangeIncludes: "schema:Integer".freeze,
type: "rdf:Property".freeze
property :numberOfLoanPayments,
comment: %(The number of payments contractually required at origination to repay the loan. For monthly paying loans this is the number of months from the contractual first payment date to the maturity date.).freeze,
- "dc:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
domainIncludes: "schema:RepaymentSpecification".freeze,
label: "numberOfLoanPayments".freeze,
rangeIncludes: "schema:Number".freeze,
"schema:category": "issue-1253".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
type: "rdf:Property".freeze
property :numberOfPages,
comment: %(The number of pages in the book.).freeze,
domainIncludes: "schema:Book".freeze,
label: "numberOfPages".freeze,
rangeIncludes: "schema:Integer".freeze,
type: "rdf:Property".freeze
property :numberOfPartialBathrooms,
comment: %(Number of partial bathrooms - The total number of half and ¼ bathrooms in an <a class="localLink" href="http://schema.org/Accommodation">Accommodation</a>. This corresponds to the <a href="https://ddwiki.reso.org/display/DDW17/BathroomsPartial+Field">BathroomsPartial field in RESO</a>.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2373".freeze,
domainIncludes: ["schema:Accommodation".freeze, "schema:FloorPlan".freeze],
label: "numberOfPartialBathrooms".freeze,
rangeIncludes: "schema:Number".freeze,
"schema:category": "issue-2373".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2373".freeze,
type: "rdf:Property".freeze
property :numberOfPlayers,
comment: %(Indicate how many people can play this game \(minimum, maximum, or range\).).freeze,
domainIncludes: ["schema:Game".freeze, "schema:VideoGameSeries".freeze],
label: "numberOfPlayers".freeze,
@@ -21230,22 +21711,22 @@
type: "rdf:Property".freeze
property :numberOfPreviousOwners,
comment: %(The number of owners of the vehicle, including the current one.<br/><br/>
Typical unit code\(s\): C62).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
domainIncludes: "schema:Vehicle".freeze,
label: "numberOfPreviousOwners".freeze,
rangeIncludes: ["schema:Number".freeze, "schema:QuantitativeValue".freeze],
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
type: "rdf:Property".freeze
property :numberOfRooms,
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.).freeze,
- "dc:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze,
domainIncludes: ["schema:Accommodation".freeze, "schema:Apartment".freeze, "schema:FloorPlan".freeze, "schema:House".freeze, "schema:LodgingBusiness".freeze, "schema:SingleFamilyResidence".freeze, "schema:Suite".freeze],
label: "numberOfRooms".freeze,
rangeIncludes: ["schema:Number".freeze, "schema:QuantitativeValue".freeze],
+ "schema:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze,
type: "rdf:Property".freeze
property :numberOfSeasons,
comment: %(The number of seasons in this series.).freeze,
domainIncludes: ["schema:RadioSeries".freeze, "schema:TVSeries".freeze, "schema:VideoGameSeries".freeze],
label: "numberOfSeasons".freeze,
@@ -21269,61 +21750,61 @@
label: "object".freeze,
rangeIncludes: "schema:Thing".freeze,
type: "rdf:Property".freeze
property :observationDate,
comment: %(The observationDate of an <a class="localLink" href="http://schema.org/Observation">Observation</a>.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2291".freeze,
domainIncludes: "schema:Observation".freeze,
label: "observationDate".freeze,
rangeIncludes: "schema:DateTime".freeze,
"schema:category": "issue-2291".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2291".freeze,
type: "rdf:Property".freeze
property :observedNode,
comment: %(The observedNode of an <a class="localLink" href="http://schema.org/Observation">Observation</a>, often a <a class="localLink" href="http://schema.org/StatisticalPopulation">StatisticalPopulation</a>.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2291".freeze,
domainIncludes: "schema:Observation".freeze,
label: "observedNode".freeze,
rangeIncludes: "schema:StatisticalPopulation".freeze,
"schema:category": "issue-2291".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2291".freeze,
type: "rdf:Property".freeze
property :occupancy,
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).freeze,
- "dc:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze,
domainIncludes: ["schema:Apartment".freeze, "schema:HotelRoom".freeze, "schema:SingleFamilyResidence".freeze, "schema:Suite".freeze],
label: "occupancy".freeze,
rangeIncludes: "schema:QuantitativeValue".freeze,
+ "schema:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze,
type: "rdf:Property".freeze
property :occupationLocation,
comment: %(The region/country for which this occupational description is appropriate. Note that educational requirements and qualifications can vary between jurisdictions.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1698".freeze,
domainIncludes: "schema:Occupation".freeze,
label: "occupationLocation".freeze,
rangeIncludes: "schema:AdministrativeArea".freeze,
"schema:category": "issue-1698".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1698".freeze,
type: "rdf:Property".freeze
property :occupationalCategory,
comment: %(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.).freeze,
- "dc:source": ["https://github.com/schemaorg/schemaorg/issues/1698".freeze, "https://github.com/schemaorg/schemaorg/issues/2192".freeze, "https://github.com/schemaorg/schemaorg/issues/2289".freeze, "https://github.com/schemaorg/schemaorg/issues/2460".freeze],
domainIncludes: ["schema:EducationalOccupationalProgram".freeze, "schema:JobPosting".freeze, "schema:Occupation".freeze, "schema:WorkBasedProgram".freeze],
label: "occupationalCategory".freeze,
rangeIncludes: ["schema:CategoryCode".freeze, "schema:Text".freeze],
"schema:category": ["issue-1698".freeze, "issue-2192".freeze, "issue-2289".freeze, "issue-2460".freeze],
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["https://github.com/schemaorg/schemaorg/issues/1698".freeze, "https://github.com/schemaorg/schemaorg/issues/2192".freeze, "https://github.com/schemaorg/schemaorg/issues/2289".freeze, "https://github.com/schemaorg/schemaorg/issues/2460".freeze],
type: "rdf:Property".freeze
property :occupationalCredentialAwarded,
comment: %(A description of the qualification, award, certificate, diploma or other occupational credential awarded as a consequence of successful completion of this course or program.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2289".freeze,
domainIncludes: ["schema:Course".freeze, "schema:EducationalOccupationalProgram".freeze],
label: "occupationalCredentialAwarded".freeze,
rangeIncludes: ["schema:EducationalOccupationalCredential".freeze, "schema:Text".freeze, "schema:URL".freeze],
"schema:category": "issue-2289".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2289".freeze,
type: "rdf:Property".freeze
property :offerCount,
comment: %(The number of offers for the product.).freeze,
domainIncludes: "schema:AggregateOffer".freeze,
label: "offerCount".freeze,
@@ -21336,25 +21817,25 @@
rangeIncludes: ["schema:Organization".freeze, "schema:Person".freeze],
"schema:inverseOf": "schema:makesOffer".freeze,
type: "rdf:Property".freeze
property :offers,
comment: %(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.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2289".freeze,
domainIncludes: ["schema:AggregateOffer".freeze, "schema:CreativeWork".freeze, "schema:EducationalOccupationalProgram".freeze, "schema:Event".freeze, "schema:MenuItem".freeze, "schema:Product".freeze, "schema:Service".freeze, "schema:Trip".freeze],
label: "offers".freeze,
rangeIncludes: ["schema:Demand".freeze, "schema:Offer".freeze],
"schema:category": "issue-2289".freeze,
"schema:inverseOf": "schema:itemOffered".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2289".freeze,
type: "rdf:Property".freeze
property :offersPrescriptionByMail,
comment: %(Whether prescriptions can be delivered by mail.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1062".freeze,
domainIncludes: "schema:HealthPlanFormulary".freeze,
label: "offersPrescriptionByMail".freeze,
rangeIncludes: "schema:Boolean".freeze,
"schema:category": "issue-1062".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1062".freeze,
type: "rdf:Property".freeze
property :openingHours,
comment: %(The general opening hours for a business. Opening hours can be specified as a weekly time range, starting with days, then times per day. Multiple days can be listed with commas ',' separating each day. Day or time ranges are specified using a hyphen '-'.<br/><br/>
<ul>
@@ -21368,21 +21849,21 @@
label: "openingHours".freeze,
rangeIncludes: "schema:Text".freeze,
type: "rdf:Property".freeze
property :openingHoursSpecification,
comment: %(The opening hours of a certain place.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: "schema:Place".freeze,
label: "openingHoursSpecification".freeze,
rangeIncludes: "schema:OpeningHoursSpecification".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :opens,
comment: %(The opening hour of the place or service on the given day\(s\) of the week.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: "schema:OpeningHoursSpecification".freeze,
label: "opens".freeze,
rangeIncludes: "schema:Time".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :operatingSystem,
comment: %(Operating systems supported \(Windows 7, OSX 10.6, Android 1.6\).).freeze,
domainIncludes: "schema:SoftwareApplication".freeze,
label: "operatingSystem".freeze,
@@ -21478,62 +21959,62 @@
rangeIncludes: "schema:Text".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "rdf:Property".freeze
property :ownedFrom,
comment: %(The date and time of obtaining the product.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: "schema:OwnershipInfo".freeze,
label: "ownedFrom".freeze,
rangeIncludes: "schema:DateTime".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :ownedThrough,
comment: %(The date and time of giving up ownership on the product.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: "schema:OwnershipInfo".freeze,
label: "ownedThrough".freeze,
rangeIncludes: "schema:DateTime".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :ownershipFundingInfo,
comment: %(For an <a class="localLink" href="http://schema.org/Organization">Organization</a> \(often but not necessarily a <a class="localLink" href="http://schema.org/NewsMediaOrganization">NewsMediaOrganization</a>\), a description of organizational ownership structure; funding and grants. In a news/media setting, this is with particular reference to editorial independence. Note that the <a class="localLink" href="http://schema.org/funder">funder</a> is also available and can be used to make basic funder information machine-readable.).freeze,
- "dc:source": ["https://github.com/schemaorg/schemaorg/issues/1525".freeze, "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP".freeze],
domainIncludes: ["schema:NewsMediaOrganization".freeze, "schema:Organization".freeze],
label: "ownershipFundingInfo".freeze,
rangeIncludes: ["schema:AboutPage".freeze, "schema:CreativeWork".freeze, "schema:Text".freeze, "schema:URL".freeze],
"schema:category": "issue-1525".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["https://github.com/schemaorg/schemaorg/issues/1525".freeze, "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP".freeze],
subPropertyOf: "schema:publishingPrinciples".freeze,
type: "rdf:Property".freeze
property :owns,
comment: %(Products owned by the organization or person.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: ["schema:Organization".freeze, "schema:Person".freeze],
label: "owns".freeze,
rangeIncludes: ["schema:OwnershipInfo".freeze, "schema:Product".freeze],
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :pageEnd,
comment: %(The page on which the work ends; for example "138" or "xvi".).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex".freeze,
domainIncludes: ["schema:Article".freeze, "schema:Chapter".freeze, "schema:PublicationIssue".freeze, "schema:PublicationVolume".freeze],
equivalentProperty: "bibo:pageEnd".freeze,
label: "pageEnd".freeze,
rangeIncludes: ["schema:Integer".freeze, "schema:Text".freeze],
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex".freeze,
type: "rdf:Property".freeze
property :pageStart,
comment: %(The page on which the work starts; for example "135" or "xiii".).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex".freeze,
domainIncludes: ["schema:Article".freeze, "schema:Chapter".freeze, "schema:PublicationIssue".freeze, "schema:PublicationVolume".freeze],
equivalentProperty: "bibo:pageStart".freeze,
label: "pageStart".freeze,
rangeIncludes: ["schema:Integer".freeze, "schema:Text".freeze],
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex".freeze,
type: "rdf:Property".freeze
property :pagination,
comment: %(Any description of pages that is not separated into pageStart and pageEnd; for example, "1-6, 9, 55" or "10-12, 46-49".).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex".freeze,
domainIncludes: ["schema:Article".freeze, "schema:Chapter".freeze, "schema:PublicationIssue".freeze, "schema:PublicationVolume".freeze],
equivalentProperty: "bibo:pages".freeze,
label: "pagination".freeze,
rangeIncludes: "schema:Text".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex".freeze,
type: "rdf:Property".freeze
property :parent,
comment: %(A parent of this person.).freeze,
domainIncludes: "schema:Person".freeze,
label: "parent".freeze,
@@ -21613,17 +22094,17 @@
"schema:supersededBy": "schema:partOfSeries".freeze,
subPropertyOf: "schema:isPartOf".freeze,
type: "rdf:Property".freeze
property :partOfTrip,
comment: %(Identifies that this <a class="localLink" href="http://schema.org/Trip">Trip</a> is a subTrip of another Trip. For example Day 1, Day 2, etc. of a multi-day trip.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism".freeze,
domainIncludes: "schema:Trip".freeze,
label: "partOfTrip".freeze,
rangeIncludes: "schema:Trip".freeze,
"schema:category": "issue-1810".freeze,
"schema:inverseOf": "schema:subTrip".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism".freeze,
type: "rdf:Property".freeze
property :participant,
comment: %(Other co-agents that participated in the action indirectly. e.g. John wrote a book with <em>Steve</em>.).freeze,
domainIncludes: "schema:Action".freeze,
label: "participant".freeze,
@@ -21664,15 +22145,15 @@
<li>Note 2: You can indicate additional information in the <a class="localLink" href="http://schema.org/name">name</a> of the <a class="localLink" href="http://schema.org/QuantitativeValue">QuantitativeValue</a> node.</li>
<li>Note 3: You may also link to a <a class="localLink" href="http://schema.org/QualitativeValue">QualitativeValue</a> node that provides additional information using <a class="localLink" href="http://schema.org/valueReference">valueReference</a>.</li>
<li>Note 4: Note that 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.</li>
</ul>
).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
domainIncludes: "schema:Vehicle".freeze,
label: "payload".freeze,
rangeIncludes: "schema:QuantitativeValue".freeze,
"schema:isPartOf": "http://auto.schema.org".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
type: "rdf:Property".freeze
property :paymentAccepted,
comment: %(Cash, Credit Card, Cryptocurrency, Local Exchange Tradings System, etc.).freeze,
domainIncludes: "schema:LocalBusiness".freeze,
label: "paymentAccepted".freeze,
@@ -21723,39 +22204,39 @@
"schema:category": "Comics".freeze,
"schema:isPartOf": "http://bib.schema.org".freeze,
type: "rdf:Property".freeze
property :percentile10,
comment: %(The 10th percentile value.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1698".freeze,
domainIncludes: "schema:QuantitativeValueDistribution".freeze,
label: "percentile10".freeze,
rangeIncludes: "schema:Number".freeze,
"schema:category": "issue-1698".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1698".freeze,
type: "rdf:Property".freeze
property :percentile25,
comment: %(The 25th percentile value.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1698".freeze,
domainIncludes: "schema:QuantitativeValueDistribution".freeze,
label: "percentile25".freeze,
rangeIncludes: "schema:Number".freeze,
"schema:category": "issue-1698".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1698".freeze,
type: "rdf:Property".freeze
property :percentile75,
comment: %(The 75th percentile value.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1698".freeze,
domainIncludes: "schema:QuantitativeValueDistribution".freeze,
label: "percentile75".freeze,
rangeIncludes: "schema:Number".freeze,
"schema:category": "issue-1698".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1698".freeze,
type: "rdf:Property".freeze
property :percentile90,
comment: %(The 90th percentile value.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1698".freeze,
domainIncludes: "schema:QuantitativeValueDistribution".freeze,
label: "percentile90".freeze,
rangeIncludes: "schema:Number".freeze,
"schema:category": "issue-1698".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1698".freeze,
type: "rdf:Property".freeze
property :performTime,
comment: %(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>.).freeze,
domainIncludes: ["schema:HowTo".freeze, "schema:HowToDirection".freeze],
label: "performTime".freeze,
@@ -21798,30 +22279,30 @@
label: "permitAudience".freeze,
rangeIncludes: "schema:Audience".freeze,
type: "rdf:Property".freeze
property :permittedUsage,
comment: %(Indications regarding the permitted usage of the accommodation.).freeze,
- "dc:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze,
domainIncludes: "schema:Accommodation".freeze,
label: "permittedUsage".freeze,
rangeIncludes: "schema:Text".freeze,
+ "schema:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze,
type: "rdf:Property".freeze
property :petsAllowed,
comment: %(Indicates whether pets are allowed to enter the accommodation or lodging business. More detailed information can be put in a text value.).freeze,
- "dc:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze,
domainIncludes: ["schema:Accommodation".freeze, "schema:ApartmentComplex".freeze, "schema:FloorPlan".freeze, "schema:LodgingBusiness".freeze],
label: "petsAllowed".freeze,
rangeIncludes: ["schema:Boolean".freeze, "schema:Text".freeze],
+ "schema:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze,
type: "rdf:Property".freeze
property :phoneticText,
comment: %(Representation of a text <a class="localLink" href="http://schema.org/textValue">textValue</a> using the specified <a class="localLink" href="http://schema.org/speechToTextMarkup">speechToTextMarkup</a>. For example the city name of Houston in IPA: /ˈhjuːstən/.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2108".freeze,
domainIncludes: "schema:PronounceableText".freeze,
label: "phoneticText".freeze,
rangeIncludes: "schema:Text".freeze,
"schema:category": "issue-2108".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2108".freeze,
type: "rdf:Property".freeze
property :photo,
comment: %(A photograph of this place.).freeze,
domainIncludes: "schema:Place".freeze,
label: "photo".freeze,
@@ -21835,16 +22316,16 @@
rangeIncludes: ["schema:ImageObject".freeze, "schema:Photograph".freeze],
"schema:supersededBy": "schema:photo".freeze,
type: "rdf:Property".freeze
property :physicalRequirement,
comment: %(A description of the types of physical activity associated with the job. Defined terms such as those in O*net may be used, but note that there is no way to specify the level of ability as well as its nature when using a defined term.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2384".freeze,
domainIncludes: "schema:JobPosting".freeze,
label: "physicalRequirement".freeze,
rangeIncludes: ["schema:DefinedTerm".freeze, "schema:Text".freeze, "schema:URL".freeze],
"schema:category": "issue-2384".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2384".freeze,
type: "rdf:Property".freeze
property :physiologicalBenefits,
comment: %(Specific physiologic benefits associated to the plan.).freeze,
domainIncludes: "schema:Diet".freeze,
label: "physiologicalBenefits".freeze,
@@ -21887,16 +22368,16 @@
label: "polygon".freeze,
rangeIncludes: "schema:Text".freeze,
type: "rdf:Property".freeze
property :populationType,
comment: %(Indicates the populationType common to all members of a <a class="localLink" href="http://schema.org/StatisticalPopulation">StatisticalPopulation</a>.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2291".freeze,
domainIncludes: "schema:StatisticalPopulation".freeze,
label: "populationType".freeze,
rangeIncludes: "schema:Class".freeze,
"schema:category": "issue-2291".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2291".freeze,
type: "rdf:Property".freeze
property :position,
comment: %(The position of an item in a series or sequence of items.).freeze,
domainIncludes: ["schema:CreativeWork".freeze, "schema:ListItem".freeze],
label: "position".freeze,
@@ -21929,14 +22410,52 @@
rangeIncludes: "schema:Text".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "rdf:Property".freeze
property :postalCode,
comment: %(The postal code. For example, 94043.).freeze,
- domainIncludes: ["schema:GeoCoordinates".freeze, "schema:GeoShape".freeze, "schema:PostalAddress".freeze],
+ domainIncludes: ["schema:DefinedRegion".freeze, "schema:GeoCoordinates".freeze, "schema:GeoShape".freeze, "schema:PostalAddress".freeze],
label: "postalCode".freeze,
rangeIncludes: "schema:Text".freeze,
+ "schema:category": "issue-2506".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2506".freeze,
type: "rdf:Property".freeze
+ property :postalCodeBegin,
+ comment: %(First postal code in a range \(included\).).freeze,
+ domainIncludes: "schema:PostalCodeRangeSpecification".freeze,
+ label: "postalCodeBegin".freeze,
+ rangeIncludes: "schema:Text".freeze,
+ "schema:category": "issue-2506".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2506".freeze,
+ type: "rdf:Property".freeze
+ property :postalCodeEnd,
+ comment: %(Last postal code in the range \(included\). Needs to be after <a class="localLink" href="http://schema.org/postalCodeBegin">postalCodeBegin</a>.).freeze,
+ domainIncludes: "schema:PostalCodeRangeSpecification".freeze,
+ label: "postalCodeEnd".freeze,
+ rangeIncludes: "schema:Text".freeze,
+ "schema:category": "issue-2506".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2506".freeze,
+ type: "rdf:Property".freeze
+ property :postalCodePrefix,
+ comment: %(A defined range of postal codes indicated by a common textual prefix. Used for non-numeric systems such as UK.).freeze,
+ domainIncludes: "schema:DefinedRegion".freeze,
+ label: "postalCodePrefix".freeze,
+ rangeIncludes: "schema:Text".freeze,
+ "schema:category": "issue-2506".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2506".freeze,
+ type: "rdf:Property".freeze
+ property :postalCodeRange,
+ comment: %(A defined range of postal codes.).freeze,
+ domainIncludes: "schema:DefinedRegion".freeze,
+ label: "postalCodeRange".freeze,
+ rangeIncludes: "schema:PostalCodeRangeSpecification".freeze,
+ "schema:category": "issue-2506".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2506".freeze,
+ type: "rdf:Property".freeze
property :potentialAction,
comment: %(Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role.).freeze,
domainIncludes: "schema:Thing".freeze,
label: "potentialAction".freeze,
rangeIncludes: "schema:Action".freeze,
@@ -21948,14 +22467,14 @@
rangeIncludes: "schema:Text".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "rdf:Property".freeze
property :predecessorOf,
comment: %(A pointer from a previous, often discontinued variant of the product to its newer variant.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: "schema:ProductModel".freeze,
label: "predecessorOf".freeze,
rangeIncludes: "schema:ProductModel".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :pregnancyCategory,
comment: %(Pregnancy category of this drug.).freeze,
domainIncludes: "schema:Drug".freeze,
label: "pregnancyCategory".freeze,
@@ -22024,14 +22543,14 @@
label: "price".freeze,
rangeIncludes: ["schema:Number".freeze, "schema:Text".freeze],
type: "rdf:Property".freeze
property :priceComponent,
comment: %(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.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: "schema:CompoundPriceSpecification".freeze,
label: "priceComponent".freeze,
rangeIncludes: "schema:UnitPriceSpecification".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :priceCurrency,
comment: %(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".).freeze,
@@ -22045,21 +22564,21 @@
label: "priceRange".freeze,
rangeIncludes: "schema:Text".freeze,
type: "rdf:Property".freeze
property :priceSpecification,
comment: %(One or more detailed price specifications, indicating the unit price and delivery or payment charges.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: ["schema:Demand".freeze, "schema:Offer".freeze, "schema:TradeAction".freeze],
label: "priceSpecification".freeze,
rangeIncludes: "schema:PriceSpecification".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :priceType,
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.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: "schema:UnitPriceSpecification".freeze,
label: "priceType".freeze,
rangeIncludes: "schema:Text".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :priceValidUntil,
comment: %(The date after which the price is no longer available.).freeze,
domainIncludes: "schema:Offer".freeze,
label: "priceValidUntil".freeze,
@@ -22148,26 +22667,26 @@
rangeIncludes: "schema:Text".freeze,
subPropertyOf: "schema:identifier".freeze,
type: "rdf:Property".freeze
property :productReturnDays,
comment: %(The productReturnDays property indicates the number of days \(from purchase\) within which relevant product return policy is applicable.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
domainIncludes: "schema:ProductReturnPolicy".freeze,
label: "productReturnDays".freeze,
rangeIncludes: "schema:Integer".freeze,
"schema:category": "issue-2288".freeze,
"schema:isPartOf": "http://attic.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
"schema:supersededBy": "schema:merchantReturnDays".freeze,
type: "rdf:Property".freeze
property :productReturnLink,
comment: %(Indicates a Web page or service by URL, for product return.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
domainIncludes: "schema:ProductReturnPolicy".freeze,
label: "productReturnLink".freeze,
rangeIncludes: "schema:URL".freeze,
"schema:category": "issue-2288".freeze,
"schema:isPartOf": "http://attic.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
"schema:supersededBy": "schema:merchantReturnLink".freeze,
type: "rdf:Property".freeze
property :productSupported,
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"\).).freeze,
domainIncludes: "schema:ContactPoint".freeze,
@@ -22180,14 +22699,14 @@
label: "productionCompany".freeze,
rangeIncludes: "schema:Organization".freeze,
type: "rdf:Property".freeze
property :productionDate,
comment: %(The date of production of the item, e.g. vehicle.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
domainIncludes: ["schema:Product".freeze, "schema:Vehicle".freeze],
label: "productionDate".freeze,
rangeIncludes: "schema:Date".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
type: "rdf:Property".freeze
property :proficiencyLevel,
comment: %(Proficiency needed for this content; expected values: 'Beginner', 'Expert'.).freeze,
domainIncludes: "schema:TechArticle".freeze,
label: "proficiencyLevel".freeze,
@@ -22205,25 +22724,25 @@
label: "programName".freeze,
rangeIncludes: "schema:Text".freeze,
type: "rdf:Property".freeze
property :programPrerequisites,
comment: %(Prerequisites for enrolling in the program.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2289".freeze,
domainIncludes: "schema:EducationalOccupationalProgram".freeze,
label: "programPrerequisites".freeze,
rangeIncludes: ["schema:AlignmentObject".freeze, "schema:Course".freeze, "schema:EducationalOccupationalCredential".freeze, "schema:Text".freeze],
"schema:category": "issue-2289".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2289".freeze,
type: "rdf:Property".freeze
property :programType,
comment: %(The type of educational or occupational program. For example, classroom, internship, alternance, etc..).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2460".freeze,
domainIncludes: "schema:EducationalOccupationalProgram".freeze,
label: "programType".freeze,
rangeIncludes: ["schema:DefinedTerm".freeze, "schema:Text".freeze],
"schema:category": "issue-2460".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2460".freeze,
type: "rdf:Property".freeze
property :programmingLanguage,
comment: %(The computer programming language.).freeze,
domainIncludes: "schema:SoftwareSourceCode".freeze,
label: "programmingLanguage".freeze,
@@ -22257,15 +22776,15 @@
label: "proteinContent".freeze,
rangeIncludes: "schema:Mass".freeze,
type: "rdf:Property".freeze
property :provider,
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.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2289".freeze,
domainIncludes: ["schema:CreativeWork".freeze, "schema:EducationalOccupationalProgram".freeze, "schema:Invoice".freeze, "schema:ParcelDelivery".freeze, "schema:Reservation".freeze, "schema:Service".freeze, "schema:Trip".freeze],
label: "provider".freeze,
rangeIncludes: ["schema:Organization".freeze, "schema:Person".freeze],
"schema:category": "issue-2289".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2289".freeze,
type: "rdf:Property".freeze
property :providerMobility,
comment: %(Indicates the mobility of a provided service \(e.g. 'static', 'dynamic'\).).freeze,
domainIncludes: "schema:Service".freeze,
label: "providerMobility".freeze,
@@ -22290,16 +22809,16 @@
label: "publicAccess".freeze,
rangeIncludes: "schema:Boolean".freeze,
type: "rdf:Property".freeze
property :publicTransportClosuresInfo,
comment: %(Information about public transport closures.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2490".freeze,
domainIncludes: "schema:SpecialAnnouncement".freeze,
label: "publicTransportClosuresInfo".freeze,
rangeIncludes: ["schema:URL".freeze, "schema:WebContent".freeze],
"schema:category": "issue-2490".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2490".freeze,
type: "rdf:Property".freeze
property :publication,
comment: %(A publication event associated with the item.).freeze,
domainIncludes: "schema:CreativeWork".freeze,
label: "publication".freeze,
@@ -22347,32 +22866,32 @@
label: "publishingPrinciples".freeze,
rangeIncludes: ["schema:CreativeWork".freeze, "schema:URL".freeze],
type: "rdf:Property".freeze
property :purchaseDate,
comment: %(The date the item e.g. vehicle was purchased by the current owner.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
domainIncludes: ["schema:Product".freeze, "schema:Vehicle".freeze],
label: "purchaseDate".freeze,
rangeIncludes: "schema:Date".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
type: "rdf:Property".freeze
property :qualifications,
comment: %(Specific qualifications required for this role or Occupation.).freeze,
- "dc:source": ["https://github.com/schemaorg/schemaorg/issues/1698".freeze, "https://github.com/schemaorg/schemaorg/issues/1779".freeze],
domainIncludes: ["schema:JobPosting".freeze, "schema:Occupation".freeze],
label: "qualifications".freeze,
rangeIncludes: ["schema:EducationalOccupationalCredential".freeze, "schema:Text".freeze],
"schema:category": ["issue-1698".freeze, "issue-1779".freeze],
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["https://github.com/schemaorg/schemaorg/issues/1698".freeze, "https://github.com/schemaorg/schemaorg/issues/1779".freeze],
type: "rdf:Property".freeze
property :quarantineGuidelines,
comment: %(Guidelines about quarantine rules, e.g. in the context of a pandemic.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2490".freeze,
domainIncludes: "schema:SpecialAnnouncement".freeze,
label: "quarantineGuidelines".freeze,
rangeIncludes: ["schema:URL".freeze, "schema:WebContent".freeze],
"schema:category": "issue-2490".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2490".freeze,
type: "rdf:Property".freeze
property :query,
comment: %(A sub property of instrument. The query used on this action.).freeze,
domainIncludes: "schema:SearchAction".freeze,
label: "query".freeze,
@@ -22405,16 +22924,16 @@
label: "ratingCount".freeze,
rangeIncludes: "schema:Integer".freeze,
type: "rdf:Property".freeze
property :ratingExplanation,
comment: %(A short explanation \(e.g. one to two sentences\) providing background context and other information that led to the conclusion expressed in the rating. This is particularly applicable to ratings associated with "fact check" markup using <a class="localLink" href="http://schema.org/ClaimReview">ClaimReview</a>.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2300".freeze,
domainIncludes: "schema:Rating".freeze,
label: "ratingExplanation".freeze,
rangeIncludes: "schema:Text".freeze,
"schema:category": "issue-2300".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2300".freeze,
type: "rdf:Property".freeze
property :ratingValue,
comment: %(The rating for the content.<br/><br/>
Usage guidelines:<br/><br/>
@@ -22496,16 +23015,16 @@
rangeIncludes: ["schema:Audience".freeze, "schema:ContactPoint".freeze, "schema:Organization".freeze, "schema:Person".freeze],
subPropertyOf: "schema:participant".freeze,
type: "rdf:Property".freeze
property :recognizedBy,
comment: %(An organization that acknowledges the validity, value or utility of a credential. Note: recognition may include a process of quality assurance or accreditation.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1779".freeze,
domainIncludes: "schema:EducationalOccupationalCredential".freeze,
label: "recognizedBy".freeze,
rangeIncludes: "schema:Organization".freeze,
"schema:category": "issue-1779".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1779".freeze,
type: "rdf:Property".freeze
property :recognizingAuthority,
comment: %(If applicable, the organization that officially recognizes this entity as part of its endorsed system of medicine.).freeze,
domainIncludes: "schema:MedicalEntity".freeze,
label: "recognizingAuthority".freeze,
@@ -22526,23 +23045,23 @@
rangeIncludes: "schema:RecommendedDoseSchedule".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "rdf:Property".freeze
property :recordLabel,
comment: %(The label that issued the release.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
domainIncludes: "schema:MusicRelease".freeze,
equivalentProperty: "mo:label".freeze,
label: "recordLabel".freeze,
rangeIncludes: "schema:Organization".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
type: "rdf:Property".freeze
property :recordedAs,
comment: %(An audio recording of the work.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
domainIncludes: "schema:MusicComposition".freeze,
label: "recordedAs".freeze,
rangeIncludes: "schema:MusicRecording".freeze,
"schema:inverseOf": "schema:recordingOf".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
type: "rdf:Property".freeze
property :recordedAt,
comment: %(The Event where the CreativeWork was recorded. The CreativeWork may capture all or part of the event.).freeze,
domainIncludes: "schema:CreativeWork".freeze,
label: "recordedAt".freeze,
@@ -22556,46 +23075,46 @@
rangeIncludes: "schema:CreativeWork".freeze,
"schema:inverseOf": "schema:recordedAt".freeze,
type: "rdf:Property".freeze
property :recordingOf,
comment: %(The composition this track is a recording of.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
domainIncludes: "schema:MusicRecording".freeze,
label: "recordingOf".freeze,
rangeIncludes: "schema:MusicComposition".freeze,
"schema:inverseOf": "schema:recordedAs".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
type: "rdf:Property".freeze
property :recourseLoan,
comment: %(The only way you get the money back in the event of default is the security. Recourse is where you still have the opportunity to go back to the borrower for the rest of the money.).freeze,
- "dc:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
domainIncludes: "schema:LoanOrCredit".freeze,
label: "recourseLoan".freeze,
rangeIncludes: "schema:Boolean".freeze,
"schema:category": "issue-1253".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
type: "rdf:Property".freeze
property :referenceQuantity,
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.).freeze,
- "dc:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsProperties".freeze, "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze],
domainIncludes: "schema:UnitPriceSpecification".freeze,
label: "referenceQuantity".freeze,
rangeIncludes: "schema:QuantitativeValue".freeze,
+ "schema:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsProperties".freeze, "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze],
type: "rdf:Property".freeze
property :referencesOrder,
comment: %(The Order\(s\) related to this Invoice. One or more Orders may be combined into a single Invoice.).freeze,
domainIncludes: "schema:Invoice".freeze,
label: "referencesOrder".freeze,
rangeIncludes: "schema:Order".freeze,
type: "rdf:Property".freeze
property :refundType,
comment: %(A refundType, from an enumerated list.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
domainIncludes: "schema:MerchantReturnPolicy".freeze,
label: "refundType".freeze,
rangeIncludes: "schema:RefundTypeEnumeration".freeze,
"schema:category": "issue-2288".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
type: "rdf:Property".freeze
property :regionDrained,
comment: %(The anatomical or organ system drained by this vessel; generally refers to a specific part of an organ.).freeze,
domainIncludes: ["schema:LymphaticVessel".freeze, "schema:Vein".freeze],
label: "regionDrained".freeze,
@@ -22655,42 +23174,42 @@
label: "relatedTo".freeze,
rangeIncludes: "schema:Person".freeze,
type: "rdf:Property".freeze
property :releaseDate,
comment: %(The release date of a product or product model. This can be used to distinguish the exact variant of a product.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: "schema:Product".freeze,
label: "releaseDate".freeze,
rangeIncludes: "schema:Date".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :releaseNotes,
comment: %(Description of what changed in this version.).freeze,
domainIncludes: "schema:SoftwareApplication".freeze,
label: "releaseNotes".freeze,
rangeIncludes: ["schema:Text".freeze, "schema:URL".freeze],
type: "rdf:Property".freeze
property :releaseOf,
comment: %(The album this is a release of.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
domainIncludes: "schema:MusicRelease".freeze,
label: "releaseOf".freeze,
rangeIncludes: "schema:MusicAlbum".freeze,
"schema:inverseOf": "schema:albumRelease".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
type: "rdf:Property".freeze
property :releasedEvent,
comment: %(The place and time the release was issued, expressed as a PublicationEvent.).freeze,
domainIncludes: "schema:CreativeWork".freeze,
label: "releasedEvent".freeze,
rangeIncludes: "schema:PublicationEvent".freeze,
type: "rdf:Property".freeze
property :relevantOccupation,
comment: %(The Occupation for the JobPosting.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1698".freeze,
domainIncludes: "schema:JobPosting".freeze,
label: "relevantOccupation".freeze,
rangeIncludes: "schema:Occupation".freeze,
"schema:category": "issue-1698".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1698".freeze,
type: "rdf:Property".freeze
property :relevantSpecialty,
comment: %(If applicable, a medical specialty in which this entity is relevant.).freeze,
domainIncludes: "schema:MedicalEntity".freeze,
label: "relevantSpecialty".freeze,
@@ -22703,35 +23222,35 @@
label: "remainingAttendeeCapacity".freeze,
rangeIncludes: "schema:Integer".freeze,
type: "rdf:Property".freeze
property :renegotiableLoan,
comment: %(Whether the terms for payment of interest can be renegotiated during the life of the loan.).freeze,
- "dc:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
domainIncludes: "schema:LoanOrCredit".freeze,
label: "renegotiableLoan".freeze,
rangeIncludes: "schema:Boolean".freeze,
"schema:category": "issue-1253".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze, "https://github.com/schemaorg/schemaorg/issues/1253".freeze],
type: "rdf:Property".freeze
property :repeatCount,
comment: %(Defines the number of times a recurring <a class="localLink" href="http://schema.org/Event">Event</a> will take place).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1457".freeze,
domainIncludes: "schema:Schedule".freeze,
label: "repeatCount".freeze,
rangeIncludes: "schema:Integer".freeze,
"schema:category": "issue-1457".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1457".freeze,
type: "rdf:Property".freeze
property :repeatFrequency,
comment: %(Defines the frequency at which <a class="localLink" href="http://schema.org/Events">Events</a> will occur according to a schedule <a class="localLink" href="http://schema.org/Schedule">Schedule</a>. The intervals between
events should be defined as a <a class="localLink" href="http://schema.org/Duration">Duration</a> of time.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1457".freeze,
domainIncludes: "schema:Schedule".freeze,
label: "repeatFrequency".freeze,
rangeIncludes: ["schema:Duration".freeze, "schema:Text".freeze],
"schema:category": "issue-1457".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1457".freeze,
subPropertyOf: "schema:frequency".freeze,
type: "rdf:Property".freeze
property :repetitions,
comment: %(Number of times one should repeat the activity.).freeze,
domainIncludes: "schema:ExercisePlan".freeze,
@@ -22771,14 +23290,14 @@
label: "representativeOfPage".freeze,
rangeIncludes: "schema:Boolean".freeze,
type: "rdf:Property".freeze
property :requiredCollateral,
comment: %(Assets required to secure loan or credit repayments. It may take form of third party pledge, goods, financial instruments \(cash, securities, etc.\)).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze,
domainIncludes: "schema:LoanOrCredit".freeze,
label: "requiredCollateral".freeze,
rangeIncludes: ["schema:Text".freeze, "schema:Thing".freeze],
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO".freeze,
type: "rdf:Property".freeze
property :requiredGender,
comment: %(Audiences defined by a person's gender.).freeze,
domainIncludes: "schema:PeopleAudience".freeze,
label: "requiredGender".freeze,
@@ -22809,15 +23328,15 @@
rangeIncludes: ["schema:Text".freeze, "schema:URL".freeze],
"schema:supersededBy": "schema:softwareRequirements".freeze,
type: "rdf:Property".freeze
property :requiresSubscription,
comment: %(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'\).).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1741".freeze,
domainIncludes: ["schema:ActionAccessSpecification".freeze, "schema:MediaObject".freeze],
label: "requiresSubscription".freeze,
rangeIncludes: ["schema:Boolean".freeze, "schema:MediaSubscription".freeze],
"schema:category": "issue-1741".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1741".freeze,
type: "rdf:Property".freeze
property :reservationFor,
comment: %(The thing -- flight, event, restaurant,etc. being reserved.).freeze,
domainIncludes: "schema:Reservation".freeze,
label: "reservationFor".freeze,
@@ -22841,15 +23360,15 @@
label: "reservedTicket".freeze,
rangeIncludes: "schema:Ticket".freeze,
type: "rdf:Property".freeze
property :responsibilities,
comment: %(Responsibilities associated with this role or Occupation.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1698".freeze,
domainIncludes: ["schema:JobPosting".freeze, "schema:Occupation".freeze],
label: "responsibilities".freeze,
rangeIncludes: "schema:Text".freeze,
"schema:category": "issue-1698".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1698".freeze,
type: "rdf:Property".freeze
property :restPeriods,
comment: %(How often one should break from the activity.).freeze,
domainIncludes: "schema:ExercisePlan".freeze,
label: "restPeriods".freeze,
@@ -22876,39 +23395,39 @@
rangeIncludes: "schema:Review".freeze,
subPropertyOf: "schema:result".freeze,
type: "rdf:Property".freeze
property :returnFees,
comment: %(Indicates \(via enumerated options\) the return fees policy for a MerchantReturnPolicy).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
domainIncludes: "schema:MerchantReturnPolicy".freeze,
label: "returnFees".freeze,
rangeIncludes: "schema:ReturnFeesEnumeration".freeze,
"schema:category": "issue-2288".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
type: "rdf:Property".freeze
property :returnPolicyCategory,
comment: %(A returnPolicyCategory expresses at most one of several enumerated kinds of return.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
domainIncludes: "schema:MerchantReturnPolicy".freeze,
label: "returnPolicyCategory".freeze,
rangeIncludes: "schema:MerchantReturnEnumeration".freeze,
"schema:category": "issue-2288".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
type: "rdf:Property".freeze
property :review,
comment: %(A review of the item.).freeze,
domainIncludes: ["schema:Brand".freeze, "schema:CreativeWork".freeze, "schema:Event".freeze, "schema:Offer".freeze, "schema:Organization".freeze, "schema:Place".freeze, "schema:Product".freeze, "schema:Service".freeze],
label: "review".freeze,
rangeIncludes: "schema:Review".freeze,
type: "rdf:Property".freeze
property :reviewAspect,
comment: %(This Review or Rating is relevant to this part or facet of the itemReviewed.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1689".freeze,
domainIncludes: ["schema:Guide".freeze, "schema:Rating".freeze, "schema:Review".freeze],
label: "reviewAspect".freeze,
rangeIncludes: "schema:Text".freeze,
"schema:category": "issue-1689".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1689".freeze,
type: "rdf:Property".freeze
property :reviewBody,
comment: %(The actual body of the review.).freeze,
domainIncludes: "schema:Review".freeze,
label: "reviewBody".freeze,
@@ -22968,15 +23487,15 @@
<li>Note 1: You can indicate additional information in the <a class="localLink" href="http://schema.org/name">name</a> of the <a class="localLink" href="http://schema.org/QuantitativeValue">QuantitativeValue</a> node.</li>
<li>Note 2: You may also link to a <a class="localLink" href="http://schema.org/QualitativeValue">QualitativeValue</a> node that provides additional information using <a class="localLink" href="http://schema.org/valueReference">valueReference</a></li>
<li>Note 3: Note that 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.</li>
</ul>
).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
domainIncludes: ["schema:BusOrCoach".freeze, "schema:Car".freeze],
label: "roofLoad".freeze,
rangeIncludes: "schema:QuantitativeValue".freeze,
"schema:isPartOf": "http://auto.schema.org".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
type: "rdf:Property".freeze
property :rsvpResponse,
comment: %(The response \(yes, no, maybe\) to the RSVP.).freeze,
domainIncludes: "schema:RsvpAction".freeze,
label: "rsvpResponse".freeze,
@@ -23002,16 +23521,16 @@
label: "runtimePlatform".freeze,
rangeIncludes: "schema:Text".freeze,
type: "rdf:Property".freeze
property :rxcui,
comment: %(The RxCUI drug identifier from RXNORM.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1062".freeze,
domainIncludes: "schema:Drug".freeze,
label: "rxcui".freeze,
rangeIncludes: "schema:Text".freeze,
"schema:category": "issue-1062".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1062".freeze,
type: "rdf:Property".freeze
property :safetyConsideration,
comment: %(Any potential safety concern associated with the supplement. May include interactions with other drugs and foods, pregnancy, breastfeeding, known adverse reactions, and documented efficacy of the supplement.).freeze,
domainIncludes: "schema:DietarySupplement".freeze,
label: "safetyConsideration".freeze,
@@ -23024,16 +23543,16 @@
label: "salaryCurrency".freeze,
rangeIncludes: "schema:Text".freeze,
type: "rdf:Property".freeze
property :salaryUponCompletion,
comment: %(The expected salary upon completing the training.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2289".freeze,
domainIncludes: "schema:EducationalOccupationalProgram".freeze,
label: "salaryUponCompletion".freeze,
rangeIncludes: "schema:MonetaryAmountDistribution".freeze,
"schema:category": "issue-2289".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2289".freeze,
type: "rdf:Property".freeze
property :sameAs,
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.).freeze,
domainIncludes: "schema:Thing".freeze,
label: "sameAs".freeze,
@@ -23052,16 +23571,16 @@
label: "saturatedFatContent".freeze,
rangeIncludes: "schema:Mass".freeze,
type: "rdf:Property".freeze
property :scheduleTimezone,
comment: %(Indicates the timezone for which the time\(s\) indicated in the <a class="localLink" href="http://schema.org/Schedule">Schedule</a> are given. The value provided should be among those listed in the IANA Time Zone Database.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1457".freeze,
domainIncludes: "schema:Schedule".freeze,
label: "scheduleTimezone".freeze,
rangeIncludes: "schema:Text".freeze,
"schema:category": "issue-1457".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1457".freeze,
type: "rdf:Property".freeze
property :scheduledPaymentDate,
comment: %(The date the invoice is scheduled to be paid.).freeze,
domainIncludes: "schema:Invoice".freeze,
label: "scheduledPaymentDate".freeze,
@@ -23079,16 +23598,16 @@
label: "schemaVersion".freeze,
rangeIncludes: ["schema:Text".freeze, "schema:URL".freeze],
type: "rdf:Property".freeze
property :schoolClosuresInfo,
comment: %(Information about school closures.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2490".freeze,
domainIncludes: "schema:SpecialAnnouncement".freeze,
label: "schoolClosuresInfo".freeze,
rangeIncludes: ["schema:URL".freeze, "schema:WebContent".freeze],
"schema:category": "issue-2490".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2490".freeze,
type: "rdf:Property".freeze
property :screenCount,
comment: %(The number of screens in the movie theater.).freeze,
domainIncludes: "schema:MovieTheater".freeze,
label: "screenCount".freeze,
@@ -23100,35 +23619,35 @@
label: "screenshot".freeze,
rangeIncludes: ["schema:ImageObject".freeze, "schema:URL".freeze],
type: "rdf:Property".freeze
property :sdDatePublished,
comment: %(Indicates the date on which the current structured data was generated / published. Typically used alongside <a class="localLink" href="http://schema.org/sdPublisher">sdPublisher</a>).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1886".freeze,
domainIncludes: "schema:CreativeWork".freeze,
label: "sdDatePublished".freeze,
rangeIncludes: "schema:Date".freeze,
"schema:category": "issue-1886".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1886".freeze,
type: "rdf:Property".freeze
property :sdLicense,
comment: %(A license document that applies to this structured data, typically indicated by URL.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1886".freeze,
domainIncludes: "schema:CreativeWork".freeze,
label: "sdLicense".freeze,
rangeIncludes: ["schema:CreativeWork".freeze, "schema:URL".freeze],
"schema:category": "issue-1886".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1886".freeze,
type: "rdf:Property".freeze
property :sdPublisher,
comment: %(Indicates the party responsible for generating and publishing the current structured data markup, typically in cases where the structured data is derived automatically from existing published content but published on a different site. For example, student projects and open data initiatives often re-publish existing content with more explicitly structured metadata. The
<a class="localLink" href="http://schema.org/sdPublisher">sdPublisher</a> property helps make such practices more explicit.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1886".freeze,
domainIncludes: "schema:CreativeWork".freeze,
label: "sdPublisher".freeze,
rangeIncludes: ["schema:Organization".freeze, "schema:Person".freeze],
"schema:category": "issue-1886".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1886".freeze,
type: "rdf:Property".freeze
property :season,
comment: %(A season in a media series.).freeze,
domainIncludes: ["schema:RadioSeries".freeze, "schema:TVSeries".freeze, "schema:VideoGameSeries".freeze],
label: "season".freeze,
@@ -23170,15 +23689,15 @@
type: "rdf:Property".freeze
property :seatingCapacity,
comment: %(The number of persons that can be seated \(e.g. in a 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).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
domainIncludes: "schema:Vehicle".freeze,
label: "seatingCapacity".freeze,
rangeIncludes: ["schema:Number".freeze, "schema:QuantitativeValue".freeze],
"schema:isPartOf": "http://auto.schema.org".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
type: "rdf:Property".freeze
property :seatingType,
comment: %(The type/class of the seat.).freeze,
domainIncludes: "schema:Seat".freeze,
label: "seatingType".freeze,
@@ -23191,29 +23710,29 @@
rangeIncludes: "schema:MedicalTherapy".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "rdf:Property".freeze
property :securityClearanceRequirement,
comment: %(A description of any security clearance requirements of the job.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2384".freeze,
domainIncludes: "schema:JobPosting".freeze,
label: "securityClearanceRequirement".freeze,
rangeIncludes: ["schema:Text".freeze, "schema:URL".freeze],
"schema:category": "issue-2384".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2384".freeze,
type: "rdf:Property".freeze
property :securityScreening,
comment: %(The type of security screening the passenger is subject to.).freeze,
domainIncludes: "schema:FlightReservation".freeze,
label: "securityScreening".freeze,
rangeIncludes: "schema:Text".freeze,
type: "rdf:Property".freeze
property :seeks,
comment: %(A pointer to products or services sought by the organization or person \(demand\).).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: ["schema:Organization".freeze, "schema:Person".freeze],
label: "seeks".freeze,
rangeIncludes: "schema:Demand".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :seller,
comment: %(An entity which offers \(sells / leases / lends / loans\) the services / goods. A seller may also be a provider.).freeze,
domainIncludes: ["schema:BuyAction".freeze, "schema:Demand".freeze, "schema:Flight".freeze, "schema:Offer".freeze, "schema:Order".freeze],
label: "seller".freeze,
@@ -23227,30 +23746,30 @@
rangeIncludes: ["schema:Audience".freeze, "schema:Organization".freeze, "schema:Person".freeze],
subPropertyOf: "schema:participant".freeze,
type: "rdf:Property".freeze
property :sensoryRequirement,
comment: %(A description of any sensory requirements and levels necessary to function on the job, including hearing and vision. Defined terms such as those in O*net may be used, but note that there is no way to specify the level of ability as well as its nature when using a defined term.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2384".freeze,
domainIncludes: "schema:JobPosting".freeze,
label: "sensoryRequirement".freeze,
rangeIncludes: ["schema:DefinedTerm".freeze, "schema:Text".freeze, "schema:URL".freeze],
"schema:category": "issue-2384".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2384".freeze,
type: "rdf:Property".freeze
property :sensoryUnit,
comment: %(The neurological pathway extension that inputs and sends information to the brain or spinal cord.).freeze,
domainIncludes: "schema:Nerve".freeze,
label: "sensoryUnit".freeze,
rangeIncludes: ["schema:AnatomicalStructure".freeze, "schema:SuperficialAnatomy".freeze],
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "rdf:Property".freeze
property :serialNumber,
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.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: ["schema:Demand".freeze, "schema:IndividualProduct".freeze, "schema:Offer".freeze],
label: "serialNumber".freeze,
rangeIncludes: "schema:Text".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
subPropertyOf: "schema:identifier".freeze,
type: "rdf:Property".freeze
property :seriousAdverseOutcome,
comment: %(A possible serious complication and/or serious side effect of this therapy. Serious adverse outcomes include those that are life-threatening; result in death, disability, or permanent damage; require hospitalization or prolong existing hospitalization; cause congenital anomalies or birth defects; or jeopardize the patient and may require medical or surgical intervention to prevent one of the outcomes in this definition.).freeze,
domainIncludes: ["schema:MedicalDevice".freeze, "schema:MedicalTherapy".freeze],
@@ -23343,18 +23862,54 @@
domainIncludes: "schema:SocialMediaPosting".freeze,
label: "sharedContent".freeze,
rangeIncludes: "schema:CreativeWork".freeze,
type: "rdf:Property".freeze
property :shippingDestination,
- comment: %(indicates \(posssibly multiple\) shipping destinations. These can be defined in several ways e.g. postalCode ranges.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2506".freeze,
- domainIncludes: "schema:OfferShippingDetails".freeze,
+ comment: %(indicates \(possibly multiple\) shipping destinations. These can be defined in several ways e.g. postalCode ranges.).freeze,
+ domainIncludes: ["schema:DeliveryTimeSettings".freeze, "schema:OfferShippingDetails".freeze, "schema:ShippingRateSettings".freeze],
label: "shippingDestination".freeze,
rangeIncludes: "schema:DefinedRegion".freeze,
"schema:category": "issue-2506".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2506".freeze,
type: "rdf:Property".freeze
+ property :shippingDetails,
+ comment: %(Indicates information about the shipping policies and options associated with an <a class="localLink" href="http://schema.org/Offer">Offer</a>.).freeze,
+ domainIncludes: "schema:Offer".freeze,
+ label: "shippingDetails".freeze,
+ rangeIncludes: "schema:OfferShippingDetails".freeze,
+ "schema:category": "issue-2506".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2506".freeze,
+ type: "rdf:Property".freeze
+ property :shippingLabel,
+ comment: %(Label to match an <a class="localLink" href="http://schema.org/OfferShippingDetails">OfferShippingDetails</a> with a <a class="localLink" href="http://schema.org/ShippingRateSettings">ShippingRateSettings</a> \(within the context of a <a class="localLink" href="http://schema.org/shippingSettingsLink">shippingSettingsLink</a> cross-reference\).).freeze,
+ domainIncludes: ["schema:OfferShippingDetails".freeze, "schema:ShippingRateSettings".freeze],
+ label: "shippingLabel".freeze,
+ rangeIncludes: "schema:Text".freeze,
+ "schema:category": "issue-2506".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2506".freeze,
+ type: "rdf:Property".freeze
+ property :shippingRate,
+ comment: %(The shipping rate is the cost of shipping to the specified destination. Typically, the maxValue and currency values \(of the <a class="localLink" href="http://schema.org/MonetaryAmount">MonetaryAmount</a>\) are most appropriate.).freeze,
+ domainIncludes: ["schema:OfferShippingDetails".freeze, "schema:ShippingRateSettings".freeze],
+ label: "shippingRate".freeze,
+ rangeIncludes: "schema:MonetaryAmount".freeze,
+ "schema:category": "issue-2506".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2506".freeze,
+ type: "rdf:Property".freeze
+ property :shippingSettingsLink,
+ comment: %(Link to a page containing <a class="localLink" href="http://schema.org/ShippingRateSettings">ShippingRateSettings</a> and <a class="localLink" href="http://schema.org/DeliveryTimeSettings">DeliveryTimeSettings</a> details.).freeze,
+ domainIncludes: "schema:OfferShippingDetails".freeze,
+ label: "shippingSettingsLink".freeze,
+ rangeIncludes: "schema:URL".freeze,
+ "schema:category": "issue-2506".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2506".freeze,
+ type: "rdf:Property".freeze
property :sibling,
comment: %(A sibling of the person.).freeze,
domainIncludes: "schema:Person".freeze,
label: "sibling".freeze,
rangeIncludes: "schema:Person".freeze,
@@ -23400,36 +23955,36 @@
rangeIncludes: "schema:URL".freeze,
"schema:supersededBy": "schema:significantLink".freeze,
type: "rdf:Property".freeze
property :skills,
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.).freeze,
- "dc:source": ["https://github.com/schemaorg/schemaorg/issues/1698".freeze, "https://github.com/schemaorg/schemaorg/issues/2322".freeze],
domainIncludes: ["schema:JobPosting".freeze, "schema:Occupation".freeze],
label: "skills".freeze,
rangeIncludes: ["schema:DefinedTerm".freeze, "schema:Text".freeze],
"schema:category": ["issue-1698".freeze, "issue-2322".freeze],
+ "schema:source": ["https://github.com/schemaorg/schemaorg/issues/1698".freeze, "https://github.com/schemaorg/schemaorg/issues/2322".freeze],
type: "rdf:Property".freeze
property :sku,
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.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: ["schema:Demand".freeze, "schema:Offer".freeze, "schema:Product".freeze],
label: "sku".freeze,
rangeIncludes: "schema:Text".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
subPropertyOf: "schema:identifier".freeze,
type: "rdf:Property".freeze
property :slogan,
comment: %(A slogan or motto associated with the item.).freeze,
domainIncludes: ["schema:Brand".freeze, "schema:Organization".freeze, "schema:Place".freeze, "schema:Product".freeze, "schema:Service".freeze],
label: "slogan".freeze,
rangeIncludes: "schema:Text".freeze,
type: "rdf:Property".freeze
property :smokingAllowed,
comment: %(Indicates whether it is allowed to smoke in the place, e.g. in the restaurant, hotel or hotel room.).freeze,
- "dc:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze,
domainIncludes: "schema:Place".freeze,
label: "smokingAllowed".freeze,
rangeIncludes: "schema:Boolean".freeze,
+ "schema:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze,
type: "rdf:Property".freeze
property :sodiumContent,
comment: %(The number of milligrams of sodium.).freeze,
domainIncludes: "schema:NutritionInformation".freeze,
label: "sodiumContent".freeze,
@@ -23501,15 +24056,15 @@
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.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1389".freeze,
domainIncludes: ["schema:Article".freeze, "schema:WebPage".freeze],
label: "speakable".freeze,
rangeIncludes: ["schema:SpeakableSpecification".freeze, "schema:URL".freeze],
"schema:category": "issue-1389".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1389".freeze,
type: "rdf:Property".freeze
property :specialCommitments,
comment: %(Any special commitments associated with this job posting. Valid entries include VeteranCommit, MilitarySpouseCommit, etc.).freeze,
domainIncludes: "schema:JobPosting".freeze,
label: "specialCommitments".freeze,
@@ -23529,53 +24084,53 @@
label: "specialty".freeze,
rangeIncludes: "schema:Specialty".freeze,
type: "rdf:Property".freeze
property :speechToTextMarkup,
comment: %(Form of markup used. eg. <a href="https://www.w3.org/TR/speech-synthesis11">SSML</a> or <a href="https://www.wikidata.org/wiki/Property:P898">IPA</a>.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2108".freeze,
domainIncludes: "schema:PronounceableText".freeze,
label: "speechToTextMarkup".freeze,
rangeIncludes: "schema:Text".freeze,
"schema:category": "issue-2108".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2108".freeze,
type: "rdf:Property".freeze
property :speed,
comment: %(The speed range of the vehicle. If the vehicle is powered by an engine, the upper limit of the speed range \(indicated by <a class="localLink" href="http://schema.org/maxValue">maxValue</a> should be the maximum speed achievable under regular conditions.<br/><br/>
Typical unit code\(s\): KMH for km/h, HM for mile per hour \(0.447 04 m/s\), KNT for knot<br/><br/>
*Note 1: Use <a class="localLink" href="http://schema.org/minValue">minValue</a> and <a class="localLink" href="http://schema.org/maxValue">maxValue</a> to indicate the range. Typically, the minimal value is zero.
* Note 2: There are many different ways of measuring the speed range. You can link to information about how the given value has been determined using the <a class="localLink" href="http://schema.org/valueReference">valueReference</a> property.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
domainIncludes: "schema:Vehicle".freeze,
label: "speed".freeze,
rangeIncludes: "schema:QuantitativeValue".freeze,
"schema:isPartOf": "http://auto.schema.org".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
type: "rdf:Property".freeze
property :spokenByCharacter,
comment: %(The \(e.g. fictional\) character, Person or Organization to whom the quotation is attributed within the containing CreativeWork.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/271".freeze,
domainIncludes: "schema:Quotation".freeze,
label: "spokenByCharacter".freeze,
rangeIncludes: ["schema:Organization".freeze, "schema:Person".freeze],
"schema:category": "issue-271".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/271".freeze,
type: "rdf:Property".freeze
property :sponsor,
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.).freeze,
domainIncludes: ["schema:CreativeWork".freeze, "schema:Event".freeze, "schema:Grant".freeze, "schema:MedicalStudy".freeze, "schema:Organization".freeze, "schema:Person".freeze],
label: "sponsor".freeze,
rangeIncludes: ["schema:Organization".freeze, "schema:Person".freeze],
type: "rdf:Property".freeze
property :sport,
comment: %(A type of sport \(e.g. Baseball\).).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1951".freeze,
domainIncludes: ["schema:SportsEvent".freeze, "schema:SportsOrganization".freeze],
label: "sport".freeze,
rangeIncludes: ["schema:Text".freeze, "schema:URL".freeze],
"schema:category": "issue-1951".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1951".freeze,
type: "rdf:Property".freeze
property :sportsActivityLocation,
comment: %(A sub property of location. The sports activity location where this action occurred.).freeze,
domainIncludes: "schema:ExerciseAction".freeze,
label: "sportsActivityLocation".freeze,
@@ -23616,55 +24171,55 @@
rangeIncludes: "schema:Number".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "rdf:Property".freeze
property :starRating,
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\).).freeze,
- "dc:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze,
domainIncludes: ["schema:FoodEstablishment".freeze, "schema:LodgingBusiness".freeze],
label: "starRating".freeze,
rangeIncludes: "schema:Rating".freeze,
+ "schema:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze,
type: "rdf:Property".freeze
property :startDate,
comment: %(The start date and time of the item \(in <a href="http://en.wikipedia.org/wiki/ISO_8601">ISO 8601 date format</a>\).).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2486".freeze,
domainIncludes: ["schema:CreativeWorkSeason".freeze, "schema:CreativeWorkSeries".freeze, "schema:DatedMoneySpecification".freeze, "schema:EducationalOccupationalProgram".freeze, "schema:Event".freeze, "schema:Role".freeze, "schema:Schedule".freeze],
label: "startDate".freeze,
rangeIncludes: ["schema:Date".freeze, "schema:DateTime".freeze],
"schema:category": "issue-2486".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2486".freeze,
type: "rdf:Property".freeze
property :startOffset,
comment: %(The start time of the clip expressed as the number of seconds from the beginning of the work.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2021".freeze,
domainIncludes: "schema:Clip".freeze,
label: "startOffset".freeze,
rangeIncludes: "schema:Number".freeze,
"schema:category": "issue-2021".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2021".freeze,
type: "rdf:Property".freeze
property :startTime,
comment: %(The startTime of something. For a reserved event or service \(e.g. FoodEstablishmentReservation\), the time that it is expected to start. For actions that span a period of time, when the action was performed. e.g. John wrote a book from <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.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2493".freeze,
domainIncludes: ["schema:Action".freeze, "schema:FoodEstablishmentReservation".freeze, "schema:MediaObject".freeze, "schema:Schedule".freeze],
label: "startTime".freeze,
rangeIncludes: ["schema:DateTime".freeze, "schema:Time".freeze],
"schema:category": "issue-2493".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2493".freeze,
type: "rdf:Property".freeze
property :status,
comment: %(The status of the study \(enumerated\).).freeze,
domainIncludes: ["schema:MedicalCondition".freeze, "schema:MedicalProcedure".freeze, "schema:MedicalStudy".freeze],
label: "status".freeze,
rangeIncludes: ["schema:EventStatusType".freeze, "schema:MedicalStudyStatus".freeze, "schema:Text".freeze],
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "rdf:Property".freeze
property :steeringPosition,
comment: %(The position of the steering wheel or similar device \(mostly for cars\).).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
domainIncludes: "schema:Vehicle".freeze,
label: "steeringPosition".freeze,
rangeIncludes: "schema:SteeringPositionValue".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
type: "rdf:Property".freeze
property :step,
comment: %(A single step item \(as HowToStep, text, document, video, etc.\) or a HowToSection.).freeze,
domainIncludes: "schema:HowTo".freeze,
label: "step".freeze,
@@ -23799,42 +24354,42 @@
rangeIncludes: "schema:MedicalTest".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "rdf:Property".freeze
property :subTrip,
comment: %(Identifies a <a class="localLink" href="http://schema.org/Trip">Trip</a> that is a subTrip of this Trip. For example Day 1, Day 2, etc. of a multi-day trip.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism".freeze,
domainIncludes: "schema:Trip".freeze,
label: "subTrip".freeze,
rangeIncludes: "schema:Trip".freeze,
"schema:category": "issue-1810".freeze,
"schema:inverseOf": "schema:partOfTrip".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism".freeze,
type: "rdf:Property".freeze
property :subjectOf,
comment: %(A CreativeWork or Event about this Thing.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1670".freeze,
domainIncludes: "schema:Thing".freeze,
label: "subjectOf".freeze,
rangeIncludes: ["schema:CreativeWork".freeze, "schema:Event".freeze],
"schema:category": "issue-1670".freeze,
"schema:inverseOf": "schema:about".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1670".freeze,
type: "rdf:Property".freeze
property :subtitleLanguage,
comment: %(Languages in which subtitles/captions are available, in <a href="http://tools.ietf.org/html/bcp47">IETF BCP 47 standard format</a>.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2110".freeze,
domainIncludes: ["schema:BroadcastEvent".freeze, "schema:Movie".freeze, "schema:ScreeningEvent".freeze, "schema:TVEpisode".freeze],
label: "subtitleLanguage".freeze,
rangeIncludes: ["schema:Language".freeze, "schema:Text".freeze],
"schema:category": "issue-2110".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2110".freeze,
type: "rdf:Property".freeze
property :successorOf,
comment: %(A pointer from a newer variant of a product to its previous, often discontinued predecessor.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: "schema:ProductModel".freeze,
label: "successorOf".freeze,
rangeIncludes: "schema:ProductModel".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :sugarContent,
comment: %(The number of grams of sugar.).freeze,
domainIncludes: "schema:NutritionInformation".freeze,
label: "sugarContent".freeze,
@@ -23962,16 +24517,25 @@
label: "targetUrl".freeze,
rangeIncludes: "schema:URL".freeze,
type: "rdf:Property".freeze
property :taxID,
comment: %(The Tax / Fiscal ID of the organization or person, e.g. the TIN in the US or the CIF/NIF in Spain.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: ["schema:Organization".freeze, "schema:Person".freeze],
label: "taxID".freeze,
rangeIncludes: "schema:Text".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
subPropertyOf: "schema:identifier".freeze,
type: "rdf:Property".freeze
+ property :teaches,
+ comment: %(The item being described is intended to help a person learn the competency or learning outcome defined by the referenced term.).freeze,
+ domainIncludes: ["schema:CreativeWork".freeze, "schema:EducationEvent".freeze],
+ label: "teaches".freeze,
+ rangeIncludes: ["schema:DefinedTerm".freeze, "schema:Text".freeze],
+ "schema:category": "issue-2427".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2427".freeze,
+ type: "rdf:Property".freeze
property :telephone,
comment: %(The telephone number.).freeze,
domainIncludes: ["schema:ContactPoint".freeze, "schema:Organization".freeze, "schema:Person".freeze, "schema:Place".freeze],
label: "telephone".freeze,
rangeIncludes: "schema:Text".freeze,
@@ -23994,58 +24558,58 @@
label: "temporalCoverage".freeze,
rangeIncludes: ["schema:DateTime".freeze, "schema:Text".freeze, "schema:URL".freeze],
type: "rdf:Property".freeze
property :termCode,
comment: %(A code that identifies this <a class="localLink" href="http://schema.org/DefinedTerm">DefinedTerm</a> within a <a class="localLink" href="http://schema.org/DefinedTermSet">DefinedTermSet</a>).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/894".freeze,
domainIncludes: "schema:DefinedTerm".freeze,
label: "termCode".freeze,
rangeIncludes: "schema:Text".freeze,
"schema:category": "issue-894".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/894".freeze,
type: "rdf:Property".freeze
property :termDuration,
comment: %(The amount of time in a term as defined by the institution. A term is a length of time where students take one or more classes. Semesters and quarters are common units for term.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2419".freeze,
domainIncludes: "schema:EducationalOccupationalProgram".freeze,
label: "termDuration".freeze,
rangeIncludes: "schema:Duration".freeze,
"schema:category": "issue-2419".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2419".freeze,
type: "rdf:Property".freeze
property :termsOfService,
comment: %(Human-readable terms of service documentation.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1423".freeze,
domainIncludes: "schema:Service".freeze,
label: "termsOfService".freeze,
rangeIncludes: ["schema:Text".freeze, "schema:URL".freeze],
"schema:category": "issue-1423".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1423".freeze,
type: "rdf:Property".freeze
property :termsPerYear,
comment: %(The number of times terms of study are offered per year. Semesters and quarters are common units for term. For example, if the student can only take 2 semesters for the program in one year, then termsPerYear should be 2.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2419".freeze,
domainIncludes: "schema:EducationalOccupationalProgram".freeze,
label: "termsPerYear".freeze,
rangeIncludes: "schema:Number".freeze,
"schema:category": "issue-2419".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2419".freeze,
type: "rdf:Property".freeze
property :text,
comment: %(The textual content of this CreativeWork.).freeze,
domainIncludes: "schema:CreativeWork".freeze,
label: "text".freeze,
rangeIncludes: "schema:Text".freeze,
type: "rdf:Property".freeze
property :textValue,
comment: %(Text value being annotated.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2108".freeze,
domainIncludes: "schema:PronounceableText".freeze,
label: "textValue".freeze,
rangeIncludes: "schema:Text".freeze,
"schema:category": "issue-2108".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2108".freeze,
type: "rdf:Property".freeze
property :thumbnail,
comment: %(Thumbnail image for an image or video.).freeze,
domainIncludes: ["schema:ImageObject".freeze, "schema:VideoObject".freeze],
label: "thumbnail".freeze,
@@ -24081,31 +24645,31 @@
label: "ticketedSeat".freeze,
rangeIncludes: "schema:Seat".freeze,
type: "rdf:Property".freeze
property :timeOfDay,
comment: %(The time of day the program normally runs. For example, "evenings".).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2419".freeze,
domainIncludes: "schema:EducationalOccupationalProgram".freeze,
label: "timeOfDay".freeze,
rangeIncludes: "schema:Text".freeze,
"schema:category": "issue-2419".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2419".freeze,
type: "rdf:Property".freeze
property :timeRequired,
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'.).freeze,
domainIncludes: "schema:CreativeWork".freeze,
label: "timeRequired".freeze,
rangeIncludes: "schema:Duration".freeze,
type: "rdf:Property".freeze
property :timeToComplete,
comment: %(The expected length of time to complete the program if attending full-time.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2289".freeze,
domainIncludes: "schema:EducationalOccupationalProgram".freeze,
label: "timeToComplete".freeze,
rangeIncludes: "schema:Duration".freeze,
"schema:category": "issue-2289".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2289".freeze,
type: "rdf:Property".freeze
property :tissueSample,
comment: %(The type of tissue sample required for the test.).freeze,
domainIncludes: "schema:PathologyTest".freeze,
label: "tissueSample".freeze,
@@ -24116,10 +24680,24 @@
comment: %(The title of the job.).freeze,
domainIncludes: "schema:JobPosting".freeze,
label: "title".freeze,
rangeIncludes: "schema:Text".freeze,
type: "rdf:Property".freeze
+ property :titleEIDR,
+ comment: %(An <a href="https://eidr.org/">EIDR</a> \(Entertainment Identifier Registry\) <a class="localLink" href="http://schema.org/identifier">identifier</a> representing at the most general/abstract level, a work of film or television.<br/><br/>
+
+For example, the motion picture known as "Ghostbusters" has a titleEIDR of "10.5240/7EC7-228A-510A-053E-CBB8-J". This title \(or work\) may have several variants, which EIDR calls "edits". See <a class="localLink" href="http://schema.org/editEIDR">editEIDR</a>.<br/><br/>
+
+Since schema.org types like <a class="localLink" href="http://schema.org/Movie">Movie</a> and <a class="localLink" href="http://schema.org/TVEpisode">TVEpisode</a> can be used for both works and their multiple expressions, it is possible to use <a class="localLink" href="http://schema.org/titleEIDR">titleEIDR</a> alone \(for a general description\), or alongside <a class="localLink" href="http://schema.org/editEIDR">editEIDR</a> for a more edit-specific description.).freeze,
+ domainIncludes: ["schema:Movie".freeze, "schema:TVEpisode".freeze],
+ label: "titleEIDR".freeze,
+ rangeIncludes: ["schema:Text".freeze, "schema:URL".freeze],
+ "schema:category": "issue-2469".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2469".freeze,
+ subPropertyOf: "schema:identifier".freeze,
+ type: "rdf:Property".freeze
property :toLocation,
comment: %(A sub property of location. The final location of the object or the agent after the action.).freeze,
domainIncludes: ["schema:ExerciseAction".freeze, "schema:InsertAction".freeze, "schema:MoveAction".freeze, "schema:TransferAction".freeze],
label: "toLocation".freeze,
rangeIncludes: "schema:Place".freeze,
@@ -24141,15 +24719,15 @@
<li>Note 1: You can indicate additional information in the <a class="localLink" href="http://schema.org/name">name</a> of the <a class="localLink" href="http://schema.org/QuantitativeValue">QuantitativeValue</a> node.</li>
<li>Note 2: You may also link to a <a class="localLink" href="http://schema.org/QualitativeValue">QualitativeValue</a> node that provides additional information using <a class="localLink" href="http://schema.org/valueReference">valueReference</a>.</li>
<li>Note 3: Note that 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.</li>
</ul>
).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
domainIncludes: "schema:Vehicle".freeze,
label: "tongueWeight".freeze,
rangeIncludes: "schema:QuantitativeValue".freeze,
"schema:isPartOf": "http://auto.schema.org".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
type: "rdf:Property".freeze
property :tool,
comment: %(A sub property of instrument. An object used \(but not consumed\) when performing instructions or a direction.).freeze,
domainIncludes: ["schema:HowTo".freeze, "schema:HowToDirection".freeze],
label: "tool".freeze,
@@ -24164,24 +24742,24 @@
<ul>
<li>Note 1: You can link to information about how the given value has been determined \(e.g. reference RPM\) using the <a class="localLink" href="http://schema.org/valueReference">valueReference</a> property.</li>
<li>Note 2: 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.</li>
</ul>
).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
domainIncludes: "schema:EngineSpecification".freeze,
label: "torque".freeze,
rangeIncludes: "schema:QuantitativeValue".freeze,
"schema:isPartOf": "http://auto.schema.org".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
type: "rdf:Property".freeze
property :totalJobOpenings,
comment: %(The number of positions open for this job posting. Use a positive integer. Do not use if the number of positions is unclear or not known.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2329".freeze,
domainIncludes: "schema:JobPosting".freeze,
label: "totalJobOpenings".freeze,
rangeIncludes: "schema:Integer".freeze,
"schema:category": "issue-2329".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2329".freeze,
type: "rdf:Property".freeze
property :totalPaymentDue,
comment: %(The total amount due.).freeze,
domainIncludes: "schema:Invoice".freeze,
label: "totalPaymentDue".freeze,
@@ -24207,31 +24785,31 @@
label: "totalTime".freeze,
rangeIncludes: "schema:Duration".freeze,
type: "rdf:Property".freeze
property :tourBookingPage,
comment: %(A page providing information on how to book a tour of some <a class="localLink" href="http://schema.org/Place">Place</a>, such as an <a class="localLink" href="http://schema.org/Accommodation">Accommodation</a> or <a class="localLink" href="http://schema.org/ApartmentComplex">ApartmentComplex</a> in a real estate setting, as well as other kinds of tours as appropriate.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2373".freeze,
domainIncludes: ["schema:Accommodation".freeze, "schema:ApartmentComplex".freeze, "schema:Place".freeze],
label: "tourBookingPage".freeze,
rangeIncludes: "schema:URL".freeze,
"schema:category": "issue-2373".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2373".freeze,
type: "rdf:Property".freeze
property :touristType,
comment: %(Attraction suitable for type\(s\) of tourist. eg. Children, visitors from a particular country, etc.).freeze,
- "dc:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#IIT-CNR.it".freeze, "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism".freeze],
domainIncludes: ["schema:TouristAttraction".freeze, "schema:TouristDestination".freeze, "schema:TouristTrip".freeze],
label: "touristType".freeze,
rangeIncludes: ["schema:Audience".freeze, "schema:Text".freeze],
"schema:category": "issue-1810".freeze,
+ "schema:source": ["http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#IIT-CNR.it".freeze, "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism".freeze],
type: "rdf:Property".freeze
property :track,
comment: %(A music recording \(track\)—usually a single song. If an ItemList is given, the list should contain items of type MusicRecording.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
domainIncludes: ["schema:MusicGroup".freeze, "schema:MusicPlaylist".freeze],
label: "track".freeze,
rangeIncludes: ["schema:ItemList".freeze, "schema:MusicRecording".freeze],
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
type: "rdf:Property".freeze
property :trackingNumber,
comment: %(Shipper tracking number.).freeze,
domainIncludes: "schema:ParcelDelivery".freeze,
label: "trackingNumber".freeze,
@@ -24261,15 +24839,15 @@
Typical unit code\(s\): KGM for kilogram, LBR for pound
* Note 1: You can indicate additional information in the <a class="localLink" href="http://schema.org/name">name</a> of the <a class="localLink" href="http://schema.org/QuantitativeValue">QuantitativeValue</a> node.
* Note 2: You may also link to a <a class="localLink" href="http://schema.org/QualitativeValue">QualitativeValue</a> node that provides additional information using <a class="localLink" href="http://schema.org/valueReference">valueReference</a>.
* Note 3: Note that 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.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
domainIncludes: "schema:Vehicle".freeze,
label: "trailerWeight".freeze,
rangeIncludes: "schema:QuantitativeValue".freeze,
"schema:isPartOf": "http://auto.schema.org".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
type: "rdf:Property".freeze
property :trainName,
comment: %(The name of the train \(e.g. The Orient Express\).).freeze,
domainIncludes: "schema:TrainTrip".freeze,
label: "trainName".freeze,
@@ -24281,16 +24859,16 @@
label: "trainNumber".freeze,
rangeIncludes: "schema:Text".freeze,
type: "rdf:Property".freeze
property :trainingSalary,
comment: %(The estimated salary earned while in the program.).freeze,
- "dc:source": ["https://github.com/schemaorg/schemaorg/issues/2289".freeze, "https://github.com/schemaorg/schemaorg/issues/2460".freeze],
domainIncludes: ["schema:EducationalOccupationalProgram".freeze, "schema:WorkBasedProgram".freeze],
label: "trainingSalary".freeze,
rangeIncludes: "schema:MonetaryAmountDistribution".freeze,
"schema:category": ["issue-2289".freeze, "issue-2460".freeze],
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["https://github.com/schemaorg/schemaorg/issues/2289".freeze, "https://github.com/schemaorg/schemaorg/issues/2460".freeze],
type: "rdf:Property".freeze
property :transFatContent,
comment: %(The number of grams of trans fat.).freeze,
domainIncludes: "schema:NutritionInformation".freeze,
label: "transFatContent".freeze,
@@ -24300,10 +24878,28 @@
comment: %(If this MediaObject is an AudioObject or VideoObject, the transcript of that object.).freeze,
domainIncludes: ["schema:AudioObject".freeze, "schema:VideoObject".freeze],
label: "transcript".freeze,
rangeIncludes: "schema:Text".freeze,
type: "rdf:Property".freeze
+ property :transitTime,
+ comment: %(The typical delay the order has been sent for delivery and the goods reach the final customer. Typical properties: minValue, maxValue, unitCode \(d for DAY\).).freeze,
+ domainIncludes: "schema:ShippingDeliveryTime".freeze,
+ label: "transitTime".freeze,
+ rangeIncludes: "schema:QuantitativeValue".freeze,
+ "schema:category": "issue-2506".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2506".freeze,
+ type: "rdf:Property".freeze
+ property :transitTimeLabel,
+ comment: %(Label to match an <a class="localLink" href="http://schema.org/OfferShippingDetails">OfferShippingDetails</a> with a <a class="localLink" href="http://schema.org/DeliveryTimeSettings">DeliveryTimeSettings</a> \(within the context of a <a class="localLink" href="http://schema.org/shippingSettingsLink">shippingSettingsLink</a> cross-reference\).).freeze,
+ domainIncludes: ["schema:DeliveryTimeSettings".freeze, "schema:OfferShippingDetails".freeze],
+ label: "transitTimeLabel".freeze,
+ rangeIncludes: "schema:Text".freeze,
+ "schema:category": "issue-2506".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2506".freeze,
+ type: "rdf:Property".freeze
property :translationOfWork,
comment: %(The work that this work has been translated from. e.g. 物种起源 is a translationOf “On the Origin of Species”).freeze,
domainIncludes: "schema:CreativeWork".freeze,
label: "translationOfWork".freeze,
rangeIncludes: "schema:CreativeWork".freeze,
@@ -24323,16 +24919,16 @@
rangeIncludes: "schema:Text".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "rdf:Property".freeze
property :travelBans,
comment: %(Information about travel bans, e.g. in the context of a pandemic.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2490".freeze,
domainIncludes: "schema:SpecialAnnouncement".freeze,
label: "travelBans".freeze,
rangeIncludes: ["schema:URL".freeze, "schema:WebContent".freeze],
"schema:category": "issue-2490".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2490".freeze,
type: "rdf:Property".freeze
property :trialDesign,
comment: %(Specifics about the trial design \(enumerated\).).freeze,
domainIncludes: "schema:MedicalTrial".freeze,
label: "trialDesign".freeze,
@@ -24346,36 +24942,36 @@
rangeIncludes: "schema:AnatomicalStructure".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "rdf:Property".freeze
property :typeOfBed,
comment: %(The type of bed to which the BedDetail refers, i.e. the type of bed available in the quantity indicated by quantity.).freeze,
- "dc:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze,
domainIncludes: "schema:BedDetails".freeze,
label: "typeOfBed".freeze,
rangeIncludes: ["schema:BedType".freeze, "schema:Text".freeze],
+ "schema:source": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#STI_Accommodation_Ontology".freeze,
type: "rdf:Property".freeze
property :typeOfGood,
comment: %(The product that this structured value is referring to.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: ["schema:OwnershipInfo".freeze, "schema:TypeAndQuantityNode".freeze],
label: "typeOfGood".freeze,
rangeIncludes: ["schema:Product".freeze, "schema:Service".freeze],
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :typicalAgeRange,
comment: %(The typical expected age range, e.g. '7-9', '11-'.).freeze,
domainIncludes: ["schema:CreativeWork".freeze, "schema:Event".freeze],
label: "typicalAgeRange".freeze,
rangeIncludes: "schema:Text".freeze,
type: "rdf:Property".freeze
property :typicalCreditsPerTerm,
comment: %(The number of credits or units a full-time student would be expected to take in 1 term however 'term' is defined by the institution.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2419".freeze,
domainIncludes: "schema:EducationalOccupationalProgram".freeze,
label: "typicalCreditsPerTerm".freeze,
rangeIncludes: ["schema:Integer".freeze, "schema:StructuredValue".freeze],
"schema:category": "issue-2419".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2419".freeze,
type: "rdf:Property".freeze
property :typicalTest,
comment: %(A medical test typically performed given this condition.).freeze,
domainIncludes: "schema:MedicalCondition".freeze,
label: "typicalTest".freeze,
@@ -24388,30 +24984,30 @@
label: "underName".freeze,
rangeIncludes: ["schema:Organization".freeze, "schema:Person".freeze],
type: "rdf:Property".freeze
property :unitCode,
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.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: ["schema:PropertyValue".freeze, "schema:QuantitativeValue".freeze, "schema:TypeAndQuantityNode".freeze, "schema:UnitPriceSpecification".freeze],
label: "unitCode".freeze,
rangeIncludes: ["schema:Text".freeze, "schema:URL".freeze],
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :unitText,
comment: %(A string or text indicating the unit of measurement. Useful if you cannot provide a standard unit code for
<a href='unitCode'>unitCode</a>.).freeze,
domainIncludes: ["schema:PropertyValue".freeze, "schema:QuantitativeValue".freeze, "schema:TypeAndQuantityNode".freeze, "schema:UnitPriceSpecification".freeze],
label: "unitText".freeze,
rangeIncludes: "schema:Text".freeze,
type: "rdf:Property".freeze
property :unnamedSourcesPolicy,
comment: %(For an <a class="localLink" href="http://schema.org/Organization">Organization</a> \(typically a <a class="localLink" href="http://schema.org/NewsMediaOrganization">NewsMediaOrganization</a>\), a statement about policy on use of unnamed sources and the decision process required.).freeze,
- "dc:source": ["https://github.com/schemaorg/schemaorg/issues/1525".freeze, "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP".freeze],
domainIncludes: ["schema:NewsMediaOrganization".freeze, "schema:Organization".freeze],
label: "unnamedSourcesPolicy".freeze,
rangeIncludes: ["schema:CreativeWork".freeze, "schema:URL".freeze],
"schema:category": "issue-1525".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["https://github.com/schemaorg/schemaorg/issues/1525".freeze, "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP".freeze],
subPropertyOf: "schema:publishingPrinciples".freeze,
type: "rdf:Property".freeze
property :unsaturatedFatContent,
comment: %(The number of grams of unsaturated fat.).freeze,
domainIncludes: "schema:NutritionInformation".freeze,
@@ -24444,16 +25040,16 @@
type: "rdf:Property".freeze
property :usageInfo,
comment: %(The schema.org <a class="localLink" href="http://schema.org/usageInfo">usageInfo</a> property indicates further information about a <a class="localLink" href="http://schema.org/CreativeWork">CreativeWork</a>. This property is applicable both to works that are freely available and to those that require payment or other transactions. It can reference additional information e.g. community expectations on preferred linking and citation conventions, as well as purchasing details. For something that can be commercially licensed, usageInfo can provide detailed, resource-specific information about licensing options.<br/><br/>
This property can be used alongside the license property which indicates license\(s\) applicable to some piece of content. The usageInfo property can provide information about other licensing options, e.g. acquiring commercial usage rights for an image that is also available under non-commercial creative commons licenses.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2454".freeze,
domainIncludes: "schema:CreativeWork".freeze,
label: "usageInfo".freeze,
rangeIncludes: ["schema:CreativeWork".freeze, "schema:URL".freeze],
"schema:category": "issue-2454".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2454".freeze,
type: "rdf:Property".freeze
property :usedToDiagnose,
comment: %(A condition the test is used to diagnose.).freeze,
domainIncludes: "schema:MedicalTest".freeze,
label: "usedToDiagnose".freeze,
@@ -24473,46 +25069,46 @@
rangeIncludes: "schema:MedicalDevice".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "rdf:Property".freeze
property :usesHealthPlanIdStandard,
comment: %(The standard for interpreting thePlan ID. The preferred is "HIOS". See the Centers for Medicare & Medicaid Services for more details.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1062".freeze,
domainIncludes: "schema:HealthInsurancePlan".freeze,
label: "usesHealthPlanIdStandard".freeze,
rangeIncludes: ["schema:Text".freeze, "schema:URL".freeze],
"schema:category": "issue-1062".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1062".freeze,
type: "rdf:Property".freeze
property :validFor,
comment: %(The duration of validity of a permit or similar thing.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1779".freeze,
domainIncludes: ["schema:EducationalOccupationalCredential".freeze, "schema:Permit".freeze],
label: "validFor".freeze,
rangeIncludes: "schema:Duration".freeze,
"schema:category": "issue-1779".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1779".freeze,
type: "rdf:Property".freeze
property :validFrom,
comment: %(The date when the item becomes valid.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: ["schema:Demand".freeze, "schema:LocationFeatureSpecification".freeze, "schema:MonetaryAmount".freeze, "schema:Offer".freeze, "schema:OpeningHoursSpecification".freeze, "schema:Permit".freeze, "schema:PriceSpecification".freeze],
label: "validFrom".freeze,
rangeIncludes: ["schema:Date".freeze, "schema:DateTime".freeze],
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :validIn,
comment: %(The geographic area where a permit or similar thing is valid.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1779".freeze,
domainIncludes: ["schema:EducationalOccupationalCredential".freeze, "schema:Permit".freeze],
label: "validIn".freeze,
rangeIncludes: "schema:AdministrativeArea".freeze,
"schema:category": "issue-1779".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1779".freeze,
type: "rdf:Property".freeze
property :validThrough,
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.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: ["schema:Demand".freeze, "schema:JobPosting".freeze, "schema:LocationFeatureSpecification".freeze, "schema:MonetaryAmount".freeze, "schema:Offer".freeze, "schema:OpeningHoursSpecification".freeze, "schema:PriceSpecification".freeze],
label: "validThrough".freeze,
rangeIncludes: ["schema:Date".freeze, "schema:DateTime".freeze],
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :validUntil,
comment: %(The date when the item is no longer valid.).freeze,
domainIncludes: "schema:Permit".freeze,
label: "validUntil".freeze,
@@ -24526,21 +25122,21 @@
<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>
).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: ["schema:MonetaryAmount".freeze, "schema:PropertyValue".freeze, "schema:QuantitativeValue".freeze],
label: "value".freeze,
rangeIncludes: ["schema:Boolean".freeze, "schema:Number".freeze, "schema:StructuredValue".freeze, "schema:Text".freeze],
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :valueAddedTaxIncluded,
comment: %(Specifies whether the applicable value-added tax \(VAT\) is included in the price specification or not.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: "schema:PriceSpecification".freeze,
label: "valueAddedTaxIncluded".freeze,
rangeIncludes: "schema:Boolean".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :valueMaxLength,
comment: %(Specifies the allowed range for number of characters in a literal value.).freeze,
domainIncludes: "schema:PropertyValueSpecification".freeze,
label: "valueMaxLength".freeze,
@@ -24564,29 +25160,29 @@
label: "valuePattern".freeze,
rangeIncludes: "schema:Text".freeze,
type: "rdf:Property".freeze
property :valueReference,
comment: %(A pointer to a secondary value that provides additional information on the original value, e.g. a reference temperature.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: ["schema:PropertyValue".freeze, "schema:QualitativeValue".freeze, "schema:QuantitativeValue".freeze],
label: "valueReference".freeze,
rangeIncludes: ["schema:Enumeration".freeze, "schema:PropertyValue".freeze, "schema:QualitativeValue".freeze, "schema:QuantitativeValue".freeze, "schema:StructuredValue".freeze],
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :valueRequired,
comment: %(Whether the property must be filled in to complete the action. Default is false.).freeze,
domainIncludes: "schema:PropertyValueSpecification".freeze,
label: "valueRequired".freeze,
rangeIncludes: "schema:Boolean".freeze,
type: "rdf:Property".freeze
property :variableMeasured,
comment: %(The variableMeasured property can indicate \(repeated as necessary\) the variables that are measured in some dataset, either described as text or as pairs of identifier and description using PropertyValue.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1083".freeze,
domainIncludes: "schema:Dataset".freeze,
label: "variableMeasured".freeze,
rangeIncludes: ["schema:PropertyValue".freeze, "schema:Text".freeze],
"schema:category": "issue-1083".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1083".freeze,
type: "rdf:Property".freeze
property :variablesMeasured,
comment: %(Originally named <a class="localLink" href="http://schema.org/variablesMeasured">variablesMeasured</a>, The <a class="localLink" href="http://schema.org/variableMeasured">variableMeasured</a> property can indicate \(repeated as necessary\) the variables that are measured in some dataset, either described as text or as pairs of identifier and description using PropertyValue.).freeze,
domainIncludes: "schema:Dataset".freeze,
label: "variablesMeasured".freeze,
@@ -24603,81 +25199,81 @@
"schema:category": "Comics".freeze,
"schema:isPartOf": "http://bib.schema.org".freeze,
type: "rdf:Property".freeze
property :vatID,
comment: %(The Value-added Tax ID of the organization or person.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: ["schema:Organization".freeze, "schema:Person".freeze],
label: "vatID".freeze,
rangeIncludes: "schema:Text".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :vehicleConfiguration,
comment: %(A short text indicating the configuration of the vehicle, e.g. '5dr hatchback ST 2.5 MT 225 hp' or 'limited edition'.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
domainIncludes: "schema:Vehicle".freeze,
label: "vehicleConfiguration".freeze,
rangeIncludes: "schema:Text".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
type: "rdf:Property".freeze
property :vehicleEngine,
comment: %(Information about the engine or engines of the vehicle.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
domainIncludes: "schema:Vehicle".freeze,
label: "vehicleEngine".freeze,
rangeIncludes: "schema:EngineSpecification".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
type: "rdf:Property".freeze
property :vehicleIdentificationNumber,
comment: %(The Vehicle Identification Number \(VIN\) is a unique serial number used by the automotive industry to identify individual motor vehicles.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
domainIncludes: "schema:Vehicle".freeze,
label: "vehicleIdentificationNumber".freeze,
rangeIncludes: "schema:Text".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
subPropertyOf: "schema:serialNumber".freeze,
type: "rdf:Property".freeze
property :vehicleInteriorColor,
comment: %(The color or color combination of the interior of the vehicle.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
domainIncludes: "schema:Vehicle".freeze,
label: "vehicleInteriorColor".freeze,
rangeIncludes: "schema:Text".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
type: "rdf:Property".freeze
property :vehicleInteriorType,
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.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
domainIncludes: "schema:Vehicle".freeze,
label: "vehicleInteriorType".freeze,
rangeIncludes: "schema:Text".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
type: "rdf:Property".freeze
property :vehicleModelDate,
comment: %(The release date of a vehicle model \(often used to differentiate versions of the same make and model\).).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
domainIncludes: "schema:Vehicle".freeze,
label: "vehicleModelDate".freeze,
rangeIncludes: "schema:Date".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
type: "rdf:Property".freeze
property :vehicleSeatingCapacity,
comment: %(The number of passengers that can be seated in the vehicle, both in terms of the physical space available, and in terms of limitations set by law.<br/><br/>
Typical unit code\(s\): C62 for persons.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
domainIncludes: "schema:Vehicle".freeze,
label: "vehicleSeatingCapacity".freeze,
rangeIncludes: ["schema:Number".freeze, "schema:QuantitativeValue".freeze],
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
type: "rdf:Property".freeze
property :vehicleSpecialUsage,
comment: %(Indicates whether the vehicle has been used for special purposes, like commercial rental, driving school, or as a taxi. The legislation in many countries requires this information to be revealed when offering a car for sale.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
domainIncludes: "schema:Vehicle".freeze,
label: "vehicleSpecialUsage".freeze,
rangeIncludes: ["schema:CarUsageType".freeze, "schema:Text".freeze],
"schema:isPartOf": "http://auto.schema.org".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
type: "rdf:Property".freeze
property :vehicleTransmission,
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\).).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
domainIncludes: "schema:Vehicle".freeze,
label: "vehicleTransmission".freeze,
rangeIncludes: ["schema:QualitativeValue".freeze, "schema:Text".freeze, "schema:URL".freeze],
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
type: "rdf:Property".freeze
property :vendor,
comment: %('vendor' is an earlier term for 'seller'.).freeze,
domainIncludes: "schema:BuyAction".freeze,
label: "vendor".freeze,
@@ -24685,16 +25281,16 @@
"schema:supersededBy": "schema:seller".freeze,
subPropertyOf: "schema:participant".freeze,
type: "rdf:Property".freeze
property :verificationFactCheckingPolicy,
comment: %(Disclosure about verification and fact-checking processes for a <a class="localLink" href="http://schema.org/NewsMediaOrganization">NewsMediaOrganization</a> or other fact-checking <a class="localLink" href="http://schema.org/Organization">Organization</a>.).freeze,
- "dc:source": ["https://github.com/schemaorg/schemaorg/issues/1525".freeze, "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP".freeze],
domainIncludes: "schema:NewsMediaOrganization".freeze,
label: "verificationFactCheckingPolicy".freeze,
rangeIncludes: ["schema:CreativeWork".freeze, "schema:URL".freeze],
"schema:category": "issue-1525".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["https://github.com/schemaorg/schemaorg/issues/1525".freeze, "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP".freeze],
subPropertyOf: "schema:publishingPrinciples".freeze,
type: "rdf:Property".freeze
property :version,
comment: %(The version of the CreativeWork embodied by a specified resource.).freeze,
domainIncludes: "schema:CreativeWork".freeze,
@@ -24725,15 +25321,15 @@
label: "videoQuality".freeze,
rangeIncludes: "schema:Text".freeze,
type: "rdf:Property".freeze
property :volumeNumber,
comment: %(Identifies the volume of publication or multi-part work; for example, "iii" or "2".).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex".freeze,
domainIncludes: "schema:PublicationVolume".freeze,
equivalentProperty: "bibo:volume".freeze,
label: "volumeNumber".freeze,
rangeIncludes: ["schema:Integer".freeze, "schema:Text".freeze],
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex".freeze,
subPropertyOf: "schema:position".freeze,
type: "rdf:Property".freeze
property :warning,
comment: %(Any FDA or other warnings about the drug \(text or URL\).).freeze,
domainIncludes: "schema:Drug".freeze,
@@ -24741,50 +25337,50 @@
rangeIncludes: ["schema:Text".freeze, "schema:URL".freeze],
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "rdf:Property".freeze
property :warranty,
comment: %(The warranty promise\(s\) included in the offer.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: ["schema:Demand".freeze, "schema:Offer".freeze],
label: "warranty".freeze,
rangeIncludes: "schema:WarrantyPromise".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :warrantyPromise,
comment: %(The warranty promise\(s\) included in the offer.).freeze,
domainIncludes: ["schema:BuyAction".freeze, "schema:SellAction".freeze],
label: "warrantyPromise".freeze,
rangeIncludes: "schema:WarrantyPromise".freeze,
"schema:supersededBy": "schema:warranty".freeze,
type: "rdf:Property".freeze
property :warrantyScope,
comment: %(The scope of the warranty promise.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: "schema:WarrantyPromise".freeze,
label: "warrantyScope".freeze,
rangeIncludes: "schema:WarrantyScope".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :webCheckinTime,
comment: %(The time when a passenger can check into the flight online.).freeze,
domainIncludes: "schema:Flight".freeze,
label: "webCheckinTime".freeze,
rangeIncludes: "schema:DateTime".freeze,
type: "rdf:Property".freeze
property :webFeed,
comment: %(The URL for a feed, e.g. associated with a podcast series, blog, or series of date-stamped updates. This is usually RSS or Atom.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/373".freeze,
domainIncludes: ["schema:PodcastSeries".freeze, "schema:SpecialAnnouncement".freeze],
label: "webFeed".freeze,
rangeIncludes: ["schema:DataFeed".freeze, "schema:URL".freeze],
"schema:category": "issue-373".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/373".freeze,
type: "rdf:Property".freeze
property :weight,
comment: %(The weight of the product or person.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
domainIncludes: ["schema:Person".freeze, "schema:Product".freeze],
label: "weight".freeze,
rangeIncludes: "schema:QuantitativeValue".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
type: "rdf:Property".freeze
property :weightTotal,
comment: %(The permitted total weight of the loaded vehicle, including passengers and cargo and the weight of the empty vehicle.<br/><br/>
Typical unit code\(s\): KGM for kilogram, LBR for pound<br/><br/>
@@ -24793,25 +25389,25 @@
<li>Note 1: You can indicate additional information in the <a class="localLink" href="http://schema.org/name">name</a> of the <a class="localLink" href="http://schema.org/QuantitativeValue">QuantitativeValue</a> node.</li>
<li>Note 2: You may also link to a <a class="localLink" href="http://schema.org/QualitativeValue">QualitativeValue</a> node that provides additional information using <a class="localLink" href="http://schema.org/valueReference">valueReference</a>.</li>
<li>Note 3: Note that 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.</li>
</ul>
).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
domainIncludes: "schema:Vehicle".freeze,
label: "weightTotal".freeze,
rangeIncludes: "schema:QuantitativeValue".freeze,
"schema:isPartOf": "http://auto.schema.org".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
type: "rdf:Property".freeze
property :wheelbase,
comment: %(The distance between the centers of the front and rear wheels.<br/><br/>
Typical unit code\(s\): CMT for centimeters, MTR for meters, INH for inches, FOT for foot/feet).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
domainIncludes: "schema:Vehicle".freeze,
label: "wheelbase".freeze,
rangeIncludes: "schema:QuantitativeValue".freeze,
"schema:isPartOf": "http://auto.schema.org".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
type: "rdf:Property".freeze
property :width,
comment: %(The width of the item.).freeze,
domainIncludes: ["schema:MediaObject".freeze, "schema:Product".freeze, "schema:VisualArtwork".freeze],
label: "width".freeze,
@@ -24830,15 +25426,15 @@
label: "wordCount".freeze,
rangeIncludes: "schema:Integer".freeze,
type: "rdf:Property".freeze
property :workExample,
comment: %(Example/instance/realization/derivation of the concept of this creative work. eg. The paperback edition, first edition, or eBook.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex".freeze,
domainIncludes: "schema:CreativeWork".freeze,
label: "workExample".freeze,
rangeIncludes: "schema:CreativeWork".freeze,
"schema:inverseOf": "schema:exampleOfWork".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_bibex".freeze,
type: "rdf:Property".freeze
property :workFeatured,
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\).).freeze,
domainIncludes: "schema:Event".freeze,
@@ -24899,24 +25495,24 @@
label: "worstRating".freeze,
rangeIncludes: ["schema:Number".freeze, "schema:Text".freeze],
type: "rdf:Property".freeze
property :xpath,
comment: %(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".).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1389".freeze,
domainIncludes: ["schema:SpeakableSpecification".freeze, "schema:WebPageElement".freeze],
label: "xpath".freeze,
rangeIncludes: "schema:XPathType".freeze,
"schema:category": "issue-1389".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1389".freeze,
type: "rdf:Property".freeze
property :yearBuilt,
comment: %(The year an <a class="localLink" href="http://schema.org/Accommodation">Accommodation</a> was constructed. This corresponds to the <a href="https://ddwiki.reso.org/display/DDW17/YearBuilt+Field">YearBuilt field in RESO</a>.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2373".freeze,
domainIncludes: "schema:Accommodation".freeze,
label: "yearBuilt".freeze,
rangeIncludes: "schema:Number".freeze,
"schema:category": "issue-2373".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2373".freeze,
type: "rdf:Property".freeze
property :yearlyRevenue,
comment: %(The size of the business in annual revenue.).freeze,
domainIncludes: "schema:BusinessAudience".freeze,
label: "yearlyRevenue".freeze,
@@ -24955,17 +25551,17 @@
label: "AerobicActivity".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "schema:PhysicalActivityCategory".freeze
term :AlbumRelease,
comment: %(AlbumRelease.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
label: "AlbumRelease".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
type: "schema:MusicAlbumReleaseType".freeze
term :AllWheelDriveConfiguration,
comment: %(All-wheel Drive is a transmission layout where the engine drives all four wheels.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
label: "AllWheelDriveConfiguration".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
type: "schema:DriveWheelConfigurationValue".freeze
term :AnaerobicActivity,
comment: %(Physical activity that is of high-intensity which utilizes the anaerobic metabolism of the body.).freeze,
label: "AnaerobicActivity".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
@@ -24984,22 +25580,22 @@
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.).freeze,
label: "AudiobookFormat".freeze,
type: "schema:BookFormatType".freeze
term :AuthenticContent,
comment: %(AuthenticMediaObject: An unaltered image that is presented in an accurate way.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
label: "AuthenticContent".freeze,
"schema:category": "issue-2450".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
type: "schema:MediaManipulationRatingEnumeration".freeze
term :AuthoritativeLegalValue,
comment: %(Indicates that the publisher gives some special status to the publication of the document. \("The Queens Printer" version of a UK Act of Parliament, or the PDF version of a Directive published by the EU Office of Publications\). Something "Authoritative" is considered to be also <a class="localLink" href="http://schema.org/OfficialLegalValue">OfficialLegalValue</a>".).freeze,
- "dc:source": ["http://publications.europa.eu/mdr/eli/index.html".freeze, "https://github.com/schemaorg/schemaorg/issues/1156".freeze],
exactMatch: "http://data.europa.eu/eli/ontology#LegalValue-authoritative".freeze,
label: "AuthoritativeLegalValue".freeze,
"schema:category": "issue-1156".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["http://publications.europa.eu/mdr/eli/index.html".freeze, "https://github.com/schemaorg/schemaorg/issues/1156".freeze],
type: "schema:LegalValueLevel".freeze
term :Ayurvedic,
comment: %(A system of medicine that originated in India over thousands of years and that focuses on integrating and balancing the body, mind, and spirit.).freeze,
label: "Ayurvedic".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
@@ -25009,38 +25605,38 @@
label: "Balance".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "schema:PhysicalActivityCategory".freeze
term :BasicIncome,
comment: %(BasicIncome: this is a benefit for basic income.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2534".freeze,
label: "BasicIncome".freeze,
"schema:category": "issue-2534".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2534".freeze,
type: "schema:GovernmentBenefitsType".freeze
term :BenefitsHealthAspect,
comment: %(Content about the benefits and advantages of usage or utilization of topic.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze,
label: "BenefitsHealthAspect".freeze,
"schema:category": "issue-2374".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze,
type: "schema:HealthAspectEnumeration".freeze
term :BroadcastRelease,
comment: %(BroadcastRelease.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
label: "BroadcastRelease".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
type: "schema:MusicAlbumReleaseType".freeze
term :BusinessSupport,
comment: %(BusinessSupport: this is a benefit for supporting businesses.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2534".freeze,
label: "BusinessSupport".freeze,
"schema:category": "issue-2534".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2534".freeze,
type: "schema:GovernmentBenefitsType".freeze
term :CDFormat,
comment: %(CDFormat.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
label: "CDFormat".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
type: "schema:MusicReleaseFormatType".freeze
term :CT,
comment: %(X-ray computed tomography imaging.).freeze,
label: "CT".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
@@ -25060,20 +25656,27 @@
label: "CaseSeries".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "schema:MedicalObservationalStudyDesign".freeze
term :CassetteFormat,
comment: %(CassetteFormat.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
label: "CassetteFormat".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
type: "schema:MusicReleaseFormatType".freeze
term :CausesHealthAspect,
comment: %(Information about the causes and main actions that gave rise to the topic.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze,
label: "CausesHealthAspect".freeze,
"schema:category": "issue-2374".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze,
type: "schema:HealthAspectEnumeration".freeze
+ term :CharitableIncorporatedOrganization,
+ comment: %(CharitableIncorporatedOrganization: Non-profit type referring to a Charitable Incorporated Organization \(UK\).).freeze,
+ label: "CharitableIncorporatedOrganization".freeze,
+ "schema:category": "issue-2543".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2543".freeze,
+ type: "schema:UKNonprofitType".freeze
term :Chiropractic,
comment: %(A system of medicine focused on the relationship between the body's structure, mainly the spine, and its functioning.).freeze,
label: "Chiropractic".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "schema:MedicineSystem".freeze
@@ -25101,12 +25704,12 @@
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
subClassOf: "schema:MedicalBusiness".freeze,
type: "schema:MedicalSpecialty".freeze
term :CompilationAlbum,
comment: %(CompilationAlbum.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
label: "CompilationAlbum".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
type: "schema:MusicAlbumProductionType".freeze
term :Completed,
comment: %(Completed.).freeze,
label: "Completed".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
@@ -25115,47 +25718,47 @@
comment: %(An action that has already taken place.).freeze,
label: "CompletedActionStatus".freeze,
type: "schema:ActionStatusType".freeze
term :ContagiousnessHealthAspect,
comment: %(Content about contagion mechanisms and contagiousness information over the topic.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze,
label: "ContagiousnessHealthAspect".freeze,
"schema:category": "issue-2374".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze,
type: "schema:HealthAspectEnumeration".freeze
term :CrossSectional,
comment: %(Studies carried out on pre-existing data \(usually from 'snapshot' surveys\), such as that collected by the Census Bureau. Sometimes called Prevalence Studies.).freeze,
label: "CrossSectional".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "schema:MedicalObservationalStudyDesign".freeze
term :DJMixAlbum,
comment: %(DJMixAlbum.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
label: "DJMixAlbum".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
type: "schema:MusicAlbumProductionType".freeze
term :DVDFormat,
comment: %(DVDFormat.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
label: "DVDFormat".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
type: "schema:MusicReleaseFormatType".freeze
term :DamagedCondition,
comment: %(Indicates that the item is damaged.).freeze,
label: "DamagedCondition".freeze,
type: "schema:OfferItemCondition".freeze
term :DefinitiveLegalValue,
comment: %(Indicates a document for which the text is conclusively what the law says and is legally binding. \(e.g. The digitally signed version of an Official Journal.\)
Something "Definitive" is considered to be also <a class="localLink" href="http://schema.org/AuthoritativeLegalValue">AuthoritativeLegalValue</a>.).freeze,
- "dc:source": ["http://publications.europa.eu/mdr/eli/index.html".freeze, "https://github.com/schemaorg/schemaorg/issues/1156".freeze],
exactMatch: "http://data.europa.eu/eli/ontology#LegalValue-definitive".freeze,
label: "DefinitiveLegalValue".freeze,
"schema:category": "issue-1156".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["http://publications.europa.eu/mdr/eli/index.html".freeze, "https://github.com/schemaorg/schemaorg/issues/1156".freeze],
type: "schema:LegalValueLevel".freeze
term :DemoAlbum,
comment: %(DemoAlbum.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
label: "DemoAlbum".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
type: "schema:MusicAlbumProductionType".freeze
term :Dentistry,
comment: %(A branch of medicine that is involved in the dental care.).freeze,
label: "Dentistry".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
@@ -25187,24 +25790,24 @@
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
subClassOf: "schema:MedicalBusiness".freeze,
type: "schema:MedicalSpecialty".freeze
term :DigitalAudioTapeFormat,
comment: %(DigitalAudioTapeFormat.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
label: "DigitalAudioTapeFormat".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
type: "schema:MusicReleaseFormatType".freeze
term :DigitalFormat,
comment: %(DigitalFormat.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
label: "DigitalFormat".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
type: "schema:MusicReleaseFormatType".freeze
term :DisabilitySupport,
comment: %(DisabilitySupport: this is a benefit for disability support.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2534".freeze,
label: "DisabilitySupport".freeze,
"schema:category": "issue-2534".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2534".freeze,
type: "schema:GovernmentBenefitsType".freeze
term :Discontinued,
comment: %(Indicates that the item has been discontinued.).freeze,
label: "Discontinued".freeze,
type: "schema:ItemAvailability".freeze
@@ -25213,22 +25816,22 @@
label: "DoubleBlindedTrial".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "schema:MedicalTrialDesign".freeze
term :DrivingSchoolVehicleUsage,
comment: %(Indicates the usage of the vehicle for driving school.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
label: "DrivingSchoolVehicleUsage".freeze,
"schema:isPartOf": "http://auto.schema.org".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
type: "schema:CarUsageType".freeze
term :EBook,
comment: %(Book format: Ebook.).freeze,
label: "EBook".freeze,
type: "schema:BookFormatType".freeze
term :EPRelease,
comment: %(EPRelease.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
label: "EPRelease".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
type: "schema:MusicAlbumReleaseType".freeze
term :Ear,
comment: %(Ear function assessment with clinical examination.).freeze,
label: "Ear".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
@@ -25284,14 +25887,14 @@
label: "EvidenceLevelC".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "schema:MedicalEvidenceLevel".freeze
term :ExchangeRefund,
comment: %(A ExchangeRefund ...).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
label: "ExchangeRefund".freeze,
"schema:category": "issue-2288".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
type: "schema:RefundTypeEnumeration".freeze
term :Eye,
comment: %(Eye or ophtalmological function assessment with clinical examination.).freeze,
label: "Eye".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
@@ -25343,29 +25946,29 @@
label: "Flexibility".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "schema:PhysicalActivityCategory".freeze
term :FourWheelDriveConfiguration,
comment: %(Four-wheel drive is a transmission layout where the engine primarily drives two wheels with a part-time four-wheel drive capability.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
label: "FourWheelDriveConfiguration".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
type: "schema:DriveWheelConfigurationValue".freeze
term :Friday,
comment: %(The day of the week between Thursday and Saturday.).freeze,
label: "Friday".freeze,
"schema:sameAs": "http://www.wikidata.org/entity/Q130".freeze,
type: "schema:DayOfWeek".freeze
term :FrontWheelDriveConfiguration,
comment: %(Front-wheel drive is a transmission layout where the engine drives the front wheels.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
label: "FrontWheelDriveConfiguration".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
type: "schema:DriveWheelConfigurationValue".freeze
term :FullRefund,
comment: %(A FullRefund ...).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
label: "FullRefund".freeze,
"schema:category": "issue-2288".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
type: "schema:RefundTypeEnumeration".freeze
term :Gastroenterologic,
comment: %(A specific branch of medical science that pertains to diagnosis and treatment of disorders of digestive system.).freeze,
label: "Gastroenterologic".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
@@ -25419,14 +26022,14 @@
label: "Head".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "schema:PhysicalExam".freeze
term :HealthCare,
comment: %(HealthCare: this is a benefit for health care.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2534".freeze,
label: "HealthCare".freeze,
"schema:category": "issue-2534".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2534".freeze,
type: "schema:GovernmentBenefitsType".freeze
term :HearingImpairedSupported,
comment: %(Uses devices to support users with hearing impairments.).freeze,
label: "HearingImpairedSupported".freeze,
type: "schema:ContactPointOption".freeze
@@ -25444,22 +26047,22 @@
label: "Homeopathic".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "schema:MedicineSystem".freeze
term :HowOrWhereHealthAspect,
comment: %(Information about how or where to find a topic. Also may contain location data that can be used for where to look for help if the topic is observed.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze,
label: "HowOrWhereHealthAspect".freeze,
"schema:category": "issue-2374".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze,
type: "schema:HealthAspectEnumeration".freeze
term :InForce,
comment: %(Indicates that a legislation is in force.).freeze,
- "dc:source": ["http://publications.europa.eu/mdr/eli/index.html".freeze, "https://github.com/schemaorg/schemaorg/issues/1156".freeze],
exactMatch: "http://data.europa.eu/eli/ontology#InForce-inForce".freeze,
label: "InForce".freeze,
"schema:category": "issue-1156".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["http://publications.europa.eu/mdr/eli/index.html".freeze, "https://github.com/schemaorg/schemaorg/issues/1156".freeze],
type: "schema:LegalForceStatus".freeze
term :InStock,
comment: %(Indicates that the item is in stock.).freeze,
label: "InStock".freeze,
type: "schema:ItemAvailability".freeze
@@ -25498,38 +26101,45 @@
label: "LaboratoryScience".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "schema:MedicalSpecialty".freeze
term :LaserDiscFormat,
comment: %(LaserDiscFormat.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
label: "LaserDiscFormat".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
type: "schema:MusicReleaseFormatType".freeze
term :LeftHandDriving,
comment: %(The steering position is on the left side of the vehicle \(viewed from the main direction of driving\).).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
label: "LeftHandDriving".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
type: "schema:SteeringPositionValue".freeze
term :LeisureTimeActivity,
comment: %(Any physical activity engaged in for recreational purposes. Examples may include ballroom dancing, roller skating, canoeing, fishing, etc.).freeze,
label: "LeisureTimeActivity".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "schema:PhysicalActivityCategory".freeze
term :LimitedAvailability,
comment: %(Indicates that the item has limited availability.).freeze,
label: "LimitedAvailability".freeze,
type: "schema:ItemAvailability".freeze
+ term :LimitedByGuaranteeCharity,
+ comment: %(LimitedByGuaranteeCharity: Non-profit type referring to a charitable company that is limited by guarantee \(UK\).).freeze,
+ label: "LimitedByGuaranteeCharity".freeze,
+ "schema:category": "issue-2543".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2543".freeze,
+ type: "schema:UKNonprofitType".freeze
term :LiveAlbum,
comment: %(LiveAlbum.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
label: "LiveAlbum".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
type: "schema:MusicAlbumProductionType".freeze
term :LivingWithHealthAspect,
comment: %(Information about coping or life related to the topic.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze,
label: "LivingWithHealthAspect".freeze,
"schema:category": "issue-2374".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze,
type: "schema:HealthAspectEnumeration".freeze
term :Longitudinal,
comment: %(Unlike cross-sectional studies, longitudinal studies track the same people, and therefore the differences observed in those people are less likely to be the result of cultural differences across generations. Longitudinal studies are also used in medicine to uncover predictors of certain diseases.).freeze,
label: "Longitudinal".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
@@ -25564,79 +26174,79 @@
comment: %(The male gender.).freeze,
label: "Male".freeze,
type: "schema:GenderType".freeze
term :MayTreatHealthAspect,
comment: %(Related topics may be treated by a Topic.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze,
label: "MayTreatHealthAspect".freeze,
"schema:category": "issue-2374".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze,
type: "schema:HealthAspectEnumeration".freeze
term :MedicalResearcher,
comment: %(Medical researchers.).freeze,
label: "MedicalResearcher".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "schema:MedicalAudience".freeze
term :MerchantReturnFiniteReturnWindow,
comment: %(MerchantReturnFiniteReturnWindow: there is a finite window for product returns.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
label: "MerchantReturnFiniteReturnWindow".freeze,
"schema:category": "issue-2288".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
type: "schema:MerchantReturnEnumeration".freeze
term :MerchantReturnNotPermitted,
comment: %(MerchantReturnNotPermitted: product returns are not permitted.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
label: "MerchantReturnNotPermitted".freeze,
"schema:category": "issue-2288".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
type: "schema:MerchantReturnEnumeration".freeze
term :MerchantReturnUnlimitedWindow,
comment: %(MerchantReturnUnlimitedWindow: there is an unlimited window for product returns.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
label: "MerchantReturnUnlimitedWindow".freeze,
"schema:category": "issue-2288".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
type: "schema:MerchantReturnEnumeration".freeze
term :MerchantReturnUnspecified,
comment: %(MerchantReturnUnspecified: a product return policy is not specified here.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
label: "MerchantReturnUnspecified".freeze,
"schema:category": "issue-2288".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
type: "schema:MerchantReturnEnumeration".freeze
term :Midwifery,
comment: %(A nurse-like health profession that deals with pregnancy, childbirth, and the postpartum period \(including care of the newborn\), besides sexual and reproductive health of women throughout their lives.).freeze,
label: "Midwifery".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
subClassOf: "schema:MedicalBusiness".freeze,
type: "schema:MedicalSpecialty".freeze
term :MisconceptionsHealthAspect,
comment: %(Content about common misconceptions and myths that are related to a topic.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze,
label: "MisconceptionsHealthAspect".freeze,
"schema:category": "issue-2374".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze,
type: "schema:HealthAspectEnumeration".freeze
term :MissingContext,
comment: %(MissingContext: ...).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
label: "MissingContext".freeze,
"schema:category": "issue-2450".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2450".freeze,
type: "schema:MediaManipulationRatingEnumeration".freeze
term :MixedEventAttendanceMode,
comment: %(MixedEventAttendanceMode - an event that is conducted as a combination of both offline and online modes.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1842".freeze,
label: "MixedEventAttendanceMode".freeze,
"schema:category": "issue-1842".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1842".freeze,
type: "schema:EventAttendanceModeEnumeration".freeze
term :MixtapeAlbum,
comment: %(MixtapeAlbum.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
label: "MixtapeAlbum".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
type: "schema:MusicAlbumProductionType".freeze
term :Monday,
comment: %(The day of the week between Sunday and Tuesday.).freeze,
label: "Monday".freeze,
"schema:sameAs": "http://www.wikidata.org/entity/Q105".freeze,
@@ -25682,22 +26292,288 @@
term :NoninvasiveProcedure,
comment: %(A type of medical procedure that involves noninvasive techniques.).freeze,
label: "NoninvasiveProcedure".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "schema:MedicalProcedureType".freeze
+ term :Nonprofit501a,
+ comment: %(Nonprofit501a: Non-profit type referring to Farmers’ Cooperative Associations.).freeze,
+ label: "Nonprofit501a".freeze,
+ "schema:category": "issue-2543".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2543".freeze,
+ type: "schema:USNonprofitType".freeze
+ term :Nonprofit501c1,
+ comment: %(Nonprofit501c1: Non-profit type referring to Corporations Organized Under Act of Congress, including Federal Credit Unions and National Farm Loan Associations.).freeze,
+ label: "Nonprofit501c1".freeze,
+ "schema:category": "issue-2543".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2543".freeze,
+ type: "schema:USNonprofitType".freeze
+ term :Nonprofit501c10,
+ comment: %(Nonprofit501c10: Non-profit type referring to Domestic Fraternal Societies and Associations.).freeze,
+ label: "Nonprofit501c10".freeze,
+ "schema:category": "issue-2543".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2543".freeze,
+ type: "schema:USNonprofitType".freeze
+ term :Nonprofit501c11,
+ comment: %(Nonprofit501c11: Non-profit type referring to Teachers' Retirement Fund Associations.).freeze,
+ label: "Nonprofit501c11".freeze,
+ "schema:category": "issue-2543".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2543".freeze,
+ type: "schema:USNonprofitType".freeze
+ term :Nonprofit501c12,
+ comment: %(Nonprofit501c12: Non-profit type referring to Benevolent Life Insurance Associations, Mutual Ditch or Irrigation Companies, Mutual or Cooperative Telephone Companies.).freeze,
+ label: "Nonprofit501c12".freeze,
+ "schema:category": "issue-2543".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2543".freeze,
+ type: "schema:USNonprofitType".freeze
+ term :Nonprofit501c13,
+ comment: %(Nonprofit501c13: Non-profit type referring to Cemetery Companies.).freeze,
+ label: "Nonprofit501c13".freeze,
+ "schema:category": "issue-2543".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2543".freeze,
+ type: "schema:USNonprofitType".freeze
+ term :Nonprofit501c14,
+ comment: %(Nonprofit501c14: Non-profit type referring to State-Chartered Credit Unions, Mutual Reserve Funds.).freeze,
+ label: "Nonprofit501c14".freeze,
+ "schema:category": "issue-2543".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2543".freeze,
+ type: "schema:USNonprofitType".freeze
+ term :Nonprofit501c15,
+ comment: %(Nonprofit501c15: Non-profit type referring to Mutual Insurance Companies or Associations.).freeze,
+ label: "Nonprofit501c15".freeze,
+ "schema:category": "issue-2543".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2543".freeze,
+ type: "schema:USNonprofitType".freeze
+ term :Nonprofit501c16,
+ comment: %(Nonprofit501c16: Non-profit type referring to Cooperative Organizations to Finance Crop Operations.).freeze,
+ label: "Nonprofit501c16".freeze,
+ "schema:category": "issue-2543".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2543".freeze,
+ type: "schema:USNonprofitType".freeze
+ term :Nonprofit501c17,
+ comment: %(Nonprofit501c17: Non-profit type referring to Supplemental Unemployment Benefit Trusts.).freeze,
+ label: "Nonprofit501c17".freeze,
+ "schema:category": "issue-2543".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2543".freeze,
+ type: "schema:USNonprofitType".freeze
+ term :Nonprofit501c18,
+ comment: %(Nonprofit501c18: Non-profit type referring to Employee Funded Pension Trust \(created before 25 June 1959\).).freeze,
+ label: "Nonprofit501c18".freeze,
+ "schema:category": "issue-2543".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2543".freeze,
+ type: "schema:USNonprofitType".freeze
+ term :Nonprofit501c19,
+ comment: %(Nonprofit501c19: Non-profit type referring to Post or Organization of Past or Present Members of the Armed Forces.).freeze,
+ label: "Nonprofit501c19".freeze,
+ "schema:category": "issue-2543".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2543".freeze,
+ type: "schema:USNonprofitType".freeze
+ term :Nonprofit501c2,
+ comment: %(Nonprofit501c2: Non-profit type referring to Title-holding Corporations for Exempt Organizations.).freeze,
+ label: "Nonprofit501c2".freeze,
+ "schema:category": "issue-2543".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2543".freeze,
+ type: "schema:USNonprofitType".freeze
+ term :Nonprofit501c20,
+ comment: %(Nonprofit501c20: Non-profit type referring to Group Legal Services Plan Organizations.).freeze,
+ label: "Nonprofit501c20".freeze,
+ "schema:category": "issue-2543".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2543".freeze,
+ type: "schema:USNonprofitType".freeze
+ term :Nonprofit501c21,
+ comment: %(Nonprofit501c21: Non-profit type referring to Black Lung Benefit Trusts.).freeze,
+ label: "Nonprofit501c21".freeze,
+ "schema:category": "issue-2543".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2543".freeze,
+ type: "schema:USNonprofitType".freeze
+ term :Nonprofit501c22,
+ comment: %(Nonprofit501c22: Non-profit type referring to Withdrawal Liability Payment Funds.).freeze,
+ label: "Nonprofit501c22".freeze,
+ "schema:category": "issue-2543".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2543".freeze,
+ type: "schema:USNonprofitType".freeze
+ term :Nonprofit501c23,
+ comment: %(Nonprofit501c23: Non-profit type referring to Veterans Organizations.).freeze,
+ label: "Nonprofit501c23".freeze,
+ "schema:category": "issue-2543".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2543".freeze,
+ type: "schema:USNonprofitType".freeze
+ term :Nonprofit501c24,
+ comment: %(Nonprofit501c24: Non-profit type referring to Section 4049 ERISA Trusts.).freeze,
+ label: "Nonprofit501c24".freeze,
+ "schema:category": "issue-2543".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2543".freeze,
+ type: "schema:USNonprofitType".freeze
+ term :Nonprofit501c25,
+ comment: %(Nonprofit501c25: Non-profit type referring to Real Property Title-Holding Corporations or Trusts with Multiple Parents.).freeze,
+ label: "Nonprofit501c25".freeze,
+ "schema:category": "issue-2543".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2543".freeze,
+ type: "schema:USNonprofitType".freeze
+ term :Nonprofit501c26,
+ comment: %(Nonprofit501c26: Non-profit type referring to State-Sponsored Organizations Providing Health Coverage for High-Risk Individuals.).freeze,
+ label: "Nonprofit501c26".freeze,
+ "schema:category": "issue-2543".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2543".freeze,
+ type: "schema:USNonprofitType".freeze
+ term :Nonprofit501c27,
+ comment: %(Nonprofit501c27: Non-profit type referring to State-Sponsored Workers' Compensation Reinsurance Organizations.).freeze,
+ label: "Nonprofit501c27".freeze,
+ "schema:category": "issue-2543".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2543".freeze,
+ type: "schema:USNonprofitType".freeze
+ term :Nonprofit501c28,
+ comment: %(Nonprofit501c28: Non-profit type referring to National Railroad Retirement Investment Trusts.).freeze,
+ label: "Nonprofit501c28".freeze,
+ "schema:category": "issue-2543".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2543".freeze,
+ type: "schema:USNonprofitType".freeze
+ term :Nonprofit501c3,
+ comment: %(Nonprofit501c3: Non-profit type referring to Religious, Educational, Charitable, Scientific, Literary, Testing for Public Safety, to Foster National or International Amateur Sports Competition, or Prevention of Cruelty to Children or Animals Organizations.).freeze,
+ label: "Nonprofit501c3".freeze,
+ "schema:category": "issue-2543".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2543".freeze,
+ type: "schema:USNonprofitType".freeze
+ term :Nonprofit501c4,
+ comment: %(Nonprofit501c4: Non-profit type referring to Civic Leagues, Social Welfare Organizations, and Local Associations of Employees.).freeze,
+ label: "Nonprofit501c4".freeze,
+ "schema:category": "issue-2543".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2543".freeze,
+ type: "schema:USNonprofitType".freeze
+ term :Nonprofit501c5,
+ comment: %(Nonprofit501c5: Non-profit type referring to Labor, Agricultural and Horticultural Organizations.).freeze,
+ label: "Nonprofit501c5".freeze,
+ "schema:category": "issue-2543".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2543".freeze,
+ type: "schema:USNonprofitType".freeze
+ term :Nonprofit501c6,
+ comment: %(Nonprofit501c6: Non-profit type referring to Business Leagues, Chambers of Commerce, Real Estate Boards.).freeze,
+ label: "Nonprofit501c6".freeze,
+ "schema:category": "issue-2543".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2543".freeze,
+ type: "schema:USNonprofitType".freeze
+ term :Nonprofit501c7,
+ comment: %(Nonprofit501c7: Non-profit type referring to Social and Recreational Clubs.).freeze,
+ label: "Nonprofit501c7".freeze,
+ "schema:category": "issue-2543".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2543".freeze,
+ type: "schema:USNonprofitType".freeze
+ term :Nonprofit501c8,
+ comment: %(Nonprofit501c8: Non-profit type referring to Fraternal Beneficiary Societies and Associations.).freeze,
+ label: "Nonprofit501c8".freeze,
+ "schema:category": "issue-2543".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2543".freeze,
+ type: "schema:USNonprofitType".freeze
+ term :Nonprofit501c9,
+ comment: %(Nonprofit501c9: Non-profit type referring to Voluntary Employee Beneficiary Associations.).freeze,
+ label: "Nonprofit501c9".freeze,
+ "schema:category": "issue-2543".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2543".freeze,
+ type: "schema:USNonprofitType".freeze
+ term :Nonprofit501d,
+ comment: %(Nonprofit501d: Non-profit type referring to Religious and Apostolic Associations.).freeze,
+ label: "Nonprofit501d".freeze,
+ "schema:category": "issue-2543".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2543".freeze,
+ type: "schema:USNonprofitType".freeze
+ term :Nonprofit501e,
+ comment: %(Nonprofit501e: Non-profit type referring to Cooperative Hospital Service Organizations.).freeze,
+ label: "Nonprofit501e".freeze,
+ "schema:category": "issue-2543".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2543".freeze,
+ type: "schema:USNonprofitType".freeze
+ term :Nonprofit501f,
+ comment: %(Nonprofit501f: Non-profit type referring to Cooperative Service Organizations.).freeze,
+ label: "Nonprofit501f".freeze,
+ "schema:category": "issue-2543".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2543".freeze,
+ type: "schema:USNonprofitType".freeze
+ term :Nonprofit501k,
+ comment: %(Nonprofit501k: Non-profit type referring to Child Care Organizations.).freeze,
+ label: "Nonprofit501k".freeze,
+ "schema:category": "issue-2543".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2543".freeze,
+ type: "schema:USNonprofitType".freeze
+ term :Nonprofit501n,
+ comment: %(Nonprofit501n: Non-profit type referring to Charitable Risk Pools.).freeze,
+ label: "Nonprofit501n".freeze,
+ "schema:category": "issue-2543".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2543".freeze,
+ type: "schema:USNonprofitType".freeze
+ term :Nonprofit501q,
+ comment: %(Nonprofit501q: Non-profit type referring to Credit Counseling Organizations.).freeze,
+ label: "Nonprofit501q".freeze,
+ "schema:category": "issue-2543".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2543".freeze,
+ type: "schema:USNonprofitType".freeze
+ term :Nonprofit527,
+ comment: %(Nonprofit527: Non-profit type referring to Political organizations.).freeze,
+ label: "Nonprofit527".freeze,
+ "schema:category": "issue-2543".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2543".freeze,
+ type: "schema:USNonprofitType".freeze
+ term :NonprofitANBI,
+ comment: %(NonprofitANBI: Non-profit type referring to a Public Benefit Organization \(NL\).).freeze,
+ label: "NonprofitANBI".freeze,
+ "schema:category": "issue-2543".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2543".freeze,
+ type: "schema:NLNonprofitType".freeze
+ term :NonprofitSBBI,
+ comment: %(NonprofitSBBI: Non-profit type referring to a Social Interest Promoting Institution \(NL\).).freeze,
+ label: "NonprofitSBBI".freeze,
+ "schema:category": "issue-2543".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2543".freeze,
+ type: "schema:NLNonprofitType".freeze
term :Nose,
comment: %(Nose function assessment with clinical examination.).freeze,
label: "Nose".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "schema:PhysicalExam".freeze
term :NotInForce,
comment: %(Indicates that a legislation is currently not in force.).freeze,
- "dc:source": ["http://publications.europa.eu/mdr/eli/index.html".freeze, "https://github.com/schemaorg/schemaorg/issues/1156".freeze],
exactMatch: "http://data.europa.eu/eli/ontology#InForce-notInForce".freeze,
label: "NotInForce".freeze,
"schema:category": "issue-1156".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["http://publications.europa.eu/mdr/eli/index.html".freeze, "https://github.com/schemaorg/schemaorg/issues/1156".freeze],
type: "schema:LegalForceStatus".freeze
term :NotYetRecruiting,
comment: %(Not yet recruiting.).freeze,
label: "NotYetRecruiting".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
@@ -25729,22 +26605,22 @@
label: "OccupationalActivity".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "schema:PhysicalActivityCategory".freeze
term :OfficialLegalValue,
comment: %(All the documents published by an official publisher should have at least the legal value level "OfficialLegalValue". This indicates that the document was published by an organisation with the public task of making it available \(e.g. a consolidated version of a EU directive published by the EU Office of Publications\).).freeze,
- "dc:source": ["http://publications.europa.eu/mdr/eli/index.html".freeze, "https://github.com/schemaorg/schemaorg/issues/1156".freeze],
exactMatch: "http://data.europa.eu/eli/ontology#LegalValue-official".freeze,
label: "OfficialLegalValue".freeze,
"schema:category": "issue-1156".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["http://publications.europa.eu/mdr/eli/index.html".freeze, "https://github.com/schemaorg/schemaorg/issues/1156".freeze],
type: "schema:LegalValueLevel".freeze
term :OfflineEventAttendanceMode,
comment: %(OfflineEventAttendanceMode - an event that is primarily conducted offline.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1842".freeze,
label: "OfflineEventAttendanceMode".freeze,
"schema:category": "issue-1842".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1842".freeze,
type: "schema:EventAttendanceModeEnumeration".freeze
term :OfflinePermanently,
comment: %(Game server status: OfflinePermanently. Server is offline and not available.).freeze,
label: "OfflinePermanently".freeze,
type: "schema:GameServerStatus".freeze
@@ -25762,25 +26638,25 @@
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
subClassOf: "schema:MedicalBusiness".freeze,
type: "schema:MedicalSpecialty".freeze
term :OneTimePayments,
comment: %(OneTimePayments: this is a benefit for one-time payments for individuals.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2534".freeze,
label: "OneTimePayments".freeze,
"schema:category": "issue-2534".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2534".freeze,
type: "schema:GovernmentBenefitsType".freeze
term :Online,
comment: %(Game server status: Online. Server is available.).freeze,
label: "Online".freeze,
type: "schema:GameServerStatus".freeze
term :OnlineEventAttendanceMode,
comment: %(OnlineEventAttendanceMode - an event that is primarily conducted online.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/1842".freeze,
label: "OnlineEventAttendanceMode".freeze,
"schema:category": "issue-1842".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/1842".freeze,
type: "schema:EventAttendanceModeEnumeration".freeze
term :OnlineFull,
comment: %(Game server status: OnlineFull. Server is online but unavailable. The maximum number of players has reached.).freeze,
label: "OnlineFull".freeze,
type: "schema:GameServerStatus".freeze
@@ -25831,14 +26707,14 @@
comment: %(OrderStatus representing that an order has been returned.).freeze,
label: "OrderReturned".freeze,
type: "schema:OrderStatus".freeze
term :OriginalShippingFees,
comment: %(OriginalShippingFees ...).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
label: "OriginalShippingFees".freeze,
"schema:category": "issue-2288".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
type: "schema:ReturnFeesEnumeration".freeze
term :Osteopathic,
comment: %(A system of medicine focused on promoting the body's innate ability to heal itself.).freeze,
label: "Osteopathic".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
@@ -25853,61 +26729,61 @@
comment: %(Indicates that the item is out of stock.).freeze,
label: "OutOfStock".freeze,
type: "schema:ItemAvailability".freeze
term :OverviewHealthAspect,
comment: %(Overview of the content. Contains a summarized view of the topic with the most relevant information for an introduction.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze,
label: "OverviewHealthAspect".freeze,
"schema:category": "issue-2374".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze,
type: "schema:HealthAspectEnumeration".freeze
term :PET,
comment: %(Positron emission tomography imaging.).freeze,
label: "PET".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "schema:MedicalImagingTechnique".freeze
term :PaidLeave,
comment: %(PaidLeave: this is a benefit for paid leave.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2534".freeze,
label: "PaidLeave".freeze,
"schema:category": "issue-2534".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2534".freeze,
type: "schema:GovernmentBenefitsType".freeze
term :Paperback,
comment: %(Book format: Paperback.).freeze,
label: "Paperback".freeze,
type: "schema:BookFormatType".freeze
term :ParentalSupport,
comment: %(ParentalSupport: this is a benefit for parental support.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2534".freeze,
label: "ParentalSupport".freeze,
"schema:category": "issue-2534".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2534".freeze,
type: "schema:GovernmentBenefitsType".freeze
term :ParkingMap,
comment: %(A parking map.).freeze,
label: "ParkingMap".freeze,
type: "schema:MapCategoryType".freeze
term :PartiallyInForce,
comment: %(Indicates that parts of the legislation are in force, and parts are not.).freeze,
- "dc:source": ["http://publications.europa.eu/mdr/eli/index.html".freeze, "https://github.com/schemaorg/schemaorg/issues/1156".freeze],
exactMatch: "http://data.europa.eu/eli/ontology#InForce-partiallyInForce".freeze,
label: "PartiallyInForce".freeze,
"schema:category": "issue-1156".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["http://publications.europa.eu/mdr/eli/index.html".freeze, "https://github.com/schemaorg/schemaorg/issues/1156".freeze],
type: "schema:LegalForceStatus".freeze
term :Pathology,
comment: %(A specific branch of medical science that is concerned with the study of the cause, origin and nature of a disease state, including its consequences as a result of manifestation of the disease. In clinical care, the term is used to designate a branch of medicine using laboratory tests to diagnose and determine the prognostic significance of illness.).freeze,
label: "Pathology".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "schema:MedicalSpecialty".freeze
term :PatientExperienceHealthAspect,
comment: %(Content about the real life experience of patients or people that have lived a similar experience about the topic. May be forums, topics, Q-and-A and related material.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze,
label: "PatientExperienceHealthAspect".freeze,
"schema:category": "issue-2374".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze,
type: "schema:HealthAspectEnumeration".freeze
term :PaymentAutomaticallyApplied,
comment: %(An automatic payment system is in place and will be used.).freeze,
label: "PaymentAutomaticallyApplied".freeze,
type: "schema:PaymentStatusType".freeze
@@ -25983,59 +26859,59 @@
label: "PrescriptionOnly".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "schema:DrugPrescriptionStatus".freeze
term :PreventionHealthAspect,
comment: %(Information about actions or measures that can be taken to avoid getting the topic or reaching a critical situation related to the topic.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze,
label: "PreventionHealthAspect".freeze,
"schema:category": "issue-2374".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze,
type: "schema:HealthAspectEnumeration".freeze
term :PrimaryCare,
comment: %(The medical care by a physician, or other health-care professional, who is the patient's first contact with the health-care system and who may recommend a specialist if necessary.).freeze,
label: "PrimaryCare".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
subClassOf: "schema:MedicalBusiness".freeze,
type: "schema:MedicalSpecialty".freeze
term :ProductReturnFiniteReturnWindow,
comment: %(ProductReturnFiniteReturnWindow: there is a finite window for product returns.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
label: "ProductReturnFiniteReturnWindow".freeze,
"schema:category": "issue-2288".freeze,
"schema:isPartOf": "http://attic.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
"schema:supersededBy": "schema:MerchantReturnFiniteReturnWindow".freeze,
type: "schema:ProductReturnEnumeration".freeze
term :ProductReturnNotPermitted,
comment: %(ProductReturnNotPermitted: product returns are not permitted.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
label: "ProductReturnNotPermitted".freeze,
"schema:category": "issue-2288".freeze,
"schema:isPartOf": "http://attic.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
"schema:supersededBy": "schema:MerchantReturnNotPermitted".freeze,
type: "schema:ProductReturnEnumeration".freeze
term :ProductReturnUnlimitedWindow,
comment: %(ProductReturnUnlimitedWindow: there is an unlimited window for product returns.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
label: "ProductReturnUnlimitedWindow".freeze,
"schema:category": "issue-2288".freeze,
"schema:isPartOf": "http://attic.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
"schema:supersededBy": "schema:MerchantReturnUnlimitedWindow".freeze,
type: "schema:ProductReturnEnumeration".freeze
term :ProductReturnUnspecified,
comment: %(ProductReturnUnspecified: a product return policy is not specified here.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
label: "ProductReturnUnspecified".freeze,
"schema:category": "issue-2288".freeze,
"schema:isPartOf": "http://attic.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
"schema:supersededBy": "schema:MerchantReturnUnspecified".freeze,
type: "schema:ProductReturnEnumeration".freeze
term :PrognosisHealthAspect,
comment: %(Typical progression and happenings of life course of the topic.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze,
label: "PrognosisHealthAspect".freeze,
"schema:category": "issue-2374".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze,
type: "schema:HealthAspectEnumeration".freeze
term :Psychiatric,
comment: %(A specific branch of medical science that is concerned with the study, treatment, and prevention of mental illness, using both medical and psychological therapies.).freeze,
label: "Psychiatric".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
@@ -26047,12 +26923,12 @@
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
subClassOf: "schema:MedicalBusiness".freeze,
type: "schema:MedicalSpecialty".freeze
term :PublicHolidays,
comment: %(This stands for any day that is a public holiday; it is a placeholder for all official public holidays in some particular location. While not technically a "day of the week", it can be used with <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.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass".freeze,
label: "PublicHolidays".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsClass".freeze,
type: "schema:DayOfWeek".freeze
term :Pulmonary,
comment: %(A specific branch of medical science that pertains to the study of the respiratory system and its respective disease states.).freeze,
label: "Pulmonary".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
@@ -26071,12 +26947,12 @@
comment: %(Permission to read or view the document.).freeze,
label: "ReadPermission".freeze,
type: "schema:DigitalDocumentPermissionType".freeze
term :RearWheelDriveConfiguration,
comment: %(Real-wheel drive is a transmission layout where the engine drives the rear wheels.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
label: "RearWheelDriveConfiguration".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
type: "schema:DriveWheelConfigurationValue".freeze
term :Recruiting,
comment: %(Recruiting participants.).freeze,
label: "Recruiting".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
@@ -26095,30 +26971,30 @@
label: "ReimbursementCap".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "schema:DrugCostCategory".freeze
term :RelatedTopicsHealthAspect,
comment: %(Other prominent or relevant topics tied to the main topic.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze,
label: "RelatedTopicsHealthAspect".freeze,
"schema:category": "issue-2374".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze,
type: "schema:HealthAspectEnumeration".freeze
term :RemixAlbum,
comment: %(RemixAlbum.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
label: "RemixAlbum".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
type: "schema:MusicAlbumProductionType".freeze
term :Renal,
comment: %(A specific branch of medical science that pertains to the study of the kidneys and its respective disease states.).freeze,
label: "Renal".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "schema:MedicalSpecialty".freeze
term :RentalVehicleUsage,
comment: %(Indicates the usage of the vehicle as a rental car.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
label: "RentalVehicleUsage".freeze,
"schema:isPartOf": "http://auto.schema.org".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
type: "schema:CarUsageType".freeze
term :Researcher,
comment: %(Researchers.).freeze,
label: "Researcher".freeze,
type: "schema:Audience".freeze
@@ -26144,14 +27020,14 @@
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
subClassOf: "schema:MedicalTherapy".freeze,
type: "schema:MedicalSpecialty".freeze
term :RestockingFees,
comment: %(RestockingFees ...).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
label: "RestockingFees".freeze,
"schema:category": "issue-2288".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
type: "schema:ReturnFeesEnumeration".freeze
term :ResultsAvailable,
comment: %(Results are available.).freeze,
label: "ResultsAvailable".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
@@ -26166,31 +27042,31 @@
label: "Retail".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "schema:DrugCostCategory".freeze
term :ReturnShippingFees,
comment: %(ReturnShippingFees ...).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
label: "ReturnShippingFees".freeze,
"schema:category": "issue-2288".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
type: "schema:ReturnFeesEnumeration".freeze
term :Rheumatologic,
comment: %(A specific branch of medical science that deals with the study and treatment of rheumatic, autoimmune or joint diseases.).freeze,
label: "Rheumatologic".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "schema:MedicalSpecialty".freeze
term :RightHandDriving,
comment: %(The steering position is on the right side of the vehicle \(viewed from the main direction of driving\).).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
label: "RightHandDriving".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
type: "schema:SteeringPositionValue".freeze
term :RisksOrComplicationsHealthAspect,
comment: %(Information about the risk factors and possible complications that may follow a topic.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze,
label: "RisksOrComplicationsHealthAspect".freeze,
"schema:category": "issue-2374".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze,
type: "schema:HealthAspectEnumeration".freeze
term :RsvpResponseMaybe,
comment: %(The invitee may or may not attend.).freeze,
label: "RsvpResponseMaybe".freeze,
type: "schema:RsvpResponseType".freeze
@@ -26207,39 +27083,39 @@
label: "Saturday".freeze,
"schema:sameAs": "http://www.wikidata.org/entity/Q131".freeze,
type: "schema:DayOfWeek".freeze
term :ScreeningHealthAspect,
comment: %(Content about how to screen or further filter a topic.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze,
label: "ScreeningHealthAspect".freeze,
"schema:category": "issue-2374".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze,
type: "schema:HealthAspectEnumeration".freeze
term :SeatingMap,
comment: %(A seating map.).freeze,
label: "SeatingMap".freeze,
type: "schema:MapCategoryType".freeze
term :SeeDoctorHealthAspect,
comment: %(Information about questions that may be asked, when to see a professional, measures before seeing a doctor or content about the first consultation.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze,
label: "SeeDoctorHealthAspect".freeze,
"schema:category": "issue-2374".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze,
type: "schema:HealthAspectEnumeration".freeze
term :SelfCareHealthAspect,
comment: %(Self care actions or measures that can be taken to sooth, health or avoid a topic. This may be carried at home and can be carried/managed by the person itself.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze,
label: "SelfCareHealthAspect".freeze,
"schema:category": "issue-2374".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze,
type: "schema:HealthAspectEnumeration".freeze
term :SideEffectsHealthAspect,
comment: %(Side effects that can be observed from the usage of the topic.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze,
label: "SideEffectsHealthAspect".freeze,
"schema:category": "issue-2374".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze,
type: "schema:HealthAspectEnumeration".freeze
term :SingleBlindedTrial,
comment: %(A trial design in which the researcher knows which treatment the patient was randomly assigned to but the patient does not.).freeze,
label: "SingleBlindedTrial".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
@@ -26253,12 +27129,12 @@
comment: %(Play mode: SinglePlayer. Which is played by a lone player.).freeze,
label: "SinglePlayer".freeze,
type: "schema:GamePlayMode".freeze
term :SingleRelease,
comment: %(SingleRelease.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
label: "SingleRelease".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
type: "schema:MusicAlbumReleaseType".freeze
term :Skin,
comment: %(Skin assessment with clinical examination.).freeze,
label: "Skin".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
@@ -26267,46 +27143,46 @@
comment: %(Indicates that the item has sold out.).freeze,
label: "SoldOut".freeze,
type: "schema:ItemAvailability".freeze
term :SoundtrackAlbum,
comment: %(SoundtrackAlbum.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
label: "SoundtrackAlbum".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
type: "schema:MusicAlbumProductionType".freeze
term :SpeechPathology,
comment: %(The scientific study and treatment of defects, disorders, and malfunctions of speech and voice, as stuttering, lisping, or lalling, and of language disturbances, as aphasia or delayed language acquisition.).freeze,
label: "SpeechPathology".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "schema:MedicalSpecialty".freeze
term :SpokenWordAlbum,
comment: %(SpokenWordAlbum.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
label: "SpokenWordAlbum".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
type: "schema:MusicAlbumProductionType".freeze
term :StagesHealthAspect,
comment: %(Stages that can be observed from a topic.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze,
label: "StagesHealthAspect".freeze,
"schema:category": "issue-2374".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze,
type: "schema:HealthAspectEnumeration".freeze
term :StoreCreditRefund,
comment: %(A StoreCreditRefund ...).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
label: "StoreCreditRefund".freeze,
"schema:category": "issue-2288".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2288".freeze,
type: "schema:RefundTypeEnumeration".freeze
term :StrengthTraining,
comment: %(Physical activity that is engaged in to improve muscle and bone strength. Also referred to as resistance training.).freeze,
label: "StrengthTraining".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "schema:PhysicalActivityCategory".freeze
term :StudioAlbum,
comment: %(StudioAlbum.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
label: "StudioAlbum".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
type: "schema:MusicAlbumProductionType".freeze
term :Sunday,
comment: %(The day of the week between Saturday and Monday.).freeze,
label: "Sunday".freeze,
"schema:sameAs": "http://www.wikidata.org/entity/Q132".freeze,
@@ -26321,20 +27197,20 @@
label: "Suspended".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "schema:MedicalStudyStatus".freeze
term :SymptomsHealthAspect,
comment: %(Symptoms or related symptoms of a Topic.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze,
label: "SymptomsHealthAspect".freeze,
"schema:category": "issue-2374".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze,
type: "schema:HealthAspectEnumeration".freeze
term :TaxiVehicleUsage,
comment: %(Indicates the usage of the car as a taxi.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
label: "TaxiVehicleUsage".freeze,
"schema:isPartOf": "http://auto.schema.org".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
type: "schema:CarUsageType".freeze
term :Terminated,
comment: %(Terminated.).freeze,
label: "Terminated".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
@@ -26372,14 +27248,14 @@
comment: %(A transit map.).freeze,
label: "TransitMap".freeze,
type: "schema:MapCategoryType".freeze
term :TreatmentsHealthAspect,
comment: %(Treatments or related therapies for a Topic.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze,
label: "TreatmentsHealthAspect".freeze,
"schema:category": "issue-2374".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze,
type: "schema:HealthAspectEnumeration".freeze
term :TripleBlindedTrial,
comment: %(A trial design in which neither the researcher, the person administering the therapy nor the patient knows the details of the treatment the patient was randomly assigned to.).freeze,
label: "TripleBlindedTrial".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
@@ -26393,46 +27269,60 @@
label: "Tuesday".freeze,
"schema:sameAs": "http://www.wikidata.org/entity/Q127".freeze,
type: "schema:DayOfWeek".freeze
term :TypesHealthAspect,
comment: %(Categorization and other types related to a topic.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze,
label: "TypesHealthAspect".freeze,
"schema:category": "issue-2374".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze,
type: "schema:HealthAspectEnumeration".freeze
+ term :UKTrust,
+ comment: %(UKTrust: Non-profit type referring to a UK trust.).freeze,
+ label: "UKTrust".freeze,
+ "schema:category": "issue-2543".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2543".freeze,
+ type: "schema:UKNonprofitType".freeze
term :Ultrasound,
comment: %(Ultrasound imaging.).freeze,
label: "Ultrasound".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "schema:MedicalImagingTechnique".freeze
term :UnemploymentSupport,
comment: %(UnemploymentSupport: this is a benefit for unemployment support.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2534".freeze,
label: "UnemploymentSupport".freeze,
"schema:category": "issue-2534".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2534".freeze,
type: "schema:GovernmentBenefitsType".freeze
+ term :UnincorporatedAssociationCharity,
+ comment: %(UnincorporatedAssociationCharity: Non-profit type referring to a charitable company that is not incorporated \(UK\).).freeze,
+ label: "UnincorporatedAssociationCharity".freeze,
+ "schema:category": "issue-2543".freeze,
+ "schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2543".freeze,
+ type: "schema:UKNonprofitType".freeze
term :UnofficialLegalValue,
comment: %(Indicates that a document has no particular or special standing \(e.g. a republication of a law by a private publisher\).).freeze,
- "dc:source": ["http://publications.europa.eu/mdr/eli/index.html".freeze, "https://github.com/schemaorg/schemaorg/issues/1156".freeze],
exactMatch: "http://data.europa.eu/eli/ontology#LegalValue-unofficial".freeze,
label: "UnofficialLegalValue".freeze,
"schema:category": "issue-1156".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": ["http://publications.europa.eu/mdr/eli/index.html".freeze, "https://github.com/schemaorg/schemaorg/issues/1156".freeze],
type: "schema:LegalValueLevel".freeze
term :Urologic,
comment: %(A specific branch of medical science that is concerned with the diagnosis and treatment of diseases pertaining to the urinary tract and the urogenital system.).freeze,
label: "Urologic".freeze,
"schema:isPartOf": "http://health-lifesci.schema.org".freeze,
type: "schema:MedicalSpecialty".freeze
term :UsageOrScheduleHealthAspect,
comment: %(Content about how, when, frequency and dosage of a topic.).freeze,
- "dc:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze,
label: "UsageOrScheduleHealthAspect".freeze,
"schema:category": "issue-2374".freeze,
"schema:isPartOf": "http://pending.schema.org".freeze,
+ "schema:source": "https://github.com/schemaorg/schemaorg/issues/2374".freeze,
type: "schema:HealthAspectEnumeration".freeze
term :UsedCondition,
comment: %(Indicates that the item is used.).freeze,
label: "UsedCondition".freeze,
type: "schema:OfferItemCondition".freeze
@@ -26448,11 +27338,11 @@
comment: %(A venue map \(e.g. for malls, auditoriums, museums, etc.\).).freeze,
label: "VenueMap".freeze,
type: "schema:MapCategoryType".freeze
term :VinylFormat,
comment: %(VinylFormat.).freeze,
- "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
label: "VinylFormat".freeze,
+ "schema:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#MBZ".freeze,
type: "schema:MusicReleaseFormatType".freeze
term :Wednesday,
comment: %(The day of the week between Tuesday and Thursday.).freeze,
label: "Wednesday".freeze,
"schema:sameAs": "http://www.wikidata.org/entity/Q128".freeze,