Class: RDF::Vocab::SCHEMAS

Inherits:
StrictVocabulary
  • Object
show all
Defined in:
lib/rdf/vocab/schemas.rb

Overview

Vocabulary for <schema.org/>

Instance Attribute Summary collapse

Instance Attribute Details

#AbdomenRDF::Vocabulary::Term (readonly)

Abdomen clinical examination.

Returns:

  • (RDF::Vocabulary::Term)


9018
9019
9020
# File 'lib/rdf/vocab/schemas.rb', line 9018

def Abdomen
  @Abdomen
end

#aboutRDF::Vocabulary::Term (readonly)

The subject matter of the content.

Returns:

  • (RDF::Vocabulary::Term)


3486
3487
3488
# File 'lib/rdf/vocab/schemas.rb', line 3486

def about
  @about
end

#AboutPageRDF::Vocabulary::Term (readonly)

Web page type: About page.

Returns:

  • (RDF::Vocabulary::Term)


14
15
16
# File 'lib/rdf/vocab/schemas.rb', line 14

def AboutPage
  @AboutPage
end

#abridgedRDF::Vocabulary::Term (readonly)

Indicates whether the book is an abridged edition.

Returns:

  • (RDF::Vocabulary::Term)


3490
3491
3492
# File 'lib/rdf/vocab/schemas.rb', line 3490

def abridged
  @abridged
end

#abstractRDF::Vocabulary::Term (readonly)

An abstract is a short description that summarizes a [[CreativeWork]].

Returns:

  • (RDF::Vocabulary::Term)


3494
3495
3496
# File 'lib/rdf/vocab/schemas.rb', line 3494

def abstract
  @abstract
end

#accelerationTimeRDF::Vocabulary::Term (readonly)

The time needed to accelerate the vehicle from a given start velocity to a given target velocity.nnTypical unit code(s): SEC for secondsnn* 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 [[name]] of the [[QuantitativeValue]], or use [[valueReference]] with a [[QuantitativeValue]] of 0..60 mph or 0..100 km/h to specify the reference speeds.

Returns:

  • (RDF::Vocabulary::Term)


3498
3499
3500
# File 'lib/rdf/vocab/schemas.rb', line 3498

def accelerationTime
  @accelerationTime
end

#AcceptActionRDF::Vocabulary::Term (readonly)

The act of committing to/adopting an object.nnRelated actions:nn* [[RejectAction]]: The antonym of AcceptAction.

Returns:

  • (RDF::Vocabulary::Term)


18
19
20
# File 'lib/rdf/vocab/schemas.rb', line 18

def AcceptAction
  @AcceptAction
end

#acceptedAnswerRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


3502
3503
3504
# File 'lib/rdf/vocab/schemas.rb', line 3502

def acceptedAnswer
  @acceptedAnswer
end

#acceptedOfferRDF::Vocabulary::Term (readonly)

The offer(s) – e.g., product, quantity and price combinations – included in the order.

Returns:

  • (RDF::Vocabulary::Term)


3506
3507
3508
# File 'lib/rdf/vocab/schemas.rb', line 3506

def acceptedOffer
  @acceptedOffer
end

#acceptedPaymentMethodRDF::Vocabulary::Term (readonly)

The payment method(s) accepted by seller for this offer.

Returns:

  • (RDF::Vocabulary::Term)


3510
3511
3512
# File 'lib/rdf/vocab/schemas.rb', line 3510

def acceptedPaymentMethod
  @acceptedPaymentMethod
end

#acceptsReservationsRDF::Vocabulary::Term (readonly)

Indicates whether a FoodEstablishment accepts reservations. Values can be Boolean, an URL at which reservations can be made or (for backwards compatibility) the strings “‘Yes“` or “`No“`.

Returns:

  • (RDF::Vocabulary::Term)


3514
3515
3516
# File 'lib/rdf/vocab/schemas.rb', line 3514

def acceptsReservations
  @acceptsReservations
end

#accessCodeRDF::Vocabulary::Term (readonly)

Password, PIN, or access code needed for delivery (e.g. from a locker).

Returns:

  • (RDF::Vocabulary::Term)


3518
3519
3520
# File 'lib/rdf/vocab/schemas.rb', line 3518

def accessCode
  @accessCode
end

#accessibilityAPIRDF::Vocabulary::Term (readonly)

Indicates that the resource is compatible with the referenced accessibility API ([WebSchemas wiki lists possible values](www.w3.org/wiki/WebSchemas/Accessibility)).

Returns:

  • (RDF::Vocabulary::Term)


3530
3531
3532
# File 'lib/rdf/vocab/schemas.rb', line 3530

def accessibilityAPI
  @accessibilityAPI
end

#accessibilityControlRDF::Vocabulary::Term (readonly)

Identifies input methods that are sufficient to fully control the described resource ([WebSchemas wiki lists possible values](www.w3.org/wiki/WebSchemas/Accessibility)).

Returns:

  • (RDF::Vocabulary::Term)


3534
3535
3536
# File 'lib/rdf/vocab/schemas.rb', line 3534

def accessibilityControl
  @accessibilityControl
end

#accessibilityFeatureRDF::Vocabulary::Term (readonly)

Content features of the resource, such as accessible media, alternatives and supported enhancements for accessibility ([WebSchemas wiki lists possible values](www.w3.org/wiki/WebSchemas/Accessibility)).

Returns:

  • (RDF::Vocabulary::Term)


3538
3539
3540
# File 'lib/rdf/vocab/schemas.rb', line 3538

def accessibilityFeature
  @accessibilityFeature
end

#accessibilityHazardRDF::Vocabulary::Term (readonly)

A characteristic of the described resource that is physiologically dangerous to some users. Related to WCAG 2.0 guideline 2.3 ([WebSchemas wiki lists possible values](www.w3.org/wiki/WebSchemas/Accessibility)).

Returns:

  • (RDF::Vocabulary::Term)


3542
3543
3544
# File 'lib/rdf/vocab/schemas.rb', line 3542

def accessibilityHazard
  @accessibilityHazard
end

#accessibilitySummaryRDF::Vocabulary::Term (readonly)

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.”

Returns:

  • (RDF::Vocabulary::Term)


3546
3547
3548
# File 'lib/rdf/vocab/schemas.rb', line 3546

def accessibilitySummary
  @accessibilitySummary
end

#accessModeRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


3522
3523
3524
# File 'lib/rdf/vocab/schemas.rb', line 3522

def accessMode
  @accessMode
end

#accessModeSufficientRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


3526
3527
3528
# File 'lib/rdf/vocab/schemas.rb', line 3526

def accessModeSufficient
  @accessModeSufficient
end

#AccommodationRDF::Vocabulary::Term (readonly)

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>.

Returns:

  • (RDF::Vocabulary::Term)


22
23
24
# File 'lib/rdf/vocab/schemas.rb', line 22

def Accommodation
  @Accommodation
end

#accommodationCategoryRDF::Vocabulary::Term (readonly)

Category of an [[Accommodation]], following real estate conventions e.g. RESO (see [PropertySubType](ddwiki.reso.org/display/DDW17/PropertySubType+Field), and [PropertyType](ddwiki.reso.org/display/DDW17/PropertyType+Field) fields for suggested values).

Returns:

  • (RDF::Vocabulary::Term)


3550
3551
3552
# File 'lib/rdf/vocab/schemas.rb', line 3550

def accommodationCategory
  @accommodationCategory
end

#accommodationFloorPlanRDF::Vocabulary::Term (readonly)

A floorplan of some [[Accommodation]].

Returns:

  • (RDF::Vocabulary::Term)


3554
3555
3556
# File 'lib/rdf/vocab/schemas.rb', line 3554

def accommodationFloorPlan
  @accommodationFloorPlan
end

#accountablePersonRDF::Vocabulary::Term (readonly)

Specifies the Person that is legally accountable for the CreativeWork.

Returns:

  • (RDF::Vocabulary::Term)


3570
3571
3572
# File 'lib/rdf/vocab/schemas.rb', line 3570

def accountablePerson
  @accountablePerson
end

#accountIdRDF::Vocabulary::Term (readonly)

The identifier for the account the payment will be applied to.

Returns:

  • (RDF::Vocabulary::Term)


3558
3559
3560
# File 'lib/rdf/vocab/schemas.rb', line 3558

def accountId
  @accountId
end

#AccountingServiceRDF::Vocabulary::Term (readonly)

Accountancy business.nnAs a [[LocalBusiness]] it can be described as a [[provider]] of one or more [[Service]](s).

Returns:

  • (RDF::Vocabulary::Term)


26
27
28
# File 'lib/rdf/vocab/schemas.rb', line 26

def AccountingService
  @AccountingService
end

#accountMinimumInflowRDF::Vocabulary::Term (readonly)

A minimum amount that has to be paid in every month.

Returns:

  • (RDF::Vocabulary::Term)


3562
3563
3564
# File 'lib/rdf/vocab/schemas.rb', line 3562

def accountMinimumInflow
  @accountMinimumInflow
end

#accountOverdraftLimitRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


3566
3567
3568
# File 'lib/rdf/vocab/schemas.rb', line 3566

def accountOverdraftLimit
  @accountOverdraftLimit
end

#AchieveActionRDF::Vocabulary::Term (readonly)

The act of accomplishing something via previous efforts. It is an instantaneous action rather than an ongoing process.

Returns:

  • (RDF::Vocabulary::Term)


30
31
32
# File 'lib/rdf/vocab/schemas.rb', line 30

def AchieveAction
  @AchieveAction
end

#acquiredFromRDF::Vocabulary::Term (readonly)

The organization or person from which the product was acquired.

Returns:

  • (RDF::Vocabulary::Term)


3578
3579
3580
# File 'lib/rdf/vocab/schemas.rb', line 3578

def acquiredFrom
  @acquiredFrom
end

#acquireLicensePageRDF::Vocabulary::Term (readonly)

Indicates a page documenting how licenses can be purchased or otherwise acquired, for the current item.

Returns:

  • (RDF::Vocabulary::Term)


3574
3575
3576
# File 'lib/rdf/vocab/schemas.rb', line 3574

def acquireLicensePage
  @acquireLicensePage
end

#acrissCodeRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


3582
3583
3584
# File 'lib/rdf/vocab/schemas.rb', line 3582

def acrissCode
  @acrissCode
end

#ActionRDF::Vocabulary::Term (readonly)

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.nnSee also [blog post](blog.schema.org/2014/04/announcing-schemaorg-actions.html) and [Actions overview document](schema.org/docs/actions.html).

Returns:

  • (RDF::Vocabulary::Term)


34
35
36
# File 'lib/rdf/vocab/schemas.rb', line 34

def Action
  @Action
end

#actionableFeedbackPolicyRDF::Vocabulary::Term (readonly)

For a [[NewsMediaOrganization]] or other news-related [[Organization]], 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.

Returns:

  • (RDF::Vocabulary::Term)


3606
3607
3608
# File 'lib/rdf/vocab/schemas.rb', line 3606

def actionableFeedbackPolicy
  @actionableFeedbackPolicy
end

#actionAccessibilityRequirementRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


3586
3587
3588
# File 'lib/rdf/vocab/schemas.rb', line 3586

def actionAccessibilityRequirement
  @actionAccessibilityRequirement
end

#ActionAccessSpecificationRDF::Vocabulary::Term (readonly)

A set of requirements that a must be fulfilled in order to perform an Action.

Returns:

  • (RDF::Vocabulary::Term)


38
39
40
# File 'lib/rdf/vocab/schemas.rb', line 38

def ActionAccessSpecification
  @ActionAccessSpecification
end

#actionApplicationRDF::Vocabulary::Term (readonly)

An application that can complete the request.

Returns:

  • (RDF::Vocabulary::Term)


3590
3591
3592
# File 'lib/rdf/vocab/schemas.rb', line 3590

def actionApplication
  @actionApplication
end

#actionOptionRDF::Vocabulary::Term (readonly)

A sub property of object. The options subject to this action.

Returns:

  • (RDF::Vocabulary::Term)


3594
3595
3596
# File 'lib/rdf/vocab/schemas.rb', line 3594

def actionOption
  @actionOption
end

#actionPlatformRDF::Vocabulary::Term (readonly)

The high level platform(s) where the Action can be performed for the given URL. To specify a specific application or operating system instance, use actionApplication.

Returns:

  • (RDF::Vocabulary::Term)


3598
3599
3600
# File 'lib/rdf/vocab/schemas.rb', line 3598

def actionPlatform
  @actionPlatform
end

#actionStatusRDF::Vocabulary::Term (readonly)

Indicates the current disposition of the Action.

Returns:

  • (RDF::Vocabulary::Term)


3602
3603
3604
# File 'lib/rdf/vocab/schemas.rb', line 3602

def actionStatus
  @actionStatus
end

#ActionStatusTypeRDF::Vocabulary::Term (readonly)

The status of an Action.

Returns:

  • (RDF::Vocabulary::Term)


42
43
44
# File 'lib/rdf/vocab/schemas.rb', line 42

def ActionStatusType
  @ActionStatusType
end

#ActivateActionRDF::Vocabulary::Term (readonly)

The act of starting or activating a device or application (e.g. starting a timer or turning on a flashlight).

Returns:

  • (RDF::Vocabulary::Term)


46
47
48
# File 'lib/rdf/vocab/schemas.rb', line 46

def ActivateAction
  @ActivateAction
end

#ActivationFeeRDF::Vocabulary::Term (readonly)

Represents the activation fee part of the total price for an offered product, for example a cellphone contract

Returns:

  • (RDF::Vocabulary::Term)


9022
9023
9024
# File 'lib/rdf/vocab/schemas.rb', line 9022

def ActivationFee
  @ActivationFee
end

#ActiveActionStatusRDF::Vocabulary::Term (readonly)

An in-progress action (e.g, while watching the movie, or driving to a location).

Returns:

  • (RDF::Vocabulary::Term)


9026
9027
9028
# File 'lib/rdf/vocab/schemas.rb', line 9026

def ActiveActionStatus
  @ActiveActionStatus
end

#activeIngredientRDF::Vocabulary::Term (readonly)

An active ingredient, typically chemical compounds and/or biologic substances.

Returns:

  • (RDF::Vocabulary::Term)


3610
3611
3612
# File 'lib/rdf/vocab/schemas.rb', line 3610

def activeIngredient
  @activeIngredient
end

#ActiveNotRecruitingRDF::Vocabulary::Term (readonly)

Active, but not recruiting new participants.

Returns:

  • (RDF::Vocabulary::Term)


9030
9031
9032
# File 'lib/rdf/vocab/schemas.rb', line 9030

def ActiveNotRecruiting
  @ActiveNotRecruiting
end

#activityDurationRDF::Vocabulary::Term (readonly)

Length of time to engage in the activity.

Returns:

  • (RDF::Vocabulary::Term)


3614
3615
3616
# File 'lib/rdf/vocab/schemas.rb', line 3614

def activityDuration
  @activityDuration
end

#activityFrequencyRDF::Vocabulary::Term (readonly)

How often one should engage in the activity.

Returns:

  • (RDF::Vocabulary::Term)


3618
3619
3620
# File 'lib/rdf/vocab/schemas.rb', line 3618

def activityFrequency
  @activityFrequency
end

#actorRDF::Vocabulary::Term (readonly)

An actor, e.g. in tv, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip.

Returns:

  • (RDF::Vocabulary::Term)


3622
3623
3624
# File 'lib/rdf/vocab/schemas.rb', line 3622

def actor
  @actor
end

#actorsRDF::Vocabulary::Term (readonly)

An actor, e.g. in tv, radio, movie, video games etc. Actors can be associated with individual items or with a series, episode, clip.

Returns:

  • (RDF::Vocabulary::Term)


3626
3627
3628
# File 'lib/rdf/vocab/schemas.rb', line 3626

def actors
  @actors
end

#AddActionRDF::Vocabulary::Term (readonly)

The act of editing by adding an object to a collection.

Returns:

  • (RDF::Vocabulary::Term)


50
51
52
# File 'lib/rdf/vocab/schemas.rb', line 50

def AddAction
  @AddAction
end

#additionalNameRDF::Vocabulary::Term (readonly)

An additional name for a Person, can be used for a middle name.

Returns:

  • (RDF::Vocabulary::Term)


3634
3635
3636
# File 'lib/rdf/vocab/schemas.rb', line 3634

def additionalName
  @additionalName
end

#additionalNumberOfGuestsRDF::Vocabulary::Term (readonly)

If responding yes, the number of guests who will attend in addition to the invitee.

Returns:

  • (RDF::Vocabulary::Term)


3638
3639
3640
# File 'lib/rdf/vocab/schemas.rb', line 3638

def additionalNumberOfGuests
  @additionalNumberOfGuests
end

#additionalPropertyRDF::Vocabulary::Term (readonly)

A property-value pair representing an additional characteristics of the entitity, e.g. a product feature or another characteristic for which there is no matching property in schema.org.nnNote: Publishers should be aware that applications designed to use specific schema.org properties (e.g. schema.org/width, schema.org/color, schema.org/gtin13, …) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism.

Returns:

  • (RDF::Vocabulary::Term)


3642
3643
3644
# File 'lib/rdf/vocab/schemas.rb', line 3642

def additionalProperty
  @additionalProperty
end

#additionalTypeRDF::Vocabulary::Term (readonly)

An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. In RDFa syntax, it is better to use the native RDFa syntax - the ‘typeof’ attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.

Returns:

  • (RDF::Vocabulary::Term)


3646
3647
3648
# File 'lib/rdf/vocab/schemas.rb', line 3646

def additionalType
  @additionalType
end

#additionalVariableRDF::Vocabulary::Term (readonly)

Any additional component of the exercise prescription that may need to be articulated to the patient. This may include the order of exercises, the number of repetitions of movement, quantitative distance, progressions over time, etc.

Returns:

  • (RDF::Vocabulary::Term)


3650
3651
3652
# File 'lib/rdf/vocab/schemas.rb', line 3650

def additionalVariable
  @additionalVariable
end

#addOnRDF::Vocabulary::Term (readonly)

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).

Returns:

  • (RDF::Vocabulary::Term)


3630
3631
3632
# File 'lib/rdf/vocab/schemas.rb', line 3630

def addOn
  @addOn
end

#addressRDF::Vocabulary::Term (readonly)

Physical address of the item.

Returns:

  • (RDF::Vocabulary::Term)


3654
3655
3656
# File 'lib/rdf/vocab/schemas.rb', line 3654

def address
  @address
end

#addressCountryRDF::Vocabulary::Term (readonly)

The country. For example, USA. You can also provide the two-letter [ISO 3166-1 alpha-2 country code](en.wikipedia.org/wiki/ISO_3166-1).

Returns:

  • (RDF::Vocabulary::Term)


3658
3659
3660
# File 'lib/rdf/vocab/schemas.rb', line 3658

def addressCountry
  @addressCountry
end

#addressLocalityRDF::Vocabulary::Term (readonly)

The locality in which the street address is, and which is in the region. For example, Mountain View.

Returns:

  • (RDF::Vocabulary::Term)


3662
3663
3664
# File 'lib/rdf/vocab/schemas.rb', line 3662

def addressLocality
  @addressLocality
end

#addressRegionRDF::Vocabulary::Term (readonly)

The region in which the locality is, and which is in the country. For example, California or another appropriate first-level [Administrative division](en.wikipedia.org/wiki/List_of_administrative_divisions_by_country)

Returns:

  • (RDF::Vocabulary::Term)


3666
3667
3668
# File 'lib/rdf/vocab/schemas.rb', line 3666

def addressRegion
  @addressRegion
end

#administrationRouteRDF::Vocabulary::Term (readonly)

A route by which this drug may be administered, e.g. ‘oral’.

Returns:

  • (RDF::Vocabulary::Term)


3670
3671
3672
# File 'lib/rdf/vocab/schemas.rb', line 3670

def administrationRoute
  @administrationRoute
end

#AdministrativeAreaRDF::Vocabulary::Term (readonly)

A geographical region, typically under the jurisdiction of a particular government.

Returns:

  • (RDF::Vocabulary::Term)


54
55
56
# File 'lib/rdf/vocab/schemas.rb', line 54

def AdministrativeArea
  @AdministrativeArea
end

#AdultEntertainmentRDF::Vocabulary::Term (readonly)

An adult entertainment establishment.

Returns:

  • (RDF::Vocabulary::Term)


58
59
60
# File 'lib/rdf/vocab/schemas.rb', line 58

def AdultEntertainment
  @AdultEntertainment
end

#advanceBookingRequirementRDF::Vocabulary::Term (readonly)

The amount of time that is required between accepting the offer and the actual usage of the resource or service.

Returns:

  • (RDF::Vocabulary::Term)


3674
3675
3676
# File 'lib/rdf/vocab/schemas.rb', line 3674

def advanceBookingRequirement
  @advanceBookingRequirement
end

#adverseOutcomeRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


3678
3679
3680
# File 'lib/rdf/vocab/schemas.rb', line 3678

def adverseOutcome
  @adverseOutcome
end

#AdvertiserContentArticleRDF::Vocabulary::Term (readonly)

An [[Article]] that an external entity has paid to place or to produce to its specifications. Includes [advertorials](en.wikipedia.org/wiki/Advertorial), sponsored content, native advertising and other paid content.

Returns:

  • (RDF::Vocabulary::Term)


62
63
64
# File 'lib/rdf/vocab/schemas.rb', line 62

def AdvertiserContentArticle
  @AdvertiserContentArticle
end

#AerobicActivityRDF::Vocabulary::Term (readonly)

Physical activity of relatively low intensity that depends primarily on the aerobic energy-generating process; during activity, the aerobic metabolism uses oxygen to adequately meet energy demands during exercise.

Returns:

  • (RDF::Vocabulary::Term)


9034
9035
9036
# File 'lib/rdf/vocab/schemas.rb', line 9034

def AerobicActivity
  @AerobicActivity
end

#affectedByRDF::Vocabulary::Term (readonly)

Drugs that affect the test’s results.

Returns:

  • (RDF::Vocabulary::Term)


3682
3683
3684
# File 'lib/rdf/vocab/schemas.rb', line 3682

def affectedBy
  @affectedBy
end

#affiliationRDF::Vocabulary::Term (readonly)

An organization that this person is affiliated with. For example, a school/university, a club, or a team.

Returns:

  • (RDF::Vocabulary::Term)


3686
3687
3688
# File 'lib/rdf/vocab/schemas.rb', line 3686

def affiliation
  @affiliation
end

#afterMediaRDF::Vocabulary::Term (readonly)

A media object representing the circumstances after performing this direction.

Returns:

  • (RDF::Vocabulary::Term)


3690
3691
3692
# File 'lib/rdf/vocab/schemas.rb', line 3690

def afterMedia
  @afterMedia
end

#agentRDF::Vocabulary::Term (readonly)

The direct performer or driver of the action (animate or inanimate). e.g. John wrote a book.

Returns:

  • (RDF::Vocabulary::Term)


3694
3695
3696
# File 'lib/rdf/vocab/schemas.rb', line 3694

def agent
  @agent
end

#AggregateOfferRDF::Vocabulary::Term (readonly)

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.nnNote: AggregateOffers are normally expected to associate multiple offers that all share the same defined [[businessFunction]] value, or default to purl.org/goodrelations/v1#Sell if businessFunction is not explicitly defined.

Returns:

  • (RDF::Vocabulary::Term)


66
67
68
# File 'lib/rdf/vocab/schemas.rb', line 66

def AggregateOffer
  @AggregateOffer
end

#aggregateRatingRDF::Vocabulary::Term (readonly)

The overall rating, based on a collection of reviews or ratings, of the item.

Returns:

  • (RDF::Vocabulary::Term)


3698
3699
3700
# File 'lib/rdf/vocab/schemas.rb', line 3698

def aggregateRating
  @aggregateRating
end

#AggregateRatingRDF::Vocabulary::Term (readonly)

The average rating based on multiple ratings or reviews.

Returns:

  • (RDF::Vocabulary::Term)


70
71
72
# File 'lib/rdf/vocab/schemas.rb', line 70

def AggregateRating
  @AggregateRating
end

#AgreeActionRDF::Vocabulary::Term (readonly)

The act of expressing a consistency of opinion with the object. An agent agrees to/about an object (a proposition, topic or theme) with participants.

Returns:

  • (RDF::Vocabulary::Term)


74
75
76
# File 'lib/rdf/vocab/schemas.rb', line 74

def AgreeAction
  @AgreeAction
end

#aircraftRDF::Vocabulary::Term (readonly)

The kind of aircraft (e.g., “Boeing 747”).

Returns:

  • (RDF::Vocabulary::Term)


3702
3703
3704
# File 'lib/rdf/vocab/schemas.rb', line 3702

def aircraft
  @aircraft
end

#AirlineRDF::Vocabulary::Term (readonly)

An organization that provides flights for passengers.

Returns:

  • (RDF::Vocabulary::Term)


78
79
80
# File 'lib/rdf/vocab/schemas.rb', line 78

def Airline
  @Airline
end

#AirportRDF::Vocabulary::Term (readonly)

An airport.

Returns:

  • (RDF::Vocabulary::Term)


82
83
84
# File 'lib/rdf/vocab/schemas.rb', line 82

def Airport
  @Airport
end

#albumRDF::Vocabulary::Term (readonly)

A music album.

Returns:

  • (RDF::Vocabulary::Term)


3706
3707
3708
# File 'lib/rdf/vocab/schemas.rb', line 3706

def album
  @album
end

#albumProductionTypeRDF::Vocabulary::Term (readonly)

Classification of the album by it’s type of content: soundtrack, live album, studio album, etc.

Returns:

  • (RDF::Vocabulary::Term)


3710
3711
3712
# File 'lib/rdf/vocab/schemas.rb', line 3710

def albumProductionType
  @albumProductionType
end

#albumReleaseRDF::Vocabulary::Term (readonly)

A release of this album.

Returns:

  • (RDF::Vocabulary::Term)


3714
3715
3716
# File 'lib/rdf/vocab/schemas.rb', line 3714

def albumRelease
  @albumRelease
end

#AlbumReleaseRDF::Vocabulary::Term (readonly)

AlbumRelease.

Returns:

  • (RDF::Vocabulary::Term)


9038
9039
9040
# File 'lib/rdf/vocab/schemas.rb', line 9038

def AlbumRelease
  @AlbumRelease
end

#albumReleaseTypeRDF::Vocabulary::Term (readonly)

The kind of release which this album is: single, EP or album.

Returns:

  • (RDF::Vocabulary::Term)


3718
3719
3720
# File 'lib/rdf/vocab/schemas.rb', line 3718

def albumReleaseType
  @albumReleaseType
end

#albumsRDF::Vocabulary::Term (readonly)

A collection of music albums.

Returns:

  • (RDF::Vocabulary::Term)


3722
3723
3724
# File 'lib/rdf/vocab/schemas.rb', line 3722

def albums
  @albums
end

#alcoholWarningRDF::Vocabulary::Term (readonly)

Any precaution, guidance, contraindication, etc. related to consumption of alcohol while taking this drug.

Returns:

  • (RDF::Vocabulary::Term)


3726
3727
3728
# File 'lib/rdf/vocab/schemas.rb', line 3726

def alcoholWarning
  @alcoholWarning
end

#algorithmRDF::Vocabulary::Term (readonly)

The algorithm or rules to follow to compute the score.

Returns:

  • (RDF::Vocabulary::Term)


3730
3731
3732
# File 'lib/rdf/vocab/schemas.rb', line 3730

def algorithm
  @algorithm
end

#AlignmentObjectRDF::Vocabulary::Term (readonly)

An intangible item that describes an alignment between a learning resource and a node in an educational framework. Should not be used where the nature of the alignment can be described using a simple property, for example to express that a resource [[teaches]] or [[assesses]] a competency.

Returns:

  • (RDF::Vocabulary::Term)


86
87
88
# File 'lib/rdf/vocab/schemas.rb', line 86

def AlignmentObject
  @AlignmentObject
end

#alignmentTypeRDF::Vocabulary::Term (readonly)

A category of alignment between the learning resource and the framework node. Recommended values include: ‘requires’, ‘textComplexity’, ‘readingLevel’, and ‘educationalSubject’.

Returns:

  • (RDF::Vocabulary::Term)


3734
3735
3736
# File 'lib/rdf/vocab/schemas.rb', line 3734

def alignmentType
  @alignmentType
end

#AllocateActionRDF::Vocabulary::Term (readonly)

The act of organizing tasks/objects/events by associating resources to it.

Returns:

  • (RDF::Vocabulary::Term)


90
91
92
# File 'lib/rdf/vocab/schemas.rb', line 90

def AllocateAction
  @AllocateAction
end

#AllWheelDriveConfigurationRDF::Vocabulary::Term (readonly)

All-wheel Drive is a transmission layout where the engine drives all four wheels.

Returns:

  • (RDF::Vocabulary::Term)


9042
9043
9044
# File 'lib/rdf/vocab/schemas.rb', line 9042

def AllWheelDriveConfiguration
  @AllWheelDriveConfiguration
end

#alternateNameRDF::Vocabulary::Term (readonly)

An alias for the item.

Returns:

  • (RDF::Vocabulary::Term)


3738
3739
3740
# File 'lib/rdf/vocab/schemas.rb', line 3738

def alternateName
  @alternateName
end

#alternativeHeadlineRDF::Vocabulary::Term (readonly)

A secondary title of the CreativeWork.

Returns:

  • (RDF::Vocabulary::Term)


3742
3743
3744
# File 'lib/rdf/vocab/schemas.rb', line 3742

def alternativeHeadline
  @alternativeHeadline
end

#alumniRDF::Vocabulary::Term (readonly)

Alumni of an organization.

Returns:

  • (RDF::Vocabulary::Term)


3746
3747
3748
# File 'lib/rdf/vocab/schemas.rb', line 3746

def alumni
  @alumni
end

#alumniOfRDF::Vocabulary::Term (readonly)

An organization that the person is an alumni of.

Returns:

  • (RDF::Vocabulary::Term)


3750
3751
3752
# File 'lib/rdf/vocab/schemas.rb', line 3750

def alumniOf
  @alumniOf
end

#amenityFeatureRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


3754
3755
3756
# File 'lib/rdf/vocab/schemas.rb', line 3754

def amenityFeature
  @amenityFeature
end

#amountRDF::Vocabulary::Term (readonly)

The amount of money.

Returns:

  • (RDF::Vocabulary::Term)


3758
3759
3760
# File 'lib/rdf/vocab/schemas.rb', line 3758

def amount
  @amount
end

#amountOfThisGoodRDF::Vocabulary::Term (readonly)

The quantity of the goods included in the offer.

Returns:

  • (RDF::Vocabulary::Term)


3762
3763
3764
# File 'lib/rdf/vocab/schemas.rb', line 3762

def amountOfThisGood
  @amountOfThisGood
end

#AmpStoryRDF::Vocabulary::Term (readonly)

A creative work with a visual storytelling format intended to be viewed online, particularly on mobile devices.

Returns:

  • (RDF::Vocabulary::Term)


94
95
96
# File 'lib/rdf/vocab/schemas.rb', line 94

def AmpStory
  @AmpStory
end

#AMRadioChannelRDF::Vocabulary::Term (readonly)

A radio channel that uses AM.

Returns:

  • (RDF::Vocabulary::Term)


6
7
8
# File 'lib/rdf/vocab/schemas.rb', line 6

def AMRadioChannel
  @AMRadioChannel
end

#AmusementParkRDF::Vocabulary::Term (readonly)

An amusement park.

Returns:

  • (RDF::Vocabulary::Term)


98
99
100
# File 'lib/rdf/vocab/schemas.rb', line 98

def AmusementPark
  @AmusementPark
end

#AnaerobicActivityRDF::Vocabulary::Term (readonly)

Physical activity that is of high-intensity which utilizes the anaerobic metabolism of the body.

Returns:

  • (RDF::Vocabulary::Term)


9046
9047
9048
# File 'lib/rdf/vocab/schemas.rb', line 9046

def AnaerobicActivity
  @AnaerobicActivity
end

#AnalysisNewsArticleRDF::Vocabulary::Term (readonly)

An AnalysisNewsArticle is a [[NewsArticle]] that, while based on factual reporting, incorporates the expertise of the author/producer, offering interpretations and conclusions.

Returns:

  • (RDF::Vocabulary::Term)


102
103
104
# File 'lib/rdf/vocab/schemas.rb', line 102

def AnalysisNewsArticle
  @AnalysisNewsArticle
end

#AnatomicalStructureRDF::Vocabulary::Term (readonly)

Any part of the human body, typically a component of an anatomical system. Organs, tissues, and cells are all anatomical structures.

Returns:

  • (RDF::Vocabulary::Term)


106
107
108
# File 'lib/rdf/vocab/schemas.rb', line 106

def AnatomicalStructure
  @AnatomicalStructure
end

#AnatomicalSystemRDF::Vocabulary::Term (readonly)

An anatomical system is a group of anatomical structures that work together to perform a certain task. Anatomical systems, such as organ systems, are one organizing principle of anatomy, and can includes circulatory, digestive, endocrine, integumentary, immune, lymphatic, muscular, nervous, reproductive, respiratory, skeletal, urinary, vestibular, and other systems.

Returns:

  • (RDF::Vocabulary::Term)


110
111
112
# File 'lib/rdf/vocab/schemas.rb', line 110

def AnatomicalSystem
  @AnatomicalSystem
end

#AnesthesiaRDF::Vocabulary::Term (readonly)

A specific branch of medical science that pertains to study of anesthetics and their application.

Returns:

  • (RDF::Vocabulary::Term)


9050
9051
9052
# File 'lib/rdf/vocab/schemas.rb', line 9050

def Anesthesia
  @Anesthesia
end

#AnimalShelterRDF::Vocabulary::Term (readonly)

Animal shelter.

Returns:

  • (RDF::Vocabulary::Term)


114
115
116
# File 'lib/rdf/vocab/schemas.rb', line 114

def AnimalShelter
  @AnimalShelter
end

#announcementLocationRDF::Vocabulary::Term (readonly)

Indicates a specific [[CivicStructure]] or [[LocalBusiness]] 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 [[spatialCoverage]].

Returns:

  • (RDF::Vocabulary::Term)


3766
3767
3768
# File 'lib/rdf/vocab/schemas.rb', line 3766

def announcementLocation
  @announcementLocation
end

#annualPercentageRateRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


3770
3771
3772
# File 'lib/rdf/vocab/schemas.rb', line 3770

def annualPercentageRate
  @annualPercentageRate
end

#AnswerRDF::Vocabulary::Term (readonly)

An answer offered to a question; perhaps correct, perhaps opinionated or wrong.

Returns:

  • (RDF::Vocabulary::Term)


118
119
120
# File 'lib/rdf/vocab/schemas.rb', line 118

def Answer
  @Answer
end

#answerCountRDF::Vocabulary::Term (readonly)

The number of answers this question has received.

Returns:

  • (RDF::Vocabulary::Term)


3774
3775
3776
# File 'lib/rdf/vocab/schemas.rb', line 3774

def answerCount
  @answerCount
end

#answerExplanationRDF::Vocabulary::Term (readonly)

A step-by-step or full explanation about Answer. Can outline how this Answer was achieved or contain more broad clarification or statement about it.

Returns:

  • (RDF::Vocabulary::Term)


3778
3779
3780
# File 'lib/rdf/vocab/schemas.rb', line 3778

def answerExplanation
  @answerExplanation
end

#antagonistRDF::Vocabulary::Term (readonly)

The muscle whose action counteracts the specified muscle.

Returns:

  • (RDF::Vocabulary::Term)


3782
3783
3784
# File 'lib/rdf/vocab/schemas.rb', line 3782

def antagonist
  @antagonist
end

#ApartmentRDF::Vocabulary::Term (readonly)

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=“en.wikipedia.org/wiki/Apartment”>en.wikipedia.org/wiki/Apartment</a>).

Returns:

  • (RDF::Vocabulary::Term)


122
123
124
# File 'lib/rdf/vocab/schemas.rb', line 122

def Apartment
  @Apartment
end

#ApartmentComplexRDF::Vocabulary::Term (readonly)

Residence type: Apartment complex.

Returns:

  • (RDF::Vocabulary::Term)


126
127
128
# File 'lib/rdf/vocab/schemas.rb', line 126

def ApartmentComplex
  @ApartmentComplex
end

#APIReferenceRDF::Vocabulary::Term (readonly)

Reference documentation for application programming interfaces (APIs).

Returns:

  • (RDF::Vocabulary::Term)


10
11
12
# File 'lib/rdf/vocab/schemas.rb', line 10

def APIReference
  @APIReference
end

#appearanceRDF::Vocabulary::Term (readonly)

Indicates an occurence of a [[Claim]] in some [[CreativeWork]].

Returns:

  • (RDF::Vocabulary::Term)


3786
3787
3788
# File 'lib/rdf/vocab/schemas.rb', line 3786

def appearance
  @appearance
end

#AppearanceRDF::Vocabulary::Term (readonly)

Appearance assessment with clinical examination.

Returns:

  • (RDF::Vocabulary::Term)


9054
9055
9056
# File 'lib/rdf/vocab/schemas.rb', line 9054

def Appearance
  @Appearance
end

#AppendActionRDF::Vocabulary::Term (readonly)

The act of inserting at the end if an ordered collection.

Returns:

  • (RDF::Vocabulary::Term)


130
131
132
# File 'lib/rdf/vocab/schemas.rb', line 130

def AppendAction
  @AppendAction
end

#applicableLocationRDF::Vocabulary::Term (readonly)

The location in which the status applies.

Returns:

  • (RDF::Vocabulary::Term)


3790
3791
3792
# File 'lib/rdf/vocab/schemas.rb', line 3790

def applicableLocation
  @applicableLocation
end

#applicantLocationRequirementsRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


3794
3795
3796
# File 'lib/rdf/vocab/schemas.rb', line 3794

def applicantLocationRequirements
  @applicantLocationRequirements
end

#applicationRDF::Vocabulary::Term (readonly)

An application that can complete the request.

Returns:

  • (RDF::Vocabulary::Term)


3798
3799
3800
# File 'lib/rdf/vocab/schemas.rb', line 3798

def application
  @application
end

#applicationCategoryRDF::Vocabulary::Term (readonly)

Type of software application, e.g. ‘Game, Multimedia’.

Returns:

  • (RDF::Vocabulary::Term)


3802
3803
3804
# File 'lib/rdf/vocab/schemas.rb', line 3802

def applicationCategory
  @applicationCategory
end

#applicationContactRDF::Vocabulary::Term (readonly)

Contact details for further information relevant to this job posting.

Returns:

  • (RDF::Vocabulary::Term)


3806
3807
3808
# File 'lib/rdf/vocab/schemas.rb', line 3806

def applicationContact
  @applicationContact
end

#applicationDeadlineRDF::Vocabulary::Term (readonly)

The date at which the program stops collecting applications for the next enrollment cycle.

Returns:

  • (RDF::Vocabulary::Term)


3810
3811
3812
# File 'lib/rdf/vocab/schemas.rb', line 3810

def applicationDeadline
  @applicationDeadline
end

#applicationStartDateRDF::Vocabulary::Term (readonly)

The date at which the program begins collecting applications for the next enrollment cycle.

Returns:

  • (RDF::Vocabulary::Term)


3814
3815
3816
# File 'lib/rdf/vocab/schemas.rb', line 3814

def applicationStartDate
  @applicationStartDate
end

#applicationSubCategoryRDF::Vocabulary::Term (readonly)

Subcategory of the application, e.g. ‘Arcade Game’.

Returns:

  • (RDF::Vocabulary::Term)


3818
3819
3820
# File 'lib/rdf/vocab/schemas.rb', line 3818

def applicationSubCategory
  @applicationSubCategory
end

#applicationSuiteRDF::Vocabulary::Term (readonly)

The name of the application suite to which the application belongs (e.g. Excel belongs to Office).

Returns:

  • (RDF::Vocabulary::Term)


3822
3823
3824
# File 'lib/rdf/vocab/schemas.rb', line 3822

def applicationSuite
  @applicationSuite
end

#appliesToDeliveryMethodRDF::Vocabulary::Term (readonly)

The delivery method(s) to which the delivery charge or payment charge specification applies.

Returns:

  • (RDF::Vocabulary::Term)


3826
3827
3828
# File 'lib/rdf/vocab/schemas.rb', line 3826

def appliesToDeliveryMethod
  @appliesToDeliveryMethod
end

#appliesToPaymentMethodRDF::Vocabulary::Term (readonly)

The payment method(s) to which the payment charge specification applies.

Returns:

  • (RDF::Vocabulary::Term)


3830
3831
3832
# File 'lib/rdf/vocab/schemas.rb', line 3830

def appliesToPaymentMethod
  @appliesToPaymentMethod
end

#ApplyActionRDF::Vocabulary::Term (readonly)

The act of registering to an organization/service without the guarantee to receive it.nnRelated actions:nn* [[RegisterAction]]: Unlike RegisterAction, ApplyAction has no guarantees that the application will be accepted.

Returns:

  • (RDF::Vocabulary::Term)


134
135
136
# File 'lib/rdf/vocab/schemas.rb', line 134

def ApplyAction
  @ApplyAction
end

#ApprovedIndicationRDF::Vocabulary::Term (readonly)

An indication for a medical therapy that has been formally specified or approved by a regulatory body that regulates use of the therapy; for example, the US FDA approves indications for most drugs in the US.

Returns:

  • (RDF::Vocabulary::Term)


138
139
140
# File 'lib/rdf/vocab/schemas.rb', line 138

def ApprovedIndication
  @ApprovedIndication
end

#AquariumRDF::Vocabulary::Term (readonly)

Aquarium.

Returns:

  • (RDF::Vocabulary::Term)


142
143
144
# File 'lib/rdf/vocab/schemas.rb', line 142

def Aquarium
  @Aquarium
end

#ArchiveComponentRDF::Vocabulary::Term (readonly)

An intangible type to be applied to any archive content, carrying with it a set of properties required to describe archival items and collections.

Returns:

  • (RDF::Vocabulary::Term)


146
147
148
# File 'lib/rdf/vocab/schemas.rb', line 146

def ArchiveComponent
  @ArchiveComponent
end

#archiveHeldRDF::Vocabulary::Term (readonly)

Collection, [fonds](en.wikipedia.org/wiki/Fonds), or item held, kept or maintained by an [[ArchiveOrganization]].

Returns:

  • (RDF::Vocabulary::Term)


3834
3835
3836
# File 'lib/rdf/vocab/schemas.rb', line 3834

def archiveHeld
  @archiveHeld
end

#ArchiveOrganizationRDF::Vocabulary::Term (readonly)

An organization with archival holdings. An organization which keeps and preserves archival material and typically makes it accessible to the public.

Returns:

  • (RDF::Vocabulary::Term)


150
151
152
# File 'lib/rdf/vocab/schemas.rb', line 150

def ArchiveOrganization
  @ArchiveOrganization
end

#areaRDF::Vocabulary::Term (readonly)

The area within which users can expect to reach the broadcast service.

Returns:

  • (RDF::Vocabulary::Term)


3838
3839
3840
# File 'lib/rdf/vocab/schemas.rb', line 3838

def area
  @area
end

#areaServedRDF::Vocabulary::Term (readonly)

The geographic area where a service or offered item is provided.

Returns:

  • (RDF::Vocabulary::Term)


3842
3843
3844
# File 'lib/rdf/vocab/schemas.rb', line 3842

def areaServed
  @areaServed
end

#arrivalAirportRDF::Vocabulary::Term (readonly)

The airport where the flight terminates.

Returns:

  • (RDF::Vocabulary::Term)


3846
3847
3848
# File 'lib/rdf/vocab/schemas.rb', line 3846

def arrivalAirport
  @arrivalAirport
end

#arrivalBoatTerminalRDF::Vocabulary::Term (readonly)

The terminal or port from which the boat arrives.

Returns:

  • (RDF::Vocabulary::Term)


3850
3851
3852
# File 'lib/rdf/vocab/schemas.rb', line 3850

def arrivalBoatTerminal
  @arrivalBoatTerminal
end

#arrivalBusStopRDF::Vocabulary::Term (readonly)

The stop or station from which the bus arrives.

Returns:

  • (RDF::Vocabulary::Term)


3854
3855
3856
# File 'lib/rdf/vocab/schemas.rb', line 3854

def arrivalBusStop
  @arrivalBusStop
end

#arrivalGateRDF::Vocabulary::Term (readonly)

Identifier of the flight’s arrival gate.

Returns:

  • (RDF::Vocabulary::Term)


3858
3859
3860
# File 'lib/rdf/vocab/schemas.rb', line 3858

def arrivalGate
  @arrivalGate
end

#arrivalPlatformRDF::Vocabulary::Term (readonly)

The platform where the train arrives.

Returns:

  • (RDF::Vocabulary::Term)


3862
3863
3864
# File 'lib/rdf/vocab/schemas.rb', line 3862

def arrivalPlatform
  @arrivalPlatform
end

#arrivalStationRDF::Vocabulary::Term (readonly)

The station where the train trip ends.

Returns:

  • (RDF::Vocabulary::Term)


3866
3867
3868
# File 'lib/rdf/vocab/schemas.rb', line 3866

def arrivalStation
  @arrivalStation
end

#arrivalTerminalRDF::Vocabulary::Term (readonly)

Identifier of the flight’s arrival terminal.

Returns:

  • (RDF::Vocabulary::Term)


3870
3871
3872
# File 'lib/rdf/vocab/schemas.rb', line 3870

def arrivalTerminal
  @arrivalTerminal
end

#arrivalTimeRDF::Vocabulary::Term (readonly)

The expected arrival time.

Returns:

  • (RDF::Vocabulary::Term)


3874
3875
3876
# File 'lib/rdf/vocab/schemas.rb', line 3874

def arrivalTime
  @arrivalTime
end

#ArriveActionRDF::Vocabulary::Term (readonly)

The act of arriving at a place. An agent arrives at a destination from a fromLocation, optionally with participants.

Returns:

  • (RDF::Vocabulary::Term)


154
155
156
# File 'lib/rdf/vocab/schemas.rb', line 154

def ArriveAction
  @ArriveAction
end

#artEditionRDF::Vocabulary::Term (readonly)

The number of copies when multiple copies of a piece of artwork are produced - e.g. for a limited edition of 20 prints, ‘artEdition’ refers to the total number of copies (in this example “20”).

Returns:

  • (RDF::Vocabulary::Term)


3878
3879
3880
# File 'lib/rdf/vocab/schemas.rb', line 3878

def artEdition
  @artEdition
end

#arterialBranchRDF::Vocabulary::Term (readonly)

The branches that comprise the arterial structure.

Returns:

  • (RDF::Vocabulary::Term)


3886
3887
3888
# File 'lib/rdf/vocab/schemas.rb', line 3886

def arterialBranch
  @arterialBranch
end

#ArteryRDF::Vocabulary::Term (readonly)

A type of blood vessel that specifically carries blood away from the heart.

Returns:

  • (RDF::Vocabulary::Term)


162
163
164
# File 'lib/rdf/vocab/schemas.rb', line 162

def Artery
  @Artery
end

#artformRDF::Vocabulary::Term (readonly)

e.g. Painting, Drawing, Sculpture, Print, Photograph, Assemblage, Collage, etc.

Returns:

  • (RDF::Vocabulary::Term)


3890
3891
3892
# File 'lib/rdf/vocab/schemas.rb', line 3890

def artform
  @artform
end

#ArtGalleryRDF::Vocabulary::Term (readonly)

An art gallery.

Returns:

  • (RDF::Vocabulary::Term)


158
159
160
# File 'lib/rdf/vocab/schemas.rb', line 158

def ArtGallery
  @ArtGallery
end

#ArticleRDF::Vocabulary::Term (readonly)

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.nnSee also [blog post](blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html).

Returns:

  • (RDF::Vocabulary::Term)


166
167
168
# File 'lib/rdf/vocab/schemas.rb', line 166

def Article
  @Article
end

#articleBodyRDF::Vocabulary::Term (readonly)

The actual body of the article.

Returns:

  • (RDF::Vocabulary::Term)


3894
3895
3896
# File 'lib/rdf/vocab/schemas.rb', line 3894

def articleBody
  @articleBody
end

#articleSectionRDF::Vocabulary::Term (readonly)

Articles may belong to one or more ‘sections’ in a magazine or newspaper, such as Sports, Lifestyle, etc.

Returns:

  • (RDF::Vocabulary::Term)


3898
3899
3900
# File 'lib/rdf/vocab/schemas.rb', line 3898

def articleSection
  @articleSection
end

#artistRDF::Vocabulary::Term (readonly)

The primary artist for a work in a medium other than pencils or digital line art–for example, if the primary artwork is done in watercolors or digital paints.

Returns:

  • (RDF::Vocabulary::Term)


3902
3903
3904
# File 'lib/rdf/vocab/schemas.rb', line 3902

def artist
  @artist
end

#artMediumRDF::Vocabulary::Term (readonly)

The material used. (e.g. Oil, Watercolour, Acrylic, Linoprint, Marble, Cyanotype, Digital, Lithograph, DryPoint, Intaglio, Pastel, Woodcut, Pencil, Mixed Media, etc.)

Returns:

  • (RDF::Vocabulary::Term)


3882
3883
3884
# File 'lib/rdf/vocab/schemas.rb', line 3882

def artMedium
  @artMedium
end

#artworkSurfaceRDF::Vocabulary::Term (readonly)

The supporting materials for the artwork, e.g. Canvas, Paper, Wood, Board, etc.

Returns:

  • (RDF::Vocabulary::Term)


3906
3907
3908
# File 'lib/rdf/vocab/schemas.rb', line 3906

def artworkSurface
  @artworkSurface
end

#AskActionRDF::Vocabulary::Term (readonly)

The act of posing a question / favor to someone.nnRelated actions:nn* [[ReplyAction]]: Appears generally as a response to AskAction.

Returns:

  • (RDF::Vocabulary::Term)


170
171
172
# File 'lib/rdf/vocab/schemas.rb', line 170

def AskAction
  @AskAction
end

#AskPublicNewsArticleRDF::Vocabulary::Term (readonly)

A [[NewsArticle]] expressing an open call by a [[NewsMediaOrganization]] asking the public for input, insights, clarifications, anecdotes, documentation, etc., on an issue, for reporting purposes.

Returns:

  • (RDF::Vocabulary::Term)


174
175
176
# File 'lib/rdf/vocab/schemas.rb', line 174

def AskPublicNewsArticle
  @AskPublicNewsArticle
end

#aspectRDF::Vocabulary::Term (readonly)

An aspect of medical practice that is considered on the page, such as ‘diagnosis’, ‘treatment’, ‘causes’, ‘prognosis’, ‘etiology’, ‘epidemiology’, etc.

Returns:

  • (RDF::Vocabulary::Term)


3910
3911
3912
# File 'lib/rdf/vocab/schemas.rb', line 3910

def aspect
  @aspect
end

#assemblyRDF::Vocabulary::Term (readonly)

Library file name e.g., mscorlib.dll, system.web.dll.

Returns:

  • (RDF::Vocabulary::Term)


3914
3915
3916
# File 'lib/rdf/vocab/schemas.rb', line 3914

def assembly
  @assembly
end

#assemblyVersionRDF::Vocabulary::Term (readonly)

Associated product/technology version. e.g., .NET Framework 4.5.

Returns:

  • (RDF::Vocabulary::Term)


3918
3919
3920
# File 'lib/rdf/vocab/schemas.rb', line 3918

def assemblyVersion
  @assemblyVersion
end

#AssessActionRDF::Vocabulary::Term (readonly)

The act of forming one’s opinion, reaction or sentiment.

Returns:

  • (RDF::Vocabulary::Term)


178
179
180
# File 'lib/rdf/vocab/schemas.rb', line 178

def AssessAction
  @AssessAction
end

#assessesRDF::Vocabulary::Term (readonly)

The item being described is intended to assess the competency or learning outcome defined by the referenced term.

Returns:

  • (RDF::Vocabulary::Term)


3922
3923
3924
# File 'lib/rdf/vocab/schemas.rb', line 3922

def assesses
  @assesses
end

#AssignActionRDF::Vocabulary::Term (readonly)

The act of allocating an action/event/task to some destination (someone or something).

Returns:

  • (RDF::Vocabulary::Term)


182
183
184
# File 'lib/rdf/vocab/schemas.rb', line 182

def AssignAction
  @AssignAction
end

#associatedAnatomyRDF::Vocabulary::Term (readonly)

The anatomy of the underlying organ system or structures associated with this entity.

Returns:

  • (RDF::Vocabulary::Term)


3926
3927
3928
# File 'lib/rdf/vocab/schemas.rb', line 3926

def associatedAnatomy
  @associatedAnatomy
end

#associatedArticleRDF::Vocabulary::Term (readonly)

A NewsArticle associated with the Media Object.

Returns:

  • (RDF::Vocabulary::Term)


3930
3931
3932
# File 'lib/rdf/vocab/schemas.rb', line 3930

def associatedArticle
  @associatedArticle
end

#associatedMediaRDF::Vocabulary::Term (readonly)

A media object that encodes this CreativeWork. This property is a synonym for encoding.

Returns:

  • (RDF::Vocabulary::Term)


3934
3935
3936
# File 'lib/rdf/vocab/schemas.rb', line 3934

def associatedMedia
  @associatedMedia
end

#associatedPathophysiologyRDF::Vocabulary::Term (readonly)

If applicable, a description of the pathophysiology associated with the anatomical system, including potential abnormal changes in the mechanical, physical, and biochemical functions of the system.

Returns:

  • (RDF::Vocabulary::Term)


3938
3939
3940
# File 'lib/rdf/vocab/schemas.rb', line 3938

def associatedPathophysiology
  @associatedPathophysiology
end

#athleteRDF::Vocabulary::Term (readonly)

A person that acts as performing member of a sports team; a player as opposed to a coach.

Returns:

  • (RDF::Vocabulary::Term)


3942
3943
3944
# File 'lib/rdf/vocab/schemas.rb', line 3942

def athlete
  @athlete
end

#AtlasRDF::Vocabulary::Term (readonly)

A collection or bound volume of maps, charts, plates or tables, physical or in media form illustrating any subject.

Returns:

  • (RDF::Vocabulary::Term)


186
187
188
# File 'lib/rdf/vocab/schemas.rb', line 186

def Atlas
  @Atlas
end

#attendeeRDF::Vocabulary::Term (readonly)

A person or organization attending the event.

Returns:

  • (RDF::Vocabulary::Term)


3946
3947
3948
# File 'lib/rdf/vocab/schemas.rb', line 3946

def attendee
  @attendee
end

#attendeesRDF::Vocabulary::Term (readonly)

A person attending the event.

Returns:

  • (RDF::Vocabulary::Term)


3950
3951
3952
# File 'lib/rdf/vocab/schemas.rb', line 3950

def attendees
  @attendees
end

#AttorneyRDF::Vocabulary::Term (readonly)

Professional service: Attorney. nnThis type is deprecated - [[LegalService]] is more inclusive and less ambiguous.

Returns:

  • (RDF::Vocabulary::Term)


190
191
192
# File 'lib/rdf/vocab/schemas.rb', line 190

def Attorney
  @Attorney
end

#AudienceRDF::Vocabulary::Term (readonly)

Intended audience for an item, i.e. the group for whom the item was created.

Returns:

  • (RDF::Vocabulary::Term)


194
195
196
# File 'lib/rdf/vocab/schemas.rb', line 194

def Audience
  @Audience
end

#audienceRDF::Vocabulary::Term (readonly)

An intended audience, i.e. a group for whom something was created.

Returns:

  • (RDF::Vocabulary::Term)


3954
3955
3956
# File 'lib/rdf/vocab/schemas.rb', line 3954

def audience
  @audience
end

#audienceTypeRDF::Vocabulary::Term (readonly)

The target group associated with a given audience (e.g. veterans, car owners, musicians, etc.).

Returns:

  • (RDF::Vocabulary::Term)


3958
3959
3960
# File 'lib/rdf/vocab/schemas.rb', line 3958

def audienceType
  @audienceType
end

#audioRDF::Vocabulary::Term (readonly)

An embedded audio object.

Returns:

  • (RDF::Vocabulary::Term)


3962
3963
3964
# File 'lib/rdf/vocab/schemas.rb', line 3962

def audio
  @audio
end

#AudiobookRDF::Vocabulary::Term (readonly)

An audiobook.

Returns:

  • (RDF::Vocabulary::Term)


202
203
204
# File 'lib/rdf/vocab/schemas.rb', line 202

def Audiobook
  @Audiobook
end

#AudiobookFormatRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


9058
9059
9060
# File 'lib/rdf/vocab/schemas.rb', line 9058

def AudiobookFormat
  @AudiobookFormat
end

#AudioObjectRDF::Vocabulary::Term (readonly)

An audio file.

Returns:

  • (RDF::Vocabulary::Term)


198
199
200
# File 'lib/rdf/vocab/schemas.rb', line 198

def AudioObject
  @AudioObject
end

#authenticatorRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


3966
3967
3968
# File 'lib/rdf/vocab/schemas.rb', line 3966

def authenticator
  @authenticator
end

#AuthenticContentRDF::Vocabulary::Term (readonly)

AuthenticMediaObject: An unaltered image that is presented in an accurate way.

Returns:

  • (RDF::Vocabulary::Term)


9062
9063
9064
# File 'lib/rdf/vocab/schemas.rb', line 9062

def AuthenticContent
  @AuthenticContent
end

#authorRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


3970
3971
3972
# File 'lib/rdf/vocab/schemas.rb', line 3970

def author
  @author
end

#AuthoritativeLegalValueRDF::Vocabulary::Term (readonly)

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 [[OfficialLegalValue]]“.

Returns:

  • (RDF::Vocabulary::Term)


9066
9067
9068
# File 'lib/rdf/vocab/schemas.rb', line 9066

def AuthoritativeLegalValue
  @AuthoritativeLegalValue
end

#AuthorizeActionRDF::Vocabulary::Term (readonly)

The act of granting permission to an object.

Returns:

  • (RDF::Vocabulary::Term)


206
207
208
# File 'lib/rdf/vocab/schemas.rb', line 206

def AuthorizeAction
  @AuthorizeAction
end

#AutoBodyShopRDF::Vocabulary::Term (readonly)

Auto body shop.

Returns:

  • (RDF::Vocabulary::Term)


210
211
212
# File 'lib/rdf/vocab/schemas.rb', line 210

def AutoBodyShop
  @AutoBodyShop
end

#AutoDealerRDF::Vocabulary::Term (readonly)

An car dealership.

Returns:

  • (RDF::Vocabulary::Term)


214
215
216
# File 'lib/rdf/vocab/schemas.rb', line 214

def AutoDealer
  @AutoDealer
end

#AutomatedTellerRDF::Vocabulary::Term (readonly)

ATM/cash machine.

Returns:

  • (RDF::Vocabulary::Term)


234
235
236
# File 'lib/rdf/vocab/schemas.rb', line 234

def AutomatedTeller
  @AutomatedTeller
end

#AutomotiveBusinessRDF::Vocabulary::Term (readonly)

Car repair, sales, or parts.

Returns:

  • (RDF::Vocabulary::Term)


238
239
240
# File 'lib/rdf/vocab/schemas.rb', line 238

def AutomotiveBusiness
  @AutomotiveBusiness
end

#AutoPartsStoreRDF::Vocabulary::Term (readonly)

An auto parts store.

Returns:

  • (RDF::Vocabulary::Term)


218
219
220
# File 'lib/rdf/vocab/schemas.rb', line 218

def AutoPartsStore
  @AutoPartsStore
end

#AutoRentalRDF::Vocabulary::Term (readonly)

A car rental business.

Returns:

  • (RDF::Vocabulary::Term)


222
223
224
# File 'lib/rdf/vocab/schemas.rb', line 222

def AutoRental
  @AutoRental
end

#AutoRepairRDF::Vocabulary::Term (readonly)

Car repair business.

Returns:

  • (RDF::Vocabulary::Term)


226
227
228
# File 'lib/rdf/vocab/schemas.rb', line 226

def AutoRepair
  @AutoRepair
end

#AutoWashRDF::Vocabulary::Term (readonly)

A car wash business.

Returns:

  • (RDF::Vocabulary::Term)


230
231
232
# File 'lib/rdf/vocab/schemas.rb', line 230

def AutoWash
  @AutoWash
end

#availabilityRDF::Vocabulary::Term (readonly)

The availability of this item&#x2014;for example In stock, Out of stock, Pre-order, etc.

Returns:

  • (RDF::Vocabulary::Term)


3974
3975
3976
# File 'lib/rdf/vocab/schemas.rb', line 3974

def availability
  @availability
end

#availabilityEndsRDF::Vocabulary::Term (readonly)

The end of the availability of the product or service included in the offer.

Returns:

  • (RDF::Vocabulary::Term)


3978
3979
3980
# File 'lib/rdf/vocab/schemas.rb', line 3978

def availabilityEnds
  @availabilityEnds
end

#availabilityStartsRDF::Vocabulary::Term (readonly)

The beginning of the availability of the product or service included in the offer.

Returns:

  • (RDF::Vocabulary::Term)


3982
3983
3984
# File 'lib/rdf/vocab/schemas.rb', line 3982

def availabilityStarts
  @availabilityStarts
end

#availableAtOrFromRDF::Vocabulary::Term (readonly)

The place(s) from which the offer can be obtained (e.g. store locations).

Returns:

  • (RDF::Vocabulary::Term)


3986
3987
3988
# File 'lib/rdf/vocab/schemas.rb', line 3986

def availableAtOrFrom
  @availableAtOrFrom
end

#availableChannelRDF::Vocabulary::Term (readonly)

A means of accessing the service (e.g. a phone bank, a web site, a location, etc.).

Returns:

  • (RDF::Vocabulary::Term)


3990
3991
3992
# File 'lib/rdf/vocab/schemas.rb', line 3990

def availableChannel
  @availableChannel
end

#availableDeliveryMethodRDF::Vocabulary::Term (readonly)

The delivery method(s) available for this offer.

Returns:

  • (RDF::Vocabulary::Term)


3994
3995
3996
# File 'lib/rdf/vocab/schemas.rb', line 3994

def availableDeliveryMethod
  @availableDeliveryMethod
end

#availableFromRDF::Vocabulary::Term (readonly)

When the item is available for pickup from the store, locker, etc.

Returns:

  • (RDF::Vocabulary::Term)


3998
3999
4000
# File 'lib/rdf/vocab/schemas.rb', line 3998

def availableFrom
  @availableFrom
end

#availableInRDF::Vocabulary::Term (readonly)

The location in which the strength is available.

Returns:

  • (RDF::Vocabulary::Term)


4002
4003
4004
# File 'lib/rdf/vocab/schemas.rb', line 4002

def availableIn
  @availableIn
end

#availableLanguageRDF::Vocabulary::Term (readonly)

A language someone may use with or at the item, service or place. Please use one of the language codes from the [IETF BCP 47 standard](tools.ietf.org/html/bcp47). See also [[inLanguage]]

Returns:

  • (RDF::Vocabulary::Term)


4006
4007
4008
# File 'lib/rdf/vocab/schemas.rb', line 4006

def availableLanguage
  @availableLanguage
end

#availableOnDeviceRDF::Vocabulary::Term (readonly)

Device required to run the application. Used in cases where a specific make/model is required to run the application.

Returns:

  • (RDF::Vocabulary::Term)


4010
4011
4012
# File 'lib/rdf/vocab/schemas.rb', line 4010

def availableOnDevice
  @availableOnDevice
end

#availableServiceRDF::Vocabulary::Term (readonly)

A medical service available from this provider.

Returns:

  • (RDF::Vocabulary::Term)


4014
4015
4016
# File 'lib/rdf/vocab/schemas.rb', line 4014

def availableService
  @availableService
end

#availableStrengthRDF::Vocabulary::Term (readonly)

An available dosage strength for the drug.

Returns:

  • (RDF::Vocabulary::Term)


4018
4019
4020
# File 'lib/rdf/vocab/schemas.rb', line 4018

def availableStrength
  @availableStrength
end

#availableTestRDF::Vocabulary::Term (readonly)

A diagnostic test or procedure offered by this lab.

Returns:

  • (RDF::Vocabulary::Term)


4022
4023
4024
# File 'lib/rdf/vocab/schemas.rb', line 4022

def availableTest
  @availableTest
end

#availableThroughRDF::Vocabulary::Term (readonly)

After this date, the item will no longer be available for pickup.

Returns:

  • (RDF::Vocabulary::Term)


4026
4027
4028
# File 'lib/rdf/vocab/schemas.rb', line 4026

def availableThrough
  @availableThrough
end

#awardRDF::Vocabulary::Term (readonly)

An award won by or for this item.

Returns:

  • (RDF::Vocabulary::Term)


4030
4031
4032
# File 'lib/rdf/vocab/schemas.rb', line 4030

def award
  @award
end

#awardsRDF::Vocabulary::Term (readonly)

Awards won by or for this item.

Returns:

  • (RDF::Vocabulary::Term)


4034
4035
4036
# File 'lib/rdf/vocab/schemas.rb', line 4034

def awards
  @awards
end

#awayTeamRDF::Vocabulary::Term (readonly)

The away team in a sports event.

Returns:

  • (RDF::Vocabulary::Term)


4038
4039
4040
# File 'lib/rdf/vocab/schemas.rb', line 4038

def awayTeam
  @awayTeam
end

#AyurvedicRDF::Vocabulary::Term (readonly)

A system of medicine that originated in India over thousands of years and that focuses on integrating and balancing the body, mind, and spirit.

Returns:

  • (RDF::Vocabulary::Term)


9070
9071
9072
# File 'lib/rdf/vocab/schemas.rb', line 9070

def Ayurvedic
  @Ayurvedic
end

#BackgroundNewsArticleRDF::Vocabulary::Term (readonly)

A [[NewsArticle]] providing historical context, definition and detail on a specific topic (aka “explainer” or “backgrounder”). For example, an in-depth article or frequently-asked-questions ([FAQ](en.wikipedia.org/wiki/FAQ)) 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 [[Book]] or [[Article]], in particular [[ScholarlyArticle]]. See also [[NewsArticle]] for related vocabulary from a learning/education perspective.

Returns:

  • (RDF::Vocabulary::Term)


242
243
244
# File 'lib/rdf/vocab/schemas.rb', line 242

def BackgroundNewsArticle
  @BackgroundNewsArticle
end

#backstoryRDF::Vocabulary::Term (readonly)

For an [[Article]], typically a [[NewsArticle]], 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.

Returns:

  • (RDF::Vocabulary::Term)


4042
4043
4044
# File 'lib/rdf/vocab/schemas.rb', line 4042

def backstory
  @backstory
end

#BacteriaRDF::Vocabulary::Term (readonly)

Pathogenic bacteria that cause bacterial infection.

Returns:

  • (RDF::Vocabulary::Term)


246
247
248
# File 'lib/rdf/vocab/schemas.rb', line 246

def Bacteria
  @Bacteria
end

#BakeryRDF::Vocabulary::Term (readonly)

A bakery.

Returns:

  • (RDF::Vocabulary::Term)


250
251
252
# File 'lib/rdf/vocab/schemas.rb', line 250

def Bakery
  @Bakery
end

#BalanceRDF::Vocabulary::Term (readonly)

Physical activity that is engaged to help maintain posture and balance.

Returns:

  • (RDF::Vocabulary::Term)


9074
9075
9076
# File 'lib/rdf/vocab/schemas.rb', line 9074

def Balance
  @Balance
end

#BankAccountRDF::Vocabulary::Term (readonly)

A product or service offered by a bank whereby one may deposit, withdraw or transfer money and in some cases be paid interest.

Returns:

  • (RDF::Vocabulary::Term)


254
255
256
# File 'lib/rdf/vocab/schemas.rb', line 254

def BankAccount
  @BankAccount
end

#bankAccountTypeRDF::Vocabulary::Term (readonly)

The type of a bank account.

Returns:

  • (RDF::Vocabulary::Term)


4046
4047
4048
# File 'lib/rdf/vocab/schemas.rb', line 4046

def bankAccountType
  @bankAccountType
end

#BankOrCreditUnionRDF::Vocabulary::Term (readonly)

Bank or credit union.

Returns:

  • (RDF::Vocabulary::Term)


258
259
260
# File 'lib/rdf/vocab/schemas.rb', line 258

def BankOrCreditUnion
  @BankOrCreditUnion
end

#BarcodeRDF::Vocabulary::Term (readonly)

An image of a visual machine-readable code such as a barcode or QR code.

Returns:

  • (RDF::Vocabulary::Term)


266
267
268
# File 'lib/rdf/vocab/schemas.rb', line 266

def Barcode
  @Barcode
end

#BarOrPubRDF::Vocabulary::Term (readonly)

A bar or pub.

Returns:

  • (RDF::Vocabulary::Term)


262
263
264
# File 'lib/rdf/vocab/schemas.rb', line 262

def BarOrPub
  @BarOrPub
end

#baseSalaryRDF::Vocabulary::Term (readonly)

The base salary of the job or of an employee in an EmployeeRole.

Returns:

  • (RDF::Vocabulary::Term)


4050
4051
4052
# File 'lib/rdf/vocab/schemas.rb', line 4050

def baseSalary
  @baseSalary
end

#BasicIncomeRDF::Vocabulary::Term (readonly)

BasicIncome: this is a benefit for basic income.

Returns:

  • (RDF::Vocabulary::Term)


9078
9079
9080
# File 'lib/rdf/vocab/schemas.rb', line 9078

def BasicIncome
  @BasicIncome
end

#bccRecipientRDF::Vocabulary::Term (readonly)

A sub property of recipient. The recipient blind copied on a message.

Returns:

  • (RDF::Vocabulary::Term)


4054
4055
4056
# File 'lib/rdf/vocab/schemas.rb', line 4054

def bccRecipient
  @bccRecipient
end

#BeachRDF::Vocabulary::Term (readonly)

Beach.

Returns:

  • (RDF::Vocabulary::Term)


270
271
272
# File 'lib/rdf/vocab/schemas.rb', line 270

def Beach
  @Beach
end

#BeautySalonRDF::Vocabulary::Term (readonly)

Beauty salon.

Returns:

  • (RDF::Vocabulary::Term)


274
275
276
# File 'lib/rdf/vocab/schemas.rb', line 274

def BeautySalon
  @BeautySalon
end

#bedRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


4058
4059
4060
# File 'lib/rdf/vocab/schemas.rb', line 4058

def bed
  @bed
end

#BedAndBreakfastRDF::Vocabulary::Term (readonly)

Bed and breakfast. <br /><br /> See also the <a href=“/docs/hotels.html”>dedicated document on the use of schema.org for marking up hotels and other forms of accommodations</a>.

Returns:

  • (RDF::Vocabulary::Term)


278
279
280
# File 'lib/rdf/vocab/schemas.rb', line 278

def BedAndBreakfast
  @BedAndBreakfast
end

#BedDetailsRDF::Vocabulary::Term (readonly)

An entity holding detailed information about the available bed types, e.g. the quantity of twin beds for a hotel room. For the single case of just one bed of a certain type, you can use bed directly with a text. See also [[BedType]] (under development).

Returns:

  • (RDF::Vocabulary::Term)


282
283
284
# File 'lib/rdf/vocab/schemas.rb', line 282

def BedDetails
  @BedDetails
end

#BedTypeRDF::Vocabulary::Term (readonly)

A type of bed. This is used for indicating the bed or beds available in an accommodation.

Returns:

  • (RDF::Vocabulary::Term)


286
287
288
# File 'lib/rdf/vocab/schemas.rb', line 286

def BedType
  @BedType
end

#beforeMediaRDF::Vocabulary::Term (readonly)

A media object representing the circumstances before performing this direction.

Returns:

  • (RDF::Vocabulary::Term)


4062
4063
4064
# File 'lib/rdf/vocab/schemas.rb', line 4062

def beforeMedia
  @beforeMedia
end

#BefriendActionRDF::Vocabulary::Term (readonly)

The act of forming a personal connection with someone (object) mutually/bidirectionally/symmetrically.nnRelated actions:nn* [[FollowAction]]: Unlike FollowAction, BefriendAction implies that the connection is reciprocal.

Returns:

  • (RDF::Vocabulary::Term)


290
291
292
# File 'lib/rdf/vocab/schemas.rb', line 290

def BefriendAction
  @BefriendAction
end

#beneficiaryBankRDF::Vocabulary::Term (readonly)

A bank or bank’s branch, financial institution or international financial institution operating the beneficiary’s bank account or releasing funds for the beneficiary

Returns:

  • (RDF::Vocabulary::Term)


4066
4067
4068
# File 'lib/rdf/vocab/schemas.rb', line 4066

def beneficiaryBank
  @beneficiaryBank
end

#benefitsRDF::Vocabulary::Term (readonly)

Description of benefits associated with the job.

Returns:

  • (RDF::Vocabulary::Term)


4070
4071
4072
# File 'lib/rdf/vocab/schemas.rb', line 4070

def benefits
  @benefits
end

#BenefitsHealthAspectRDF::Vocabulary::Term (readonly)

Content about the benefits and advantages of usage or utilization of topic.

Returns:

  • (RDF::Vocabulary::Term)


9082
9083
9084
# File 'lib/rdf/vocab/schemas.rb', line 9082

def BenefitsHealthAspect
  @BenefitsHealthAspect
end

#benefitsSummaryUrlRDF::Vocabulary::Term (readonly)

The URL that goes directly to the summary of benefits and coverage for the specific standard plan or plan variation.

Returns:

  • (RDF::Vocabulary::Term)


4074
4075
4076
# File 'lib/rdf/vocab/schemas.rb', line 4074

def benefitsSummaryUrl
  @benefitsSummaryUrl
end

#bestRatingRDF::Vocabulary::Term (readonly)

The highest value allowed in this rating system. If bestRating is omitted, 5 is assumed.

Returns:

  • (RDF::Vocabulary::Term)


4078
4079
4080
# File 'lib/rdf/vocab/schemas.rb', line 4078

def bestRating
  @bestRating
end

#BikeStoreRDF::Vocabulary::Term (readonly)

A bike store.

Returns:

  • (RDF::Vocabulary::Term)


294
295
296
# File 'lib/rdf/vocab/schemas.rb', line 294

def BikeStore
  @BikeStore
end

#billingAddressRDF::Vocabulary::Term (readonly)

The billing address for the order.

Returns:

  • (RDF::Vocabulary::Term)


4082
4083
4084
# File 'lib/rdf/vocab/schemas.rb', line 4082

def billingAddress
  @billingAddress
end

#billingDurationRDF::Vocabulary::Term (readonly)

Specifies for how long this price (or price component) will be billed. Can be used, for example, to model the contractual duration of a subscription or payment plan. Type can be either a Duration or a Number (in which case the unit of measurement, for example month, is specified by the unitCode property)

Returns:

  • (RDF::Vocabulary::Term)


4086
4087
4088
# File 'lib/rdf/vocab/schemas.rb', line 4086

def billingDuration
  @billingDuration
end

#billingIncrementRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


4090
4091
4092
# File 'lib/rdf/vocab/schemas.rb', line 4090

def billingIncrement
  @billingIncrement
end

#billingPeriodRDF::Vocabulary::Term (readonly)

The time interval used to compute the invoice.

Returns:

  • (RDF::Vocabulary::Term)


4094
4095
4096
# File 'lib/rdf/vocab/schemas.rb', line 4094

def billingPeriod
  @billingPeriod
end

#billingStartRDF::Vocabulary::Term (readonly)

Specifies after how much time this price (or price component) becomes valid and billing starts. Can be used, for example, to model a price increase after the first year of a subscription. The unit of measurement is specified by the unitCode property

Returns:

  • (RDF::Vocabulary::Term)


4098
4099
4100
# File 'lib/rdf/vocab/schemas.rb', line 4098

def billingStart
  @billingStart
end

#biomechnicalClassRDF::Vocabulary::Term (readonly)

The biomechanical properties of the bone.

Returns:

  • (RDF::Vocabulary::Term)


4102
4103
4104
# File 'lib/rdf/vocab/schemas.rb', line 4102

def biomechnicalClass
  @biomechnicalClass
end

#birthDateRDF::Vocabulary::Term (readonly)

Date of birth.

Returns:

  • (RDF::Vocabulary::Term)


4106
4107
4108
# File 'lib/rdf/vocab/schemas.rb', line 4106

def birthDate
  @birthDate
end

#birthPlaceRDF::Vocabulary::Term (readonly)

The place where the person was born.

Returns:

  • (RDF::Vocabulary::Term)


4110
4111
4112
# File 'lib/rdf/vocab/schemas.rb', line 4110

def birthPlace
  @birthPlace
end

#bitrateRDF::Vocabulary::Term (readonly)

The bitrate of the media object.

Returns:

  • (RDF::Vocabulary::Term)


4114
4115
4116
# File 'lib/rdf/vocab/schemas.rb', line 4114

def bitrate
  @bitrate
end

#BlogRDF::Vocabulary::Term (readonly)

A blog.

Returns:

  • (RDF::Vocabulary::Term)


298
299
300
# File 'lib/rdf/vocab/schemas.rb', line 298

def Blog
  @Blog
end

#blogPostRDF::Vocabulary::Term (readonly)

A posting that is part of this blog.

Returns:

  • (RDF::Vocabulary::Term)


4118
4119
4120
# File 'lib/rdf/vocab/schemas.rb', line 4118

def blogPost
  @blogPost
end

#BlogPostingRDF::Vocabulary::Term (readonly)

A blog post.

Returns:

  • (RDF::Vocabulary::Term)


302
303
304
# File 'lib/rdf/vocab/schemas.rb', line 302

def BlogPosting
  @BlogPosting
end

#blogPostsRDF::Vocabulary::Term (readonly)

The postings that are part of this blog.

Returns:

  • (RDF::Vocabulary::Term)


4122
4123
4124
# File 'lib/rdf/vocab/schemas.rb', line 4122

def blogPosts
  @blogPosts
end

#bloodSupplyRDF::Vocabulary::Term (readonly)

The blood vessel that carries blood from the heart to the muscle.

Returns:

  • (RDF::Vocabulary::Term)


4126
4127
4128
# File 'lib/rdf/vocab/schemas.rb', line 4126

def bloodSupply
  @bloodSupply
end

#BloodTestRDF::Vocabulary::Term (readonly)

A medical test performed on a sample of a patient’s blood.

Returns:

  • (RDF::Vocabulary::Term)


306
307
308
# File 'lib/rdf/vocab/schemas.rb', line 306

def BloodTest
  @BloodTest
end

#boardingGroupRDF::Vocabulary::Term (readonly)

The airline-specific indicator of boarding order / preference.

Returns:

  • (RDF::Vocabulary::Term)


4130
4131
4132
# File 'lib/rdf/vocab/schemas.rb', line 4130

def boardingGroup
  @boardingGroup
end

#boardingPolicyRDF::Vocabulary::Term (readonly)

The type of boarding policy used by the airline (e.g. zone-based or group-based).

Returns:

  • (RDF::Vocabulary::Term)


4134
4135
4136
# File 'lib/rdf/vocab/schemas.rb', line 4134

def boardingPolicy
  @boardingPolicy
end

#BoardingPolicyTypeRDF::Vocabulary::Term (readonly)

A type of boarding policy used by an airline.

Returns:

  • (RDF::Vocabulary::Term)


310
311
312
# File 'lib/rdf/vocab/schemas.rb', line 310

def BoardingPolicyType
  @BoardingPolicyType
end

#BoatReservationRDF::Vocabulary::Term (readonly)

A reservation for boat travel. Note: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use [[Offer]].

Returns:

  • (RDF::Vocabulary::Term)


314
315
316
# File 'lib/rdf/vocab/schemas.rb', line 314

def BoatReservation
  @BoatReservation
end

#BoatTerminalRDF::Vocabulary::Term (readonly)

A terminal for boats, ships, and other water vessels.

Returns:

  • (RDF::Vocabulary::Term)


318
319
320
# File 'lib/rdf/vocab/schemas.rb', line 318

def BoatTerminal
  @BoatTerminal
end

#BoatTripRDF::Vocabulary::Term (readonly)

A trip on a commercial ferry line.

Returns:

  • (RDF::Vocabulary::Term)


322
323
324
# File 'lib/rdf/vocab/schemas.rb', line 322

def BoatTrip
  @BoatTrip
end

#bodyLocationRDF::Vocabulary::Term (readonly)

Location in the body of the anatomical structure.

Returns:

  • (RDF::Vocabulary::Term)


4138
4139
4140
# File 'lib/rdf/vocab/schemas.rb', line 4138

def bodyLocation
  @bodyLocation
end

#BodyOfWaterRDF::Vocabulary::Term (readonly)

A body of water, such as a sea, ocean, or lake.

Returns:

  • (RDF::Vocabulary::Term)


326
327
328
# File 'lib/rdf/vocab/schemas.rb', line 326

def BodyOfWater
  @BodyOfWater
end

#bodyTypeRDF::Vocabulary::Term (readonly)

Indicates the design and body style of the vehicle (e.g. station wagon, hatchback, etc.).

Returns:

  • (RDF::Vocabulary::Term)


4142
4143
4144
# File 'lib/rdf/vocab/schemas.rb', line 4142

def bodyType
  @bodyType
end

#BoneRDF::Vocabulary::Term (readonly)

Rigid connective tissue that comprises up the skeletal structure of the human body.

Returns:

  • (RDF::Vocabulary::Term)


330
331
332
# File 'lib/rdf/vocab/schemas.rb', line 330

def Bone
  @Bone
end

#BookRDF::Vocabulary::Term (readonly)

A book.

Returns:

  • (RDF::Vocabulary::Term)


334
335
336
# File 'lib/rdf/vocab/schemas.rb', line 334

def Book
  @Book
end

#bookEditionRDF::Vocabulary::Term (readonly)

The edition of the book.

Returns:

  • (RDF::Vocabulary::Term)


4146
4147
4148
# File 'lib/rdf/vocab/schemas.rb', line 4146

def bookEdition
  @bookEdition
end

#bookFormatRDF::Vocabulary::Term (readonly)

The format of the book.

Returns:

  • (RDF::Vocabulary::Term)


4150
4151
4152
# File 'lib/rdf/vocab/schemas.rb', line 4150

def bookFormat
  @bookFormat
end

#BookFormatTypeRDF::Vocabulary::Term (readonly)

The publication format of the book.

Returns:

  • (RDF::Vocabulary::Term)


338
339
340
# File 'lib/rdf/vocab/schemas.rb', line 338

def BookFormatType
  @BookFormatType
end

#bookingAgentRDF::Vocabulary::Term (readonly)

‘bookingAgent’ is an out-dated term indicating a ‘broker’ that serves as a booking agent.

Returns:

  • (RDF::Vocabulary::Term)


4154
4155
4156
# File 'lib/rdf/vocab/schemas.rb', line 4154

def bookingAgent
  @bookingAgent
end

#bookingTimeRDF::Vocabulary::Term (readonly)

The date and time the reservation was booked.

Returns:

  • (RDF::Vocabulary::Term)


4158
4159
4160
# File 'lib/rdf/vocab/schemas.rb', line 4158

def bookingTime
  @bookingTime
end

#BookmarkActionRDF::Vocabulary::Term (readonly)

An agent bookmarks/flags/labels/tags/marks an object.

Returns:

  • (RDF::Vocabulary::Term)


350
351
352
# File 'lib/rdf/vocab/schemas.rb', line 350

def BookmarkAction
  @BookmarkAction
end

#BookSeriesRDF::Vocabulary::Term (readonly)

A series of books. Included books can be indicated with the hasPart property.

Returns:

  • (RDF::Vocabulary::Term)


342
343
344
# File 'lib/rdf/vocab/schemas.rb', line 342

def BookSeries
  @BookSeries
end

#BookStoreRDF::Vocabulary::Term (readonly)

A bookstore.

Returns:

  • (RDF::Vocabulary::Term)


346
347
348
# File 'lib/rdf/vocab/schemas.rb', line 346

def BookStore
  @BookStore
end

#BooleanRDF::Vocabulary::Term (readonly)

Boolean: True or False.

Returns:

  • (RDF::Vocabulary::Term)


354
355
356
# File 'lib/rdf/vocab/schemas.rb', line 354

def Boolean
  @Boolean
end

#BorrowActionRDF::Vocabulary::Term (readonly)

The act of obtaining an object under an agreement to return it at a later date. Reciprocal of LendAction.nnRelated actions:nn* [[LendAction]]: Reciprocal of BorrowAction.

Returns:

  • (RDF::Vocabulary::Term)


358
359
360
# File 'lib/rdf/vocab/schemas.rb', line 358

def BorrowAction
  @BorrowAction
end

#borrowerRDF::Vocabulary::Term (readonly)

A sub property of participant. The person that borrows the object being lent.

Returns:

  • (RDF::Vocabulary::Term)


4162
4163
4164
# File 'lib/rdf/vocab/schemas.rb', line 4162

def borrower
  @borrower
end

#BowlingAlleyRDF::Vocabulary::Term (readonly)

A bowling alley.

Returns:

  • (RDF::Vocabulary::Term)


362
363
364
# File 'lib/rdf/vocab/schemas.rb', line 362

def BowlingAlley
  @BowlingAlley
end

#boxRDF::Vocabulary::Term (readonly)

A box is the area enclosed by the rectangle formed by two points. The first point is the lower corner, the second point is the upper corner. A box is expressed as two points separated by a space character.

Returns:

  • (RDF::Vocabulary::Term)


4166
4167
4168
# File 'lib/rdf/vocab/schemas.rb', line 4166

def box
  @box
end

#BrainStructureRDF::Vocabulary::Term (readonly)

Any anatomical structure which pertains to the soft nervous tissue functioning as the coordinating center of sensation and intellectual and nervous activity.

Returns:

  • (RDF::Vocabulary::Term)


366
367
368
# File 'lib/rdf/vocab/schemas.rb', line 366

def BrainStructure
  @BrainStructure
end

#branchRDF::Vocabulary::Term (readonly)

The branches that delineate from the nerve bundle. Not to be confused with [[branchOf]].

Returns:

  • (RDF::Vocabulary::Term)


4170
4171
4172
# File 'lib/rdf/vocab/schemas.rb', line 4170

def branch
  @branch
end

#branchCodeRDF::Vocabulary::Term (readonly)

A short textual code (also called “store code”) that uniquely identifies a place of business. The code is typically assigned by the parentOrganization and used in structured URLs.nnFor example, in the URL www.starbucks.co.uk/store-locator/etc/detail/3047 the code “3047” is a branchCode for a particular branch.

Returns:

  • (RDF::Vocabulary::Term)


4174
4175
4176
# File 'lib/rdf/vocab/schemas.rb', line 4174

def branchCode
  @branchCode
end

#branchOfRDF::Vocabulary::Term (readonly)

The larger organization that this local business is a branch of, if any. Not to be confused with (anatomical)[].

Returns:

  • (RDF::Vocabulary::Term)


4178
4179
4180
# File 'lib/rdf/vocab/schemas.rb', line 4178

def branchOf
  @branchOf
end

#brandRDF::Vocabulary::Term (readonly)

The brand(s) associated with a product or service, or the brand(s) maintained by an organization or business person.

Returns:

  • (RDF::Vocabulary::Term)


4182
4183
4184
# File 'lib/rdf/vocab/schemas.rb', line 4182

def brand
  @brand
end

#BrandRDF::Vocabulary::Term (readonly)

A brand is a name used by an organization or business person for labeling a product, product group, or similar.

Returns:

  • (RDF::Vocabulary::Term)


370
371
372
# File 'lib/rdf/vocab/schemas.rb', line 370

def Brand
  @Brand
end

A set of links that can help a user understand and navigate a website hierarchy.

Returns:

  • (RDF::Vocabulary::Term)


4186
4187
4188
# File 'lib/rdf/vocab/schemas.rb', line 4186

def breadcrumb
  @breadcrumb
end

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.nnThe [[position]] property is used to reconstruct the order of the items in a BreadcrumbList The convention is that a breadcrumb list has an [[itemListOrder]] of [[ItemListOrderAscending]] (lower values listed first), and that the first items in this list correspond to the “top” or beginning of the breadcrumb trail, e.g. with a site or section homepage. The specific values of ‘position’ are not assigned meaning for a BreadcrumbList, but they should be integers, e.g. beginning with ‘1’ for the first item in the list.

Returns:

  • (RDF::Vocabulary::Term)


374
375
376
# File 'lib/rdf/vocab/schemas.rb', line 374

def BreadcrumbList
  @BreadcrumbList
end

#breastfeedingWarningRDF::Vocabulary::Term (readonly)

Any precaution, guidance, contraindication, etc. related to this drug’s use by breastfeeding mothers.

Returns:

  • (RDF::Vocabulary::Term)


4190
4191
4192
# File 'lib/rdf/vocab/schemas.rb', line 4190

def breastfeedingWarning
  @breastfeedingWarning
end

#BreweryRDF::Vocabulary::Term (readonly)

Brewery.

Returns:

  • (RDF::Vocabulary::Term)


378
379
380
# File 'lib/rdf/vocab/schemas.rb', line 378

def Brewery
  @Brewery
end

#BridgeRDF::Vocabulary::Term (readonly)

A bridge.

Returns:

  • (RDF::Vocabulary::Term)


382
383
384
# File 'lib/rdf/vocab/schemas.rb', line 382

def Bridge
  @Bridge
end

#broadcastAffiliateOfRDF::Vocabulary::Term (readonly)

The media network(s) whose content is broadcast on this station.

Returns:

  • (RDF::Vocabulary::Term)


4194
4195
4196
# File 'lib/rdf/vocab/schemas.rb', line 4194

def broadcastAffiliateOf
  @broadcastAffiliateOf
end

#BroadcastChannelRDF::Vocabulary::Term (readonly)

A unique instance of a BroadcastService on a CableOrSatelliteService lineup.

Returns:

  • (RDF::Vocabulary::Term)


386
387
388
# File 'lib/rdf/vocab/schemas.rb', line 386

def BroadcastChannel
  @BroadcastChannel
end

#broadcastChannelIdRDF::Vocabulary::Term (readonly)

The unique address by which the BroadcastService can be identified in a provider lineup. In US, this is typically a number.

Returns:

  • (RDF::Vocabulary::Term)


4198
4199
4200
# File 'lib/rdf/vocab/schemas.rb', line 4198

def broadcastChannelId
  @broadcastChannelId
end

#broadcastDisplayNameRDF::Vocabulary::Term (readonly)

The name displayed in the channel guide. For many US affiliates, it is the network name.

Returns:

  • (RDF::Vocabulary::Term)


4202
4203
4204
# File 'lib/rdf/vocab/schemas.rb', line 4202

def broadcastDisplayName
  @broadcastDisplayName
end

#broadcasterRDF::Vocabulary::Term (readonly)

The organization owning or operating the broadcast service.

Returns:

  • (RDF::Vocabulary::Term)


4234
4235
4236
# File 'lib/rdf/vocab/schemas.rb', line 4234

def broadcaster
  @broadcaster
end

#BroadcastEventRDF::Vocabulary::Term (readonly)

An over the air or online broadcast event.

Returns:

  • (RDF::Vocabulary::Term)


390
391
392
# File 'lib/rdf/vocab/schemas.rb', line 390

def BroadcastEvent
  @BroadcastEvent
end

#broadcastFrequencyRDF::Vocabulary::Term (readonly)

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”.

Returns:

  • (RDF::Vocabulary::Term)


4206
4207
4208
# File 'lib/rdf/vocab/schemas.rb', line 4206

def broadcastFrequency
  @broadcastFrequency
end

#BroadcastFrequencySpecificationRDF::Vocabulary::Term (readonly)

The frequency in MHz and the modulation used for a particular BroadcastService.

Returns:

  • (RDF::Vocabulary::Term)


394
395
396
# File 'lib/rdf/vocab/schemas.rb', line 394

def BroadcastFrequencySpecification
  @BroadcastFrequencySpecification
end

#broadcastFrequencyValueRDF::Vocabulary::Term (readonly)

The frequency in MHz for a particular broadcast.

Returns:

  • (RDF::Vocabulary::Term)


4210
4211
4212
# File 'lib/rdf/vocab/schemas.rb', line 4210

def broadcastFrequencyValue
  @broadcastFrequencyValue
end

#broadcastOfEventRDF::Vocabulary::Term (readonly)

The event being broadcast such as a sporting event or awards ceremony.

Returns:

  • (RDF::Vocabulary::Term)


4214
4215
4216
# File 'lib/rdf/vocab/schemas.rb', line 4214

def broadcastOfEvent
  @broadcastOfEvent
end

#BroadcastReleaseRDF::Vocabulary::Term (readonly)

BroadcastRelease.

Returns:

  • (RDF::Vocabulary::Term)


9086
9087
9088
# File 'lib/rdf/vocab/schemas.rb', line 9086

def BroadcastRelease
  @BroadcastRelease
end

#BroadcastServiceRDF::Vocabulary::Term (readonly)

A delivery service through which content is provided via broadcast over the air or online.

Returns:

  • (RDF::Vocabulary::Term)


398
399
400
# File 'lib/rdf/vocab/schemas.rb', line 398

def BroadcastService
  @BroadcastService
end

#broadcastServiceTierRDF::Vocabulary::Term (readonly)

The type of service required to have access to the channel (e.g. Standard or Premium).

Returns:

  • (RDF::Vocabulary::Term)


4218
4219
4220
# File 'lib/rdf/vocab/schemas.rb', line 4218

def broadcastServiceTier
  @broadcastServiceTier
end

#broadcastSignalModulationRDF::Vocabulary::Term (readonly)

The modulation (e.g. FM, AM, etc) used by a particular broadcast service

Returns:

  • (RDF::Vocabulary::Term)


4222
4223
4224
# File 'lib/rdf/vocab/schemas.rb', line 4222

def broadcastSignalModulation
  @broadcastSignalModulation
end

#broadcastSubChannelRDF::Vocabulary::Term (readonly)

The subchannel used for the broadcast.

Returns:

  • (RDF::Vocabulary::Term)


4226
4227
4228
# File 'lib/rdf/vocab/schemas.rb', line 4226

def broadcastSubChannel
  @broadcastSubChannel
end

#broadcastTimezoneRDF::Vocabulary::Term (readonly)

The timezone in [ISO 8601 format](en.wikipedia.org/wiki/ISO_8601) for which the service bases its broadcasts

Returns:

  • (RDF::Vocabulary::Term)


4230
4231
4232
# File 'lib/rdf/vocab/schemas.rb', line 4230

def broadcastTimezone
  @broadcastTimezone
end

#brokerRDF::Vocabulary::Term (readonly)

An entity that arranges for an exchange between a buyer and a seller. In most cases a broker never acquires or releases ownership of a product or service involved in an exchange. If it is not clear whether an entity is a broker, seller, or buyer, the latter two terms are preferred.

Returns:

  • (RDF::Vocabulary::Term)


4238
4239
4240
# File 'lib/rdf/vocab/schemas.rb', line 4238

def broker
  @broker
end

#BrokerageAccountRDF::Vocabulary::Term (readonly)

An account that allows an investor to deposit funds and place investment orders with a licensed broker or brokerage firm.

Returns:

  • (RDF::Vocabulary::Term)


402
403
404
# File 'lib/rdf/vocab/schemas.rb', line 402

def BrokerageAccount
  @BrokerageAccount
end

#browserRequirementsRDF::Vocabulary::Term (readonly)

Specifies browser requirements in human-readable text. For example, ‘requires HTML5 support’.

Returns:

  • (RDF::Vocabulary::Term)


4242
4243
4244
# File 'lib/rdf/vocab/schemas.rb', line 4242

def browserRequirements
  @browserRequirements
end

#BuddhistTempleRDF::Vocabulary::Term (readonly)

A Buddhist temple.

Returns:

  • (RDF::Vocabulary::Term)


406
407
408
# File 'lib/rdf/vocab/schemas.rb', line 406

def BuddhistTemple
  @BuddhistTemple
end

#BusinessAudienceRDF::Vocabulary::Term (readonly)

A set of characteristics belonging to businesses, e.g. who compose an item’s target audience.

Returns:

  • (RDF::Vocabulary::Term)


430
431
432
# File 'lib/rdf/vocab/schemas.rb', line 430

def BusinessAudience
  @BusinessAudience
end

#businessDaysRDF::Vocabulary::Term (readonly)

Days of the week when the merchant typically operates, indicated via opening hours markup.

Returns:

  • (RDF::Vocabulary::Term)


4254
4255
4256
# File 'lib/rdf/vocab/schemas.rb', line 4254

def businessDays
  @businessDays
end

#BusinessEntityTypeRDF::Vocabulary::Term (readonly)

A business entity type is a conceptual entity representing the legal form, the size, the main line of business, the position in the value chain, or any combination thereof, of an organization or business person.nnCommonly used values:nn* purl.org/goodrelations/v1#Businessn* purl.org/goodrelations/v1#Endusern* purl.org/goodrelations/v1#PublicInstitutionn* purl.org/goodrelations/v1#Reseller

Returns:

  • (RDF::Vocabulary::Term)


434
435
436
# File 'lib/rdf/vocab/schemas.rb', line 434

def BusinessEntityType
  @BusinessEntityType
end

#BusinessEventRDF::Vocabulary::Term (readonly)

Event type: Business event.

Returns:

  • (RDF::Vocabulary::Term)


438
439
440
# File 'lib/rdf/vocab/schemas.rb', line 438

def BusinessEvent
  @BusinessEvent
end

#businessFunctionRDF::Vocabulary::Term (readonly)

The business function (e.g. sell, lease, repair, dispose) of the offer or component of a bundle (TypeAndQuantityNode). The default is purl.org/goodrelations/v1#Sell.

Returns:

  • (RDF::Vocabulary::Term)


4258
4259
4260
# File 'lib/rdf/vocab/schemas.rb', line 4258

def businessFunction
  @businessFunction
end

#BusinessFunctionRDF::Vocabulary::Term (readonly)

The business function specifies the type of activity or access (i.e., the bundle of rights) offered by the organization or business person through the offer. Typical are sell, rental or lease, maintenance or repair, manufacture / produce, recycle / dispose, engineering / construction, or installation. Proprietary specifications of access rights are also instances of this class.nnCommonly used values:nn* purl.org/goodrelations/v1#ConstructionInstallationn* purl.org/goodrelations/v1#Disposen* purl.org/goodrelations/v1#LeaseOutn* purl.org/goodrelations/v1#Maintainn* purl.org/goodrelations/v1#ProvideServicen* purl.org/goodrelations/v1#Repairn* purl.org/goodrelations/v1#Selln* purl.org/goodrelations/v1#Buy

Returns:

  • (RDF::Vocabulary::Term)


442
443
444
# File 'lib/rdf/vocab/schemas.rb', line 442

def BusinessFunction
  @BusinessFunction
end

#BusinessSupportRDF::Vocabulary::Term (readonly)

BusinessSupport: this is a benefit for supporting businesses.

Returns:

  • (RDF::Vocabulary::Term)


9090
9091
9092
# File 'lib/rdf/vocab/schemas.rb', line 9090

def BusinessSupport
  @BusinessSupport
end

#busNameRDF::Vocabulary::Term (readonly)

The name of the bus (e.g. Bolt Express).

Returns:

  • (RDF::Vocabulary::Term)


4246
4247
4248
# File 'lib/rdf/vocab/schemas.rb', line 4246

def busName
  @busName
end

#busNumberRDF::Vocabulary::Term (readonly)

The unique identifier for the bus.

Returns:

  • (RDF::Vocabulary::Term)


4250
4251
4252
# File 'lib/rdf/vocab/schemas.rb', line 4250

def busNumber
  @busNumber
end

#BusOrCoachRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


410
411
412
# File 'lib/rdf/vocab/schemas.rb', line 410

def BusOrCoach
  @BusOrCoach
end

#BusReservationRDF::Vocabulary::Term (readonly)

A reservation for bus travel. nnNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use [[Offer]].

Returns:

  • (RDF::Vocabulary::Term)


414
415
416
# File 'lib/rdf/vocab/schemas.rb', line 414

def BusReservation
  @BusReservation
end

#BusStationRDF::Vocabulary::Term (readonly)

A bus station.

Returns:

  • (RDF::Vocabulary::Term)


418
419
420
# File 'lib/rdf/vocab/schemas.rb', line 418

def BusStation
  @BusStation
end

#BusStopRDF::Vocabulary::Term (readonly)

A bus stop.

Returns:

  • (RDF::Vocabulary::Term)


422
423
424
# File 'lib/rdf/vocab/schemas.rb', line 422

def BusStop
  @BusStop
end

#BusTripRDF::Vocabulary::Term (readonly)

A trip on a commercial bus line.

Returns:

  • (RDF::Vocabulary::Term)


426
427
428
# File 'lib/rdf/vocab/schemas.rb', line 426

def BusTrip
  @BusTrip
end

#BuyActionRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


446
447
448
# File 'lib/rdf/vocab/schemas.rb', line 446

def BuyAction
  @BuyAction
end

#buyerRDF::Vocabulary::Term (readonly)

A sub property of participant. The participant/person/organization that bought the object.

Returns:

  • (RDF::Vocabulary::Term)


4262
4263
4264
# File 'lib/rdf/vocab/schemas.rb', line 4262

def buyer
  @buyer
end

#byArtistRDF::Vocabulary::Term (readonly)

The artist that performed this album or recording.

Returns:

  • (RDF::Vocabulary::Term)


4266
4267
4268
# File 'lib/rdf/vocab/schemas.rb', line 4266

def byArtist
  @byArtist
end

#byDayRDF::Vocabulary::Term (readonly)

Defines the day(s) of the week on which a recurring [[Event]] takes place. May be specified using either [[DayOfWeek]], or alternatively [[Text]] conforming to iCal’s syntax for byDay recurrence rules

Returns:

  • (RDF::Vocabulary::Term)


4270
4271
4272
# File 'lib/rdf/vocab/schemas.rb', line 4270

def byDay
  @byDay
end

#byMonthRDF::Vocabulary::Term (readonly)

Defines the month(s) of the year on which a recurring [[Event]] takes place. Specified as an [[Integer]] between 1-12. January is 1.

Returns:

  • (RDF::Vocabulary::Term)


4274
4275
4276
# File 'lib/rdf/vocab/schemas.rb', line 4274

def byMonth
  @byMonth
end

#byMonthDayRDF::Vocabulary::Term (readonly)

Defines the day(s) of the month on which a recurring [[Event]] takes place. Specified as an [[Integer]] between 1-31.

Returns:

  • (RDF::Vocabulary::Term)


4278
4279
4280
# File 'lib/rdf/vocab/schemas.rb', line 4278

def byMonthDay
  @byMonthDay
end

#byMonthWeekRDF::Vocabulary::Term (readonly)

Defines the week(s) of the month on which a recurring Event takes place. Specified as an Integer between 1-5. For clarity, byMonthWeek is best used in conjunction with byDay to indicate concepts like the first and third Mondays of a month.

Returns:

  • (RDF::Vocabulary::Term)


4282
4283
4284
# File 'lib/rdf/vocab/schemas.rb', line 4282

def byMonthWeek
  @byMonthWeek
end

#CableOrSatelliteServiceRDF::Vocabulary::Term (readonly)

A service which provides access to media programming like TV or radio. Access may be via cable or satellite.

Returns:

  • (RDF::Vocabulary::Term)


454
455
456
# File 'lib/rdf/vocab/schemas.rb', line 454

def CableOrSatelliteService
  @CableOrSatelliteService
end

#CafeOrCoffeeShopRDF::Vocabulary::Term (readonly)

A cafe or coffee shop.

Returns:

  • (RDF::Vocabulary::Term)


458
459
460
# File 'lib/rdf/vocab/schemas.rb', line 458

def CafeOrCoffeeShop
  @CafeOrCoffeeShop
end

#callSignRDF::Vocabulary::Term (readonly)

A [callsign](en.wikipedia.org/wiki/Call_sign), as used in broadcasting and radio communications to identify people, radio and TV stations, or vehicles.

Returns:

  • (RDF::Vocabulary::Term)


4286
4287
4288
# File 'lib/rdf/vocab/schemas.rb', line 4286

def callSign
  @callSign
end

#caloriesRDF::Vocabulary::Term (readonly)

The number of calories.

Returns:

  • (RDF::Vocabulary::Term)


4290
4291
4292
# File 'lib/rdf/vocab/schemas.rb', line 4290

def calories
  @calories
end

#CampgroundRDF::Vocabulary::Term (readonly)

A camping site, campsite, or [[Campground]] is a place used for overnight stay in the outdoors, typically containing individual [[CampingPitch]] locations. nn 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 [en.wikipedia.org/wiki/Campsite](https://en.wikipedia.org/wiki/Campsite)).nn See also the dedicated [document on the use of schema.org for marking up hotels and other forms of accommodations](/docs/hotels.html).

Returns:

  • (RDF::Vocabulary::Term)


462
463
464
# File 'lib/rdf/vocab/schemas.rb', line 462

def Campground
  @Campground
end

#CampingPitchRDF::Vocabulary::Term (readonly)

A [[CampingPitch]] is an individual place for overnight stay in the outdoors, typically being part of a larger camping site, or [[Campground]].nn 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 [en.wikipedia.org/wiki/Campsite](https://en.wikipedia.org/wiki/Campsite)).nn See also the dedicated [document on the use of schema.org for marking up hotels and other forms of accommodations](/docs/hotels.html).

Returns:

  • (RDF::Vocabulary::Term)


466
467
468
# File 'lib/rdf/vocab/schemas.rb', line 466

def CampingPitch
  @CampingPitch
end

#CanalRDF::Vocabulary::Term (readonly)

A canal, like the Panama Canal.

Returns:

  • (RDF::Vocabulary::Term)


470
471
472
# File 'lib/rdf/vocab/schemas.rb', line 470

def Canal
  @Canal
end

#CancelActionRDF::Vocabulary::Term (readonly)

The act of asserting that a future event/action is no longer going to happen.nnRelated actions:nn* [[ConfirmAction]]: The antonym of CancelAction.

Returns:

  • (RDF::Vocabulary::Term)


474
475
476
# File 'lib/rdf/vocab/schemas.rb', line 474

def CancelAction
  @CancelAction
end

#candidateRDF::Vocabulary::Term (readonly)

A sub property of object. The candidate subject of this action.

Returns:

  • (RDF::Vocabulary::Term)


4294
4295
4296
# File 'lib/rdf/vocab/schemas.rb', line 4294

def candidate
  @candidate
end

#captionRDF::Vocabulary::Term (readonly)

The caption for this object. For downloadable machine formats (closed caption, subtitles etc.) use MediaObject and indicate the [[encodingFormat]].

Returns:

  • (RDF::Vocabulary::Term)


4298
4299
4300
# File 'lib/rdf/vocab/schemas.rb', line 4298

def caption
  @caption
end

#CarRDF::Vocabulary::Term (readonly)

A car is a wheeled, self-powered motor vehicle used for transportation.

Returns:

  • (RDF::Vocabulary::Term)


478
479
480
# File 'lib/rdf/vocab/schemas.rb', line 478

def Car
  @Car
end

#carbohydrateContentRDF::Vocabulary::Term (readonly)

The number of grams of carbohydrates.

Returns:

  • (RDF::Vocabulary::Term)


4302
4303
4304
# File 'lib/rdf/vocab/schemas.rb', line 4302

def carbohydrateContent
  @carbohydrateContent
end

#CardiovascularRDF::Vocabulary::Term (readonly)

A specific branch of medical science that pertains to diagnosis and treatment of disorders of heart and vasculature.

Returns:

  • (RDF::Vocabulary::Term)


9102
9103
9104
# File 'lib/rdf/vocab/schemas.rb', line 9102

def Cardiovascular
  @Cardiovascular
end

#CardiovascularExamRDF::Vocabulary::Term (readonly)

Cardiovascular system assessment withclinical examination.

Returns:

  • (RDF::Vocabulary::Term)


9106
9107
9108
# File 'lib/rdf/vocab/schemas.rb', line 9106

def CardiovascularExam
  @CardiovascularExam
end

#cargoVolumeRDF::Vocabulary::Term (readonly)

The available volume for cargo or luggage. For automobiles, this is usually the trunk volume.nnTypical unit code(s): LTR for liters, FTQ for cubic foot/feetnnNote: You can use [[minValue]] and [[maxValue]] to indicate ranges.

Returns:

  • (RDF::Vocabulary::Term)


4306
4307
4308
# File 'lib/rdf/vocab/schemas.rb', line 4306

def cargoVolume
  @cargoVolume
end

#carrierRDF::Vocabulary::Term (readonly)

‘carrier’ is an out-dated term indicating the ‘provider’ for parcel delivery and flights.

Returns:

  • (RDF::Vocabulary::Term)


4310
4311
4312
# File 'lib/rdf/vocab/schemas.rb', line 4310

def carrier
  @carrier
end

#carrierRequirementsRDF::Vocabulary::Term (readonly)

Specifies specific carrier(s) requirements for the application (e.g. an application may only work on a specific carrier network).

Returns:

  • (RDF::Vocabulary::Term)


4314
4315
4316
# File 'lib/rdf/vocab/schemas.rb', line 4314

def carrierRequirements
  @carrierRequirements
end

#CarUsageTypeRDF::Vocabulary::Term (readonly)

A value indicating a special usage of a car, e.g. commercial rental, driving school, or as a taxi.

Returns:

  • (RDF::Vocabulary::Term)


482
483
484
# File 'lib/rdf/vocab/schemas.rb', line 482

def CarUsageType
  @CarUsageType
end

#CaseSeriesRDF::Vocabulary::Term (readonly)

A case series (also known as a clinical series) is a medical research study that tracks patients with a known exposure given similar treatment or examines their medical records for exposure and outcome. A case series can be retrospective or prospective and usually involves a smaller number of patients than the more powerful case-control studies or randomized controlled trials. Case series may be consecutive or non-consecutive, depending on whether all cases presenting to the reporting authors over a period of time were included, or only a selection.

Returns:

  • (RDF::Vocabulary::Term)


9110
9111
9112
# File 'lib/rdf/vocab/schemas.rb', line 9110

def CaseSeries
  @CaseSeries
end

#cashBackRDF::Vocabulary::Term (readonly)

A cardholder benefit that pays the cardholder a small percentage of their net expenditures.

Returns:

  • (RDF::Vocabulary::Term)


4318
4319
4320
# File 'lib/rdf/vocab/schemas.rb', line 4318

def cashBack
  @cashBack
end

#CasinoRDF::Vocabulary::Term (readonly)

A casino.

Returns:

  • (RDF::Vocabulary::Term)


486
487
488
# File 'lib/rdf/vocab/schemas.rb', line 486

def Casino
  @Casino
end

#CassetteFormatRDF::Vocabulary::Term (readonly)

CassetteFormat.

Returns:

  • (RDF::Vocabulary::Term)


9114
9115
9116
# File 'lib/rdf/vocab/schemas.rb', line 9114

def CassetteFormat
  @CassetteFormat
end

#catalogRDF::Vocabulary::Term (readonly)

A data catalog which contains this dataset.

Returns:

  • (RDF::Vocabulary::Term)


4322
4323
4324
# File 'lib/rdf/vocab/schemas.rb', line 4322

def catalog
  @catalog
end

#catalogNumberRDF::Vocabulary::Term (readonly)

The catalog number for the release.

Returns:

  • (RDF::Vocabulary::Term)


4326
4327
4328
# File 'lib/rdf/vocab/schemas.rb', line 4326

def catalogNumber
  @catalogNumber
end

#categoryRDF::Vocabulary::Term (readonly)

A category for the item. Greater signs or slashes can be used to informally indicate a category hierarchy.

Returns:

  • (RDF::Vocabulary::Term)


4330
4331
4332
# File 'lib/rdf/vocab/schemas.rb', line 4330

def category
  @category
end

#CategoryCodeRDF::Vocabulary::Term (readonly)

A Category Code.

Returns:

  • (RDF::Vocabulary::Term)


490
491
492
# File 'lib/rdf/vocab/schemas.rb', line 490

def CategoryCode
  @CategoryCode
end

#CategoryCodeSetRDF::Vocabulary::Term (readonly)

A set of Category Code values.

Returns:

  • (RDF::Vocabulary::Term)


494
495
496
# File 'lib/rdf/vocab/schemas.rb', line 494

def CategoryCodeSet
  @CategoryCodeSet
end

#CatholicChurchRDF::Vocabulary::Term (readonly)

A Catholic church.

Returns:

  • (RDF::Vocabulary::Term)


498
499
500
# File 'lib/rdf/vocab/schemas.rb', line 498

def CatholicChurch
  @CatholicChurch
end

#causeOfRDF::Vocabulary::Term (readonly)

The condition, complication, symptom, sign, etc. caused.

Returns:

  • (RDF::Vocabulary::Term)


4334
4335
4336
# File 'lib/rdf/vocab/schemas.rb', line 4334

def causeOf
  @causeOf
end

#CausesHealthAspectRDF::Vocabulary::Term (readonly)

Information about the causes and main actions that gave rise to the topic.

Returns:

  • (RDF::Vocabulary::Term)


9118
9119
9120
# File 'lib/rdf/vocab/schemas.rb', line 9118

def CausesHealthAspect
  @CausesHealthAspect
end

#ccRecipientRDF::Vocabulary::Term (readonly)

A sub property of recipient. The recipient copied on a message.

Returns:

  • (RDF::Vocabulary::Term)


4338
4339
4340
# File 'lib/rdf/vocab/schemas.rb', line 4338

def ccRecipient
  @ccRecipient
end

#CDCPMDRecordRDF::Vocabulary::Term (readonly)

A CDCPMDRecord is a data structure representing a record in a CDC tabular data format used for hospital data reporting. See [documentation](/docs/cdc-covid.html) for details, and the linked CDC materials for authoritative definitions used as the source here.

Returns:

  • (RDF::Vocabulary::Term)


450
451
452
# File 'lib/rdf/vocab/schemas.rb', line 450

def CDCPMDRecord
  @CDCPMDRecord
end

#CDFormatRDF::Vocabulary::Term (readonly)

CDFormat.

Returns:

  • (RDF::Vocabulary::Term)


9094
9095
9096
# File 'lib/rdf/vocab/schemas.rb', line 9094

def CDFormat
  @CDFormat
end

#CemeteryRDF::Vocabulary::Term (readonly)

A graveyard.

Returns:

  • (RDF::Vocabulary::Term)


502
503
504
# File 'lib/rdf/vocab/schemas.rb', line 502

def Cemetery
  @Cemetery
end

#ChapterRDF::Vocabulary::Term (readonly)

One of the sections into which a book is divided. A chapter usually has a section number or a name.

Returns:

  • (RDF::Vocabulary::Term)


506
507
508
# File 'lib/rdf/vocab/schemas.rb', line 506

def Chapter
  @Chapter
end

#characterRDF::Vocabulary::Term (readonly)

Fictional person connected with a creative work.

Returns:

  • (RDF::Vocabulary::Term)


4342
4343
4344
# File 'lib/rdf/vocab/schemas.rb', line 4342

def character
  @character
end

#characterAttributeRDF::Vocabulary::Term (readonly)

A piece of data that represents a particular aspect of a fictional character (skill, power, character points, advantage, disadvantage).

Returns:

  • (RDF::Vocabulary::Term)


4346
4347
4348
# File 'lib/rdf/vocab/schemas.rb', line 4346

def characterAttribute
  @characterAttribute
end

#characterNameRDF::Vocabulary::Term (readonly)

The name of a character played in some acting or performing role, i.e. in a PerformanceRole.

Returns:

  • (RDF::Vocabulary::Term)


4350
4351
4352
# File 'lib/rdf/vocab/schemas.rb', line 4350

def characterName
  @characterName
end

#CharitableIncorporatedOrganizationRDF::Vocabulary::Term (readonly)

CharitableIncorporatedOrganization: Non-profit type referring to a Charitable Incorporated Organization (UK).

Returns:

  • (RDF::Vocabulary::Term)


9122
9123
9124
# File 'lib/rdf/vocab/schemas.rb', line 9122

def CharitableIncorporatedOrganization
  @CharitableIncorporatedOrganization
end

#cheatCodeRDF::Vocabulary::Term (readonly)

Cheat codes to the game.

Returns:

  • (RDF::Vocabulary::Term)


4354
4355
4356
# File 'lib/rdf/vocab/schemas.rb', line 4354

def cheatCode
  @cheatCode
end

#CheckActionRDF::Vocabulary::Term (readonly)

An agent inspects, determines, investigates, inquires, or examines an object’s accuracy, quality, condition, or state.

Returns:

  • (RDF::Vocabulary::Term)


510
511
512
# File 'lib/rdf/vocab/schemas.rb', line 510

def CheckAction
  @CheckAction
end

#CheckInActionRDF::Vocabulary::Term (readonly)

The act of an agent communicating (service provider, social media, etc) their arrival by registering/confirming for a previously reserved service (e.g. flight check in) or at a place (e.g. hotel), possibly resulting in a result (boarding pass, etc).nnRelated actions:nn* [[CheckOutAction]]: The antonym of CheckInAction.n* [[ArriveAction]]: Unlike ArriveAction, CheckInAction implies that the agent is informing/confirming the start of a previously reserved service.n* [[ConfirmAction]]: Unlike ConfirmAction, CheckInAction implies that the agent is informing/confirming the start of a previously reserved service rather than its validity/existence.

Returns:

  • (RDF::Vocabulary::Term)


514
515
516
# File 'lib/rdf/vocab/schemas.rb', line 514

def CheckInAction
  @CheckInAction
end

#checkinTimeRDF::Vocabulary::Term (readonly)

The earliest someone may check into a lodging establishment.

Returns:

  • (RDF::Vocabulary::Term)


4358
4359
4360
# File 'lib/rdf/vocab/schemas.rb', line 4358

def checkinTime
  @checkinTime
end

#CheckOutActionRDF::Vocabulary::Term (readonly)

The act of an agent communicating (service provider, social media, etc) their departure of a previously reserved service (e.g. flight check in) or place (e.g. hotel).nnRelated actions:nn* [[CheckInAction]]: The antonym of CheckOutAction.n* [[DepartAction]]: Unlike DepartAction, CheckOutAction implies that the agent is informing/confirming the end of a previously reserved service.n* [[CancelAction]]: Unlike CancelAction, CheckOutAction implies that the agent is informing/confirming the end of a previously reserved service.

Returns:

  • (RDF::Vocabulary::Term)


518
519
520
# File 'lib/rdf/vocab/schemas.rb', line 518

def CheckOutAction
  @CheckOutAction
end

#CheckoutPageRDF::Vocabulary::Term (readonly)

Web page type: Checkout page.

Returns:

  • (RDF::Vocabulary::Term)


522
523
524
# File 'lib/rdf/vocab/schemas.rb', line 522

def CheckoutPage
  @CheckoutPage
end

#checkoutTimeRDF::Vocabulary::Term (readonly)

The latest someone may check out of a lodging establishment.

Returns:

  • (RDF::Vocabulary::Term)


4362
4363
4364
# File 'lib/rdf/vocab/schemas.rb', line 4362

def checkoutTime
  @checkoutTime
end

#ChildCareRDF::Vocabulary::Term (readonly)

A Childcare center.

Returns:

  • (RDF::Vocabulary::Term)


526
527
528
# File 'lib/rdf/vocab/schemas.rb', line 526

def ChildCare
  @ChildCare
end

#childMaxAgeRDF::Vocabulary::Term (readonly)

Maximal age of the child.

Returns:

  • (RDF::Vocabulary::Term)


4366
4367
4368
# File 'lib/rdf/vocab/schemas.rb', line 4366

def childMaxAge
  @childMaxAge
end

#childMinAgeRDF::Vocabulary::Term (readonly)

Minimal age of the child.

Returns:

  • (RDF::Vocabulary::Term)


4370
4371
4372
# File 'lib/rdf/vocab/schemas.rb', line 4370

def childMinAge
  @childMinAge
end

#childrenRDF::Vocabulary::Term (readonly)

A child of the person.

Returns:

  • (RDF::Vocabulary::Term)


4374
4375
4376
# File 'lib/rdf/vocab/schemas.rb', line 4374

def children
  @children
end

#ChildrensEventRDF::Vocabulary::Term (readonly)

Event type: Children’s event.

Returns:

  • (RDF::Vocabulary::Term)


530
531
532
# File 'lib/rdf/vocab/schemas.rb', line 530

def ChildrensEvent
  @ChildrensEvent
end

#ChiropracticRDF::Vocabulary::Term (readonly)

A system of medicine focused on the relationship between the body’s structure, mainly the spine, and its functioning.

Returns:

  • (RDF::Vocabulary::Term)


9126
9127
9128
# File 'lib/rdf/vocab/schemas.rb', line 9126

def Chiropractic
  @Chiropractic
end

#cholesterolContentRDF::Vocabulary::Term (readonly)

The number of milligrams of cholesterol.

Returns:

  • (RDF::Vocabulary::Term)


4378
4379
4380
# File 'lib/rdf/vocab/schemas.rb', line 4378

def cholesterolContent
  @cholesterolContent
end

#ChooseActionRDF::Vocabulary::Term (readonly)

The act of expressing a preference from a set of options or a large or unbounded set of choices/options.

Returns:

  • (RDF::Vocabulary::Term)


534
535
536
# File 'lib/rdf/vocab/schemas.rb', line 534

def ChooseAction
  @ChooseAction
end

#ChurchRDF::Vocabulary::Term (readonly)

A church.

Returns:

  • (RDF::Vocabulary::Term)


538
539
540
# File 'lib/rdf/vocab/schemas.rb', line 538

def Church
  @Church
end

#circleRDF::Vocabulary::Term (readonly)

A circle is the circular region of a specified radius centered at a specified latitude and longitude. A circle is expressed as a pair followed by a radius in meters.

Returns:

  • (RDF::Vocabulary::Term)


4382
4383
4384
# File 'lib/rdf/vocab/schemas.rb', line 4382

def circle
  @circle
end

#citationRDF::Vocabulary::Term (readonly)

A citation or reference to another creative work, such as another publication, web page, scholarly article, etc.

Returns:

  • (RDF::Vocabulary::Term)


4386
4387
4388
# File 'lib/rdf/vocab/schemas.rb', line 4386

def citation
  @citation
end

#CityRDF::Vocabulary::Term (readonly)

A city or town.

Returns:

  • (RDF::Vocabulary::Term)


542
543
544
# File 'lib/rdf/vocab/schemas.rb', line 542

def City
  @City
end

#CityHallRDF::Vocabulary::Term (readonly)

A city hall.

Returns:

  • (RDF::Vocabulary::Term)


546
547
548
# File 'lib/rdf/vocab/schemas.rb', line 546

def CityHall
  @CityHall
end

#CivicStructureRDF::Vocabulary::Term (readonly)

A public structure, such as a town hall or concert hall.

Returns:

  • (RDF::Vocabulary::Term)


550
551
552
# File 'lib/rdf/vocab/schemas.rb', line 550

def CivicStructure
  @CivicStructure
end

#ClaimRDF::Vocabulary::Term (readonly)

A [[Claim]] in Schema.org represents a specific, factually-oriented claim that could be the [[itemReviewed]] in a [[ClaimReview]]. The content of a claim can be summarized with the [[text]] property. Variations on well known claims can have their common identity indicated via [[sameAs]] links, and summarized with a [[name]]. Ideally, a [[Claim]] 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. Beyond [[ClaimReview]], the Claim type can be associated with related creative works - for example a [[ScholaryArticle]] or [[Question]] might be [[about]] some [[Claim]]. At this time, Schema.org does not define any types of relationship between claims. This is a natural area for future exploration.

Returns:

  • (RDF::Vocabulary::Term)


554
555
556
# File 'lib/rdf/vocab/schemas.rb', line 554

def Claim
  @Claim
end

#ClaimReviewRDF::Vocabulary::Term (readonly)

A fact-checking review of claims made (or reported) in some creative work (referenced via itemReviewed).

Returns:

  • (RDF::Vocabulary::Term)


558
559
560
# File 'lib/rdf/vocab/schemas.rb', line 558

def ClaimReview
  @ClaimReview
end

#claimReviewedRDF::Vocabulary::Term (readonly)

A short summary of the specific claims reviewed in a ClaimReview.

Returns:

  • (RDF::Vocabulary::Term)


4390
4391
4392
# File 'lib/rdf/vocab/schemas.rb', line 4390

def claimReviewed
  @claimReviewed
end

#ClassRDF::Vocabulary::Term (readonly)

A class, also often called a ‘Type’; equivalent to rdfs:Class.

Returns:

  • (RDF::Vocabulary::Term)


562
563
564
# File 'lib/rdf/vocab/schemas.rb', line 562

def Class
  @Class
end

#CleaningFeeRDF::Vocabulary::Term (readonly)

Represents the cleaning fee part of the total price for an offered product, for example a vacation rental

Returns:

  • (RDF::Vocabulary::Term)


9130
9131
9132
# File 'lib/rdf/vocab/schemas.rb', line 9130

def CleaningFee
  @CleaningFee
end

#clincalPharmacologyRDF::Vocabulary::Term (readonly)

Description of the absorption and elimination of drugs, including their concentration (pharmacokinetics, pK) and biological effects (pharmacodynamics, pD).

Returns:

  • (RDF::Vocabulary::Term)


4394
4395
4396
# File 'lib/rdf/vocab/schemas.rb', line 4394

def clincalPharmacology
  @clincalPharmacology
end

#clinicalPharmacologyRDF::Vocabulary::Term (readonly)

Description of the absorption and elimination of drugs, including their concentration (pharmacokinetics, pK) and biological effects (pharmacodynamics, pD).

Returns:

  • (RDF::Vocabulary::Term)


4398
4399
4400
# File 'lib/rdf/vocab/schemas.rb', line 4398

def clinicalPharmacology
  @clinicalPharmacology
end

#ClinicianRDF::Vocabulary::Term (readonly)

Medical clinicians, including practicing physicians and other medical professionals involved in clinical practice.

Returns:

  • (RDF::Vocabulary::Term)


9134
9135
9136
# File 'lib/rdf/vocab/schemas.rb', line 9134

def Clinician
  @Clinician
end

#ClipRDF::Vocabulary::Term (readonly)

A short TV or radio program or a segment/part of a program.

Returns:

  • (RDF::Vocabulary::Term)


566
567
568
# File 'lib/rdf/vocab/schemas.rb', line 566

def Clip
  @Clip
end

#clipNumberRDF::Vocabulary::Term (readonly)

Position of the clip within an ordered group of clips.

Returns:

  • (RDF::Vocabulary::Term)


4402
4403
4404
# File 'lib/rdf/vocab/schemas.rb', line 4402

def clipNumber
  @clipNumber
end

#closesRDF::Vocabulary::Term (readonly)

The closing hour of the place or service on the given day(s) of the week.

Returns:

  • (RDF::Vocabulary::Term)


4406
4407
4408
# File 'lib/rdf/vocab/schemas.rb', line 4406

def closes
  @closes
end

#ClothingStoreRDF::Vocabulary::Term (readonly)

A clothing store.

Returns:

  • (RDF::Vocabulary::Term)


570
571
572
# File 'lib/rdf/vocab/schemas.rb', line 570

def ClothingStore
  @ClothingStore
end

#coachRDF::Vocabulary::Term (readonly)

A person that acts in a coaching role for a sports team.

Returns:

  • (RDF::Vocabulary::Term)


4410
4411
4412
# File 'lib/rdf/vocab/schemas.rb', line 4410

def coach
  @coach
end

#CodeRDF::Vocabulary::Term (readonly)

Computer programming source code. Example: Full (compile ready) solutions, code snippet samples, scripts, templates.

Returns:

  • (RDF::Vocabulary::Term)


574
575
576
# File 'lib/rdf/vocab/schemas.rb', line 574

def Code
  @Code
end

#codeRDF::Vocabulary::Term (readonly)

A medical code for the entity, taken from a controlled vocabulary or ontology such as ICD-9, DiseasesDB, MeSH, SNOMED-CT, RxNorm, etc.

Returns:

  • (RDF::Vocabulary::Term)


4414
4415
4416
# File 'lib/rdf/vocab/schemas.rb', line 4414

def code
  @code
end

#codeRepositoryRDF::Vocabulary::Term (readonly)

Link to the repository where the un-compiled, human readable code and related code is located (SVN, github, CodePlex).

Returns:

  • (RDF::Vocabulary::Term)


4418
4419
4420
# File 'lib/rdf/vocab/schemas.rb', line 4418

def codeRepository
  @codeRepository
end

#codeSampleTypeRDF::Vocabulary::Term (readonly)

What type of code sample: full (compile ready) solution, code snippet, inline code, scripts, template.

Returns:

  • (RDF::Vocabulary::Term)


4422
4423
4424
# File 'lib/rdf/vocab/schemas.rb', line 4422

def codeSampleType
  @codeSampleType
end

#codeValueRDF::Vocabulary::Term (readonly)

A short textual code that uniquely identifies the value.

Returns:

  • (RDF::Vocabulary::Term)


4426
4427
4428
# File 'lib/rdf/vocab/schemas.rb', line 4426

def codeValue
  @codeValue
end

#codingSystemRDF::Vocabulary::Term (readonly)

The coding system, e.g. ‘ICD-10’.

Returns:

  • (RDF::Vocabulary::Term)


4430
4431
4432
# File 'lib/rdf/vocab/schemas.rb', line 4430

def codingSystem
  @codingSystem
end

#CohortStudyRDF::Vocabulary::Term (readonly)

Also known as a panel study. A cohort study is a form of longitudinal study used in medicine and social science. It is one type of study design and should be compared with a cross-sectional study. A cohort is a group of people who share a common characteristic or experience within a defined period (e.g., are born, leave school, lose their job, are exposed to a drug or a vaccine, etc.). The comparison group may be the general population from which the cohort is drawn, or it may be another cohort of persons thought to have had little or no exposure to the substance under investigation, but otherwise similar. Alternatively, subgroups within the cohort may be compared with each other.

Returns:

  • (RDF::Vocabulary::Term)


9142
9143
9144
# File 'lib/rdf/vocab/schemas.rb', line 9142

def CohortStudy
  @CohortStudy
end

#colleagueRDF::Vocabulary::Term (readonly)

A colleague of the person.

Returns:

  • (RDF::Vocabulary::Term)


4434
4435
4436
# File 'lib/rdf/vocab/schemas.rb', line 4434

def colleague
  @colleague
end

#colleaguesRDF::Vocabulary::Term (readonly)

A colleague of the person.

Returns:

  • (RDF::Vocabulary::Term)


4438
4439
4440
# File 'lib/rdf/vocab/schemas.rb', line 4438

def colleagues
  @colleagues
end

#collectionRDF::Vocabulary::Term (readonly)

A sub property of object. The collection target of the action.

Returns:

  • (RDF::Vocabulary::Term)


4442
4443
4444
# File 'lib/rdf/vocab/schemas.rb', line 4442

def collection
  @collection
end

#CollectionRDF::Vocabulary::Term (readonly)

A collection of items e.g. creative works or products.

Returns:

  • (RDF::Vocabulary::Term)


578
579
580
# File 'lib/rdf/vocab/schemas.rb', line 578

def Collection
  @Collection
end

#CollectionPageRDF::Vocabulary::Term (readonly)

Web page type: Collection page.

Returns:

  • (RDF::Vocabulary::Term)


582
583
584
# File 'lib/rdf/vocab/schemas.rb', line 582

def CollectionPage
  @CollectionPage
end

#collectionSizeRDF::Vocabulary::Term (readonly)

The number of items in the [[Collection]].

Returns:

  • (RDF::Vocabulary::Term)


4446
4447
4448
# File 'lib/rdf/vocab/schemas.rb', line 4446

def collectionSize
  @collectionSize
end

#CollegeOrUniversityRDF::Vocabulary::Term (readonly)

A college, university, or other third-level educational institution.

Returns:

  • (RDF::Vocabulary::Term)


586
587
588
# File 'lib/rdf/vocab/schemas.rb', line 586

def CollegeOrUniversity
  @CollegeOrUniversity
end

#colorRDF::Vocabulary::Term (readonly)

The color of the product.

Returns:

  • (RDF::Vocabulary::Term)


4450
4451
4452
# File 'lib/rdf/vocab/schemas.rb', line 4450

def color
  @color
end

#coloristRDF::Vocabulary::Term (readonly)

The individual who adds color to inked drawings.

Returns:

  • (RDF::Vocabulary::Term)


4454
4455
4456
# File 'lib/rdf/vocab/schemas.rb', line 4454

def colorist
  @colorist
end

#ComedyClubRDF::Vocabulary::Term (readonly)

A comedy club.

Returns:

  • (RDF::Vocabulary::Term)


590
591
592
# File 'lib/rdf/vocab/schemas.rb', line 590

def ComedyClub
  @ComedyClub
end

#ComedyEventRDF::Vocabulary::Term (readonly)

Event type: Comedy event.

Returns:

  • (RDF::Vocabulary::Term)


594
595
596
# File 'lib/rdf/vocab/schemas.rb', line 594

def ComedyEvent
  @ComedyEvent
end

#ComicCoverArtRDF::Vocabulary::Term (readonly)

The artwork on the cover of a comic.

Returns:

  • (RDF::Vocabulary::Term)


598
599
600
# File 'lib/rdf/vocab/schemas.rb', line 598

def ComicCoverArt
  @ComicCoverArt
end

#ComicIssueRDF::Vocabulary::Term (readonly)

Individual comic issues are serially published as part of a larger series. For the sake of consistency, even one-shot issues belong to a series comprised of a single issue. All comic issues can be uniquely identified by: the combination of the name and volume number of the series to which the issue belongs; the issue number; and the variant description of the issue (if any).

Returns:

  • (RDF::Vocabulary::Term)


602
603
604
# File 'lib/rdf/vocab/schemas.rb', line 602

def ComicIssue
  @ComicIssue
end

#ComicSeriesRDF::Vocabulary::Term (readonly)

A sequential publication of comic stories under a unifying title, for example “The Amazing Spider-Man” or “Groo the Wanderer”.

Returns:

  • (RDF::Vocabulary::Term)


606
607
608
# File 'lib/rdf/vocab/schemas.rb', line 606

def ComicSeries
  @ComicSeries
end

#ComicStoryRDF::Vocabulary::Term (readonly)

The term “story” is any indivisible, re-printable unit of a comic, including the interior stories, covers, and backmatter. Most comics have at least two stories: a cover (ComicCoverArt) and an interior story.

Returns:

  • (RDF::Vocabulary::Term)


610
611
612
# File 'lib/rdf/vocab/schemas.rb', line 610

def ComicStory
  @ComicStory
end

#commentRDF::Vocabulary::Term (readonly)

Comments, typically from users.

Returns:

  • (RDF::Vocabulary::Term)


4458
4459
4460
# File 'lib/rdf/vocab/schemas.rb', line 4458

def comment
  @comment
end

#CommentRDF::Vocabulary::Term (readonly)

A comment on an item - for example, a comment on a blog post. The comment’s content is expressed via the [[text]] property, and its topic via [[about]], properties shared with all CreativeWorks.

Returns:

  • (RDF::Vocabulary::Term)


614
615
616
# File 'lib/rdf/vocab/schemas.rb', line 614

def Comment
  @Comment
end

#CommentActionRDF::Vocabulary::Term (readonly)

The act of generating a comment about a subject.

Returns:

  • (RDF::Vocabulary::Term)


618
619
620
# File 'lib/rdf/vocab/schemas.rb', line 618

def CommentAction
  @CommentAction
end

#commentCountRDF::Vocabulary::Term (readonly)

The number of comments this CreativeWork (e.g. Article, Question or Answer) has received. This is most applicable to works published in Web sites with commenting system; additional comments may exist elsewhere.

Returns:

  • (RDF::Vocabulary::Term)


4462
4463
4464
# File 'lib/rdf/vocab/schemas.rb', line 4462

def commentCount
  @commentCount
end

#CommentPermissionRDF::Vocabulary::Term (readonly)

Permission to add comments to the document.

Returns:

  • (RDF::Vocabulary::Term)


9146
9147
9148
# File 'lib/rdf/vocab/schemas.rb', line 9146

def CommentPermission
  @CommentPermission
end

#commentTextRDF::Vocabulary::Term (readonly)

The text of the UserComment.

Returns:

  • (RDF::Vocabulary::Term)


4466
4467
4468
# File 'lib/rdf/vocab/schemas.rb', line 4466

def commentText
  @commentText
end

#commentTimeRDF::Vocabulary::Term (readonly)

The time at which the UserComment was made.

Returns:

  • (RDF::Vocabulary::Term)


4470
4471
4472
# File 'lib/rdf/vocab/schemas.rb', line 4470

def commentTime
  @commentTime
end

#CommunicateActionRDF::Vocabulary::Term (readonly)

The act of conveying information to another person via a communication medium (instrument) such as speech, email, or telephone conversation.

Returns:

  • (RDF::Vocabulary::Term)


622
623
624
# File 'lib/rdf/vocab/schemas.rb', line 622

def CommunicateAction
  @CommunicateAction
end

#CommunityHealthRDF::Vocabulary::Term (readonly)

A field of public health focusing on improving health characteristics of a defined population in relation with their geographical or environment areas

Returns:

  • (RDF::Vocabulary::Term)


9150
9151
9152
# File 'lib/rdf/vocab/schemas.rb', line 9150

def CommunityHealth
  @CommunityHealth
end

#competencyRequiredRDF::Vocabulary::Term (readonly)

Knowledge, skill, ability or personal attribute that must be demonstrated by a person or other entity in order to do something such as earn an Educational Occupational Credential or understand a LearningResource.

Returns:

  • (RDF::Vocabulary::Term)


4474
4475
4476
# File 'lib/rdf/vocab/schemas.rb', line 4474

def competencyRequired
  @competencyRequired
end

#competitorRDF::Vocabulary::Term (readonly)

A competitor in a sports event.

Returns:

  • (RDF::Vocabulary::Term)


4478
4479
4480
# File 'lib/rdf/vocab/schemas.rb', line 4478

def competitor
  @competitor
end

#CompilationAlbumRDF::Vocabulary::Term (readonly)

CompilationAlbum.

Returns:

  • (RDF::Vocabulary::Term)


9154
9155
9156
# File 'lib/rdf/vocab/schemas.rb', line 9154

def CompilationAlbum
  @CompilationAlbum
end

#CompletedRDF::Vocabulary::Term (readonly)

Completed.

Returns:

  • (RDF::Vocabulary::Term)


9158
9159
9160
# File 'lib/rdf/vocab/schemas.rb', line 9158

def Completed
  @Completed
end

#CompletedActionStatusRDF::Vocabulary::Term (readonly)

An action that has already taken place.

Returns:

  • (RDF::Vocabulary::Term)


9162
9163
9164
# File 'lib/rdf/vocab/schemas.rb', line 9162

def CompletedActionStatus
  @CompletedActionStatus
end

#CompleteDataFeedRDF::Vocabulary::Term (readonly)

A [[CompleteDataFeed]] is a [[DataFeed]] whose standard representation includes content for every item currently in the feed. This is the equivalent of Atom’s element as defined in Feed Paging and Archiving [RFC 5005](tools.ietf.org/html/rfc5005), 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.

Returns:

  • (RDF::Vocabulary::Term)


626
627
628
# File 'lib/rdf/vocab/schemas.rb', line 626

def CompleteDataFeed
  @CompleteDataFeed
end

#composerRDF::Vocabulary::Term (readonly)

The person or organization who wrote a composition, or who is the composer of a work performed at some event.

Returns:

  • (RDF::Vocabulary::Term)


4482
4483
4484
# File 'lib/rdf/vocab/schemas.rb', line 4482

def composer
  @composer
end

#CompoundPriceSpecificationRDF::Vocabulary::Term (readonly)

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”).

Returns:

  • (RDF::Vocabulary::Term)


630
631
632
# File 'lib/rdf/vocab/schemas.rb', line 630

def CompoundPriceSpecification
  @CompoundPriceSpecification
end

#comprisedOfRDF::Vocabulary::Term (readonly)

Specifying something physically contained by something else. Typically used here for the underlying anatomical structures, such as organs, that comprise the anatomical system.

Returns:

  • (RDF::Vocabulary::Term)


4486
4487
4488
# File 'lib/rdf/vocab/schemas.rb', line 4486

def comprisedOf
  @comprisedOf
end

#ComputerLanguageRDF::Vocabulary::Term (readonly)

This type covers computer programming languages such as Scheme and Lisp, as well as other language-like computer representations. Natural languages are best represented with the [[Language]] type.

Returns:

  • (RDF::Vocabulary::Term)


634
635
636
# File 'lib/rdf/vocab/schemas.rb', line 634

def ComputerLanguage
  @ComputerLanguage
end

#ComputerStoreRDF::Vocabulary::Term (readonly)

A computer store.

Returns:

  • (RDF::Vocabulary::Term)


638
639
640
# File 'lib/rdf/vocab/schemas.rb', line 638

def ComputerStore
  @ComputerStore
end

#conditionsOfAccessRDF::Vocabulary::Term (readonly)

Conditions that affect the availability of, or method(s) of access to, an item. Typically used for real world items such as an [[ArchiveComponent]] held by an [[ArchiveOrganization]]. This property is not suitable for use as a general Web access control mechanism. It is expressed only in natural language.nnFor example “Available by appointment from the Reading Room” or “Accessible only from logged-in accounts ”.

Returns:

  • (RDF::Vocabulary::Term)


4490
4491
4492
# File 'lib/rdf/vocab/schemas.rb', line 4490

def conditionsOfAccess
  @conditionsOfAccess
end

#ConfirmActionRDF::Vocabulary::Term (readonly)

The act of notifying someone that a future event/action is going to happen as expected.nnRelated actions:nn* [[CancelAction]]: The antonym of ConfirmAction.

Returns:

  • (RDF::Vocabulary::Term)


642
643
644
# File 'lib/rdf/vocab/schemas.rb', line 642

def ConfirmAction
  @ConfirmAction
end

#confirmationNumberRDF::Vocabulary::Term (readonly)

A number that confirms the given order or payment has been received.

Returns:

  • (RDF::Vocabulary::Term)


4494
4495
4496
# File 'lib/rdf/vocab/schemas.rb', line 4494

def confirmationNumber
  @confirmationNumber
end

#connectedToRDF::Vocabulary::Term (readonly)

Other anatomical structures to which this structure is connected.

Returns:

  • (RDF::Vocabulary::Term)


4498
4499
4500
# File 'lib/rdf/vocab/schemas.rb', line 4498

def connectedTo
  @connectedTo
end

#ConsortiumRDF::Vocabulary::Term (readonly)

A Consortium is a membership [[Organization]] whose members are typically Organizations.

Returns:

  • (RDF::Vocabulary::Term)


646
647
648
# File 'lib/rdf/vocab/schemas.rb', line 646

def Consortium
  @Consortium
end

#constrainingPropertyRDF::Vocabulary::Term (readonly)

Indicates a property used as a constraint to define a [[StatisticalPopulation]] with respect to the set of entities corresponding to an indicated type (via [[populationType]]).

Returns:

  • (RDF::Vocabulary::Term)


4502
4503
4504
# File 'lib/rdf/vocab/schemas.rb', line 4502

def constrainingProperty
  @constrainingProperty
end

#ConsumeActionRDF::Vocabulary::Term (readonly)

The act of ingesting information/resources/food.

Returns:

  • (RDF::Vocabulary::Term)


650
651
652
# File 'lib/rdf/vocab/schemas.rb', line 650

def ConsumeAction
  @ConsumeAction
end

#contactlessPaymentRDF::Vocabulary::Term (readonly)

A secure method for consumers to purchase products or services via debit, credit or smartcards by using RFID or NFC technology.

Returns:

  • (RDF::Vocabulary::Term)


4522
4523
4524
# File 'lib/rdf/vocab/schemas.rb', line 4522

def contactlessPayment
  @contactlessPayment
end

#contactOptionRDF::Vocabulary::Term (readonly)

An option available on this contact point (e.g. a toll-free number or support for hearing-impaired callers).

Returns:

  • (RDF::Vocabulary::Term)


4506
4507
4508
# File 'lib/rdf/vocab/schemas.rb', line 4506

def contactOption
  @contactOption
end

#ContactPageRDF::Vocabulary::Term (readonly)

Web page type: Contact page.

Returns:

  • (RDF::Vocabulary::Term)


654
655
656
# File 'lib/rdf/vocab/schemas.rb', line 654

def ContactPage
  @ContactPage
end

#contactPointRDF::Vocabulary::Term (readonly)

A contact point for a person or organization.

Returns:

  • (RDF::Vocabulary::Term)


4510
4511
4512
# File 'lib/rdf/vocab/schemas.rb', line 4510

def contactPoint
  @contactPoint
end

#ContactPointRDF::Vocabulary::Term (readonly)

A contact point&#x2014;for example, a Customer Complaints department.

Returns:

  • (RDF::Vocabulary::Term)


658
659
660
# File 'lib/rdf/vocab/schemas.rb', line 658

def ContactPoint
  @ContactPoint
end

#ContactPointOptionRDF::Vocabulary::Term (readonly)

Enumerated options related to a ContactPoint.

Returns:

  • (RDF::Vocabulary::Term)


662
663
664
# File 'lib/rdf/vocab/schemas.rb', line 662

def ContactPointOption
  @ContactPointOption
end

#contactPointsRDF::Vocabulary::Term (readonly)

A contact point for a person or organization.

Returns:

  • (RDF::Vocabulary::Term)


4514
4515
4516
# File 'lib/rdf/vocab/schemas.rb', line 4514

def contactPoints
  @contactPoints
end

#contactTypeRDF::Vocabulary::Term (readonly)

A person or organization can have different contact points, for different purposes. For example, a sales contact point, a PR contact point and so on. This property is used to specify the kind of contact point.

Returns:

  • (RDF::Vocabulary::Term)


4518
4519
4520
# File 'lib/rdf/vocab/schemas.rb', line 4518

def contactType
  @contactType
end

#ContagiousnessHealthAspectRDF::Vocabulary::Term (readonly)

Content about contagion mechanisms and contagiousness information over the topic.

Returns:

  • (RDF::Vocabulary::Term)


9166
9167
9168
# File 'lib/rdf/vocab/schemas.rb', line 9166

def ContagiousnessHealthAspect
  @ContagiousnessHealthAspect
end

#containedInRDF::Vocabulary::Term (readonly)

The basic containment relation between a place and one that contains it.

Returns:

  • (RDF::Vocabulary::Term)


4526
4527
4528
# File 'lib/rdf/vocab/schemas.rb', line 4526

def containedIn
  @containedIn
end

#containedInPlaceRDF::Vocabulary::Term (readonly)

The basic containment relation between a place and one that contains it.

Returns:

  • (RDF::Vocabulary::Term)


4530
4531
4532
# File 'lib/rdf/vocab/schemas.rb', line 4530

def containedInPlace
  @containedInPlace
end

#containsPlaceRDF::Vocabulary::Term (readonly)

The basic containment relation between a place and another that it contains.

Returns:

  • (RDF::Vocabulary::Term)


4534
4535
4536
# File 'lib/rdf/vocab/schemas.rb', line 4534

def containsPlace
  @containsPlace
end

#containsSeasonRDF::Vocabulary::Term (readonly)

A season that is part of the media series.

Returns:

  • (RDF::Vocabulary::Term)


4538
4539
4540
# File 'lib/rdf/vocab/schemas.rb', line 4538

def containsSeason
  @containsSeason
end

#contentLocationRDF::Vocabulary::Term (readonly)

The location depicted or described in the content. For example, the location in a photograph or painting.

Returns:

  • (RDF::Vocabulary::Term)


4542
4543
4544
# File 'lib/rdf/vocab/schemas.rb', line 4542

def contentLocation
  @contentLocation
end

#contentRatingRDF::Vocabulary::Term (readonly)

Official rating of a piece of content&#x2014;for example,‘MPAA PG-13’.

Returns:

  • (RDF::Vocabulary::Term)


4546
4547
4548
# File 'lib/rdf/vocab/schemas.rb', line 4546

def contentRating
  @contentRating
end

#contentReferenceTimeRDF::Vocabulary::Term (readonly)

The specific time described by a creative work, for works (e.g. articles, video objects etc.) that emphasise a particular moment within an Event.

Returns:

  • (RDF::Vocabulary::Term)


4550
4551
4552
# File 'lib/rdf/vocab/schemas.rb', line 4550

def contentReferenceTime
  @contentReferenceTime
end

#contentSizeRDF::Vocabulary::Term (readonly)

File size in (mega/kilo) bytes.

Returns:

  • (RDF::Vocabulary::Term)


4554
4555
4556
# File 'lib/rdf/vocab/schemas.rb', line 4554

def contentSize
  @contentSize
end

#contentTypeRDF::Vocabulary::Term (readonly)

The supported content type(s) for an EntryPoint response.

Returns:

  • (RDF::Vocabulary::Term)


4558
4559
4560
# File 'lib/rdf/vocab/schemas.rb', line 4558

def contentType
  @contentType
end

#contentUrlRDF::Vocabulary::Term (readonly)

Actual bytes of the media object, for example the image file or video file.

Returns:

  • (RDF::Vocabulary::Term)


4562
4563
4564
# File 'lib/rdf/vocab/schemas.rb', line 4562

def contentUrl
  @contentUrl
end

#ContinentRDF::Vocabulary::Term (readonly)

One of the continents (for example, Europe or Africa).

Returns:

  • (RDF::Vocabulary::Term)


666
667
668
# File 'lib/rdf/vocab/schemas.rb', line 666

def Continent
  @Continent
end

#contraindicationRDF::Vocabulary::Term (readonly)

A contraindication for this therapy.

Returns:

  • (RDF::Vocabulary::Term)


4566
4567
4568
# File 'lib/rdf/vocab/schemas.rb', line 4566

def contraindication
  @contraindication
end

#contributorRDF::Vocabulary::Term (readonly)

A secondary contributor to the CreativeWork or Event.

Returns:

  • (RDF::Vocabulary::Term)


4570
4571
4572
# File 'lib/rdf/vocab/schemas.rb', line 4570

def contributor
  @contributor
end

#ControlActionRDF::Vocabulary::Term (readonly)

An agent controls a device or application.

Returns:

  • (RDF::Vocabulary::Term)


670
671
672
# File 'lib/rdf/vocab/schemas.rb', line 670

def ControlAction
  @ControlAction
end

#ConvenienceStoreRDF::Vocabulary::Term (readonly)

A convenience store.

Returns:

  • (RDF::Vocabulary::Term)


674
675
676
# File 'lib/rdf/vocab/schemas.rb', line 674

def ConvenienceStore
  @ConvenienceStore
end

#ConversationRDF::Vocabulary::Term (readonly)

One or more messages between organizations or people on a particular topic. Individual messages can be linked to the conversation with isPartOf or hasPart properties.

Returns:

  • (RDF::Vocabulary::Term)


678
679
680
# File 'lib/rdf/vocab/schemas.rb', line 678

def Conversation
  @Conversation
end

#CookActionRDF::Vocabulary::Term (readonly)

The act of producing/preparing food.

Returns:

  • (RDF::Vocabulary::Term)


682
683
684
# File 'lib/rdf/vocab/schemas.rb', line 682

def CookAction
  @CookAction
end

#cookingMethodRDF::Vocabulary::Term (readonly)

The method of cooking, such as Frying, Steaming, …

Returns:

  • (RDF::Vocabulary::Term)


4578
4579
4580
# File 'lib/rdf/vocab/schemas.rb', line 4578

def cookingMethod
  @cookingMethod
end

#cookTimeRDF::Vocabulary::Term (readonly)

The time it takes to actually cook the dish, in [ISO 8601 duration format](en.wikipedia.org/wiki/ISO_8601).

Returns:

  • (RDF::Vocabulary::Term)


4574
4575
4576
# File 'lib/rdf/vocab/schemas.rb', line 4574

def cookTime
  @cookTime
end

#CoOpRDF::Vocabulary::Term (readonly)

Play mode: CoOp. Co-operative games, where you play on the same team with friends.

Returns:

  • (RDF::Vocabulary::Term)


9138
9139
9140
# File 'lib/rdf/vocab/schemas.rb', line 9138

def CoOp
  @CoOp
end

#copyrightHolderRDF::Vocabulary::Term (readonly)

The party holding the legal copyright to the CreativeWork.

Returns:

  • (RDF::Vocabulary::Term)


4582
4583
4584
# File 'lib/rdf/vocab/schemas.rb', line 4582

def copyrightHolder
  @copyrightHolder
end

#copyrightNoticeRDF::Vocabulary::Term (readonly)

Text of a notice appropriate for describing the copyright aspects of this Creative Work, ideally indicating the owner of the copyright for the Work.

Returns:

  • (RDF::Vocabulary::Term)


4586
4587
4588
# File 'lib/rdf/vocab/schemas.rb', line 4586

def copyrightNotice
  @copyrightNotice
end

#copyrightYearRDF::Vocabulary::Term (readonly)

The year during which the claimed copyright for the CreativeWork was first asserted.

Returns:

  • (RDF::Vocabulary::Term)


4590
4591
4592
# File 'lib/rdf/vocab/schemas.rb', line 4590

def copyrightYear
  @copyrightYear
end

#CorporationRDF::Vocabulary::Term (readonly)

Organization: A business corporation.

Returns:

  • (RDF::Vocabulary::Term)


686
687
688
# File 'lib/rdf/vocab/schemas.rb', line 686

def Corporation
  @Corporation
end

#correctionRDF::Vocabulary::Term (readonly)

Indicates a correction to a [[CreativeWork]], either via a [[CorrectionComment]], textually or in another document.

Returns:

  • (RDF::Vocabulary::Term)


4594
4595
4596
# File 'lib/rdf/vocab/schemas.rb', line 4594

def correction
  @correction
end

#CorrectionCommentRDF::Vocabulary::Term (readonly)

A [[comment]] that corrects [[CreativeWork]].

Returns:

  • (RDF::Vocabulary::Term)


690
691
692
# File 'lib/rdf/vocab/schemas.rb', line 690

def CorrectionComment
  @CorrectionComment
end

#correctionsPolicyRDF::Vocabulary::Term (readonly)

For an [[Organization]] (e.g. [[NewsMediaOrganization]]), a statement describing (in news media, the newsroom’s) disclosure and correction policy for errors.

Returns:

  • (RDF::Vocabulary::Term)


4598
4599
4600
# File 'lib/rdf/vocab/schemas.rb', line 4598

def correctionsPolicy
  @correctionsPolicy
end

#costCategoryRDF::Vocabulary::Term (readonly)

The category of cost, such as wholesale, retail, reimbursement cap, etc.

Returns:

  • (RDF::Vocabulary::Term)


4602
4603
4604
# File 'lib/rdf/vocab/schemas.rb', line 4602

def costCategory
  @costCategory
end

#costCurrencyRDF::Vocabulary::Term (readonly)

The currency (in 3-letter of the drug cost. See: en.wikipedia.org/wiki/ISO_4217

Returns:

  • (RDF::Vocabulary::Term)


4606
4607
4608
# File 'lib/rdf/vocab/schemas.rb', line 4606

def costCurrency
  @costCurrency
end

#costOriginRDF::Vocabulary::Term (readonly)

Additional details to capture the origin of the cost data. For example, ‘Medicare Part B’.

Returns:

  • (RDF::Vocabulary::Term)


4610
4611
4612
# File 'lib/rdf/vocab/schemas.rb', line 4610

def costOrigin
  @costOrigin
end

#costPerUnitRDF::Vocabulary::Term (readonly)

The cost per unit of the drug.

Returns:

  • (RDF::Vocabulary::Term)


4614
4615
4616
# File 'lib/rdf/vocab/schemas.rb', line 4614

def costPerUnit
  @costPerUnit
end

#countriesNotSupportedRDF::Vocabulary::Term (readonly)

Countries for which the application is not supported. You can also provide the two-letter ISO 3166-1 alpha-2 country code.

Returns:

  • (RDF::Vocabulary::Term)


4618
4619
4620
# File 'lib/rdf/vocab/schemas.rb', line 4618

def countriesNotSupported
  @countriesNotSupported
end

#countriesSupportedRDF::Vocabulary::Term (readonly)

Countries for which the application is supported. You can also provide the two-letter ISO 3166-1 alpha-2 country code.

Returns:

  • (RDF::Vocabulary::Term)


4622
4623
4624
# File 'lib/rdf/vocab/schemas.rb', line 4622

def countriesSupported
  @countriesSupported
end

#CountryRDF::Vocabulary::Term (readonly)

A country.

Returns:

  • (RDF::Vocabulary::Term)


694
695
696
# File 'lib/rdf/vocab/schemas.rb', line 694

def Country
  @Country
end

#countryOfOriginRDF::Vocabulary::Term (readonly)

The country of the principal offices of the production company or individual responsible for the movie or program.

Returns:

  • (RDF::Vocabulary::Term)


4626
4627
4628
# File 'lib/rdf/vocab/schemas.rb', line 4626

def countryOfOrigin
  @countryOfOrigin
end

#courseRDF::Vocabulary::Term (readonly)

A sub property of location. The course where this action was taken.

Returns:

  • (RDF::Vocabulary::Term)


4630
4631
4632
# File 'lib/rdf/vocab/schemas.rb', line 4630

def course
  @course
end

#CourseRDF::Vocabulary::Term (readonly)

A description of an educational course which may be offered as distinct instances at which take place at different times or take place at different locations, or be offered through different media or modes of study. An educational course is a sequence of one or more educational events and/or creative works which aims to build knowledge, competence or ability of learners.

Returns:

  • (RDF::Vocabulary::Term)


698
699
700
# File 'lib/rdf/vocab/schemas.rb', line 698

def Course
  @Course
end

#courseCodeRDF::Vocabulary::Term (readonly)

The identifier for the [[Course]] used by the course [[provider]] (e.g. CS101 or 6.001).

Returns:

  • (RDF::Vocabulary::Term)


4634
4635
4636
# File 'lib/rdf/vocab/schemas.rb', line 4634

def courseCode
  @courseCode
end

#CourseInstanceRDF::Vocabulary::Term (readonly)

An instance of a [[Course]] which is distinct from other instances because it is offered at a different time or location or through different media or modes of study or to a specific section of students.

Returns:

  • (RDF::Vocabulary::Term)


702
703
704
# File 'lib/rdf/vocab/schemas.rb', line 702

def CourseInstance
  @CourseInstance
end

#courseModeRDF::Vocabulary::Term (readonly)

The medium or means of delivery of the course instance or the mode of study, either as a text label (e.g. “online”, “onsite” or “blended”; “synchronous” or “asynchronous”; “full-time” or “part-time”) or as a URL reference to a term from a controlled vocabulary (e.g. ceds.ed.gov/element/001311#Asynchronous ).

Returns:

  • (RDF::Vocabulary::Term)


4638
4639
4640
# File 'lib/rdf/vocab/schemas.rb', line 4638

def courseMode
  @courseMode
end

#coursePrerequisitesRDF::Vocabulary::Term (readonly)

Requirements for taking the Course. May be completion of another [[Course]] or a textual description like “permission of instructor”. Requirements may be a pre-requisite competency, referenced using [[AlignmentObject]].

Returns:

  • (RDF::Vocabulary::Term)


4642
4643
4644
# File 'lib/rdf/vocab/schemas.rb', line 4642

def coursePrerequisites
  @coursePrerequisites
end

#courseWorkloadRDF::Vocabulary::Term (readonly)

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”.

Returns:

  • (RDF::Vocabulary::Term)


4646
4647
4648
# File 'lib/rdf/vocab/schemas.rb', line 4646

def courseWorkload
  @courseWorkload
end

#CourthouseRDF::Vocabulary::Term (readonly)

A courthouse.

Returns:

  • (RDF::Vocabulary::Term)


706
707
708
# File 'lib/rdf/vocab/schemas.rb', line 706

def Courthouse
  @Courthouse
end

#coverageEndTimeRDF::Vocabulary::Term (readonly)

The time when the live blog will stop covering the Event. Note that coverage may continue after the Event concludes.

Returns:

  • (RDF::Vocabulary::Term)


4650
4651
4652
# File 'lib/rdf/vocab/schemas.rb', line 4650

def coverageEndTime
  @coverageEndTime
end

#coverageStartTimeRDF::Vocabulary::Term (readonly)

The time when the live blog will begin covering the Event. Note that coverage may begin before the Event’s start time. The LiveBlogPosting may also be created before coverage begins.

Returns:

  • (RDF::Vocabulary::Term)


4654
4655
4656
# File 'lib/rdf/vocab/schemas.rb', line 4654

def coverageStartTime
  @coverageStartTime
end

#CoverArtRDF::Vocabulary::Term (readonly)

The artwork on the outer surface of a CreativeWork.

Returns:

  • (RDF::Vocabulary::Term)


710
711
712
# File 'lib/rdf/vocab/schemas.rb', line 710

def CoverArt
  @CoverArt
end

#CovidTestingFacilityRDF::Vocabulary::Term (readonly)

A CovidTestingFacility is a [[MedicalClinic]] where testing for the COVID-19 Coronavirus disease is available. If the facility is being made available from an established [[Pharmacy]], [[Hotel]], 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.

Returns:

  • (RDF::Vocabulary::Term)


714
715
716
# File 'lib/rdf/vocab/schemas.rb', line 714

def CovidTestingFacility
  @CovidTestingFacility
end

#CreateActionRDF::Vocabulary::Term (readonly)

The act of deliberately creating/producing/generating/building a result out of the agent.

Returns:

  • (RDF::Vocabulary::Term)


718
719
720
# File 'lib/rdf/vocab/schemas.rb', line 718

def CreateAction
  @CreateAction
end

#CreativeWorkRDF::Vocabulary::Term (readonly)

The most generic kind of creative work, including books, movies, photographs, software programs, etc.

Returns:

  • (RDF::Vocabulary::Term)


722
723
724
# File 'lib/rdf/vocab/schemas.rb', line 722

def CreativeWork
  @CreativeWork
end

#CreativeWorkSeasonRDF::Vocabulary::Term (readonly)

A media season e.g. tv, radio, video game etc.

Returns:

  • (RDF::Vocabulary::Term)


726
727
728
# File 'lib/rdf/vocab/schemas.rb', line 726

def CreativeWorkSeason
  @CreativeWorkSeason
end

#CreativeWorkSeriesRDF::Vocabulary::Term (readonly)

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

Returns:

  • (RDF::Vocabulary::Term)


730
731
732
# File 'lib/rdf/vocab/schemas.rb', line 730

def CreativeWorkSeries
  @CreativeWorkSeries
end

#creativeWorkStatusRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


4658
4659
4660
# File 'lib/rdf/vocab/schemas.rb', line 4658

def creativeWorkStatus
  @creativeWorkStatus
end

#creatorRDF::Vocabulary::Term (readonly)

The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork.

Returns:

  • (RDF::Vocabulary::Term)


4662
4663
4664
# File 'lib/rdf/vocab/schemas.rb', line 4662

def creator
  @creator
end

#credentialCategoryRDF::Vocabulary::Term (readonly)

The category or type of credential being described, for example “degree”, “certificate”, “badge”, or more specific term.

Returns:

  • (RDF::Vocabulary::Term)


4666
4667
4668
# File 'lib/rdf/vocab/schemas.rb', line 4666

def credentialCategory
  @credentialCategory
end

#CreditCardRDF::Vocabulary::Term (readonly)

A card payment method of a particular brand or name. Used to mark up a particular payment method and/or the financial product/service that supplies the card account.nnCommonly used values:nn* purl.org/goodrelations/v1#AmericanExpressn* purl.org/goodrelations/v1#DinersClubn* purl.org/goodrelations/v1#Discovern* purl.org/goodrelations/v1#JCBn* purl.org/goodrelations/v1#MasterCardn* purl.org/goodrelations/v1#VISA

Returns:

  • (RDF::Vocabulary::Term)


734
735
736
# File 'lib/rdf/vocab/schemas.rb', line 734

def CreditCard
  @CreditCard
end

#creditedToRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


4674
4675
4676
# File 'lib/rdf/vocab/schemas.rb', line 4674

def creditedTo
  @creditedTo
end

#creditTextRDF::Vocabulary::Term (readonly)

Text that can be used to credit person(s) and/or organization(s) associated with a published Creative Work.

Returns:

  • (RDF::Vocabulary::Term)


4670
4671
4672
# File 'lib/rdf/vocab/schemas.rb', line 4670

def creditText
  @creditText
end

#CrematoriumRDF::Vocabulary::Term (readonly)

A crematorium.

Returns:

  • (RDF::Vocabulary::Term)


738
739
740
# File 'lib/rdf/vocab/schemas.rb', line 738

def Crematorium
  @Crematorium
end

#CriticReviewRDF::Vocabulary::Term (readonly)

A [[CriticReview]] 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. [[CriticReview]]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 [[UserReview]] 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.

Returns:

  • (RDF::Vocabulary::Term)


742
743
744
# File 'lib/rdf/vocab/schemas.rb', line 742

def CriticReview
  @CriticReview
end

#CrossSectionalRDF::Vocabulary::Term (readonly)

Studies carried out on pre-existing data (usually from ‘snapshot’ surveys), such as that collected by the Census Bureau. Sometimes called Prevalence Studies.

Returns:

  • (RDF::Vocabulary::Term)


9170
9171
9172
# File 'lib/rdf/vocab/schemas.rb', line 9170

def CrossSectional
  @CrossSectional
end

#cssSelectorRDF::Vocabulary::Term (readonly)

A CSS selector, e.g. of a [[SpeakableSpecification]] or [[WebPageElement]]. In the latter case, multiple matches within a page can constitute a single conceptual “Web page element”.

Returns:

  • (RDF::Vocabulary::Term)


4678
4679
4680
# File 'lib/rdf/vocab/schemas.rb', line 4678

def cssSelector
  @cssSelector
end

#CssSelectorTypeRDF::Vocabulary::Term (readonly)

Text representing a CSS selector.

Returns:

  • (RDF::Vocabulary::Term)


746
747
748
# File 'lib/rdf/vocab/schemas.rb', line 746

def CssSelectorType
  @CssSelectorType
end

#CTRDF::Vocabulary::Term (readonly)

X-ray computed tomography imaging.

Returns:

  • (RDF::Vocabulary::Term)


9098
9099
9100
# File 'lib/rdf/vocab/schemas.rb', line 9098

def CT
  @CT
end

#currenciesAcceptedRDF::Vocabulary::Term (readonly)

The currency accepted.nnUse standard formats: [ISO 4217 currency format](en.wikipedia.org/wiki/ISO_4217) e.g. “USD”; [Ticker symbol](en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies e.g. “BTC”; well known names for [Local Exchange Tradings Systems](en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types e.g. “Ithaca HOUR”.

Returns:

  • (RDF::Vocabulary::Term)


4682
4683
4684
# File 'lib/rdf/vocab/schemas.rb', line 4682

def currenciesAccepted
  @currenciesAccepted
end

#currencyRDF::Vocabulary::Term (readonly)

The currency in which the monetary amount is expressed.nnUse standard formats: [ISO 4217 currency format](en.wikipedia.org/wiki/ISO_4217) e.g. “USD”; [Ticker symbol](en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies e.g. “BTC”; well known names for [Local Exchange Tradings Systems](en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types e.g. “Ithaca HOUR”.

Returns:

  • (RDF::Vocabulary::Term)


4686
4687
4688
# File 'lib/rdf/vocab/schemas.rb', line 4686

def currency
  @currency
end

#CurrencyConversionServiceRDF::Vocabulary::Term (readonly)

A service to convert funds from one currency to another currency.

Returns:

  • (RDF::Vocabulary::Term)


750
751
752
# File 'lib/rdf/vocab/schemas.rb', line 750

def CurrencyConversionService
  @CurrencyConversionService
end

#currentExchangeRateRDF::Vocabulary::Term (readonly)

The current price of a currency.

Returns:

  • (RDF::Vocabulary::Term)


4690
4691
4692
# File 'lib/rdf/vocab/schemas.rb', line 4690

def currentExchangeRate
  @currentExchangeRate
end

#customerRDF::Vocabulary::Term (readonly)

Party placing the order or paying the invoice.

Returns:

  • (RDF::Vocabulary::Term)


4694
4695
4696
# File 'lib/rdf/vocab/schemas.rb', line 4694

def customer
  @customer
end

#cutoffTimeRDF::Vocabulary::Term (readonly)

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 [[ShippingRateSettings]] publication pattern. The time is indicated using the ISO-8601 Time format, e.g. “23:30:00-05:00” would represent 6:30 pm Eastern Standard Time (EST) which is 5 hours behind Coordinated Universal Time (UTC).

Returns:

  • (RDF::Vocabulary::Term)


4698
4699
4700
# File 'lib/rdf/vocab/schemas.rb', line 4698

def cutoffTime
  @cutoffTime
end

#cvdCollectionDateRDF::Vocabulary::Term (readonly)

collectiondate - Date for which patient counts are reported.

Returns:

  • (RDF::Vocabulary::Term)


4702
4703
4704
# File 'lib/rdf/vocab/schemas.rb', line 4702

def cvdCollectionDate
  @cvdCollectionDate
end

#cvdFacilityCountyRDF::Vocabulary::Term (readonly)

Name of the County of the NHSN facility that this data record applies to. Use [[cvdFacilityId]] to identify the facility. To provide other details, [[healthcareReportingData]] can be used on a [[Hospital]] entry.

Returns:

  • (RDF::Vocabulary::Term)


4706
4707
4708
# File 'lib/rdf/vocab/schemas.rb', line 4706

def cvdFacilityCounty
  @cvdFacilityCounty
end

#cvdFacilityIdRDF::Vocabulary::Term (readonly)

Identifier of the NHSN facility that this data record applies to. Use [[cvdFacilityCounty]] to indicate the county. To provide other details, [[healthcareReportingData]] can be used on a [[Hospital]] entry.

Returns:

  • (RDF::Vocabulary::Term)


4710
4711
4712
# File 'lib/rdf/vocab/schemas.rb', line 4710

def cvdFacilityId
  @cvdFacilityId
end

#cvdNumBedsRDF::Vocabulary::Term (readonly)

numbeds - HOSPITAL INPATIENT BEDS: Inpatient beds, including all staffed, licensed, and overflow (surge) beds used for inpatients.

Returns:

  • (RDF::Vocabulary::Term)


4714
4715
4716
# File 'lib/rdf/vocab/schemas.rb', line 4714

def cvdNumBeds
  @cvdNumBeds
end

#cvdNumBedsOccRDF::Vocabulary::Term (readonly)

numbedsocc - HOSPITAL INPATIENT BED OCCUPANCY: Total number of staffed inpatient beds that are occupied.

Returns:

  • (RDF::Vocabulary::Term)


4718
4719
4720
# File 'lib/rdf/vocab/schemas.rb', line 4718

def cvdNumBedsOcc
  @cvdNumBedsOcc
end

#cvdNumC19DiedRDF::Vocabulary::Term (readonly)

numc19died - DEATHS: Patients with suspected or confirmed COVID-19 who died in the hospital, ED, or any overflow location.

Returns:

  • (RDF::Vocabulary::Term)


4722
4723
4724
# File 'lib/rdf/vocab/schemas.rb', line 4722

def cvdNumC19Died
  @cvdNumC19Died
end

#cvdNumC19HOPatsRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


4726
4727
4728
# File 'lib/rdf/vocab/schemas.rb', line 4726

def cvdNumC19HOPats
  @cvdNumC19HOPats
end

#cvdNumC19HospPatsRDF::Vocabulary::Term (readonly)

numc19hosppats - HOSPITALIZED: Patients currently hospitalized in an inpatient care location who have suspected or confirmed COVID-19.

Returns:

  • (RDF::Vocabulary::Term)


4730
4731
4732
# File 'lib/rdf/vocab/schemas.rb', line 4730

def cvdNumC19HospPats
  @cvdNumC19HospPats
end

#cvdNumC19MechVentPatsRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


4734
4735
4736
# File 'lib/rdf/vocab/schemas.rb', line 4734

def cvdNumC19MechVentPats
  @cvdNumC19MechVentPats
end

#cvdNumC19OFMechVentPatsRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


4738
4739
4740
# File 'lib/rdf/vocab/schemas.rb', line 4738

def cvdNumC19OFMechVentPats
  @cvdNumC19OFMechVentPats
end

#cvdNumC19OverflowPatsRDF::Vocabulary::Term (readonly)

numc19overflowpats - ED/OVERFLOW: Patients with suspected or confirmed COVID-19 who are in the ED or any overflow location awaiting an inpatient bed.

Returns:

  • (RDF::Vocabulary::Term)


4742
4743
4744
# File 'lib/rdf/vocab/schemas.rb', line 4742

def cvdNumC19OverflowPats
  @cvdNumC19OverflowPats
end

#cvdNumICUBedsRDF::Vocabulary::Term (readonly)

numicubeds - ICU BEDS: Total number of staffed inpatient intensive care unit (ICU) beds.

Returns:

  • (RDF::Vocabulary::Term)


4746
4747
4748
# File 'lib/rdf/vocab/schemas.rb', line 4746

def cvdNumICUBeds
  @cvdNumICUBeds
end

#cvdNumICUBedsOccRDF::Vocabulary::Term (readonly)

numicubedsocc - ICU BED OCCUPANCY: Total number of staffed inpatient ICU beds that are occupied.

Returns:

  • (RDF::Vocabulary::Term)


4750
4751
4752
# File 'lib/rdf/vocab/schemas.rb', line 4750

def cvdNumICUBedsOcc
  @cvdNumICUBedsOcc
end

#cvdNumTotBedsRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


4754
4755
4756
# File 'lib/rdf/vocab/schemas.rb', line 4754

def cvdNumTotBeds
  @cvdNumTotBeds
end

#cvdNumVentRDF::Vocabulary::Term (readonly)

numvent - MECHANICAL VENTILATORS: Total number of ventilators available.

Returns:

  • (RDF::Vocabulary::Term)


4758
4759
4760
# File 'lib/rdf/vocab/schemas.rb', line 4758

def cvdNumVent
  @cvdNumVent
end

#cvdNumVentUseRDF::Vocabulary::Term (readonly)

numventuse - MECHANICAL VENTILATORS IN USE: Total number of ventilators in use.

Returns:

  • (RDF::Vocabulary::Term)


4762
4763
4764
# File 'lib/rdf/vocab/schemas.rb', line 4762

def cvdNumVentUse
  @cvdNumVentUse
end

#DamagedConditionRDF::Vocabulary::Term (readonly)

Indicates that the item is damaged.

Returns:

  • (RDF::Vocabulary::Term)


9182
9183
9184
# File 'lib/rdf/vocab/schemas.rb', line 9182

def DamagedCondition
  @DamagedCondition
end

#DanceEventRDF::Vocabulary::Term (readonly)

Event type: A social dance.

Returns:

  • (RDF::Vocabulary::Term)


758
759
760
# File 'lib/rdf/vocab/schemas.rb', line 758

def DanceEvent
  @DanceEvent
end

#DanceGroupRDF::Vocabulary::Term (readonly)

A dance group&#x2014;for example, the Alvin Ailey Dance Theater or Riverdance.

Returns:

  • (RDF::Vocabulary::Term)


762
763
764
# File 'lib/rdf/vocab/schemas.rb', line 762

def DanceGroup
  @DanceGroup
end

#DataCatalogRDF::Vocabulary::Term (readonly)

A collection of datasets.

Returns:

  • (RDF::Vocabulary::Term)


766
767
768
# File 'lib/rdf/vocab/schemas.rb', line 766

def DataCatalog
  @DataCatalog
end

#DataDownloadRDF::Vocabulary::Term (readonly)

A dataset in downloadable form.

Returns:

  • (RDF::Vocabulary::Term)


770
771
772
# File 'lib/rdf/vocab/schemas.rb', line 770

def DataDownload
  @DataDownload
end

#DataFeedRDF::Vocabulary::Term (readonly)

A single feed providing structured information about one or more entities or topics.

Returns:

  • (RDF::Vocabulary::Term)


774
775
776
# File 'lib/rdf/vocab/schemas.rb', line 774

def DataFeed
  @DataFeed
end

#dataFeedElementRDF::Vocabulary::Term (readonly)

An item within in a data feed. Data feeds may have many elements.

Returns:

  • (RDF::Vocabulary::Term)


4766
4767
4768
# File 'lib/rdf/vocab/schemas.rb', line 4766

def dataFeedElement
  @dataFeedElement
end

#DataFeedItemRDF::Vocabulary::Term (readonly)

A single item within a larger data feed.

Returns:

  • (RDF::Vocabulary::Term)


778
779
780
# File 'lib/rdf/vocab/schemas.rb', line 778

def DataFeedItem
  @DataFeedItem
end

#datasetRDF::Vocabulary::Term (readonly)

A dataset contained in this catalog.

Returns:

  • (RDF::Vocabulary::Term)


4770
4771
4772
# File 'lib/rdf/vocab/schemas.rb', line 4770

def dataset
  @dataset
end

#DatasetRDF::Vocabulary::Term (readonly)

A body of structured information describing some topic(s) of interest.

Returns:

  • (RDF::Vocabulary::Term)


786
787
788
# File 'lib/rdf/vocab/schemas.rb', line 786

def Dataset
  @Dataset
end

#datasetTimeIntervalRDF::Vocabulary::Term (readonly)

The range of temporal applicability of a dataset, e.g. for a 2011 census dataset, the year 2011 (in ISO 8601 time interval format).

Returns:

  • (RDF::Vocabulary::Term)


4774
4775
4776
# File 'lib/rdf/vocab/schemas.rb', line 4774

def datasetTimeInterval
  @datasetTimeInterval
end

#DataTypeRDF::Vocabulary::Term (readonly)

The basic data types such as Integers, Strings, etc.

Returns:

  • (RDF::Vocabulary::Term)


782
783
784
# File 'lib/rdf/vocab/schemas.rb', line 782

def DataType
  @DataType
end

#DateRDF::Vocabulary::Term (readonly)

A date value in [ISO 8601 date format](en.wikipedia.org/wiki/ISO_8601).

Returns:

  • (RDF::Vocabulary::Term)


790
791
792
# File 'lib/rdf/vocab/schemas.rb', line 790

def Date
  @Date
end

#dateCreatedRDF::Vocabulary::Term (readonly)

The date on which the CreativeWork was created or the item was added to a DataFeed.

Returns:

  • (RDF::Vocabulary::Term)


4778
4779
4780
# File 'lib/rdf/vocab/schemas.rb', line 4778

def dateCreated
  @dateCreated
end

#dateDeletedRDF::Vocabulary::Term (readonly)

The datetime the item was removed from the DataFeed.

Returns:

  • (RDF::Vocabulary::Term)


4782
4783
4784
# File 'lib/rdf/vocab/schemas.rb', line 4782

def dateDeleted
  @dateDeleted
end

#DatedMoneySpecificationRDF::Vocabulary::Term (readonly)

A DatedMoneySpecification represents monetary values with optional start and end dates. For example, this could represent an employee’s salary over a specific period of time. Note: This type has been superseded by [[MonetaryAmount]] use of that type is recommended

Returns:

  • (RDF::Vocabulary::Term)


798
799
800
# File 'lib/rdf/vocab/schemas.rb', line 798

def DatedMoneySpecification
  @DatedMoneySpecification
end

#dateIssuedRDF::Vocabulary::Term (readonly)

The date the ticket was issued.

Returns:

  • (RDF::Vocabulary::Term)


4786
4787
4788
# File 'lib/rdf/vocab/schemas.rb', line 4786

def dateIssued
  @dateIssued
end

#datelineRDF::Vocabulary::Term (readonly)

A [dateline](en.wikipedia.org/wiki/Dateline) is a brief piece of text included in news articles that describes where and when the story was written or filed though the date is often omitted. Sometimes only a placename is provided. Structured representations of dateline-related information can also be expressed more explicitly using [[locationCreated]] (which represents where a work was created e.g. where a news report was written). For location depicted or described in the content, use [[contentLocation]]. Dateline summaries are oriented more towards human readers than towards automated processing, and can vary substantially. Some examples: “BEIRUT, Lebanon, June 2.”, “Paris, France”, “December 19, 2017 11:43AM Reporting from Washington”, “Beijing/Moscow”, “QUEZON CITY, Philippines”.

Returns:

  • (RDF::Vocabulary::Term)


4818
4819
4820
# File 'lib/rdf/vocab/schemas.rb', line 4818

def 
  @dateline
end

#dateModifiedRDF::Vocabulary::Term (readonly)

The date on which the CreativeWork was most recently modified or when the item’s entry was modified within a DataFeed.

Returns:

  • (RDF::Vocabulary::Term)


4790
4791
4792
# File 'lib/rdf/vocab/schemas.rb', line 4790

def dateModified
  @dateModified
end

#datePostedRDF::Vocabulary::Term (readonly)

Publication date of an online listing.

Returns:

  • (RDF::Vocabulary::Term)


4794
4795
4796
# File 'lib/rdf/vocab/schemas.rb', line 4794

def datePosted
  @datePosted
end

#datePublishedRDF::Vocabulary::Term (readonly)

Date of first broadcast/publication.

Returns:

  • (RDF::Vocabulary::Term)


4798
4799
4800
# File 'lib/rdf/vocab/schemas.rb', line 4798

def datePublished
  @datePublished
end

#dateReadRDF::Vocabulary::Term (readonly)

The date/time at which the message has been read by the recipient if a single recipient exists.

Returns:

  • (RDF::Vocabulary::Term)


4802
4803
4804
# File 'lib/rdf/vocab/schemas.rb', line 4802

def dateRead
  @dateRead
end

#dateReceivedRDF::Vocabulary::Term (readonly)

The date/time the message was received if a single recipient exists.

Returns:

  • (RDF::Vocabulary::Term)


4806
4807
4808
# File 'lib/rdf/vocab/schemas.rb', line 4806

def dateReceived
  @dateReceived
end

#dateSentRDF::Vocabulary::Term (readonly)

The date/time at which the message was sent.

Returns:

  • (RDF::Vocabulary::Term)


4810
4811
4812
# File 'lib/rdf/vocab/schemas.rb', line 4810

def dateSent
  @dateSent
end

#DateTimeRDF::Vocabulary::Term (readonly)

A combination of date and time of day in the form [-]CCYY-MM-DDThh:mm:ss (see Chapter 5.4 of ISO 8601).

Returns:

  • (RDF::Vocabulary::Term)


794
795
796
# File 'lib/rdf/vocab/schemas.rb', line 794

def DateTime
  @DateTime
end

#dateVehicleFirstRegisteredRDF::Vocabulary::Term (readonly)

The date of the first registration of the vehicle with the respective public authorities.

Returns:

  • (RDF::Vocabulary::Term)


4814
4815
4816
# File 'lib/rdf/vocab/schemas.rb', line 4814

def dateVehicleFirstRegistered
  @dateVehicleFirstRegistered
end

#dayOfWeekRDF::Vocabulary::Term (readonly)

The day of the week for which these opening hours are valid.

Returns:

  • (RDF::Vocabulary::Term)


4822
4823
4824
# File 'lib/rdf/vocab/schemas.rb', line 4822

def dayOfWeek
  @dayOfWeek
end

#DayOfWeekRDF::Vocabulary::Term (readonly)

The day of the week, e.g. used to specify to which day the opening hours of an OpeningHoursSpecification refer. Originally, URLs from [GoodRelations](purl.org/goodrelations/v1) were used (for [[Monday]], [[Tuesday]], [[Wednesday]], [[Thursday]], [[Friday]], [[Saturday]], [[Sunday]] plus a special entry for [[PublicHolidays]]); these have now been integrated directly into schema.org.

Returns:

  • (RDF::Vocabulary::Term)


802
803
804
# File 'lib/rdf/vocab/schemas.rb', line 802

def DayOfWeek
  @DayOfWeek
end

#DaySpaRDF::Vocabulary::Term (readonly)

A day spa.

Returns:

  • (RDF::Vocabulary::Term)


806
807
808
# File 'lib/rdf/vocab/schemas.rb', line 806

def DaySpa
  @DaySpa
end

#DDxElementRDF::Vocabulary::Term (readonly)

An alternative, closely-related condition typically considered later in the differential diagnosis process along with the signs that are used to distinguish it.

Returns:

  • (RDF::Vocabulary::Term)


754
755
756
# File 'lib/rdf/vocab/schemas.rb', line 754

def DDxElement
  @DDxElement
end

#DeactivateActionRDF::Vocabulary::Term (readonly)

The act of stopping or deactivating a device or application (e.g. stopping a timer or turning off a flashlight).

Returns:

  • (RDF::Vocabulary::Term)


810
811
812
# File 'lib/rdf/vocab/schemas.rb', line 810

def DeactivateAction
  @DeactivateAction
end

#deathDateRDF::Vocabulary::Term (readonly)

Date of death.

Returns:

  • (RDF::Vocabulary::Term)


4826
4827
4828
# File 'lib/rdf/vocab/schemas.rb', line 4826

def deathDate
  @deathDate
end

#deathPlaceRDF::Vocabulary::Term (readonly)

The place where the person died.

Returns:

  • (RDF::Vocabulary::Term)


4830
4831
4832
# File 'lib/rdf/vocab/schemas.rb', line 4830

def deathPlace
  @deathPlace
end

#defaultValueRDF::Vocabulary::Term (readonly)

The default value of the input. For properties that expect a literal, the default is a literal value, for properties that expect an object, it’s an ID reference to one of the current values.

Returns:

  • (RDF::Vocabulary::Term)


4834
4835
4836
# File 'lib/rdf/vocab/schemas.rb', line 4834

def defaultValue
  @defaultValue
end

#DefenceEstablishmentRDF::Vocabulary::Term (readonly)

A defence establishment, such as an army or navy base.

Returns:

  • (RDF::Vocabulary::Term)


814
815
816
# File 'lib/rdf/vocab/schemas.rb', line 814

def DefenceEstablishment
  @DefenceEstablishment
end

#DefinedRegionRDF::Vocabulary::Term (readonly)

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. Examples: a delivery destination when shopping. Region where regional pricing is configured. Requirement 1: Country: US States: “NY”, “CA” Requirement 2: Country: US PostalCode Set: { [94000-94585], [97000, 97999], [13000, 13599]} { [12345, 12345], [78945, 78945], } Region = state, canton, prefecture, autonomous community…

Returns:

  • (RDF::Vocabulary::Term)


818
819
820
# File 'lib/rdf/vocab/schemas.rb', line 818

def DefinedRegion
  @DefinedRegion
end

#DefinedTermRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


822
823
824
# File 'lib/rdf/vocab/schemas.rb', line 822

def DefinedTerm
  @DefinedTerm
end

#DefinedTermSetRDF::Vocabulary::Term (readonly)

A set of defined terms for example a set of categories or a classification scheme, a glossary, dictionary or enumeration.

Returns:

  • (RDF::Vocabulary::Term)


826
827
828
# File 'lib/rdf/vocab/schemas.rb', line 826

def DefinedTermSet
  @DefinedTermSet
end

#DefinitiveLegalValueRDF::Vocabulary::Term (readonly)

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 [[AuthoritativeLegalValue]].

Returns:

  • (RDF::Vocabulary::Term)


9186
9187
9188
# File 'lib/rdf/vocab/schemas.rb', line 9186

def DefinitiveLegalValue
  @DefinitiveLegalValue
end

#DeleteActionRDF::Vocabulary::Term (readonly)

The act of editing a recipient by removing one of its objects.

Returns:

  • (RDF::Vocabulary::Term)


830
831
832
# File 'lib/rdf/vocab/schemas.rb', line 830

def DeleteAction
  @DeleteAction
end

#deliveryAddressRDF::Vocabulary::Term (readonly)

Destination address.

Returns:

  • (RDF::Vocabulary::Term)


4838
4839
4840
# File 'lib/rdf/vocab/schemas.rb', line 4838

def deliveryAddress
  @deliveryAddress
end

#DeliveryChargeSpecificationRDF::Vocabulary::Term (readonly)

The price for the delivery of an offer using a particular delivery method.

Returns:

  • (RDF::Vocabulary::Term)


834
835
836
# File 'lib/rdf/vocab/schemas.rb', line 834

def DeliveryChargeSpecification
  @DeliveryChargeSpecification
end

#DeliveryEventRDF::Vocabulary::Term (readonly)

An event involving the delivery of an item.

Returns:

  • (RDF::Vocabulary::Term)


838
839
840
# File 'lib/rdf/vocab/schemas.rb', line 838

def DeliveryEvent
  @DeliveryEvent
end

#deliveryLeadTimeRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


4842
4843
4844
# File 'lib/rdf/vocab/schemas.rb', line 4842

def deliveryLeadTime
  @deliveryLeadTime
end

#deliveryMethodRDF::Vocabulary::Term (readonly)

A sub property of instrument. The method of delivery.

Returns:

  • (RDF::Vocabulary::Term)


4846
4847
4848
# File 'lib/rdf/vocab/schemas.rb', line 4846

def deliveryMethod
  @deliveryMethod
end

#DeliveryMethodRDF::Vocabulary::Term (readonly)

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.nnCommonly used values:nn* purl.org/goodrelations/v1#DeliveryModeDirectDownloadn* purl.org/goodrelations/v1#DeliveryModeFreightn* purl.org/goodrelations/v1#DeliveryModeMailn* purl.org/goodrelations/v1#DeliveryModeOwnFleetn* purl.org/goodrelations/v1#DeliveryModePickUpn* purl.org/goodrelations/v1#DHLn* purl.org/goodrelations/v1#FederalExpressn* purl.org/goodrelations/v1#UPS

Returns:

  • (RDF::Vocabulary::Term)


842
843
844
# File 'lib/rdf/vocab/schemas.rb', line 842

def DeliveryMethod
  @DeliveryMethod
end

#deliveryStatusRDF::Vocabulary::Term (readonly)

New entry added as the package passes through each leg of its journey (from shipment to final delivery).

Returns:

  • (RDF::Vocabulary::Term)


4850
4851
4852
# File 'lib/rdf/vocab/schemas.rb', line 4850

def deliveryStatus
  @deliveryStatus
end

#deliveryTimeRDF::Vocabulary::Term (readonly)

The total delay between the receipt of the order and the goods reaching the final customer.

Returns:

  • (RDF::Vocabulary::Term)


4854
4855
4856
# File 'lib/rdf/vocab/schemas.rb', line 4854

def deliveryTime
  @deliveryTime
end

#DeliveryTimeSettingsRDF::Vocabulary::Term (readonly)

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 [[shippingSettingsLink]] property of a [[OfferShippingDetails]]. Several occurrences can be published, distinguished (and identified/referenced) by their different values for [[transitTimeLabel]].

Returns:

  • (RDF::Vocabulary::Term)


846
847
848
# File 'lib/rdf/vocab/schemas.rb', line 846

def DeliveryTimeSettings
  @DeliveryTimeSettings
end

#DemandRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


850
851
852
# File 'lib/rdf/vocab/schemas.rb', line 850

def Demand
  @Demand
end

#DemoAlbumRDF::Vocabulary::Term (readonly)

DemoAlbum.

Returns:

  • (RDF::Vocabulary::Term)


9190
9191
9192
# File 'lib/rdf/vocab/schemas.rb', line 9190

def DemoAlbum
  @DemoAlbum
end

#DentistRDF::Vocabulary::Term (readonly)

A dentist.

Returns:

  • (RDF::Vocabulary::Term)


854
855
856
# File 'lib/rdf/vocab/schemas.rb', line 854

def Dentist
  @Dentist
end

#DentistryRDF::Vocabulary::Term (readonly)

A branch of medicine that is involved in the dental care.

Returns:

  • (RDF::Vocabulary::Term)


9194
9195
9196
# File 'lib/rdf/vocab/schemas.rb', line 9194

def Dentistry
  @Dentistry
end

#DepartActionRDF::Vocabulary::Term (readonly)

The act of departing from a place. An agent departs from an fromLocation for a destination, optionally with participants.

Returns:

  • (RDF::Vocabulary::Term)


858
859
860
# File 'lib/rdf/vocab/schemas.rb', line 858

def DepartAction
  @DepartAction
end

#departmentRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


4858
4859
4860
# File 'lib/rdf/vocab/schemas.rb', line 4858

def department
  @department
end

#DepartmentStoreRDF::Vocabulary::Term (readonly)

A department store.

Returns:

  • (RDF::Vocabulary::Term)


862
863
864
# File 'lib/rdf/vocab/schemas.rb', line 862

def DepartmentStore
  @DepartmentStore
end

#departureAirportRDF::Vocabulary::Term (readonly)

The airport where the flight originates.

Returns:

  • (RDF::Vocabulary::Term)


4862
4863
4864
# File 'lib/rdf/vocab/schemas.rb', line 4862

def departureAirport
  @departureAirport
end

#departureBoatTerminalRDF::Vocabulary::Term (readonly)

The terminal or port from which the boat departs.

Returns:

  • (RDF::Vocabulary::Term)


4866
4867
4868
# File 'lib/rdf/vocab/schemas.rb', line 4866

def departureBoatTerminal
  @departureBoatTerminal
end

#departureBusStopRDF::Vocabulary::Term (readonly)

The stop or station from which the bus departs.

Returns:

  • (RDF::Vocabulary::Term)


4870
4871
4872
# File 'lib/rdf/vocab/schemas.rb', line 4870

def departureBusStop
  @departureBusStop
end

#departureGateRDF::Vocabulary::Term (readonly)

Identifier of the flight’s departure gate.

Returns:

  • (RDF::Vocabulary::Term)


4874
4875
4876
# File 'lib/rdf/vocab/schemas.rb', line 4874

def departureGate
  @departureGate
end

#departurePlatformRDF::Vocabulary::Term (readonly)

The platform from which the train departs.

Returns:

  • (RDF::Vocabulary::Term)


4878
4879
4880
# File 'lib/rdf/vocab/schemas.rb', line 4878

def departurePlatform
  @departurePlatform
end

#departureStationRDF::Vocabulary::Term (readonly)

The station from which the train departs.

Returns:

  • (RDF::Vocabulary::Term)


4882
4883
4884
# File 'lib/rdf/vocab/schemas.rb', line 4882

def departureStation
  @departureStation
end

#departureTerminalRDF::Vocabulary::Term (readonly)

Identifier of the flight’s departure terminal.

Returns:

  • (RDF::Vocabulary::Term)


4886
4887
4888
# File 'lib/rdf/vocab/schemas.rb', line 4886

def departureTerminal
  @departureTerminal
end

#departureTimeRDF::Vocabulary::Term (readonly)

The expected departure time.

Returns:

  • (RDF::Vocabulary::Term)


4890
4891
4892
# File 'lib/rdf/vocab/schemas.rb', line 4890

def departureTime
  @departureTime
end

#dependenciesRDF::Vocabulary::Term (readonly)

Prerequisites needed to fulfill steps in article.

Returns:

  • (RDF::Vocabulary::Term)


4894
4895
4896
# File 'lib/rdf/vocab/schemas.rb', line 4894

def dependencies
  @dependencies
end

#DepositAccountRDF::Vocabulary::Term (readonly)

A type of Bank Account with a main purpose of depositing funds to gain interest or other benefits.

Returns:

  • (RDF::Vocabulary::Term)


866
867
868
# File 'lib/rdf/vocab/schemas.rb', line 866

def DepositAccount
  @DepositAccount
end

#depthRDF::Vocabulary::Term (readonly)

The depth of the item.

Returns:

  • (RDF::Vocabulary::Term)


4898
4899
4900
# File 'lib/rdf/vocab/schemas.rb', line 4898

def depth
  @depth
end

#DermatologicRDF::Vocabulary::Term (readonly)

Something relating to or practicing dermatology

Returns:

  • (RDF::Vocabulary::Term)


9198
9199
9200
# File 'lib/rdf/vocab/schemas.rb', line 9198

def Dermatologic
  @Dermatologic
end

#DermatologyRDF::Vocabulary::Term (readonly)

A specific branch of medical science that pertains to diagnosis and treatment of disorders of skin.

Returns:

  • (RDF::Vocabulary::Term)


9202
9203
9204
# File 'lib/rdf/vocab/schemas.rb', line 9202

def Dermatology
  @Dermatology
end

#descriptionRDF::Vocabulary::Term (readonly)

A description of the item.

Returns:

  • (RDF::Vocabulary::Term)


4902
4903
4904
# File 'lib/rdf/vocab/schemas.rb', line 4902

def description
  @description
end

#deviceRDF::Vocabulary::Term (readonly)

Device required to run the application. Used in cases where a specific make/model is required to run the application.

Returns:

  • (RDF::Vocabulary::Term)


4906
4907
4908
# File 'lib/rdf/vocab/schemas.rb', line 4906

def device
  @device
end

#DiabeticDietRDF::Vocabulary::Term (readonly)

A diet appropriate for people with diabetes.

Returns:

  • (RDF::Vocabulary::Term)


9206
9207
9208
# File 'lib/rdf/vocab/schemas.rb', line 9206

def DiabeticDiet
  @DiabeticDiet
end

#diagnosisRDF::Vocabulary::Term (readonly)

One or more alternative conditions considered in the differential diagnosis process as output of a diagnosis process.

Returns:

  • (RDF::Vocabulary::Term)


4910
4911
4912
# File 'lib/rdf/vocab/schemas.rb', line 4910

def diagnosis
  @diagnosis
end

#DiagnosticRDF::Vocabulary::Term (readonly)

A medical device used for diagnostic purposes.

Returns:

  • (RDF::Vocabulary::Term)


9210
9211
9212
# File 'lib/rdf/vocab/schemas.rb', line 9210

def Diagnostic
  @Diagnostic
end

#DiagnosticLabRDF::Vocabulary::Term (readonly)

A medical laboratory that offers on-site or off-site diagnostic services.

Returns:

  • (RDF::Vocabulary::Term)


870
871
872
# File 'lib/rdf/vocab/schemas.rb', line 870

def DiagnosticLab
  @DiagnosticLab
end

#DiagnosticProcedureRDF::Vocabulary::Term (readonly)

A medical procedure intended primarily for diagnostic, as opposed to therapeutic, purposes.

Returns:

  • (RDF::Vocabulary::Term)


874
875
876
# File 'lib/rdf/vocab/schemas.rb', line 874

def DiagnosticProcedure
  @DiagnosticProcedure
end

#diagramRDF::Vocabulary::Term (readonly)

An image containing a diagram that illustrates the structure and/or its component substructures and/or connections with other structures.

Returns:

  • (RDF::Vocabulary::Term)


4914
4915
4916
# File 'lib/rdf/vocab/schemas.rb', line 4914

def diagram
  @diagram
end

#dietRDF::Vocabulary::Term (readonly)

A sub property of instrument. The diet used in this action.

Returns:

  • (RDF::Vocabulary::Term)


4918
4919
4920
# File 'lib/rdf/vocab/schemas.rb', line 4918

def diet
  @diet
end

#DietRDF::Vocabulary::Term (readonly)

A strategy of regulating the intake of food to achieve or maintain a specific health-related goal.

Returns:

  • (RDF::Vocabulary::Term)


878
879
880
# File 'lib/rdf/vocab/schemas.rb', line 878

def Diet
  @Diet
end

#DietarySupplementRDF::Vocabulary::Term (readonly)

A product taken by mouth that contains a dietary ingredient intended to supplement the diet. Dietary ingredients may include vitamins, minerals, herbs or other botanicals, amino acids, and substances such as enzymes, organ tissues, glandulars and metabolites.

Returns:

  • (RDF::Vocabulary::Term)


882
883
884
# File 'lib/rdf/vocab/schemas.rb', line 882

def DietarySupplement
  @DietarySupplement
end

#dietFeaturesRDF::Vocabulary::Term (readonly)

Nutritional information specific to the dietary plan. May include dietary recommendations on what foods to avoid, what foods to consume, and specific alterations/deviations from the USDA or other regulatory body’s approved dietary guidelines.

Returns:

  • (RDF::Vocabulary::Term)


4922
4923
4924
# File 'lib/rdf/vocab/schemas.rb', line 4922

def dietFeatures
  @dietFeatures
end

#DietNutritionRDF::Vocabulary::Term (readonly)

Dietetic and nutrition as a medical speciality.

Returns:

  • (RDF::Vocabulary::Term)


9214
9215
9216
# File 'lib/rdf/vocab/schemas.rb', line 9214

def DietNutrition
  @DietNutrition
end

#differentialDiagnosisRDF::Vocabulary::Term (readonly)

One of a set of differential diagnoses for the condition. Specifically, a closely-related or competing diagnosis typically considered later in the cognitive process whereby this medical condition is distinguished from others most likely responsible for a similar collection of signs and symptoms to reach the most parsimonious diagnosis or diagnoses in a patient.

Returns:

  • (RDF::Vocabulary::Term)


4926
4927
4928
# File 'lib/rdf/vocab/schemas.rb', line 4926

def differentialDiagnosis
  @differentialDiagnosis
end

#DigitalAudioTapeFormatRDF::Vocabulary::Term (readonly)

DigitalAudioTapeFormat.

Returns:

  • (RDF::Vocabulary::Term)


9218
9219
9220
# File 'lib/rdf/vocab/schemas.rb', line 9218

def DigitalAudioTapeFormat
  @DigitalAudioTapeFormat
end

#DigitalDocumentRDF::Vocabulary::Term (readonly)

An electronic file or document.

Returns:

  • (RDF::Vocabulary::Term)


886
887
888
# File 'lib/rdf/vocab/schemas.rb', line 886

def DigitalDocument
  @DigitalDocument
end

#DigitalDocumentPermissionRDF::Vocabulary::Term (readonly)

A permission for a particular person or group to access a particular file.

Returns:

  • (RDF::Vocabulary::Term)


890
891
892
# File 'lib/rdf/vocab/schemas.rb', line 890

def DigitalDocumentPermission
  @DigitalDocumentPermission
end

#DigitalDocumentPermissionTypeRDF::Vocabulary::Term (readonly)

A type of permission which can be granted for accessing a digital document.

Returns:

  • (RDF::Vocabulary::Term)


894
895
896
# File 'lib/rdf/vocab/schemas.rb', line 894

def DigitalDocumentPermissionType
  @DigitalDocumentPermissionType
end

#DigitalFormatRDF::Vocabulary::Term (readonly)

DigitalFormat.

Returns:

  • (RDF::Vocabulary::Term)


9222
9223
9224
# File 'lib/rdf/vocab/schemas.rb', line 9222

def DigitalFormat
  @DigitalFormat
end

#directorRDF::Vocabulary::Term (readonly)

A director of e.g. tv, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip.

Returns:

  • (RDF::Vocabulary::Term)


4930
4931
4932
# File 'lib/rdf/vocab/schemas.rb', line 4930

def director
  @director
end

#directorsRDF::Vocabulary::Term (readonly)

A director of e.g. tv, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip.

Returns:

  • (RDF::Vocabulary::Term)


4934
4935
4936
# File 'lib/rdf/vocab/schemas.rb', line 4934

def directors
  @directors
end

#DisabilitySupportRDF::Vocabulary::Term (readonly)

DisabilitySupport: this is a benefit for disability support.

Returns:

  • (RDF::Vocabulary::Term)


9226
9227
9228
# File 'lib/rdf/vocab/schemas.rb', line 9226

def DisabilitySupport
  @DisabilitySupport
end

#DisagreeActionRDF::Vocabulary::Term (readonly)

The act of expressing a difference of opinion with the object. An agent disagrees to/about an object (a proposition, topic or theme) with participants.

Returns:

  • (RDF::Vocabulary::Term)


898
899
900
# File 'lib/rdf/vocab/schemas.rb', line 898

def DisagreeAction
  @DisagreeAction
end

#disambiguatingDescriptionRDF::Vocabulary::Term (readonly)

A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.

Returns:

  • (RDF::Vocabulary::Term)


4938
4939
4940
# File 'lib/rdf/vocab/schemas.rb', line 4938

def disambiguatingDescription
  @disambiguatingDescription
end

#DiscontinuedRDF::Vocabulary::Term (readonly)

Indicates that the item has been discontinued.

Returns:

  • (RDF::Vocabulary::Term)


9230
9231
9232
# File 'lib/rdf/vocab/schemas.rb', line 9230

def Discontinued
  @Discontinued
end

#discountRDF::Vocabulary::Term (readonly)

Any discount applied (to an Order).

Returns:

  • (RDF::Vocabulary::Term)


4942
4943
4944
# File 'lib/rdf/vocab/schemas.rb', line 4942

def discount
  @discount
end

#discountCodeRDF::Vocabulary::Term (readonly)

Code used to redeem a discount.

Returns:

  • (RDF::Vocabulary::Term)


4946
4947
4948
# File 'lib/rdf/vocab/schemas.rb', line 4946

def discountCode
  @discountCode
end

#discountCurrencyRDF::Vocabulary::Term (readonly)

The currency of the discount.nnUse standard formats: [ISO 4217 currency format](en.wikipedia.org/wiki/ISO_4217) e.g. “USD”; [Ticker symbol](en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies e.g. “BTC”; well known names for [Local Exchange Tradings Systems](en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types e.g. “Ithaca HOUR”.

Returns:

  • (RDF::Vocabulary::Term)


4950
4951
4952
# File 'lib/rdf/vocab/schemas.rb', line 4950

def discountCurrency
  @discountCurrency
end

#DiscoverActionRDF::Vocabulary::Term (readonly)

The act of discovering/finding an object.

Returns:

  • (RDF::Vocabulary::Term)


902
903
904
# File 'lib/rdf/vocab/schemas.rb', line 902

def DiscoverAction
  @DiscoverAction
end

#discussesRDF::Vocabulary::Term (readonly)

Specifies the CreativeWork associated with the UserComment.

Returns:

  • (RDF::Vocabulary::Term)


4954
4955
4956
# File 'lib/rdf/vocab/schemas.rb', line 4954

def discusses
  @discusses
end

#DiscussionForumPostingRDF::Vocabulary::Term (readonly)

A posting to a discussion forum.

Returns:

  • (RDF::Vocabulary::Term)


906
907
908
# File 'lib/rdf/vocab/schemas.rb', line 906

def DiscussionForumPosting
  @DiscussionForumPosting
end

#discussionUrlRDF::Vocabulary::Term (readonly)

A link to the page containing the comments of the CreativeWork.

Returns:

  • (RDF::Vocabulary::Term)


4958
4959
4960
# File 'lib/rdf/vocab/schemas.rb', line 4958

def discussionUrl
  @discussionUrl
end

#diseasePreventionInfoRDF::Vocabulary::Term (readonly)

Information about disease prevention.

Returns:

  • (RDF::Vocabulary::Term)


4962
4963
4964
# File 'lib/rdf/vocab/schemas.rb', line 4962

def diseasePreventionInfo
  @diseasePreventionInfo
end

#diseaseSpreadStatisticsRDF::Vocabulary::Term (readonly)

Statistical information about the spread of a disease, either as [[WebContent]], or described directly as a [[Dataset]], or the specific [[Observation]]s in the dataset. When a [[WebContent]] URL is provided, the page indicated might also contain more such markup.

Returns:

  • (RDF::Vocabulary::Term)


4966
4967
4968
# File 'lib/rdf/vocab/schemas.rb', line 4966

def diseaseSpreadStatistics
  @diseaseSpreadStatistics
end

#DislikeActionRDF::Vocabulary::Term (readonly)

The act of expressing a negative sentiment about the object. An agent dislikes an object (a proposition, topic or theme) with participants.

Returns:

  • (RDF::Vocabulary::Term)


910
911
912
# File 'lib/rdf/vocab/schemas.rb', line 910

def DislikeAction
  @DislikeAction
end

#dissolutionDateRDF::Vocabulary::Term (readonly)

The date that this organization was dissolved.

Returns:

  • (RDF::Vocabulary::Term)


4970
4971
4972
# File 'lib/rdf/vocab/schemas.rb', line 4970

def dissolutionDate
  @dissolutionDate
end

#distanceRDF::Vocabulary::Term (readonly)

The distance travelled, e.g. exercising or travelling.

Returns:

  • (RDF::Vocabulary::Term)


4974
4975
4976
# File 'lib/rdf/vocab/schemas.rb', line 4974

def distance
  @distance
end

#DistanceRDF::Vocabulary::Term (readonly)

Properties that take Distances as values are of the form ‘&lt;Number&gt; &lt;Length unit of measure&gt;’. E.g., ‘7 ft’.

Returns:

  • (RDF::Vocabulary::Term)


914
915
916
# File 'lib/rdf/vocab/schemas.rb', line 914

def Distance
  @Distance
end

#DistanceFeeRDF::Vocabulary::Term (readonly)

Represents the distance fee (e.g., price per km or mile) part of the total price for an offered product, for example a car rental

Returns:

  • (RDF::Vocabulary::Term)


9234
9235
9236
# File 'lib/rdf/vocab/schemas.rb', line 9234

def DistanceFee
  @DistanceFee
end

#DistilleryRDF::Vocabulary::Term (readonly)

A distillery.

Returns:

  • (RDF::Vocabulary::Term)


918
919
920
# File 'lib/rdf/vocab/schemas.rb', line 918

def Distillery
  @Distillery
end

#distinguishingSignRDF::Vocabulary::Term (readonly)

One of a set of signs and symptoms that can be used to distinguish this diagnosis from others in the differential diagnosis.

Returns:

  • (RDF::Vocabulary::Term)


4978
4979
4980
# File 'lib/rdf/vocab/schemas.rb', line 4978

def distinguishingSign
  @distinguishingSign
end

#distributionRDF::Vocabulary::Term (readonly)

A downloadable form of this dataset, at a specific location, in a specific format.

Returns:

  • (RDF::Vocabulary::Term)


4982
4983
4984
# File 'lib/rdf/vocab/schemas.rb', line 4982

def distribution
  @distribution
end

#diversityPolicyRDF::Vocabulary::Term (readonly)

Statement on diversity policy by an [[Organization]] e.g. a [[NewsMediaOrganization]]. For a [[NewsMediaOrganization]], a statement describing the newsroom’s diversity policy on both staffing and sources, typically providing staffing data.

Returns:

  • (RDF::Vocabulary::Term)


4986
4987
4988
# File 'lib/rdf/vocab/schemas.rb', line 4986

def diversityPolicy
  @diversityPolicy
end

#diversityStaffingReportRDF::Vocabulary::Term (readonly)

For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]]), a report on staffing diversity issues. In a news context this might be for example ASNE or RTDNA (US) reports, or self-reported.

Returns:

  • (RDF::Vocabulary::Term)


4990
4991
4992
# File 'lib/rdf/vocab/schemas.rb', line 4990

def diversityStaffingReport
  @diversityStaffingReport
end

#DJMixAlbumRDF::Vocabulary::Term (readonly)

DJMixAlbum.

Returns:

  • (RDF::Vocabulary::Term)


9174
9175
9176
# File 'lib/rdf/vocab/schemas.rb', line 9174

def DJMixAlbum
  @DJMixAlbum
end

#documentationRDF::Vocabulary::Term (readonly)

Further documentation describing the Web API in more detail.

Returns:

  • (RDF::Vocabulary::Term)


4994
4995
4996
# File 'lib/rdf/vocab/schemas.rb', line 4994

def documentation
  @documentation
end

#doesNotShipRDF::Vocabulary::Term (readonly)

Indicates when shipping to a particular [[shippingDestination]] is not available.

Returns:

  • (RDF::Vocabulary::Term)


4998
4999
5000
# File 'lib/rdf/vocab/schemas.rb', line 4998

def doesNotShip
  @doesNotShip
end

#domainIncludesRDF::Vocabulary::Term (readonly)

Relates a property to a class that is (one of) the type(s) the property is expected to be used on.

Returns:

  • (RDF::Vocabulary::Term)


5002
5003
5004
# File 'lib/rdf/vocab/schemas.rb', line 5002

def domainIncludes
  @domainIncludes
end

#domiciledMortgageRDF::Vocabulary::Term (readonly)

Whether borrower is a resident of the jurisdiction where the property is located.

Returns:

  • (RDF::Vocabulary::Term)


5006
5007
5008
# File 'lib/rdf/vocab/schemas.rb', line 5006

def domiciledMortgage
  @domiciledMortgage
end

#DonateActionRDF::Vocabulary::Term (readonly)

The act of providing goods, services, or money without compensation, often for philanthropic reasons.

Returns:

  • (RDF::Vocabulary::Term)


922
923
924
# File 'lib/rdf/vocab/schemas.rb', line 922

def DonateAction
  @DonateAction
end

#doorTimeRDF::Vocabulary::Term (readonly)

The time admission will commence.

Returns:

  • (RDF::Vocabulary::Term)


5010
5011
5012
# File 'lib/rdf/vocab/schemas.rb', line 5010

def doorTime
  @doorTime
end

#dosageFormRDF::Vocabulary::Term (readonly)

A dosage form in which this drug/supplement is available, e.g. ‘tablet’, ‘suspension’, ‘injection’.

Returns:

  • (RDF::Vocabulary::Term)


5014
5015
5016
# File 'lib/rdf/vocab/schemas.rb', line 5014

def dosageForm
  @dosageForm
end

#DoseScheduleRDF::Vocabulary::Term (readonly)

A specific dosing schedule for a drug or supplement.

Returns:

  • (RDF::Vocabulary::Term)


926
927
928
# File 'lib/rdf/vocab/schemas.rb', line 926

def DoseSchedule
  @DoseSchedule
end

#doseScheduleRDF::Vocabulary::Term (readonly)

A dosing schedule for the drug for a given population, either observed, recommended, or maximum dose based on the type used.

Returns:

  • (RDF::Vocabulary::Term)


5018
5019
5020
# File 'lib/rdf/vocab/schemas.rb', line 5018

def doseSchedule
  @doseSchedule
end

#doseUnitRDF::Vocabulary::Term (readonly)

The unit of the dose, e.g. ‘mg’.

Returns:

  • (RDF::Vocabulary::Term)


5022
5023
5024
# File 'lib/rdf/vocab/schemas.rb', line 5022

def doseUnit
  @doseUnit
end

#doseValueRDF::Vocabulary::Term (readonly)

The value of the dose, e.g. 500.

Returns:

  • (RDF::Vocabulary::Term)


5026
5027
5028
# File 'lib/rdf/vocab/schemas.rb', line 5026

def doseValue
  @doseValue
end

#DoubleBlindedTrialRDF::Vocabulary::Term (readonly)

A trial design in which neither the researcher nor the patient knows the details of the treatment the patient was randomly assigned to.

Returns:

  • (RDF::Vocabulary::Term)


9238
9239
9240
# File 'lib/rdf/vocab/schemas.rb', line 9238

def DoubleBlindedTrial
  @DoubleBlindedTrial
end

#DownloadActionRDF::Vocabulary::Term (readonly)

The act of downloading an object.

Returns:

  • (RDF::Vocabulary::Term)


930
931
932
# File 'lib/rdf/vocab/schemas.rb', line 930

def DownloadAction
  @DownloadAction
end

#downloadUrlRDF::Vocabulary::Term (readonly)

If the file can be downloaded, URL to download the binary.

Returns:

  • (RDF::Vocabulary::Term)


5034
5035
5036
# File 'lib/rdf/vocab/schemas.rb', line 5034

def downloadUrl
  @downloadUrl
end

#DownpaymentRDF::Vocabulary::Term (readonly)

Represents the downpayment (up-front payment) price component of the total price for an offered product that has additional installment payments

Returns:

  • (RDF::Vocabulary::Term)


9242
9243
9244
# File 'lib/rdf/vocab/schemas.rb', line 9242

def Downpayment
  @Downpayment
end

#downPaymentRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


5030
5031
5032
# File 'lib/rdf/vocab/schemas.rb', line 5030

def downPayment
  @downPayment
end

#downvoteCountRDF::Vocabulary::Term (readonly)

The number of downvotes this question, answer or comment has received from the community.

Returns:

  • (RDF::Vocabulary::Term)


5038
5039
5040
# File 'lib/rdf/vocab/schemas.rb', line 5038

def downvoteCount
  @downvoteCount
end

#drainsToRDF::Vocabulary::Term (readonly)

The vasculature that the vein drains into.

Returns:

  • (RDF::Vocabulary::Term)


5042
5043
5044
# File 'lib/rdf/vocab/schemas.rb', line 5042

def drainsTo
  @drainsTo
end

#DrawActionRDF::Vocabulary::Term (readonly)

The act of producing a visual/graphical representation of an object, typically with a pen/pencil and paper as instruments.

Returns:

  • (RDF::Vocabulary::Term)


934
935
936
# File 'lib/rdf/vocab/schemas.rb', line 934

def DrawAction
  @DrawAction
end

#DrawingRDF::Vocabulary::Term (readonly)

A picture or diagram made with a pencil, pen, or crayon rather than paint.

Returns:

  • (RDF::Vocabulary::Term)


938
939
940
# File 'lib/rdf/vocab/schemas.rb', line 938

def Drawing
  @Drawing
end

#DrinkActionRDF::Vocabulary::Term (readonly)

The act of swallowing liquids.

Returns:

  • (RDF::Vocabulary::Term)


942
943
944
# File 'lib/rdf/vocab/schemas.rb', line 942

def DrinkAction
  @DrinkAction
end

#driveWheelConfigurationRDF::Vocabulary::Term (readonly)

The drive wheel configuration, i.e. which roadwheels will receive torque from the vehicle’s engine via the drivetrain.

Returns:

  • (RDF::Vocabulary::Term)


5046
5047
5048
# File 'lib/rdf/vocab/schemas.rb', line 5046

def driveWheelConfiguration
  @driveWheelConfiguration
end

#DriveWheelConfigurationValueRDF::Vocabulary::Term (readonly)

A value indicating which roadwheels will receive torque.

Returns:

  • (RDF::Vocabulary::Term)


946
947
948
# File 'lib/rdf/vocab/schemas.rb', line 946

def DriveWheelConfigurationValue
  @DriveWheelConfigurationValue
end

#DrivingSchoolVehicleUsageRDF::Vocabulary::Term (readonly)

Indicates the usage of the vehicle for driving school.

Returns:

  • (RDF::Vocabulary::Term)


9246
9247
9248
# File 'lib/rdf/vocab/schemas.rb', line 9246

def DrivingSchoolVehicleUsage
  @DrivingSchoolVehicleUsage
end

#dropoffLocationRDF::Vocabulary::Term (readonly)

Where a rental car can be dropped off.

Returns:

  • (RDF::Vocabulary::Term)


5050
5051
5052
# File 'lib/rdf/vocab/schemas.rb', line 5050

def dropoffLocation
  @dropoffLocation
end

#dropoffTimeRDF::Vocabulary::Term (readonly)

When a rental car can be dropped off.

Returns:

  • (RDF::Vocabulary::Term)


5054
5055
5056
# File 'lib/rdf/vocab/schemas.rb', line 5054

def dropoffTime
  @dropoffTime
end

#drugRDF::Vocabulary::Term (readonly)

Specifying a drug or medicine used in a medication procedure

Returns:

  • (RDF::Vocabulary::Term)


5058
5059
5060
# File 'lib/rdf/vocab/schemas.rb', line 5058

def drug
  @drug
end

#DrugRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


950
951
952
# File 'lib/rdf/vocab/schemas.rb', line 950

def Drug
  @Drug
end

#drugClassRDF::Vocabulary::Term (readonly)

The class of drug this belongs to (e.g., statins).

Returns:

  • (RDF::Vocabulary::Term)


5062
5063
5064
# File 'lib/rdf/vocab/schemas.rb', line 5062

def drugClass
  @drugClass
end

#DrugClassRDF::Vocabulary::Term (readonly)

A class of medical drugs, e.g., statins. Classes can represent general pharmacological class, common mechanisms of action, common physiological effects, etc.

Returns:

  • (RDF::Vocabulary::Term)


954
955
956
# File 'lib/rdf/vocab/schemas.rb', line 954

def DrugClass
  @DrugClass
end

#DrugCostRDF::Vocabulary::Term (readonly)

The cost per unit of a medical drug. Note that this type is not meant to represent the price in an offer of a drug for sale; see the Offer type for that. This type will typically be used to tag wholesale or average retail cost of a drug, or maximum reimbursable cost. Costs of medical drugs vary widely depending on how and where they are paid for, so while this type captures some of the variables, costs should be used with caution by consumers of this schema’s markup.

Returns:

  • (RDF::Vocabulary::Term)


958
959
960
# File 'lib/rdf/vocab/schemas.rb', line 958

def DrugCost
  @DrugCost
end

#DrugCostCategoryRDF::Vocabulary::Term (readonly)

Enumerated categories of medical drug costs.

Returns:

  • (RDF::Vocabulary::Term)


962
963
964
# File 'lib/rdf/vocab/schemas.rb', line 962

def DrugCostCategory
  @DrugCostCategory
end

#DrugLegalStatusRDF::Vocabulary::Term (readonly)

The legal availability status of a medical drug.

Returns:

  • (RDF::Vocabulary::Term)


966
967
968
# File 'lib/rdf/vocab/schemas.rb', line 966

def DrugLegalStatus
  @DrugLegalStatus
end

#DrugPregnancyCategoryRDF::Vocabulary::Term (readonly)

Categories that represent an assessment of the risk of fetal injury due to a drug or pharmaceutical used as directed by the mother during pregnancy.

Returns:

  • (RDF::Vocabulary::Term)


970
971
972
# File 'lib/rdf/vocab/schemas.rb', line 970

def DrugPregnancyCategory
  @DrugPregnancyCategory
end

#DrugPrescriptionStatusRDF::Vocabulary::Term (readonly)

Indicates whether this drug is available by prescription or over-the-counter.

Returns:

  • (RDF::Vocabulary::Term)


974
975
976
# File 'lib/rdf/vocab/schemas.rb', line 974

def DrugPrescriptionStatus
  @DrugPrescriptionStatus
end

#DrugStrengthRDF::Vocabulary::Term (readonly)

A specific strength in which a medical drug is available in a specific country.

Returns:

  • (RDF::Vocabulary::Term)


978
979
980
# File 'lib/rdf/vocab/schemas.rb', line 978

def DrugStrength
  @DrugStrength
end

#drugUnitRDF::Vocabulary::Term (readonly)

The unit in which the drug is measured, e.g. ‘5 mg tablet’.

Returns:

  • (RDF::Vocabulary::Term)


5066
5067
5068
# File 'lib/rdf/vocab/schemas.rb', line 5066

def drugUnit
  @drugUnit
end

#DryCleaningOrLaundryRDF::Vocabulary::Term (readonly)

A dry-cleaning business.

Returns:

  • (RDF::Vocabulary::Term)


982
983
984
# File 'lib/rdf/vocab/schemas.rb', line 982

def DryCleaningOrLaundry
  @DryCleaningOrLaundry
end

#dunsRDF::Vocabulary::Term (readonly)

The Dun & Bradstreet DUNS number for identifying an organization or business person.

Returns:

  • (RDF::Vocabulary::Term)


5070
5071
5072
# File 'lib/rdf/vocab/schemas.rb', line 5070

def duns
  @duns
end

#duplicateTherapyRDF::Vocabulary::Term (readonly)

A therapy that duplicates or overlaps this one.

Returns:

  • (RDF::Vocabulary::Term)


5074
5075
5076
# File 'lib/rdf/vocab/schemas.rb', line 5074

def duplicateTherapy
  @duplicateTherapy
end

#durationRDF::Vocabulary::Term (readonly)

The duration of the item (movie, audio recording, event, etc.) in [ISO 8601 date format](en.wikipedia.org/wiki/ISO_8601).

Returns:

  • (RDF::Vocabulary::Term)


5078
5079
5080
# File 'lib/rdf/vocab/schemas.rb', line 5078

def duration
  @duration
end

#DurationRDF::Vocabulary::Term (readonly)

Quantity: Duration (use [ISO 8601 duration format](en.wikipedia.org/wiki/ISO_8601)).

Returns:

  • (RDF::Vocabulary::Term)


986
987
988
# File 'lib/rdf/vocab/schemas.rb', line 986

def Duration
  @Duration
end

#durationOfWarrantyRDF::Vocabulary::Term (readonly)

The duration of the warranty promise. Common unitCode values are ANN for year, MON for months, or DAY for days.

Returns:

  • (RDF::Vocabulary::Term)


5082
5083
5084
# File 'lib/rdf/vocab/schemas.rb', line 5082

def durationOfWarranty
  @durationOfWarranty
end

#duringMediaRDF::Vocabulary::Term (readonly)

A media object representing the circumstances while performing this direction.

Returns:

  • (RDF::Vocabulary::Term)


5086
5087
5088
# File 'lib/rdf/vocab/schemas.rb', line 5086

def duringMedia
  @duringMedia
end

#DVDFormatRDF::Vocabulary::Term (readonly)

DVDFormat.

Returns:

  • (RDF::Vocabulary::Term)


9178
9179
9180
# File 'lib/rdf/vocab/schemas.rb', line 9178

def DVDFormat
  @DVDFormat
end

#EarRDF::Vocabulary::Term (readonly)

Ear function assessment with clinical examination.

Returns:

  • (RDF::Vocabulary::Term)


9298
9299
9300
# File 'lib/rdf/vocab/schemas.rb', line 9298

def Ear
  @Ear
end

#earlyPrepaymentPenaltyRDF::Vocabulary::Term (readonly)

The amount to be paid as a penalty in the event of early payment of the loan.

Returns:

  • (RDF::Vocabulary::Term)


5090
5091
5092
# File 'lib/rdf/vocab/schemas.rb', line 5090

def earlyPrepaymentPenalty
  @earlyPrepaymentPenalty
end

#EatActionRDF::Vocabulary::Term (readonly)

The act of swallowing solid objects.

Returns:

  • (RDF::Vocabulary::Term)


994
995
996
# File 'lib/rdf/vocab/schemas.rb', line 994

def EatAction
  @EatAction
end

#EBookRDF::Vocabulary::Term (readonly)

Book format: Ebook.

Returns:

  • (RDF::Vocabulary::Term)


9250
9251
9252
# File 'lib/rdf/vocab/schemas.rb', line 9250

def EBook
  @EBook
end

#editEIDRRDF::Vocabulary::Term (readonly)

An [EIDR](eidr.org/) (Entertainment Identifier Registry) [[identifier]] representing a specific edit / edition for a work of film or television. For example, the motion picture known as “Ghostbusters” whose [[titleEIDR]] 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”. Since schema.org types like [[Movie]] and [[TVEpisode]] can be used for both works and their multiple expressions, it is possible to use [[titleEIDR]] alone (for a general description), or alongside [[editEIDR]] for a more edit-specific description.

Returns:

  • (RDF::Vocabulary::Term)


5094
5095
5096
# File 'lib/rdf/vocab/schemas.rb', line 5094

def editEIDR
  @editEIDR
end

#editorRDF::Vocabulary::Term (readonly)

Specifies the Person who edited the CreativeWork.

Returns:

  • (RDF::Vocabulary::Term)


5098
5099
5100
# File 'lib/rdf/vocab/schemas.rb', line 5098

def editor
  @editor
end

#educationalAlignmentRDF::Vocabulary::Term (readonly)

An alignment to an established educational framework. 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 [[teaches]] or [[assesses]] a competency.

Returns:

  • (RDF::Vocabulary::Term)


5110
5111
5112
# File 'lib/rdf/vocab/schemas.rb', line 5110

def educationalAlignment
  @educationalAlignment
end

#EducationalAudienceRDF::Vocabulary::Term (readonly)

An EducationalAudience.

Returns:

  • (RDF::Vocabulary::Term)


1002
1003
1004
# File 'lib/rdf/vocab/schemas.rb', line 1002

def EducationalAudience
  @EducationalAudience
end

#educationalCredentialAwardedRDF::Vocabulary::Term (readonly)

A description of the qualification, award, certificate, diploma or other educational credential awarded as a consequence of successful completion of this course or program.

Returns:

  • (RDF::Vocabulary::Term)


5114
5115
5116
# File 'lib/rdf/vocab/schemas.rb', line 5114

def educationalCredentialAwarded
  @educationalCredentialAwarded
end

#educationalFrameworkRDF::Vocabulary::Term (readonly)

The framework to which the resource being described is aligned.

Returns:

  • (RDF::Vocabulary::Term)


5118
5119
5120
# File 'lib/rdf/vocab/schemas.rb', line 5118

def educationalFramework
  @educationalFramework
end

#educationalLevelRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


5122
5123
5124
# File 'lib/rdf/vocab/schemas.rb', line 5122

def educationalLevel
  @educationalLevel
end

#EducationalOccupationalCredentialRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


1006
1007
1008
# File 'lib/rdf/vocab/schemas.rb', line 1006

def EducationalOccupationalCredential
  @EducationalOccupationalCredential
end

#EducationalOccupationalProgramRDF::Vocabulary::Term (readonly)

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).

Returns:

  • (RDF::Vocabulary::Term)


1010
1011
1012
# File 'lib/rdf/vocab/schemas.rb', line 1010

def EducationalOccupationalProgram
  @EducationalOccupationalProgram
end

#EducationalOrganizationRDF::Vocabulary::Term (readonly)

An educational organization.

Returns:

  • (RDF::Vocabulary::Term)


1014
1015
1016
# File 'lib/rdf/vocab/schemas.rb', line 1014

def EducationalOrganization
  @EducationalOrganization
end

#educationalProgramModeRDF::Vocabulary::Term (readonly)

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. ceds.ed.gov/element/001311#Asynchronous ).

Returns:

  • (RDF::Vocabulary::Term)


5126
5127
5128
# File 'lib/rdf/vocab/schemas.rb', line 5126

def educationalProgramMode
  @educationalProgramMode
end

#educationalRoleRDF::Vocabulary::Term (readonly)

An educationalRole of an EducationalAudience.

Returns:

  • (RDF::Vocabulary::Term)


5130
5131
5132
# File 'lib/rdf/vocab/schemas.rb', line 5130

def educationalRole
  @educationalRole
end

#educationalUseRDF::Vocabulary::Term (readonly)

The purpose of a work in the context of education; for example, ‘assignment’, ‘group work’.

Returns:

  • (RDF::Vocabulary::Term)


5134
5135
5136
# File 'lib/rdf/vocab/schemas.rb', line 5134

def educationalUse
  @educationalUse
end

#EducationEventRDF::Vocabulary::Term (readonly)

Event type: Education event.

Returns:

  • (RDF::Vocabulary::Term)


998
999
1000
# File 'lib/rdf/vocab/schemas.rb', line 998

def EducationEvent
  @EducationEvent
end

#educationRequirementsRDF::Vocabulary::Term (readonly)

Educational background needed for the position or Occupation.

Returns:

  • (RDF::Vocabulary::Term)


5106
5107
5108
# File 'lib/rdf/vocab/schemas.rb', line 5106

def educationRequirements
  @educationRequirements
end

#eduQuestionTypeRDF::Vocabulary::Term (readonly)

For questions that are part of learning resources (e.g. Quiz), eduQuestionType indicates the format of question being given. Example: “Multiple choice”, “Open ended”, “Flashcard”.

Returns:

  • (RDF::Vocabulary::Term)


5102
5103
5104
# File 'lib/rdf/vocab/schemas.rb', line 5102

def eduQuestionType
  @eduQuestionType
end

#ElectricianRDF::Vocabulary::Term (readonly)

An electrician.

Returns:

  • (RDF::Vocabulary::Term)


1018
1019
1020
# File 'lib/rdf/vocab/schemas.rb', line 1018

def Electrician
  @Electrician
end

#ElectronicsStoreRDF::Vocabulary::Term (readonly)

An electronics store.

Returns:

  • (RDF::Vocabulary::Term)


1022
1023
1024
# File 'lib/rdf/vocab/schemas.rb', line 1022

def ElectronicsStore
  @ElectronicsStore
end

#ElementarySchoolRDF::Vocabulary::Term (readonly)

An elementary school.

Returns:

  • (RDF::Vocabulary::Term)


1026
1027
1028
# File 'lib/rdf/vocab/schemas.rb', line 1026

def ElementarySchool
  @ElementarySchool
end

#elevationRDF::Vocabulary::Term (readonly)

The elevation of a location ([WGS 84](en.wikipedia.org/wiki/World_Geodetic_System)). Values may be of the form ‘NUMBER UNIT_OF_MEASUREMENT’ (e.g., ‘1,000 m’, ‘3,200 ft’) while numbers alone should be assumed to be a value in meters.

Returns:

  • (RDF::Vocabulary::Term)


5138
5139
5140
# File 'lib/rdf/vocab/schemas.rb', line 5138

def elevation
  @elevation
end

#eligibilityToWorkRequirementRDF::Vocabulary::Term (readonly)

The legal requirements such as citizenship, visa and other documentation required for an applicant to this job.

Returns:

  • (RDF::Vocabulary::Term)


5142
5143
5144
# File 'lib/rdf/vocab/schemas.rb', line 5142

def eligibilityToWorkRequirement
  @eligibilityToWorkRequirement
end

#eligibleCustomerTypeRDF::Vocabulary::Term (readonly)

The type(s) of customers for which the given offer is valid.

Returns:

  • (RDF::Vocabulary::Term)


5146
5147
5148
# File 'lib/rdf/vocab/schemas.rb', line 5146

def eligibleCustomerType
  @eligibleCustomerType
end

#eligibleDurationRDF::Vocabulary::Term (readonly)

The duration for which the given offer is valid.

Returns:

  • (RDF::Vocabulary::Term)


5150
5151
5152
# File 'lib/rdf/vocab/schemas.rb', line 5150

def eligibleDuration
  @eligibleDuration
end

#eligibleQuantityRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


5154
5155
5156
# File 'lib/rdf/vocab/schemas.rb', line 5154

def eligibleQuantity
  @eligibleQuantity
end

#eligibleRegionRDF::Vocabulary::Term (readonly)

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.nnSee also [[ineligibleRegion]].

Returns:

  • (RDF::Vocabulary::Term)


5158
5159
5160
# File 'lib/rdf/vocab/schemas.rb', line 5158

def eligibleRegion
  @eligibleRegion
end

#eligibleTransactionVolumeRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


5162
5163
5164
# File 'lib/rdf/vocab/schemas.rb', line 5162

def eligibleTransactionVolume
  @eligibleTransactionVolume
end

#emailRDF::Vocabulary::Term (readonly)

Email address.

Returns:

  • (RDF::Vocabulary::Term)


5166
5167
5168
# File 'lib/rdf/vocab/schemas.rb', line 5166

def email
  @email
end

#EmailMessageRDF::Vocabulary::Term (readonly)

An email message.

Returns:

  • (RDF::Vocabulary::Term)


1030
1031
1032
# File 'lib/rdf/vocab/schemas.rb', line 1030

def EmailMessage
  @EmailMessage
end

#EmbassyRDF::Vocabulary::Term (readonly)

An embassy.

Returns:

  • (RDF::Vocabulary::Term)


1034
1035
1036
# File 'lib/rdf/vocab/schemas.rb', line 1034

def Embassy
  @Embassy
end

#embedUrlRDF::Vocabulary::Term (readonly)

A URL pointing to a player for a specific video. In general, this is the information in the “‘src“` element of an “`embed“` tag and should not be the same as the content of the “`loc“` tag.

Returns:

  • (RDF::Vocabulary::Term)


5170
5171
5172
# File 'lib/rdf/vocab/schemas.rb', line 5170

def embedUrl
  @embedUrl
end

#EmergencyRDF::Vocabulary::Term (readonly)

A specific branch of medical science that deals with the evaluation and initial treatment of medical conditions caused by trauma or sudden illness.

Returns:

  • (RDF::Vocabulary::Term)


9302
9303
9304
# File 'lib/rdf/vocab/schemas.rb', line 9302

def Emergency
  @Emergency
end

#EmergencyServiceRDF::Vocabulary::Term (readonly)

An emergency service, such as a fire station or ER.

Returns:

  • (RDF::Vocabulary::Term)


1038
1039
1040
# File 'lib/rdf/vocab/schemas.rb', line 1038

def EmergencyService
  @EmergencyService
end

#emissionsCO2RDF::Vocabulary::Term (readonly)

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”.

Returns:

  • (RDF::Vocabulary::Term)


5174
5175
5176
# File 'lib/rdf/vocab/schemas.rb', line 5174

def emissionsCO2
  @emissionsCO2
end

#employeeRDF::Vocabulary::Term (readonly)

Someone working for this organization.

Returns:

  • (RDF::Vocabulary::Term)


5178
5179
5180
# File 'lib/rdf/vocab/schemas.rb', line 5178

def employee
  @employee
end

#EmployeeRoleRDF::Vocabulary::Term (readonly)

A subclass of OrganizationRole used to describe employee relationships.

Returns:

  • (RDF::Vocabulary::Term)


1042
1043
1044
# File 'lib/rdf/vocab/schemas.rb', line 1042

def EmployeeRole
  @EmployeeRole
end

#employeesRDF::Vocabulary::Term (readonly)

People working for this organization.

Returns:

  • (RDF::Vocabulary::Term)


5182
5183
5184
# File 'lib/rdf/vocab/schemas.rb', line 5182

def employees
  @employees
end

#EmployerAggregateRatingRDF::Vocabulary::Term (readonly)

An aggregate rating of an Organization related to its role as an employer.

Returns:

  • (RDF::Vocabulary::Term)


1046
1047
1048
# File 'lib/rdf/vocab/schemas.rb', line 1046

def EmployerAggregateRating
  @EmployerAggregateRating
end

#employerOverviewRDF::Vocabulary::Term (readonly)

A description of the employer, career opportunities and work environment for this position.

Returns:

  • (RDF::Vocabulary::Term)


5186
5187
5188
# File 'lib/rdf/vocab/schemas.rb', line 5186

def employerOverview
  @employerOverview
end

#EmployerReviewRDF::Vocabulary::Term (readonly)

An [[EmployerReview]] is a review of an [[Organization]] regarding its role as an employer, written by a current or former employee of that organization.

Returns:

  • (RDF::Vocabulary::Term)


1050
1051
1052
# File 'lib/rdf/vocab/schemas.rb', line 1050

def EmployerReview
  @EmployerReview
end

#EmploymentAgencyRDF::Vocabulary::Term (readonly)

An employment agency.

Returns:

  • (RDF::Vocabulary::Term)


1054
1055
1056
# File 'lib/rdf/vocab/schemas.rb', line 1054

def EmploymentAgency
  @EmploymentAgency
end

#employmentTypeRDF::Vocabulary::Term (readonly)

Type of employment (e.g. full-time, part-time, contract, temporary, seasonal, internship).

Returns:

  • (RDF::Vocabulary::Term)


5190
5191
5192
# File 'lib/rdf/vocab/schemas.rb', line 5190

def employmentType
  @employmentType
end

#employmentUnitRDF::Vocabulary::Term (readonly)

Indicates the department, unit and/or facility where the employee reports and/or in which the job is to be performed.

Returns:

  • (RDF::Vocabulary::Term)


5194
5195
5196
# File 'lib/rdf/vocab/schemas.rb', line 5194

def employmentUnit
  @employmentUnit
end

#encodesCreativeWorkRDF::Vocabulary::Term (readonly)

The CreativeWork encoded by this media object.

Returns:

  • (RDF::Vocabulary::Term)


5198
5199
5200
# File 'lib/rdf/vocab/schemas.rb', line 5198

def encodesCreativeWork
  @encodesCreativeWork
end

#encodingRDF::Vocabulary::Term (readonly)

A media object that encodes this CreativeWork. This property is a synonym for associatedMedia.

Returns:

  • (RDF::Vocabulary::Term)


5202
5203
5204
# File 'lib/rdf/vocab/schemas.rb', line 5202

def encoding
  @encoding
end

#encodingFormatRDF::Vocabulary::Term (readonly)

Media type typically expressed using a MIME format (see [IANA site](www.iana.org/assignments/media-types/media-types.xhtml) and [MDN reference](developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types)) e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.). In cases where a [[CreativeWork]] has several media type representations, [[encoding]] can be used to indicate each [[MediaObject]] alongside particular [[encodingFormat]] information. Unregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry.

Returns:

  • (RDF::Vocabulary::Term)


5206
5207
5208
# File 'lib/rdf/vocab/schemas.rb', line 5206

def encodingFormat
  @encodingFormat
end

#encodingsRDF::Vocabulary::Term (readonly)

A media object that encodes this CreativeWork.

Returns:

  • (RDF::Vocabulary::Term)


5214
5215
5216
# File 'lib/rdf/vocab/schemas.rb', line 5214

def encodings
  @encodings
end

#encodingTypeRDF::Vocabulary::Term (readonly)

The supported encoding type(s) for an EntryPoint request.

Returns:

  • (RDF::Vocabulary::Term)


5210
5211
5212
# File 'lib/rdf/vocab/schemas.rb', line 5210

def encodingType
  @encodingType
end

#endDateRDF::Vocabulary::Term (readonly)

The end date and time of the item (in [ISO 8601 date format](en.wikipedia.org/wiki/ISO_8601)).

Returns:

  • (RDF::Vocabulary::Term)


5218
5219
5220
# File 'lib/rdf/vocab/schemas.rb', line 5218

def endDate
  @endDate
end

#EndocrineRDF::Vocabulary::Term (readonly)

A specific branch of medical science that pertains to diagnosis and treatment of disorders of endocrine glands and their secretions.

Returns:

  • (RDF::Vocabulary::Term)


9306
9307
9308
# File 'lib/rdf/vocab/schemas.rb', line 9306

def Endocrine
  @Endocrine
end

#endOffsetRDF::Vocabulary::Term (readonly)

The end time of the clip expressed as the number of seconds from the beginning of the work.

Returns:

  • (RDF::Vocabulary::Term)


5222
5223
5224
# File 'lib/rdf/vocab/schemas.rb', line 5222

def endOffset
  @endOffset
end

#EndorseActionRDF::Vocabulary::Term (readonly)

An agent approves/certifies/likes/supports/sanction an object.

Returns:

  • (RDF::Vocabulary::Term)


1058
1059
1060
# File 'lib/rdf/vocab/schemas.rb', line 1058

def EndorseAction
  @EndorseAction
end

#endorseeRDF::Vocabulary::Term (readonly)

A sub property of participant. The person/organization being supported.

Returns:

  • (RDF::Vocabulary::Term)


5230
5231
5232
# File 'lib/rdf/vocab/schemas.rb', line 5230

def endorsee
  @endorsee
end

#EndorsementRatingRDF::Vocabulary::Term (readonly)

An EndorsementRating is a rating that expresses some level of endorsement, for example inclusion in a “critic’s pick” blog, a “Like” or “+1” on a social network. It can be considered the [[result]] of an [[EndorseAction]] in which the [[object]] of the action is rated positively by some [[agent]]. As is common elsewhere in schema.org, it is sometimes more useful to describe the results of such an action without explicitly describing the [[Action]]. An [[EndorsementRating]] may be part of a numeric scale or organized system, but this is not required: having an explicit type for indicating a positive, endorsement rating is particularly useful in the absence of numeric scales as it helps consumers understand that the rating is broadly positive.

Returns:

  • (RDF::Vocabulary::Term)


1062
1063
1064
# File 'lib/rdf/vocab/schemas.rb', line 1062

def EndorsementRating
  @EndorsementRating
end

#endorsersRDF::Vocabulary::Term (readonly)

People or organizations that endorse the plan.

Returns:

  • (RDF::Vocabulary::Term)


5234
5235
5236
# File 'lib/rdf/vocab/schemas.rb', line 5234

def endorsers
  @endorsers
end

#endTimeRDF::Vocabulary::Term (readonly)

The endTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to end. For actions that span a period of time, when the action was performed. e.g. John wrote a book from January to December. For media, including audio and video, it’s the time offset of the end of a clip within a larger file.nnNote that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions.

Returns:

  • (RDF::Vocabulary::Term)


5226
5227
5228
# File 'lib/rdf/vocab/schemas.rb', line 5226

def endTime
  @endTime
end

#EnergyRDF::Vocabulary::Term (readonly)

Properties that take Energy as values are of the form ‘&lt;Number&gt; &lt;Energy unit of measure&gt;’.

Returns:

  • (RDF::Vocabulary::Term)


1066
1067
1068
# File 'lib/rdf/vocab/schemas.rb', line 1066

def Energy
  @Energy
end

#EnergyConsumptionDetailsRDF::Vocabulary::Term (readonly)

EnergyConsumptionDetails represents information related to the energy efficiency of a product that consumes energy. The information that can be provided is based on international regulations such as for example [EU directive 2017/1369](eur-lex.europa.eu/eli/reg/2017/1369/oj) for energy labeling and the [Energy labeling rule](www.ftc.gov/enforcement/rules/rulemaking-regulatory-reform-proceedings/energy-water-use-labeling-consumer) under the Energy Policy and Conservation Act (EPCA) in the US

Returns:

  • (RDF::Vocabulary::Term)


1070
1071
1072
# File 'lib/rdf/vocab/schemas.rb', line 1070

def EnergyConsumptionDetails
  @EnergyConsumptionDetails
end

#EnergyEfficiencyEnumerationRDF::Vocabulary::Term (readonly)

Enumerates energy efficiency levels (also known as “classes” or “ratings”) and certifications that are part of several international energy efficiency standards.

Returns:

  • (RDF::Vocabulary::Term)


1074
1075
1076
# File 'lib/rdf/vocab/schemas.rb', line 1074

def EnergyEfficiencyEnumeration
  @EnergyEfficiencyEnumeration
end

#energyEfficiencyScaleMaxRDF::Vocabulary::Term (readonly)

Specifies the most energy efficient class on the regulated EU energy consumption scale for the product category a product belongs to. For example, energy consumption for televisions placed on the market after January 1, 2020 is scaled from D to A+++.

Returns:

  • (RDF::Vocabulary::Term)


5238
5239
5240
# File 'lib/rdf/vocab/schemas.rb', line 5238

def energyEfficiencyScaleMax
  @energyEfficiencyScaleMax
end

#energyEfficiencyScaleMinRDF::Vocabulary::Term (readonly)

Specifies the least energy efficient class on the regulated EU energy consumption scale for the product category a product belongs to. For example, energy consumption for televisions placed on the market after January 1, 2020 is scaled from D to A+++.

Returns:

  • (RDF::Vocabulary::Term)


5242
5243
5244
# File 'lib/rdf/vocab/schemas.rb', line 5242

def energyEfficiencyScaleMin
  @energyEfficiencyScaleMin
end

#EnergyStarCertifiedRDF::Vocabulary::Term (readonly)

Represents EnergyStar certification

Returns:

  • (RDF::Vocabulary::Term)


9310
9311
9312
# File 'lib/rdf/vocab/schemas.rb', line 9310

def EnergyStarCertified
  @EnergyStarCertified
end

#EnergyStarEnergyEfficiencyEnumerationRDF::Vocabulary::Term (readonly)

Used to indicate whether a product is EnergyStar certified

Returns:

  • (RDF::Vocabulary::Term)


1078
1079
1080
# File 'lib/rdf/vocab/schemas.rb', line 1078

def EnergyStarEnergyEfficiencyEnumeration
  @EnergyStarEnergyEfficiencyEnumeration
end

#engineDisplacementRDF::Vocabulary::Term (readonly)

The volume swept by all of the pistons inside the cylinders of an internal combustion engine in a single movement. nnTypical unit code(s): CMQ for cubic centimeter, LTR for liters, INQ for cubic inchesn* Note 1: You can link to information about how the given value has been determined using the [[valueReference]] property.n* Note 2: You can use [[minValue]] and [[maxValue]] to indicate ranges.

Returns:

  • (RDF::Vocabulary::Term)


5246
5247
5248
# File 'lib/rdf/vocab/schemas.rb', line 5246

def engineDisplacement
  @engineDisplacement
end

#enginePowerRDF::Vocabulary::Term (readonly)

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)nn* Note 1: There are many different ways of measuring an engine’s power. For an overview, see [en.wikipedia.org/wiki/Horsepower#Engine_power_test_codes](http://en.wikipedia.org/wiki/Horsepower#Engine_power_test_codes).n* Note 2: You can link to information about how the given value has been determined using the [[valueReference]] property.n* Note 3: You can use [[minValue]] and [[maxValue]] to indicate ranges.

Returns:

  • (RDF::Vocabulary::Term)


5250
5251
5252
# File 'lib/rdf/vocab/schemas.rb', line 5250

def enginePower
  @enginePower
end

#EngineSpecificationRDF::Vocabulary::Term (readonly)

Information about the engine of the vehicle. A vehicle can have multiple engines represented by multiple engine specification entities.

Returns:

  • (RDF::Vocabulary::Term)


1082
1083
1084
# File 'lib/rdf/vocab/schemas.rb', line 1082

def EngineSpecification
  @EngineSpecification
end

#engineTypeRDF::Vocabulary::Term (readonly)

The type of engine or engines powering the vehicle.

Returns:

  • (RDF::Vocabulary::Term)


5254
5255
5256
# File 'lib/rdf/vocab/schemas.rb', line 5254

def engineType
  @engineType
end

#EnrollingByInvitationRDF::Vocabulary::Term (readonly)

Enrolling participants by invitation only.

Returns:

  • (RDF::Vocabulary::Term)


9314
9315
9316
# File 'lib/rdf/vocab/schemas.rb', line 9314

def EnrollingByInvitation
  @EnrollingByInvitation
end

#entertainmentBusinessRDF::Vocabulary::Term (readonly)

A sub property of location. The entertainment business where the action occurred.

Returns:

  • (RDF::Vocabulary::Term)


5258
5259
5260
# File 'lib/rdf/vocab/schemas.rb', line 5258

def entertainmentBusiness
  @entertainmentBusiness
end

#EntertainmentBusinessRDF::Vocabulary::Term (readonly)

A business providing entertainment.

Returns:

  • (RDF::Vocabulary::Term)


1086
1087
1088
# File 'lib/rdf/vocab/schemas.rb', line 1086

def EntertainmentBusiness
  @EntertainmentBusiness
end

#EntryPointRDF::Vocabulary::Term (readonly)

An entry point, within some Web-based protocol.

Returns:

  • (RDF::Vocabulary::Term)


1090
1091
1092
# File 'lib/rdf/vocab/schemas.rb', line 1090

def EntryPoint
  @EntryPoint
end

#EnumerationRDF::Vocabulary::Term (readonly)

Lists or enumerations—for example, a list of cuisines or music genres, etc.

Returns:

  • (RDF::Vocabulary::Term)


1094
1095
1096
# File 'lib/rdf/vocab/schemas.rb', line 1094

def Enumeration
  @Enumeration
end

#epidemiologyRDF::Vocabulary::Term (readonly)

The characteristics of associated patients, such as age, gender, race etc.

Returns:

  • (RDF::Vocabulary::Term)


5262
5263
5264
# File 'lib/rdf/vocab/schemas.rb', line 5262

def epidemiology
  @epidemiology
end

#episodeRDF::Vocabulary::Term (readonly)

An episode of a tv, radio or game media within a series or season.

Returns:

  • (RDF::Vocabulary::Term)


5266
5267
5268
# File 'lib/rdf/vocab/schemas.rb', line 5266

def episode
  @episode
end

#EpisodeRDF::Vocabulary::Term (readonly)

A media episode (e.g. TV, radio, video game) which can be part of a series or season.

Returns:

  • (RDF::Vocabulary::Term)


1098
1099
1100
# File 'lib/rdf/vocab/schemas.rb', line 1098

def Episode
  @Episode
end

#episodeNumberRDF::Vocabulary::Term (readonly)

Position of the episode within an ordered group of episodes.

Returns:

  • (RDF::Vocabulary::Term)


5270
5271
5272
# File 'lib/rdf/vocab/schemas.rb', line 5270

def episodeNumber
  @episodeNumber
end

#episodesRDF::Vocabulary::Term (readonly)

An episode of a TV/radio series or season.

Returns:

  • (RDF::Vocabulary::Term)


5274
5275
5276
# File 'lib/rdf/vocab/schemas.rb', line 5274

def episodes
  @episodes
end

#EPReleaseRDF::Vocabulary::Term (readonly)

EPRelease.

Returns:

  • (RDF::Vocabulary::Term)


9254
9255
9256
# File 'lib/rdf/vocab/schemas.rb', line 9254

def EPRelease
  @EPRelease
end

#equalRDF::Vocabulary::Term (readonly)

This ordering relation for qualitative values indicates that the subject is equal to the object.

Returns:

  • (RDF::Vocabulary::Term)


5278
5279
5280
# File 'lib/rdf/vocab/schemas.rb', line 5278

def equal
  @equal
end

#errorRDF::Vocabulary::Term (readonly)

For failed actions, more information on the cause of the failure.

Returns:

  • (RDF::Vocabulary::Term)


5282
5283
5284
# File 'lib/rdf/vocab/schemas.rb', line 5282

def error
  @error
end

#estimatedCostRDF::Vocabulary::Term (readonly)

The estimated cost of the supply or supplies consumed when performing instructions.

Returns:

  • (RDF::Vocabulary::Term)


5286
5287
5288
# File 'lib/rdf/vocab/schemas.rb', line 5286

def estimatedCost
  @estimatedCost
end

#estimatedFlightDurationRDF::Vocabulary::Term (readonly)

The estimated time the flight will take.

Returns:

  • (RDF::Vocabulary::Term)


5290
5291
5292
# File 'lib/rdf/vocab/schemas.rb', line 5290

def estimatedFlightDuration
  @estimatedFlightDuration
end

#estimatedSalaryRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


5294
5295
5296
# File 'lib/rdf/vocab/schemas.rb', line 5294

def estimatedSalary
  @estimatedSalary
end

#estimatesRiskOfRDF::Vocabulary::Term (readonly)

The condition, complication, or symptom whose risk is being estimated.

Returns:

  • (RDF::Vocabulary::Term)


5298
5299
5300
# File 'lib/rdf/vocab/schemas.rb', line 5298

def estimatesRiskOf
  @estimatesRiskOf
end

#ethicsPolicyRDF::Vocabulary::Term (readonly)

Statement about ethics policy, e.g. of a [[NewsMediaOrganization]] regarding journalistic and publishing practices, or of a [[Restaurant]], a page describing food source policies. In the case of a [[NewsMediaOrganization]], an ethicsPolicy is typically a statement describing the personal, organizational, and corporate standards of behavior expected by the organization.

Returns:

  • (RDF::Vocabulary::Term)


5302
5303
5304
# File 'lib/rdf/vocab/schemas.rb', line 5302

def ethicsPolicy
  @ethicsPolicy
end

#EUEnergyEfficiencyCategoryARDF::Vocabulary::Term (readonly)

Represents EU Energy Efficiency Class A as defined in EU energy labeling regulations

Returns:

  • (RDF::Vocabulary::Term)


9258
9259
9260
# File 'lib/rdf/vocab/schemas.rb', line 9258

def EUEnergyEfficiencyCategoryA
  @EUEnergyEfficiencyCategoryA
end

#EUEnergyEfficiencyCategoryA1PlusRDF::Vocabulary::Term (readonly)

Represents EU Energy Efficiency Class A+ as defined in EU energy labeling regulations

Returns:

  • (RDF::Vocabulary::Term)


9262
9263
9264
# File 'lib/rdf/vocab/schemas.rb', line 9262

def EUEnergyEfficiencyCategoryA1Plus
  @EUEnergyEfficiencyCategoryA1Plus
end

#EUEnergyEfficiencyCategoryA2PlusRDF::Vocabulary::Term (readonly)

Represents EU Energy Efficiency Class A++ as defined in EU energy labeling regulations

Returns:

  • (RDF::Vocabulary::Term)


9266
9267
9268
# File 'lib/rdf/vocab/schemas.rb', line 9266

def EUEnergyEfficiencyCategoryA2Plus
  @EUEnergyEfficiencyCategoryA2Plus
end

#EUEnergyEfficiencyCategoryA3PlusRDF::Vocabulary::Term (readonly)

Represents EU Energy Efficiency Class A+++ as defined in EU energy labeling regulations

Returns:

  • (RDF::Vocabulary::Term)


9270
9271
9272
# File 'lib/rdf/vocab/schemas.rb', line 9270

def EUEnergyEfficiencyCategoryA3Plus
  @EUEnergyEfficiencyCategoryA3Plus
end

#EUEnergyEfficiencyCategoryBRDF::Vocabulary::Term (readonly)

Represents EU Energy Efficiency Class B as defined in EU energy labeling regulations

Returns:

  • (RDF::Vocabulary::Term)


9274
9275
9276
# File 'lib/rdf/vocab/schemas.rb', line 9274

def EUEnergyEfficiencyCategoryB
  @EUEnergyEfficiencyCategoryB
end

#EUEnergyEfficiencyCategoryCRDF::Vocabulary::Term (readonly)

Represents EU Energy Efficiency Class C as defined in EU energy labeling regulations

Returns:

  • (RDF::Vocabulary::Term)


9278
9279
9280
# File 'lib/rdf/vocab/schemas.rb', line 9278

def EUEnergyEfficiencyCategoryC
  @EUEnergyEfficiencyCategoryC
end

#EUEnergyEfficiencyCategoryDRDF::Vocabulary::Term (readonly)

Represents EU Energy Efficiency Class D as defined in EU energy labeling regulations

Returns:

  • (RDF::Vocabulary::Term)


9282
9283
9284
# File 'lib/rdf/vocab/schemas.rb', line 9282

def EUEnergyEfficiencyCategoryD
  @EUEnergyEfficiencyCategoryD
end

#EUEnergyEfficiencyCategoryERDF::Vocabulary::Term (readonly)

Represents EU Energy Efficiency Class E as defined in EU energy labeling regulations

Returns:

  • (RDF::Vocabulary::Term)


9286
9287
9288
# File 'lib/rdf/vocab/schemas.rb', line 9286

def EUEnergyEfficiencyCategoryE
  @EUEnergyEfficiencyCategoryE
end

#EUEnergyEfficiencyCategoryFRDF::Vocabulary::Term (readonly)

Represents EU Energy Efficiency Class F as defined in EU energy labeling regulations

Returns:

  • (RDF::Vocabulary::Term)


9290
9291
9292
# File 'lib/rdf/vocab/schemas.rb', line 9290

def EUEnergyEfficiencyCategoryF
  @EUEnergyEfficiencyCategoryF
end

#EUEnergyEfficiencyCategoryGRDF::Vocabulary::Term (readonly)

Represents EU Energy Efficiency Class G as defined in EU energy labeling regulations

Returns:

  • (RDF::Vocabulary::Term)


9294
9295
9296
# File 'lib/rdf/vocab/schemas.rb', line 9294

def EUEnergyEfficiencyCategoryG
  @EUEnergyEfficiencyCategoryG
end

#EUEnergyEfficiencyEnumerationRDF::Vocabulary::Term (readonly)

Enumerates the EU energy efficiency classes A-G as well as A+, A++, and A+++ as defined in EU directive 2017/1369

Returns:

  • (RDF::Vocabulary::Term)


990
991
992
# File 'lib/rdf/vocab/schemas.rb', line 990

def EUEnergyEfficiencyEnumeration
  @EUEnergyEfficiencyEnumeration
end

#eventRDF::Vocabulary::Term (readonly)

Upcoming or past event associated with this place, organization, or action.

Returns:

  • (RDF::Vocabulary::Term)


5306
5307
5308
# File 'lib/rdf/vocab/schemas.rb', line 5306

def event
  @event
end

#EventRDF::Vocabulary::Term (readonly)

An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the [[offers]] property. Repeated events may be structured as separate Event objects.

Returns:

  • (RDF::Vocabulary::Term)


1102
1103
1104
# File 'lib/rdf/vocab/schemas.rb', line 1102

def Event
  @Event
end

#eventAttendanceModeRDF::Vocabulary::Term (readonly)

The eventAttendanceMode of an event indicates whether it occurs online, offline, or a mix.

Returns:

  • (RDF::Vocabulary::Term)


5310
5311
5312
# File 'lib/rdf/vocab/schemas.rb', line 5310

def eventAttendanceMode
  @eventAttendanceMode
end

#EventAttendanceModeEnumerationRDF::Vocabulary::Term (readonly)

An EventAttendanceModeEnumeration value is one of potentially several modes of organising an event, relating to whether it is online or offline.

Returns:

  • (RDF::Vocabulary::Term)


1106
1107
1108
# File 'lib/rdf/vocab/schemas.rb', line 1106

def EventAttendanceModeEnumeration
  @EventAttendanceModeEnumeration
end

#EventCancelledRDF::Vocabulary::Term (readonly)

The event has been cancelled. If the event has multiple startDate values, all are assumed to be cancelled. Either startDate or previousStartDate may be used to specify the event’s cancelled date(s).

Returns:

  • (RDF::Vocabulary::Term)


9318
9319
9320
# File 'lib/rdf/vocab/schemas.rb', line 9318

def EventCancelled
  @EventCancelled
end

#EventMovedOnlineRDF::Vocabulary::Term (readonly)

Indicates that the event was changed to allow online participation. See [[eventAttendanceMode]] for specifics of whether it is now fully or partially online.

Returns:

  • (RDF::Vocabulary::Term)


9322
9323
9324
# File 'lib/rdf/vocab/schemas.rb', line 9322

def EventMovedOnline
  @EventMovedOnline
end

#EventPostponedRDF::Vocabulary::Term (readonly)

The event has been postponed and no new date has been set. The event’s previousStartDate should be set.

Returns:

  • (RDF::Vocabulary::Term)


9326
9327
9328
# File 'lib/rdf/vocab/schemas.rb', line 9326

def EventPostponed
  @EventPostponed
end

#EventRescheduledRDF::Vocabulary::Term (readonly)

The event has been rescheduled. The event’s previousStartDate should be set to the old date and the startDate should be set to the event’s new date. (If the event has been rescheduled multiple times, the previousStartDate property may be repeated).

Returns:

  • (RDF::Vocabulary::Term)


9330
9331
9332
# File 'lib/rdf/vocab/schemas.rb', line 9330

def EventRescheduled
  @EventRescheduled
end

#EventReservationRDF::Vocabulary::Term (readonly)

A reservation for an event like a concert, sporting event, or lecture.nnNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use [[Offer]].

Returns:

  • (RDF::Vocabulary::Term)


1110
1111
1112
# File 'lib/rdf/vocab/schemas.rb', line 1110

def EventReservation
  @EventReservation
end

#eventsRDF::Vocabulary::Term (readonly)

Upcoming or past events associated with this place or organization.

Returns:

  • (RDF::Vocabulary::Term)


5322
5323
5324
# File 'lib/rdf/vocab/schemas.rb', line 5322

def events
  @events
end

#eventScheduleRDF::Vocabulary::Term (readonly)

Associates an [[Event]] with a [[Schedule]]. 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 [[Event]] that is associated with a [[Schedule]] using this property should not have [[startDate]] or [[endDate]] properties. These are instead defined within the associated [[Schedule]], 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.

Returns:

  • (RDF::Vocabulary::Term)


5314
5315
5316
# File 'lib/rdf/vocab/schemas.rb', line 5314

def eventSchedule
  @eventSchedule
end

#EventScheduledRDF::Vocabulary::Term (readonly)

The event is taking place or has taken place on the startDate as scheduled. Use of this value is optional, as it is assumed by default.

Returns:

  • (RDF::Vocabulary::Term)


9334
9335
9336
# File 'lib/rdf/vocab/schemas.rb', line 9334

def EventScheduled
  @EventScheduled
end

#EventSeriesRDF::Vocabulary::Term (readonly)

A series of [[Event]]s. Included events can relate with the series using the [[superEvent]] property. An EventSeries is a collection of events that share some unifying characteristic. For example, “The Olympic Games” is a series, which is repeated regularly. The “2012 London Olympics” can be presented both as an [[Event]] in the series “Olympic Games”, and as an [[EventSeries]] that included a number of sporting competitions as Events. The nature of the association between the events in an [[EventSeries]] can vary, but typical examples could include a thematic event series (e.g. topical meetups or classes), or a series of regular events that share a location, attendee group and/or organizers. 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.

Returns:

  • (RDF::Vocabulary::Term)


1114
1115
1116
# File 'lib/rdf/vocab/schemas.rb', line 1114

def EventSeries
  @EventSeries
end

#eventStatusRDF::Vocabulary::Term (readonly)

An eventStatus of an event represents its status; particularly useful when an event is cancelled or rescheduled.

Returns:

  • (RDF::Vocabulary::Term)


5318
5319
5320
# File 'lib/rdf/vocab/schemas.rb', line 5318

def eventStatus
  @eventStatus
end

#EventStatusTypeRDF::Vocabulary::Term (readonly)

EventStatusType is an enumeration type whose instances represent several states that an Event may be in.

Returns:

  • (RDF::Vocabulary::Term)


1118
1119
1120
# File 'lib/rdf/vocab/schemas.rb', line 1118

def EventStatusType
  @EventStatusType
end

#EventVenueRDF::Vocabulary::Term (readonly)

An event venue.

Returns:

  • (RDF::Vocabulary::Term)


1122
1123
1124
# File 'lib/rdf/vocab/schemas.rb', line 1122

def EventVenue
  @EventVenue
end

#evidenceLevelRDF::Vocabulary::Term (readonly)

Strength of evidence of the data used to formulate the guideline (enumerated).

Returns:

  • (RDF::Vocabulary::Term)


5326
5327
5328
# File 'lib/rdf/vocab/schemas.rb', line 5326

def evidenceLevel
  @evidenceLevel
end

#EvidenceLevelARDF::Vocabulary::Term (readonly)

Data derived from multiple randomized clinical trials or meta-analyses.

Returns:

  • (RDF::Vocabulary::Term)


9338
9339
9340
# File 'lib/rdf/vocab/schemas.rb', line 9338

def EvidenceLevelA
  @EvidenceLevelA
end

#EvidenceLevelBRDF::Vocabulary::Term (readonly)

Data derived from a single randomized trial, or nonrandomized studies.

Returns:

  • (RDF::Vocabulary::Term)


9342
9343
9344
# File 'lib/rdf/vocab/schemas.rb', line 9342

def EvidenceLevelB
  @EvidenceLevelB
end

#EvidenceLevelCRDF::Vocabulary::Term (readonly)

Only consensus opinion of experts, case studies, or standard-of-care.

Returns:

  • (RDF::Vocabulary::Term)


9346
9347
9348
# File 'lib/rdf/vocab/schemas.rb', line 9346

def EvidenceLevelC
  @EvidenceLevelC
end

#evidenceOriginRDF::Vocabulary::Term (readonly)

Source of the data used to formulate the guidance, e.g. RCT, consensus opinion, etc.

Returns:

  • (RDF::Vocabulary::Term)


5330
5331
5332
# File 'lib/rdf/vocab/schemas.rb', line 5330

def evidenceOrigin
  @evidenceOrigin
end

#exampleOfWorkRDF::Vocabulary::Term (readonly)

A creative work that this work is an example/instance/realization/derivation of.

Returns:

  • (RDF::Vocabulary::Term)


5334
5335
5336
# File 'lib/rdf/vocab/schemas.rb', line 5334

def exampleOfWork
  @exampleOfWork
end

#exceptDateRDF::Vocabulary::Term (readonly)

Defines a [[Date]] or [[DateTime]] during which a scheduled [[Event]] will not take place. The property allows exceptions to a [[Schedule]] to be specified. If an exception is specified as a [[DateTime]] 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 [[Date]] 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.

Returns:

  • (RDF::Vocabulary::Term)


5338
5339
5340
# File 'lib/rdf/vocab/schemas.rb', line 5338

def exceptDate
  @exceptDate
end

#ExchangeRateSpecificationRDF::Vocabulary::Term (readonly)

A structured value representing exchange rate.

Returns:

  • (RDF::Vocabulary::Term)


1126
1127
1128
# File 'lib/rdf/vocab/schemas.rb', line 1126

def ExchangeRateSpecification
  @ExchangeRateSpecification
end

#exchangeRateSpreadRDF::Vocabulary::Term (readonly)

The difference between the price at which a broker or other intermediary buys and sells foreign currency.

Returns:

  • (RDF::Vocabulary::Term)


5342
5343
5344
# File 'lib/rdf/vocab/schemas.rb', line 5342

def exchangeRateSpread
  @exchangeRateSpread
end

#ExchangeRefundRDF::Vocabulary::Term (readonly)

A ExchangeRefund …

Returns:

  • (RDF::Vocabulary::Term)


9350
9351
9352
# File 'lib/rdf/vocab/schemas.rb', line 9350

def ExchangeRefund
  @ExchangeRefund
end

#executableLibraryNameRDF::Vocabulary::Term (readonly)

Library file name e.g., mscorlib.dll, system.web.dll.

Returns:

  • (RDF::Vocabulary::Term)


5346
5347
5348
# File 'lib/rdf/vocab/schemas.rb', line 5346

def executableLibraryName
  @executableLibraryName
end

#ExerciseActionRDF::Vocabulary::Term (readonly)

The act of participating in exertive activity for the purposes of improving health and fitness.

Returns:

  • (RDF::Vocabulary::Term)


1130
1131
1132
# File 'lib/rdf/vocab/schemas.rb', line 1130

def ExerciseAction
  @ExerciseAction
end

#exerciseCourseRDF::Vocabulary::Term (readonly)

A sub property of location. The course where this action was taken.

Returns:

  • (RDF::Vocabulary::Term)


5350
5351
5352
# File 'lib/rdf/vocab/schemas.rb', line 5350

def exerciseCourse
  @exerciseCourse
end

#ExerciseGymRDF::Vocabulary::Term (readonly)

A gym.

Returns:

  • (RDF::Vocabulary::Term)


1134
1135
1136
# File 'lib/rdf/vocab/schemas.rb', line 1134

def ExerciseGym
  @ExerciseGym
end

#exercisePlanRDF::Vocabulary::Term (readonly)

A sub property of instrument. The exercise plan used on this action.

Returns:

  • (RDF::Vocabulary::Term)


5354
5355
5356
# File 'lib/rdf/vocab/schemas.rb', line 5354

def exercisePlan
  @exercisePlan
end

#ExercisePlanRDF::Vocabulary::Term (readonly)

Fitness-related activity designed for a specific health-related purpose, including defined exercise routines as well as activity prescribed by a clinician.

Returns:

  • (RDF::Vocabulary::Term)


1138
1139
1140
# File 'lib/rdf/vocab/schemas.rb', line 1138

def ExercisePlan
  @ExercisePlan
end

#exerciseRelatedDietRDF::Vocabulary::Term (readonly)

A sub property of instrument. The diet used in this action.

Returns:

  • (RDF::Vocabulary::Term)


5358
5359
5360
# File 'lib/rdf/vocab/schemas.rb', line 5358

def exerciseRelatedDiet
  @exerciseRelatedDiet
end

#exerciseTypeRDF::Vocabulary::Term (readonly)

Type(s) of exercise or activity, such as strength training, flexibility training, aerobics, cardiac rehabilitation, etc.

Returns:

  • (RDF::Vocabulary::Term)


5362
5363
5364
# File 'lib/rdf/vocab/schemas.rb', line 5362

def exerciseType
  @exerciseType
end

#ExhibitionEventRDF::Vocabulary::Term (readonly)

Event type: Exhibition event, e.g. at a museum, library, archive, tradeshow, …

Returns:

  • (RDF::Vocabulary::Term)


1142
1143
1144
# File 'lib/rdf/vocab/schemas.rb', line 1142

def ExhibitionEvent
  @ExhibitionEvent
end

#exifDataRDF::Vocabulary::Term (readonly)

exif data for this object.

Returns:

  • (RDF::Vocabulary::Term)


5366
5367
5368
# File 'lib/rdf/vocab/schemas.rb', line 5366

def exifData
  @exifData
end

#expectedArrivalFromRDF::Vocabulary::Term (readonly)

The earliest date the package may arrive.

Returns:

  • (RDF::Vocabulary::Term)


5370
5371
5372
# File 'lib/rdf/vocab/schemas.rb', line 5370

def expectedArrivalFrom
  @expectedArrivalFrom
end

#expectedArrivalUntilRDF::Vocabulary::Term (readonly)

The latest date the package may arrive.

Returns:

  • (RDF::Vocabulary::Term)


5374
5375
5376
# File 'lib/rdf/vocab/schemas.rb', line 5374

def expectedArrivalUntil
  @expectedArrivalUntil
end

#expectedPrognosisRDF::Vocabulary::Term (readonly)

The likely outcome in either the short term or long term of the medical condition.

Returns:

  • (RDF::Vocabulary::Term)


5378
5379
5380
# File 'lib/rdf/vocab/schemas.rb', line 5378

def expectedPrognosis
  @expectedPrognosis
end

#expectsAcceptanceOfRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


5382
5383
5384
# File 'lib/rdf/vocab/schemas.rb', line 5382

def expectsAcceptanceOf
  @expectsAcceptanceOf
end

#experienceRequirementsRDF::Vocabulary::Term (readonly)

Description of skills and experience needed for the position or Occupation.

Returns:

  • (RDF::Vocabulary::Term)


5386
5387
5388
# File 'lib/rdf/vocab/schemas.rb', line 5386

def experienceRequirements
  @experienceRequirements
end

#expertConsiderationsRDF::Vocabulary::Term (readonly)

Medical expert advice related to the plan.

Returns:

  • (RDF::Vocabulary::Term)


5390
5391
5392
# File 'lib/rdf/vocab/schemas.rb', line 5390

def expertConsiderations
  @expertConsiderations
end

#expiresRDF::Vocabulary::Term (readonly)

Date the content expires and is no longer useful or available. For example a [[VideoObject]] or [[NewsArticle]] whose availability or relevance is time-limited, or a [[ClaimReview]] fact check whose publisher wants to indicate that it may no longer be relevant (or helpful to highlight) after some date.

Returns:

  • (RDF::Vocabulary::Term)


5394
5395
5396
# File 'lib/rdf/vocab/schemas.rb', line 5394

def expires
  @expires
end

#EyeRDF::Vocabulary::Term (readonly)

Eye or ophtalmological function assessment with clinical examination.

Returns:

  • (RDF::Vocabulary::Term)


9354
9355
9356
# File 'lib/rdf/vocab/schemas.rb', line 9354

def Eye
  @Eye
end

#FailedActionStatusRDF::Vocabulary::Term (readonly)

An action that failed to complete. The action’s error property and the HTTP return code contain more information about the failure.

Returns:

  • (RDF::Vocabulary::Term)


9382
9383
9384
# File 'lib/rdf/vocab/schemas.rb', line 9382

def FailedActionStatus
  @FailedActionStatus
end

#FalseRDF::Vocabulary::Term (readonly)

The boolean value false.

Returns:

  • (RDF::Vocabulary::Term)


9386
9387
9388
# File 'lib/rdf/vocab/schemas.rb', line 9386

def False
  @False
end

#familyNameRDF::Vocabulary::Term (readonly)

Family name. In the U.S., the last name of a Person.

Returns:

  • (RDF::Vocabulary::Term)


5398
5399
5400
# File 'lib/rdf/vocab/schemas.rb', line 5398

def familyName
  @familyName
end

#FAQPageRDF::Vocabulary::Term (readonly)

A [[FAQPage]] is a [[WebPage]] presenting one or more “[Frequently asked questions](en.wikipedia.org/wiki/FAQ)” (see also [[QAPage]]).

Returns:

  • (RDF::Vocabulary::Term)


1146
1147
1148
# File 'lib/rdf/vocab/schemas.rb', line 1146

def FAQPage
  @FAQPage
end

#FastFoodRestaurantRDF::Vocabulary::Term (readonly)

A fast-food restaurant.

Returns:

  • (RDF::Vocabulary::Term)


1154
1155
1156
# File 'lib/rdf/vocab/schemas.rb', line 1154

def FastFoodRestaurant
  @FastFoodRestaurant
end

#fatContentRDF::Vocabulary::Term (readonly)

The number of grams of fat.

Returns:

  • (RDF::Vocabulary::Term)


5402
5403
5404
# File 'lib/rdf/vocab/schemas.rb', line 5402

def fatContent
  @fatContent
end

#faxNumberRDF::Vocabulary::Term (readonly)

The fax number.

Returns:

  • (RDF::Vocabulary::Term)


5406
5407
5408
# File 'lib/rdf/vocab/schemas.rb', line 5406

def faxNumber
  @faxNumber
end

#FDAcategoryARDF::Vocabulary::Term (readonly)

A designation by the US FDA signifying that adequate and well-controlled studies have failed to demonstrate a risk to the fetus in the first trimester of pregnancy (and there is no evidence of risk in later trimesters).

Returns:

  • (RDF::Vocabulary::Term)


9358
9359
9360
# File 'lib/rdf/vocab/schemas.rb', line 9358

def FDAcategoryA
  @FDAcategoryA
end

#FDAcategoryBRDF::Vocabulary::Term (readonly)

A designation by the US FDA signifying that animal reproduction studies have failed to demonstrate a risk to the fetus and there are no adequate and well-controlled studies in pregnant women.

Returns:

  • (RDF::Vocabulary::Term)


9362
9363
9364
# File 'lib/rdf/vocab/schemas.rb', line 9362

def FDAcategoryB
  @FDAcategoryB
end

#FDAcategoryCRDF::Vocabulary::Term (readonly)

A designation by the US FDA signifying that animal reproduction studies have shown an adverse effect on the fetus and there are no adequate and well-controlled studies in humans, but potential benefits may warrant use of the drug in pregnant women despite potential risks.

Returns:

  • (RDF::Vocabulary::Term)


9366
9367
9368
# File 'lib/rdf/vocab/schemas.rb', line 9366

def FDAcategoryC
  @FDAcategoryC
end

#FDAcategoryDRDF::Vocabulary::Term (readonly)

A designation by the US FDA signifying that there is positive evidence of human fetal risk based on adverse reaction data from investigational or marketing experience or studies in humans, but potential benefits may warrant use of the drug in pregnant women despite potential risks.

Returns:

  • (RDF::Vocabulary::Term)


9370
9371
9372
# File 'lib/rdf/vocab/schemas.rb', line 9370

def FDAcategoryD
  @FDAcategoryD
end

#FDAcategoryXRDF::Vocabulary::Term (readonly)

A designation by the US FDA signifying that studies in animals or humans have demonstrated fetal abnormalities and/or there is positive evidence of human fetal risk based on adverse reaction data from investigational or marketing experience, and the risks involved in use of the drug in pregnant women clearly outweigh potential benefits.

Returns:

  • (RDF::Vocabulary::Term)


9374
9375
9376
# File 'lib/rdf/vocab/schemas.rb', line 9374

def FDAcategoryX
  @FDAcategoryX
end

#FDAnotEvaluatedRDF::Vocabulary::Term (readonly)

A designation that the drug in question has not been assigned a pregnancy category designation by the US FDA.

Returns:

  • (RDF::Vocabulary::Term)


9378
9379
9380
# File 'lib/rdf/vocab/schemas.rb', line 9378

def FDAnotEvaluated
  @FDAnotEvaluated
end

#featureListRDF::Vocabulary::Term (readonly)

Features or modules provided by this application (and possibly required by other applications).

Returns:

  • (RDF::Vocabulary::Term)


5410
5411
5412
# File 'lib/rdf/vocab/schemas.rb', line 5410

def featureList
  @featureList
end

#feesAndCommissionsSpecificationRDF::Vocabulary::Term (readonly)

Description of fees, commissions, and other terms applied either to a class of financial product, or by a financial service organization.

Returns:

  • (RDF::Vocabulary::Term)


5414
5415
5416
# File 'lib/rdf/vocab/schemas.rb', line 5414

def feesAndCommissionsSpecification
  @feesAndCommissionsSpecification
end

#FemaleRDF::Vocabulary::Term (readonly)

The female gender.

Returns:

  • (RDF::Vocabulary::Term)


9390
9391
9392
# File 'lib/rdf/vocab/schemas.rb', line 9390

def Female
  @Female
end

#FestivalRDF::Vocabulary::Term (readonly)

Event type: Festival.

Returns:

  • (RDF::Vocabulary::Term)


1158
1159
1160
# File 'lib/rdf/vocab/schemas.rb', line 1158

def Festival
  @Festival
end

#fiberContentRDF::Vocabulary::Term (readonly)

The number of grams of fiber.

Returns:

  • (RDF::Vocabulary::Term)


5418
5419
5420
# File 'lib/rdf/vocab/schemas.rb', line 5418

def fiberContent
  @fiberContent
end

#fileFormatRDF::Vocabulary::Term (readonly)

Media type, typically MIME format (see [IANA site](www.iana.org/assignments/media-types/media-types.xhtml)) of the content e.g. application/zip of a SoftwareApplication binary. In cases where a CreativeWork has several media type representations, ‘encoding’ can be used to indicate each MediaObject alongside particular fileFormat information. Unregistered or niche file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia entry.

Returns:

  • (RDF::Vocabulary::Term)


5422
5423
5424
# File 'lib/rdf/vocab/schemas.rb', line 5422

def fileFormat
  @fileFormat
end

#fileSizeRDF::Vocabulary::Term (readonly)

Size of the application / package (e.g. 18MB). In the absence of a unit (MB, KB etc.), KB will be assumed.

Returns:

  • (RDF::Vocabulary::Term)


5426
5427
5428
# File 'lib/rdf/vocab/schemas.rb', line 5426

def fileSize
  @fileSize
end

#FilmActionRDF::Vocabulary::Term (readonly)

The act of capturing sound and moving images on film, video, or digitally.

Returns:

  • (RDF::Vocabulary::Term)


1162
1163
1164
# File 'lib/rdf/vocab/schemas.rb', line 1162

def FilmAction
  @FilmAction
end

#financialAidEligibleRDF::Vocabulary::Term (readonly)

A financial aid type or program which students may use to pay for tuition or fees associated with the program.

Returns:

  • (RDF::Vocabulary::Term)


5430
5431
5432
# File 'lib/rdf/vocab/schemas.rb', line 5430

def financialAidEligible
  @financialAidEligible
end

#FinancialProductRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


1166
1167
1168
# File 'lib/rdf/vocab/schemas.rb', line 1166

def FinancialProduct
  @FinancialProduct
end

#FinancialServiceRDF::Vocabulary::Term (readonly)

Financial services business.

Returns:

  • (RDF::Vocabulary::Term)


1170
1171
1172
# File 'lib/rdf/vocab/schemas.rb', line 1170

def FinancialService
  @FinancialService
end

#FindActionRDF::Vocabulary::Term (readonly)

The act of finding an object.nnRelated actions:nn* [[SearchAction]]: FindAction is generally lead by a SearchAction, but not necessarily.

Returns:

  • (RDF::Vocabulary::Term)


1174
1175
1176
# File 'lib/rdf/vocab/schemas.rb', line 1174

def FindAction
  @FindAction
end

#FireStationRDF::Vocabulary::Term (readonly)

A fire station. With firemen.

Returns:

  • (RDF::Vocabulary::Term)


1178
1179
1180
# File 'lib/rdf/vocab/schemas.rb', line 1178

def FireStation
  @FireStation
end

#firstAppearanceRDF::Vocabulary::Term (readonly)

Indicates the first known occurence of a [[Claim]] in some [[CreativeWork]].

Returns:

  • (RDF::Vocabulary::Term)


5434
5435
5436
# File 'lib/rdf/vocab/schemas.rb', line 5434

def firstAppearance
  @firstAppearance
end

#firstPerformanceRDF::Vocabulary::Term (readonly)

The date and place the work was first performed.

Returns:

  • (RDF::Vocabulary::Term)


5438
5439
5440
# File 'lib/rdf/vocab/schemas.rb', line 5438

def firstPerformance
  @firstPerformance
end

#FlexibilityRDF::Vocabulary::Term (readonly)

Physical activity that is engaged in to improve joint and muscle flexibility.

Returns:

  • (RDF::Vocabulary::Term)


9394
9395
9396
# File 'lib/rdf/vocab/schemas.rb', line 9394

def Flexibility
  @Flexibility
end

#FlightRDF::Vocabulary::Term (readonly)

An airline flight.

Returns:

  • (RDF::Vocabulary::Term)


1182
1183
1184
# File 'lib/rdf/vocab/schemas.rb', line 1182

def Flight
  @Flight
end

#flightDistanceRDF::Vocabulary::Term (readonly)

The distance of the flight.

Returns:

  • (RDF::Vocabulary::Term)


5442
5443
5444
# File 'lib/rdf/vocab/schemas.rb', line 5442

def flightDistance
  @flightDistance
end

#flightNumberRDF::Vocabulary::Term (readonly)

The unique identifier for a flight including the airline IATA code. For example, if describing United flight 110, where the IATA code for United is ‘UA’, the flightNumber is ‘UA110’.

Returns:

  • (RDF::Vocabulary::Term)


5446
5447
5448
# File 'lib/rdf/vocab/schemas.rb', line 5446

def flightNumber
  @flightNumber
end

#FlightReservationRDF::Vocabulary::Term (readonly)

A reservation for air travel.nnNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use [[Offer]].

Returns:

  • (RDF::Vocabulary::Term)


1186
1187
1188
# File 'lib/rdf/vocab/schemas.rb', line 1186

def FlightReservation
  @FlightReservation
end

#FloatRDF::Vocabulary::Term (readonly)

Data type: Floating number.

Returns:

  • (RDF::Vocabulary::Term)


1190
1191
1192
# File 'lib/rdf/vocab/schemas.rb', line 1190

def Float
  @Float
end

#floorLevelRDF::Vocabulary::Term (readonly)

The floor level for an [[Accommodation]] in a multi-storey building. Since counting systems [vary internationally](en.wikipedia.org/wiki/Storey#Consecutive_number_floor_designations), the local system should be used where possible.

Returns:

  • (RDF::Vocabulary::Term)


5450
5451
5452
# File 'lib/rdf/vocab/schemas.rb', line 5450

def floorLevel
  @floorLevel
end

#floorLimitRDF::Vocabulary::Term (readonly)

A floor limit is the amount of money above which credit card transactions must be authorized.

Returns:

  • (RDF::Vocabulary::Term)


5454
5455
5456
# File 'lib/rdf/vocab/schemas.rb', line 5454

def floorLimit
  @floorLimit
end

#FloorPlanRDF::Vocabulary::Term (readonly)

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 [[ApartmentComplex]] has an [[accommodationFloorPlan]] which is a [[FloorPlan]]. A FloorPlan is always in the context of a particular place, either a larger [[ApartmentComplex]] or a single [[Apartment]]. The visual/spatial aspects of a floor plan (i.e. room layout, [see wikipedia](en.wikipedia.org/wiki/Floor_plan)) can be indicated using [[image]].

Returns:

  • (RDF::Vocabulary::Term)


1194
1195
1196
# File 'lib/rdf/vocab/schemas.rb', line 1194

def FloorPlan
  @FloorPlan
end

#floorSizeRDF::Vocabulary::Term (readonly)

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

Returns:

  • (RDF::Vocabulary::Term)


5458
5459
5460
# File 'lib/rdf/vocab/schemas.rb', line 5458

def floorSize
  @floorSize
end

#FloristRDF::Vocabulary::Term (readonly)

A florist.

Returns:

  • (RDF::Vocabulary::Term)


1198
1199
1200
# File 'lib/rdf/vocab/schemas.rb', line 1198

def Florist
  @Florist
end

#FMRadioChannelRDF::Vocabulary::Term (readonly)

A radio channel that uses FM.

Returns:

  • (RDF::Vocabulary::Term)


1150
1151
1152
# File 'lib/rdf/vocab/schemas.rb', line 1150

def FMRadioChannel
  @FMRadioChannel
end

#FollowActionRDF::Vocabulary::Term (readonly)

The act of forming a personal connection with someone/something (object) unidirectionally/asymmetrically to get updates polled from.nnRelated actions:nn* [[BefriendAction]]: Unlike BefriendAction, FollowAction implies that the connection is not necessarily reciprocal.n* [[SubscribeAction]]: Unlike SubscribeAction, FollowAction implies that the follower acts as an active agent constantly/actively polling for updates.n* [[RegisterAction]]: Unlike RegisterAction, FollowAction implies that the agent is interested in continuing receiving updates from the object.n* [[JoinAction]]: Unlike JoinAction, FollowAction implies that the agent is interested in getting updates from the object.n* [[TrackAction]]: Unlike TrackAction, FollowAction refers to the polling of updates of all aspects of animate objects rather than the location of inanimate objects (e.g. you track a package, but you don’t follow it).

Returns:

  • (RDF::Vocabulary::Term)


1202
1203
1204
# File 'lib/rdf/vocab/schemas.rb', line 1202

def FollowAction
  @FollowAction
end

#followeeRDF::Vocabulary::Term (readonly)

A sub property of object. The person or organization being followed.

Returns:

  • (RDF::Vocabulary::Term)


5462
5463
5464
# File 'lib/rdf/vocab/schemas.rb', line 5462

def followee
  @followee
end

#followsRDF::Vocabulary::Term (readonly)

The most generic uni-directional social relation.

Returns:

  • (RDF::Vocabulary::Term)


5466
5467
5468
# File 'lib/rdf/vocab/schemas.rb', line 5466

def follows
  @follows
end

#followupRDF::Vocabulary::Term (readonly)

Typical or recommended followup care after the procedure is performed.

Returns:

  • (RDF::Vocabulary::Term)


5470
5471
5472
# File 'lib/rdf/vocab/schemas.rb', line 5470

def followup
  @followup
end

#foodEstablishmentRDF::Vocabulary::Term (readonly)

A sub property of location. The specific food establishment where the action occurred.

Returns:

  • (RDF::Vocabulary::Term)


5474
5475
5476
# File 'lib/rdf/vocab/schemas.rb', line 5474

def foodEstablishment
  @foodEstablishment
end

#FoodEstablishmentRDF::Vocabulary::Term (readonly)

A food-related business.

Returns:

  • (RDF::Vocabulary::Term)


1206
1207
1208
# File 'lib/rdf/vocab/schemas.rb', line 1206

def FoodEstablishment
  @FoodEstablishment
end

#FoodEstablishmentReservationRDF::Vocabulary::Term (readonly)

A reservation to dine at a food-related business.nnNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations.

Returns:

  • (RDF::Vocabulary::Term)


1210
1211
1212
# File 'lib/rdf/vocab/schemas.rb', line 1210

def FoodEstablishmentReservation
  @FoodEstablishmentReservation
end

#foodEventRDF::Vocabulary::Term (readonly)

A sub property of location. The specific food event where the action occurred.

Returns:

  • (RDF::Vocabulary::Term)


5478
5479
5480
# File 'lib/rdf/vocab/schemas.rb', line 5478

def foodEvent
  @foodEvent
end

#FoodEventRDF::Vocabulary::Term (readonly)

Event type: Food event.

Returns:

  • (RDF::Vocabulary::Term)


1214
1215
1216
# File 'lib/rdf/vocab/schemas.rb', line 1214

def FoodEvent
  @FoodEvent
end

#FoodServiceRDF::Vocabulary::Term (readonly)

A food service, like breakfast, lunch, or dinner.

Returns:

  • (RDF::Vocabulary::Term)


1218
1219
1220
# File 'lib/rdf/vocab/schemas.rb', line 1218

def FoodService
  @FoodService
end

#foodWarningRDF::Vocabulary::Term (readonly)

Any precaution, guidance, contraindication, etc. related to consumption of specific foods while taking this drug.

Returns:

  • (RDF::Vocabulary::Term)


5482
5483
5484
# File 'lib/rdf/vocab/schemas.rb', line 5482

def foodWarning
  @foodWarning
end

#founderRDF::Vocabulary::Term (readonly)

A person who founded this organization.

Returns:

  • (RDF::Vocabulary::Term)


5486
5487
5488
# File 'lib/rdf/vocab/schemas.rb', line 5486

def founder
  @founder
end

#foundersRDF::Vocabulary::Term (readonly)

A person who founded this organization.

Returns:

  • (RDF::Vocabulary::Term)


5490
5491
5492
# File 'lib/rdf/vocab/schemas.rb', line 5490

def founders
  @founders
end

#foundingDateRDF::Vocabulary::Term (readonly)

The date that this organization was founded.

Returns:

  • (RDF::Vocabulary::Term)


5494
5495
5496
# File 'lib/rdf/vocab/schemas.rb', line 5494

def foundingDate
  @foundingDate
end

#foundingLocationRDF::Vocabulary::Term (readonly)

The place where the Organization was founded.

Returns:

  • (RDF::Vocabulary::Term)


5498
5499
5500
# File 'lib/rdf/vocab/schemas.rb', line 5498

def foundingLocation
  @foundingLocation
end

#FourWheelDriveConfigurationRDF::Vocabulary::Term (readonly)

Four-wheel drive is a transmission layout where the engine primarily drives two wheels with a part-time four-wheel drive capability.

Returns:

  • (RDF::Vocabulary::Term)


9398
9399
9400
# File 'lib/rdf/vocab/schemas.rb', line 9398

def FourWheelDriveConfiguration
  @FourWheelDriveConfiguration
end

#freeRDF::Vocabulary::Term (readonly)

A flag to signal that the item, event, or place is accessible for free.

Returns:

  • (RDF::Vocabulary::Term)


5502
5503
5504
# File 'lib/rdf/vocab/schemas.rb', line 5502

def free
  @free
end

#freeShippingThresholdRDF::Vocabulary::Term (readonly)

A monetary value above which (or equal to) the shipping rate becomes free. Intended to be used via an [[OfferShippingDetails]] with [[shippingSettingsLink]] matching this [[ShippingRateSettings]].

Returns:

  • (RDF::Vocabulary::Term)


5506
5507
5508
# File 'lib/rdf/vocab/schemas.rb', line 5506

def freeShippingThreshold
  @freeShippingThreshold
end

#frequencyRDF::Vocabulary::Term (readonly)

How often the dose is taken, e.g. ‘daily’.

Returns:

  • (RDF::Vocabulary::Term)


5510
5511
5512
# File 'lib/rdf/vocab/schemas.rb', line 5510

def frequency
  @frequency
end

#FridayRDF::Vocabulary::Term (readonly)

The day of the week between Thursday and Saturday.

Returns:

  • (RDF::Vocabulary::Term)


9402
9403
9404
# File 'lib/rdf/vocab/schemas.rb', line 9402

def Friday
  @Friday
end

#fromLocationRDF::Vocabulary::Term (readonly)

A sub property of location. The original location of the object or the agent before the action.

Returns:

  • (RDF::Vocabulary::Term)


5514
5515
5516
# File 'lib/rdf/vocab/schemas.rb', line 5514

def fromLocation
  @fromLocation
end

#FrontWheelDriveConfigurationRDF::Vocabulary::Term (readonly)

Front-wheel drive is a transmission layout where the engine drives the front wheels.

Returns:

  • (RDF::Vocabulary::Term)


9406
9407
9408
# File 'lib/rdf/vocab/schemas.rb', line 9406

def FrontWheelDriveConfiguration
  @FrontWheelDriveConfiguration
end

#fuelCapacityRDF::Vocabulary::Term (readonly)

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.nnTypical unit code(s): LTR for liters, GLL of US gallons, GLI for UK / imperial gallons, AMH for ampere-hours (for electrical vehicles).

Returns:

  • (RDF::Vocabulary::Term)


5518
5519
5520
# File 'lib/rdf/vocab/schemas.rb', line 5518

def fuelCapacity
  @fuelCapacity
end

#fuelConsumptionRDF::Vocabulary::Term (readonly)

The amount of fuel consumed for traveling a particular distance or temporal duration with the given vehicle (e.g. liters per 100 km).nn* Note 1: There are unfortunately no standard unit codes for liters per 100 km. Use [[unitText]] to indicate the unit of measurement, e.g. L/100 km.n* Note 2: There are two ways of indicating the fuel consumption, [[fuelConsumption]] (e.g. 8 liters per 100 km) and [[fuelEfficiency]] (e.g. 30 miles per gallon). They are reciprocal.n* Note 3: Often, the absolute value is useful only when related to driving speed (“at 80 km/h”) or usage pattern (“city traffic”). You can use [[valueReference]] to link the value for the fuel consumption to another value.

Returns:

  • (RDF::Vocabulary::Term)


5522
5523
5524
# File 'lib/rdf/vocab/schemas.rb', line 5522

def fuelConsumption
  @fuelConsumption
end

#fuelEfficiencyRDF::Vocabulary::Term (readonly)

The distance traveled per unit of fuel used; most commonly miles per gallon (mpg) or kilometers per liter (km/L).nn* Note 1: There are unfortunately no standard unit codes for miles per gallon or kilometers per liter. Use [[unitText]] to indicate the unit of measurement, e.g. mpg or km/L.n* Note 2: There are two ways of indicating the fuel consumption, [[fuelConsumption]] (e.g. 8 liters per 100 km) and [[fuelEfficiency]] (e.g. 30 miles per gallon). They are reciprocal.n* Note 3: Often, the absolute value is useful only when related to driving speed (“at 80 km/h”) or usage pattern (“city traffic”). You can use [[valueReference]] to link the value for the fuel economy to another value.

Returns:

  • (RDF::Vocabulary::Term)


5526
5527
5528
# File 'lib/rdf/vocab/schemas.rb', line 5526

def fuelEfficiency
  @fuelEfficiency
end

#fuelTypeRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


5530
5531
5532
# File 'lib/rdf/vocab/schemas.rb', line 5530

def fuelType
  @fuelType
end

#FullRefundRDF::Vocabulary::Term (readonly)

A FullRefund …

Returns:

  • (RDF::Vocabulary::Term)


9410
9411
9412
# File 'lib/rdf/vocab/schemas.rb', line 9410

def FullRefund
  @FullRefund
end

#functionalClassRDF::Vocabulary::Term (readonly)

The degree of mobility the joint allows.

Returns:

  • (RDF::Vocabulary::Term)


5534
5535
5536
# File 'lib/rdf/vocab/schemas.rb', line 5534

def functionalClass
  @functionalClass
end

#fundedItemRDF::Vocabulary::Term (readonly)

Indicates an item funded or sponsored through a [[Grant]].

Returns:

  • (RDF::Vocabulary::Term)


5538
5539
5540
# File 'lib/rdf/vocab/schemas.rb', line 5538

def fundedItem
  @fundedItem
end

#funderRDF::Vocabulary::Term (readonly)

A person or organization that supports (sponsors) something through some kind of financial contribution.

Returns:

  • (RDF::Vocabulary::Term)


5542
5543
5544
# File 'lib/rdf/vocab/schemas.rb', line 5542

def funder
  @funder
end

#FundingAgencyRDF::Vocabulary::Term (readonly)

A FundingAgency is an organization that implements one or more [[FundingScheme]]s and manages the granting process (via [[Grant]]s, typically [[MonetaryGrant]]s). A funding agency is not always required for grant funding, e.g. philanthropic giving, corporate sponsorship etc. Examples of funding agencies include ERC, REA, NIH, Bill and Melinda Gates Foundation…

Returns:

  • (RDF::Vocabulary::Term)


1222
1223
1224
# File 'lib/rdf/vocab/schemas.rb', line 1222

def FundingAgency
  @FundingAgency
end

#FundingSchemeRDF::Vocabulary::Term (readonly)

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 [[Grant]] 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 - [[FundingAgency]]s such as ERC, REA, …

Returns:

  • (RDF::Vocabulary::Term)


1226
1227
1228
# File 'lib/rdf/vocab/schemas.rb', line 1226

def FundingScheme
  @FundingScheme
end

#FungusRDF::Vocabulary::Term (readonly)

Pathogenic fungus.

Returns:

  • (RDF::Vocabulary::Term)


1230
1231
1232
# File 'lib/rdf/vocab/schemas.rb', line 1230

def Fungus
  @Fungus
end

#FurnitureStoreRDF::Vocabulary::Term (readonly)

A furniture store.

Returns:

  • (RDF::Vocabulary::Term)


1234
1235
1236
# File 'lib/rdf/vocab/schemas.rb', line 1234

def FurnitureStore
  @FurnitureStore
end

#gameRDF::Vocabulary::Term (readonly)

Video game which is played on this server.

Returns:

  • (RDF::Vocabulary::Term)


5546
5547
5548
# File 'lib/rdf/vocab/schemas.rb', line 5546

def game
  @game
end

#GameRDF::Vocabulary::Term (readonly)

The Game type represents things which are games. These are typically rule-governed recreational activities, e.g. role-playing games in which players assume the role of characters in a fictional setting.

Returns:

  • (RDF::Vocabulary::Term)


1238
1239
1240
# File 'lib/rdf/vocab/schemas.rb', line 1238

def Game
  @Game
end

#gameItemRDF::Vocabulary::Term (readonly)

An item is an object within the game world that can be collected by a player or, occasionally, a non-player character.

Returns:

  • (RDF::Vocabulary::Term)


5550
5551
5552
# File 'lib/rdf/vocab/schemas.rb', line 5550

def gameItem
  @gameItem
end

#gameLocationRDF::Vocabulary::Term (readonly)

Real or fictional location of the game (or part of game).

Returns:

  • (RDF::Vocabulary::Term)


5554
5555
5556
# File 'lib/rdf/vocab/schemas.rb', line 5554

def gameLocation
  @gameLocation
end

#gamePlatformRDF::Vocabulary::Term (readonly)

The electronic systems used to play <a href=“en.wikipedia.org/wiki/Category:Video_game_platforms”>video games</a>.

Returns:

  • (RDF::Vocabulary::Term)


5558
5559
5560
# File 'lib/rdf/vocab/schemas.rb', line 5558

def gamePlatform
  @gamePlatform
end

#GamePlayModeRDF::Vocabulary::Term (readonly)

Indicates whether this game is multi-player, co-op or single-player.

Returns:

  • (RDF::Vocabulary::Term)


1242
1243
1244
# File 'lib/rdf/vocab/schemas.rb', line 1242

def GamePlayMode
  @GamePlayMode
end

#gameServerRDF::Vocabulary::Term (readonly)

The server on which it is possible to play the game.

Returns:

  • (RDF::Vocabulary::Term)


5562
5563
5564
# File 'lib/rdf/vocab/schemas.rb', line 5562

def gameServer
  @gameServer
end

#GameServerRDF::Vocabulary::Term (readonly)

Server that provides game interaction in a multiplayer game.

Returns:

  • (RDF::Vocabulary::Term)


1246
1247
1248
# File 'lib/rdf/vocab/schemas.rb', line 1246

def GameServer
  @GameServer
end

#GameServerStatusRDF::Vocabulary::Term (readonly)

Status of a game server.

Returns:

  • (RDF::Vocabulary::Term)


1250
1251
1252
# File 'lib/rdf/vocab/schemas.rb', line 1250

def GameServerStatus
  @GameServerStatus
end

#gameTipRDF::Vocabulary::Term (readonly)

Links to tips, tactics, etc.

Returns:

  • (RDF::Vocabulary::Term)


5566
5567
5568
# File 'lib/rdf/vocab/schemas.rb', line 5566

def gameTip
  @gameTip
end

#GardenStoreRDF::Vocabulary::Term (readonly)

A garden store.

Returns:

  • (RDF::Vocabulary::Term)


1254
1255
1256
# File 'lib/rdf/vocab/schemas.rb', line 1254

def GardenStore
  @GardenStore
end

#GasStationRDF::Vocabulary::Term (readonly)

A gas station.

Returns:

  • (RDF::Vocabulary::Term)


1258
1259
1260
# File 'lib/rdf/vocab/schemas.rb', line 1258

def GasStation
  @GasStation
end

#GastroenterologicRDF::Vocabulary::Term (readonly)

A specific branch of medical science that pertains to diagnosis and treatment of disorders of digestive system.

Returns:

  • (RDF::Vocabulary::Term)


9414
9415
9416
# File 'lib/rdf/vocab/schemas.rb', line 9414

def Gastroenterologic
  @Gastroenterologic
end

#GatedResidenceCommunityRDF::Vocabulary::Term (readonly)

Residence type: Gated community.

Returns:

  • (RDF::Vocabulary::Term)


1262
1263
1264
# File 'lib/rdf/vocab/schemas.rb', line 1262

def GatedResidenceCommunity
  @GatedResidenceCommunity
end

#genderRDF::Vocabulary::Term (readonly)

Gender of something, typically a [[Person]], but possibly also fictional characters, animals, etc. While schema.org/Male and schema.org/Female may be used, text strings are also acceptable for people who do not identify as a binary gender. The [[gender]] 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 [[SportsTeam]] can be indicated with a text value of “Mixed”.

Returns:

  • (RDF::Vocabulary::Term)


5570
5571
5572
# File 'lib/rdf/vocab/schemas.rb', line 5570

def gender
  @gender
end

#GenderTypeRDF::Vocabulary::Term (readonly)

An enumeration of genders.

Returns:

  • (RDF::Vocabulary::Term)


1266
1267
1268
# File 'lib/rdf/vocab/schemas.rb', line 1266

def GenderType
  @GenderType
end

#GeneralContractorRDF::Vocabulary::Term (readonly)

A general contractor.

Returns:

  • (RDF::Vocabulary::Term)


1270
1271
1272
# File 'lib/rdf/vocab/schemas.rb', line 1270

def GeneralContractor
  @GeneralContractor
end

#GeneticRDF::Vocabulary::Term (readonly)

A specific branch of medical science that pertains to hereditary transmission and the variation of inherited characteristics and disorders.

Returns:

  • (RDF::Vocabulary::Term)


9418
9419
9420
# File 'lib/rdf/vocab/schemas.rb', line 9418

def Genetic
  @Genetic
end

#GenitourinaryRDF::Vocabulary::Term (readonly)

Genitourinary system function assessment with clinical examination.

Returns:

  • (RDF::Vocabulary::Term)


9422
9423
9424
# File 'lib/rdf/vocab/schemas.rb', line 9422

def Genitourinary
  @Genitourinary
end

#genreRDF::Vocabulary::Term (readonly)

Genre of the creative work, broadcast channel or group.

Returns:

  • (RDF::Vocabulary::Term)


5574
5575
5576
# File 'lib/rdf/vocab/schemas.rb', line 5574

def genre
  @genre
end

#geoRDF::Vocabulary::Term (readonly)

The geo coordinates of the place.

Returns:

  • (RDF::Vocabulary::Term)


5578
5579
5580
# File 'lib/rdf/vocab/schemas.rb', line 5578

def geo
  @geo
end

#GeoCircleRDF::Vocabulary::Term (readonly)

A GeoCircle is a GeoShape representing a circular geographic area. As it is a GeoShape it provides the simple textual property ‘circle’, but also allows the combination of postalCode alongside geoRadius. The center of the circle can be indicated via the ‘geoMidpoint’ property, or more approximately using ‘address’, ‘postalCode’.

Returns:

  • (RDF::Vocabulary::Term)


1274
1275
1276
# File 'lib/rdf/vocab/schemas.rb', line 1274

def GeoCircle
  @GeoCircle
end

#geoContainsRDF::Vocabulary::Term (readonly)

Represents a relationship between two geometries (or the places they represent), relating a containing geometry to a contained geometry. “a contains b iff no points of b lie in the exterior of a, and at least one point of the interior of b lies in the interior of a”. As defined in [DE-9IM](en.wikipedia.org/wiki/DE-9IM).

Returns:

  • (RDF::Vocabulary::Term)


5582
5583
5584
# File 'lib/rdf/vocab/schemas.rb', line 5582

def geoContains
  @geoContains
end

#GeoCoordinatesRDF::Vocabulary::Term (readonly)

The geographic coordinates of a place or event.

Returns:

  • (RDF::Vocabulary::Term)


1278
1279
1280
# File 'lib/rdf/vocab/schemas.rb', line 1278

def GeoCoordinates
  @GeoCoordinates
end

#geoCoveredByRDF::Vocabulary::Term (readonly)

Represents a relationship between two geometries (or the places they represent), relating a geometry to another that covers it. As defined in [DE-9IM](en.wikipedia.org/wiki/DE-9IM).

Returns:

  • (RDF::Vocabulary::Term)


5586
5587
5588
# File 'lib/rdf/vocab/schemas.rb', line 5586

def geoCoveredBy
  @geoCoveredBy
end

#geoCoversRDF::Vocabulary::Term (readonly)

Represents a relationship between two geometries (or the places they represent), relating a covering geometry to a covered geometry. “Every point of b is a point of (the interior or boundary of) a”. As defined in [DE-9IM](en.wikipedia.org/wiki/DE-9IM).

Returns:

  • (RDF::Vocabulary::Term)


5590
5591
5592
# File 'lib/rdf/vocab/schemas.rb', line 5590

def geoCovers
  @geoCovers
end

#geoCrossesRDF::Vocabulary::Term (readonly)

Represents a relationship between two geometries (or the places they represent), relating a geometry to another that crosses it: “a crosses b: they have some but not all interior points in common, and the dimension of the intersection is less than that of at least one of them”. As defined in [DE-9IM](en.wikipedia.org/wiki/DE-9IM).

Returns:

  • (RDF::Vocabulary::Term)


5594
5595
5596
# File 'lib/rdf/vocab/schemas.rb', line 5594

def geoCrosses
  @geoCrosses
end

#geoDisjointRDF::Vocabulary::Term (readonly)

Represents spatial relations in which two geometries (or the places they represent) are topologically disjoint: they have no point in common. They form a set of disconnected geometries.“ (a symmetric relationship, as defined in [DE-9IM](en.wikipedia.org/wiki/DE-9IM))

Returns:

  • (RDF::Vocabulary::Term)


5598
5599
5600
# File 'lib/rdf/vocab/schemas.rb', line 5598

def geoDisjoint
  @geoDisjoint
end

#geoEqualsRDF::Vocabulary::Term (readonly)

Represents spatial relations in which two geometries (or the places they represent) are topologically equal, as defined in [DE-9IM](en.wikipedia.org/wiki/DE-9IM). “Two geometries are topologically equal if their interiors intersect and no part of the interior or boundary of one geometry intersects the exterior of the other” (a symmetric relationship)

Returns:

  • (RDF::Vocabulary::Term)


5602
5603
5604
# File 'lib/rdf/vocab/schemas.rb', line 5602

def geoEquals
  @geoEquals
end

#geographicAreaRDF::Vocabulary::Term (readonly)

The geographic area associated with the audience.

Returns:

  • (RDF::Vocabulary::Term)


5630
5631
5632
# File 'lib/rdf/vocab/schemas.rb', line 5630

def geographicArea
  @geographicArea
end

#geoIntersectsRDF::Vocabulary::Term (readonly)

Represents spatial relations in which two geometries (or the places they represent) have at least one point in common. As defined in [DE-9IM](en.wikipedia.org/wiki/DE-9IM).

Returns:

  • (RDF::Vocabulary::Term)


5606
5607
5608
# File 'lib/rdf/vocab/schemas.rb', line 5606

def geoIntersects
  @geoIntersects
end

#geoMidpointRDF::Vocabulary::Term (readonly)

Indicates the GeoCoordinates at the centre of a GeoShape e.g. GeoCircle.

Returns:

  • (RDF::Vocabulary::Term)


5610
5611
5612
# File 'lib/rdf/vocab/schemas.rb', line 5610

def geoMidpoint
  @geoMidpoint
end

#geoOverlapsRDF::Vocabulary::Term (readonly)

Represents a relationship between two geometries (or the places they represent), relating a geometry to another that geospatially overlaps it, i.e. they have some but not all points in common. As defined in [DE-9IM](en.wikipedia.org/wiki/DE-9IM).

Returns:

  • (RDF::Vocabulary::Term)


5614
5615
5616
# File 'lib/rdf/vocab/schemas.rb', line 5614

def geoOverlaps
  @geoOverlaps
end

#geoRadiusRDF::Vocabulary::Term (readonly)

Indicates the approximate radius of a GeoCircle (metres unless indicated otherwise via Distance notation).

Returns:

  • (RDF::Vocabulary::Term)


5618
5619
5620
# File 'lib/rdf/vocab/schemas.rb', line 5618

def geoRadius
  @geoRadius
end

#GeoShapeRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


1282
1283
1284
# File 'lib/rdf/vocab/schemas.rb', line 1282

def GeoShape
  @GeoShape
end

#GeospatialGeometryRDF::Vocabulary::Term (readonly)

(Eventually to be defined as) a supertype of GeoShape designed to accommodate definitions from Geo-Spatial best practices.

Returns:

  • (RDF::Vocabulary::Term)


1286
1287
1288
# File 'lib/rdf/vocab/schemas.rb', line 1286

def GeospatialGeometry
  @GeospatialGeometry
end

#geoTouchesRDF::Vocabulary::Term (readonly)

Represents spatial relations in which two geometries (or the places they represent) touch: they have at least one boundary point in common, but no interior points.“ (a symmetric relationship, as defined in [DE-9IM](en.wikipedia.org/wiki/DE-9IM) )

Returns:

  • (RDF::Vocabulary::Term)


5622
5623
5624
# File 'lib/rdf/vocab/schemas.rb', line 5622

def geoTouches
  @geoTouches
end

#geoWithinRDF::Vocabulary::Term (readonly)

Represents a relationship between two geometries (or the places they represent), relating a geometry to one that contains it, i.e. it is inside (i.e. within) its interior. As defined in [DE-9IM](en.wikipedia.org/wiki/DE-9IM).

Returns:

  • (RDF::Vocabulary::Term)


5626
5627
5628
# File 'lib/rdf/vocab/schemas.rb', line 5626

def geoWithin
  @geoWithin
end

#GeriatricRDF::Vocabulary::Term (readonly)

A specific branch of medical science that is concerned with the diagnosis and treatment of diseases, debilities and provision of care to the aged.

Returns:

  • (RDF::Vocabulary::Term)


9426
9427
9428
# File 'lib/rdf/vocab/schemas.rb', line 9426

def Geriatric
  @Geriatric
end

#gettingTestedInfoRDF::Vocabulary::Term (readonly)

Information about getting tested (for a [[MedicalCondition]]), e.g. in the context of a pandemic.

Returns:

  • (RDF::Vocabulary::Term)


5634
5635
5636
# File 'lib/rdf/vocab/schemas.rb', line 5634

def gettingTestedInfo
  @gettingTestedInfo
end

#GiveActionRDF::Vocabulary::Term (readonly)

The act of transferring ownership of an object to a destination. Reciprocal of TakeAction.nnRelated actions:nn* [[TakeAction]]: Reciprocal of GiveAction.n* [[SendAction]]: Unlike SendAction, GiveAction implies that ownership is being transferred (e.g. I may send my laptop to you, but that doesn’t mean I’m giving it to you).

Returns:

  • (RDF::Vocabulary::Term)


1290
1291
1292
# File 'lib/rdf/vocab/schemas.rb', line 1290

def GiveAction
  @GiveAction
end

#givenNameRDF::Vocabulary::Term (readonly)

Given name. In the U.S., the first name of a Person.

Returns:

  • (RDF::Vocabulary::Term)


5638
5639
5640
# File 'lib/rdf/vocab/schemas.rb', line 5638

def givenName
  @givenName
end

#globalLocationNumberRDF::Vocabulary::Term (readonly)

The [Global Location Number](www.gs1.org/gln) (GLN, sometimes also referred to as International Location Number or ILN) of the respective organization, person, or place. The GLN is a 13-digit number used to identify parties and physical locations.

Returns:

  • (RDF::Vocabulary::Term)


5642
5643
5644
# File 'lib/rdf/vocab/schemas.rb', line 5642

def globalLocationNumber
  @globalLocationNumber
end

#GlutenFreeDietRDF::Vocabulary::Term (readonly)

A diet exclusive of gluten.

Returns:

  • (RDF::Vocabulary::Term)


9430
9431
9432
# File 'lib/rdf/vocab/schemas.rb', line 9430

def GlutenFreeDiet
  @GlutenFreeDiet
end

#GolfCourseRDF::Vocabulary::Term (readonly)

A golf course.

Returns:

  • (RDF::Vocabulary::Term)


1294
1295
1296
# File 'lib/rdf/vocab/schemas.rb', line 1294

def GolfCourse
  @GolfCourse
end

#governmentBenefitsInfoRDF::Vocabulary::Term (readonly)

governmentBenefitsInfo provides information about government benefits associated with a SpecialAnnouncement.

Returns:

  • (RDF::Vocabulary::Term)


5646
5647
5648
# File 'lib/rdf/vocab/schemas.rb', line 5646

def governmentBenefitsInfo
  @governmentBenefitsInfo
end

#GovernmentBenefitsTypeRDF::Vocabulary::Term (readonly)

GovernmentBenefitsType enumerates several kinds of government benefits to support the COVID-19 situation. Note that this structure may not capture all benefits offered.

Returns:

  • (RDF::Vocabulary::Term)


1298
1299
1300
# File 'lib/rdf/vocab/schemas.rb', line 1298

def GovernmentBenefitsType
  @GovernmentBenefitsType
end

#GovernmentBuildingRDF::Vocabulary::Term (readonly)

A government building.

Returns:

  • (RDF::Vocabulary::Term)


1302
1303
1304
# File 'lib/rdf/vocab/schemas.rb', line 1302

def GovernmentBuilding
  @GovernmentBuilding
end

#GovernmentOfficeRDF::Vocabulary::Term (readonly)

A government office&#x2014;for example, an IRS or DMV office.

Returns:

  • (RDF::Vocabulary::Term)


1306
1307
1308
# File 'lib/rdf/vocab/schemas.rb', line 1306

def GovernmentOffice
  @GovernmentOffice
end

#GovernmentOrganizationRDF::Vocabulary::Term (readonly)

A governmental organization or agency.

Returns:

  • (RDF::Vocabulary::Term)


1310
1311
1312
# File 'lib/rdf/vocab/schemas.rb', line 1310

def GovernmentOrganization
  @GovernmentOrganization
end

#GovernmentPermitRDF::Vocabulary::Term (readonly)

A permit issued by a government agency.

Returns:

  • (RDF::Vocabulary::Term)


1314
1315
1316
# File 'lib/rdf/vocab/schemas.rb', line 1314

def GovernmentPermit
  @GovernmentPermit
end

#GovernmentServiceRDF::Vocabulary::Term (readonly)

A service provided by a government organization, e.g. food stamps, veterans benefits, etc.

Returns:

  • (RDF::Vocabulary::Term)


1318
1319
1320
# File 'lib/rdf/vocab/schemas.rb', line 1318

def GovernmentService
  @GovernmentService
end

#gracePeriodRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


5650
5651
5652
# File 'lib/rdf/vocab/schemas.rb', line 5650

def gracePeriod
  @gracePeriod
end

#GrantRDF::Vocabulary::Term (readonly)

A grant, typically financial or otherwise quantifiable, of resources. Typically a [[funder]] sponsors some [[MonetaryAmount]] to an [[Organization]] or [[Person]], sometimes not necessarily via a dedicated or long-lived [[Project]], resulting in one or more outputs, or [[fundedItem]]s. For financial sponsorship, indicate the [[funder]] of a [[MonetaryGrant]]. For non-financial support, indicate [[sponsor]] of [[Grant]]s of resources (e.g. office space). Grants support activities directed towards some agreed collective goals, often but not always organized as [[Project]]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. The amount of a [[Grant]] is represented using [[amount]] as a [[MonetaryAmount]].

Returns:

  • (RDF::Vocabulary::Term)


1322
1323
1324
# File 'lib/rdf/vocab/schemas.rb', line 1322

def Grant
  @Grant
end

#granteeRDF::Vocabulary::Term (readonly)

The person, organization, contact point, or audience that has been granted this permission.

Returns:

  • (RDF::Vocabulary::Term)


5654
5655
5656
# File 'lib/rdf/vocab/schemas.rb', line 5654

def grantee
  @grantee
end

#GraphicNovelRDF::Vocabulary::Term (readonly)

Book format: GraphicNovel. May represent a bound collection of ComicIssue instances.

Returns:

  • (RDF::Vocabulary::Term)


9434
9435
9436
# File 'lib/rdf/vocab/schemas.rb', line 9434

def GraphicNovel
  @GraphicNovel
end

#greaterRDF::Vocabulary::Term (readonly)

This ordering relation for qualitative values indicates that the subject is greater than the object.

Returns:

  • (RDF::Vocabulary::Term)


5658
5659
5660
# File 'lib/rdf/vocab/schemas.rb', line 5658

def greater
  @greater
end

#greaterOrEqualRDF::Vocabulary::Term (readonly)

This ordering relation for qualitative values indicates that the subject is greater than or equal to the object.

Returns:

  • (RDF::Vocabulary::Term)


5662
5663
5664
# File 'lib/rdf/vocab/schemas.rb', line 5662

def greaterOrEqual
  @greaterOrEqual
end

#GroceryStoreRDF::Vocabulary::Term (readonly)

A grocery store.

Returns:

  • (RDF::Vocabulary::Term)


1326
1327
1328
# File 'lib/rdf/vocab/schemas.rb', line 1326

def GroceryStore
  @GroceryStore
end

#GroupBoardingPolicyRDF::Vocabulary::Term (readonly)

The airline boards by groups based on check-in time, priority, etc.

Returns:

  • (RDF::Vocabulary::Term)


9438
9439
9440
# File 'lib/rdf/vocab/schemas.rb', line 9438

def GroupBoardingPolicy
  @GroupBoardingPolicy
end

#gtinRDF::Vocabulary::Term (readonly)

A Global Trade Item Number ([GTIN](www.gs1.org/standards/id-keys/gtin)). GTINs identify trade items, including products and services, using numeric identification codes. The [[gtin]] property generalizes the earlier [[gtin8]], [[gtin12]], [[gtin13]], and [[gtin14]] properties. The GS1 [digital link specifications](www.gs1.org/standards/Digital-Link/) express GTINs as URLs. A correct [[gtin]] 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 [valid GS1 check digit](www.gs1.org/services/check-digit-calculator) and meet the other rules for valid GTINs. See also [GS1’s GTIN Summary](www.gs1.org/barcodes/technical/idkeys/gtin) and [Wikipedia](en.wikipedia.org/wiki/Global_Trade_Item_Number) for more details. Left-padding of the gtin values is not required or encouraged.

Returns:

  • (RDF::Vocabulary::Term)


5666
5667
5668
# File 'lib/rdf/vocab/schemas.rb', line 5666

def gtin
  @gtin
end

#gtin12RDF::Vocabulary::Term (readonly)

The GTIN-12 code of the product, or the product to which the offer refers. The GTIN-12 is the 12-digit GS1 Identification Key composed of a U.P.C. Company Prefix, Item Reference, and Check Digit used to identify trade items. See [GS1 GTIN Summary](www.gs1.org/barcodes/technical/idkeys/gtin) for more details.

Returns:

  • (RDF::Vocabulary::Term)


5670
5671
5672
# File 'lib/rdf/vocab/schemas.rb', line 5670

def gtin12
  @gtin12
end

#gtin13RDF::Vocabulary::Term (readonly)

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 preceding zero. See [GS1 GTIN Summary](www.gs1.org/barcodes/technical/idkeys/gtin) for more details.

Returns:

  • (RDF::Vocabulary::Term)


5674
5675
5676
# File 'lib/rdf/vocab/schemas.rb', line 5674

def gtin13
  @gtin13
end

#gtin14RDF::Vocabulary::Term (readonly)

The GTIN-14 code of the product, or the product to which the offer refers. See [GS1 GTIN Summary](www.gs1.org/barcodes/technical/idkeys/gtin) for more details.

Returns:

  • (RDF::Vocabulary::Term)


5678
5679
5680
# File 'lib/rdf/vocab/schemas.rb', line 5678

def gtin14
  @gtin14
end

#gtin8RDF::Vocabulary::Term (readonly)

The [GTIN-8](apps.gs1.org/GDD/glossary/Pages/GTIN-8.aspx) code of the product, or the product to which the offer refers. This code is also known as EAN/UCC-8 or 8-digit EAN. See [GS1 GTIN Summary](www.gs1.org/barcodes/technical/idkeys/gtin) for more details.

Returns:

  • (RDF::Vocabulary::Term)


5682
5683
5684
# File 'lib/rdf/vocab/schemas.rb', line 5682

def gtin8
  @gtin8
end

#GuideRDF::Vocabulary::Term (readonly)

[Guide]

is a page or article that recommend specific products or services, or aspects of a thing for a user to consider. A [[Guide]] may represent a Buying Guide and detail aspects of products or services for a user to consider. A [[Guide]] may represent a Product Guide and recommend specific products or services. A [[Guide]] may represent a Ranked List and recommend specific products or services with ranking.

Returns:

  • (RDF::Vocabulary::Term)


1330
1331
1332
# File 'lib/rdf/vocab/schemas.rb', line 1330

def Guide
  @Guide
end

#guidelineRDF::Vocabulary::Term (readonly)

A medical guideline related to this entity.

Returns:

  • (RDF::Vocabulary::Term)


5686
5687
5688
# File 'lib/rdf/vocab/schemas.rb', line 5686

def guideline
  @guideline
end

#guidelineDateRDF::Vocabulary::Term (readonly)

Date on which this guideline’s recommendation was made.

Returns:

  • (RDF::Vocabulary::Term)


5690
5691
5692
# File 'lib/rdf/vocab/schemas.rb', line 5690

def guidelineDate
  @guidelineDate
end

#guidelineSubjectRDF::Vocabulary::Term (readonly)

The medical conditions, treatments, etc. that are the subject of the guideline.

Returns:

  • (RDF::Vocabulary::Term)


5694
5695
5696
# File 'lib/rdf/vocab/schemas.rb', line 5694

def guidelineSubject
  @guidelineSubject
end

#GynecologicRDF::Vocabulary::Term (readonly)

A specific branch of medical science that pertains to the health care of women, particularly in the diagnosis and treatment of disorders affecting the female reproductive system.

Returns:

  • (RDF::Vocabulary::Term)


9442
9443
9444
# File 'lib/rdf/vocab/schemas.rb', line 9442

def Gynecologic
  @Gynecologic
end

#HackathonRDF::Vocabulary::Term (readonly)

A [hackathon](en.wikipedia.org/wiki/Hackathon) event.

Returns:

  • (RDF::Vocabulary::Term)


1338
1339
1340
# File 'lib/rdf/vocab/schemas.rb', line 1338

def Hackathon
  @Hackathon
end

#HairSalonRDF::Vocabulary::Term (readonly)

A hair salon.

Returns:

  • (RDF::Vocabulary::Term)


1342
1343
1344
# File 'lib/rdf/vocab/schemas.rb', line 1342

def HairSalon
  @HairSalon
end

#HalalDietRDF::Vocabulary::Term (readonly)

A diet conforming to Islamic dietary practices.

Returns:

  • (RDF::Vocabulary::Term)


9446
9447
9448
# File 'lib/rdf/vocab/schemas.rb', line 9446

def HalalDiet
  @HalalDiet
end

#handlingTimeRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


5698
5699
5700
# File 'lib/rdf/vocab/schemas.rb', line 5698

def handlingTime
  @handlingTime
end

#HardcoverRDF::Vocabulary::Term (readonly)

Book format: Hardcover.

Returns:

  • (RDF::Vocabulary::Term)


9450
9451
9452
# File 'lib/rdf/vocab/schemas.rb', line 9450

def Hardcover
  @Hardcover
end

#HardwareStoreRDF::Vocabulary::Term (readonly)

A hardware store.

Returns:

  • (RDF::Vocabulary::Term)


1346
1347
1348
# File 'lib/rdf/vocab/schemas.rb', line 1346

def HardwareStore
  @HardwareStore
end

#hasBroadcastChannelRDF::Vocabulary::Term (readonly)

A broadcast channel of a broadcast service.

Returns:

  • (RDF::Vocabulary::Term)


5702
5703
5704
# File 'lib/rdf/vocab/schemas.rb', line 5702

def hasBroadcastChannel
  @hasBroadcastChannel
end

#hasCategoryCodeRDF::Vocabulary::Term (readonly)

A Category code contained in this code set.

Returns:

  • (RDF::Vocabulary::Term)


5706
5707
5708
# File 'lib/rdf/vocab/schemas.rb', line 5706

def hasCategoryCode
  @hasCategoryCode
end

#hasCourseRDF::Vocabulary::Term (readonly)

A course or class that is one of the learning opportunities that constitute an educational / occupational program. No information is implied about whether the course is mandatory or optional; no guarantee is implied about whether the course will be available to everyone on the program.

Returns:

  • (RDF::Vocabulary::Term)


5710
5711
5712
# File 'lib/rdf/vocab/schemas.rb', line 5710

def hasCourse
  @hasCourse
end

#hasCourseInstanceRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


5714
5715
5716
# File 'lib/rdf/vocab/schemas.rb', line 5714

def hasCourseInstance
  @hasCourseInstance
end

#hasCredentialRDF::Vocabulary::Term (readonly)

A credential awarded to the Person or Organization.

Returns:

  • (RDF::Vocabulary::Term)


5718
5719
5720
# File 'lib/rdf/vocab/schemas.rb', line 5718

def hasCredential
  @hasCredential
end

#hasDefinedTermRDF::Vocabulary::Term (readonly)

A Defined Term contained in this term set.

Returns:

  • (RDF::Vocabulary::Term)


5722
5723
5724
# File 'lib/rdf/vocab/schemas.rb', line 5722

def hasDefinedTerm
  @hasDefinedTerm
end

#hasDeliveryMethodRDF::Vocabulary::Term (readonly)

Method used for delivery or shipping.

Returns:

  • (RDF::Vocabulary::Term)


5726
5727
5728
# File 'lib/rdf/vocab/schemas.rb', line 5726

def hasDeliveryMethod
  @hasDeliveryMethod
end

#hasDigitalDocumentPermissionRDF::Vocabulary::Term (readonly)

A permission related to the access to this document (e.g. permission to read or write an electronic document). For a public document, specify a grantee with an Audience with audienceType equal to “public”.

Returns:

  • (RDF::Vocabulary::Term)


5730
5731
5732
# File 'lib/rdf/vocab/schemas.rb', line 5730

def hasDigitalDocumentPermission
  @hasDigitalDocumentPermission
end

#hasDriveThroughServiceRDF::Vocabulary::Term (readonly)

Indicates whether some facility (e.g. [[FoodEstablishment]], [[CovidTestingFacility]]) offers a service that can be used by driving through in a car. In the case of [[CovidTestingFacility]] such facilities could potentially help with social distancing from other potentially-infected users.

Returns:

  • (RDF::Vocabulary::Term)


5734
5735
5736
# File 'lib/rdf/vocab/schemas.rb', line 5734

def hasDriveThroughService
  @hasDriveThroughService
end

#hasEnergyConsumptionDetailsRDF::Vocabulary::Term (readonly)

Defines the energy efficiency Category (also known as “class” or “rating”) for a product according to an international energy efficiency standard

Returns:

  • (RDF::Vocabulary::Term)


5738
5739
5740
# File 'lib/rdf/vocab/schemas.rb', line 5738

def hasEnergyConsumptionDetails
  @hasEnergyConsumptionDetails
end

#hasEnergyEfficiencyCategoryRDF::Vocabulary::Term (readonly)

Defines the energy efficiency Category (which could be either a rating out of range of values or a yes/no certification) for a product according to an international energy efficiency standard

Returns:

  • (RDF::Vocabulary::Term)


5742
5743
5744
# File 'lib/rdf/vocab/schemas.rb', line 5742

def hasEnergyEfficiencyCategory
  @hasEnergyEfficiencyCategory
end

#hasHealthAspectRDF::Vocabulary::Term (readonly)

Indicates the aspect or aspects specifically addressed in some [[HealthTopicContent]]. For example, that the content is an overview, or that it talks about treatment, self-care, treatments or their side-effects.

Returns:

  • (RDF::Vocabulary::Term)


5746
5747
5748
# File 'lib/rdf/vocab/schemas.rb', line 5746

def hasHealthAspect
  @hasHealthAspect
end

#hasMapRDF::Vocabulary::Term (readonly)

A URL to a map of the place.

Returns:

  • (RDF::Vocabulary::Term)


5750
5751
5752
# File 'lib/rdf/vocab/schemas.rb', line 5750

def hasMap
  @hasMap
end

#hasMenuRDF::Vocabulary::Term (readonly)

Either the actual menu as a structured representation, as text, or a URL of the menu.

Returns:

  • (RDF::Vocabulary::Term)


5754
5755
5756
# File 'lib/rdf/vocab/schemas.rb', line 5754

def hasMenu
  @hasMenu
end

#hasMenuItemRDF::Vocabulary::Term (readonly)

A food or drink item contained in a menu or menu section.

Returns:

  • (RDF::Vocabulary::Term)


5758
5759
5760
# File 'lib/rdf/vocab/schemas.rb', line 5758

def hasMenuItem
  @hasMenuItem
end

#hasMenuSectionRDF::Vocabulary::Term (readonly)

A subgrouping of the menu (by dishes, course, serving time period, etc.).

Returns:

  • (RDF::Vocabulary::Term)


5762
5763
5764
# File 'lib/rdf/vocab/schemas.rb', line 5762

def hasMenuSection
  @hasMenuSection
end

#hasMerchantReturnPolicyRDF::Vocabulary::Term (readonly)

Indicates a MerchantReturnPolicy that may be applicable.

Returns:

  • (RDF::Vocabulary::Term)


5766
5767
5768
# File 'lib/rdf/vocab/schemas.rb', line 5766

def hasMerchantReturnPolicy
  @hasMerchantReturnPolicy
end

#hasOccupationRDF::Vocabulary::Term (readonly)

The Person’s occupation. For past professions, use Role for expressing dates.

Returns:

  • (RDF::Vocabulary::Term)


5770
5771
5772
# File 'lib/rdf/vocab/schemas.rb', line 5770

def hasOccupation
  @hasOccupation
end

#hasOfferCatalogRDF::Vocabulary::Term (readonly)

Indicates an OfferCatalog listing for this Organization, Person, or Service.

Returns:

  • (RDF::Vocabulary::Term)


5774
5775
5776
# File 'lib/rdf/vocab/schemas.rb', line 5774

def hasOfferCatalog
  @hasOfferCatalog
end

#hasPartRDF::Vocabulary::Term (readonly)

Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some sense).

Returns:

  • (RDF::Vocabulary::Term)


5782
5783
5784
# File 'lib/rdf/vocab/schemas.rb', line 5782

def hasPart
  @hasPart
end

#hasPOSRDF::Vocabulary::Term (readonly)

Points-of-Sales operated by the organization or person.

Returns:

  • (RDF::Vocabulary::Term)


5778
5779
5780
# File 'lib/rdf/vocab/schemas.rb', line 5778

def hasPOS
  @hasPOS
end

#hasProductReturnPolicyRDF::Vocabulary::Term (readonly)

Indicates a ProductReturnPolicy that may be applicable.

Returns:

  • (RDF::Vocabulary::Term)


5786
5787
5788
# File 'lib/rdf/vocab/schemas.rb', line 5786

def hasProductReturnPolicy
  @hasProductReturnPolicy
end

#hasVariantRDF::Vocabulary::Term (readonly)

Indicates a [[Product]] that is a member of this [[ProductGroup]] (or [[ProductModel]]).

Returns:

  • (RDF::Vocabulary::Term)


5790
5791
5792
# File 'lib/rdf/vocab/schemas.rb', line 5790

def hasVariant
  @hasVariant
end

#HeadRDF::Vocabulary::Term (readonly)

Head assessment with clinical examination.

Returns:

  • (RDF::Vocabulary::Term)


9454
9455
9456
# File 'lib/rdf/vocab/schemas.rb', line 9454

def Head
  @Head
end

#headlineRDF::Vocabulary::Term (readonly)

Headline of the article.

Returns:

  • (RDF::Vocabulary::Term)


5794
5795
5796
# File 'lib/rdf/vocab/schemas.rb', line 5794

def headline
  @headline
end

#HealthAndBeautyBusinessRDF::Vocabulary::Term (readonly)

Health and beauty.

Returns:

  • (RDF::Vocabulary::Term)


1350
1351
1352
# File 'lib/rdf/vocab/schemas.rb', line 1350

def HealthAndBeautyBusiness
  @HealthAndBeautyBusiness
end

#HealthAspectEnumerationRDF::Vocabulary::Term (readonly)

HealthAspectEnumeration enumerates several aspects of health content online, each of which might be described using [[hasHealthAspect]] and [[HealthTopicContent]].

Returns:

  • (RDF::Vocabulary::Term)


1354
1355
1356
# File 'lib/rdf/vocab/schemas.rb', line 1354

def HealthAspectEnumeration
  @HealthAspectEnumeration
end

#HealthCareRDF::Vocabulary::Term (readonly)

HealthCare: this is a benefit for health care.

Returns:

  • (RDF::Vocabulary::Term)


9458
9459
9460
# File 'lib/rdf/vocab/schemas.rb', line 9458

def HealthCare
  @HealthCare
end

#healthcareReportingDataRDF::Vocabulary::Term (readonly)

Indicates data describing a hospital, e.g. a CDC [[CDCPMDRecord]] or as some kind of [[Dataset]].

Returns:

  • (RDF::Vocabulary::Term)


5850
5851
5852
# File 'lib/rdf/vocab/schemas.rb', line 5850

def healthcareReportingData
  @healthcareReportingData
end

#HealthClubRDF::Vocabulary::Term (readonly)

A health club.

Returns:

  • (RDF::Vocabulary::Term)


1358
1359
1360
# File 'lib/rdf/vocab/schemas.rb', line 1358

def HealthClub
  @HealthClub
end

#healthConditionRDF::Vocabulary::Term (readonly)

Specifying the health condition(s) of a patient, medical study, or other target audience.

Returns:

  • (RDF::Vocabulary::Term)


5798
5799
5800
# File 'lib/rdf/vocab/schemas.rb', line 5798

def healthCondition
  @healthCondition
end

#HealthInsurancePlanRDF::Vocabulary::Term (readonly)

A US-style health insurance plan, including PPOs, EPOs, and HMOs.

Returns:

  • (RDF::Vocabulary::Term)


1362
1363
1364
# File 'lib/rdf/vocab/schemas.rb', line 1362

def HealthInsurancePlan
  @HealthInsurancePlan
end

#healthPlanCoinsuranceOptionRDF::Vocabulary::Term (readonly)

Whether the coinsurance applies before or after deductible, etc. TODO: Is this a closed set?

Returns:

  • (RDF::Vocabulary::Term)


5802
5803
5804
# File 'lib/rdf/vocab/schemas.rb', line 5802

def healthPlanCoinsuranceOption
  @healthPlanCoinsuranceOption
end

#healthPlanCoinsuranceRateRDF::Vocabulary::Term (readonly)

Whether The rate of coinsurance expressed as a number between 0.0 and 1.0.

Returns:

  • (RDF::Vocabulary::Term)


5806
5807
5808
# File 'lib/rdf/vocab/schemas.rb', line 5806

def healthPlanCoinsuranceRate
  @healthPlanCoinsuranceRate
end

#healthPlanCopayRDF::Vocabulary::Term (readonly)

Whether The copay amount.

Returns:

  • (RDF::Vocabulary::Term)


5810
5811
5812
# File 'lib/rdf/vocab/schemas.rb', line 5810

def healthPlanCopay
  @healthPlanCopay
end

#healthPlanCopayOptionRDF::Vocabulary::Term (readonly)

Whether the copay is before or after deductible, etc. TODO: Is this a closed set?

Returns:

  • (RDF::Vocabulary::Term)


5814
5815
5816
# File 'lib/rdf/vocab/schemas.rb', line 5814

def healthPlanCopayOption
  @healthPlanCopayOption
end

#healthPlanCostSharingRDF::Vocabulary::Term (readonly)

Whether The costs to the patient for services under this network or formulary.

Returns:

  • (RDF::Vocabulary::Term)


5818
5819
5820
# File 'lib/rdf/vocab/schemas.rb', line 5818

def healthPlanCostSharing
  @healthPlanCostSharing
end

#HealthPlanCostSharingSpecificationRDF::Vocabulary::Term (readonly)

A description of costs to the patient under a given network or formulary.

Returns:

  • (RDF::Vocabulary::Term)


1366
1367
1368
# File 'lib/rdf/vocab/schemas.rb', line 1366

def HealthPlanCostSharingSpecification
  @HealthPlanCostSharingSpecification
end

#healthPlanDrugOptionRDF::Vocabulary::Term (readonly)

TODO.

Returns:

  • (RDF::Vocabulary::Term)


5822
5823
5824
# File 'lib/rdf/vocab/schemas.rb', line 5822

def healthPlanDrugOption
  @healthPlanDrugOption
end

#healthPlanDrugTierRDF::Vocabulary::Term (readonly)

The tier(s) of drugs offered by this formulary or insurance plan.

Returns:

  • (RDF::Vocabulary::Term)


5826
5827
5828
# File 'lib/rdf/vocab/schemas.rb', line 5826

def healthPlanDrugTier
  @healthPlanDrugTier
end

#HealthPlanFormularyRDF::Vocabulary::Term (readonly)

For a given health insurance plan, the specification for costs and coverage of prescription drugs.

Returns:

  • (RDF::Vocabulary::Term)


1370
1371
1372
# File 'lib/rdf/vocab/schemas.rb', line 1370

def HealthPlanFormulary
  @HealthPlanFormulary
end

#healthPlanIdRDF::Vocabulary::Term (readonly)

The 14-character, HIOS-generated Plan ID number. (Plan IDs must be unique, even across different markets.)

Returns:

  • (RDF::Vocabulary::Term)


5830
5831
5832
# File 'lib/rdf/vocab/schemas.rb', line 5830

def healthPlanId
  @healthPlanId
end

#healthPlanMarketingUrlRDF::Vocabulary::Term (readonly)

The URL that goes directly to the plan brochure for the specific standard plan or plan variation.

Returns:

  • (RDF::Vocabulary::Term)


5834
5835
5836
# File 'lib/rdf/vocab/schemas.rb', line 5834

def healthPlanMarketingUrl
  @healthPlanMarketingUrl
end

#HealthPlanNetworkRDF::Vocabulary::Term (readonly)

A US-style health insurance plan network.

Returns:

  • (RDF::Vocabulary::Term)


1374
1375
1376
# File 'lib/rdf/vocab/schemas.rb', line 1374

def HealthPlanNetwork
  @HealthPlanNetwork
end

#healthPlanNetworkIdRDF::Vocabulary::Term (readonly)

Name or unique ID of network. (Networks are often reused across different insurance plans).

Returns:

  • (RDF::Vocabulary::Term)


5838
5839
5840
# File 'lib/rdf/vocab/schemas.rb', line 5838

def healthPlanNetworkId
  @healthPlanNetworkId
end

#healthPlanNetworkTierRDF::Vocabulary::Term (readonly)

The tier(s) for this network.

Returns:

  • (RDF::Vocabulary::Term)


5842
5843
5844
# File 'lib/rdf/vocab/schemas.rb', line 5842

def healthPlanNetworkTier
  @healthPlanNetworkTier
end

#healthPlanPharmacyCategoryRDF::Vocabulary::Term (readonly)

The category or type of pharmacy associated with this cost sharing.

Returns:

  • (RDF::Vocabulary::Term)


5846
5847
5848
# File 'lib/rdf/vocab/schemas.rb', line 5846

def healthPlanPharmacyCategory
  @healthPlanPharmacyCategory
end

#HealthTopicContentRDF::Vocabulary::Term (readonly)

[HealthTopicContent]

is [[WebContent]] 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 [[WebContent]] (and hence [[HealthTopicContent]]) can be related using [[hasPart]] / [[isPartOf]] where there is some kind of content hierarchy, and their content described with [[about]] and [[mentions]] e.g. building upon the existing [[MedicalCondition]] vocabulary.

Returns:

  • (RDF::Vocabulary::Term)


1378
1379
1380
# File 'lib/rdf/vocab/schemas.rb', line 1378

def HealthTopicContent
  @HealthTopicContent
end

#HearingImpairedSupportedRDF::Vocabulary::Term (readonly)

Uses devices to support users with hearing impairments.

Returns:

  • (RDF::Vocabulary::Term)


9462
9463
9464
# File 'lib/rdf/vocab/schemas.rb', line 9462

def HearingImpairedSupported
  @HearingImpairedSupported
end

#heightRDF::Vocabulary::Term (readonly)

The height of the item.

Returns:

  • (RDF::Vocabulary::Term)


5854
5855
5856
# File 'lib/rdf/vocab/schemas.rb', line 5854

def height
  @height
end

#HematologicRDF::Vocabulary::Term (readonly)

A specific branch of medical science that pertains to diagnosis and treatment of disorders of blood and blood producing organs.

Returns:

  • (RDF::Vocabulary::Term)


9466
9467
9468
# File 'lib/rdf/vocab/schemas.rb', line 9466

def Hematologic
  @Hematologic
end

#highPriceRDF::Vocabulary::Term (readonly)

The highest price of all offers available.nnUsage guidelines:nn* Use values from 0123456789 (Unicode ‘DIGIT ZERO’ (U+0030) to ‘DIGIT NINE’ (U+0039)) rather than superficially similiar Unicode symbols.n* Use ‘.’ (Unicode ‘FULL STOP’ (U+002E)) rather than ‘,’ to indicate a decimal point. Avoid using these symbols as a readability separator.

Returns:

  • (RDF::Vocabulary::Term)


5858
5859
5860
# File 'lib/rdf/vocab/schemas.rb', line 5858

def highPrice
  @highPrice
end

#HighSchoolRDF::Vocabulary::Term (readonly)

A high school.

Returns:

  • (RDF::Vocabulary::Term)


1382
1383
1384
# File 'lib/rdf/vocab/schemas.rb', line 1382

def HighSchool
  @HighSchool
end

#HinduDietRDF::Vocabulary::Term (readonly)

A diet conforming to Hindu dietary practices, in particular, beef-free.

Returns:

  • (RDF::Vocabulary::Term)


9470
9471
9472
# File 'lib/rdf/vocab/schemas.rb', line 9470

def HinduDiet
  @HinduDiet
end

#HinduTempleRDF::Vocabulary::Term (readonly)

A Hindu temple.

Returns:

  • (RDF::Vocabulary::Term)


1386
1387
1388
# File 'lib/rdf/vocab/schemas.rb', line 1386

def HinduTemple
  @HinduTemple
end

#hiringOrganizationRDF::Vocabulary::Term (readonly)

Organization offering the job position.

Returns:

  • (RDF::Vocabulary::Term)


5862
5863
5864
# File 'lib/rdf/vocab/schemas.rb', line 5862

def hiringOrganization
  @hiringOrganization
end

#HobbyShopRDF::Vocabulary::Term (readonly)

A store that sells materials useful or necessary for various hobbies.

Returns:

  • (RDF::Vocabulary::Term)


1390
1391
1392
# File 'lib/rdf/vocab/schemas.rb', line 1390

def HobbyShop
  @HobbyShop
end

#holdingArchiveRDF::Vocabulary::Term (readonly)

[ArchiveOrganization]

that holds, keeps or maintains the [[ArchiveComponent]].

Returns:

  • (RDF::Vocabulary::Term)


5866
5867
5868
# File 'lib/rdf/vocab/schemas.rb', line 5866

def holdingArchive
  @holdingArchive
end

#HomeAndConstructionBusinessRDF::Vocabulary::Term (readonly)

A construction business.nnA HomeAndConstructionBusiness is a [[LocalBusiness]] that provides services around homes and buildings.nnAs a [[LocalBusiness]] it can be described as a [[provider]] of one or more [[Service]](s).

Returns:

  • (RDF::Vocabulary::Term)


1394
1395
1396
# File 'lib/rdf/vocab/schemas.rb', line 1394

def HomeAndConstructionBusiness
  @HomeAndConstructionBusiness
end

#HomeGoodsStoreRDF::Vocabulary::Term (readonly)

A home goods store.

Returns:

  • (RDF::Vocabulary::Term)


1398
1399
1400
# File 'lib/rdf/vocab/schemas.rb', line 1398

def HomeGoodsStore
  @HomeGoodsStore
end

#homeLocationRDF::Vocabulary::Term (readonly)

A contact location for a person’s residence.

Returns:

  • (RDF::Vocabulary::Term)


5870
5871
5872
# File 'lib/rdf/vocab/schemas.rb', line 5870

def homeLocation
  @homeLocation
end

#HomeopathicRDF::Vocabulary::Term (readonly)

A system of medicine based on the principle that a disease can be cured by a substance that produces similar symptoms in healthy people.

Returns:

  • (RDF::Vocabulary::Term)


9474
9475
9476
# File 'lib/rdf/vocab/schemas.rb', line 9474

def Homeopathic
  @Homeopathic
end

#homeTeamRDF::Vocabulary::Term (readonly)

The home team in a sports event.

Returns:

  • (RDF::Vocabulary::Term)


5874
5875
5876
# File 'lib/rdf/vocab/schemas.rb', line 5874

def homeTeam
  @homeTeam
end

#honorificPrefixRDF::Vocabulary::Term (readonly)

An honorific prefix preceding a Person’s name such as Dr/Mrs/Mr.

Returns:

  • (RDF::Vocabulary::Term)


5878
5879
5880
# File 'lib/rdf/vocab/schemas.rb', line 5878

def honorificPrefix
  @honorificPrefix
end

#honorificSuffixRDF::Vocabulary::Term (readonly)

An honorific suffix following a Person’s name such as M.D. /PhD/MSCSW.

Returns:

  • (RDF::Vocabulary::Term)


5882
5883
5884
# File 'lib/rdf/vocab/schemas.rb', line 5882

def honorificSuffix
  @honorificSuffix
end

#HospitalRDF::Vocabulary::Term (readonly)

A hospital.

Returns:

  • (RDF::Vocabulary::Term)


1402
1403
1404
# File 'lib/rdf/vocab/schemas.rb', line 1402

def Hospital
  @Hospital
end

#hospitalAffiliationRDF::Vocabulary::Term (readonly)

A hospital with which the physician or office is affiliated.

Returns:

  • (RDF::Vocabulary::Term)


5886
5887
5888
# File 'lib/rdf/vocab/schemas.rb', line 5886

def hospitalAffiliation
  @hospitalAffiliation
end

#HostelRDF::Vocabulary::Term (readonly)

A hostel - cheap accommodation, often in shared dormitories. <br /><br /> See also the <a href=“/docs/hotels.html”>dedicated document on the use of schema.org for marking up hotels and other forms of accommodations</a>.

Returns:

  • (RDF::Vocabulary::Term)


1406
1407
1408
# File 'lib/rdf/vocab/schemas.rb', line 1406

def Hostel
  @Hostel
end

#hostingOrganizationRDF::Vocabulary::Term (readonly)

The organization (airline, travelers’ club, etc.) the membership is made with.

Returns:

  • (RDF::Vocabulary::Term)


5890
5891
5892
# File 'lib/rdf/vocab/schemas.rb', line 5890

def hostingOrganization
  @hostingOrganization
end

#HotelRDF::Vocabulary::Term (readonly)

A hotel is an establishment that provides lodging paid on a short-term basis (Source: Wikipedia, the free encyclopedia, see 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>.

Returns:

  • (RDF::Vocabulary::Term)


1410
1411
1412
# File 'lib/rdf/vocab/schemas.rb', line 1410

def Hotel
  @Hotel
end

#HotelRoomRDF::Vocabulary::Term (readonly)

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>.

Returns:

  • (RDF::Vocabulary::Term)


1414
1415
1416
# File 'lib/rdf/vocab/schemas.rb', line 1414

def HotelRoom
  @HotelRoom
end

#hoursAvailableRDF::Vocabulary::Term (readonly)

The hours during which this service or contact is available.

Returns:

  • (RDF::Vocabulary::Term)


5894
5895
5896
# File 'lib/rdf/vocab/schemas.rb', line 5894

def hoursAvailable
  @hoursAvailable
end

#HouseRDF::Vocabulary::Term (readonly)

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=“en.wikipedia.org/wiki/House”>en.wikipedia.org/wiki/House</a>).

Returns:

  • (RDF::Vocabulary::Term)


1418
1419
1420
# File 'lib/rdf/vocab/schemas.rb', line 1418

def House
  @House
end

#HousePainterRDF::Vocabulary::Term (readonly)

A house painting service.

Returns:

  • (RDF::Vocabulary::Term)


1422
1423
1424
# File 'lib/rdf/vocab/schemas.rb', line 1422

def HousePainter
  @HousePainter
end

#HowOrWhereHealthAspectRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


9478
9479
9480
# File 'lib/rdf/vocab/schemas.rb', line 9478

def HowOrWhereHealthAspect
  @HowOrWhereHealthAspect
end

#howPerformedRDF::Vocabulary::Term (readonly)

How the procedure is performed.

Returns:

  • (RDF::Vocabulary::Term)


5898
5899
5900
# File 'lib/rdf/vocab/schemas.rb', line 5898

def howPerformed
  @howPerformed
end

#HowToRDF::Vocabulary::Term (readonly)

Instructions that explain how to achieve a result by performing a sequence of steps.

Returns:

  • (RDF::Vocabulary::Term)


1426
1427
1428
# File 'lib/rdf/vocab/schemas.rb', line 1426

def HowTo
  @HowTo
end

#HowToDirectionRDF::Vocabulary::Term (readonly)

A direction indicating a single action to do in the instructions for how to achieve a result.

Returns:

  • (RDF::Vocabulary::Term)


1430
1431
1432
# File 'lib/rdf/vocab/schemas.rb', line 1430

def HowToDirection
  @HowToDirection
end

#HowToItemRDF::Vocabulary::Term (readonly)

An item used as either a tool or supply when performing the instructions for how to to achieve a result.

Returns:

  • (RDF::Vocabulary::Term)


1434
1435
1436
# File 'lib/rdf/vocab/schemas.rb', line 1434

def HowToItem
  @HowToItem
end

#HowToSectionRDF::Vocabulary::Term (readonly)

A sub-grouping of steps in the instructions for how to achieve a result (e.g. steps for making a pie crust within a pie recipe).

Returns:

  • (RDF::Vocabulary::Term)


1438
1439
1440
# File 'lib/rdf/vocab/schemas.rb', line 1438

def HowToSection
  @HowToSection
end

#HowToStepRDF::Vocabulary::Term (readonly)

A step in the instructions for how to achieve a result. It is an ordered list with HowToDirection and/or HowToTip items.

Returns:

  • (RDF::Vocabulary::Term)


1442
1443
1444
# File 'lib/rdf/vocab/schemas.rb', line 1442

def HowToStep
  @HowToStep
end

#HowToSupplyRDF::Vocabulary::Term (readonly)

A supply consumed when performing the instructions for how to achieve a result.

Returns:

  • (RDF::Vocabulary::Term)


1446
1447
1448
# File 'lib/rdf/vocab/schemas.rb', line 1446

def HowToSupply
  @HowToSupply
end

#HowToTipRDF::Vocabulary::Term (readonly)

An explanation in the instructions for how to achieve a result. It provides supplementary information about a technique, supply, author’s preference, etc. It can explain what could be done, or what should not be done, but doesn’t specify what should be done (see HowToDirection).

Returns:

  • (RDF::Vocabulary::Term)


1450
1451
1452
# File 'lib/rdf/vocab/schemas.rb', line 1450

def HowToTip
  @HowToTip
end

#HowToToolRDF::Vocabulary::Term (readonly)

A tool used (but not consumed) when performing instructions for how to achieve a result.

Returns:

  • (RDF::Vocabulary::Term)


1454
1455
1456
# File 'lib/rdf/vocab/schemas.rb', line 1454

def HowToTool
  @HowToTool
end

#httpMethodRDF::Vocabulary::Term (readonly)

An HTTP method that specifies the appropriate HTTP method for a request to an HTTP EntryPoint. Values are capitalized strings as used in HTTP.

Returns:

  • (RDF::Vocabulary::Term)


5902
5903
5904
# File 'lib/rdf/vocab/schemas.rb', line 5902

def httpMethod
  @httpMethod
end

#HVACBusinessRDF::Vocabulary::Term (readonly)

A business that provide Heating, Ventilation and Air Conditioning services.

Returns:

  • (RDF::Vocabulary::Term)


1334
1335
1336
# File 'lib/rdf/vocab/schemas.rb', line 1334

def HVACBusiness
  @HVACBusiness
end

#HyperTocRDF::Vocabulary::Term (readonly)

A HyperToc represents a hypertext table of contents for complex media objects, such as [[VideoObject]], [[AudioObject]]. Items in the table of contents are indicated using the [[tocEntry]] property, and typed [[HyperTocEntry]]. For cases where the same larger work is split into multiple files, [[associatedMedia]] can be used on individual [[HyperTocEntry]] items.

Returns:

  • (RDF::Vocabulary::Term)


1458
1459
1460
# File 'lib/rdf/vocab/schemas.rb', line 1458

def HyperToc
  @HyperToc
end

#HyperTocEntryRDF::Vocabulary::Term (readonly)

A HyperToEntry is an item within a [[HyperToc]], which represents a hypertext table of contents for complex media objects, such as [[VideoObject]], [[AudioObject]]. The media object itself is indicated using [[associatedMedia]]. Each section of interest within that content can be described with a [[HyperTocEntry]], with associated [[startOffset]] and [[endOffset]]. When several entries are all from the same file, [[associatedMedia]] is used on the overarching [[HyperTocEntry]]; if the content has been split into multiple files, they can be referenced using [[associatedMedia]] on each [[HyperTocEntry]].

Returns:

  • (RDF::Vocabulary::Term)


1462
1463
1464
# File 'lib/rdf/vocab/schemas.rb', line 1462

def HyperTocEntry
  @HyperTocEntry
end

#iataCodeRDF::Vocabulary::Term (readonly)

IATA identifier for an airline or airport.

Returns:

  • (RDF::Vocabulary::Term)


5906
5907
5908
# File 'lib/rdf/vocab/schemas.rb', line 5906

def iataCode
  @iataCode
end

#icaoCodeRDF::Vocabulary::Term (readonly)

ICAO identifier for an airport.

Returns:

  • (RDF::Vocabulary::Term)


5910
5911
5912
# File 'lib/rdf/vocab/schemas.rb', line 5910

def icaoCode
  @icaoCode
end

#IceCreamShopRDF::Vocabulary::Term (readonly)

An ice cream shop.

Returns:

  • (RDF::Vocabulary::Term)


1466
1467
1468
# File 'lib/rdf/vocab/schemas.rb', line 1466

def IceCreamShop
  @IceCreamShop
end

#identifierRDF::Vocabulary::Term (readonly)

The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See [background notes](/docs/datamodel.html#identifierBg) for more details.

Returns:

  • (RDF::Vocabulary::Term)


5914
5915
5916
# File 'lib/rdf/vocab/schemas.rb', line 5914

def identifier
  @identifier
end

#identifyingExamRDF::Vocabulary::Term (readonly)

A physical examination that can identify this sign.

Returns:

  • (RDF::Vocabulary::Term)


5918
5919
5920
# File 'lib/rdf/vocab/schemas.rb', line 5918

def identifyingExam
  @identifyingExam
end

#identifyingTestRDF::Vocabulary::Term (readonly)

A diagnostic test that can identify this sign.

Returns:

  • (RDF::Vocabulary::Term)


5922
5923
5924
# File 'lib/rdf/vocab/schemas.rb', line 5922

def identifyingTest
  @identifyingTest
end

#IgnoreActionRDF::Vocabulary::Term (readonly)

The act of intentionally disregarding the object. An agent ignores an object.

Returns:

  • (RDF::Vocabulary::Term)


1470
1471
1472
# File 'lib/rdf/vocab/schemas.rb', line 1470

def IgnoreAction
  @IgnoreAction
end

#illustratorRDF::Vocabulary::Term (readonly)

The illustrator of the book.

Returns:

  • (RDF::Vocabulary::Term)


5926
5927
5928
# File 'lib/rdf/vocab/schemas.rb', line 5926

def illustrator
  @illustrator
end

#imageRDF::Vocabulary::Term (readonly)

An image of the item. This can be a [[URL]] or a fully described [[ImageObject]].

Returns:

  • (RDF::Vocabulary::Term)


5930
5931
5932
# File 'lib/rdf/vocab/schemas.rb', line 5930

def image
  @image
end

#ImageGalleryRDF::Vocabulary::Term (readonly)

Web page type: Image gallery page.

Returns:

  • (RDF::Vocabulary::Term)


1474
1475
1476
# File 'lib/rdf/vocab/schemas.rb', line 1474

def ImageGallery
  @ImageGallery
end

#ImageObjectRDF::Vocabulary::Term (readonly)

An image file.

Returns:

  • (RDF::Vocabulary::Term)


1478
1479
1480
# File 'lib/rdf/vocab/schemas.rb', line 1478

def ImageObject
  @ImageObject
end

#imagingTechniqueRDF::Vocabulary::Term (readonly)

Imaging technique used.

Returns:

  • (RDF::Vocabulary::Term)


5934
5935
5936
# File 'lib/rdf/vocab/schemas.rb', line 5934

def imagingTechnique
  @imagingTechnique
end

#ImagingTestRDF::Vocabulary::Term (readonly)

Any medical imaging modality typically used for diagnostic purposes.

Returns:

  • (RDF::Vocabulary::Term)


1482
1483
1484
# File 'lib/rdf/vocab/schemas.rb', line 1482

def ImagingTest
  @ImagingTest
end

#inAlbumRDF::Vocabulary::Term (readonly)

The album to which this recording belongs.

Returns:

  • (RDF::Vocabulary::Term)


5938
5939
5940
# File 'lib/rdf/vocab/schemas.rb', line 5938

def inAlbum
  @inAlbum
end

#inBroadcastLineupRDF::Vocabulary::Term (readonly)

The CableOrSatelliteService offering the channel.

Returns:

  • (RDF::Vocabulary::Term)


5942
5943
5944
# File 'lib/rdf/vocab/schemas.rb', line 5942

def inBroadcastLineup
  @inBroadcastLineup
end

#incentiveCompensationRDF::Vocabulary::Term (readonly)

Description of bonus and commission compensation aspects of the job.

Returns:

  • (RDF::Vocabulary::Term)


5974
5975
5976
# File 'lib/rdf/vocab/schemas.rb', line 5974

def incentiveCompensation
  @incentiveCompensation
end

#incentivesRDF::Vocabulary::Term (readonly)

Description of bonus and commission compensation aspects of the job.

Returns:

  • (RDF::Vocabulary::Term)


5978
5979
5980
# File 'lib/rdf/vocab/schemas.rb', line 5978

def incentives
  @incentives
end

#includedCompositionRDF::Vocabulary::Term (readonly)

Smaller compositions included in this work (e.g. a movement in a symphony).

Returns:

  • (RDF::Vocabulary::Term)


5982
5983
5984
# File 'lib/rdf/vocab/schemas.rb', line 5982

def includedComposition
  @includedComposition
end

#includedDataCatalogRDF::Vocabulary::Term (readonly)

A data catalog which contains this dataset (this property was previously ‘catalog’, preferred name is now ‘includedInDataCatalog’).

Returns:

  • (RDF::Vocabulary::Term)


5986
5987
5988
# File 'lib/rdf/vocab/schemas.rb', line 5986

def includedDataCatalog
  @includedDataCatalog
end

#includedInDataCatalogRDF::Vocabulary::Term (readonly)

A data catalog which contains this dataset.

Returns:

  • (RDF::Vocabulary::Term)


5990
5991
5992
# File 'lib/rdf/vocab/schemas.rb', line 5990

def includedInDataCatalog
  @includedInDataCatalog
end

#includedInHealthInsurancePlanRDF::Vocabulary::Term (readonly)

The insurance plans that cover this drug.

Returns:

  • (RDF::Vocabulary::Term)


5994
5995
5996
# File 'lib/rdf/vocab/schemas.rb', line 5994

def includedInHealthInsurancePlan
  @includedInHealthInsurancePlan
end

#includedRiskFactorRDF::Vocabulary::Term (readonly)

A modifiable or non-modifiable risk factor included in the calculation, e.g. age, coexisting condition.

Returns:

  • (RDF::Vocabulary::Term)


5998
5999
6000
# File 'lib/rdf/vocab/schemas.rb', line 5998

def includedRiskFactor
  @includedRiskFactor
end

#includesAttractionRDF::Vocabulary::Term (readonly)

Attraction located at destination.

Returns:

  • (RDF::Vocabulary::Term)


6002
6003
6004
# File 'lib/rdf/vocab/schemas.rb', line 6002

def includesAttraction
  @includesAttraction
end

#includesHealthPlanFormularyRDF::Vocabulary::Term (readonly)

Formularies covered by this plan.

Returns:

  • (RDF::Vocabulary::Term)


6006
6007
6008
# File 'lib/rdf/vocab/schemas.rb', line 6006

def includesHealthPlanFormulary
  @includesHealthPlanFormulary
end

#includesHealthPlanNetworkRDF::Vocabulary::Term (readonly)

Networks covered by this plan.

Returns:

  • (RDF::Vocabulary::Term)


6010
6011
6012
# File 'lib/rdf/vocab/schemas.rb', line 6010

def includesHealthPlanNetwork
  @includesHealthPlanNetwork
end

#includesObjectRDF::Vocabulary::Term (readonly)

This links to a node or nodes indicating the exact quantity of the products included in an [[Offer]] or [[ProductCollection]].

Returns:

  • (RDF::Vocabulary::Term)


6014
6015
6016
# File 'lib/rdf/vocab/schemas.rb', line 6014

def includesObject
  @includesObject
end

#inCodeSetRDF::Vocabulary::Term (readonly)

A [[CategoryCodeSet]] that contains this category code.

Returns:

  • (RDF::Vocabulary::Term)


5946
5947
5948
# File 'lib/rdf/vocab/schemas.rb', line 5946

def inCodeSet
  @inCodeSet
end

#increasesRiskOfRDF::Vocabulary::Term (readonly)

The condition, complication, etc. influenced by this factor.

Returns:

  • (RDF::Vocabulary::Term)


6018
6019
6020
# File 'lib/rdf/vocab/schemas.rb', line 6018

def increasesRiskOf
  @increasesRiskOf
end

#inDefinedTermSetRDF::Vocabulary::Term (readonly)

A [[DefinedTermSet]] that contains this term.

Returns:

  • (RDF::Vocabulary::Term)


5950
5951
5952
# File 'lib/rdf/vocab/schemas.rb', line 5950

def inDefinedTermSet
  @inDefinedTermSet
end

#IndividualProductRDF::Vocabulary::Term (readonly)

A single, identifiable product instance (e.g. a laptop with a particular serial number).

Returns:

  • (RDF::Vocabulary::Term)


1486
1487
1488
# File 'lib/rdf/vocab/schemas.rb', line 1486

def IndividualProduct
  @IndividualProduct
end

#industryRDF::Vocabulary::Term (readonly)

The industry associated with the job position.

Returns:

  • (RDF::Vocabulary::Term)


6022
6023
6024
# File 'lib/rdf/vocab/schemas.rb', line 6022

def industry
  @industry
end

#ineligibleRegionRDF::Vocabulary::Term (readonly)

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.nnSee also [[eligibleRegion]].

Returns:

  • (RDF::Vocabulary::Term)


6026
6027
6028
# File 'lib/rdf/vocab/schemas.rb', line 6026

def ineligibleRegion
  @ineligibleRegion
end

#InfectiousRDF::Vocabulary::Term (readonly)

Something in medical science that pertains to infectious diseases i.e caused by bacterial, viral, fungal or parasitic infections.

Returns:

  • (RDF::Vocabulary::Term)


9494
9495
9496
# File 'lib/rdf/vocab/schemas.rb', line 9494

def Infectious
  @Infectious
end

#infectiousAgentRDF::Vocabulary::Term (readonly)

The actual infectious agent, such as a specific bacterium.

Returns:

  • (RDF::Vocabulary::Term)


6030
6031
6032
# File 'lib/rdf/vocab/schemas.rb', line 6030

def infectiousAgent
  @infectiousAgent
end

#infectiousAgentClassRDF::Vocabulary::Term (readonly)

The class of infectious agent (bacteria, prion, etc.) that causes the disease.

Returns:

  • (RDF::Vocabulary::Term)


6034
6035
6036
# File 'lib/rdf/vocab/schemas.rb', line 6034

def infectiousAgentClass
  @infectiousAgentClass
end

#InfectiousAgentClassRDF::Vocabulary::Term (readonly)

Classes of agents or pathogens that transmit infectious diseases. Enumerated type.

Returns:

  • (RDF::Vocabulary::Term)


1490
1491
1492
# File 'lib/rdf/vocab/schemas.rb', line 1490

def InfectiousAgentClass
  @InfectiousAgentClass
end

#InfectiousDiseaseRDF::Vocabulary::Term (readonly)

An infectious disease is a clinically evident human disease resulting from the presence of pathogenic microbial agents, like pathogenic viruses, pathogenic bacteria, fungi, protozoa, multicellular parasites, and prions. To be considered an infectious disease, such pathogens are known to be able to cause this disease.

Returns:

  • (RDF::Vocabulary::Term)


1494
1495
1496
# File 'lib/rdf/vocab/schemas.rb', line 1494

def InfectiousDisease
  @InfectiousDisease
end

#InForceRDF::Vocabulary::Term (readonly)

Indicates that a legislation is in force.

Returns:

  • (RDF::Vocabulary::Term)


9482
9483
9484
# File 'lib/rdf/vocab/schemas.rb', line 9482

def InForce
  @InForce
end

#InformActionRDF::Vocabulary::Term (readonly)

The act of notifying someone of information pertinent to them, with no expectation of a response.

Returns:

  • (RDF::Vocabulary::Term)


1498
1499
1500
# File 'lib/rdf/vocab/schemas.rb', line 1498

def InformAction
  @InformAction
end

#ingredientsRDF::Vocabulary::Term (readonly)

A single ingredient used in the recipe, e.g. sugar, flour or garlic.

Returns:

  • (RDF::Vocabulary::Term)


6038
6039
6040
# File 'lib/rdf/vocab/schemas.rb', line 6038

def ingredients
  @ingredients
end

#inkerRDF::Vocabulary::Term (readonly)

The individual who traces over the pencil drawings in ink after pencils are complete.

Returns:

  • (RDF::Vocabulary::Term)


6042
6043
6044
# File 'lib/rdf/vocab/schemas.rb', line 6042

def inker
  @inker
end

#inLanguageRDF::Vocabulary::Term (readonly)

The language of the content or performance or used in an action. Please use one of the language codes from the [IETF BCP 47 standard](tools.ietf.org/html/bcp47). See also [[availableLanguage]].

Returns:

  • (RDF::Vocabulary::Term)


5954
5955
5956
# File 'lib/rdf/vocab/schemas.rb', line 5954

def inLanguage
  @inLanguage
end

#inPlaylistRDF::Vocabulary::Term (readonly)

The playlist to which this recording belongs.

Returns:

  • (RDF::Vocabulary::Term)


5958
5959
5960
# File 'lib/rdf/vocab/schemas.rb', line 5958

def inPlaylist
  @inPlaylist
end

#inProductGroupWithIDRDF::Vocabulary::Term (readonly)

Indicates the [[productGroupID]] for a [[ProductGroup]] that this product [[isVariantOf]].

Returns:

  • (RDF::Vocabulary::Term)


5962
5963
5964
# File 'lib/rdf/vocab/schemas.rb', line 5962

def inProductGroupWithID
  @inProductGroupWithID
end

#InsertActionRDF::Vocabulary::Term (readonly)

The act of adding at a specific location in an ordered collection.

Returns:

  • (RDF::Vocabulary::Term)


1502
1503
1504
# File 'lib/rdf/vocab/schemas.rb', line 1502

def InsertAction
  @InsertAction
end

#insertionRDF::Vocabulary::Term (readonly)

The place of attachment of a muscle, or what the muscle moves.

Returns:

  • (RDF::Vocabulary::Term)


6046
6047
6048
# File 'lib/rdf/vocab/schemas.rb', line 6046

def insertion
  @insertion
end

#InstallActionRDF::Vocabulary::Term (readonly)

The act of installing an application.

Returns:

  • (RDF::Vocabulary::Term)


1506
1507
1508
# File 'lib/rdf/vocab/schemas.rb', line 1506

def InstallAction
  @InstallAction
end

#InstallmentRDF::Vocabulary::Term (readonly)

Represents the installment pricing component of the total price for an offered product

Returns:

  • (RDF::Vocabulary::Term)


9498
9499
9500
# File 'lib/rdf/vocab/schemas.rb', line 9498

def Installment
  @Installment
end

#installUrlRDF::Vocabulary::Term (readonly)

URL at which the app may be installed, if different from the URL of the item.

Returns:

  • (RDF::Vocabulary::Term)


6050
6051
6052
# File 'lib/rdf/vocab/schemas.rb', line 6050

def installUrl
  @installUrl
end

#InStockRDF::Vocabulary::Term (readonly)

Indicates that the item is in stock.

Returns:

  • (RDF::Vocabulary::Term)


9486
9487
9488
# File 'lib/rdf/vocab/schemas.rb', line 9486

def InStock
  @InStock
end

#InStoreOnlyRDF::Vocabulary::Term (readonly)

Indicates that the item is available only at physical locations.

Returns:

  • (RDF::Vocabulary::Term)


9490
9491
9492
# File 'lib/rdf/vocab/schemas.rb', line 9490

def InStoreOnly
  @InStoreOnly
end

#inStoreReturnsOfferedRDF::Vocabulary::Term (readonly)

Are in-store returns offered?

Returns:

  • (RDF::Vocabulary::Term)


5966
5967
5968
# File 'lib/rdf/vocab/schemas.rb', line 5966

def inStoreReturnsOffered
  @inStoreReturnsOffered
end

#instructorRDF::Vocabulary::Term (readonly)

A person assigned to instruct or provide instructional assistance for the [[CourseInstance]].

Returns:

  • (RDF::Vocabulary::Term)


6054
6055
6056
# File 'lib/rdf/vocab/schemas.rb', line 6054

def instructor
  @instructor
end

#instrumentRDF::Vocabulary::Term (readonly)

The object that helped the agent perform the action. e.g. John wrote a book with *a pen*.

Returns:

  • (RDF::Vocabulary::Term)


6058
6059
6060
# File 'lib/rdf/vocab/schemas.rb', line 6058

def instrument
  @instrument
end

#inSupportOfRDF::Vocabulary::Term (readonly)

Qualification, candidature, degree, application that Thesis supports.

Returns:

  • (RDF::Vocabulary::Term)


5970
5971
5972
# File 'lib/rdf/vocab/schemas.rb', line 5970

def inSupportOf
  @inSupportOf
end

#InsuranceAgencyRDF::Vocabulary::Term (readonly)

An Insurance agency.

Returns:

  • (RDF::Vocabulary::Term)


1510
1511
1512
# File 'lib/rdf/vocab/schemas.rb', line 1510

def InsuranceAgency
  @InsuranceAgency
end

#IntangibleRDF::Vocabulary::Term (readonly)

A utility class that serves as the umbrella for a number of ‘intangible’ things such as quantities, structured values, etc.

Returns:

  • (RDF::Vocabulary::Term)


1514
1515
1516
# File 'lib/rdf/vocab/schemas.rb', line 1514

def Intangible
  @Intangible
end

#IntegerRDF::Vocabulary::Term (readonly)

Data type: Integer.

Returns:

  • (RDF::Vocabulary::Term)


1518
1519
1520
# File 'lib/rdf/vocab/schemas.rb', line 1518

def Integer
  @Integer
end

#intensityRDF::Vocabulary::Term (readonly)

Quantitative measure gauging the degree of force involved in the exercise, for example, heartbeats per minute. May include the velocity of the movement.

Returns:

  • (RDF::Vocabulary::Term)


6062
6063
6064
# File 'lib/rdf/vocab/schemas.rb', line 6062

def intensity
  @intensity
end

#InteractActionRDF::Vocabulary::Term (readonly)

The act of interacting with another person or organization.

Returns:

  • (RDF::Vocabulary::Term)


1522
1523
1524
# File 'lib/rdf/vocab/schemas.rb', line 1522

def InteractAction
  @InteractAction
end

#interactingDrugRDF::Vocabulary::Term (readonly)

Another drug that is known to interact with this drug in a way that impacts the effect of this drug or causes a risk to the patient. Note: disease interactions are typically captured as contraindications.

Returns:

  • (RDF::Vocabulary::Term)


6066
6067
6068
# File 'lib/rdf/vocab/schemas.rb', line 6066

def interactingDrug
  @interactingDrug
end

#interactionCountRDF::Vocabulary::Term (readonly)

This property is deprecated, alongside the UserInteraction types on which it depended.

Returns:

  • (RDF::Vocabulary::Term)


6070
6071
6072
# File 'lib/rdf/vocab/schemas.rb', line 6070

def interactionCount
  @interactionCount
end

#InteractionCounterRDF::Vocabulary::Term (readonly)

A summary of how users have interacted with this CreativeWork. In most cases, authors will use a subtype to specify the specific type of interaction.

Returns:

  • (RDF::Vocabulary::Term)


1526
1527
1528
# File 'lib/rdf/vocab/schemas.rb', line 1526

def InteractionCounter
  @InteractionCounter
end

#interactionServiceRDF::Vocabulary::Term (readonly)

The WebSite or SoftwareApplication where the interactions took place.

Returns:

  • (RDF::Vocabulary::Term)


6074
6075
6076
# File 'lib/rdf/vocab/schemas.rb', line 6074

def interactionService
  @interactionService
end

#interactionStatisticRDF::Vocabulary::Term (readonly)

The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used.

Returns:

  • (RDF::Vocabulary::Term)


6078
6079
6080
# File 'lib/rdf/vocab/schemas.rb', line 6078

def interactionStatistic
  @interactionStatistic
end

#interactionTypeRDF::Vocabulary::Term (readonly)

The Action representing the type of interaction. For up votes, +1s, etc. use [[LikeAction]]. For down votes use [[DislikeAction]]. Otherwise, use the most specific Action.

Returns:

  • (RDF::Vocabulary::Term)


6082
6083
6084
# File 'lib/rdf/vocab/schemas.rb', line 6082

def interactionType
  @interactionType
end

#interactivityTypeRDF::Vocabulary::Term (readonly)

The predominant mode of learning supported by the learning resource. Acceptable values are ‘active’, ‘expositive’, or ‘mixed’.

Returns:

  • (RDF::Vocabulary::Term)


6086
6087
6088
# File 'lib/rdf/vocab/schemas.rb', line 6086

def interactivityType
  @interactivityType
end

#interestRateRDF::Vocabulary::Term (readonly)

The interest rate, charged or paid, applicable to the financial product. Note: This is different from the calculated annualPercentageRate.

Returns:

  • (RDF::Vocabulary::Term)


6090
6091
6092
# File 'lib/rdf/vocab/schemas.rb', line 6090

def interestRate
  @interestRate
end

#InternationalTrialRDF::Vocabulary::Term (readonly)

An international trial.

Returns:

  • (RDF::Vocabulary::Term)


9502
9503
9504
# File 'lib/rdf/vocab/schemas.rb', line 9502

def InternationalTrial
  @InternationalTrial
end

#InternetCafeRDF::Vocabulary::Term (readonly)

An internet cafe.

Returns:

  • (RDF::Vocabulary::Term)


1530
1531
1532
# File 'lib/rdf/vocab/schemas.rb', line 1530

def InternetCafe
  @InternetCafe
end

#inventoryLevelRDF::Vocabulary::Term (readonly)

The current approximate inventory level for the item or items.

Returns:

  • (RDF::Vocabulary::Term)


6094
6095
6096
# File 'lib/rdf/vocab/schemas.rb', line 6094

def inventoryLevel
  @inventoryLevel
end

#inverseOfRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


6098
6099
6100
# File 'lib/rdf/vocab/schemas.rb', line 6098

def inverseOf
  @inverseOf
end

#InvestmentFundRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


1534
1535
1536
# File 'lib/rdf/vocab/schemas.rb', line 1534

def InvestmentFund
  @InvestmentFund
end

#InvestmentOrDepositRDF::Vocabulary::Term (readonly)

A type of financial product that typically requires the client to transfer funds to a financial service in return for potential beneficial financial return.

Returns:

  • (RDF::Vocabulary::Term)


1538
1539
1540
# File 'lib/rdf/vocab/schemas.rb', line 1538

def InvestmentOrDeposit
  @InvestmentOrDeposit
end

#InviteActionRDF::Vocabulary::Term (readonly)

The act of asking someone to attend an event. Reciprocal of RsvpAction.

Returns:

  • (RDF::Vocabulary::Term)


1542
1543
1544
# File 'lib/rdf/vocab/schemas.rb', line 1542

def InviteAction
  @InviteAction
end

#InvoiceRDF::Vocabulary::Term (readonly)

A statement of the money due for goods or services; a bill.

Returns:

  • (RDF::Vocabulary::Term)


1546
1547
1548
# File 'lib/rdf/vocab/schemas.rb', line 1546

def Invoice
  @Invoice
end

#InvoicePriceRDF::Vocabulary::Term (readonly)

Represents the invoice price of an offered product.

Returns:

  • (RDF::Vocabulary::Term)


9506
9507
9508
# File 'lib/rdf/vocab/schemas.rb', line 9506

def InvoicePrice
  @InvoicePrice
end

#isAcceptingNewPatientsRDF::Vocabulary::Term (readonly)

Whether the provider is accepting new patients.

Returns:

  • (RDF::Vocabulary::Term)


6102
6103
6104
# File 'lib/rdf/vocab/schemas.rb', line 6102

def isAcceptingNewPatients
  @isAcceptingNewPatients
end

#isAccessibleForFreeRDF::Vocabulary::Term (readonly)

A flag to signal that the item, event, or place is accessible for free.

Returns:

  • (RDF::Vocabulary::Term)


6106
6107
6108
# File 'lib/rdf/vocab/schemas.rb', line 6106

def isAccessibleForFree
  @isAccessibleForFree
end

#isAccessoryOrSparePartForRDF::Vocabulary::Term (readonly)

A pointer to another product (or multiple products) for which this product is an accessory or spare part.

Returns:

  • (RDF::Vocabulary::Term)


6110
6111
6112
# File 'lib/rdf/vocab/schemas.rb', line 6110

def isAccessoryOrSparePartFor
  @isAccessoryOrSparePartFor
end

#isAvailableGenericallyRDF::Vocabulary::Term (readonly)

True if the drug is available in a generic form (regardless of name).

Returns:

  • (RDF::Vocabulary::Term)


6114
6115
6116
# File 'lib/rdf/vocab/schemas.rb', line 6114

def isAvailableGenerically
  @isAvailableGenerically
end

#isBasedOnRDF::Vocabulary::Term (readonly)

A resource from which this work is derived or from which it is a modification or adaption.

Returns:

  • (RDF::Vocabulary::Term)


6118
6119
6120
# File 'lib/rdf/vocab/schemas.rb', line 6118

def isBasedOn
  @isBasedOn
end

#isBasedOnUrlRDF::Vocabulary::Term (readonly)

A resource that was used in the creation of this resource. This term can be repeated for multiple sources. For example, example.com/great-multiplication-intro.html.

Returns:

  • (RDF::Vocabulary::Term)


6122
6123
6124
# File 'lib/rdf/vocab/schemas.rb', line 6122

def isBasedOnUrl
  @isBasedOnUrl
end

#isbnRDF::Vocabulary::Term (readonly)

The ISBN of the book.

Returns:

  • (RDF::Vocabulary::Term)


6174
6175
6176
# File 'lib/rdf/vocab/schemas.rb', line 6174

def isbn
  @isbn
end

#isConsumableForRDF::Vocabulary::Term (readonly)

A pointer to another product (or multiple products) for which this product is a consumable.

Returns:

  • (RDF::Vocabulary::Term)


6126
6127
6128
# File 'lib/rdf/vocab/schemas.rb', line 6126

def isConsumableFor
  @isConsumableFor
end

#isFamilyFriendlyRDF::Vocabulary::Term (readonly)

Indicates whether this content is family friendly.

Returns:

  • (RDF::Vocabulary::Term)


6130
6131
6132
# File 'lib/rdf/vocab/schemas.rb', line 6130

def isFamilyFriendly
  @isFamilyFriendly
end

#isGiftRDF::Vocabulary::Term (readonly)

Was the offer accepted as a gift for someone other than the buyer.

Returns:

  • (RDF::Vocabulary::Term)


6134
6135
6136
# File 'lib/rdf/vocab/schemas.rb', line 6134

def isGift
  @isGift
end

#isicV4RDF::Vocabulary::Term (readonly)

The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place.

Returns:

  • (RDF::Vocabulary::Term)


6178
6179
6180
# File 'lib/rdf/vocab/schemas.rb', line 6178

def isicV4
  @isicV4
end

#isLiveBroadcastRDF::Vocabulary::Term (readonly)

True is the broadcast is of a live event.

Returns:

  • (RDF::Vocabulary::Term)


6138
6139
6140
# File 'lib/rdf/vocab/schemas.rb', line 6138

def isLiveBroadcast
  @isLiveBroadcast
end

#isPartOfRDF::Vocabulary::Term (readonly)

Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is part of.

Returns:

  • (RDF::Vocabulary::Term)


6142
6143
6144
# File 'lib/rdf/vocab/schemas.rb', line 6142

def isPartOf
  @isPartOf
end

#isPlanForApartmentRDF::Vocabulary::Term (readonly)

Indicates some accommodation that this floor plan describes.

Returns:

  • (RDF::Vocabulary::Term)


6146
6147
6148
# File 'lib/rdf/vocab/schemas.rb', line 6146

def isPlanForApartment
  @isPlanForApartment
end

#isProprietaryRDF::Vocabulary::Term (readonly)

True if this item’s name is a proprietary/brand name (vs. generic name).

Returns:

  • (RDF::Vocabulary::Term)


6150
6151
6152
# File 'lib/rdf/vocab/schemas.rb', line 6150

def isProprietary
  @isProprietary
end

#isrcCodeRDF::Vocabulary::Term (readonly)

The International Standard Recording Code for the recording.

Returns:

  • (RDF::Vocabulary::Term)


6182
6183
6184
# File 'lib/rdf/vocab/schemas.rb', line 6182

def isrcCode
  @isrcCode
end

#isRelatedToRDF::Vocabulary::Term (readonly)

A pointer to another, somehow related product (or multiple products).

Returns:

  • (RDF::Vocabulary::Term)


6154
6155
6156
# File 'lib/rdf/vocab/schemas.rb', line 6154

def isRelatedTo
  @isRelatedTo
end

#isResizableRDF::Vocabulary::Term (readonly)

Whether the 3DModel allows resizing. For example, room layout applications often do not allow 3DModel elements to be resized to reflect reality.

Returns:

  • (RDF::Vocabulary::Term)


6158
6159
6160
# File 'lib/rdf/vocab/schemas.rb', line 6158

def isResizable
  @isResizable
end

#isSimilarToRDF::Vocabulary::Term (readonly)

A pointer to another, functionally similar product (or multiple products).

Returns:

  • (RDF::Vocabulary::Term)


6162
6163
6164
# File 'lib/rdf/vocab/schemas.rb', line 6162

def isSimilarTo
  @isSimilarTo
end

#issnRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


6186
6187
6188
# File 'lib/rdf/vocab/schemas.rb', line 6186

def issn
  @issn
end

#issuedByRDF::Vocabulary::Term (readonly)

The organization issuing the ticket or permit.

Returns:

  • (RDF::Vocabulary::Term)


6194
6195
6196
# File 'lib/rdf/vocab/schemas.rb', line 6194

def issuedBy
  @issuedBy
end

#issuedThroughRDF::Vocabulary::Term (readonly)

The service through with the permit was granted.

Returns:

  • (RDF::Vocabulary::Term)


6198
6199
6200
# File 'lib/rdf/vocab/schemas.rb', line 6198

def issuedThrough
  @issuedThrough
end

#issueNumberRDF::Vocabulary::Term (readonly)

Identifies the issue of publication; for example, “iii” or “2”.

Returns:

  • (RDF::Vocabulary::Term)


6190
6191
6192
# File 'lib/rdf/vocab/schemas.rb', line 6190

def issueNumber
  @issueNumber
end

#isUnlabelledFallbackRDF::Vocabulary::Term (readonly)

This can be marked ‘true’ to indicate that some published [[DeliveryTimeSettings]] or [[ShippingRateSettings]] are intended to apply to all [[OfferShippingDetails]] published by the same merchant, when referenced by a [[shippingSettingsLink]] in those settings. It is not meaningful to use a ‘true’ value for this property alongside a transitTimeLabel (for [[DeliveryTimeSettings]]) or shippingLabel (for [[ShippingRateSettings]]), since this property is for use with unlabelled settings.

Returns:

  • (RDF::Vocabulary::Term)


6166
6167
6168
# File 'lib/rdf/vocab/schemas.rb', line 6166

def isUnlabelledFallback
  @isUnlabelledFallback
end

#isVariantOfRDF::Vocabulary::Term (readonly)

Indicates the kind of product that this is a variant of. In the case of [[ProductModel]], this is a pointer (from a ProductModel) 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. In the case of a [[ProductGroup]], the group description also serves as a template, representing a set of Products that vary on explicitly defined, specific dimensions only (so it defines both a set of variants, as well as which values distinguish amongst those variants). When used with [[ProductGroup]], this property can apply to any [[Product]] included in the group.

Returns:

  • (RDF::Vocabulary::Term)


6170
6171
6172
# File 'lib/rdf/vocab/schemas.rb', line 6170

def isVariantOf
  @isVariantOf
end

#iswcCodeRDF::Vocabulary::Term (readonly)

The International Standard Musical Work Code for the composition.

Returns:

  • (RDF::Vocabulary::Term)


6202
6203
6204
# File 'lib/rdf/vocab/schemas.rb', line 6202

def iswcCode
  @iswcCode
end

#itemRDF::Vocabulary::Term (readonly)

An entity represented by an entry in a list or data feed (e.g. an ‘artist’ in a list of ‘artists’)’.

Returns:

  • (RDF::Vocabulary::Term)


6206
6207
6208
# File 'lib/rdf/vocab/schemas.rb', line 6206

def item
  @item
end

#ItemAvailabilityRDF::Vocabulary::Term (readonly)

A list of possible product availability options.

Returns:

  • (RDF::Vocabulary::Term)


1550
1551
1552
# File 'lib/rdf/vocab/schemas.rb', line 1550

def ItemAvailability
  @ItemAvailability
end

#itemConditionRDF::Vocabulary::Term (readonly)

A predefined value from OfferItemCondition or a textual description of the condition of the product or service, or the products or services included in the offer.

Returns:

  • (RDF::Vocabulary::Term)


6210
6211
6212
# File 'lib/rdf/vocab/schemas.rb', line 6210

def itemCondition
  @itemCondition
end

#ItemListRDF::Vocabulary::Term (readonly)

A list of items of any sort&#x2014;for example, Top 10 Movies About Weathermen, or Top 100 Party Songs. Not to be confused with HTML lists, which are often used only for formatting.

Returns:

  • (RDF::Vocabulary::Term)


1554
1555
1556
# File 'lib/rdf/vocab/schemas.rb', line 1554

def ItemList
  @ItemList
end

#itemListElementRDF::Vocabulary::Term (readonly)

For itemListElement values, you can use simple strings (e.g. “Peter”, “Paul”, “Mary”), existing entities, or use ListItem.nnText values are best if the elements in the list are plain strings. Existing entities are best for a simple, unordered list of existing things in your data. ListItem is used with ordered lists when you want to provide additional context about the element in that list or when the same item might be in different places in different lists.nnNote: The order of elements in your mark-up is not sufficient for indicating the order or elements. Use ListItem with a ‘position’ property in such cases.

Returns:

  • (RDF::Vocabulary::Term)


6214
6215
6216
# File 'lib/rdf/vocab/schemas.rb', line 6214

def itemListElement
  @itemListElement
end

#itemListOrderRDF::Vocabulary::Term (readonly)

Type of ordering (e.g. Ascending, Descending, Unordered).

Returns:

  • (RDF::Vocabulary::Term)


6218
6219
6220
# File 'lib/rdf/vocab/schemas.rb', line 6218

def itemListOrder
  @itemListOrder
end

#ItemListOrderAscendingRDF::Vocabulary::Term (readonly)

An ItemList ordered with lower values listed first.

Returns:

  • (RDF::Vocabulary::Term)


9510
9511
9512
# File 'lib/rdf/vocab/schemas.rb', line 9510

def ItemListOrderAscending
  @ItemListOrderAscending
end

#ItemListOrderDescendingRDF::Vocabulary::Term (readonly)

An ItemList ordered with higher values listed first.

Returns:

  • (RDF::Vocabulary::Term)


9514
9515
9516
# File 'lib/rdf/vocab/schemas.rb', line 9514

def ItemListOrderDescending
  @ItemListOrderDescending
end

#ItemListOrderTypeRDF::Vocabulary::Term (readonly)

Enumerated for values for itemListOrder for indicating how an ordered ItemList is organized.

Returns:

  • (RDF::Vocabulary::Term)


1558
1559
1560
# File 'lib/rdf/vocab/schemas.rb', line 1558

def ItemListOrderType
  @ItemListOrderType
end

#ItemListUnorderedRDF::Vocabulary::Term (readonly)

An ItemList ordered with no explicit order.

Returns:

  • (RDF::Vocabulary::Term)


9518
9519
9520
# File 'lib/rdf/vocab/schemas.rb', line 9518

def ItemListUnordered
  @ItemListUnordered
end

#itemLocationRDF::Vocabulary::Term (readonly)

Current location of the item.

Returns:

  • (RDF::Vocabulary::Term)


6222
6223
6224
# File 'lib/rdf/vocab/schemas.rb', line 6222

def itemLocation
  @itemLocation
end

#itemOfferedRDF::Vocabulary::Term (readonly)

An item being offered (or demanded). The transactional nature of the offer or demand is documented using [[businessFunction]], 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.

Returns:

  • (RDF::Vocabulary::Term)


6226
6227
6228
# File 'lib/rdf/vocab/schemas.rb', line 6226

def itemOffered
  @itemOffered
end

#ItemPageRDF::Vocabulary::Term (readonly)

A page devoted to a single item, such as a particular product or hotel.

Returns:

  • (RDF::Vocabulary::Term)


1562
1563
1564
# File 'lib/rdf/vocab/schemas.rb', line 1562

def ItemPage
  @ItemPage
end

#itemReviewedRDF::Vocabulary::Term (readonly)

The item that is being reviewed/rated.

Returns:

  • (RDF::Vocabulary::Term)


6230
6231
6232
# File 'lib/rdf/vocab/schemas.rb', line 6230

def itemReviewed
  @itemReviewed
end

#itemShippedRDF::Vocabulary::Term (readonly)

Item(s) being shipped.

Returns:

  • (RDF::Vocabulary::Term)


6234
6235
6236
# File 'lib/rdf/vocab/schemas.rb', line 6234

def itemShipped
  @itemShipped
end

#itineraryRDF::Vocabulary::Term (readonly)

Destination(s) ( [[Place]] ) that make up a trip. For a trip where destination order is important use [[ItemList]] to specify that order (see examples).

Returns:

  • (RDF::Vocabulary::Term)


6238
6239
6240
# File 'lib/rdf/vocab/schemas.rb', line 6238

def itinerary
  @itinerary
end

#JewelryStoreRDF::Vocabulary::Term (readonly)

A jewelry store.

Returns:

  • (RDF::Vocabulary::Term)


1566
1567
1568
# File 'lib/rdf/vocab/schemas.rb', line 1566

def JewelryStore
  @JewelryStore
end

#jobBenefitsRDF::Vocabulary::Term (readonly)

Description of benefits associated with the job.

Returns:

  • (RDF::Vocabulary::Term)


6242
6243
6244
# File 'lib/rdf/vocab/schemas.rb', line 6242

def jobBenefits
  @jobBenefits
end

#jobImmediateStartRDF::Vocabulary::Term (readonly)

An indicator as to whether a position is available for an immediate start.

Returns:

  • (RDF::Vocabulary::Term)


6246
6247
6248
# File 'lib/rdf/vocab/schemas.rb', line 6246

def jobImmediateStart
  @jobImmediateStart
end

#jobLocationRDF::Vocabulary::Term (readonly)

A (typically single) geographic location associated with the job position.

Returns:

  • (RDF::Vocabulary::Term)


6250
6251
6252
# File 'lib/rdf/vocab/schemas.rb', line 6250

def jobLocation
  @jobLocation
end

#jobLocationTypeRDF::Vocabulary::Term (readonly)

A description of the job location (e.g TELECOMMUTE for telecommute jobs).

Returns:

  • (RDF::Vocabulary::Term)


6254
6255
6256
# File 'lib/rdf/vocab/schemas.rb', line 6254

def jobLocationType
  @jobLocationType
end

#JobPostingRDF::Vocabulary::Term (readonly)

A listing that describes a job opening in a certain organization.

Returns:

  • (RDF::Vocabulary::Term)


1570
1571
1572
# File 'lib/rdf/vocab/schemas.rb', line 1570

def JobPosting
  @JobPosting
end

#jobStartDateRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


6258
6259
6260
# File 'lib/rdf/vocab/schemas.rb', line 6258

def jobStartDate
  @jobStartDate
end

#jobTitleRDF::Vocabulary::Term (readonly)

The job title of the person (for example, Financial Manager).

Returns:

  • (RDF::Vocabulary::Term)


6262
6263
6264
# File 'lib/rdf/vocab/schemas.rb', line 6262

def jobTitle
  @jobTitle
end

#JoinActionRDF::Vocabulary::Term (readonly)

An agent joins an event/group with participants/friends at a location.nnRelated actions:nn* [[RegisterAction]]: Unlike RegisterAction, JoinAction refers to joining a group/team of people.n* [[SubscribeAction]]: Unlike SubscribeAction, JoinAction does not imply that you’ll be receiving updates.n* [[FollowAction]]: Unlike FollowAction, JoinAction does not imply that you’ll be polling for updates.

Returns:

  • (RDF::Vocabulary::Term)


1574
1575
1576
# File 'lib/rdf/vocab/schemas.rb', line 1574

def JoinAction
  @JoinAction
end

#JointRDF::Vocabulary::Term (readonly)

The anatomical location at which two or more bones make contact.

Returns:

  • (RDF::Vocabulary::Term)


1578
1579
1580
# File 'lib/rdf/vocab/schemas.rb', line 1578

def Joint
  @Joint
end

#jurisdictionRDF::Vocabulary::Term (readonly)

Indicates a legal jurisdiction, e.g. of some legislation, or where some government service is based.

Returns:

  • (RDF::Vocabulary::Term)


6266
6267
6268
# File 'lib/rdf/vocab/schemas.rb', line 6266

def jurisdiction
  @jurisdiction
end

#keywordsRDF::Vocabulary::Term (readonly)

Keywords or tags used to describe this content. Multiple entries in a keywords list are typically delimited by commas.

Returns:

  • (RDF::Vocabulary::Term)


6270
6271
6272
# File 'lib/rdf/vocab/schemas.rb', line 6270

def keywords
  @keywords
end

#knownVehicleDamagesRDF::Vocabulary::Term (readonly)

A textual description of known damages, both repaired and unrepaired.

Returns:

  • (RDF::Vocabulary::Term)


6274
6275
6276
# File 'lib/rdf/vocab/schemas.rb', line 6274

def knownVehicleDamages
  @knownVehicleDamages
end

#knowsRDF::Vocabulary::Term (readonly)

The most generic bi-directional social/work relation.

Returns:

  • (RDF::Vocabulary::Term)


6278
6279
6280
# File 'lib/rdf/vocab/schemas.rb', line 6278

def knows
  @knows
end

#knowsAboutRDF::Vocabulary::Term (readonly)

Of a [[Person]], and less typically of an [[Organization]], 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 [[JobPosting]] descriptions.

Returns:

  • (RDF::Vocabulary::Term)


6282
6283
6284
# File 'lib/rdf/vocab/schemas.rb', line 6282

def knowsAbout
  @knowsAbout
end

#knowsLanguageRDF::Vocabulary::Term (readonly)

Of a [[Person]], and less typically of an [[Organization]], to indicate a known language. We do not distinguish skill levels or reading/writing/speaking/signing here. Use language codes from the [IETF BCP 47 standard](tools.ietf.org/html/bcp47).

Returns:

  • (RDF::Vocabulary::Term)


6286
6287
6288
# File 'lib/rdf/vocab/schemas.rb', line 6286

def knowsLanguage
  @knowsLanguage
end

#KosherDietRDF::Vocabulary::Term (readonly)

A diet conforming to Jewish dietary practices.

Returns:

  • (RDF::Vocabulary::Term)


9522
9523
9524
# File 'lib/rdf/vocab/schemas.rb', line 9522

def KosherDiet
  @KosherDiet
end

#labelDetailsRDF::Vocabulary::Term (readonly)

Link to the drug’s label details.

Returns:

  • (RDF::Vocabulary::Term)


6290
6291
6292
# File 'lib/rdf/vocab/schemas.rb', line 6290

def labelDetails
  @labelDetails
end

#LaboratoryScienceRDF::Vocabulary::Term (readonly)

A medical science pertaining to chemical, hematological, immunologic, microscopic, or bacteriological diagnostic analyses or research

Returns:

  • (RDF::Vocabulary::Term)


9526
9527
9528
# File 'lib/rdf/vocab/schemas.rb', line 9526

def LaboratoryScience
  @LaboratoryScience
end

#LakeBodyOfWaterRDF::Vocabulary::Term (readonly)

A lake (for example, Lake Pontrachain).

Returns:

  • (RDF::Vocabulary::Term)


1582
1583
1584
# File 'lib/rdf/vocab/schemas.rb', line 1582

def LakeBodyOfWater
  @LakeBodyOfWater
end

#LandformRDF::Vocabulary::Term (readonly)

A landform or physical feature. Landform elements include mountains, plains, lakes, rivers, seascape and oceanic waterbody interface features such as bays, peninsulas, seas and so forth, including sub-aqueous terrain features such as submersed mountain ranges, volcanoes, and the great ocean basins.

Returns:

  • (RDF::Vocabulary::Term)


1586
1587
1588
# File 'lib/rdf/vocab/schemas.rb', line 1586

def Landform
  @Landform
end

#landlordRDF::Vocabulary::Term (readonly)

A sub property of participant. The owner of the real estate property.

Returns:

  • (RDF::Vocabulary::Term)


6294
6295
6296
# File 'lib/rdf/vocab/schemas.rb', line 6294

def landlord
  @landlord
end

#LandmarksOrHistoricalBuildingsRDF::Vocabulary::Term (readonly)

An historical landmark or building.

Returns:

  • (RDF::Vocabulary::Term)


1590
1591
1592
# File 'lib/rdf/vocab/schemas.rb', line 1590

def LandmarksOrHistoricalBuildings
  @LandmarksOrHistoricalBuildings
end

#languageRDF::Vocabulary::Term (readonly)

A sub property of instrument. The language used on this action.

Returns:

  • (RDF::Vocabulary::Term)


6298
6299
6300
# File 'lib/rdf/vocab/schemas.rb', line 6298

def language
  @language
end

#LanguageRDF::Vocabulary::Term (readonly)

Natural languages such as Spanish, Tamil, Hindi, English, etc. Formal language code tags expressed in [BCP 47](en.wikipedia.org/wiki/IETF_language_tag) can be used via the [[alternateName]] property. The Language type previously also covered programming languages such as Scheme and Lisp, which are now best represented using [[ComputerLanguage]].

Returns:

  • (RDF::Vocabulary::Term)


1594
1595
1596
# File 'lib/rdf/vocab/schemas.rb', line 1594

def Language
  @Language
end

#LaserDiscFormatRDF::Vocabulary::Term (readonly)

LaserDiscFormat.

Returns:

  • (RDF::Vocabulary::Term)


9530
9531
9532
# File 'lib/rdf/vocab/schemas.rb', line 9530

def LaserDiscFormat
  @LaserDiscFormat
end

#lastReviewedRDF::Vocabulary::Term (readonly)

Date on which the content on this web page was last reviewed for accuracy and/or completeness.

Returns:

  • (RDF::Vocabulary::Term)


6302
6303
6304
# File 'lib/rdf/vocab/schemas.rb', line 6302

def lastReviewed
  @lastReviewed
end

#latitudeRDF::Vocabulary::Term (readonly)

The latitude of a location. For example “‘37.42242“` ([WGS 84](en.wikipedia.org/wiki/World_Geodetic_System)).

Returns:

  • (RDF::Vocabulary::Term)


6306
6307
6308
# File 'lib/rdf/vocab/schemas.rb', line 6306

def latitude
  @latitude
end

#layoutImageRDF::Vocabulary::Term (readonly)

A schematic image showing the floorplan layout.

Returns:

  • (RDF::Vocabulary::Term)


6310
6311
6312
# File 'lib/rdf/vocab/schemas.rb', line 6310

def layoutImage
  @layoutImage
end

#LearningResourceRDF::Vocabulary::Term (readonly)

The LearningResource type can be used to indicate [[CreativeWork]]s (whether physical or digital) that have a particular and explicit orientation towards learning, education, skill acquisition, and other educational purposes. [[LearningResource]] is expected to be used as an addition to a primary type such as [[Book]], [[Video]], [[Product]] etc. [[EducationEvent]] serves a similar purpose for event-like things (e.g. a [[Trip]]). A [[LearningResource]] may be created as a result of an [[EducationEvent]], for example by recording one.

Returns:

  • (RDF::Vocabulary::Term)


1598
1599
1600
# File 'lib/rdf/vocab/schemas.rb', line 1598

def LearningResource
  @LearningResource
end

#learningResourceTypeRDF::Vocabulary::Term (readonly)

The predominant type or kind characterizing the learning resource. For example, ‘presentation’, ‘handout’.

Returns:

  • (RDF::Vocabulary::Term)


6314
6315
6316
# File 'lib/rdf/vocab/schemas.rb', line 6314

def learningResourceType
  @learningResourceType
end

#leaseLengthRDF::Vocabulary::Term (readonly)

Length of the lease for some [[Accommodation]], either particular to some [[Offer]] or in some cases intrinsic to the property.

Returns:

  • (RDF::Vocabulary::Term)


6318
6319
6320
# File 'lib/rdf/vocab/schemas.rb', line 6318

def leaseLength
  @leaseLength
end

#LeaveActionRDF::Vocabulary::Term (readonly)

An agent leaves an event / group with participants/friends at a location.nnRelated actions:nn* [[JoinAction]]: The antonym of LeaveAction.n* [[UnRegisterAction]]: Unlike UnRegisterAction, LeaveAction implies leaving a group/team of people rather than a service.

Returns:

  • (RDF::Vocabulary::Term)


1602
1603
1604
# File 'lib/rdf/vocab/schemas.rb', line 1602

def LeaveAction
  @LeaveAction
end

#LeftHandDrivingRDF::Vocabulary::Term (readonly)

The steering position is on the left side of the vehicle (viewed from the main direction of driving).

Returns:

  • (RDF::Vocabulary::Term)


9534
9535
9536
# File 'lib/rdf/vocab/schemas.rb', line 9534

def LeftHandDriving
  @LeftHandDriving
end

#LegalForceStatusRDF::Vocabulary::Term (readonly)

A list of possible statuses for the legal force of a legislation.

Returns:

  • (RDF::Vocabulary::Term)


1606
1607
1608
# File 'lib/rdf/vocab/schemas.rb', line 1606

def LegalForceStatus
  @LegalForceStatus
end

#legalNameRDF::Vocabulary::Term (readonly)

The official name of the organization, e.g. the registered company name.

Returns:

  • (RDF::Vocabulary::Term)


6322
6323
6324
# File 'lib/rdf/vocab/schemas.rb', line 6322

def legalName
  @legalName
end

#LegalServiceRDF::Vocabulary::Term (readonly)

A LegalService is a business that provides legally-oriented services, advice and representation, e.g. law firms.nnAs a [[LocalBusiness]] it can be described as a [[provider]] of one or more [[Service]](s).

Returns:

  • (RDF::Vocabulary::Term)


1610
1611
1612
# File 'lib/rdf/vocab/schemas.rb', line 1610

def LegalService
  @LegalService
end

#legalStatusRDF::Vocabulary::Term (readonly)

The drug or supplement’s legal status, including any controlled substance schedules that apply.

Returns:

  • (RDF::Vocabulary::Term)


6326
6327
6328
# File 'lib/rdf/vocab/schemas.rb', line 6326

def legalStatus
  @legalStatus
end

#LegalValueLevelRDF::Vocabulary::Term (readonly)

A list of possible levels for the legal validity of a legislation.

Returns:

  • (RDF::Vocabulary::Term)


1614
1615
1616
# File 'lib/rdf/vocab/schemas.rb', line 1614

def LegalValueLevel
  @LegalValueLevel
end

#LegislationRDF::Vocabulary::Term (readonly)

A legal document such as an act, decree, bill, etc. (enforceable or not) or a component of a legal act (like an article).

Returns:

  • (RDF::Vocabulary::Term)


1618
1619
1620
# File 'lib/rdf/vocab/schemas.rb', line 1618

def Legislation
  @Legislation
end

#legislationAppliesRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


6330
6331
6332
# File 'lib/rdf/vocab/schemas.rb', line 6330

def legislationApplies
  @legislationApplies
end

#legislationChangesRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


6334
6335
6336
# File 'lib/rdf/vocab/schemas.rb', line 6334

def legislationChanges
  @legislationChanges
end

#legislationConsolidatesRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


6338
6339
6340
# File 'lib/rdf/vocab/schemas.rb', line 6338

def legislationConsolidates
  @legislationConsolidates
end

#legislationDateRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


6342
6343
6344
# File 'lib/rdf/vocab/schemas.rb', line 6342

def legislationDate
  @legislationDate
end

#legislationDateVersionRDF::Vocabulary::Term (readonly)

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”)

Returns:

  • (RDF::Vocabulary::Term)


6346
6347
6348
# File 'lib/rdf/vocab/schemas.rb', line 6346

def legislationDateVersion
  @legislationDateVersion
end

#legislationIdentifierRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


6350
6351
6352
# File 'lib/rdf/vocab/schemas.rb', line 6350

def legislationIdentifier
  @legislationIdentifier
end

#legislationJurisdictionRDF::Vocabulary::Term (readonly)

The jurisdiction from which the legislation originates.

Returns:

  • (RDF::Vocabulary::Term)


6354
6355
6356
# File 'lib/rdf/vocab/schemas.rb', line 6354

def legislationJurisdiction
  @legislationJurisdiction
end

#legislationLegalForceRDF::Vocabulary::Term (readonly)

Whether the legislation is currently in force, not in force, or partially in force.

Returns:

  • (RDF::Vocabulary::Term)


6358
6359
6360
# File 'lib/rdf/vocab/schemas.rb', line 6358

def legislationLegalForce
  @legislationLegalForce
end

#legislationLegalValueRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


6362
6363
6364
# File 'lib/rdf/vocab/schemas.rb', line 6362

def legislationLegalValue
  @legislationLegalValue
end

#LegislationObjectRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


1622
1623
1624
# File 'lib/rdf/vocab/schemas.rb', line 1622

def LegislationObject
  @LegislationObject
end

#legislationPassedByRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


6366
6367
6368
# File 'lib/rdf/vocab/schemas.rb', line 6366

def legislationPassedBy
  @legislationPassedBy
end

#legislationResponsibleRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


6370
6371
6372
# File 'lib/rdf/vocab/schemas.rb', line 6370

def legislationResponsible
  @legislationResponsible
end

#legislationTransposesRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


6374
6375
6376
# File 'lib/rdf/vocab/schemas.rb', line 6374

def legislationTransposes
  @legislationTransposes
end

#legislationTypeRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


6378
6379
6380
# File 'lib/rdf/vocab/schemas.rb', line 6378

def legislationType
  @legislationType
end

#LegislativeBuildingRDF::Vocabulary::Term (readonly)

A legislative building&#x2014;for example, the state capitol.

Returns:

  • (RDF::Vocabulary::Term)


1626
1627
1628
# File 'lib/rdf/vocab/schemas.rb', line 1626

def LegislativeBuilding
  @LegislativeBuilding
end

#leiCodeRDF::Vocabulary::Term (readonly)

An organization identifier that uniquely identifies a legal entity as defined in ISO 17442.

Returns:

  • (RDF::Vocabulary::Term)


6382
6383
6384
# File 'lib/rdf/vocab/schemas.rb', line 6382

def leiCode
  @leiCode
end

#LeisureTimeActivityRDF::Vocabulary::Term (readonly)

Any physical activity engaged in for recreational purposes. Examples may include ballroom dancing, roller skating, canoeing, fishing, etc.

Returns:

  • (RDF::Vocabulary::Term)


9538
9539
9540
# File 'lib/rdf/vocab/schemas.rb', line 9538

def LeisureTimeActivity
  @LeisureTimeActivity
end

#LendActionRDF::Vocabulary::Term (readonly)

The act of providing an object under an agreement that it will be returned at a later date. Reciprocal of BorrowAction.nnRelated actions:nn* [[BorrowAction]]: Reciprocal of LendAction.

Returns:

  • (RDF::Vocabulary::Term)


1630
1631
1632
# File 'lib/rdf/vocab/schemas.rb', line 1630

def LendAction
  @LendAction
end

#lenderRDF::Vocabulary::Term (readonly)

A sub property of participant. The person that lends the object being borrowed.

Returns:

  • (RDF::Vocabulary::Term)


6386
6387
6388
# File 'lib/rdf/vocab/schemas.rb', line 6386

def lender
  @lender
end

#lesserRDF::Vocabulary::Term (readonly)

This ordering relation for qualitative values indicates that the subject is lesser than the object.

Returns:

  • (RDF::Vocabulary::Term)


6390
6391
6392
# File 'lib/rdf/vocab/schemas.rb', line 6390

def lesser
  @lesser
end

#lesserOrEqualRDF::Vocabulary::Term (readonly)

This ordering relation for qualitative values indicates that the subject is lesser than or equal to the object.

Returns:

  • (RDF::Vocabulary::Term)


6394
6395
6396
# File 'lib/rdf/vocab/schemas.rb', line 6394

def lesserOrEqual
  @lesserOrEqual
end

#lettererRDF::Vocabulary::Term (readonly)

The individual who adds lettering, including speech balloons and sound effects, to artwork.

Returns:

  • (RDF::Vocabulary::Term)


6398
6399
6400
# File 'lib/rdf/vocab/schemas.rb', line 6398

def letterer
  @letterer
end

#LibraryRDF::Vocabulary::Term (readonly)

A library.

Returns:

  • (RDF::Vocabulary::Term)


1634
1635
1636
# File 'lib/rdf/vocab/schemas.rb', line 1634

def Library
  @Library
end

#LibrarySystemRDF::Vocabulary::Term (readonly)

A [[LibrarySystem]] is a collaborative system amongst several libraries.

Returns:

  • (RDF::Vocabulary::Term)


1638
1639
1640
# File 'lib/rdf/vocab/schemas.rb', line 1638

def LibrarySystem
  @LibrarySystem
end

#licenseRDF::Vocabulary::Term (readonly)

A license document that applies to this content, typically indicated by URL.

Returns:

  • (RDF::Vocabulary::Term)


6402
6403
6404
# File 'lib/rdf/vocab/schemas.rb', line 6402

def license
  @license
end

#LifestyleModificationRDF::Vocabulary::Term (readonly)

A process of care involving exercise, changes to diet, fitness routines, and other lifestyle changes aimed at improving a health condition.

Returns:

  • (RDF::Vocabulary::Term)


1642
1643
1644
# File 'lib/rdf/vocab/schemas.rb', line 1642

def LifestyleModification
  @LifestyleModification
end

#LigamentRDF::Vocabulary::Term (readonly)

A short band of tough, flexible, fibrous connective tissue that functions to connect multiple bones, cartilages, and structurally support joints.

Returns:

  • (RDF::Vocabulary::Term)


1646
1647
1648
# File 'lib/rdf/vocab/schemas.rb', line 1646

def Ligament
  @Ligament
end

#LikeActionRDF::Vocabulary::Term (readonly)

The act of expressing a positive sentiment about the object. An agent likes an object (a proposition, topic or theme) with participants.

Returns:

  • (RDF::Vocabulary::Term)


1650
1651
1652
# File 'lib/rdf/vocab/schemas.rb', line 1650

def LikeAction
  @LikeAction
end

#LimitedAvailabilityRDF::Vocabulary::Term (readonly)

Indicates that the item has limited availability.

Returns:

  • (RDF::Vocabulary::Term)


9542
9543
9544
# File 'lib/rdf/vocab/schemas.rb', line 9542

def LimitedAvailability
  @LimitedAvailability
end

#LimitedByGuaranteeCharityRDF::Vocabulary::Term (readonly)

LimitedByGuaranteeCharity: Non-profit type referring to a charitable company that is limited by guarantee (UK).

Returns:

  • (RDF::Vocabulary::Term)


9546
9547
9548
# File 'lib/rdf/vocab/schemas.rb', line 9546

def LimitedByGuaranteeCharity
  @LimitedByGuaranteeCharity
end

#lineRDF::Vocabulary::Term (readonly)

A line is a point-to-point path consisting of two or more points. A line is expressed as a series of two or more point objects separated by space.

Returns:

  • (RDF::Vocabulary::Term)


6406
6407
6408
# File 'lib/rdf/vocab/schemas.rb', line 6406

def line
  @line
end

#linkRelationshipRDF::Vocabulary::Term (readonly)

Indicates the relationship type of a Web link.

Returns:

  • (RDF::Vocabulary::Term)


6410
6411
6412
# File 'lib/rdf/vocab/schemas.rb', line 6410

def linkRelationship
  @linkRelationship
end

#LinkRoleRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


1654
1655
1656
# File 'lib/rdf/vocab/schemas.rb', line 1654

def LinkRole
  @LinkRole
end

#LiquorStoreRDF::Vocabulary::Term (readonly)

A shop that sells alcoholic drinks such as wine, beer, whisky and other spirits.

Returns:

  • (RDF::Vocabulary::Term)


1658
1659
1660
# File 'lib/rdf/vocab/schemas.rb', line 1658

def LiquorStore
  @LiquorStore
end

#ListenActionRDF::Vocabulary::Term (readonly)

The act of consuming audio content.

Returns:

  • (RDF::Vocabulary::Term)


1666
1667
1668
# File 'lib/rdf/vocab/schemas.rb', line 1666

def ListenAction
  @ListenAction
end

#ListItemRDF::Vocabulary::Term (readonly)

An list item, e.g. a step in a checklist or how-to description.

Returns:

  • (RDF::Vocabulary::Term)


1662
1663
1664
# File 'lib/rdf/vocab/schemas.rb', line 1662

def ListItem
  @ListItem
end

#ListPriceRDF::Vocabulary::Term (readonly)

Represents the list price (the price a product is actually advertised for) of an offered product.

Returns:

  • (RDF::Vocabulary::Term)


9550
9551
9552
# File 'lib/rdf/vocab/schemas.rb', line 9550

def ListPrice
  @ListPrice
end

#LiteraryEventRDF::Vocabulary::Term (readonly)

Event type: Literary event.

Returns:

  • (RDF::Vocabulary::Term)


1670
1671
1672
# File 'lib/rdf/vocab/schemas.rb', line 1670

def LiteraryEvent
  @LiteraryEvent
end

#LiveAlbumRDF::Vocabulary::Term (readonly)

LiveAlbum.

Returns:

  • (RDF::Vocabulary::Term)


9554
9555
9556
# File 'lib/rdf/vocab/schemas.rb', line 9554

def LiveAlbum
  @LiveAlbum
end

#LiveBlogPostingRDF::Vocabulary::Term (readonly)

A blog post intended to provide a rolling textual coverage of an ongoing event through continuous updates.

Returns:

  • (RDF::Vocabulary::Term)


1674
1675
1676
# File 'lib/rdf/vocab/schemas.rb', line 1674

def LiveBlogPosting
  @LiveBlogPosting
end

#liveBlogUpdateRDF::Vocabulary::Term (readonly)

An update to the LiveBlog.

Returns:

  • (RDF::Vocabulary::Term)


6414
6415
6416
# File 'lib/rdf/vocab/schemas.rb', line 6414

def liveBlogUpdate
  @liveBlogUpdate
end

#LivingWithHealthAspectRDF::Vocabulary::Term (readonly)

Information about coping or life related to the topic.

Returns:

  • (RDF::Vocabulary::Term)


9558
9559
9560
# File 'lib/rdf/vocab/schemas.rb', line 9558

def LivingWithHealthAspect
  @LivingWithHealthAspect
end

#loanMortgageMandateAmountRDF::Vocabulary::Term (readonly)

Amount of mortgage mandate that can be converted into a proper mortgage at a later stage.

Returns:

  • (RDF::Vocabulary::Term)


6418
6419
6420
# File 'lib/rdf/vocab/schemas.rb', line 6418

def loanMortgageMandateAmount
  @loanMortgageMandateAmount
end

#LoanOrCreditRDF::Vocabulary::Term (readonly)

A financial product for the loaning of an amount of money, or line of credit, under agreed terms and charges.

Returns:

  • (RDF::Vocabulary::Term)


1678
1679
1680
# File 'lib/rdf/vocab/schemas.rb', line 1678

def LoanOrCredit
  @LoanOrCredit
end

#loanPaymentAmountRDF::Vocabulary::Term (readonly)

The amount of money to pay in a single payment.

Returns:

  • (RDF::Vocabulary::Term)


6422
6423
6424
# File 'lib/rdf/vocab/schemas.rb', line 6422

def loanPaymentAmount
  @loanPaymentAmount
end

#loanPaymentFrequencyRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


6426
6427
6428
# File 'lib/rdf/vocab/schemas.rb', line 6426

def loanPaymentFrequency
  @loanPaymentFrequency
end

#loanRepaymentFormRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


6430
6431
6432
# File 'lib/rdf/vocab/schemas.rb', line 6430

def loanRepaymentForm
  @loanRepaymentForm
end

#loanTermRDF::Vocabulary::Term (readonly)

The duration of the loan or credit agreement.

Returns:

  • (RDF::Vocabulary::Term)


6434
6435
6436
# File 'lib/rdf/vocab/schemas.rb', line 6434

def loanTerm
  @loanTerm
end

#loanTypeRDF::Vocabulary::Term (readonly)

The type of a loan or credit.

Returns:

  • (RDF::Vocabulary::Term)


6438
6439
6440
# File 'lib/rdf/vocab/schemas.rb', line 6438

def loanType
  @loanType
end

#LocalBusinessRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


1682
1683
1684
# File 'lib/rdf/vocab/schemas.rb', line 1682

def LocalBusiness
  @LocalBusiness
end

#locationRDF::Vocabulary::Term (readonly)

The location of, for example, where an event is happening, where an organization is located, or where an action takes place.

Returns:

  • (RDF::Vocabulary::Term)


6442
6443
6444
# File 'lib/rdf/vocab/schemas.rb', line 6442

def location
  @location
end

#locationCreatedRDF::Vocabulary::Term (readonly)

The location where the CreativeWork was created, which may not be the same as the location depicted in the CreativeWork.

Returns:

  • (RDF::Vocabulary::Term)


6446
6447
6448
# File 'lib/rdf/vocab/schemas.rb', line 6446

def locationCreated
  @locationCreated
end

#LocationFeatureSpecificationRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


1686
1687
1688
# File 'lib/rdf/vocab/schemas.rb', line 1686

def LocationFeatureSpecification
  @LocationFeatureSpecification
end

#LockerDeliveryRDF::Vocabulary::Term (readonly)

A DeliveryMethod in which an item is made available via locker.

Returns:

  • (RDF::Vocabulary::Term)


9562
9563
9564
# File 'lib/rdf/vocab/schemas.rb', line 9562

def LockerDelivery
  @LockerDelivery
end

#LocksmithRDF::Vocabulary::Term (readonly)

A locksmith.

Returns:

  • (RDF::Vocabulary::Term)


1690
1691
1692
# File 'lib/rdf/vocab/schemas.rb', line 1690

def Locksmith
  @Locksmith
end

#LodgingBusinessRDF::Vocabulary::Term (readonly)

A lodging business, such as a motel, hotel, or inn.

Returns:

  • (RDF::Vocabulary::Term)


1694
1695
1696
# File 'lib/rdf/vocab/schemas.rb', line 1694

def LodgingBusiness
  @LodgingBusiness
end

#LodgingReservationRDF::Vocabulary::Term (readonly)

A reservation for lodging at a hotel, motel, inn, etc.nnNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations.

Returns:

  • (RDF::Vocabulary::Term)


1698
1699
1700
# File 'lib/rdf/vocab/schemas.rb', line 1698

def LodgingReservation
  @LodgingReservation
end

#lodgingUnitDescriptionRDF::Vocabulary::Term (readonly)

A full description of the lodging unit.

Returns:

  • (RDF::Vocabulary::Term)


6450
6451
6452
# File 'lib/rdf/vocab/schemas.rb', line 6450

def lodgingUnitDescription
  @lodgingUnitDescription
end

#lodgingUnitTypeRDF::Vocabulary::Term (readonly)

Textual description of the unit type (including suite vs. room, size of bed, etc.).

Returns:

  • (RDF::Vocabulary::Term)


6454
6455
6456
# File 'lib/rdf/vocab/schemas.rb', line 6454

def lodgingUnitType
  @lodgingUnitType
end

#logoRDF::Vocabulary::Term (readonly)

An associated logo.

Returns:

  • (RDF::Vocabulary::Term)


6458
6459
6460
# File 'lib/rdf/vocab/schemas.rb', line 6458

def 
  @logo
end

#longitudeRDF::Vocabulary::Term (readonly)

The longitude of a location. For example “‘-122.08585“` ([WGS 84](en.wikipedia.org/wiki/World_Geodetic_System)).

Returns:

  • (RDF::Vocabulary::Term)


6462
6463
6464
# File 'lib/rdf/vocab/schemas.rb', line 6462

def longitude
  @longitude
end

#LongitudinalRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


9566
9567
9568
# File 'lib/rdf/vocab/schemas.rb', line 9566

def Longitudinal
  @Longitudinal
end

#LoseActionRDF::Vocabulary::Term (readonly)

The act of being defeated in a competitive activity.

Returns:

  • (RDF::Vocabulary::Term)


1702
1703
1704
# File 'lib/rdf/vocab/schemas.rb', line 1702

def LoseAction
  @LoseAction
end

#loserRDF::Vocabulary::Term (readonly)

A sub property of participant. The loser of the action.

Returns:

  • (RDF::Vocabulary::Term)


6466
6467
6468
# File 'lib/rdf/vocab/schemas.rb', line 6466

def loser
  @loser
end

#LowCalorieDietRDF::Vocabulary::Term (readonly)

A diet focused on reduced calorie intake.

Returns:

  • (RDF::Vocabulary::Term)


9570
9571
9572
# File 'lib/rdf/vocab/schemas.rb', line 9570

def LowCalorieDiet
  @LowCalorieDiet
end

#LowFatDietRDF::Vocabulary::Term (readonly)

A diet focused on reduced fat and cholesterol intake.

Returns:

  • (RDF::Vocabulary::Term)


9574
9575
9576
# File 'lib/rdf/vocab/schemas.rb', line 9574

def LowFatDiet
  @LowFatDiet
end

#LowLactoseDietRDF::Vocabulary::Term (readonly)

A diet appropriate for people with lactose intolerance.

Returns:

  • (RDF::Vocabulary::Term)


9578
9579
9580
# File 'lib/rdf/vocab/schemas.rb', line 9578

def LowLactoseDiet
  @LowLactoseDiet
end

#lowPriceRDF::Vocabulary::Term (readonly)

The lowest price of all offers available.nnUsage guidelines:nn* Use values from 0123456789 (Unicode ‘DIGIT ZERO’ (U+0030) to ‘DIGIT NINE’ (U+0039)) rather than superficially similiar Unicode symbols.n* Use ‘.’ (Unicode ‘FULL STOP’ (U+002E)) rather than ‘,’ to indicate a decimal point. Avoid using these symbols as a readability separator.

Returns:

  • (RDF::Vocabulary::Term)


6470
6471
6472
# File 'lib/rdf/vocab/schemas.rb', line 6470

def lowPrice
  @lowPrice
end

#LowSaltDietRDF::Vocabulary::Term (readonly)

A diet focused on reduced sodium intake.

Returns:

  • (RDF::Vocabulary::Term)


9582
9583
9584
# File 'lib/rdf/vocab/schemas.rb', line 9582

def LowSaltDiet
  @LowSaltDiet
end

#LungRDF::Vocabulary::Term (readonly)

Lung and respiratory system clinical examination.

Returns:

  • (RDF::Vocabulary::Term)


9586
9587
9588
# File 'lib/rdf/vocab/schemas.rb', line 9586

def Lung
  @Lung
end

#LymphaticVesselRDF::Vocabulary::Term (readonly)

A type of blood vessel that specifically carries lymph fluid unidirectionally toward the heart.

Returns:

  • (RDF::Vocabulary::Term)


1706
1707
1708
# File 'lib/rdf/vocab/schemas.rb', line 1706

def LymphaticVessel
  @LymphaticVessel
end

#lyricistRDF::Vocabulary::Term (readonly)

The person who wrote the words.

Returns:

  • (RDF::Vocabulary::Term)


6474
6475
6476
# File 'lib/rdf/vocab/schemas.rb', line 6474

def lyricist
  @lyricist
end

#lyricsRDF::Vocabulary::Term (readonly)

The words in the song.

Returns:

  • (RDF::Vocabulary::Term)


6478
6479
6480
# File 'lib/rdf/vocab/schemas.rb', line 6478

def lyrics
  @lyrics
end

#mainContentOfPageRDF::Vocabulary::Term (readonly)

Indicates if this web page element is the main subject of the page.

Returns:

  • (RDF::Vocabulary::Term)


6482
6483
6484
# File 'lib/rdf/vocab/schemas.rb', line 6482

def mainContentOfPage
  @mainContentOfPage
end

#mainEntityRDF::Vocabulary::Term (readonly)

Indicates the primary entity described in some page or other CreativeWork.

Returns:

  • (RDF::Vocabulary::Term)


6486
6487
6488
# File 'lib/rdf/vocab/schemas.rb', line 6486

def mainEntity
  @mainEntity
end

#mainEntityOfPageRDF::Vocabulary::Term (readonly)

Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details.

Returns:

  • (RDF::Vocabulary::Term)


6490
6491
6492
# File 'lib/rdf/vocab/schemas.rb', line 6490

def mainEntityOfPage
  @mainEntityOfPage
end

#maintainerRDF::Vocabulary::Term (readonly)

A maintainer of a [[Dataset]], software package ([[SoftwareApplication]]), or other [[Project]]. A maintainer is a [[Person]] or [[Organization]] 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 [[maintainer]] is applied to a specific version of something e.g. a particular version or packaging of a [[Dataset]], it is always possible that the upstream source has a different maintainer. The [[isBasedOn]] 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.

Returns:

  • (RDF::Vocabulary::Term)


6494
6495
6496
# File 'lib/rdf/vocab/schemas.rb', line 6494

def maintainer
  @maintainer
end

#makesOfferRDF::Vocabulary::Term (readonly)

A pointer to products or services offered by the organization or person.

Returns:

  • (RDF::Vocabulary::Term)


6498
6499
6500
# File 'lib/rdf/vocab/schemas.rb', line 6498

def makesOffer
  @makesOffer
end

#MaleRDF::Vocabulary::Term (readonly)

The male gender.

Returns:

  • (RDF::Vocabulary::Term)


9598
9599
9600
# File 'lib/rdf/vocab/schemas.rb', line 9598

def Male
  @Male
end

#manufacturerRDF::Vocabulary::Term (readonly)

The manufacturer of the product.

Returns:

  • (RDF::Vocabulary::Term)


6502
6503
6504
# File 'lib/rdf/vocab/schemas.rb', line 6502

def manufacturer
  @manufacturer
end

#ManuscriptRDF::Vocabulary::Term (readonly)

A book, document, or piece of music written by hand rather than typed or printed.

Returns:

  • (RDF::Vocabulary::Term)


1710
1711
1712
# File 'lib/rdf/vocab/schemas.rb', line 1710

def Manuscript
  @Manuscript
end

#mapRDF::Vocabulary::Term (readonly)

A URL to a map of the place.

Returns:

  • (RDF::Vocabulary::Term)


6506
6507
6508
# File 'lib/rdf/vocab/schemas.rb', line 6506

def map
  @map
end

#MapRDF::Vocabulary::Term (readonly)

A map.

Returns:

  • (RDF::Vocabulary::Term)


1714
1715
1716
# File 'lib/rdf/vocab/schemas.rb', line 1714

def Map
  @Map
end

#MapCategoryTypeRDF::Vocabulary::Term (readonly)

An enumeration of several kinds of Map.

Returns:

  • (RDF::Vocabulary::Term)


1718
1719
1720
# File 'lib/rdf/vocab/schemas.rb', line 1718

def MapCategoryType
  @MapCategoryType
end

#mapsRDF::Vocabulary::Term (readonly)

A URL to a map of the place.

Returns:

  • (RDF::Vocabulary::Term)


6514
6515
6516
# File 'lib/rdf/vocab/schemas.rb', line 6514

def maps
  @maps
end

#mapTypeRDF::Vocabulary::Term (readonly)

Indicates the kind of Map, from the MapCategoryType Enumeration.

Returns:

  • (RDF::Vocabulary::Term)


6510
6511
6512
# File 'lib/rdf/vocab/schemas.rb', line 6510

def mapType
  @mapType
end

#marginOfErrorRDF::Vocabulary::Term (readonly)

A marginOfError for an [[Observation]].

Returns:

  • (RDF::Vocabulary::Term)


6518
6519
6520
# File 'lib/rdf/vocab/schemas.rb', line 6518

def marginOfError
  @marginOfError
end

#MarryActionRDF::Vocabulary::Term (readonly)

The act of marrying a person.

Returns:

  • (RDF::Vocabulary::Term)


1722
1723
1724
# File 'lib/rdf/vocab/schemas.rb', line 1722

def MarryAction
  @MarryAction
end

#MassRDF::Vocabulary::Term (readonly)

Properties that take Mass as values are of the form ‘&lt;Number&gt; &lt;Mass unit of measure&gt;’. E.g., ‘7 kg’.

Returns:

  • (RDF::Vocabulary::Term)


1726
1727
1728
# File 'lib/rdf/vocab/schemas.rb', line 1726

def Mass
  @Mass
end

#mastheadRDF::Vocabulary::Term (readonly)

For a [[NewsMediaOrganization]], a link to the masthead page or a page listing top editorial management.

Returns:

  • (RDF::Vocabulary::Term)


6522
6523
6524
# File 'lib/rdf/vocab/schemas.rb', line 6522

def masthead
  @masthead
end

#materialRDF::Vocabulary::Term (readonly)

A material that something is made from, e.g. leather, wool, cotton, paper.

Returns:

  • (RDF::Vocabulary::Term)


6526
6527
6528
# File 'lib/rdf/vocab/schemas.rb', line 6526

def material
  @material
end

#materialExtentRDF::Vocabulary::Term (readonly)

The quantity of the materials being described or an expression of the physical space they occupy.

Returns:

  • (RDF::Vocabulary::Term)


6530
6531
6532
# File 'lib/rdf/vocab/schemas.rb', line 6530

def materialExtent
  @materialExtent
end

#mathExpressionRDF::Vocabulary::Term (readonly)

A mathematical expression (e.g. ‘x^2-3x=0’) that may be solved for a specific variable, simplified, or transformed. This can take many formats, e.g. LaTeX, Ascii-Math, or math as you would write with a keyboard.

Returns:

  • (RDF::Vocabulary::Term)


6534
6535
6536
# File 'lib/rdf/vocab/schemas.rb', line 6534

def mathExpression
  @mathExpression
end

#MathSolverRDF::Vocabulary::Term (readonly)

A math solver which is capable of solving a subset of mathematical problems.

Returns:

  • (RDF::Vocabulary::Term)


1730
1731
1732
# File 'lib/rdf/vocab/schemas.rb', line 1730

def MathSolver
  @MathSolver
end

#maximumAttendeeCapacityRDF::Vocabulary::Term (readonly)

The total number of individuals that may attend an event or venue.

Returns:

  • (RDF::Vocabulary::Term)


6546
6547
6548
# File 'lib/rdf/vocab/schemas.rb', line 6546

def maximumAttendeeCapacity
  @maximumAttendeeCapacity
end

#MaximumDoseScheduleRDF::Vocabulary::Term (readonly)

The maximum dosing schedule considered safe for a drug or supplement as recommended by an authority or by the drug/supplement’s manufacturer. Capture the recommending authority in the recognizingAuthority property of MedicalEntity.

Returns:

  • (RDF::Vocabulary::Term)


1734
1735
1736
# File 'lib/rdf/vocab/schemas.rb', line 1734

def MaximumDoseSchedule
  @MaximumDoseSchedule
end

#maximumEnrollmentRDF::Vocabulary::Term (readonly)

The maximum number of students who may be enrolled in the program.

Returns:

  • (RDF::Vocabulary::Term)


6550
6551
6552
# File 'lib/rdf/vocab/schemas.rb', line 6550

def maximumEnrollment
  @maximumEnrollment
end

#maximumIntakeRDF::Vocabulary::Term (readonly)

Recommended intake of this supplement for a given population as defined by a specific recommending authority.

Returns:

  • (RDF::Vocabulary::Term)


6554
6555
6556
# File 'lib/rdf/vocab/schemas.rb', line 6554

def maximumIntake
  @maximumIntake
end

#maximumPhysicalAttendeeCapacityRDF::Vocabulary::Term (readonly)

The maximum physical attendee capacity of an [[Event]] whose [[eventAttendanceMode]] is [[OfflineEventAttendanceMode]] (or the offline aspects, in the case of a [[MixedEventAttendanceMode]]).

Returns:

  • (RDF::Vocabulary::Term)


6558
6559
6560
# File 'lib/rdf/vocab/schemas.rb', line 6558

def maximumPhysicalAttendeeCapacity
  @maximumPhysicalAttendeeCapacity
end

#maximumVirtualAttendeeCapacityRDF::Vocabulary::Term (readonly)

The maximum physical attendee capacity of an [[Event]] whose [[eventAttendanceMode]] is [[OnlineEventAttendanceMode]] (or the online aspects, in the case of a [[MixedEventAttendanceMode]]).

Returns:

  • (RDF::Vocabulary::Term)


6562
6563
6564
# File 'lib/rdf/vocab/schemas.rb', line 6562

def maximumVirtualAttendeeCapacity
  @maximumVirtualAttendeeCapacity
end

#maxPriceRDF::Vocabulary::Term (readonly)

The highest price if the price is a range.

Returns:

  • (RDF::Vocabulary::Term)


6538
6539
6540
# File 'lib/rdf/vocab/schemas.rb', line 6538

def maxPrice
  @maxPrice
end

#maxValueRDF::Vocabulary::Term (readonly)

The upper value of some characteristic or property.

Returns:

  • (RDF::Vocabulary::Term)


6542
6543
6544
# File 'lib/rdf/vocab/schemas.rb', line 6542

def maxValue
  @maxValue
end

#MayTreatHealthAspectRDF::Vocabulary::Term (readonly)

Related topics may be treated by a Topic.

Returns:

  • (RDF::Vocabulary::Term)


9602
9603
9604
# File 'lib/rdf/vocab/schemas.rb', line 9602

def MayTreatHealthAspect
  @MayTreatHealthAspect
end

#mealServiceRDF::Vocabulary::Term (readonly)

Description of the meals that will be provided or available for purchase.

Returns:

  • (RDF::Vocabulary::Term)


6566
6567
6568
# File 'lib/rdf/vocab/schemas.rb', line 6566

def mealService
  @mealService
end

#measuredPropertyRDF::Vocabulary::Term (readonly)

The measuredProperty of an [[Observation]], either a schema.org property, a property from other RDF-compatible systems e.g. W3C RDF Data Cube, or schema.org extensions such as [GS1’s](www.gs1.org/voc/?show=properties).

Returns:

  • (RDF::Vocabulary::Term)


6570
6571
6572
# File 'lib/rdf/vocab/schemas.rb', line 6570

def measuredProperty
  @measuredProperty
end

#measuredValueRDF::Vocabulary::Term (readonly)

The measuredValue of an [[Observation]].

Returns:

  • (RDF::Vocabulary::Term)


6574
6575
6576
# File 'lib/rdf/vocab/schemas.rb', line 6574

def measuredValue
  @measuredValue
end

#measurementTechniqueRDF::Vocabulary::Term (readonly)

A technique or technology used in a [[Dataset]] (or [[DataDownload]], [[DataCatalog]]), corresponding to the method used for measuring the corresponding variable(s) (described using [[variableMeasured]]). 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. For example, if [[variableMeasured]] is: molecule concentration, [[measurementTechnique]] could be: “mass spectrometry” or “nmr spectroscopy” or “colorimetry” or “immunofluorescence”. If the [[variableMeasured]] is “depression rating”, the [[measurementTechnique]] could be “Zung Scale” or “HAM-D” or “Beck Depression Inventory”. If there are several [[variableMeasured]] properties recorded for some given data object, use a [[PropertyValue]] for each [[variableMeasured]] and attach the corresponding [[measurementTechnique]].

Returns:

  • (RDF::Vocabulary::Term)


6578
6579
6580
# File 'lib/rdf/vocab/schemas.rb', line 6578

def measurementTechnique
  @measurementTechnique
end

#mechanismOfActionRDF::Vocabulary::Term (readonly)

The specific biochemical interaction through which this drug or supplement produces its pharmacological effect.

Returns:

  • (RDF::Vocabulary::Term)


6582
6583
6584
# File 'lib/rdf/vocab/schemas.rb', line 6582

def mechanismOfAction
  @mechanismOfAction
end

#mediaAuthenticityCategoryRDF::Vocabulary::Term (readonly)

Indicates a MediaManipulationRatingEnumeration classification of a media object (in the context of how it was published or shared).

Returns:

  • (RDF::Vocabulary::Term)


6586
6587
6588
# File 'lib/rdf/vocab/schemas.rb', line 6586

def mediaAuthenticityCategory
  @mediaAuthenticityCategory
end

#MediaGalleryRDF::Vocabulary::Term (readonly)

Web page type: Media gallery page. A mixed-media page that can contains media such as images, videos, and other multimedia.

Returns:

  • (RDF::Vocabulary::Term)


1738
1739
1740
# File 'lib/rdf/vocab/schemas.rb', line 1738

def MediaGallery
  @MediaGallery
end

#MediaManipulationRatingEnumerationRDF::Vocabulary::Term (readonly)

(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.

Returns:

  • (RDF::Vocabulary::Term)


1742
1743
1744
# File 'lib/rdf/vocab/schemas.rb', line 1742

def MediaManipulationRatingEnumeration
  @MediaManipulationRatingEnumeration
end

#medianRDF::Vocabulary::Term (readonly)

The median value.

Returns:

  • (RDF::Vocabulary::Term)


6590
6591
6592
# File 'lib/rdf/vocab/schemas.rb', line 6590

def median
  @median
end

#MediaObjectRDF::Vocabulary::Term (readonly)

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).

Returns:

  • (RDF::Vocabulary::Term)


1746
1747
1748
# File 'lib/rdf/vocab/schemas.rb', line 1746

def MediaObject
  @MediaObject
end

#MediaReviewRDF::Vocabulary::Term (readonly)

(editorial work in progress, this definition is incomplete and unreviewed) A [[MediaReview]] 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 [[UserReview]], [[CriticReview]] or other [[Review]] types.

Returns:

  • (RDF::Vocabulary::Term)


1750
1751
1752
# File 'lib/rdf/vocab/schemas.rb', line 1750

def MediaReview
  @MediaReview
end

#MediaSubscriptionRDF::Vocabulary::Term (readonly)

A subscription which allows a user to access media including audio, video, books, etc.

Returns:

  • (RDF::Vocabulary::Term)


1754
1755
1756
# File 'lib/rdf/vocab/schemas.rb', line 1754

def MediaSubscription
  @MediaSubscription
end

#medicalAudienceRDF::Vocabulary::Term (readonly)

Medical audience for page.

Returns:

  • (RDF::Vocabulary::Term)


6594
6595
6596
# File 'lib/rdf/vocab/schemas.rb', line 6594

def medicalAudience
  @medicalAudience
end

#MedicalAudienceRDF::Vocabulary::Term (readonly)

Target audiences for medical web pages.

Returns:

  • (RDF::Vocabulary::Term)


1758
1759
1760
# File 'lib/rdf/vocab/schemas.rb', line 1758

def MedicalAudience
  @MedicalAudience
end

#MedicalAudienceTypeRDF::Vocabulary::Term (readonly)

Target audiences types for medical web pages. Enumerated type.

Returns:

  • (RDF::Vocabulary::Term)


1762
1763
1764
# File 'lib/rdf/vocab/schemas.rb', line 1762

def MedicalAudienceType
  @MedicalAudienceType
end

#MedicalBusinessRDF::Vocabulary::Term (readonly)

A particular physical or virtual business of an organization for medical purposes. Examples of MedicalBusiness include differents business run by health professionals.

Returns:

  • (RDF::Vocabulary::Term)


1766
1767
1768
# File 'lib/rdf/vocab/schemas.rb', line 1766

def MedicalBusiness
  @MedicalBusiness
end

#MedicalCauseRDF::Vocabulary::Term (readonly)

The causative agent(s) that are responsible for the pathophysiologic process that eventually results in a medical condition, symptom or sign. In this schema, unless otherwise specified this is meant to be the proximate cause of the medical condition, symptom or sign. The proximate cause is defined as the causative agent that most directly results in the medical condition, symptom or sign. For example, the HIV virus could be considered a cause of AIDS. Or in a diagnostic context, if a patient fell and sustained a hip fracture and two days later sustained a pulmonary embolism which eventuated in a cardiac arrest, the cause of the cardiac arrest (the proximate cause) would be the pulmonary embolism and not the fall. Medical causes can include cardiovascular, chemical, dermatologic, endocrine, environmental, gastroenterologic, genetic, hematologic, gynecologic, iatrogenic, infectious, musculoskeletal, neurologic, nutritional, obstetric, oncologic, otolaryngologic, pharmacologic, psychiatric, pulmonary, renal, rheumatologic, toxic, traumatic, or urologic causes; medical conditions can be causes as well.

Returns:

  • (RDF::Vocabulary::Term)


1770
1771
1772
# File 'lib/rdf/vocab/schemas.rb', line 1770

def MedicalCause
  @MedicalCause
end

#MedicalClinicRDF::Vocabulary::Term (readonly)

A facility, often associated with a hospital or medical school, that is devoted to the specific diagnosis and/or healthcare. Previously limited to outpatients but with evolution it may be open to inpatients as well.

Returns:

  • (RDF::Vocabulary::Term)


1774
1775
1776
# File 'lib/rdf/vocab/schemas.rb', line 1774

def MedicalClinic
  @MedicalClinic
end

#MedicalCodeRDF::Vocabulary::Term (readonly)

A code for a medical entity.

Returns:

  • (RDF::Vocabulary::Term)


1778
1779
1780
# File 'lib/rdf/vocab/schemas.rb', line 1778

def MedicalCode
  @MedicalCode
end

#MedicalConditionRDF::Vocabulary::Term (readonly)

Any condition of the human body that affects the normal functioning of a person, whether physically or mentally. Includes diseases, injuries, disabilities, disorders, syndromes, etc.

Returns:

  • (RDF::Vocabulary::Term)


1782
1783
1784
# File 'lib/rdf/vocab/schemas.rb', line 1782

def MedicalCondition
  @MedicalCondition
end

#MedicalConditionStageRDF::Vocabulary::Term (readonly)

A stage of a medical condition, such as ‘Stage IIIa’.

Returns:

  • (RDF::Vocabulary::Term)


1786
1787
1788
# File 'lib/rdf/vocab/schemas.rb', line 1786

def MedicalConditionStage
  @MedicalConditionStage
end

#MedicalContraindicationRDF::Vocabulary::Term (readonly)

A condition or factor that serves as a reason to withhold a certain medical therapy. Contraindications can be absolute (there are no reasonable circumstances for undertaking a course of action) or relative (the patient is at higher risk of complications, but that these risks may be outweighed by other considerations or mitigated by other measures).

Returns:

  • (RDF::Vocabulary::Term)


1790
1791
1792
# File 'lib/rdf/vocab/schemas.rb', line 1790

def MedicalContraindication
  @MedicalContraindication
end

#MedicalDeviceRDF::Vocabulary::Term (readonly)

Any object used in a medical capacity, such as to diagnose or treat a patient.

Returns:

  • (RDF::Vocabulary::Term)


1794
1795
1796
# File 'lib/rdf/vocab/schemas.rb', line 1794

def MedicalDevice
  @MedicalDevice
end

#MedicalDevicePurposeRDF::Vocabulary::Term (readonly)

Categories of medical devices, organized by the purpose or intended use of the device.

Returns:

  • (RDF::Vocabulary::Term)


1798
1799
1800
# File 'lib/rdf/vocab/schemas.rb', line 1798

def MedicalDevicePurpose
  @MedicalDevicePurpose
end

#MedicalEntityRDF::Vocabulary::Term (readonly)

The most generic type of entity related to health and the practice of medicine.

Returns:

  • (RDF::Vocabulary::Term)


1802
1803
1804
# File 'lib/rdf/vocab/schemas.rb', line 1802

def MedicalEntity
  @MedicalEntity
end

#MedicalEnumerationRDF::Vocabulary::Term (readonly)

Enumerations related to health and the practice of medicine: A concept that is used to attribute a quality to another concept, as a qualifier, a collection of items or a listing of all of the elements of a set in medicine practice.

Returns:

  • (RDF::Vocabulary::Term)


1806
1807
1808
# File 'lib/rdf/vocab/schemas.rb', line 1806

def MedicalEnumeration
  @MedicalEnumeration
end

#MedicalEvidenceLevelRDF::Vocabulary::Term (readonly)

Level of evidence for a medical guideline. Enumerated type.

Returns:

  • (RDF::Vocabulary::Term)


1810
1811
1812
# File 'lib/rdf/vocab/schemas.rb', line 1810

def MedicalEvidenceLevel
  @MedicalEvidenceLevel
end

#MedicalGuidelineRDF::Vocabulary::Term (readonly)

Any recommendation made by a standard society (e.g. ACC/AHA) or consensus statement that denotes how to diagnose and treat a particular condition. Note: this type should be used to tag the actual guideline recommendation; if the guideline recommendation occurs in a larger scholarly article, use MedicalScholarlyArticle to tag the overall article, not this type. Note also: the organization making the recommendation should be captured in the recognizingAuthority base property of MedicalEntity.

Returns:

  • (RDF::Vocabulary::Term)


1814
1815
1816
# File 'lib/rdf/vocab/schemas.rb', line 1814

def MedicalGuideline
  @MedicalGuideline
end

#MedicalGuidelineContraindicationRDF::Vocabulary::Term (readonly)

A guideline contraindication that designates a process as harmful and where quality of the data supporting the contraindication is sound.

Returns:

  • (RDF::Vocabulary::Term)


1818
1819
1820
# File 'lib/rdf/vocab/schemas.rb', line 1818

def MedicalGuidelineContraindication
  @MedicalGuidelineContraindication
end

#MedicalGuidelineRecommendationRDF::Vocabulary::Term (readonly)

A guideline recommendation that is regarded as efficacious and where quality of the data supporting the recommendation is sound.

Returns:

  • (RDF::Vocabulary::Term)


1822
1823
1824
# File 'lib/rdf/vocab/schemas.rb', line 1822

def MedicalGuidelineRecommendation
  @MedicalGuidelineRecommendation
end

#MedicalImagingTechniqueRDF::Vocabulary::Term (readonly)

Any medical imaging modality typically used for diagnostic purposes. Enumerated type.

Returns:

  • (RDF::Vocabulary::Term)


1826
1827
1828
# File 'lib/rdf/vocab/schemas.rb', line 1826

def MedicalImagingTechnique
  @MedicalImagingTechnique
end

#MedicalIndicationRDF::Vocabulary::Term (readonly)

A condition or factor that indicates use of a medical therapy, including signs, symptoms, risk factors, anatomical states, etc.

Returns:

  • (RDF::Vocabulary::Term)


1830
1831
1832
# File 'lib/rdf/vocab/schemas.rb', line 1830

def MedicalIndication
  @MedicalIndication
end

#MedicalIntangibleRDF::Vocabulary::Term (readonly)

A utility class that serves as the umbrella for a number of ‘intangible’ things in the medical space.

Returns:

  • (RDF::Vocabulary::Term)


1834
1835
1836
# File 'lib/rdf/vocab/schemas.rb', line 1834

def MedicalIntangible
  @MedicalIntangible
end

#MedicalObservationalStudyRDF::Vocabulary::Term (readonly)

An observational study is a type of medical study that attempts to infer the possible effect of a treatment through observation of a cohort of subjects over a period of time. In an observational study, the assignment of subjects into treatment groups versus control groups is outside the control of the investigator. This is in contrast with controlled studies, such as the randomized controlled trials represented by MedicalTrial, where each subject is randomly assigned to a treatment group or a control group before the start of the treatment.

Returns:

  • (RDF::Vocabulary::Term)


1838
1839
1840
# File 'lib/rdf/vocab/schemas.rb', line 1838

def MedicalObservationalStudy
  @MedicalObservationalStudy
end

#MedicalObservationalStudyDesignRDF::Vocabulary::Term (readonly)

Design models for observational medical studies. Enumerated type.

Returns:

  • (RDF::Vocabulary::Term)


1842
1843
1844
# File 'lib/rdf/vocab/schemas.rb', line 1842

def MedicalObservationalStudyDesign
  @MedicalObservationalStudyDesign
end

#MedicalOrganizationRDF::Vocabulary::Term (readonly)

A medical organization (physical or not), such as hospital, institution or clinic.

Returns:

  • (RDF::Vocabulary::Term)


1846
1847
1848
# File 'lib/rdf/vocab/schemas.rb', line 1846

def MedicalOrganization
  @MedicalOrganization
end

#MedicalProcedureRDF::Vocabulary::Term (readonly)

A process of care used in either a diagnostic, therapeutic, preventive or palliative capacity that relies on invasive (surgical), non-invasive, or other techniques.

Returns:

  • (RDF::Vocabulary::Term)


1850
1851
1852
# File 'lib/rdf/vocab/schemas.rb', line 1850

def MedicalProcedure
  @MedicalProcedure
end

#MedicalProcedureTypeRDF::Vocabulary::Term (readonly)

An enumeration that describes different types of medical procedures.

Returns:

  • (RDF::Vocabulary::Term)


1854
1855
1856
# File 'lib/rdf/vocab/schemas.rb', line 1854

def MedicalProcedureType
  @MedicalProcedureType
end

#MedicalResearcherRDF::Vocabulary::Term (readonly)

Medical researchers.

Returns:

  • (RDF::Vocabulary::Term)


9606
9607
9608
# File 'lib/rdf/vocab/schemas.rb', line 9606

def MedicalResearcher
  @MedicalResearcher
end

#MedicalRiskCalculatorRDF::Vocabulary::Term (readonly)

A complex mathematical calculation requiring an online calculator, used to assess prognosis. Note: use the url property of Thing to record any URLs for online calculators.

Returns:

  • (RDF::Vocabulary::Term)


1858
1859
1860
# File 'lib/rdf/vocab/schemas.rb', line 1858

def MedicalRiskCalculator
  @MedicalRiskCalculator
end

#MedicalRiskEstimatorRDF::Vocabulary::Term (readonly)

Any rule set or interactive tool for estimating the risk of developing a complication or condition.

Returns:

  • (RDF::Vocabulary::Term)


1862
1863
1864
# File 'lib/rdf/vocab/schemas.rb', line 1862

def MedicalRiskEstimator
  @MedicalRiskEstimator
end

#MedicalRiskFactorRDF::Vocabulary::Term (readonly)

A risk factor is anything that increases a person’s likelihood of developing or contracting a disease, medical condition, or complication.

Returns:

  • (RDF::Vocabulary::Term)


1866
1867
1868
# File 'lib/rdf/vocab/schemas.rb', line 1866

def MedicalRiskFactor
  @MedicalRiskFactor
end

#MedicalRiskScoreRDF::Vocabulary::Term (readonly)

A simple system that adds up the number of risk factors to yield a score that is associated with prognosis, e.g. CHAD score, TIMI risk score.

Returns:

  • (RDF::Vocabulary::Term)


1870
1871
1872
# File 'lib/rdf/vocab/schemas.rb', line 1870

def MedicalRiskScore
  @MedicalRiskScore
end

#MedicalScholarlyArticleRDF::Vocabulary::Term (readonly)

A scholarly article in the medical domain.

Returns:

  • (RDF::Vocabulary::Term)


1874
1875
1876
# File 'lib/rdf/vocab/schemas.rb', line 1874

def MedicalScholarlyArticle
  @MedicalScholarlyArticle
end

#MedicalSignRDF::Vocabulary::Term (readonly)

Any physical manifestation of a person’s medical condition discoverable by objective diagnostic tests or physical examination.

Returns:

  • (RDF::Vocabulary::Term)


1878
1879
1880
# File 'lib/rdf/vocab/schemas.rb', line 1878

def MedicalSign
  @MedicalSign
end

#MedicalSignOrSymptomRDF::Vocabulary::Term (readonly)

Any feature associated or not with a medical condition. In medicine a symptom is generally subjective while a sign is objective.

Returns:

  • (RDF::Vocabulary::Term)


1882
1883
1884
# File 'lib/rdf/vocab/schemas.rb', line 1882

def MedicalSignOrSymptom
  @MedicalSignOrSymptom
end

#medicalSpecialtyRDF::Vocabulary::Term (readonly)

A medical specialty of the provider.

Returns:

  • (RDF::Vocabulary::Term)


6598
6599
6600
# File 'lib/rdf/vocab/schemas.rb', line 6598

def medicalSpecialty
  @medicalSpecialty
end

#MedicalSpecialtyRDF::Vocabulary::Term (readonly)

Any specific branch of medical science or practice. Medical specialities include clinical specialties that pertain to particular organ systems and their respective disease states, as well as allied health specialties. Enumerated type.

Returns:

  • (RDF::Vocabulary::Term)


1886
1887
1888
# File 'lib/rdf/vocab/schemas.rb', line 1886

def MedicalSpecialty
  @MedicalSpecialty
end

#MedicalStudyRDF::Vocabulary::Term (readonly)

A medical study is an umbrella type covering all kinds of research studies relating to human medicine or health, including observational studies and interventional trials and registries, randomized, controlled or not. When the specific type of study is known, use one of the extensions of this type, such as MedicalTrial or MedicalObservationalStudy. Also, note that this type should be used to mark up data that describes the study itself; to tag an article that publishes the results of a study, use MedicalScholarlyArticle. Note: use the code property of MedicalEntity to store study IDs, e.g. clinicaltrials.gov ID.

Returns:

  • (RDF::Vocabulary::Term)


1890
1891
1892
# File 'lib/rdf/vocab/schemas.rb', line 1890

def MedicalStudy
  @MedicalStudy
end

#MedicalStudyStatusRDF::Vocabulary::Term (readonly)

The status of a medical study. Enumerated type.

Returns:

  • (RDF::Vocabulary::Term)


1894
1895
1896
# File 'lib/rdf/vocab/schemas.rb', line 1894

def MedicalStudyStatus
  @MedicalStudyStatus
end

#MedicalSymptomRDF::Vocabulary::Term (readonly)

Any complaint sensed and expressed by the patient (therefore defined as subjective) like stomachache, lower-back pain, or fatigue.

Returns:

  • (RDF::Vocabulary::Term)


1898
1899
1900
# File 'lib/rdf/vocab/schemas.rb', line 1898

def MedicalSymptom
  @MedicalSymptom
end

#MedicalTestRDF::Vocabulary::Term (readonly)

Any medical test, typically performed for diagnostic purposes.

Returns:

  • (RDF::Vocabulary::Term)


1902
1903
1904
# File 'lib/rdf/vocab/schemas.rb', line 1902

def MedicalTest
  @MedicalTest
end

#MedicalTestPanelRDF::Vocabulary::Term (readonly)

Any collection of tests commonly ordered together.

Returns:

  • (RDF::Vocabulary::Term)


1906
1907
1908
# File 'lib/rdf/vocab/schemas.rb', line 1906

def MedicalTestPanel
  @MedicalTestPanel
end

#MedicalTherapyRDF::Vocabulary::Term (readonly)

Any medical intervention designed to prevent, treat, and cure human diseases and medical conditions, including both curative and palliative therapies. Medical therapies are typically processes of care relying upon pharmacotherapy, behavioral therapy, supportive therapy (with fluid or nutrition for example), or detoxification (e.g. hemodialysis) aimed at improving or preventing a health condition.

Returns:

  • (RDF::Vocabulary::Term)


1910
1911
1912
# File 'lib/rdf/vocab/schemas.rb', line 1910

def MedicalTherapy
  @MedicalTherapy
end

#MedicalTrialRDF::Vocabulary::Term (readonly)

A medical trial is a type of medical study that uses scientific process used to compare the safety and efficacy of medical therapies or medical procedures. In general, medical trials are controlled and subjects are allocated at random to the different treatment and/or control groups.

Returns:

  • (RDF::Vocabulary::Term)


1914
1915
1916
# File 'lib/rdf/vocab/schemas.rb', line 1914

def MedicalTrial
  @MedicalTrial
end

#MedicalTrialDesignRDF::Vocabulary::Term (readonly)

Design models for medical trials. Enumerated type.

Returns:

  • (RDF::Vocabulary::Term)


1918
1919
1920
# File 'lib/rdf/vocab/schemas.rb', line 1918

def MedicalTrialDesign
  @MedicalTrialDesign
end

#MedicalWebPageRDF::Vocabulary::Term (readonly)

A web page that provides medical information.

Returns:

  • (RDF::Vocabulary::Term)


1922
1923
1924
# File 'lib/rdf/vocab/schemas.rb', line 1922

def MedicalWebPage
  @MedicalWebPage
end

#medicineSystemRDF::Vocabulary::Term (readonly)

The system of medicine that includes this MedicalEntity, for example ‘evidence-based’, ‘homeopathic’, ‘chiropractic’, etc.

Returns:

  • (RDF::Vocabulary::Term)


6602
6603
6604
# File 'lib/rdf/vocab/schemas.rb', line 6602

def medicineSystem
  @medicineSystem
end

#MedicineSystemRDF::Vocabulary::Term (readonly)

Systems of medical practice.

Returns:

  • (RDF::Vocabulary::Term)


1926
1927
1928
# File 'lib/rdf/vocab/schemas.rb', line 1926

def MedicineSystem
  @MedicineSystem
end

#MeetingRoomRDF::Vocabulary::Term (readonly)

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=“en.wikipedia.org/wiki/Conference_hall”>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>.

Returns:

  • (RDF::Vocabulary::Term)


1930
1931
1932
# File 'lib/rdf/vocab/schemas.rb', line 1930

def MeetingRoom
  @MeetingRoom
end

#meetsEmissionStandardRDF::Vocabulary::Term (readonly)

Indicates that the vehicle meets the respective emission standard.

Returns:

  • (RDF::Vocabulary::Term)


6606
6607
6608
# File 'lib/rdf/vocab/schemas.rb', line 6606

def meetsEmissionStandard
  @meetsEmissionStandard
end

#memberRDF::Vocabulary::Term (readonly)

A member of an Organization or a ProgramMembership. Organizations can be members of organizations; ProgramMembership is typically for individuals.

Returns:

  • (RDF::Vocabulary::Term)


6610
6611
6612
# File 'lib/rdf/vocab/schemas.rb', line 6610

def member
  @member
end

#memberOfRDF::Vocabulary::Term (readonly)

An Organization (or ProgramMembership) to which this Person or Organization belongs.

Returns:

  • (RDF::Vocabulary::Term)


6614
6615
6616
# File 'lib/rdf/vocab/schemas.rb', line 6614

def memberOf
  @memberOf
end

#membersRDF::Vocabulary::Term (readonly)

A member of this organization.

Returns:

  • (RDF::Vocabulary::Term)


6618
6619
6620
# File 'lib/rdf/vocab/schemas.rb', line 6618

def members
  @members
end

#membershipNumberRDF::Vocabulary::Term (readonly)

A unique identifier for the membership.

Returns:

  • (RDF::Vocabulary::Term)


6622
6623
6624
# File 'lib/rdf/vocab/schemas.rb', line 6622

def membershipNumber
  @membershipNumber
end

#membershipPointsEarnedRDF::Vocabulary::Term (readonly)

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.)

Returns:

  • (RDF::Vocabulary::Term)


6626
6627
6628
# File 'lib/rdf/vocab/schemas.rb', line 6626

def membershipPointsEarned
  @membershipPointsEarned
end

#memoryRequirementsRDF::Vocabulary::Term (readonly)

Minimum memory requirements.

Returns:

  • (RDF::Vocabulary::Term)


6630
6631
6632
# File 'lib/rdf/vocab/schemas.rb', line 6630

def memoryRequirements
  @memoryRequirements
end

#MensClothingStoreRDF::Vocabulary::Term (readonly)

A men’s clothing store.

Returns:

  • (RDF::Vocabulary::Term)


1934
1935
1936
# File 'lib/rdf/vocab/schemas.rb', line 1934

def MensClothingStore
  @MensClothingStore
end

#mentionsRDF::Vocabulary::Term (readonly)

Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept.

Returns:

  • (RDF::Vocabulary::Term)


6634
6635
6636
# File 'lib/rdf/vocab/schemas.rb', line 6634

def mentions
  @mentions
end

Either the actual menu as a structured representation, as text, or a URL of the menu.

Returns:

  • (RDF::Vocabulary::Term)


6638
6639
6640
# File 'lib/rdf/vocab/schemas.rb', line 6638

def menu
  @menu
end

A structured representation of food or drink items available from a FoodEstablishment.

Returns:

  • (RDF::Vocabulary::Term)


1938
1939
1940
# File 'lib/rdf/vocab/schemas.rb', line 1938

def Menu
  @Menu
end

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.

Returns:

  • (RDF::Vocabulary::Term)


6642
6643
6644
# File 'lib/rdf/vocab/schemas.rb', line 6642

def menuAddOn
  @menuAddOn
end

A food or drink item listed in a menu or menu section.

Returns:

  • (RDF::Vocabulary::Term)


1942
1943
1944
# File 'lib/rdf/vocab/schemas.rb', line 1942

def MenuItem
  @MenuItem
end

A sub-grouping of food or drink items in a menu. E.g. courses (such as ‘Dinner’, ‘Breakfast’, etc.), specific type of dishes (such as ‘Meat’, ‘Vegan’, ‘Drinks’, etc.), or some other classification made by the menu provider.

Returns:

  • (RDF::Vocabulary::Term)


1946
1947
1948
# File 'lib/rdf/vocab/schemas.rb', line 1946

def MenuSection
  @MenuSection
end

#merchantRDF::Vocabulary::Term (readonly)

‘merchant’ is an out-dated term for ‘seller’.

Returns:

  • (RDF::Vocabulary::Term)


6646
6647
6648
# File 'lib/rdf/vocab/schemas.rb', line 6646

def merchant
  @merchant
end

#merchantReturnDaysRDF::Vocabulary::Term (readonly)

The merchantReturnDays property indicates the number of days (from purchase) within which relevant merchant return policy is applicable.

Returns:

  • (RDF::Vocabulary::Term)


6650
6651
6652
# File 'lib/rdf/vocab/schemas.rb', line 6650

def merchantReturnDays
  @merchantReturnDays
end

#MerchantReturnEnumerationRDF::Vocabulary::Term (readonly)

MerchantReturnEnumeration enumerates several kinds of product return policy. Note that this structure may not capture all aspects of the policy.

Returns:

  • (RDF::Vocabulary::Term)


1950
1951
1952
# File 'lib/rdf/vocab/schemas.rb', line 1950

def MerchantReturnEnumeration
  @MerchantReturnEnumeration
end

#MerchantReturnFiniteReturnWindowRDF::Vocabulary::Term (readonly)

MerchantReturnFiniteReturnWindow: there is a finite window for product returns.

Returns:

  • (RDF::Vocabulary::Term)


9610
9611
9612
# File 'lib/rdf/vocab/schemas.rb', line 9610

def MerchantReturnFiniteReturnWindow
  @MerchantReturnFiniteReturnWindow
end

Indicates a Web page or service by URL, for product return.

Returns:

  • (RDF::Vocabulary::Term)


6654
6655
6656
# File 'lib/rdf/vocab/schemas.rb', line 6654

def merchantReturnLink
  @merchantReturnLink
end

#MerchantReturnNotPermittedRDF::Vocabulary::Term (readonly)

MerchantReturnNotPermitted: product returns are not permitted.

Returns:

  • (RDF::Vocabulary::Term)


9614
9615
9616
# File 'lib/rdf/vocab/schemas.rb', line 9614

def MerchantReturnNotPermitted
  @MerchantReturnNotPermitted
end

#MerchantReturnPolicyRDF::Vocabulary::Term (readonly)

A MerchantReturnPolicy provides information about product return policies associated with an [[Organization]] or [[Product]].

Returns:

  • (RDF::Vocabulary::Term)


1954
1955
1956
# File 'lib/rdf/vocab/schemas.rb', line 1954

def MerchantReturnPolicy
  @MerchantReturnPolicy
end

#MerchantReturnUnlimitedWindowRDF::Vocabulary::Term (readonly)

MerchantReturnUnlimitedWindow: there is an unlimited window for product returns.

Returns:

  • (RDF::Vocabulary::Term)


9618
9619
9620
# File 'lib/rdf/vocab/schemas.rb', line 9618

def MerchantReturnUnlimitedWindow
  @MerchantReturnUnlimitedWindow
end

#MerchantReturnUnspecifiedRDF::Vocabulary::Term (readonly)

MerchantReturnUnspecified: a product return policy is not specified here.

Returns:

  • (RDF::Vocabulary::Term)


9622
9623
9624
# File 'lib/rdf/vocab/schemas.rb', line 9622

def MerchantReturnUnspecified
  @MerchantReturnUnspecified
end

#MessageRDF::Vocabulary::Term (readonly)

A single message from a sender to one or more organizations or people.

Returns:

  • (RDF::Vocabulary::Term)


1958
1959
1960
# File 'lib/rdf/vocab/schemas.rb', line 1958

def Message
  @Message
end

#messageAttachmentRDF::Vocabulary::Term (readonly)

A CreativeWork attached to the message.

Returns:

  • (RDF::Vocabulary::Term)


6658
6659
6660
# File 'lib/rdf/vocab/schemas.rb', line 6658

def messageAttachment
  @messageAttachment
end

#MiddleSchoolRDF::Vocabulary::Term (readonly)

A middle school (typically for children aged around 11-14, although this varies somewhat).

Returns:

  • (RDF::Vocabulary::Term)


1962
1963
1964
# File 'lib/rdf/vocab/schemas.rb', line 1962

def MiddleSchool
  @MiddleSchool
end

#MidwiferyRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


9626
9627
9628
# File 'lib/rdf/vocab/schemas.rb', line 9626

def Midwifery
  @Midwifery
end

#mileageFromOdometerRDF::Vocabulary::Term (readonly)

The total distance travelled by the particular vehicle since its initial production, as read from its odometer.nnTypical unit code(s): KMT for kilometers, SMI for statute miles

Returns:

  • (RDF::Vocabulary::Term)


6662
6663
6664
# File 'lib/rdf/vocab/schemas.rb', line 6662

def mileageFromOdometer
  @mileageFromOdometer
end

#MinimumAdvertisedPriceRDF::Vocabulary::Term (readonly)

Represents the minimum advertised price (“MAP”) (as dictated by the manufacturer) of an offered product.

Returns:

  • (RDF::Vocabulary::Term)


9630
9631
9632
# File 'lib/rdf/vocab/schemas.rb', line 9630

def MinimumAdvertisedPrice
  @MinimumAdvertisedPrice
end

#minimumPaymentDueRDF::Vocabulary::Term (readonly)

The minimum payment required at this time.

Returns:

  • (RDF::Vocabulary::Term)


6674
6675
6676
# File 'lib/rdf/vocab/schemas.rb', line 6674

def minimumPaymentDue
  @minimumPaymentDue
end

#minPriceRDF::Vocabulary::Term (readonly)

The lowest price if the price is a range.

Returns:

  • (RDF::Vocabulary::Term)


6666
6667
6668
# File 'lib/rdf/vocab/schemas.rb', line 6666

def minPrice
  @minPrice
end

#minValueRDF::Vocabulary::Term (readonly)

The lower value of some characteristic or property.

Returns:

  • (RDF::Vocabulary::Term)


6670
6671
6672
# File 'lib/rdf/vocab/schemas.rb', line 6670

def minValue
  @minValue
end

#MisconceptionsHealthAspectRDF::Vocabulary::Term (readonly)

Content about common misconceptions and myths that are related to a topic.

Returns:

  • (RDF::Vocabulary::Term)


9634
9635
9636
# File 'lib/rdf/vocab/schemas.rb', line 9634

def MisconceptionsHealthAspect
  @MisconceptionsHealthAspect
end

#MissingContextRDF::Vocabulary::Term (readonly)

MissingContext: …

Returns:

  • (RDF::Vocabulary::Term)


9638
9639
9640
# File 'lib/rdf/vocab/schemas.rb', line 9638

def MissingContext
  @MissingContext
end

#missionCoveragePrioritiesPolicyRDF::Vocabulary::Term (readonly)

For a [[NewsMediaOrganization]], a statement on coverage priorities, including any public agenda or stance on issues.

Returns:

  • (RDF::Vocabulary::Term)


6678
6679
6680
# File 'lib/rdf/vocab/schemas.rb', line 6678

def missionCoveragePrioritiesPolicy
  @missionCoveragePrioritiesPolicy
end

#MixedEventAttendanceModeRDF::Vocabulary::Term (readonly)

MixedEventAttendanceMode - an event that is conducted as a combination of both offline and online modes.

Returns:

  • (RDF::Vocabulary::Term)


9642
9643
9644
# File 'lib/rdf/vocab/schemas.rb', line 9642

def MixedEventAttendanceMode
  @MixedEventAttendanceMode
end

#MixtapeAlbumRDF::Vocabulary::Term (readonly)

MixtapeAlbum.

Returns:

  • (RDF::Vocabulary::Term)


9646
9647
9648
# File 'lib/rdf/vocab/schemas.rb', line 9646

def MixtapeAlbum
  @MixtapeAlbum
end

#MobileApplicationRDF::Vocabulary::Term (readonly)

A software application designed specifically to work well on a mobile device such as a telephone.

Returns:

  • (RDF::Vocabulary::Term)


1966
1967
1968
# File 'lib/rdf/vocab/schemas.rb', line 1966

def MobileApplication
  @MobileApplication
end

#MobilePhoneStoreRDF::Vocabulary::Term (readonly)

A store that sells mobile phones and related accessories.

Returns:

  • (RDF::Vocabulary::Term)


1970
1971
1972
# File 'lib/rdf/vocab/schemas.rb', line 1970

def MobilePhoneStore
  @MobilePhoneStore
end

#modelRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


6682
6683
6684
# File 'lib/rdf/vocab/schemas.rb', line 6682

def model
  @model
end

#modelDateRDF::Vocabulary::Term (readonly)

The release date of a vehicle model (often used to differentiate versions of the same make and model).

Returns:

  • (RDF::Vocabulary::Term)


6686
6687
6688
# File 'lib/rdf/vocab/schemas.rb', line 6686

def modelDate
  @modelDate
end

#modifiedTimeRDF::Vocabulary::Term (readonly)

The date and time the reservation was modified.

Returns:

  • (RDF::Vocabulary::Term)


6690
6691
6692
# File 'lib/rdf/vocab/schemas.rb', line 6690

def modifiedTime
  @modifiedTime
end

#MondayRDF::Vocabulary::Term (readonly)

The day of the week between Sunday and Tuesday.

Returns:

  • (RDF::Vocabulary::Term)


9650
9651
9652
# File 'lib/rdf/vocab/schemas.rb', line 9650

def Monday
  @Monday
end

#MonetaryAmountRDF::Vocabulary::Term (readonly)

A monetary value or range. This type can be used to describe an amount of money such as $50 USD, or a range as in describing a bank account being suitable for a balance between £1,000 and £1,000,000 GBP, or the value of a salary, etc. It is recommended to use [[PriceSpecification]] Types to describe the price of an Offer, Invoice, etc.

Returns:

  • (RDF::Vocabulary::Term)


1974
1975
1976
# File 'lib/rdf/vocab/schemas.rb', line 1974

def MonetaryAmount
  @MonetaryAmount
end

#MonetaryAmountDistributionRDF::Vocabulary::Term (readonly)

A statistical distribution of monetary amounts.

Returns:

  • (RDF::Vocabulary::Term)


1978
1979
1980
# File 'lib/rdf/vocab/schemas.rb', line 1978

def MonetaryAmountDistribution
  @MonetaryAmountDistribution
end

#MonetaryGrantRDF::Vocabulary::Term (readonly)

A monetary grant.

Returns:

  • (RDF::Vocabulary::Term)


1982
1983
1984
# File 'lib/rdf/vocab/schemas.rb', line 1982

def MonetaryGrant
  @MonetaryGrant
end

#MoneyTransferRDF::Vocabulary::Term (readonly)

The act of transferring money from one place to another place. This may occur electronically or physically.

Returns:

  • (RDF::Vocabulary::Term)


1986
1987
1988
# File 'lib/rdf/vocab/schemas.rb', line 1986

def MoneyTransfer
  @MoneyTransfer
end

#monthlyMinimumRepaymentAmountRDF::Vocabulary::Term (readonly)

The minimum payment is the lowest amount of money that one is required to pay on a credit card statement each month.

Returns:

  • (RDF::Vocabulary::Term)


6694
6695
6696
# File 'lib/rdf/vocab/schemas.rb', line 6694

def monthlyMinimumRepaymentAmount
  @monthlyMinimumRepaymentAmount
end

#MortgageLoanRDF::Vocabulary::Term (readonly)

A loan in which property or real estate is used as collateral. (A loan securitized against some real estate.)

Returns:

  • (RDF::Vocabulary::Term)


1990
1991
1992
# File 'lib/rdf/vocab/schemas.rb', line 1990

def MortgageLoan
  @MortgageLoan
end

#MosqueRDF::Vocabulary::Term (readonly)

A mosque.

Returns:

  • (RDF::Vocabulary::Term)


1994
1995
1996
# File 'lib/rdf/vocab/schemas.rb', line 1994

def Mosque
  @Mosque
end

#MotelRDF::Vocabulary::Term (readonly)

A motel. <br /><br /> See also the <a href=“/docs/hotels.html”>dedicated document on the use of schema.org for marking up hotels and other forms of accommodations</a>.

Returns:

  • (RDF::Vocabulary::Term)


1998
1999
2000
# File 'lib/rdf/vocab/schemas.rb', line 1998

def Motel
  @Motel
end

#MotorcycleRDF::Vocabulary::Term (readonly)

A motorcycle or motorbike is a single-track, two-wheeled motor vehicle.

Returns:

  • (RDF::Vocabulary::Term)


2002
2003
2004
# File 'lib/rdf/vocab/schemas.rb', line 2002

def Motorcycle
  @Motorcycle
end

#MotorcycleDealerRDF::Vocabulary::Term (readonly)

A motorcycle dealer.

Returns:

  • (RDF::Vocabulary::Term)


2006
2007
2008
# File 'lib/rdf/vocab/schemas.rb', line 2006

def MotorcycleDealer
  @MotorcycleDealer
end

#MotorcycleRepairRDF::Vocabulary::Term (readonly)

A motorcycle repair shop.

Returns:

  • (RDF::Vocabulary::Term)


2010
2011
2012
# File 'lib/rdf/vocab/schemas.rb', line 2010

def MotorcycleRepair
  @MotorcycleRepair
end

#MotorizedBicycleRDF::Vocabulary::Term (readonly)

A motorized bicycle is a bicycle with an attached motor used to power the vehicle, or to assist with pedaling.

Returns:

  • (RDF::Vocabulary::Term)


2014
2015
2016
# File 'lib/rdf/vocab/schemas.rb', line 2014

def MotorizedBicycle
  @MotorizedBicycle
end

#MountainRDF::Vocabulary::Term (readonly)

A mountain, like Mount Whitney or Mount Everest.

Returns:

  • (RDF::Vocabulary::Term)


2018
2019
2020
# File 'lib/rdf/vocab/schemas.rb', line 2018

def Mountain
  @Mountain
end

#MoveActionRDF::Vocabulary::Term (readonly)

The act of an agent relocating to a place.nnRelated actions:nn* [[TransferAction]]: Unlike TransferAction, the subject of the move is a living Person or Organization rather than an inanimate object.

Returns:

  • (RDF::Vocabulary::Term)


2022
2023
2024
# File 'lib/rdf/vocab/schemas.rb', line 2022

def MoveAction
  @MoveAction
end

#MovieRDF::Vocabulary::Term (readonly)

A movie.

Returns:

  • (RDF::Vocabulary::Term)


2026
2027
2028
# File 'lib/rdf/vocab/schemas.rb', line 2026

def Movie
  @Movie
end

#MovieClipRDF::Vocabulary::Term (readonly)

A short segment/part of a movie.

Returns:

  • (RDF::Vocabulary::Term)


2030
2031
2032
# File 'lib/rdf/vocab/schemas.rb', line 2030

def MovieClip
  @MovieClip
end

#MovieRentalStoreRDF::Vocabulary::Term (readonly)

A movie rental store.

Returns:

  • (RDF::Vocabulary::Term)


2034
2035
2036
# File 'lib/rdf/vocab/schemas.rb', line 2034

def MovieRentalStore
  @MovieRentalStore
end

#MovieSeriesRDF::Vocabulary::Term (readonly)

A series of movies. Included movies can be indicated with the hasPart property.

Returns:

  • (RDF::Vocabulary::Term)


2038
2039
2040
# File 'lib/rdf/vocab/schemas.rb', line 2038

def MovieSeries
  @MovieSeries
end

#MovieTheaterRDF::Vocabulary::Term (readonly)

A movie theater.

Returns:

  • (RDF::Vocabulary::Term)


2042
2043
2044
# File 'lib/rdf/vocab/schemas.rb', line 2042

def MovieTheater
  @MovieTheater
end

#MovingCompanyRDF::Vocabulary::Term (readonly)

A moving company.

Returns:

  • (RDF::Vocabulary::Term)


2046
2047
2048
# File 'lib/rdf/vocab/schemas.rb', line 2046

def MovingCompany
  @MovingCompany
end

#mpnRDF::Vocabulary::Term (readonly)

The Manufacturer Part Number (MPN) of the product, or the product to which the offer refers.

Returns:

  • (RDF::Vocabulary::Term)


6698
6699
6700
# File 'lib/rdf/vocab/schemas.rb', line 6698

def mpn
  @mpn
end

#MRIRDF::Vocabulary::Term (readonly)

Magnetic resonance imaging.

Returns:

  • (RDF::Vocabulary::Term)


9590
9591
9592
# File 'lib/rdf/vocab/schemas.rb', line 9590

def MRI
  @MRI
end

#MSRPRDF::Vocabulary::Term (readonly)

Represents the manufacturer suggested retail price (“MSRP”) of an offered product.

Returns:

  • (RDF::Vocabulary::Term)


9594
9595
9596
# File 'lib/rdf/vocab/schemas.rb', line 9594

def MSRP
  @MSRP
end

#MulticellularParasiteRDF::Vocabulary::Term (readonly)

Multicellular parasite that causes an infection.

Returns:

  • (RDF::Vocabulary::Term)


2050
2051
2052
# File 'lib/rdf/vocab/schemas.rb', line 2050

def MulticellularParasite
  @MulticellularParasite
end

#MultiCenterTrialRDF::Vocabulary::Term (readonly)

A trial that takes place at multiple centers.

Returns:

  • (RDF::Vocabulary::Term)


9654
9655
9656
# File 'lib/rdf/vocab/schemas.rb', line 9654

def MultiCenterTrial
  @MultiCenterTrial
end

#MultiPlayerRDF::Vocabulary::Term (readonly)

Play mode: MultiPlayer. Requiring or allowing multiple human players to play simultaneously.

Returns:

  • (RDF::Vocabulary::Term)


9658
9659
9660
# File 'lib/rdf/vocab/schemas.rb', line 9658

def MultiPlayer
  @MultiPlayer
end

#multipleValuesRDF::Vocabulary::Term (readonly)

Whether multiple values are allowed for the property. Default is false.

Returns:

  • (RDF::Vocabulary::Term)


6702
6703
6704
# File 'lib/rdf/vocab/schemas.rb', line 6702

def multipleValues
  @multipleValues
end

#MuscleRDF::Vocabulary::Term (readonly)

A muscle is an anatomical structure consisting of a contractile form of tissue that animals use to effect movement.

Returns:

  • (RDF::Vocabulary::Term)


2054
2055
2056
# File 'lib/rdf/vocab/schemas.rb', line 2054

def Muscle
  @Muscle
end

#muscleActionRDF::Vocabulary::Term (readonly)

The movement the muscle generates.

Returns:

  • (RDF::Vocabulary::Term)


6706
6707
6708
# File 'lib/rdf/vocab/schemas.rb', line 6706

def muscleAction
  @muscleAction
end

#MusculoskeletalRDF::Vocabulary::Term (readonly)

A specific branch of medical science that pertains to diagnosis and treatment of disorders of muscles, ligaments and skeletal system.

Returns:

  • (RDF::Vocabulary::Term)


9662
9663
9664
# File 'lib/rdf/vocab/schemas.rb', line 9662

def Musculoskeletal
  @Musculoskeletal
end

#MusculoskeletalExamRDF::Vocabulary::Term (readonly)

Musculoskeletal system clinical examination.

Returns:

  • (RDF::Vocabulary::Term)


9666
9667
9668
# File 'lib/rdf/vocab/schemas.rb', line 9666

def MusculoskeletalExam
  @MusculoskeletalExam
end

#MuseumRDF::Vocabulary::Term (readonly)

A museum.

Returns:

  • (RDF::Vocabulary::Term)


2058
2059
2060
# File 'lib/rdf/vocab/schemas.rb', line 2058

def Museum
  @Museum
end

#MusicAlbumRDF::Vocabulary::Term (readonly)

A collection of music tracks.

Returns:

  • (RDF::Vocabulary::Term)


2062
2063
2064
# File 'lib/rdf/vocab/schemas.rb', line 2062

def MusicAlbum
  @MusicAlbum
end

#MusicAlbumProductionTypeRDF::Vocabulary::Term (readonly)

Classification of the album by it’s type of content: soundtrack, live album, studio album, etc.

Returns:

  • (RDF::Vocabulary::Term)


2066
2067
2068
# File 'lib/rdf/vocab/schemas.rb', line 2066

def MusicAlbumProductionType
  @MusicAlbumProductionType
end

#MusicAlbumReleaseTypeRDF::Vocabulary::Term (readonly)

The kind of release which this album is: single, EP or album.

Returns:

  • (RDF::Vocabulary::Term)


2070
2071
2072
# File 'lib/rdf/vocab/schemas.rb', line 2070

def MusicAlbumReleaseType
  @MusicAlbumReleaseType
end

#musicalKeyRDF::Vocabulary::Term (readonly)

The key, mode, or scale this composition uses.

Returns:

  • (RDF::Vocabulary::Term)


6730
6731
6732
# File 'lib/rdf/vocab/schemas.rb', line 6730

def musicalKey
  @musicalKey
end

#musicArrangementRDF::Vocabulary::Term (readonly)

An arrangement derived from the composition.

Returns:

  • (RDF::Vocabulary::Term)


6710
6711
6712
# File 'lib/rdf/vocab/schemas.rb', line 6710

def musicArrangement
  @musicArrangement
end

#musicByRDF::Vocabulary::Term (readonly)

The composer of the soundtrack.

Returns:

  • (RDF::Vocabulary::Term)


6714
6715
6716
# File 'lib/rdf/vocab/schemas.rb', line 6714

def musicBy
  @musicBy
end

#MusicCompositionRDF::Vocabulary::Term (readonly)

A musical composition.

Returns:

  • (RDF::Vocabulary::Term)


2074
2075
2076
# File 'lib/rdf/vocab/schemas.rb', line 2074

def MusicComposition
  @MusicComposition
end

#musicCompositionFormRDF::Vocabulary::Term (readonly)

The type of composition (e.g. overture, sonata, symphony, etc.).

Returns:

  • (RDF::Vocabulary::Term)


6718
6719
6720
# File 'lib/rdf/vocab/schemas.rb', line 6718

def musicCompositionForm
  @musicCompositionForm
end

#MusicEventRDF::Vocabulary::Term (readonly)

Event type: Music event.

Returns:

  • (RDF::Vocabulary::Term)


2078
2079
2080
# File 'lib/rdf/vocab/schemas.rb', line 2078

def MusicEvent
  @MusicEvent
end

#MusicGroupRDF::Vocabulary::Term (readonly)

A musical group, such as a band, an orchestra, or a choir. Can also be a solo musician.

Returns:

  • (RDF::Vocabulary::Term)


2082
2083
2084
# File 'lib/rdf/vocab/schemas.rb', line 2082

def MusicGroup
  @MusicGroup
end

#musicGroupMemberRDF::Vocabulary::Term (readonly)

A member of a music group&#x2014;for example, John, Paul, George, or Ringo.

Returns:

  • (RDF::Vocabulary::Term)


6722
6723
6724
# File 'lib/rdf/vocab/schemas.rb', line 6722

def musicGroupMember
  @musicGroupMember
end

#MusicPlaylistRDF::Vocabulary::Term (readonly)

A collection of music tracks in playlist form.

Returns:

  • (RDF::Vocabulary::Term)


2086
2087
2088
# File 'lib/rdf/vocab/schemas.rb', line 2086

def MusicPlaylist
  @MusicPlaylist
end

#MusicRecordingRDF::Vocabulary::Term (readonly)

A music recording (track), usually a single song.

Returns:

  • (RDF::Vocabulary::Term)


2090
2091
2092
# File 'lib/rdf/vocab/schemas.rb', line 2090

def MusicRecording
  @MusicRecording
end

#MusicReleaseRDF::Vocabulary::Term (readonly)

A MusicRelease is a specific release of a music album.

Returns:

  • (RDF::Vocabulary::Term)


2094
2095
2096
# File 'lib/rdf/vocab/schemas.rb', line 2094

def MusicRelease
  @MusicRelease
end

#musicReleaseFormatRDF::Vocabulary::Term (readonly)

Format of this release (the type of recording media used, ie. compact disc, digital media, LP, etc.).

Returns:

  • (RDF::Vocabulary::Term)


6726
6727
6728
# File 'lib/rdf/vocab/schemas.rb', line 6726

def musicReleaseFormat
  @musicReleaseFormat
end

#MusicReleaseFormatTypeRDF::Vocabulary::Term (readonly)

Format of this release (the type of recording media used, ie. compact disc, digital media, LP, etc.).

Returns:

  • (RDF::Vocabulary::Term)


2098
2099
2100
# File 'lib/rdf/vocab/schemas.rb', line 2098

def MusicReleaseFormatType
  @MusicReleaseFormatType
end

#MusicStoreRDF::Vocabulary::Term (readonly)

A music store.

Returns:

  • (RDF::Vocabulary::Term)


2102
2103
2104
# File 'lib/rdf/vocab/schemas.rb', line 2102

def MusicStore
  @MusicStore
end

#MusicVenueRDF::Vocabulary::Term (readonly)

A music venue.

Returns:

  • (RDF::Vocabulary::Term)


2106
2107
2108
# File 'lib/rdf/vocab/schemas.rb', line 2106

def MusicVenue
  @MusicVenue
end

#MusicVideoObjectRDF::Vocabulary::Term (readonly)

A music video file.

Returns:

  • (RDF::Vocabulary::Term)


2110
2111
2112
# File 'lib/rdf/vocab/schemas.rb', line 2110

def MusicVideoObject
  @MusicVideoObject
end

#naicsRDF::Vocabulary::Term (readonly)

The North American Industry Classification System (NAICS) code for a particular organization or business person.

Returns:

  • (RDF::Vocabulary::Term)


6734
6735
6736
# File 'lib/rdf/vocab/schemas.rb', line 6734

def naics
  @naics
end

#NailSalonRDF::Vocabulary::Term (readonly)

A nail salon.

Returns:

  • (RDF::Vocabulary::Term)


2122
2123
2124
# File 'lib/rdf/vocab/schemas.rb', line 2122

def NailSalon
  @NailSalon
end

#nameRDF::Vocabulary::Term (readonly)

The name of the item.

Returns:

  • (RDF::Vocabulary::Term)


6738
6739
6740
# File 'lib/rdf/vocab/schemas.rb', line 6738

def name
  @name
end

#namedPositionRDF::Vocabulary::Term (readonly)

A position played, performed or filled by a person or organization, as part of an organization. For example, an athlete in a SportsTeam might play in the position named ‘Quarterback’.

Returns:

  • (RDF::Vocabulary::Term)


6742
6743
6744
# File 'lib/rdf/vocab/schemas.rb', line 6742

def namedPosition
  @namedPosition
end

#nationalityRDF::Vocabulary::Term (readonly)

Nationality of the person.

Returns:

  • (RDF::Vocabulary::Term)


6746
6747
6748
# File 'lib/rdf/vocab/schemas.rb', line 6746

def nationality
  @nationality
end

#naturalProgressionRDF::Vocabulary::Term (readonly)

The expected progression of the condition if it is not treated and allowed to progress naturally.

Returns:

  • (RDF::Vocabulary::Term)


6750
6751
6752
# File 'lib/rdf/vocab/schemas.rb', line 6750

def naturalProgression
  @naturalProgression
end

#NeckRDF::Vocabulary::Term (readonly)

Neck assessment with clinical examination.

Returns:

  • (RDF::Vocabulary::Term)


9670
9671
9672
# File 'lib/rdf/vocab/schemas.rb', line 9670

def Neck
  @Neck
end

#nerveRDF::Vocabulary::Term (readonly)

The underlying innervation associated with the muscle.

Returns:

  • (RDF::Vocabulary::Term)


6754
6755
6756
# File 'lib/rdf/vocab/schemas.rb', line 6754

def nerve
  @nerve
end

#NerveRDF::Vocabulary::Term (readonly)

A common pathway for the electrochemical nerve impulses that are transmitted along each of the axons.

Returns:

  • (RDF::Vocabulary::Term)


2126
2127
2128
# File 'lib/rdf/vocab/schemas.rb', line 2126

def Nerve
  @Nerve
end

#nerveMotorRDF::Vocabulary::Term (readonly)

The neurological pathway extension that involves muscle control.

Returns:

  • (RDF::Vocabulary::Term)


6758
6759
6760
# File 'lib/rdf/vocab/schemas.rb', line 6758

def nerveMotor
  @nerveMotor
end

#netWorthRDF::Vocabulary::Term (readonly)

The total financial value of the person as calculated by subtracting assets from liabilities.

Returns:

  • (RDF::Vocabulary::Term)


6762
6763
6764
# File 'lib/rdf/vocab/schemas.rb', line 6762

def netWorth
  @netWorth
end

#NeuroRDF::Vocabulary::Term (readonly)

Neurological system clinical examination.

Returns:

  • (RDF::Vocabulary::Term)


9674
9675
9676
# File 'lib/rdf/vocab/schemas.rb', line 9674

def Neuro
  @Neuro
end

#NeurologicRDF::Vocabulary::Term (readonly)

A specific branch of medical science that studies the nerves and nervous system and its respective disease states.

Returns:

  • (RDF::Vocabulary::Term)


9678
9679
9680
# File 'lib/rdf/vocab/schemas.rb', line 9678

def Neurologic
  @Neurologic
end

#NewConditionRDF::Vocabulary::Term (readonly)

Indicates that the item is new.

Returns:

  • (RDF::Vocabulary::Term)


9682
9683
9684
# File 'lib/rdf/vocab/schemas.rb', line 9682

def NewCondition
  @NewCondition
end

#NewsArticleRDF::Vocabulary::Term (readonly)

A NewsArticle is an article whose content reports news, or provides background context and supporting materials for understanding the news. A more detailed overview of [schema.org News markup](/docs/news.html) is also available.

Returns:

  • (RDF::Vocabulary::Term)


2130
2131
2132
# File 'lib/rdf/vocab/schemas.rb', line 2130

def NewsArticle
  @NewsArticle
end

#NewsMediaOrganizationRDF::Vocabulary::Term (readonly)

A News/Media organization such as a newspaper or TV station.

Returns:

  • (RDF::Vocabulary::Term)


2134
2135
2136
# File 'lib/rdf/vocab/schemas.rb', line 2134

def NewsMediaOrganization
  @NewsMediaOrganization
end

#NewspaperRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


2138
2139
2140
# File 'lib/rdf/vocab/schemas.rb', line 2138

def Newspaper
  @Newspaper
end

#newsUpdatesAndGuidelinesRDF::Vocabulary::Term (readonly)

Indicates a page with news updates and guidelines. This could often be (but is not required to be) the main page containing [[SpecialAnnouncement]] markup on a site.

Returns:

  • (RDF::Vocabulary::Term)


6766
6767
6768
# File 'lib/rdf/vocab/schemas.rb', line 6766

def newsUpdatesAndGuidelines
  @newsUpdatesAndGuidelines
end

#nextItemRDF::Vocabulary::Term (readonly)

A link to the ListItem that follows the current one.

Returns:

  • (RDF::Vocabulary::Term)


6770
6771
6772
# File 'lib/rdf/vocab/schemas.rb', line 6770

def nextItem
  @nextItem
end

#NGORDF::Vocabulary::Term (readonly)

Organization: Non-governmental Organization.

Returns:

  • (RDF::Vocabulary::Term)


2114
2115
2116
# File 'lib/rdf/vocab/schemas.rb', line 2114

def NGO
  @NGO
end

#NightClubRDF::Vocabulary::Term (readonly)

A nightclub or discotheque.

Returns:

  • (RDF::Vocabulary::Term)


2142
2143
2144
# File 'lib/rdf/vocab/schemas.rb', line 2142

def NightClub
  @NightClub
end

#NLNonprofitTypeRDF::Vocabulary::Term (readonly)

NLNonprofitType: Non-profit organization type originating from the Netherlands.

Returns:

  • (RDF::Vocabulary::Term)


2118
2119
2120
# File 'lib/rdf/vocab/schemas.rb', line 2118

def NLNonprofitType
  @NLNonprofitType
end

#noBylinesPolicyRDF::Vocabulary::Term (readonly)

For a [[NewsMediaOrganization]] or other news-related [[Organization]], a statement explaining when authors of articles are not named in bylines.

Returns:

  • (RDF::Vocabulary::Term)


6774
6775
6776
# File 'lib/rdf/vocab/schemas.rb', line 6774

def noBylinesPolicy
  @noBylinesPolicy
end

#nonEqualRDF::Vocabulary::Term (readonly)

This ordering relation for qualitative values indicates that the subject is not equal to the object.

Returns:

  • (RDF::Vocabulary::Term)


6778
6779
6780
# File 'lib/rdf/vocab/schemas.rb', line 6778

def nonEqual
  @nonEqual
end

#NoninvasiveProcedureRDF::Vocabulary::Term (readonly)

A type of medical procedure that involves noninvasive techniques.

Returns:

  • (RDF::Vocabulary::Term)


9686
9687
9688
# File 'lib/rdf/vocab/schemas.rb', line 9686

def NoninvasiveProcedure
  @NoninvasiveProcedure
end

#Nonprofit501aRDF::Vocabulary::Term (readonly)

Nonprofit501a: Non-profit type referring to Farmers’ Cooperative Associations.

Returns:

  • (RDF::Vocabulary::Term)


9690
9691
9692
# File 'lib/rdf/vocab/schemas.rb', line 9690

def Nonprofit501a
  @Nonprofit501a
end

#Nonprofit501c1RDF::Vocabulary::Term (readonly)

Nonprofit501c1: Non-profit type referring to Corporations Organized Under Act of Congress, including Federal Credit Unions and National Farm Loan Associations.

Returns:

  • (RDF::Vocabulary::Term)


9694
9695
9696
# File 'lib/rdf/vocab/schemas.rb', line 9694

def Nonprofit501c1
  @Nonprofit501c1
end

#Nonprofit501c10RDF::Vocabulary::Term (readonly)

Nonprofit501c10: Non-profit type referring to Domestic Fraternal Societies and Associations.

Returns:

  • (RDF::Vocabulary::Term)


9698
9699
9700
# File 'lib/rdf/vocab/schemas.rb', line 9698

def Nonprofit501c10
  @Nonprofit501c10
end

#Nonprofit501c11RDF::Vocabulary::Term (readonly)

Nonprofit501c11: Non-profit type referring to Teachers’ Retirement Fund Associations.

Returns:

  • (RDF::Vocabulary::Term)


9702
9703
9704
# File 'lib/rdf/vocab/schemas.rb', line 9702

def Nonprofit501c11
  @Nonprofit501c11
end

#Nonprofit501c12RDF::Vocabulary::Term (readonly)

Nonprofit501c12: Non-profit type referring to Benevolent Life Insurance Associations, Mutual Ditch or Irrigation Companies, Mutual or Cooperative Telephone Companies.

Returns:

  • (RDF::Vocabulary::Term)


9706
9707
9708
# File 'lib/rdf/vocab/schemas.rb', line 9706

def Nonprofit501c12
  @Nonprofit501c12
end

#Nonprofit501c13RDF::Vocabulary::Term (readonly)

Nonprofit501c13: Non-profit type referring to Cemetery Companies.

Returns:

  • (RDF::Vocabulary::Term)


9710
9711
9712
# File 'lib/rdf/vocab/schemas.rb', line 9710

def Nonprofit501c13
  @Nonprofit501c13
end

#Nonprofit501c14RDF::Vocabulary::Term (readonly)

Nonprofit501c14: Non-profit type referring to State-Chartered Credit Unions, Mutual Reserve Funds.

Returns:

  • (RDF::Vocabulary::Term)


9714
9715
9716
# File 'lib/rdf/vocab/schemas.rb', line 9714

def Nonprofit501c14
  @Nonprofit501c14
end

#Nonprofit501c15RDF::Vocabulary::Term (readonly)

Nonprofit501c15: Non-profit type referring to Mutual Insurance Companies or Associations.

Returns:

  • (RDF::Vocabulary::Term)


9718
9719
9720
# File 'lib/rdf/vocab/schemas.rb', line 9718

def Nonprofit501c15
  @Nonprofit501c15
end

#Nonprofit501c16RDF::Vocabulary::Term (readonly)

Nonprofit501c16: Non-profit type referring to Cooperative Organizations to Finance Crop Operations.

Returns:

  • (RDF::Vocabulary::Term)


9722
9723
9724
# File 'lib/rdf/vocab/schemas.rb', line 9722

def Nonprofit501c16
  @Nonprofit501c16
end

#Nonprofit501c17RDF::Vocabulary::Term (readonly)

Nonprofit501c17: Non-profit type referring to Supplemental Unemployment Benefit Trusts.

Returns:

  • (RDF::Vocabulary::Term)


9726
9727
9728
# File 'lib/rdf/vocab/schemas.rb', line 9726

def Nonprofit501c17
  @Nonprofit501c17
end

#Nonprofit501c18RDF::Vocabulary::Term (readonly)

Nonprofit501c18: Non-profit type referring to Employee Funded Pension Trust (created before 25 June 1959).

Returns:

  • (RDF::Vocabulary::Term)


9730
9731
9732
# File 'lib/rdf/vocab/schemas.rb', line 9730

def Nonprofit501c18
  @Nonprofit501c18
end

#Nonprofit501c19RDF::Vocabulary::Term (readonly)

Nonprofit501c19: Non-profit type referring to Post or Organization of Past or Present Members of the Armed Forces.

Returns:

  • (RDF::Vocabulary::Term)


9734
9735
9736
# File 'lib/rdf/vocab/schemas.rb', line 9734

def Nonprofit501c19
  @Nonprofit501c19
end

#Nonprofit501c2RDF::Vocabulary::Term (readonly)

Nonprofit501c2: Non-profit type referring to Title-holding Corporations for Exempt Organizations.

Returns:

  • (RDF::Vocabulary::Term)


9738
9739
9740
# File 'lib/rdf/vocab/schemas.rb', line 9738

def Nonprofit501c2
  @Nonprofit501c2
end

#Nonprofit501c20RDF::Vocabulary::Term (readonly)

Nonprofit501c20: Non-profit type referring to Group Legal Services Plan Organizations.

Returns:

  • (RDF::Vocabulary::Term)


9742
9743
9744
# File 'lib/rdf/vocab/schemas.rb', line 9742

def Nonprofit501c20
  @Nonprofit501c20
end

#Nonprofit501c21RDF::Vocabulary::Term (readonly)

Nonprofit501c21: Non-profit type referring to Black Lung Benefit Trusts.

Returns:

  • (RDF::Vocabulary::Term)


9746
9747
9748
# File 'lib/rdf/vocab/schemas.rb', line 9746

def Nonprofit501c21
  @Nonprofit501c21
end

#Nonprofit501c22RDF::Vocabulary::Term (readonly)

Nonprofit501c22: Non-profit type referring to Withdrawal Liability Payment Funds.

Returns:

  • (RDF::Vocabulary::Term)


9750
9751
9752
# File 'lib/rdf/vocab/schemas.rb', line 9750

def Nonprofit501c22
  @Nonprofit501c22
end

#Nonprofit501c23RDF::Vocabulary::Term (readonly)

Nonprofit501c23: Non-profit type referring to Veterans Organizations.

Returns:

  • (RDF::Vocabulary::Term)


9754
9755
9756
# File 'lib/rdf/vocab/schemas.rb', line 9754

def Nonprofit501c23
  @Nonprofit501c23
end

#Nonprofit501c24RDF::Vocabulary::Term (readonly)

Nonprofit501c24: Non-profit type referring to Section 4049 ERISA Trusts.

Returns:

  • (RDF::Vocabulary::Term)


9758
9759
9760
# File 'lib/rdf/vocab/schemas.rb', line 9758

def Nonprofit501c24
  @Nonprofit501c24
end

#Nonprofit501c25RDF::Vocabulary::Term (readonly)

Nonprofit501c25: Non-profit type referring to Real Property Title-Holding Corporations or Trusts with Multiple Parents.

Returns:

  • (RDF::Vocabulary::Term)


9762
9763
9764
# File 'lib/rdf/vocab/schemas.rb', line 9762

def Nonprofit501c25
  @Nonprofit501c25
end

#Nonprofit501c26RDF::Vocabulary::Term (readonly)

Nonprofit501c26: Non-profit type referring to State-Sponsored Organizations Providing Health Coverage for High-Risk Individuals.

Returns:

  • (RDF::Vocabulary::Term)


9766
9767
9768
# File 'lib/rdf/vocab/schemas.rb', line 9766

def Nonprofit501c26
  @Nonprofit501c26
end

#Nonprofit501c27RDF::Vocabulary::Term (readonly)

Nonprofit501c27: Non-profit type referring to State-Sponsored Workers’ Compensation Reinsurance Organizations.

Returns:

  • (RDF::Vocabulary::Term)


9770
9771
9772
# File 'lib/rdf/vocab/schemas.rb', line 9770

def Nonprofit501c27
  @Nonprofit501c27
end

#Nonprofit501c28RDF::Vocabulary::Term (readonly)

Nonprofit501c28: Non-profit type referring to National Railroad Retirement Investment Trusts.

Returns:

  • (RDF::Vocabulary::Term)


9774
9775
9776
# File 'lib/rdf/vocab/schemas.rb', line 9774

def Nonprofit501c28
  @Nonprofit501c28
end

#Nonprofit501c3RDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


9778
9779
9780
# File 'lib/rdf/vocab/schemas.rb', line 9778

def Nonprofit501c3
  @Nonprofit501c3
end

#Nonprofit501c4RDF::Vocabulary::Term (readonly)

Nonprofit501c4: Non-profit type referring to Civic Leagues, Social Welfare Organizations, and Local Associations of Employees.

Returns:

  • (RDF::Vocabulary::Term)


9782
9783
9784
# File 'lib/rdf/vocab/schemas.rb', line 9782

def Nonprofit501c4
  @Nonprofit501c4
end

#Nonprofit501c5RDF::Vocabulary::Term (readonly)

Nonprofit501c5: Non-profit type referring to Labor, Agricultural and Horticultural Organizations.

Returns:

  • (RDF::Vocabulary::Term)


9786
9787
9788
# File 'lib/rdf/vocab/schemas.rb', line 9786

def Nonprofit501c5
  @Nonprofit501c5
end

#Nonprofit501c6RDF::Vocabulary::Term (readonly)

Nonprofit501c6: Non-profit type referring to Business Leagues, Chambers of Commerce, Real Estate Boards.

Returns:

  • (RDF::Vocabulary::Term)


9790
9791
9792
# File 'lib/rdf/vocab/schemas.rb', line 9790

def Nonprofit501c6
  @Nonprofit501c6
end

#Nonprofit501c7RDF::Vocabulary::Term (readonly)

Nonprofit501c7: Non-profit type referring to Social and Recreational Clubs.

Returns:

  • (RDF::Vocabulary::Term)


9794
9795
9796
# File 'lib/rdf/vocab/schemas.rb', line 9794

def Nonprofit501c7
  @Nonprofit501c7
end

#Nonprofit501c8RDF::Vocabulary::Term (readonly)

Nonprofit501c8: Non-profit type referring to Fraternal Beneficiary Societies and Associations.

Returns:

  • (RDF::Vocabulary::Term)


9798
9799
9800
# File 'lib/rdf/vocab/schemas.rb', line 9798

def Nonprofit501c8
  @Nonprofit501c8
end

#Nonprofit501c9RDF::Vocabulary::Term (readonly)

Nonprofit501c9: Non-profit type referring to Voluntary Employee Beneficiary Associations.

Returns:

  • (RDF::Vocabulary::Term)


9802
9803
9804
# File 'lib/rdf/vocab/schemas.rb', line 9802

def Nonprofit501c9
  @Nonprofit501c9
end

#Nonprofit501dRDF::Vocabulary::Term (readonly)

Nonprofit501d: Non-profit type referring to Religious and Apostolic Associations.

Returns:

  • (RDF::Vocabulary::Term)


9806
9807
9808
# File 'lib/rdf/vocab/schemas.rb', line 9806

def Nonprofit501d
  @Nonprofit501d
end

#Nonprofit501eRDF::Vocabulary::Term (readonly)

Nonprofit501e: Non-profit type referring to Cooperative Hospital Service Organizations.

Returns:

  • (RDF::Vocabulary::Term)


9810
9811
9812
# File 'lib/rdf/vocab/schemas.rb', line 9810

def Nonprofit501e
  @Nonprofit501e
end

#Nonprofit501fRDF::Vocabulary::Term (readonly)

Nonprofit501f: Non-profit type referring to Cooperative Service Organizations.

Returns:

  • (RDF::Vocabulary::Term)


9814
9815
9816
# File 'lib/rdf/vocab/schemas.rb', line 9814

def Nonprofit501f
  @Nonprofit501f
end

#Nonprofit501kRDF::Vocabulary::Term (readonly)

Nonprofit501k: Non-profit type referring to Child Care Organizations.

Returns:

  • (RDF::Vocabulary::Term)


9818
9819
9820
# File 'lib/rdf/vocab/schemas.rb', line 9818

def Nonprofit501k
  @Nonprofit501k
end

#Nonprofit501nRDF::Vocabulary::Term (readonly)

Nonprofit501n: Non-profit type referring to Charitable Risk Pools.

Returns:

  • (RDF::Vocabulary::Term)


9822
9823
9824
# File 'lib/rdf/vocab/schemas.rb', line 9822

def Nonprofit501n
  @Nonprofit501n
end

#Nonprofit501qRDF::Vocabulary::Term (readonly)

Nonprofit501q: Non-profit type referring to Credit Counseling Organizations.

Returns:

  • (RDF::Vocabulary::Term)


9826
9827
9828
# File 'lib/rdf/vocab/schemas.rb', line 9826

def Nonprofit501q
  @Nonprofit501q
end

#Nonprofit527RDF::Vocabulary::Term (readonly)

Nonprofit527: Non-profit type referring to Political organizations.

Returns:

  • (RDF::Vocabulary::Term)


9830
9831
9832
# File 'lib/rdf/vocab/schemas.rb', line 9830

def Nonprofit527
  @Nonprofit527
end

#NonprofitANBIRDF::Vocabulary::Term (readonly)

NonprofitANBI: Non-profit type referring to a Public Benefit Organization (NL).

Returns:

  • (RDF::Vocabulary::Term)


9834
9835
9836
# File 'lib/rdf/vocab/schemas.rb', line 9834

def NonprofitANBI
  @NonprofitANBI
end

#NonprofitSBBIRDF::Vocabulary::Term (readonly)

NonprofitSBBI: Non-profit type referring to a Social Interest Promoting Institution (NL).

Returns:

  • (RDF::Vocabulary::Term)


9838
9839
9840
# File 'lib/rdf/vocab/schemas.rb', line 9838

def NonprofitSBBI
  @NonprofitSBBI
end

#nonprofitStatusRDF::Vocabulary::Term (readonly)

nonprofit Status indicates the legal status of a non-profit organization in its primary place of business.

Returns:

  • (RDF::Vocabulary::Term)


6786
6787
6788
# File 'lib/rdf/vocab/schemas.rb', line 6786

def nonprofitStatus
  @nonprofitStatus
end

#NonprofitTypeRDF::Vocabulary::Term (readonly)

NonprofitType enumerates several kinds of official non-profit types of which a non-profit organization can be.

Returns:

  • (RDF::Vocabulary::Term)


2146
2147
2148
# File 'lib/rdf/vocab/schemas.rb', line 2146

def NonprofitType
  @NonprofitType
end

#nonProprietaryNameRDF::Vocabulary::Term (readonly)

The generic name of this drug or supplement.

Returns:

  • (RDF::Vocabulary::Term)


6782
6783
6784
# File 'lib/rdf/vocab/schemas.rb', line 6782

def nonProprietaryName
  @nonProprietaryName
end

#normalRangeRDF::Vocabulary::Term (readonly)

Range of acceptable values for a typical patient, when applicable.

Returns:

  • (RDF::Vocabulary::Term)


6790
6791
6792
# File 'lib/rdf/vocab/schemas.rb', line 6790

def normalRange
  @normalRange
end

#NoseRDF::Vocabulary::Term (readonly)

Nose function assessment with clinical examination.

Returns:

  • (RDF::Vocabulary::Term)


9842
9843
9844
# File 'lib/rdf/vocab/schemas.rb', line 9842

def Nose
  @Nose
end

#NotaryRDF::Vocabulary::Term (readonly)

A notary.

Returns:

  • (RDF::Vocabulary::Term)


2150
2151
2152
# File 'lib/rdf/vocab/schemas.rb', line 2150

def Notary
  @Notary
end

#NoteDigitalDocumentRDF::Vocabulary::Term (readonly)

A file containing a note, primarily for the author.

Returns:

  • (RDF::Vocabulary::Term)


2154
2155
2156
# File 'lib/rdf/vocab/schemas.rb', line 2154

def NoteDigitalDocument
  @NoteDigitalDocument
end

#NotInForceRDF::Vocabulary::Term (readonly)

Indicates that a legislation is currently not in force.

Returns:

  • (RDF::Vocabulary::Term)


9846
9847
9848
# File 'lib/rdf/vocab/schemas.rb', line 9846

def NotInForce
  @NotInForce
end

#NotYetRecruitingRDF::Vocabulary::Term (readonly)

Not yet recruiting.

Returns:

  • (RDF::Vocabulary::Term)


9850
9851
9852
# File 'lib/rdf/vocab/schemas.rb', line 9850

def NotYetRecruiting
  @NotYetRecruiting
end

#nsnRDF::Vocabulary::Term (readonly)

Indicates the [NATO stock number](en.wikipedia.org/wiki/NATO_Stock_Number) (nsn) of a [[Product]].

Returns:

  • (RDF::Vocabulary::Term)


6794
6795
6796
# File 'lib/rdf/vocab/schemas.rb', line 6794

def nsn
  @nsn
end

#numAdultsRDF::Vocabulary::Term (readonly)

The number of adults staying in the unit.

Returns:

  • (RDF::Vocabulary::Term)


6798
6799
6800
# File 'lib/rdf/vocab/schemas.rb', line 6798

def numAdults
  @numAdults
end

#NumberRDF::Vocabulary::Term (readonly)

Data type: Number.nnUsage guidelines:nn* Use values from 0123456789 (Unicode ‘DIGIT ZERO’ (U+0030) to ‘DIGIT NINE’ (U+0039)) rather than superficially similiar Unicode symbols.n* Use ‘.’ (Unicode ‘FULL STOP’ (U+002E)) rather than ‘,’ to indicate a decimal point. Avoid using these symbols as a readability separator.

Returns:

  • (RDF::Vocabulary::Term)


2158
2159
2160
# File 'lib/rdf/vocab/schemas.rb', line 2158

def Number
  @Number
end

#numberedPositionRDF::Vocabulary::Term (readonly)

A number associated with a role in an organization, for example, the number on an athlete’s jersey.

Returns:

  • (RDF::Vocabulary::Term)


6898
6899
6900
# File 'lib/rdf/vocab/schemas.rb', line 6898

def numberedPosition
  @numberedPosition
end

#numberOfAccommodationUnitsRDF::Vocabulary::Term (readonly)

Indicates the total (available plus unavailable) number of accommodation units in an [[ApartmentComplex]], or the number of accommodation units for a specific [[FloorPlan]] (within its specific [[ApartmentComplex]]). See also [[numberOfAvailableAccommodationUnits]].

Returns:

  • (RDF::Vocabulary::Term)


6814
6815
6816
# File 'lib/rdf/vocab/schemas.rb', line 6814

def numberOfAccommodationUnits
  @numberOfAccommodationUnits
end

#numberOfAirbagsRDF::Vocabulary::Term (readonly)

The number or type of airbags in the vehicle.

Returns:

  • (RDF::Vocabulary::Term)


6818
6819
6820
# File 'lib/rdf/vocab/schemas.rb', line 6818

def numberOfAirbags
  @numberOfAirbags
end

#numberOfAvailableAccommodationUnitsRDF::Vocabulary::Term (readonly)

Indicates the number of available accommodation units in an [[ApartmentComplex]], or the number of accommodation units for a specific [[FloorPlan]] (within its specific [[ApartmentComplex]]). See also [[numberOfAccommodationUnits]].

Returns:

  • (RDF::Vocabulary::Term)


6822
6823
6824
# File 'lib/rdf/vocab/schemas.rb', line 6822

def numberOfAvailableAccommodationUnits
  @numberOfAvailableAccommodationUnits
end

#numberOfAxlesRDF::Vocabulary::Term (readonly)

The number of axles.nnTypical unit code(s): C62

Returns:

  • (RDF::Vocabulary::Term)


6826
6827
6828
# File 'lib/rdf/vocab/schemas.rb', line 6826

def numberOfAxles
  @numberOfAxles
end

#numberOfBathroomsTotalRDF::Vocabulary::Term (readonly)

The total integer number of bathrooms in a some [[Accommodation]], following real estate conventions as [documented in RESO](ddwiki.reso.org/display/DDW17/BathroomsTotalInteger+Field): “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 [[numberOfRooms]].

Returns:

  • (RDF::Vocabulary::Term)


6830
6831
6832
# File 'lib/rdf/vocab/schemas.rb', line 6830

def numberOfBathroomsTotal
  @numberOfBathroomsTotal
end

#numberOfBedroomsRDF::Vocabulary::Term (readonly)

The total integer number of bedrooms in a some [[Accommodation]], [[ApartmentComplex]] or [[FloorPlan]].

Returns:

  • (RDF::Vocabulary::Term)


6834
6835
6836
# File 'lib/rdf/vocab/schemas.rb', line 6834

def numberOfBedrooms
  @numberOfBedrooms
end

#numberOfBedsRDF::Vocabulary::Term (readonly)

The quantity of the given bed type available in the HotelRoom, Suite, House, or Apartment.

Returns:

  • (RDF::Vocabulary::Term)


6838
6839
6840
# File 'lib/rdf/vocab/schemas.rb', line 6838

def numberOfBeds
  @numberOfBeds
end

#numberOfCreditsRDF::Vocabulary::Term (readonly)

The number of credits or units awarded by a Course or required to complete an EducationalOccupationalProgram.

Returns:

  • (RDF::Vocabulary::Term)


6842
6843
6844
# File 'lib/rdf/vocab/schemas.rb', line 6842

def numberOfCredits
  @numberOfCredits
end

#numberOfDoorsRDF::Vocabulary::Term (readonly)

The number of doors.nnTypical unit code(s): C62

Returns:

  • (RDF::Vocabulary::Term)


6846
6847
6848
# File 'lib/rdf/vocab/schemas.rb', line 6846

def numberOfDoors
  @numberOfDoors
end

#numberOfEmployeesRDF::Vocabulary::Term (readonly)

The number of employees in an organization e.g. business.

Returns:

  • (RDF::Vocabulary::Term)


6850
6851
6852
# File 'lib/rdf/vocab/schemas.rb', line 6850

def numberOfEmployees
  @numberOfEmployees
end

#numberOfEpisodesRDF::Vocabulary::Term (readonly)

The number of episodes in this season or series.

Returns:

  • (RDF::Vocabulary::Term)


6854
6855
6856
# File 'lib/rdf/vocab/schemas.rb', line 6854

def numberOfEpisodes
  @numberOfEpisodes
end

#numberOfForwardGearsRDF::Vocabulary::Term (readonly)

The total number of forward gears available for the transmission system of the vehicle.nnTypical unit code(s): C62

Returns:

  • (RDF::Vocabulary::Term)


6858
6859
6860
# File 'lib/rdf/vocab/schemas.rb', line 6858

def numberOfForwardGears
  @numberOfForwardGears
end

#numberOfFullBathroomsRDF::Vocabulary::Term (readonly)

Number of full bathrooms - The total number of full and ¾ bathrooms in an [[Accommodation]]. This corresponds to the [BathroomsFull field in RESO](ddwiki.reso.org/display/DDW17/BathroomsFull+Field).

Returns:

  • (RDF::Vocabulary::Term)


6862
6863
6864
# File 'lib/rdf/vocab/schemas.rb', line 6862

def numberOfFullBathrooms
  @numberOfFullBathrooms
end

#numberOfItemsRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


6866
6867
6868
# File 'lib/rdf/vocab/schemas.rb', line 6866

def numberOfItems
  @numberOfItems
end

#numberOfLoanPaymentsRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


6870
6871
6872
# File 'lib/rdf/vocab/schemas.rb', line 6870

def numberOfLoanPayments
  @numberOfLoanPayments
end

#numberOfPagesRDF::Vocabulary::Term (readonly)

The number of pages in the book.

Returns:

  • (RDF::Vocabulary::Term)


6874
6875
6876
# File 'lib/rdf/vocab/schemas.rb', line 6874

def numberOfPages
  @numberOfPages
end

#numberOfPartialBathroomsRDF::Vocabulary::Term (readonly)

Number of partial bathrooms - The total number of half and ¼ bathrooms in an [[Accommodation]]. This corresponds to the [BathroomsPartial field in RESO](ddwiki.reso.org/display/DDW17/BathroomsPartial+Field).

Returns:

  • (RDF::Vocabulary::Term)


6878
6879
6880
# File 'lib/rdf/vocab/schemas.rb', line 6878

def numberOfPartialBathrooms
  @numberOfPartialBathrooms
end

#numberOfPlayersRDF::Vocabulary::Term (readonly)

Indicate how many people can play this game (minimum, maximum, or range).

Returns:

  • (RDF::Vocabulary::Term)


6882
6883
6884
# File 'lib/rdf/vocab/schemas.rb', line 6882

def numberOfPlayers
  @numberOfPlayers
end

#numberOfPreviousOwnersRDF::Vocabulary::Term (readonly)

The number of owners of the vehicle, including the current one.nnTypical unit code(s): C62

Returns:

  • (RDF::Vocabulary::Term)


6886
6887
6888
# File 'lib/rdf/vocab/schemas.rb', line 6886

def numberOfPreviousOwners
  @numberOfPreviousOwners
end

#numberOfRoomsRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


6890
6891
6892
# File 'lib/rdf/vocab/schemas.rb', line 6890

def numberOfRooms
  @numberOfRooms
end

#numberOfSeasonsRDF::Vocabulary::Term (readonly)

The number of seasons in this series.

Returns:

  • (RDF::Vocabulary::Term)


6894
6895
6896
# File 'lib/rdf/vocab/schemas.rb', line 6894

def numberOfSeasons
  @numberOfSeasons
end

#numChildrenRDF::Vocabulary::Term (readonly)

The number of children staying in the unit.

Returns:

  • (RDF::Vocabulary::Term)


6802
6803
6804
# File 'lib/rdf/vocab/schemas.rb', line 6802

def numChildren
  @numChildren
end

#numConstraintsRDF::Vocabulary::Term (readonly)

Indicates the number of constraints (not counting [[populationType]]) defined for a particular [[StatisticalPopulation]]. This helps applications understand if they have access to a sufficiently complete description of a [[StatisticalPopulation]].

Returns:

  • (RDF::Vocabulary::Term)


6806
6807
6808
# File 'lib/rdf/vocab/schemas.rb', line 6806

def numConstraints
  @numConstraints
end

#numTracksRDF::Vocabulary::Term (readonly)

The number of tracks in this album or playlist.

Returns:

  • (RDF::Vocabulary::Term)


6810
6811
6812
# File 'lib/rdf/vocab/schemas.rb', line 6810

def numTracks
  @numTracks
end

#NursingRDF::Vocabulary::Term (readonly)

A health profession of a person formally educated and trained in the care of the sick or infirm person.

Returns:

  • (RDF::Vocabulary::Term)


9854
9855
9856
# File 'lib/rdf/vocab/schemas.rb', line 9854

def Nursing
  @Nursing
end

#nutritionRDF::Vocabulary::Term (readonly)

Nutrition information about the recipe or menu item.

Returns:

  • (RDF::Vocabulary::Term)


6902
6903
6904
# File 'lib/rdf/vocab/schemas.rb', line 6902

def nutrition
  @nutrition
end

#NutritionInformationRDF::Vocabulary::Term (readonly)

Nutritional information about the recipe.

Returns:

  • (RDF::Vocabulary::Term)


2162
2163
2164
# File 'lib/rdf/vocab/schemas.rb', line 2162

def NutritionInformation
  @NutritionInformation
end

#objectRDF::Vocabulary::Term (readonly)

The object upon which the action is carried out, whose state is kept intact or changed. Also known as the semantic roles patient, affected or undergoer (which change their state) or theme (which doesn’t). e.g. John read *a book*.

Returns:

  • (RDF::Vocabulary::Term)


6906
6907
6908
# File 'lib/rdf/vocab/schemas.rb', line 6906

def object
  @object
end

#ObservationRDF::Vocabulary::Term (readonly)

Instances of the class [[Observation]] are used to specify observations about an entity (which may or may not be an instance of a [[StatisticalPopulation]]), at a particular time. The principal properties of an [[Observation]] are [[observedNode]], [[measuredProperty]], [[measuredValue]] (or [[median]], etc.) and [[observationDate]] ([[measuredProperty]] properties can, but need not always, be W3C RDF Data Cube “measure properties”, as in the [lifeExpectancy example](www.w3.org/TR/vocab-data-cube/#dsd-example)). See also [[StatisticalPopulation]], and the [data and datasets](/docs/data-and-datasets.html) overview for more details.

Returns:

  • (RDF::Vocabulary::Term)


2166
2167
2168
# File 'lib/rdf/vocab/schemas.rb', line 2166

def Observation
  @Observation
end

#ObservationalRDF::Vocabulary::Term (readonly)

An observational study design.

Returns:

  • (RDF::Vocabulary::Term)


9862
9863
9864
# File 'lib/rdf/vocab/schemas.rb', line 9862

def Observational
  @Observational
end

#observationDateRDF::Vocabulary::Term (readonly)

The observationDate of an [[Observation]].

Returns:

  • (RDF::Vocabulary::Term)


6910
6911
6912
# File 'lib/rdf/vocab/schemas.rb', line 6910

def observationDate
  @observationDate
end

#observedNodeRDF::Vocabulary::Term (readonly)

The observedNode of an [[Observation]], often a [[StatisticalPopulation]].

Returns:

  • (RDF::Vocabulary::Term)


6914
6915
6916
# File 'lib/rdf/vocab/schemas.rb', line 6914

def observedNode
  @observedNode
end

#ObstetricRDF::Vocabulary::Term (readonly)

A specific branch of medical science that specializes in the care of women during the prenatal and postnatal care and with the delivery of the child.

Returns:

  • (RDF::Vocabulary::Term)


9866
9867
9868
# File 'lib/rdf/vocab/schemas.rb', line 9866

def Obstetric
  @Obstetric
end

#occupancyRDF::Vocabulary::Term (readonly)

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

Returns:

  • (RDF::Vocabulary::Term)


6918
6919
6920
# File 'lib/rdf/vocab/schemas.rb', line 6918

def occupancy
  @occupancy
end

#OccupationRDF::Vocabulary::Term (readonly)

A profession, may involve prolonged training and/or a formal qualification.

Returns:

  • (RDF::Vocabulary::Term)


2170
2171
2172
# File 'lib/rdf/vocab/schemas.rb', line 2170

def Occupation
  @Occupation
end

#OccupationalActivityRDF::Vocabulary::Term (readonly)

Any physical activity engaged in for job-related purposes. Examples may include waiting tables, maid service, carrying a mailbag, picking fruits or vegetables, construction work, etc.

Returns:

  • (RDF::Vocabulary::Term)


9870
9871
9872
# File 'lib/rdf/vocab/schemas.rb', line 9870

def OccupationalActivity
  @OccupationalActivity
end

#occupationalCategoryRDF::Vocabulary::Term (readonly)

A category describing the job, preferably using a term from a taxonomy such as [BLS O*NET-SOC](www.onetcenter.org/taxonomy.html), [ISCO-08](www.ilo.org/public/english/bureau/stat/isco/isco08/) 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.n Note: for historical reasons, any textual label and formal code provided as a literal may be assumed to be from O*NET-SOC.

Returns:

  • (RDF::Vocabulary::Term)


6926
6927
6928
# File 'lib/rdf/vocab/schemas.rb', line 6926

def occupationalCategory
  @occupationalCategory
end

#occupationalCredentialAwardedRDF::Vocabulary::Term (readonly)

A description of the qualification, award, certificate, diploma or other occupational credential awarded as a consequence of successful completion of this course or program.

Returns:

  • (RDF::Vocabulary::Term)


6930
6931
6932
# File 'lib/rdf/vocab/schemas.rb', line 6930

def occupationalCredentialAwarded
  @occupationalCredentialAwarded
end

#OccupationalTherapyRDF::Vocabulary::Term (readonly)

A treatment of people with physical, emotional, or social problems, using purposeful activity to help them overcome or learn to deal with their problems.

Returns:

  • (RDF::Vocabulary::Term)


2174
2175
2176
# File 'lib/rdf/vocab/schemas.rb', line 2174

def OccupationalTherapy
  @OccupationalTherapy
end

#occupationLocationRDF::Vocabulary::Term (readonly)

The region/country for which this occupational description is appropriate. Note that educational requirements and qualifications can vary between jurisdictions.

Returns:

  • (RDF::Vocabulary::Term)


6922
6923
6924
# File 'lib/rdf/vocab/schemas.rb', line 6922

def occupationLocation
  @occupationLocation
end

#OceanBodyOfWaterRDF::Vocabulary::Term (readonly)

An ocean (for example, the Pacific).

Returns:

  • (RDF::Vocabulary::Term)


2178
2179
2180
# File 'lib/rdf/vocab/schemas.rb', line 2178

def OceanBodyOfWater
  @OceanBodyOfWater
end

#OfferRDF::Vocabulary::Term (readonly)

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.nnNote: As the [[businessFunction]] property, which identifies the form of offer (e.g. sell, lease, repair, dispose), defaults to purl.org/goodrelations/v1#Sell; an Offer without a defined businessFunction value can be assumed to be an offer to sell.nnFor [GTIN](www.gs1.org/barcodes/technical/idkeys/gtin)-related fields, see [Check Digit calculator](www.gs1.org/barcodes/support/check_digit_calculator) and [validation guide](www.gs1us.org/resources/standards/gtin-validation-guide) from [GS1](www.gs1.org/).

Returns:

  • (RDF::Vocabulary::Term)


2182
2183
2184
# File 'lib/rdf/vocab/schemas.rb', line 2182

def Offer
  @Offer
end

#OfferCatalogRDF::Vocabulary::Term (readonly)

An OfferCatalog is an ItemList that contains related Offers and/or further OfferCatalogs that are offeredBy the same provider.

Returns:

  • (RDF::Vocabulary::Term)


2186
2187
2188
# File 'lib/rdf/vocab/schemas.rb', line 2186

def OfferCatalog
  @OfferCatalog
end

#offerCountRDF::Vocabulary::Term (readonly)

The number of offers for the product.

Returns:

  • (RDF::Vocabulary::Term)


6934
6935
6936
# File 'lib/rdf/vocab/schemas.rb', line 6934

def offerCount
  @offerCount
end

#offeredByRDF::Vocabulary::Term (readonly)

A pointer to the organization or person making the offer.

Returns:

  • (RDF::Vocabulary::Term)


6938
6939
6940
# File 'lib/rdf/vocab/schemas.rb', line 6938

def offeredBy
  @offeredBy
end

#OfferForLeaseRDF::Vocabulary::Term (readonly)

An [[OfferForLease]] in Schema.org represents an [[Offer]] to lease out something, i.e. an [[Offer]] whose [[businessFunction]] is [lease out](purl.org/goodrelations/v1#LeaseOut.). See [Good Relations](en.wikipedia.org/wiki/GoodRelations) for background on the underlying concepts.

Returns:

  • (RDF::Vocabulary::Term)


2190
2191
2192
# File 'lib/rdf/vocab/schemas.rb', line 2190

def OfferForLease
  @OfferForLease
end

#OfferForPurchaseRDF::Vocabulary::Term (readonly)

An [[OfferForPurchase]] in Schema.org represents an [[Offer]] to sell something, i.e. an [[Offer]] whose [[businessFunction]] is [sell](purl.org/goodrelations/v1#Sell.). See [Good Relations](en.wikipedia.org/wiki/GoodRelations) for background on the underlying concepts.

Returns:

  • (RDF::Vocabulary::Term)


2194
2195
2196
# File 'lib/rdf/vocab/schemas.rb', line 2194

def OfferForPurchase
  @OfferForPurchase
end

#OfferItemConditionRDF::Vocabulary::Term (readonly)

A list of possible conditions for the item.

Returns:

  • (RDF::Vocabulary::Term)


2198
2199
2200
# File 'lib/rdf/vocab/schemas.rb', line 2198

def OfferItemCondition
  @OfferItemCondition
end

#offersRDF::Vocabulary::Term (readonly)

An offer to provide this item&#x2014;for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use [[businessFunction]] to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a [[Demand]]. 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.

Returns:

  • (RDF::Vocabulary::Term)


6942
6943
6944
# File 'lib/rdf/vocab/schemas.rb', line 6942

def offers
  @offers
end

#OfferShippingDetailsRDF::Vocabulary::Term (readonly)

OfferShippingDetails represents information about shipping destinations. Multiple of these entities can be used to represent different shipping rates for different destinations: One entity for Alaska/Hawaii. A different one for continental US.A different one for all France. Multiple of these entities can be used to represent different shipping costs and delivery times. Two entities that are identical but differ in rate and time: e.g. Cheaper and slower: $5 in 5-7days or Fast and expensive: $15 in 1-2 days

Returns:

  • (RDF::Vocabulary::Term)


2202
2203
2204
# File 'lib/rdf/vocab/schemas.rb', line 2202

def OfferShippingDetails
  @OfferShippingDetails
end

#offersPrescriptionByMailRDF::Vocabulary::Term (readonly)

Whether prescriptions can be delivered by mail.

Returns:

  • (RDF::Vocabulary::Term)


6946
6947
6948
# File 'lib/rdf/vocab/schemas.rb', line 6946

def offersPrescriptionByMail
  @offersPrescriptionByMail
end

#OfficeEquipmentStoreRDF::Vocabulary::Term (readonly)

An office equipment store.

Returns:

  • (RDF::Vocabulary::Term)


2206
2207
2208
# File 'lib/rdf/vocab/schemas.rb', line 2206

def OfficeEquipmentStore
  @OfficeEquipmentStore
end

#OfficialLegalValueRDF::Vocabulary::Term (readonly)

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).

Returns:

  • (RDF::Vocabulary::Term)


9874
9875
9876
# File 'lib/rdf/vocab/schemas.rb', line 9874

def OfficialLegalValue
  @OfficialLegalValue
end

#OfflineEventAttendanceModeRDF::Vocabulary::Term (readonly)

OfflineEventAttendanceMode - an event that is primarily conducted offline.

Returns:

  • (RDF::Vocabulary::Term)


9878
9879
9880
# File 'lib/rdf/vocab/schemas.rb', line 9878

def OfflineEventAttendanceMode
  @OfflineEventAttendanceMode
end

#OfflinePermanentlyRDF::Vocabulary::Term (readonly)

Game server status: OfflinePermanently. Server is offline and not available.

Returns:

  • (RDF::Vocabulary::Term)


9882
9883
9884
# File 'lib/rdf/vocab/schemas.rb', line 9882

def OfflinePermanently
  @OfflinePermanently
end

#OfflineTemporarilyRDF::Vocabulary::Term (readonly)

Game server status: OfflineTemporarily. Server is offline now but it can be online soon.

Returns:

  • (RDF::Vocabulary::Term)


9886
9887
9888
# File 'lib/rdf/vocab/schemas.rb', line 9886

def OfflineTemporarily
  @OfflineTemporarily
end

#OncologicRDF::Vocabulary::Term (readonly)

A specific branch of medical science that deals with benign and malignant tumors, including the study of their development, diagnosis, treatment and prevention.

Returns:

  • (RDF::Vocabulary::Term)


9894
9895
9896
# File 'lib/rdf/vocab/schemas.rb', line 9894

def Oncologic
  @Oncologic
end

#OnDemandEventRDF::Vocabulary::Term (readonly)

A publication event e.g. catch-up TV or radio podcast, during which a program is available on-demand.

Returns:

  • (RDF::Vocabulary::Term)


2210
2211
2212
# File 'lib/rdf/vocab/schemas.rb', line 2210

def OnDemandEvent
  @OnDemandEvent
end

#OneTimePaymentsRDF::Vocabulary::Term (readonly)

OneTimePayments: this is a benefit for one-time payments for individuals.

Returns:

  • (RDF::Vocabulary::Term)


9898
9899
9900
# File 'lib/rdf/vocab/schemas.rb', line 9898

def OneTimePayments
  @OneTimePayments
end

#OnlineRDF::Vocabulary::Term (readonly)

Game server status: Online. Server is available.

Returns:

  • (RDF::Vocabulary::Term)


9902
9903
9904
# File 'lib/rdf/vocab/schemas.rb', line 9902

def Online
  @Online
end

#OnlineEventAttendanceModeRDF::Vocabulary::Term (readonly)

OnlineEventAttendanceMode - an event that is primarily conducted online.

Returns:

  • (RDF::Vocabulary::Term)


9906
9907
9908
# File 'lib/rdf/vocab/schemas.rb', line 9906

def OnlineEventAttendanceMode
  @OnlineEventAttendanceMode
end

#OnlineFullRDF::Vocabulary::Term (readonly)

Game server status: OnlineFull. Server is online but unavailable. The maximum number of players has reached.

Returns:

  • (RDF::Vocabulary::Term)


9910
9911
9912
# File 'lib/rdf/vocab/schemas.rb', line 9910

def OnlineFull
  @OnlineFull
end

#OnlineOnlyRDF::Vocabulary::Term (readonly)

Indicates that the item is available only online.

Returns:

  • (RDF::Vocabulary::Term)


9914
9915
9916
# File 'lib/rdf/vocab/schemas.rb', line 9914

def OnlineOnly
  @OnlineOnly
end

#OnSitePickupRDF::Vocabulary::Term (readonly)

A DeliveryMethod in which an item is collected on site, e.g. in a store or at a box office.

Returns:

  • (RDF::Vocabulary::Term)


9890
9891
9892
# File 'lib/rdf/vocab/schemas.rb', line 9890

def OnSitePickup
  @OnSitePickup
end

#openingHoursRDF::Vocabulary::Term (readonly)

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 ‘-’.nn* Days are specified using the following two-letter combinations: “‘Mo“`, “`Tu“`, “`We“`, “`Th“`, “`Fr“`, “`Sa“`, “`Su“`.n* Times are specified using 24:00 format. For example, 3pm is specified as “`15:00“`, 10am as “`10:00“`. n* Here is an example: &lt;time itemprop="openingHours" datetime=&quot;Tu,Th 16:00-20:00&quot;&gt;Tuesdays and Thursdays 4-8pm&lt;/time&gt;.n* If a business is open 7 days a week, then it can be specified as &lt;time itemprop=&quot;openingHours&quot; datetime=&quot;Mo-Su&quot;&gt;Monday through Sunday, all day&lt;/time&gt;.

Returns:

  • (RDF::Vocabulary::Term)


6950
6951
6952
# File 'lib/rdf/vocab/schemas.rb', line 6950

def openingHours
  @openingHours
end

#openingHoursSpecificationRDF::Vocabulary::Term (readonly)

The opening hours of a certain place.

Returns:

  • (RDF::Vocabulary::Term)


6954
6955
6956
# File 'lib/rdf/vocab/schemas.rb', line 6954

def openingHoursSpecification
  @openingHoursSpecification
end

#OpeningHoursSpecificationRDF::Vocabulary::Term (readonly)

A structured value providing information about the opening hours of a place or a certain service inside a place.nn The place is __open__ if the [[opens]] property is specified, and __closed__ otherwise.nnIf the value for the [[closes]] property is less than the value for the [[opens]] property then the hour range is assumed to span over the next day.

Returns:

  • (RDF::Vocabulary::Term)


2214
2215
2216
# File 'lib/rdf/vocab/schemas.rb', line 2214

def OpeningHoursSpecification
  @OpeningHoursSpecification
end

#opensRDF::Vocabulary::Term (readonly)

The opening hour of the place or service on the given day(s) of the week.

Returns:

  • (RDF::Vocabulary::Term)


6958
6959
6960
# File 'lib/rdf/vocab/schemas.rb', line 6958

def opens
  @opens
end

#OpenTrialRDF::Vocabulary::Term (readonly)

A trial design in which the researcher knows the full details of the treatment, and so does the patient.

Returns:

  • (RDF::Vocabulary::Term)


9918
9919
9920
# File 'lib/rdf/vocab/schemas.rb', line 9918

def OpenTrial
  @OpenTrial
end

#operatingSystemRDF::Vocabulary::Term (readonly)

Operating systems supported (Windows 7, OSX 10.6, Android 1.6).

Returns:

  • (RDF::Vocabulary::Term)


6962
6963
6964
# File 'lib/rdf/vocab/schemas.rb', line 6962

def operatingSystem
  @operatingSystem
end

#OpinionNewsArticleRDF::Vocabulary::Term (readonly)

An [[OpinionNewsArticle]] is a [[NewsArticle]] that primarily expresses opinions rather than journalistic reporting of news and events. For example, a [[NewsArticle]] consisting of a column or [[Blog]]/[] entry in the Opinions section of a news publication.

Returns:

  • (RDF::Vocabulary::Term)


2218
2219
2220
# File 'lib/rdf/vocab/schemas.rb', line 2218

def OpinionNewsArticle
  @OpinionNewsArticle
end

#opponentRDF::Vocabulary::Term (readonly)

A sub property of participant. The opponent on this action.

Returns:

  • (RDF::Vocabulary::Term)


6966
6967
6968
# File 'lib/rdf/vocab/schemas.rb', line 6966

def opponent
  @opponent
end

#OpticianRDF::Vocabulary::Term (readonly)

A store that sells reading glasses and similar devices for improving vision.

Returns:

  • (RDF::Vocabulary::Term)


2222
2223
2224
# File 'lib/rdf/vocab/schemas.rb', line 2222

def Optician
  @Optician
end

#optionRDF::Vocabulary::Term (readonly)

A sub property of object. The options subject to this action.

Returns:

  • (RDF::Vocabulary::Term)


6970
6971
6972
# File 'lib/rdf/vocab/schemas.rb', line 6970

def option
  @option
end

#OptometricRDF::Vocabulary::Term (readonly)

The science or practice of testing visual acuity and prescribing corrective lenses.

Returns:

  • (RDF::Vocabulary::Term)


9922
9923
9924
# File 'lib/rdf/vocab/schemas.rb', line 9922

def Optometric
  @Optometric
end

#OrderRDF::Vocabulary::Term (readonly)

An order is a confirmation of a transaction (a receipt), which can contain multiple line items, each represented by an Offer that has been accepted by the customer.

Returns:

  • (RDF::Vocabulary::Term)


2226
2227
2228
# File 'lib/rdf/vocab/schemas.rb', line 2226

def Order
  @Order
end

#OrderActionRDF::Vocabulary::Term (readonly)

An agent orders an object/product/service to be delivered/sent.

Returns:

  • (RDF::Vocabulary::Term)


2230
2231
2232
# File 'lib/rdf/vocab/schemas.rb', line 2230

def OrderAction
  @OrderAction
end

#OrderCancelledRDF::Vocabulary::Term (readonly)

OrderStatus representing cancellation of an order.

Returns:

  • (RDF::Vocabulary::Term)


9926
9927
9928
# File 'lib/rdf/vocab/schemas.rb', line 9926

def OrderCancelled
  @OrderCancelled
end

#orderDateRDF::Vocabulary::Term (readonly)

Date order was placed.

Returns:

  • (RDF::Vocabulary::Term)


6974
6975
6976
# File 'lib/rdf/vocab/schemas.rb', line 6974

def orderDate
  @orderDate
end

#OrderDeliveredRDF::Vocabulary::Term (readonly)

OrderStatus representing successful delivery of an order.

Returns:

  • (RDF::Vocabulary::Term)


9930
9931
9932
# File 'lib/rdf/vocab/schemas.rb', line 9930

def OrderDelivered
  @OrderDelivered
end

#orderDeliveryRDF::Vocabulary::Term (readonly)

The delivery of the parcel related to this order or order item.

Returns:

  • (RDF::Vocabulary::Term)


6978
6979
6980
# File 'lib/rdf/vocab/schemas.rb', line 6978

def orderDelivery
  @orderDelivery
end

#orderedItemRDF::Vocabulary::Term (readonly)

The item ordered.

Returns:

  • (RDF::Vocabulary::Term)


7002
7003
7004
# File 'lib/rdf/vocab/schemas.rb', line 7002

def orderedItem
  @orderedItem
end

#OrderInTransitRDF::Vocabulary::Term (readonly)

OrderStatus representing that an order is in transit.

Returns:

  • (RDF::Vocabulary::Term)


9934
9935
9936
# File 'lib/rdf/vocab/schemas.rb', line 9934

def OrderInTransit
  @OrderInTransit
end

#OrderItemRDF::Vocabulary::Term (readonly)

An order item is a line of an order. It includes the quantity and shipping details of a bought offer.

Returns:

  • (RDF::Vocabulary::Term)


2234
2235
2236
# File 'lib/rdf/vocab/schemas.rb', line 2234

def OrderItem
  @OrderItem
end

#orderItemNumberRDF::Vocabulary::Term (readonly)

The identifier of the order item.

Returns:

  • (RDF::Vocabulary::Term)


6982
6983
6984
# File 'lib/rdf/vocab/schemas.rb', line 6982

def orderItemNumber
  @orderItemNumber
end

#orderItemStatusRDF::Vocabulary::Term (readonly)

The current status of the order item.

Returns:

  • (RDF::Vocabulary::Term)


6986
6987
6988
# File 'lib/rdf/vocab/schemas.rb', line 6986

def orderItemStatus
  @orderItemStatus
end

#orderNumberRDF::Vocabulary::Term (readonly)

The identifier of the transaction.

Returns:

  • (RDF::Vocabulary::Term)


6990
6991
6992
# File 'lib/rdf/vocab/schemas.rb', line 6990

def orderNumber
  @orderNumber
end

#OrderPaymentDueRDF::Vocabulary::Term (readonly)

OrderStatus representing that payment is due on an order.

Returns:

  • (RDF::Vocabulary::Term)


9938
9939
9940
# File 'lib/rdf/vocab/schemas.rb', line 9938

def OrderPaymentDue
  @OrderPaymentDue
end

#OrderPickupAvailableRDF::Vocabulary::Term (readonly)

OrderStatus representing availability of an order for pickup.

Returns:

  • (RDF::Vocabulary::Term)


9942
9943
9944
# File 'lib/rdf/vocab/schemas.rb', line 9942

def OrderPickupAvailable
  @OrderPickupAvailable
end

#OrderProblemRDF::Vocabulary::Term (readonly)

OrderStatus representing that there is a problem with the order.

Returns:

  • (RDF::Vocabulary::Term)


9946
9947
9948
# File 'lib/rdf/vocab/schemas.rb', line 9946

def OrderProblem
  @OrderProblem
end

#OrderProcessingRDF::Vocabulary::Term (readonly)

OrderStatus representing that an order is being processed.

Returns:

  • (RDF::Vocabulary::Term)


9950
9951
9952
# File 'lib/rdf/vocab/schemas.rb', line 9950

def OrderProcessing
  @OrderProcessing
end

#orderQuantityRDF::Vocabulary::Term (readonly)

The number of the item ordered. If the property is not set, assume the quantity is one.

Returns:

  • (RDF::Vocabulary::Term)


6994
6995
6996
# File 'lib/rdf/vocab/schemas.rb', line 6994

def orderQuantity
  @orderQuantity
end

#OrderReturnedRDF::Vocabulary::Term (readonly)

OrderStatus representing that an order has been returned.

Returns:

  • (RDF::Vocabulary::Term)


9954
9955
9956
# File 'lib/rdf/vocab/schemas.rb', line 9954

def OrderReturned
  @OrderReturned
end

#orderStatusRDF::Vocabulary::Term (readonly)

The current status of the order.

Returns:

  • (RDF::Vocabulary::Term)


6998
6999
7000
# File 'lib/rdf/vocab/schemas.rb', line 6998

def orderStatus
  @orderStatus
end

#OrderStatusRDF::Vocabulary::Term (readonly)

Enumerated status values for Order.

Returns:

  • (RDF::Vocabulary::Term)


2238
2239
2240
# File 'lib/rdf/vocab/schemas.rb', line 2238

def OrderStatus
  @OrderStatus
end

#OrganizationRDF::Vocabulary::Term (readonly)

An organization such as a school, NGO, corporation, club, etc.

Returns:

  • (RDF::Vocabulary::Term)


2242
2243
2244
# File 'lib/rdf/vocab/schemas.rb', line 2242

def Organization
  @Organization
end

#OrganizationRoleRDF::Vocabulary::Term (readonly)

A subclass of Role used to describe roles within organizations.

Returns:

  • (RDF::Vocabulary::Term)


2246
2247
2248
# File 'lib/rdf/vocab/schemas.rb', line 2246

def OrganizationRole
  @OrganizationRole
end

#OrganizeActionRDF::Vocabulary::Term (readonly)

The act of manipulating/administering/supervising/controlling one or more objects.

Returns:

  • (RDF::Vocabulary::Term)


2250
2251
2252
# File 'lib/rdf/vocab/schemas.rb', line 2250

def OrganizeAction
  @OrganizeAction
end

#organizerRDF::Vocabulary::Term (readonly)

An organizer of an Event.

Returns:

  • (RDF::Vocabulary::Term)


7006
7007
7008
# File 'lib/rdf/vocab/schemas.rb', line 7006

def organizer
  @organizer
end

#originAddressRDF::Vocabulary::Term (readonly)

Shipper’s address.

Returns:

  • (RDF::Vocabulary::Term)


7010
7011
7012
# File 'lib/rdf/vocab/schemas.rb', line 7010

def originAddress
  @originAddress
end

#OriginalShippingFeesRDF::Vocabulary::Term (readonly)

OriginalShippingFees …

Returns:

  • (RDF::Vocabulary::Term)


9958
9959
9960
# File 'lib/rdf/vocab/schemas.rb', line 9958

def OriginalShippingFees
  @OriginalShippingFees
end

#originatesFromRDF::Vocabulary::Term (readonly)

The vasculature the lymphatic structure originates, or afferents, from.

Returns:

  • (RDF::Vocabulary::Term)


7014
7015
7016
# File 'lib/rdf/vocab/schemas.rb', line 7014

def originatesFrom
  @originatesFrom
end

#OsteopathicRDF::Vocabulary::Term (readonly)

A system of medicine focused on promoting the body’s innate ability to heal itself.

Returns:

  • (RDF::Vocabulary::Term)


9962
9963
9964
# File 'lib/rdf/vocab/schemas.rb', line 9962

def Osteopathic
  @Osteopathic
end

#OTCRDF::Vocabulary::Term (readonly)

The character of a medical substance, typically a medicine, of being available over the counter or not.

Returns:

  • (RDF::Vocabulary::Term)


9858
9859
9860
# File 'lib/rdf/vocab/schemas.rb', line 9858

def OTC
  @OTC
end

#OtolaryngologicRDF::Vocabulary::Term (readonly)

A specific branch of medical science that is concerned with the ear, nose and throat and their respective disease states.

Returns:

  • (RDF::Vocabulary::Term)


9966
9967
9968
# File 'lib/rdf/vocab/schemas.rb', line 9966

def Otolaryngologic
  @Otolaryngologic
end

#OutletStoreRDF::Vocabulary::Term (readonly)

An outlet store.

Returns:

  • (RDF::Vocabulary::Term)


2254
2255
2256
# File 'lib/rdf/vocab/schemas.rb', line 2254

def OutletStore
  @OutletStore
end

#OutOfStockRDF::Vocabulary::Term (readonly)

Indicates that the item is out of stock.

Returns:

  • (RDF::Vocabulary::Term)


9970
9971
9972
# File 'lib/rdf/vocab/schemas.rb', line 9970

def OutOfStock
  @OutOfStock
end

#overdosageRDF::Vocabulary::Term (readonly)

Any information related to overdose on a drug, including signs or symptoms, treatments, contact information for emergency response.

Returns:

  • (RDF::Vocabulary::Term)


7018
7019
7020
# File 'lib/rdf/vocab/schemas.rb', line 7018

def overdosage
  @overdosage
end

#OverviewHealthAspectRDF::Vocabulary::Term (readonly)

Overview of the content. Contains a summarized view of the topic with the most relevant information for an introduction.

Returns:

  • (RDF::Vocabulary::Term)


9974
9975
9976
# File 'lib/rdf/vocab/schemas.rb', line 9974

def OverviewHealthAspect
  @OverviewHealthAspect
end

#ownedFromRDF::Vocabulary::Term (readonly)

The date and time of obtaining the product.

Returns:

  • (RDF::Vocabulary::Term)


7022
7023
7024
# File 'lib/rdf/vocab/schemas.rb', line 7022

def ownedFrom
  @ownedFrom
end

#ownedThroughRDF::Vocabulary::Term (readonly)

The date and time of giving up ownership on the product.

Returns:

  • (RDF::Vocabulary::Term)


7026
7027
7028
# File 'lib/rdf/vocab/schemas.rb', line 7026

def ownedThrough
  @ownedThrough
end

#ownershipFundingInfoRDF::Vocabulary::Term (readonly)

For an [[Organization]] (often but not necessarily a [[NewsMediaOrganization]]), 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 [[funder]] is also available and can be used to make basic funder information machine-readable.

Returns:

  • (RDF::Vocabulary::Term)


7030
7031
7032
# File 'lib/rdf/vocab/schemas.rb', line 7030

def ownershipFundingInfo
  @ownershipFundingInfo
end

#OwnershipInfoRDF::Vocabulary::Term (readonly)

A structured value providing information about when a certain organization or person owned a certain product.

Returns:

  • (RDF::Vocabulary::Term)


2258
2259
2260
# File 'lib/rdf/vocab/schemas.rb', line 2258

def OwnershipInfo
  @OwnershipInfo
end

#ownsRDF::Vocabulary::Term (readonly)

Products owned by the organization or person.

Returns:

  • (RDF::Vocabulary::Term)


7034
7035
7036
# File 'lib/rdf/vocab/schemas.rb', line 7034

def owns
  @owns
end

#pageEndRDF::Vocabulary::Term (readonly)

The page on which the work ends; for example “138” or “xvi”.

Returns:

  • (RDF::Vocabulary::Term)


7038
7039
7040
# File 'lib/rdf/vocab/schemas.rb', line 7038

def pageEnd
  @pageEnd
end

#pageStartRDF::Vocabulary::Term (readonly)

The page on which the work starts; for example “135” or “xiii”.

Returns:

  • (RDF::Vocabulary::Term)


7042
7043
7044
# File 'lib/rdf/vocab/schemas.rb', line 7042

def pageStart
  @pageStart
end

#paginationRDF::Vocabulary::Term (readonly)

Any description of pages that is not separated into pageStart and pageEnd; for example, “1-6, 9, 55” or “10-12, 46-49”.

Returns:

  • (RDF::Vocabulary::Term)


7046
7047
7048
# File 'lib/rdf/vocab/schemas.rb', line 7046

def pagination
  @pagination
end

#PaidLeaveRDF::Vocabulary::Term (readonly)

PaidLeave: this is a benefit for paid leave.

Returns:

  • (RDF::Vocabulary::Term)


9982
9983
9984
# File 'lib/rdf/vocab/schemas.rb', line 9982

def PaidLeave
  @PaidLeave
end

#PaintActionRDF::Vocabulary::Term (readonly)

The act of producing a painting, typically with paint and canvas as instruments.

Returns:

  • (RDF::Vocabulary::Term)


2262
2263
2264
# File 'lib/rdf/vocab/schemas.rb', line 2262

def PaintAction
  @PaintAction
end

#PaintingRDF::Vocabulary::Term (readonly)

A painting.

Returns:

  • (RDF::Vocabulary::Term)


2266
2267
2268
# File 'lib/rdf/vocab/schemas.rb', line 2266

def Painting
  @Painting
end

#PalliativeProcedureRDF::Vocabulary::Term (readonly)

A medical procedure intended primarily for palliative purposes, aimed at relieving the symptoms of an underlying health condition.

Returns:

  • (RDF::Vocabulary::Term)


2270
2271
2272
# File 'lib/rdf/vocab/schemas.rb', line 2270

def PalliativeProcedure
  @PalliativeProcedure
end

#PaperbackRDF::Vocabulary::Term (readonly)

Book format: Paperback.

Returns:

  • (RDF::Vocabulary::Term)


9986
9987
9988
# File 'lib/rdf/vocab/schemas.rb', line 9986

def Paperback
  @Paperback
end

#ParcelDeliveryRDF::Vocabulary::Term (readonly)

The delivery of a parcel either via the postal service or a commercial service.

Returns:

  • (RDF::Vocabulary::Term)


2274
2275
2276
# File 'lib/rdf/vocab/schemas.rb', line 2274

def ParcelDelivery
  @ParcelDelivery
end

#ParcelServiceRDF::Vocabulary::Term (readonly)

A private parcel service as the delivery mode available for a certain offer.nnCommonly used values:nn* purl.org/goodrelations/v1#DHLn* purl.org/goodrelations/v1#FederalExpressn* purl.org/goodrelations/v1#UPS

Returns:

  • (RDF::Vocabulary::Term)


9990
9991
9992
# File 'lib/rdf/vocab/schemas.rb', line 9990

def ParcelService
  @ParcelService
end

#parentRDF::Vocabulary::Term (readonly)

A parent of this person.

Returns:

  • (RDF::Vocabulary::Term)


7050
7051
7052
# File 'lib/rdf/vocab/schemas.rb', line 7050

def parent
  @parent
end

#ParentalSupportRDF::Vocabulary::Term (readonly)

ParentalSupport: this is a benefit for parental support.

Returns:

  • (RDF::Vocabulary::Term)


9994
9995
9996
# File 'lib/rdf/vocab/schemas.rb', line 9994

def ParentalSupport
  @ParentalSupport
end

#ParentAudienceRDF::Vocabulary::Term (readonly)

A set of characteristics describing parents, who can be interested in viewing some content.

Returns:

  • (RDF::Vocabulary::Term)


2278
2279
2280
# File 'lib/rdf/vocab/schemas.rb', line 2278

def ParentAudience
  @ParentAudience
end

#parentItemRDF::Vocabulary::Term (readonly)

The parent of a question, answer or item in general.

Returns:

  • (RDF::Vocabulary::Term)


7054
7055
7056
# File 'lib/rdf/vocab/schemas.rb', line 7054

def parentItem
  @parentItem
end

#parentOrganizationRDF::Vocabulary::Term (readonly)

The larger organization that this organization is a [[subOrganization]] of, if any.

Returns:

  • (RDF::Vocabulary::Term)


7058
7059
7060
# File 'lib/rdf/vocab/schemas.rb', line 7058

def parentOrganization
  @parentOrganization
end

#parentsRDF::Vocabulary::Term (readonly)

A parents of the person.

Returns:

  • (RDF::Vocabulary::Term)


7066
7067
7068
# File 'lib/rdf/vocab/schemas.rb', line 7066

def parents
  @parents
end

#parentServiceRDF::Vocabulary::Term (readonly)

A broadcast service to which the broadcast service may belong to such as regional variations of a national channel.

Returns:

  • (RDF::Vocabulary::Term)


7062
7063
7064
# File 'lib/rdf/vocab/schemas.rb', line 7062

def parentService
  @parentService
end

#ParkRDF::Vocabulary::Term (readonly)

A park.

Returns:

  • (RDF::Vocabulary::Term)


2282
2283
2284
# File 'lib/rdf/vocab/schemas.rb', line 2282

def Park
  @Park
end

#ParkingFacilityRDF::Vocabulary::Term (readonly)

A parking lot or other parking facility.

Returns:

  • (RDF::Vocabulary::Term)


2286
2287
2288
# File 'lib/rdf/vocab/schemas.rb', line 2286

def ParkingFacility
  @ParkingFacility
end

#ParkingMapRDF::Vocabulary::Term (readonly)

A parking map.

Returns:

  • (RDF::Vocabulary::Term)


9998
9999
10000
# File 'lib/rdf/vocab/schemas.rb', line 9998

def ParkingMap
  @ParkingMap
end

#PartiallyInForceRDF::Vocabulary::Term (readonly)

Indicates that parts of the legislation are in force, and parts are not.

Returns:

  • (RDF::Vocabulary::Term)


10002
10003
10004
# File 'lib/rdf/vocab/schemas.rb', line 10002

def PartiallyInForce
  @PartiallyInForce
end

#participantRDF::Vocabulary::Term (readonly)

Other co-agents that participated in the action indirectly. e.g. John wrote a book with Steve.

Returns:

  • (RDF::Vocabulary::Term)


7102
7103
7104
# File 'lib/rdf/vocab/schemas.rb', line 7102

def participant
  @participant
end

#partOfEpisodeRDF::Vocabulary::Term (readonly)

The episode to which this clip belongs.

Returns:

  • (RDF::Vocabulary::Term)


7070
7071
7072
# File 'lib/rdf/vocab/schemas.rb', line 7070

def partOfEpisode
  @partOfEpisode
end

#partOfInvoiceRDF::Vocabulary::Term (readonly)

The order is being paid as part of the referenced Invoice.

Returns:

  • (RDF::Vocabulary::Term)


7074
7075
7076
# File 'lib/rdf/vocab/schemas.rb', line 7074

def partOfInvoice
  @partOfInvoice
end

#partOfOrderRDF::Vocabulary::Term (readonly)

The overall order the items in this delivery were included in.

Returns:

  • (RDF::Vocabulary::Term)


7078
7079
7080
# File 'lib/rdf/vocab/schemas.rb', line 7078

def partOfOrder
  @partOfOrder
end

#partOfSeasonRDF::Vocabulary::Term (readonly)

The season to which this episode belongs.

Returns:

  • (RDF::Vocabulary::Term)


7082
7083
7084
# File 'lib/rdf/vocab/schemas.rb', line 7082

def partOfSeason
  @partOfSeason
end

#partOfSeriesRDF::Vocabulary::Term (readonly)

The series to which this episode or season belongs.

Returns:

  • (RDF::Vocabulary::Term)


7086
7087
7088
# File 'lib/rdf/vocab/schemas.rb', line 7086

def partOfSeries
  @partOfSeries
end

#partOfSystemRDF::Vocabulary::Term (readonly)

The anatomical or organ system that this structure is part of.

Returns:

  • (RDF::Vocabulary::Term)


7090
7091
7092
# File 'lib/rdf/vocab/schemas.rb', line 7090

def partOfSystem
  @partOfSystem
end

#partOfTripRDF::Vocabulary::Term (readonly)

Identifies that this [[Trip]] is a subTrip of another Trip. For example Day 1, Day 2, etc. of a multi-day trip.

Returns:

  • (RDF::Vocabulary::Term)


7098
7099
7100
# File 'lib/rdf/vocab/schemas.rb', line 7098

def partOfTrip
  @partOfTrip
end

#partOfTVSeriesRDF::Vocabulary::Term (readonly)

The TV series to which this episode or season belongs.

Returns:

  • (RDF::Vocabulary::Term)


7094
7095
7096
# File 'lib/rdf/vocab/schemas.rb', line 7094

def partOfTVSeries
  @partOfTVSeries
end

#partySizeRDF::Vocabulary::Term (readonly)

Number of people the reservation should accommodate.

Returns:

  • (RDF::Vocabulary::Term)


7106
7107
7108
# File 'lib/rdf/vocab/schemas.rb', line 7106

def partySize
  @partySize
end

#passengerPriorityStatusRDF::Vocabulary::Term (readonly)

The priority status assigned to a passenger for security or boarding (e.g. FastTrack or Priority).

Returns:

  • (RDF::Vocabulary::Term)


7110
7111
7112
# File 'lib/rdf/vocab/schemas.rb', line 7110

def passengerPriorityStatus
  @passengerPriorityStatus
end

#passengerSequenceNumberRDF::Vocabulary::Term (readonly)

The passenger’s sequence number as assigned by the airline.

Returns:

  • (RDF::Vocabulary::Term)


7114
7115
7116
# File 'lib/rdf/vocab/schemas.rb', line 7114

def passengerSequenceNumber
  @passengerSequenceNumber
end

#PathologyRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


10006
10007
10008
# File 'lib/rdf/vocab/schemas.rb', line 10006

def Pathology
  @Pathology
end

#PathologyTestRDF::Vocabulary::Term (readonly)

A medical test performed by a laboratory that typically involves examination of a tissue sample by a pathologist.

Returns:

  • (RDF::Vocabulary::Term)


2290
2291
2292
# File 'lib/rdf/vocab/schemas.rb', line 2290

def PathologyTest
  @PathologyTest
end

#pathophysiologyRDF::Vocabulary::Term (readonly)

Changes in the normal mechanical, physical, and biochemical functions that are associated with this activity or condition.

Returns:

  • (RDF::Vocabulary::Term)


7118
7119
7120
# File 'lib/rdf/vocab/schemas.rb', line 7118

def pathophysiology
  @pathophysiology
end

#PatientRDF::Vocabulary::Term (readonly)

A patient is any person recipient of health care services.

Returns:

  • (RDF::Vocabulary::Term)


2294
2295
2296
# File 'lib/rdf/vocab/schemas.rb', line 2294

def Patient
  @Patient
end

#PatientExperienceHealthAspectRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


10010
10011
10012
# File 'lib/rdf/vocab/schemas.rb', line 10010

def PatientExperienceHealthAspect
  @PatientExperienceHealthAspect
end

#patternRDF::Vocabulary::Term (readonly)

A pattern that something has, for example ‘polka dot’, ‘striped’, ‘Canadian flag’. Values are typically expressed as text, although links to controlled value schemes are also supported.

Returns:

  • (RDF::Vocabulary::Term)


7122
7123
7124
# File 'lib/rdf/vocab/schemas.rb', line 7122

def pattern
  @pattern
end

#PawnShopRDF::Vocabulary::Term (readonly)

A shop that will buy, or lend money against the security of, personal possessions.

Returns:

  • (RDF::Vocabulary::Term)


2298
2299
2300
# File 'lib/rdf/vocab/schemas.rb', line 2298

def PawnShop
  @PawnShop
end

#PayActionRDF::Vocabulary::Term (readonly)

An agent pays a price to a participant.

Returns:

  • (RDF::Vocabulary::Term)


2302
2303
2304
# File 'lib/rdf/vocab/schemas.rb', line 2302

def PayAction
  @PayAction
end

#payloadRDF::Vocabulary::Term (readonly)

The permitted weight of passengers and cargo, EXCLUDING the weight of the empty vehicle.nnTypical unit code(s): KGM for kilogram, LBR for poundnn* Note 1: Many databases specify the permitted TOTAL weight instead, which is the sum of [[weight]] and [[payload]]n* Note 2: You can indicate additional information in the [[name]] of the [[QuantitativeValue]] node.n* Note 3: You may also link to a [[QualitativeValue]] node that provides additional information using [[valueReference]].n* Note 4: Note that you can use [[minValue]] and [[maxValue]] to indicate ranges.

Returns:

  • (RDF::Vocabulary::Term)


7126
7127
7128
# File 'lib/rdf/vocab/schemas.rb', line 7126

def payload
  @payload
end

#paymentAcceptedRDF::Vocabulary::Term (readonly)

Cash, Credit Card, Cryptocurrency, Local Exchange Tradings System, etc.

Returns:

  • (RDF::Vocabulary::Term)


7130
7131
7132
# File 'lib/rdf/vocab/schemas.rb', line 7130

def paymentAccepted
  @paymentAccepted
end

#PaymentAutomaticallyAppliedRDF::Vocabulary::Term (readonly)

An automatic payment system is in place and will be used.

Returns:

  • (RDF::Vocabulary::Term)


10014
10015
10016
# File 'lib/rdf/vocab/schemas.rb', line 10014

def PaymentAutomaticallyApplied
  @PaymentAutomaticallyApplied
end

#PaymentCardRDF::Vocabulary::Term (readonly)

A payment method using a credit, debit, store or other card to associate the payment with an account.

Returns:

  • (RDF::Vocabulary::Term)


2306
2307
2308
# File 'lib/rdf/vocab/schemas.rb', line 2306

def PaymentCard
  @PaymentCard
end

#PaymentChargeSpecificationRDF::Vocabulary::Term (readonly)

The costs of settling the payment using a particular payment method.

Returns:

  • (RDF::Vocabulary::Term)


2310
2311
2312
# File 'lib/rdf/vocab/schemas.rb', line 2310

def PaymentChargeSpecification
  @PaymentChargeSpecification
end

#PaymentCompleteRDF::Vocabulary::Term (readonly)

The payment has been received and processed.

Returns:

  • (RDF::Vocabulary::Term)


10018
10019
10020
# File 'lib/rdf/vocab/schemas.rb', line 10018

def PaymentComplete
  @PaymentComplete
end

#PaymentDeclinedRDF::Vocabulary::Term (readonly)

The payee received the payment, but it was declined for some reason.

Returns:

  • (RDF::Vocabulary::Term)


10022
10023
10024
# File 'lib/rdf/vocab/schemas.rb', line 10022

def PaymentDeclined
  @PaymentDeclined
end

#PaymentDueRDF::Vocabulary::Term (readonly)

The payment is due, but still within an acceptable time to be received.

Returns:

  • (RDF::Vocabulary::Term)


10026
10027
10028
# File 'lib/rdf/vocab/schemas.rb', line 10026

def PaymentDue
  @PaymentDue
end

#paymentDueRDF::Vocabulary::Term (readonly)

The date that payment is due.

Returns:

  • (RDF::Vocabulary::Term)


7134
7135
7136
# File 'lib/rdf/vocab/schemas.rb', line 7134

def paymentDue
  @paymentDue
end

#paymentDueDateRDF::Vocabulary::Term (readonly)

The date that payment is due.

Returns:

  • (RDF::Vocabulary::Term)


7138
7139
7140
# File 'lib/rdf/vocab/schemas.rb', line 7138

def paymentDueDate
  @paymentDueDate
end

#paymentMethodRDF::Vocabulary::Term (readonly)

The name of the credit card or other method of payment for the order.

Returns:

  • (RDF::Vocabulary::Term)


7142
7143
7144
# File 'lib/rdf/vocab/schemas.rb', line 7142

def paymentMethod
  @paymentMethod
end

#PaymentMethodRDF::Vocabulary::Term (readonly)

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.nnCommonly used values:nn* purl.org/goodrelations/v1#ByBankTransferInAdvancen* purl.org/goodrelations/v1#ByInvoicen* purl.org/goodrelations/v1#Cashn* purl.org/goodrelations/v1#CheckInAdvancen* purl.org/goodrelations/v1#CODn* purl.org/goodrelations/v1#DirectDebitn* purl.org/goodrelations/v1#GoogleCheckoutn* purl.org/goodrelations/v1#PayPaln* purl.org/goodrelations/v1#PaySwarm

Returns:

  • (RDF::Vocabulary::Term)


2314
2315
2316
# File 'lib/rdf/vocab/schemas.rb', line 2314

def PaymentMethod
  @PaymentMethod
end

#paymentMethodIdRDF::Vocabulary::Term (readonly)

An identifier for the method of payment used (e.g. the last 4 digits of the credit card).

Returns:

  • (RDF::Vocabulary::Term)


7146
7147
7148
# File 'lib/rdf/vocab/schemas.rb', line 7146

def paymentMethodId
  @paymentMethodId
end

#PaymentPastDueRDF::Vocabulary::Term (readonly)

The payment is due and considered late.

Returns:

  • (RDF::Vocabulary::Term)


10030
10031
10032
# File 'lib/rdf/vocab/schemas.rb', line 10030

def PaymentPastDue
  @PaymentPastDue
end

#PaymentServiceRDF::Vocabulary::Term (readonly)

A Service to transfer funds from a person or organization to a beneficiary person or organization.

Returns:

  • (RDF::Vocabulary::Term)


2318
2319
2320
# File 'lib/rdf/vocab/schemas.rb', line 2318

def PaymentService
  @PaymentService
end

#paymentStatusRDF::Vocabulary::Term (readonly)

The status of payment; whether the invoice has been paid or not.

Returns:

  • (RDF::Vocabulary::Term)


7150
7151
7152
# File 'lib/rdf/vocab/schemas.rb', line 7150

def paymentStatus
  @paymentStatus
end

#PaymentStatusTypeRDF::Vocabulary::Term (readonly)

A specific payment status. For example, PaymentDue, PaymentComplete, etc.

Returns:

  • (RDF::Vocabulary::Term)


2322
2323
2324
# File 'lib/rdf/vocab/schemas.rb', line 2322

def PaymentStatusType
  @PaymentStatusType
end

#paymentUrlRDF::Vocabulary::Term (readonly)

The URL for sending a payment.

Returns:

  • (RDF::Vocabulary::Term)


7154
7155
7156
# File 'lib/rdf/vocab/schemas.rb', line 7154

def paymentUrl
  @paymentUrl
end

#PediatricRDF::Vocabulary::Term (readonly)

A specific branch of medical science that specializes in the care of infants, children and adolescents.

Returns:

  • (RDF::Vocabulary::Term)


10034
10035
10036
# File 'lib/rdf/vocab/schemas.rb', line 10034

def Pediatric
  @Pediatric
end

#pencilerRDF::Vocabulary::Term (readonly)

The individual who draws the primary narrative artwork.

Returns:

  • (RDF::Vocabulary::Term)


7158
7159
7160
# File 'lib/rdf/vocab/schemas.rb', line 7158

def penciler
  @penciler
end

#PeopleAudienceRDF::Vocabulary::Term (readonly)

A set of characteristics belonging to people, e.g. who compose an item’s target audience.

Returns:

  • (RDF::Vocabulary::Term)


2326
2327
2328
# File 'lib/rdf/vocab/schemas.rb', line 2326

def PeopleAudience
  @PeopleAudience
end

#percentile10RDF::Vocabulary::Term (readonly)

The 10th percentile value.

Returns:

  • (RDF::Vocabulary::Term)


7162
7163
7164
# File 'lib/rdf/vocab/schemas.rb', line 7162

def percentile10
  @percentile10
end

#percentile25RDF::Vocabulary::Term (readonly)

The 25th percentile value.

Returns:

  • (RDF::Vocabulary::Term)


7166
7167
7168
# File 'lib/rdf/vocab/schemas.rb', line 7166

def percentile25
  @percentile25
end

#percentile75RDF::Vocabulary::Term (readonly)

The 75th percentile value.

Returns:

  • (RDF::Vocabulary::Term)


7170
7171
7172
# File 'lib/rdf/vocab/schemas.rb', line 7170

def percentile75
  @percentile75
end

#percentile90RDF::Vocabulary::Term (readonly)

The 90th percentile value.

Returns:

  • (RDF::Vocabulary::Term)


7174
7175
7176
# File 'lib/rdf/vocab/schemas.rb', line 7174

def percentile90
  @percentile90
end

#PercutaneousProcedureRDF::Vocabulary::Term (readonly)

A type of medical procedure that involves percutaneous techniques, where access to organs or tissue is achieved via needle-puncture of the skin. For example, catheter-based procedures like stent delivery.

Returns:

  • (RDF::Vocabulary::Term)


10038
10039
10040
# File 'lib/rdf/vocab/schemas.rb', line 10038

def PercutaneousProcedure
  @PercutaneousProcedure
end

#PerformActionRDF::Vocabulary::Term (readonly)

The act of participating in performance arts.

Returns:

  • (RDF::Vocabulary::Term)


2330
2331
2332
# File 'lib/rdf/vocab/schemas.rb', line 2330

def PerformAction
  @PerformAction
end

#PerformanceRoleRDF::Vocabulary::Term (readonly)

A PerformanceRole is a Role that some entity places with regard to a theatrical performance, e.g. in a Movie, TVSeries etc.

Returns:

  • (RDF::Vocabulary::Term)


2334
2335
2336
# File 'lib/rdf/vocab/schemas.rb', line 2334

def PerformanceRole
  @PerformanceRole
end

#performerRDF::Vocabulary::Term (readonly)

A performer at the event&#x2014;for example, a presenter, musician, musical group or actor.

Returns:

  • (RDF::Vocabulary::Term)


7182
7183
7184
# File 'lib/rdf/vocab/schemas.rb', line 7182

def performer
  @performer
end

#performerInRDF::Vocabulary::Term (readonly)

Event that this person is a performer or participant in.

Returns:

  • (RDF::Vocabulary::Term)


7186
7187
7188
# File 'lib/rdf/vocab/schemas.rb', line 7186

def performerIn
  @performerIn
end

#performersRDF::Vocabulary::Term (readonly)

The main performer or performers of the event&#x2014;for example, a presenter, musician, or actor.

Returns:

  • (RDF::Vocabulary::Term)


7190
7191
7192
# File 'lib/rdf/vocab/schemas.rb', line 7190

def performers
  @performers
end

#PerformingArtsTheaterRDF::Vocabulary::Term (readonly)

A theater or other performing art center.

Returns:

  • (RDF::Vocabulary::Term)


2338
2339
2340
# File 'lib/rdf/vocab/schemas.rb', line 2338

def PerformingArtsTheater
  @PerformingArtsTheater
end

#PerformingGroupRDF::Vocabulary::Term (readonly)

A performance group, such as a band, an orchestra, or a circus.

Returns:

  • (RDF::Vocabulary::Term)


2342
2343
2344
# File 'lib/rdf/vocab/schemas.rb', line 2342

def PerformingGroup
  @PerformingGroup
end

#performTimeRDF::Vocabulary::Term (readonly)

The length of time it takes to perform instructions or a direction (not including time to prepare the supplies), in [ISO 8601 duration format](en.wikipedia.org/wiki/ISO_8601).

Returns:

  • (RDF::Vocabulary::Term)


7178
7179
7180
# File 'lib/rdf/vocab/schemas.rb', line 7178

def performTime
  @performTime
end

#PeriodicalRDF::Vocabulary::Term (readonly)

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.nnSee also [blog post](blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html).

Returns:

  • (RDF::Vocabulary::Term)


2346
2347
2348
# File 'lib/rdf/vocab/schemas.rb', line 2346

def Periodical
  @Periodical
end

#permissionsRDF::Vocabulary::Term (readonly)

Permission(s) required to run the app (for example, a mobile app may require full internet access or may run only on wifi).

Returns:

  • (RDF::Vocabulary::Term)


7198
7199
7200
# File 'lib/rdf/vocab/schemas.rb', line 7198

def permissions
  @permissions
end

#permissionTypeRDF::Vocabulary::Term (readonly)

The type of permission granted the person, organization, or audience.

Returns:

  • (RDF::Vocabulary::Term)


7194
7195
7196
# File 'lib/rdf/vocab/schemas.rb', line 7194

def permissionType
  @permissionType
end

#PermitRDF::Vocabulary::Term (readonly)

A permit issued by an organization, e.g. a parking pass.

Returns:

  • (RDF::Vocabulary::Term)


2350
2351
2352
# File 'lib/rdf/vocab/schemas.rb', line 2350

def Permit
  @Permit
end

#permitAudienceRDF::Vocabulary::Term (readonly)

The target audience for this permit.

Returns:

  • (RDF::Vocabulary::Term)


7202
7203
7204
# File 'lib/rdf/vocab/schemas.rb', line 7202

def permitAudience
  @permitAudience
end

#permittedUsageRDF::Vocabulary::Term (readonly)

Indications regarding the permitted usage of the accommodation.

Returns:

  • (RDF::Vocabulary::Term)


7206
7207
7208
# File 'lib/rdf/vocab/schemas.rb', line 7206

def permittedUsage
  @permittedUsage
end

#PersonRDF::Vocabulary::Term (readonly)

A person (alive, dead, undead, or fictional).

Returns:

  • (RDF::Vocabulary::Term)


2354
2355
2356
# File 'lib/rdf/vocab/schemas.rb', line 2354

def Person
  @Person
end

#PETRDF::Vocabulary::Term (readonly)

Positron emission tomography imaging.

Returns:

  • (RDF::Vocabulary::Term)


9978
9979
9980
# File 'lib/rdf/vocab/schemas.rb', line 9978

def PET
  @PET
end

#petsAllowedRDF::Vocabulary::Term (readonly)

Indicates whether pets are allowed to enter the accommodation or lodging business. More detailed information can be put in a text value.

Returns:

  • (RDF::Vocabulary::Term)


7210
7211
7212
# File 'lib/rdf/vocab/schemas.rb', line 7210

def petsAllowed
  @petsAllowed
end

#PetStoreRDF::Vocabulary::Term (readonly)

A pet store.

Returns:

  • (RDF::Vocabulary::Term)


2358
2359
2360
# File 'lib/rdf/vocab/schemas.rb', line 2358

def PetStore
  @PetStore
end

#PharmacyRDF::Vocabulary::Term (readonly)

A pharmacy or drugstore.

Returns:

  • (RDF::Vocabulary::Term)


2362
2363
2364
# File 'lib/rdf/vocab/schemas.rb', line 2362

def Pharmacy
  @Pharmacy
end

#PharmacySpecialtyRDF::Vocabulary::Term (readonly)

The practice or art and science of preparing and dispensing drugs and medicines.

Returns:

  • (RDF::Vocabulary::Term)


10042
10043
10044
# File 'lib/rdf/vocab/schemas.rb', line 10042

def PharmacySpecialty
  @PharmacySpecialty
end

#phoneticTextRDF::Vocabulary::Term (readonly)

Representation of a text [[textValue]] using the specified [[speechToTextMarkup]]. For example the city name of Houston in IPA: /ˈhjuːstən/.

Returns:

  • (RDF::Vocabulary::Term)


7214
7215
7216
# File 'lib/rdf/vocab/schemas.rb', line 7214

def phoneticText
  @phoneticText
end

#photoRDF::Vocabulary::Term (readonly)

A photograph of this place.

Returns:

  • (RDF::Vocabulary::Term)


7218
7219
7220
# File 'lib/rdf/vocab/schemas.rb', line 7218

def photo
  @photo
end

#PhotographRDF::Vocabulary::Term (readonly)

A photograph.

Returns:

  • (RDF::Vocabulary::Term)


2366
2367
2368
# File 'lib/rdf/vocab/schemas.rb', line 2366

def Photograph
  @Photograph
end

#PhotographActionRDF::Vocabulary::Term (readonly)

The act of capturing still images of objects using a camera.

Returns:

  • (RDF::Vocabulary::Term)


2370
2371
2372
# File 'lib/rdf/vocab/schemas.rb', line 2370

def PhotographAction
  @PhotographAction
end

#photosRDF::Vocabulary::Term (readonly)

Photographs of this place.

Returns:

  • (RDF::Vocabulary::Term)


7222
7223
7224
# File 'lib/rdf/vocab/schemas.rb', line 7222

def photos
  @photos
end

#PhysicalActivityRDF::Vocabulary::Term (readonly)

Any bodily activity that enhances or maintains physical fitness and overall health and wellness. Includes activity that is part of daily living and routine, structured exercise, and exercise prescribed as part of a medical treatment or recovery plan.

Returns:

  • (RDF::Vocabulary::Term)


2374
2375
2376
# File 'lib/rdf/vocab/schemas.rb', line 2374

def PhysicalActivity
  @PhysicalActivity
end

#PhysicalActivityCategoryRDF::Vocabulary::Term (readonly)

Categories of physical activity, organized by physiologic classification.

Returns:

  • (RDF::Vocabulary::Term)


2378
2379
2380
# File 'lib/rdf/vocab/schemas.rb', line 2378

def PhysicalActivityCategory
  @PhysicalActivityCategory
end

#PhysicalExamRDF::Vocabulary::Term (readonly)

A type of physical examination of a patient performed by a physician.

Returns:

  • (RDF::Vocabulary::Term)


2382
2383
2384
# File 'lib/rdf/vocab/schemas.rb', line 2382

def PhysicalExam
  @PhysicalExam
end

#physicalRequirementRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


7226
7227
7228
# File 'lib/rdf/vocab/schemas.rb', line 7226

def physicalRequirement
  @physicalRequirement
end

#PhysicalTherapyRDF::Vocabulary::Term (readonly)

A process of progressive physical care and rehabilitation aimed at improving a health condition.

Returns:

  • (RDF::Vocabulary::Term)


2386
2387
2388
# File 'lib/rdf/vocab/schemas.rb', line 2386

def PhysicalTherapy
  @PhysicalTherapy
end

#PhysicianRDF::Vocabulary::Term (readonly)

A doctor’s office.

Returns:

  • (RDF::Vocabulary::Term)


2390
2391
2392
# File 'lib/rdf/vocab/schemas.rb', line 2390

def Physician
  @Physician
end

#physiologicalBenefitsRDF::Vocabulary::Term (readonly)

Specific physiologic benefits associated to the plan.

Returns:

  • (RDF::Vocabulary::Term)


7230
7231
7232
# File 'lib/rdf/vocab/schemas.rb', line 7230

def physiologicalBenefits
  @physiologicalBenefits
end

#PhysiotherapyRDF::Vocabulary::Term (readonly)

The practice of treatment of disease, injury, or deformity by physical methods such as massage, heat treatment, and exercise rather than by drugs or surgery..

Returns:

  • (RDF::Vocabulary::Term)


10046
10047
10048
# File 'lib/rdf/vocab/schemas.rb', line 10046

def Physiotherapy
  @Physiotherapy
end

#pickupLocationRDF::Vocabulary::Term (readonly)

Where a taxi will pick up a passenger or a rental car can be picked up.

Returns:

  • (RDF::Vocabulary::Term)


7234
7235
7236
# File 'lib/rdf/vocab/schemas.rb', line 7234

def pickupLocation
  @pickupLocation
end

#pickupTimeRDF::Vocabulary::Term (readonly)

When a taxi will pickup a passenger or a rental car can be picked up.

Returns:

  • (RDF::Vocabulary::Term)


7238
7239
7240
# File 'lib/rdf/vocab/schemas.rb', line 7238

def pickupTime
  @pickupTime
end

#PlaceRDF::Vocabulary::Term (readonly)

Entities that have a somewhat fixed, physical extension.

Returns:

  • (RDF::Vocabulary::Term)


2394
2395
2396
# File 'lib/rdf/vocab/schemas.rb', line 2394

def Place
  @Place
end

#PlaceboControlledTrialRDF::Vocabulary::Term (readonly)

A placebo-controlled trial design.

Returns:

  • (RDF::Vocabulary::Term)


10050
10051
10052
# File 'lib/rdf/vocab/schemas.rb', line 10050

def PlaceboControlledTrial
  @PlaceboControlledTrial
end

#PlaceOfWorshipRDF::Vocabulary::Term (readonly)

Place of worship, such as a church, synagogue, or mosque.

Returns:

  • (RDF::Vocabulary::Term)


2398
2399
2400
# File 'lib/rdf/vocab/schemas.rb', line 2398

def PlaceOfWorship
  @PlaceOfWorship
end

#PlanActionRDF::Vocabulary::Term (readonly)

The act of planning the execution of an event/task/action/reservation/plan to a future date.

Returns:

  • (RDF::Vocabulary::Term)


2402
2403
2404
# File 'lib/rdf/vocab/schemas.rb', line 2402

def PlanAction
  @PlanAction
end

#PlasticSurgeryRDF::Vocabulary::Term (readonly)

A specific branch of medical science that pertains to therapeutic or cosmetic repair or re-formation of missing, injured or malformed tissues or body parts by manual and instrumental means.

Returns:

  • (RDF::Vocabulary::Term)


10054
10055
10056
# File 'lib/rdf/vocab/schemas.rb', line 10054

def PlasticSurgery
  @PlasticSurgery
end

#PlayRDF::Vocabulary::Term (readonly)

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 [[TheaterEvent]] - the Play being the [[workPerformed]].

Returns:

  • (RDF::Vocabulary::Term)


2406
2407
2408
# File 'lib/rdf/vocab/schemas.rb', line 2406

def Play
  @Play
end

#PlayActionRDF::Vocabulary::Term (readonly)

The act of playing/exercising/training/performing for enjoyment, leisure, recreation, Competition or exercise.nnRelated actions:nn* [[ListenAction]]: Unlike ListenAction (which is under ConsumeAction), PlayAction refers to performing for an audience or at an event, rather than consuming music.n* [[WatchAction]]: Unlike WatchAction (which is under ConsumeAction), PlayAction refers to showing/displaying for an audience or at an event, rather than consuming visual content.

Returns:

  • (RDF::Vocabulary::Term)


2410
2411
2412
# File 'lib/rdf/vocab/schemas.rb', line 2410

def PlayAction
  @PlayAction
end

#playersOnlineRDF::Vocabulary::Term (readonly)

Number of players on the server.

Returns:

  • (RDF::Vocabulary::Term)


7250
7251
7252
# File 'lib/rdf/vocab/schemas.rb', line 7250

def playersOnline
  @playersOnline
end

#playerTypeRDF::Vocabulary::Term (readonly)

Player type required&#x2014;for example, Flash or Silverlight.

Returns:

  • (RDF::Vocabulary::Term)


7246
7247
7248
# File 'lib/rdf/vocab/schemas.rb', line 7246

def playerType
  @playerType
end

#PlaygroundRDF::Vocabulary::Term (readonly)

A playground.

Returns:

  • (RDF::Vocabulary::Term)


2414
2415
2416
# File 'lib/rdf/vocab/schemas.rb', line 2414

def Playground
  @Playground
end

#playModeRDF::Vocabulary::Term (readonly)

Indicates whether this game is multi-player, co-op or single-player. The game can be marked as multi-player, co-op and single-player at the same time.

Returns:

  • (RDF::Vocabulary::Term)


7242
7243
7244
# File 'lib/rdf/vocab/schemas.rb', line 7242

def playMode
  @playMode
end

#PlumberRDF::Vocabulary::Term (readonly)

A plumbing service.

Returns:

  • (RDF::Vocabulary::Term)


2418
2419
2420
# File 'lib/rdf/vocab/schemas.rb', line 2418

def Plumber
  @Plumber
end

#PodcastEpisodeRDF::Vocabulary::Term (readonly)

A single episode of a podcast series.

Returns:

  • (RDF::Vocabulary::Term)


2422
2423
2424
# File 'lib/rdf/vocab/schemas.rb', line 2422

def PodcastEpisode
  @PodcastEpisode
end

#PodcastSeasonRDF::Vocabulary::Term (readonly)

A single season of a podcast. Many podcasts do not break down into separate seasons. In that case, PodcastSeries should be used.

Returns:

  • (RDF::Vocabulary::Term)


2426
2427
2428
# File 'lib/rdf/vocab/schemas.rb', line 2426

def PodcastSeason
  @PodcastSeason
end

#PodcastSeriesRDF::Vocabulary::Term (readonly)

A podcast is an episodic series of digital audio or video files which a user can download and listen to.

Returns:

  • (RDF::Vocabulary::Term)


2430
2431
2432
# File 'lib/rdf/vocab/schemas.rb', line 2430

def PodcastSeries
  @PodcastSeries
end

#PodiatricRDF::Vocabulary::Term (readonly)

Podiatry is the care of the human foot, especially the diagnosis and treatment of foot disorders.

Returns:

  • (RDF::Vocabulary::Term)


10058
10059
10060
# File 'lib/rdf/vocab/schemas.rb', line 10058

def Podiatric
  @Podiatric
end

#PoliceStationRDF::Vocabulary::Term (readonly)

A police station.

Returns:

  • (RDF::Vocabulary::Term)


2434
2435
2436
# File 'lib/rdf/vocab/schemas.rb', line 2434

def PoliceStation
  @PoliceStation
end

#polygonRDF::Vocabulary::Term (readonly)

A polygon is the area enclosed by a point-to-point path for which the starting and ending points are the same. A polygon is expressed as a series of four or more space delimited points where the first and final points are identical.

Returns:

  • (RDF::Vocabulary::Term)


7254
7255
7256
# File 'lib/rdf/vocab/schemas.rb', line 7254

def polygon
  @polygon
end

#PondRDF::Vocabulary::Term (readonly)

A pond.

Returns:

  • (RDF::Vocabulary::Term)


2438
2439
2440
# File 'lib/rdf/vocab/schemas.rb', line 2438

def Pond
  @Pond
end

#populationTypeRDF::Vocabulary::Term (readonly)

Indicates the populationType common to all members of a [[StatisticalPopulation]].

Returns:

  • (RDF::Vocabulary::Term)


7258
7259
7260
# File 'lib/rdf/vocab/schemas.rb', line 7258

def populationType
  @populationType
end

#positionRDF::Vocabulary::Term (readonly)

The position of an item in a series or sequence of items.

Returns:

  • (RDF::Vocabulary::Term)


7262
7263
7264
# File 'lib/rdf/vocab/schemas.rb', line 7262

def position
  @position
end

#possibleComplicationRDF::Vocabulary::Term (readonly)

A possible unexpected and unfavorable evolution of a medical condition. Complications may include worsening of the signs or symptoms of the disease, extension of the condition to other organ systems, etc.

Returns:

  • (RDF::Vocabulary::Term)


7266
7267
7268
# File 'lib/rdf/vocab/schemas.rb', line 7266

def possibleComplication
  @possibleComplication
end

#possibleTreatmentRDF::Vocabulary::Term (readonly)

A possible treatment to address this condition, sign or symptom.

Returns:

  • (RDF::Vocabulary::Term)


7270
7271
7272
# File 'lib/rdf/vocab/schemas.rb', line 7270

def possibleTreatment
  @possibleTreatment
end

#PostalAddressRDF::Vocabulary::Term (readonly)

The mailing address.

Returns:

  • (RDF::Vocabulary::Term)


2446
2447
2448
# File 'lib/rdf/vocab/schemas.rb', line 2446

def PostalAddress
  @PostalAddress
end

#postalCodeRDF::Vocabulary::Term (readonly)

The postal code. For example, 94043.

Returns:

  • (RDF::Vocabulary::Term)


7282
7283
7284
# File 'lib/rdf/vocab/schemas.rb', line 7282

def postalCode
  @postalCode
end

#postalCodeBeginRDF::Vocabulary::Term (readonly)

First postal code in a range (included).

Returns:

  • (RDF::Vocabulary::Term)


7286
7287
7288
# File 'lib/rdf/vocab/schemas.rb', line 7286

def postalCodeBegin
  @postalCodeBegin
end

#postalCodeEndRDF::Vocabulary::Term (readonly)

Last postal code in the range (included). Needs to be after [[postalCodeBegin]].

Returns:

  • (RDF::Vocabulary::Term)


7290
7291
7292
# File 'lib/rdf/vocab/schemas.rb', line 7290

def postalCodeEnd
  @postalCodeEnd
end

#postalCodePrefixRDF::Vocabulary::Term (readonly)

A defined range of postal codes indicated by a common textual prefix. Used for non-numeric systems such as UK.

Returns:

  • (RDF::Vocabulary::Term)


7294
7295
7296
# File 'lib/rdf/vocab/schemas.rb', line 7294

def postalCodePrefix
  @postalCodePrefix
end

#postalCodeRangeRDF::Vocabulary::Term (readonly)

A defined range of postal codes.

Returns:

  • (RDF::Vocabulary::Term)


7298
7299
7300
# File 'lib/rdf/vocab/schemas.rb', line 7298

def postalCodeRange
  @postalCodeRange
end

#PostalCodeRangeSpecificationRDF::Vocabulary::Term (readonly)

Indicates a range of postalcodes, usually defined as the set of valid codes between [[postalCodeBegin]] and [[postalCodeEnd]], inclusively.

Returns:

  • (RDF::Vocabulary::Term)


2450
2451
2452
# File 'lib/rdf/vocab/schemas.rb', line 2450

def PostalCodeRangeSpecification
  @PostalCodeRangeSpecification
end

#PosterRDF::Vocabulary::Term (readonly)

A large, usually printed placard, bill, or announcement, often illustrated, that is posted to advertise or publicize something.

Returns:

  • (RDF::Vocabulary::Term)


2454
2455
2456
# File 'lib/rdf/vocab/schemas.rb', line 2454

def Poster
  @Poster
end

#PostOfficeRDF::Vocabulary::Term (readonly)

A post office.

Returns:

  • (RDF::Vocabulary::Term)


2442
2443
2444
# File 'lib/rdf/vocab/schemas.rb', line 2442

def PostOffice
  @PostOffice
end

#postOfficeBoxNumberRDF::Vocabulary::Term (readonly)

The post office box number for PO box addresses.

Returns:

  • (RDF::Vocabulary::Term)


7274
7275
7276
# File 'lib/rdf/vocab/schemas.rb', line 7274

def postOfficeBoxNumber
  @postOfficeBoxNumber
end

#postOpRDF::Vocabulary::Term (readonly)

A description of the postoperative procedures, care, and/or followups for this device.

Returns:

  • (RDF::Vocabulary::Term)


7278
7279
7280
# File 'lib/rdf/vocab/schemas.rb', line 7278

def postOp
  @postOp
end

#potentialActionRDF::Vocabulary::Term (readonly)

Indicates a potential Action, which describes an idealized action in which this thing would play an ‘object’ role.

Returns:

  • (RDF::Vocabulary::Term)


7302
7303
7304
# File 'lib/rdf/vocab/schemas.rb', line 7302

def potentialAction
  @potentialAction
end

#PotentialActionStatusRDF::Vocabulary::Term (readonly)

A description of an action that is supported.

Returns:

  • (RDF::Vocabulary::Term)


10062
10063
10064
# File 'lib/rdf/vocab/schemas.rb', line 10062

def PotentialActionStatus
  @PotentialActionStatus
end

#predecessorOfRDF::Vocabulary::Term (readonly)

A pointer from a previous, often discontinued variant of the product to its newer variant.

Returns:

  • (RDF::Vocabulary::Term)


7310
7311
7312
# File 'lib/rdf/vocab/schemas.rb', line 7310

def predecessorOf
  @predecessorOf
end

#pregnancyCategoryRDF::Vocabulary::Term (readonly)

Pregnancy category of this drug.

Returns:

  • (RDF::Vocabulary::Term)


7314
7315
7316
# File 'lib/rdf/vocab/schemas.rb', line 7314

def pregnancyCategory
  @pregnancyCategory
end

#pregnancyWarningRDF::Vocabulary::Term (readonly)

Any precaution, guidance, contraindication, etc. related to this drug’s use during pregnancy.

Returns:

  • (RDF::Vocabulary::Term)


7318
7319
7320
# File 'lib/rdf/vocab/schemas.rb', line 7318

def pregnancyWarning
  @pregnancyWarning
end

#preOpRDF::Vocabulary::Term (readonly)

A description of the workup, testing, and other preparations required before implanting this device.

Returns:

  • (RDF::Vocabulary::Term)


7306
7307
7308
# File 'lib/rdf/vocab/schemas.rb', line 7306

def preOp
  @preOp
end

#PreOrderRDF::Vocabulary::Term (readonly)

Indicates that the item is available for pre-order.

Returns:

  • (RDF::Vocabulary::Term)


10066
10067
10068
# File 'lib/rdf/vocab/schemas.rb', line 10066

def PreOrder
  @PreOrder
end

#PreOrderActionRDF::Vocabulary::Term (readonly)

An agent orders a (not yet released) object/product/service to be delivered/sent.

Returns:

  • (RDF::Vocabulary::Term)


2458
2459
2460
# File 'lib/rdf/vocab/schemas.rb', line 2458

def PreOrderAction
  @PreOrderAction
end

#preparationRDF::Vocabulary::Term (readonly)

Typical preparation that a patient must undergo before having the procedure performed.

Returns:

  • (RDF::Vocabulary::Term)


7326
7327
7328
# File 'lib/rdf/vocab/schemas.rb', line 7326

def preparation
  @preparation
end

#PrependActionRDF::Vocabulary::Term (readonly)

The act of inserting at the beginning if an ordered collection.

Returns:

  • (RDF::Vocabulary::Term)


2462
2463
2464
# File 'lib/rdf/vocab/schemas.rb', line 2462

def PrependAction
  @PrependAction
end

#prepTimeRDF::Vocabulary::Term (readonly)

The length of time it takes to prepare the items to be used in instructions or a direction, in [ISO 8601 duration format](en.wikipedia.org/wiki/ISO_8601).

Returns:

  • (RDF::Vocabulary::Term)


7322
7323
7324
# File 'lib/rdf/vocab/schemas.rb', line 7322

def prepTime
  @prepTime
end

#PreSaleRDF::Vocabulary::Term (readonly)

Indicates that the item is available for ordering and delivery before general availability.

Returns:

  • (RDF::Vocabulary::Term)


10070
10071
10072
# File 'lib/rdf/vocab/schemas.rb', line 10070

def PreSale
  @PreSale
end

#PreschoolRDF::Vocabulary::Term (readonly)

A preschool.

Returns:

  • (RDF::Vocabulary::Term)


2466
2467
2468
# File 'lib/rdf/vocab/schemas.rb', line 2466

def Preschool
  @Preschool
end

#prescribingInfoRDF::Vocabulary::Term (readonly)

Link to prescribing information for the drug.

Returns:

  • (RDF::Vocabulary::Term)


7330
7331
7332
# File 'lib/rdf/vocab/schemas.rb', line 7330

def prescribingInfo
  @prescribingInfo
end

#PrescriptionOnlyRDF::Vocabulary::Term (readonly)

Available by prescription only.

Returns:

  • (RDF::Vocabulary::Term)


10074
10075
10076
# File 'lib/rdf/vocab/schemas.rb', line 10074

def PrescriptionOnly
  @PrescriptionOnly
end

#prescriptionStatusRDF::Vocabulary::Term (readonly)

Indicates the status of drug prescription eg. local catalogs classifications or whether the drug is available by prescription or over-the-counter, etc.

Returns:

  • (RDF::Vocabulary::Term)


7334
7335
7336
# File 'lib/rdf/vocab/schemas.rb', line 7334

def prescriptionStatus
  @prescriptionStatus
end

#PresentationDigitalDocumentRDF::Vocabulary::Term (readonly)

A file containing slides or used for a presentation.

Returns:

  • (RDF::Vocabulary::Term)


2470
2471
2472
# File 'lib/rdf/vocab/schemas.rb', line 2470

def PresentationDigitalDocument
  @PresentationDigitalDocument
end

#PreventionHealthAspectRDF::Vocabulary::Term (readonly)

Information about actions or measures that can be taken to avoid getting the topic or reaching a critical situation related to the topic.

Returns:

  • (RDF::Vocabulary::Term)


10078
10079
10080
# File 'lib/rdf/vocab/schemas.rb', line 10078

def PreventionHealthAspect
  @PreventionHealthAspect
end

#PreventionIndicationRDF::Vocabulary::Term (readonly)

An indication for preventing an underlying condition, symptom, etc.

Returns:

  • (RDF::Vocabulary::Term)


2474
2475
2476
# File 'lib/rdf/vocab/schemas.rb', line 2474

def PreventionIndication
  @PreventionIndication
end

#previousItemRDF::Vocabulary::Term (readonly)

A link to the ListItem that preceeds the current one.

Returns:

  • (RDF::Vocabulary::Term)


7338
7339
7340
# File 'lib/rdf/vocab/schemas.rb', line 7338

def previousItem
  @previousItem
end

#previousStartDateRDF::Vocabulary::Term (readonly)

Used in conjunction with eventStatus for rescheduled or cancelled events. This property contains the previously scheduled start date. For rescheduled events, the startDate property should be used for the newly scheduled start date. In the (rare) case of an event that has been postponed and rescheduled multiple times, this field may be repeated.

Returns:

  • (RDF::Vocabulary::Term)


7342
7343
7344
# File 'lib/rdf/vocab/schemas.rb', line 7342

def previousStartDate
  @previousStartDate
end

#priceRDF::Vocabulary::Term (readonly)

The offer price of a product, or of a price component when attached to PriceSpecification and its subtypes.nnUsage guidelines:nn* Use the [[priceCurrency]] property (with standard formats: [ISO 4217 currency format](en.wikipedia.org/wiki/ISO_4217) e.g. “USD”; [Ticker symbol](en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies e.g. “BTC”; well known names for [Local Exchange Tradings Systems](en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types e.g. “Ithaca HOUR”) instead of including [ambiguous symbols](en.wikipedia.org/wiki/Dollar_sign#Currencies_that_use_the_dollar_or_peso_sign) such as ‘$’ in the value.n* Use ‘.’ (Unicode ‘FULL STOP’ (U+002E)) rather than ‘,’ to indicate a decimal point. Avoid using these symbols as a readability separator.n* Note that both [RDFa](www.w3.org/TR/xhtml-rdfa-primer/#using-the-content-attribute) and Microdata syntax allow the use of a “content=” attribute for publishing simple machine-readable values alongside more human-friendly formatting.n* Use values from 0123456789 (Unicode ‘DIGIT ZERO’ (U+0030) to ‘DIGIT NINE’ (U+0039)) rather than superficially similiar Unicode symbols.

Returns:

  • (RDF::Vocabulary::Term)


7346
7347
7348
# File 'lib/rdf/vocab/schemas.rb', line 7346

def price
  @price
end

#priceComponentRDF::Vocabulary::Term (readonly)

This property links to all [[UnitPriceSpecification]] nodes that apply in parallel for the [[CompoundPriceSpecification]] node.

Returns:

  • (RDF::Vocabulary::Term)


7350
7351
7352
# File 'lib/rdf/vocab/schemas.rb', line 7350

def priceComponent
  @priceComponent
end

#priceComponentTypeRDF::Vocabulary::Term (readonly)

Identifies a price component (for example, a line item on an invoice), part of the total price for an offer.

Returns:

  • (RDF::Vocabulary::Term)


7354
7355
7356
# File 'lib/rdf/vocab/schemas.rb', line 7354

def priceComponentType
  @priceComponentType
end

#PriceComponentTypeEnumerationRDF::Vocabulary::Term (readonly)

Enumerates different price components that together make up the total price for an offered product.

Returns:

  • (RDF::Vocabulary::Term)


2478
2479
2480
# File 'lib/rdf/vocab/schemas.rb', line 2478

def PriceComponentTypeEnumeration
  @PriceComponentTypeEnumeration
end

#priceCurrencyRDF::Vocabulary::Term (readonly)

The currency of the price, or a price component when attached to [[PriceSpecification]] and its subtypes.nnUse standard formats: [ISO 4217 currency format](en.wikipedia.org/wiki/ISO_4217) e.g. “USD”; [Ticker symbol](en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies e.g. “BTC”; well known names for [Local Exchange Tradings Systems](en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types e.g. “Ithaca HOUR”.

Returns:

  • (RDF::Vocabulary::Term)


7358
7359
7360
# File 'lib/rdf/vocab/schemas.rb', line 7358

def priceCurrency
  @priceCurrency
end

#priceRangeRDF::Vocabulary::Term (readonly)

The price range of the business, for example “‘$$$“`.

Returns:

  • (RDF::Vocabulary::Term)


7362
7363
7364
# File 'lib/rdf/vocab/schemas.rb', line 7362

def priceRange
  @priceRange
end

#PriceSpecificationRDF::Vocabulary::Term (readonly)

A structured value representing a price or price range. Typically, only the subclasses of this type are used for markup. It is recommended to use [[MonetaryAmount]] to describe independent amounts of money such as a salary, credit card limits, etc.

Returns:

  • (RDF::Vocabulary::Term)


2482
2483
2484
# File 'lib/rdf/vocab/schemas.rb', line 2482

def PriceSpecification
  @PriceSpecification
end

#priceSpecificationRDF::Vocabulary::Term (readonly)

One or more detailed price specifications, indicating the unit price and delivery or payment charges.

Returns:

  • (RDF::Vocabulary::Term)


7366
7367
7368
# File 'lib/rdf/vocab/schemas.rb', line 7366

def priceSpecification
  @priceSpecification
end

#priceTypeRDF::Vocabulary::Term (readonly)

Defines the type of a price specified for an offered product, for example a list price, a (temporary) sale price or a manufacturer suggested retail price. If multiple prices are specified for an offer the [[priceType]] property can be used to identify the type of each such specified price. The value of priceType can be specified as a value from enumeration PriceTypeEnumeration or as a free form text string for price types that are not already predefined in PriceTypeEnumeration.

Returns:

  • (RDF::Vocabulary::Term)


7370
7371
7372
# File 'lib/rdf/vocab/schemas.rb', line 7370

def priceType
  @priceType
end

#PriceTypeEnumerationRDF::Vocabulary::Term (readonly)

Enumerates different price types, for example list price, invoice price, and sale price.

Returns:

  • (RDF::Vocabulary::Term)


2486
2487
2488
# File 'lib/rdf/vocab/schemas.rb', line 2486

def PriceTypeEnumeration
  @PriceTypeEnumeration
end

#priceValidUntilRDF::Vocabulary::Term (readonly)

The date after which the price is no longer available.

Returns:

  • (RDF::Vocabulary::Term)


7374
7375
7376
# File 'lib/rdf/vocab/schemas.rb', line 7374

def priceValidUntil
  @priceValidUntil
end

#PrimaryCareRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


10082
10083
10084
# File 'lib/rdf/vocab/schemas.rb', line 10082

def PrimaryCare
  @PrimaryCare
end

#primaryImageOfPageRDF::Vocabulary::Term (readonly)

Indicates the main image on the page.

Returns:

  • (RDF::Vocabulary::Term)


7378
7379
7380
# File 'lib/rdf/vocab/schemas.rb', line 7378

def primaryImageOfPage
  @primaryImageOfPage
end

#primaryPreventionRDF::Vocabulary::Term (readonly)

A preventative therapy used to prevent an initial occurrence of the medical condition, such as vaccination.

Returns:

  • (RDF::Vocabulary::Term)


7382
7383
7384
# File 'lib/rdf/vocab/schemas.rb', line 7382

def primaryPrevention
  @primaryPrevention
end

#printColumnRDF::Vocabulary::Term (readonly)

The number of the column in which the NewsArticle appears in the print edition.

Returns:

  • (RDF::Vocabulary::Term)


7386
7387
7388
# File 'lib/rdf/vocab/schemas.rb', line 7386

def printColumn
  @printColumn
end

#printEditionRDF::Vocabulary::Term (readonly)

The edition of the print product in which the NewsArticle appears.

Returns:

  • (RDF::Vocabulary::Term)


7390
7391
7392
# File 'lib/rdf/vocab/schemas.rb', line 7390

def printEdition
  @printEdition
end

#printPageRDF::Vocabulary::Term (readonly)

If this NewsArticle appears in print, this field indicates the name of the page on which the article is found. Please note that this field is intended for the exact page name (e.g. A5, B18).

Returns:

  • (RDF::Vocabulary::Term)


7394
7395
7396
# File 'lib/rdf/vocab/schemas.rb', line 7394

def printPage
  @printPage
end

#printSectionRDF::Vocabulary::Term (readonly)

If this NewsArticle appears in print, this field indicates the print section in which the article appeared.

Returns:

  • (RDF::Vocabulary::Term)


7398
7399
7400
# File 'lib/rdf/vocab/schemas.rb', line 7398

def printSection
  @printSection
end

#PrionRDF::Vocabulary::Term (readonly)

A prion is an infectious agent composed of protein in a misfolded form.

Returns:

  • (RDF::Vocabulary::Term)


2490
2491
2492
# File 'lib/rdf/vocab/schemas.rb', line 2490

def Prion
  @Prion
end

#procedureRDF::Vocabulary::Term (readonly)

A description of the procedure involved in setting up, using, and/or installing the device.

Returns:

  • (RDF::Vocabulary::Term)


7402
7403
7404
# File 'lib/rdf/vocab/schemas.rb', line 7402

def procedure
  @procedure
end

#procedureTypeRDF::Vocabulary::Term (readonly)

The type of procedure, for example Surgical, Noninvasive, or Percutaneous.

Returns:

  • (RDF::Vocabulary::Term)


7406
7407
7408
# File 'lib/rdf/vocab/schemas.rb', line 7406

def procedureType
  @procedureType
end

#processingTimeRDF::Vocabulary::Term (readonly)

Estimated processing time for the service using this channel.

Returns:

  • (RDF::Vocabulary::Term)


7410
7411
7412
# File 'lib/rdf/vocab/schemas.rb', line 7410

def processingTime
  @processingTime
end

#processorRequirementsRDF::Vocabulary::Term (readonly)

Processor architecture required to run the application (e.g. IA64).

Returns:

  • (RDF::Vocabulary::Term)


7414
7415
7416
# File 'lib/rdf/vocab/schemas.rb', line 7414

def processorRequirements
  @processorRequirements
end

#producerRDF::Vocabulary::Term (readonly)

The person or organization who produced the work (e.g. music album, movie, tv/radio series etc.).

Returns:

  • (RDF::Vocabulary::Term)


7418
7419
7420
# File 'lib/rdf/vocab/schemas.rb', line 7418

def producer
  @producer
end

#producesRDF::Vocabulary::Term (readonly)

The tangible thing generated by the service, e.g. a passport, permit, etc.

Returns:

  • (RDF::Vocabulary::Term)


7422
7423
7424
# File 'lib/rdf/vocab/schemas.rb', line 7422

def produces
  @produces
end

#ProductRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


2494
2495
2496
# File 'lib/rdf/vocab/schemas.rb', line 2494

def Product
  @Product
end

#ProductCollectionRDF::Vocabulary::Term (readonly)

A set of products (either [[ProductGroup]]s or specific variants) that are listed together e.g. in an [[Offer]].

Returns:

  • (RDF::Vocabulary::Term)


2498
2499
2500
# File 'lib/rdf/vocab/schemas.rb', line 2498

def ProductCollection
  @ProductCollection
end

#ProductGroupRDF::Vocabulary::Term (readonly)

A ProductGroup represents a group of [[Product]]s that vary only in certain well-described ways, such as by [[size]], [[color]], [[material]] etc. While a ProductGroup itself is not directly offered for sale, the various varying products that it represents can be. The ProductGroup serves as a prototype or template, standing in for all of the products who have an [[isVariantOf]] relationship to it. As such, properties (including additional types) can be applied to the ProductGroup to represent characteristics shared by each of the (possibly very many) variants. Properties that reference a ProductGroup are not included in this mechanism; neither are the following specific properties [[variesBy]], [[hasVariant]], [[url]].

Returns:

  • (RDF::Vocabulary::Term)


2502
2503
2504
# File 'lib/rdf/vocab/schemas.rb', line 2502

def ProductGroup
  @ProductGroup
end

#productGroupIDRDF::Vocabulary::Term (readonly)

Indicates a textual identifier for a ProductGroup.

Returns:

  • (RDF::Vocabulary::Term)


7426
7427
7428
# File 'lib/rdf/vocab/schemas.rb', line 7426

def productGroupID
  @productGroupID
end

#productIDRDF::Vocabulary::Term (readonly)

The product identifier, such as ISBN. For example: “‘ meta itemprop=“productID” content=“isbn:123-456-789” “`.

Returns:

  • (RDF::Vocabulary::Term)


7430
7431
7432
# File 'lib/rdf/vocab/schemas.rb', line 7430

def productID
  @productID
end

#productionCompanyRDF::Vocabulary::Term (readonly)

The production company or studio responsible for the item e.g. series, video game, episode etc.

Returns:

  • (RDF::Vocabulary::Term)


7446
7447
7448
# File 'lib/rdf/vocab/schemas.rb', line 7446

def productionCompany
  @productionCompany
end

#productionDateRDF::Vocabulary::Term (readonly)

The date of production of the item, e.g. vehicle.

Returns:

  • (RDF::Vocabulary::Term)


7450
7451
7452
# File 'lib/rdf/vocab/schemas.rb', line 7450

def productionDate
  @productionDate
end

#ProductModelRDF::Vocabulary::Term (readonly)

A datasheet or vendor specification of a product (in the sense of a prototypical description).

Returns:

  • (RDF::Vocabulary::Term)


2506
2507
2508
# File 'lib/rdf/vocab/schemas.rb', line 2506

def ProductModel
  @ProductModel
end

#productReturnDaysRDF::Vocabulary::Term (readonly)

The productReturnDays property indicates the number of days (from purchase) within which relevant product return policy is applicable.

Returns:

  • (RDF::Vocabulary::Term)


7434
7435
7436
# File 'lib/rdf/vocab/schemas.rb', line 7434

def productReturnDays
  @productReturnDays
end

#ProductReturnEnumerationRDF::Vocabulary::Term (readonly)

ProductReturnEnumeration enumerates several kinds of product return policy. Note that this structure may not capture all aspects of the policy.

Returns:

  • (RDF::Vocabulary::Term)


2510
2511
2512
# File 'lib/rdf/vocab/schemas.rb', line 2510

def ProductReturnEnumeration
  @ProductReturnEnumeration
end

#ProductReturnFiniteReturnWindowRDF::Vocabulary::Term (readonly)

ProductReturnFiniteReturnWindow: there is a finite window for product returns.

Returns:

  • (RDF::Vocabulary::Term)


10086
10087
10088
# File 'lib/rdf/vocab/schemas.rb', line 10086

def ProductReturnFiniteReturnWindow
  @ProductReturnFiniteReturnWindow
end

Indicates a Web page or service by URL, for product return.

Returns:

  • (RDF::Vocabulary::Term)


7438
7439
7440
# File 'lib/rdf/vocab/schemas.rb', line 7438

def productReturnLink
  @productReturnLink
end

#ProductReturnNotPermittedRDF::Vocabulary::Term (readonly)

ProductReturnNotPermitted: product returns are not permitted.

Returns:

  • (RDF::Vocabulary::Term)


10090
10091
10092
# File 'lib/rdf/vocab/schemas.rb', line 10090

def ProductReturnNotPermitted
  @ProductReturnNotPermitted
end

#ProductReturnPolicyRDF::Vocabulary::Term (readonly)

A ProductReturnPolicy provides information about product return policies associated with an [[Organization]] or [[Product]].

Returns:

  • (RDF::Vocabulary::Term)


2514
2515
2516
# File 'lib/rdf/vocab/schemas.rb', line 2514

def ProductReturnPolicy
  @ProductReturnPolicy
end

#ProductReturnUnlimitedWindowRDF::Vocabulary::Term (readonly)

ProductReturnUnlimitedWindow: there is an unlimited window for product returns.

Returns:

  • (RDF::Vocabulary::Term)


10094
10095
10096
# File 'lib/rdf/vocab/schemas.rb', line 10094

def ProductReturnUnlimitedWindow
  @ProductReturnUnlimitedWindow
end

#ProductReturnUnspecifiedRDF::Vocabulary::Term (readonly)

ProductReturnUnspecified: a product return policy is not specified here.

Returns:

  • (RDF::Vocabulary::Term)


10098
10099
10100
# File 'lib/rdf/vocab/schemas.rb', line 10098

def ProductReturnUnspecified
  @ProductReturnUnspecified
end

#productSupportedRDF::Vocabulary::Term (readonly)

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”).

Returns:

  • (RDF::Vocabulary::Term)


7442
7443
7444
# File 'lib/rdf/vocab/schemas.rb', line 7442

def productSupported
  @productSupported
end

#ProfessionalServiceRDF::Vocabulary::Term (readonly)

Original definition: “provider of professional services.”nnThe general [[ProfessionalService]] type for local businesses was deprecated due to confusion with [[Service]]. For reference, the types that it included were: [[Dentist]], [[AccountingService]], [[Attorney]], [[Notary]], as well as types for several kinds of [[HomeAndConstructionBusiness]]: [[Electrician]], [[GeneralContractor]], [[HousePainter]], [[Locksmith]], [[Plumber]], [[RoofingContractor]]. [[LegalService]] was introduced as a more inclusive supertype of [[Attorney]].

Returns:

  • (RDF::Vocabulary::Term)


2518
2519
2520
# File 'lib/rdf/vocab/schemas.rb', line 2518

def ProfessionalService
  @ProfessionalService
end

#proficiencyLevelRDF::Vocabulary::Term (readonly)

Proficiency needed for this content; expected values: ‘Beginner’, ‘Expert’.

Returns:

  • (RDF::Vocabulary::Term)


7454
7455
7456
# File 'lib/rdf/vocab/schemas.rb', line 7454

def proficiencyLevel
  @proficiencyLevel
end

#ProfilePageRDF::Vocabulary::Term (readonly)

Web page type: Profile page.

Returns:

  • (RDF::Vocabulary::Term)


2522
2523
2524
# File 'lib/rdf/vocab/schemas.rb', line 2522

def ProfilePage
  @ProfilePage
end

#PrognosisHealthAspectRDF::Vocabulary::Term (readonly)

Typical progression and happenings of life course of the topic.

Returns:

  • (RDF::Vocabulary::Term)


10102
10103
10104
# File 'lib/rdf/vocab/schemas.rb', line 10102

def PrognosisHealthAspect
  @PrognosisHealthAspect
end

#ProgramMembershipRDF::Vocabulary::Term (readonly)

Used to describe membership in a loyalty programs (e.g. “StarAliance”), traveler clubs (e.g. “AAA”), purchase clubs (“Safeway Club”), etc.

Returns:

  • (RDF::Vocabulary::Term)


2526
2527
2528
# File 'lib/rdf/vocab/schemas.rb', line 2526

def ProgramMembership
  @ProgramMembership
end

#programMembershipUsedRDF::Vocabulary::Term (readonly)

Any membership in a frequent flyer, hotel loyalty program, etc. being applied to the reservation.

Returns:

  • (RDF::Vocabulary::Term)


7458
7459
7460
# File 'lib/rdf/vocab/schemas.rb', line 7458

def programMembershipUsed
  @programMembershipUsed
end

#programmingLanguageRDF::Vocabulary::Term (readonly)

The computer programming language.

Returns:

  • (RDF::Vocabulary::Term)


7474
7475
7476
# File 'lib/rdf/vocab/schemas.rb', line 7474

def programmingLanguage
  @programmingLanguage
end

#programmingModelRDF::Vocabulary::Term (readonly)

Indicates whether API is managed or unmanaged.

Returns:

  • (RDF::Vocabulary::Term)


7478
7479
7480
# File 'lib/rdf/vocab/schemas.rb', line 7478

def programmingModel
  @programmingModel
end

#programNameRDF::Vocabulary::Term (readonly)

The program providing the membership.

Returns:

  • (RDF::Vocabulary::Term)


7462
7463
7464
# File 'lib/rdf/vocab/schemas.rb', line 7462

def programName
  @programName
end

#programPrerequisitesRDF::Vocabulary::Term (readonly)

Prerequisites for enrolling in the program.

Returns:

  • (RDF::Vocabulary::Term)


7466
7467
7468
# File 'lib/rdf/vocab/schemas.rb', line 7466

def programPrerequisites
  @programPrerequisites
end

#programTypeRDF::Vocabulary::Term (readonly)

The type of educational or occupational program. For example, classroom, internship, alternance, etc..

Returns:

  • (RDF::Vocabulary::Term)


7470
7471
7472
# File 'lib/rdf/vocab/schemas.rb', line 7470

def programType
  @programType
end

#ProjectRDF::Vocabulary::Term (readonly)

An enterprise (potentially individual but typically collaborative), planned to achieve a particular aim. Use properties from [[Organization]], [[subOrganization]]/[] to indicate project sub-structures.

Returns:

  • (RDF::Vocabulary::Term)


2530
2531
2532
# File 'lib/rdf/vocab/schemas.rb', line 2530

def Project
  @Project
end

#PronounceableTextRDF::Vocabulary::Term (readonly)

Data type: PronounceableText.

Returns:

  • (RDF::Vocabulary::Term)


2534
2535
2536
# File 'lib/rdf/vocab/schemas.rb', line 2534

def PronounceableText
  @PronounceableText
end

#PropertyRDF::Vocabulary::Term (readonly)

A property, used to indicate attributes and relationships of some Thing; equivalent to rdf:Property.

Returns:

  • (RDF::Vocabulary::Term)


2538
2539
2540
# File 'lib/rdf/vocab/schemas.rb', line 2538

def Property
  @Property
end

#propertyIDRDF::Vocabulary::Term (readonly)

A commonly used identifier for the characteristic represented by the property, e.g. a manufacturer or a standard code for a property. propertyID can be (1) a prefixed string, mainly meant to be used with standards for product properties; (2) a site-specific, non-prefixed string (e.g. the primary key of the property or the vendor-specific id of the property), or (3) a URL indicating the type of the property, either pointing to an external vocabulary, or a Web resource that describes the property (e.g. a glossary entry). Standards bodies should promote a standard prefix for the identifiers of properties from their standards.

Returns:

  • (RDF::Vocabulary::Term)


7482
7483
7484
# File 'lib/rdf/vocab/schemas.rb', line 7482

def propertyID
  @propertyID
end

#PropertyValueRDF::Vocabulary::Term (readonly)

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.nn 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.

Returns:

  • (RDF::Vocabulary::Term)


2542
2543
2544
# File 'lib/rdf/vocab/schemas.rb', line 2542

def PropertyValue
  @PropertyValue
end

#PropertyValueSpecificationRDF::Vocabulary::Term (readonly)

A Property value specification.

Returns:

  • (RDF::Vocabulary::Term)


2546
2547
2548
# File 'lib/rdf/vocab/schemas.rb', line 2546

def PropertyValueSpecification
  @PropertyValueSpecification
end

#proprietaryNameRDF::Vocabulary::Term (readonly)

Proprietary name given to the diet plan, typically by its originator or creator.

Returns:

  • (RDF::Vocabulary::Term)


7486
7487
7488
# File 'lib/rdf/vocab/schemas.rb', line 7486

def proprietaryName
  @proprietaryName
end

#proteinContentRDF::Vocabulary::Term (readonly)

The number of grams of protein.

Returns:

  • (RDF::Vocabulary::Term)


7490
7491
7492
# File 'lib/rdf/vocab/schemas.rb', line 7490

def proteinContent
  @proteinContent
end

#ProtozoaRDF::Vocabulary::Term (readonly)

Single-celled organism that causes an infection.

Returns:

  • (RDF::Vocabulary::Term)


2550
2551
2552
# File 'lib/rdf/vocab/schemas.rb', line 2550

def Protozoa
  @Protozoa
end

#providerRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


7494
7495
7496
# File 'lib/rdf/vocab/schemas.rb', line 7494

def provider
  @provider
end

#providerMobilityRDF::Vocabulary::Term (readonly)

Indicates the mobility of a provided service (e.g. ‘static’, ‘dynamic’).

Returns:

  • (RDF::Vocabulary::Term)


7498
7499
7500
# File 'lib/rdf/vocab/schemas.rb', line 7498

def providerMobility
  @providerMobility
end

#providesBroadcastServiceRDF::Vocabulary::Term (readonly)

The BroadcastService offered on this channel.

Returns:

  • (RDF::Vocabulary::Term)


7502
7503
7504
# File 'lib/rdf/vocab/schemas.rb', line 7502

def providesBroadcastService
  @providesBroadcastService
end

#providesServiceRDF::Vocabulary::Term (readonly)

The service provided by this channel.

Returns:

  • (RDF::Vocabulary::Term)


7506
7507
7508
# File 'lib/rdf/vocab/schemas.rb', line 7506

def providesService
  @providesService
end

#PsychiatricRDF::Vocabulary::Term (readonly)

A specific branch of medical science that is concerned with the study, treatment, and prevention of mental illness, using both medical and psychological therapies.

Returns:

  • (RDF::Vocabulary::Term)


10106
10107
10108
# File 'lib/rdf/vocab/schemas.rb', line 10106

def Psychiatric
  @Psychiatric
end

#PsychologicalTreatmentRDF::Vocabulary::Term (readonly)

A process of care relying upon counseling, dialogue and communication aimed at improving a mental health condition without use of drugs.

Returns:

  • (RDF::Vocabulary::Term)


2554
2555
2556
# File 'lib/rdf/vocab/schemas.rb', line 2554

def PsychologicalTreatment
  @PsychologicalTreatment
end

#publicAccessRDF::Vocabulary::Term (readonly)

A flag to signal that the [[Place]] is open to public visitors. If this property is omitted there is no assumed default boolean value

Returns:

  • (RDF::Vocabulary::Term)


7510
7511
7512
# File 'lib/rdf/vocab/schemas.rb', line 7510

def publicAccess
  @publicAccess
end

#publicationRDF::Vocabulary::Term (readonly)

A publication event associated with the item.

Returns:

  • (RDF::Vocabulary::Term)


7518
7519
7520
# File 'lib/rdf/vocab/schemas.rb', line 7518

def publication
  @publication
end

#PublicationEventRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


2566
2567
2568
# File 'lib/rdf/vocab/schemas.rb', line 2566

def PublicationEvent
  @PublicationEvent
end

#PublicationIssueRDF::Vocabulary::Term (readonly)

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.nnSee also [blog post](blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html).

Returns:

  • (RDF::Vocabulary::Term)


2570
2571
2572
# File 'lib/rdf/vocab/schemas.rb', line 2570

def PublicationIssue
  @PublicationIssue
end

#publicationTypeRDF::Vocabulary::Term (readonly)

The type of the medical article, taken from the US NLM MeSH publication type catalog. See also [MeSH documentation](www.nlm.nih.gov/mesh/pubtypes.html).

Returns:

  • (RDF::Vocabulary::Term)


7522
7523
7524
# File 'lib/rdf/vocab/schemas.rb', line 7522

def publicationType
  @publicationType
end

#PublicationVolumeRDF::Vocabulary::Term (readonly)

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.nnSee also [blog post](blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html).

Returns:

  • (RDF::Vocabulary::Term)


2574
2575
2576
# File 'lib/rdf/vocab/schemas.rb', line 2574

def PublicationVolume
  @PublicationVolume
end

#PublicHealthRDF::Vocabulary::Term (readonly)

Branch of medicine that pertains to the health services to improve and protect community health, especially epidemiology, sanitation, immunization, and preventive medicine.

Returns:

  • (RDF::Vocabulary::Term)


10110
10111
10112
# File 'lib/rdf/vocab/schemas.rb', line 10110

def PublicHealth
  @PublicHealth
end

#PublicHolidaysRDF::Vocabulary::Term (readonly)

This stands for any day that is a public holiday; it is a placeholder for all official public holidays in some particular location. While not technically a “day of the week”, it can be used with [[OpeningHoursSpecification]]. In the context of an opening hours specification it can be used to indicate opening hours on public holidays, overriding general opening hours for the day of the week on which a public holiday occurs.

Returns:

  • (RDF::Vocabulary::Term)


10114
10115
10116
# File 'lib/rdf/vocab/schemas.rb', line 10114

def PublicHolidays
  @PublicHolidays
end

#PublicSwimmingPoolRDF::Vocabulary::Term (readonly)

A public swimming pool.

Returns:

  • (RDF::Vocabulary::Term)


2558
2559
2560
# File 'lib/rdf/vocab/schemas.rb', line 2558

def PublicSwimmingPool
  @PublicSwimmingPool
end

#PublicToiletRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


2562
2563
2564
# File 'lib/rdf/vocab/schemas.rb', line 2562

def PublicToilet
  @PublicToilet
end

#publicTransportClosuresInfoRDF::Vocabulary::Term (readonly)

Information about public transport closures.

Returns:

  • (RDF::Vocabulary::Term)


7514
7515
7516
# File 'lib/rdf/vocab/schemas.rb', line 7514

def publicTransportClosuresInfo
  @publicTransportClosuresInfo
end

#publishedByRDF::Vocabulary::Term (readonly)

An agent associated with the publication event.

Returns:

  • (RDF::Vocabulary::Term)


7526
7527
7528
# File 'lib/rdf/vocab/schemas.rb', line 7526

def publishedBy
  @publishedBy
end

#publishedOnRDF::Vocabulary::Term (readonly)

A broadcast service associated with the publication event.

Returns:

  • (RDF::Vocabulary::Term)


7530
7531
7532
# File 'lib/rdf/vocab/schemas.rb', line 7530

def publishedOn
  @publishedOn
end

#publisherRDF::Vocabulary::Term (readonly)

The publisher of the creative work.

Returns:

  • (RDF::Vocabulary::Term)


7534
7535
7536
# File 'lib/rdf/vocab/schemas.rb', line 7534

def publisher
  @publisher
end

#publisherImprintRDF::Vocabulary::Term (readonly)

The publishing division which published the comic.

Returns:

  • (RDF::Vocabulary::Term)


7538
7539
7540
# File 'lib/rdf/vocab/schemas.rb', line 7538

def publisherImprint
  @publisherImprint
end

#publishingPrinciplesRDF::Vocabulary::Term (readonly)

The publishingPrinciples property indicates (typically via [[URL]]) a document describing the editorial principles of an [[Organization]] (or individual e.g. a [[Person]] writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles are those of the party primarily responsible for the creation of the [[CreativeWork]]. While such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology.

Returns:

  • (RDF::Vocabulary::Term)


7542
7543
7544
# File 'lib/rdf/vocab/schemas.rb', line 7542

def publishingPrinciples
  @publishingPrinciples
end

#PulmonaryRDF::Vocabulary::Term (readonly)

A specific branch of medical science that pertains to the study of the respiratory system and its respective disease states.

Returns:

  • (RDF::Vocabulary::Term)


10118
10119
10120
# File 'lib/rdf/vocab/schemas.rb', line 10118

def Pulmonary
  @Pulmonary
end

#purchaseDateRDF::Vocabulary::Term (readonly)

The date the item e.g. vehicle was purchased by the current owner.

Returns:

  • (RDF::Vocabulary::Term)


7546
7547
7548
# File 'lib/rdf/vocab/schemas.rb', line 7546

def purchaseDate
  @purchaseDate
end

#QAPageRDF::Vocabulary::Term (readonly)

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).

Returns:

  • (RDF::Vocabulary::Term)


2578
2579
2580
# File 'lib/rdf/vocab/schemas.rb', line 2578

def QAPage
  @QAPage
end

#qualificationsRDF::Vocabulary::Term (readonly)

Specific qualifications required for this role or Occupation.

Returns:

  • (RDF::Vocabulary::Term)


7550
7551
7552
# File 'lib/rdf/vocab/schemas.rb', line 7550

def qualifications
  @qualifications
end

#QualitativeValueRDF::Vocabulary::Term (readonly)

A predefined value for a product characteristic, e.g. the power cord plug type ‘US’ or the garment sizes ‘S’, ‘M’, ‘L’, and ‘XL’.

Returns:

  • (RDF::Vocabulary::Term)


2582
2583
2584
# File 'lib/rdf/vocab/schemas.rb', line 2582

def QualitativeValue
  @QualitativeValue
end

#QuantitativeValueRDF::Vocabulary::Term (readonly)

A point value or interval for product characteristics and other purposes.

Returns:

  • (RDF::Vocabulary::Term)


2586
2587
2588
# File 'lib/rdf/vocab/schemas.rb', line 2586

def QuantitativeValue
  @QuantitativeValue
end

#QuantitativeValueDistributionRDF::Vocabulary::Term (readonly)

A statistical distribution of values.

Returns:

  • (RDF::Vocabulary::Term)


2590
2591
2592
# File 'lib/rdf/vocab/schemas.rb', line 2590

def QuantitativeValueDistribution
  @QuantitativeValueDistribution
end

#QuantityRDF::Vocabulary::Term (readonly)

Quantities such as distance, time, mass, weight, etc. Particular instances of say Mass are entities like ‘3 Kg’ or ‘4 milligrams’.

Returns:

  • (RDF::Vocabulary::Term)


2594
2595
2596
# File 'lib/rdf/vocab/schemas.rb', line 2594

def Quantity
  @Quantity
end

#quarantineGuidelinesRDF::Vocabulary::Term (readonly)

Guidelines about quarantine rules, e.g. in the context of a pandemic.

Returns:

  • (RDF::Vocabulary::Term)


7554
7555
7556
# File 'lib/rdf/vocab/schemas.rb', line 7554

def quarantineGuidelines
  @quarantineGuidelines
end

#queryRDF::Vocabulary::Term (readonly)

A sub property of instrument. The query used on this action.

Returns:

  • (RDF::Vocabulary::Term)


7558
7559
7560
# File 'lib/rdf/vocab/schemas.rb', line 7558

def query
  @query
end

#questRDF::Vocabulary::Term (readonly)

The task that a player-controlled character, or group of characters may complete in order to gain a reward.

Returns:

  • (RDF::Vocabulary::Term)


7562
7563
7564
# File 'lib/rdf/vocab/schemas.rb', line 7562

def quest
  @quest
end

#QuestionRDF::Vocabulary::Term (readonly)

A specific question - e.g. from a user seeking answers online, or collected in a Frequently Asked Questions (FAQ) document.

Returns:

  • (RDF::Vocabulary::Term)


2598
2599
2600
# File 'lib/rdf/vocab/schemas.rb', line 2598

def Question
  @Question
end

#questionRDF::Vocabulary::Term (readonly)

A sub property of object. A question.

Returns:

  • (RDF::Vocabulary::Term)


7566
7567
7568
# File 'lib/rdf/vocab/schemas.rb', line 7566

def question
  @question
end

#QuizRDF::Vocabulary::Term (readonly)

Quiz: A test of knowledge, skills and abilities.

Returns:

  • (RDF::Vocabulary::Term)


2602
2603
2604
# File 'lib/rdf/vocab/schemas.rb', line 2602

def Quiz
  @Quiz
end

#QuotationRDF::Vocabulary::Term (readonly)

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 [[isBasedOn]] to link to source/origin. The [[recordedIn]] property can be used to reference a Quotation from an [[Event]].

Returns:

  • (RDF::Vocabulary::Term)


2606
2607
2608
# File 'lib/rdf/vocab/schemas.rb', line 2606

def Quotation
  @Quotation
end

#QuoteActionRDF::Vocabulary::Term (readonly)

An agent quotes/estimates/appraises an object/product/service with a price at a location/store.

Returns:

  • (RDF::Vocabulary::Term)


2610
2611
2612
# File 'lib/rdf/vocab/schemas.rb', line 2610

def QuoteAction
  @QuoteAction
end

#RadiationTherapyRDF::Vocabulary::Term (readonly)

A process of care using radiation aimed at improving a health condition.

Returns:

  • (RDF::Vocabulary::Term)


2618
2619
2620
# File 'lib/rdf/vocab/schemas.rb', line 2618

def RadiationTherapy
  @RadiationTherapy
end

#RadioBroadcastServiceRDF::Vocabulary::Term (readonly)

A delivery service through which radio content is provided via broadcast over the air or online.

Returns:

  • (RDF::Vocabulary::Term)


2622
2623
2624
# File 'lib/rdf/vocab/schemas.rb', line 2622

def RadioBroadcastService
  @RadioBroadcastService
end

#RadioChannelRDF::Vocabulary::Term (readonly)

A unique instance of a radio BroadcastService on a CableOrSatelliteService lineup.

Returns:

  • (RDF::Vocabulary::Term)


2626
2627
2628
# File 'lib/rdf/vocab/schemas.rb', line 2626

def RadioChannel
  @RadioChannel
end

#RadioClipRDF::Vocabulary::Term (readonly)

A short radio program or a segment/part of a radio program.

Returns:

  • (RDF::Vocabulary::Term)


2630
2631
2632
# File 'lib/rdf/vocab/schemas.rb', line 2630

def RadioClip
  @RadioClip
end

#RadioEpisodeRDF::Vocabulary::Term (readonly)

A radio episode which can be part of a series or season.

Returns:

  • (RDF::Vocabulary::Term)


2634
2635
2636
# File 'lib/rdf/vocab/schemas.rb', line 2634

def RadioEpisode
  @RadioEpisode
end

#RadiographyRDF::Vocabulary::Term (readonly)

Radiography is an imaging technique that uses electromagnetic radiation other than visible light, especially X-rays, to view the internal structure of a non-uniformly composed and opaque object such as the human body.

Returns:

  • (RDF::Vocabulary::Term)


10122
10123
10124
# File 'lib/rdf/vocab/schemas.rb', line 10122

def Radiography
  @Radiography
end

#RadioSeasonRDF::Vocabulary::Term (readonly)

Season dedicated to radio broadcast and associated online delivery.

Returns:

  • (RDF::Vocabulary::Term)


2638
2639
2640
# File 'lib/rdf/vocab/schemas.rb', line 2638

def RadioSeason
  @RadioSeason
end

#RadioSeriesRDF::Vocabulary::Term (readonly)

CreativeWorkSeries dedicated to radio broadcast and associated online delivery.

Returns:

  • (RDF::Vocabulary::Term)


2642
2643
2644
# File 'lib/rdf/vocab/schemas.rb', line 2642

def RadioSeries
  @RadioSeries
end

#RadioStationRDF::Vocabulary::Term (readonly)

A radio station.

Returns:

  • (RDF::Vocabulary::Term)


2646
2647
2648
# File 'lib/rdf/vocab/schemas.rb', line 2646

def RadioStation
  @RadioStation
end

#RandomizedTrialRDF::Vocabulary::Term (readonly)

A randomized trial design.

Returns:

  • (RDF::Vocabulary::Term)


10126
10127
10128
# File 'lib/rdf/vocab/schemas.rb', line 10126

def RandomizedTrial
  @RandomizedTrial
end

#rangeIncludesRDF::Vocabulary::Term (readonly)

Relates a property to a class that constitutes (one of) the expected type(s) for values of the property.

Returns:

  • (RDF::Vocabulary::Term)


7570
7571
7572
# File 'lib/rdf/vocab/schemas.rb', line 7570

def rangeIncludes
  @rangeIncludes
end

#RatingRDF::Vocabulary::Term (readonly)

A rating is an evaluation on a numeric scale, such as 1 to 5 stars.

Returns:

  • (RDF::Vocabulary::Term)


2650
2651
2652
# File 'lib/rdf/vocab/schemas.rb', line 2650

def Rating
  @Rating
end

#ratingCountRDF::Vocabulary::Term (readonly)

The count of total number of ratings.

Returns:

  • (RDF::Vocabulary::Term)


7574
7575
7576
# File 'lib/rdf/vocab/schemas.rb', line 7574

def ratingCount
  @ratingCount
end

#ratingExplanationRDF::Vocabulary::Term (readonly)

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 [[ClaimReview]].

Returns:

  • (RDF::Vocabulary::Term)


7578
7579
7580
# File 'lib/rdf/vocab/schemas.rb', line 7578

def ratingExplanation
  @ratingExplanation
end

#ratingValueRDF::Vocabulary::Term (readonly)

The rating for the content.nnUsage guidelines:nn* Use values from 0123456789 (Unicode ‘DIGIT ZERO’ (U+0030) to ‘DIGIT NINE’ (U+0039)) rather than superficially similiar Unicode symbols.n* Use ‘.’ (Unicode ‘FULL STOP’ (U+002E)) rather than ‘,’ to indicate a decimal point. Avoid using these symbols as a readability separator.

Returns:

  • (RDF::Vocabulary::Term)


7582
7583
7584
# File 'lib/rdf/vocab/schemas.rb', line 7582

def ratingValue
  @ratingValue
end

#ReactActionRDF::Vocabulary::Term (readonly)

The act of responding instinctively and emotionally to an object, expressing a sentiment.

Returns:

  • (RDF::Vocabulary::Term)


2654
2655
2656
# File 'lib/rdf/vocab/schemas.rb', line 2654

def ReactAction
  @ReactAction
end

#ReadActionRDF::Vocabulary::Term (readonly)

The act of consuming written content.

Returns:

  • (RDF::Vocabulary::Term)


2658
2659
2660
# File 'lib/rdf/vocab/schemas.rb', line 2658

def ReadAction
  @ReadAction
end

#readByRDF::Vocabulary::Term (readonly)

A person who reads (performs) the audiobook.

Returns:

  • (RDF::Vocabulary::Term)


7586
7587
7588
# File 'lib/rdf/vocab/schemas.rb', line 7586

def readBy
  @readBy
end

#readonlyValueRDF::Vocabulary::Term (readonly)

Whether or not a property is mutable. Default is false. Specifying this for a property that also has a value makes it act similar to a “hidden” input in an HTML form.

Returns:

  • (RDF::Vocabulary::Term)


7590
7591
7592
# File 'lib/rdf/vocab/schemas.rb', line 7590

def readonlyValue
  @readonlyValue
end

#ReadPermissionRDF::Vocabulary::Term (readonly)

Permission to read or view the document.

Returns:

  • (RDF::Vocabulary::Term)


10130
10131
10132
# File 'lib/rdf/vocab/schemas.rb', line 10130

def ReadPermission
  @ReadPermission
end

#RealEstateAgentRDF::Vocabulary::Term (readonly)

A real-estate agent.

Returns:

  • (RDF::Vocabulary::Term)


2662
2663
2664
# File 'lib/rdf/vocab/schemas.rb', line 2662

def RealEstateAgent
  @RealEstateAgent
end

#realEstateAgentRDF::Vocabulary::Term (readonly)

A sub property of participant. The real estate agent involved in the action.

Returns:

  • (RDF::Vocabulary::Term)


7594
7595
7596
# File 'lib/rdf/vocab/schemas.rb', line 7594

def realEstateAgent
  @realEstateAgent
end

#RealEstateListingRDF::Vocabulary::Term (readonly)

A [[RealEstateListing]] is a listing that describes one or more real-estate [[Offer]]s (whose [[businessFunction]] is typically to lease out, or to sell). The [[RealEstateListing]] type itself represents the overall listing, as manifested in some [[WebPage]].

Returns:

  • (RDF::Vocabulary::Term)


2666
2667
2668
# File 'lib/rdf/vocab/schemas.rb', line 2666

def RealEstateListing
  @RealEstateListing
end

#RearWheelDriveConfigurationRDF::Vocabulary::Term (readonly)

Real-wheel drive is a transmission layout where the engine drives the rear wheels.

Returns:

  • (RDF::Vocabulary::Term)


10134
10135
10136
# File 'lib/rdf/vocab/schemas.rb', line 10134

def RearWheelDriveConfiguration
  @RearWheelDriveConfiguration
end

#ReceiveActionRDF::Vocabulary::Term (readonly)

The act of physically/electronically taking delivery of an object that has been transferred from an origin to a destination. Reciprocal of SendAction.nnRelated actions:nn* [[SendAction]]: The reciprocal of ReceiveAction.n* [[TakeAction]]: Unlike TakeAction, ReceiveAction does not imply that the ownership has been transfered (e.g. I can receive a package, but it does not mean the package is now mine).

Returns:

  • (RDF::Vocabulary::Term)


2670
2671
2672
# File 'lib/rdf/vocab/schemas.rb', line 2670

def ReceiveAction
  @ReceiveAction
end

#recipeRDF::Vocabulary::Term (readonly)

A sub property of instrument. The recipe/instructions used to perform the action.

Returns:

  • (RDF::Vocabulary::Term)


7598
7599
7600
# File 'lib/rdf/vocab/schemas.rb', line 7598

def recipe
  @recipe
end

#RecipeRDF::Vocabulary::Term (readonly)

A recipe. For dietary restrictions covered by the recipe, a few common restrictions are enumerated via [[suitableForDiet]]. The [[keywords]] property can also be used to add more detail.

Returns:

  • (RDF::Vocabulary::Term)


2674
2675
2676
# File 'lib/rdf/vocab/schemas.rb', line 2674

def Recipe
  @Recipe
end

#recipeCategoryRDF::Vocabulary::Term (readonly)

The category of the recipe—for example, appetizer, entree, etc.

Returns:

  • (RDF::Vocabulary::Term)


7602
7603
7604
# File 'lib/rdf/vocab/schemas.rb', line 7602

def recipeCategory
  @recipeCategory
end

#recipeCuisineRDF::Vocabulary::Term (readonly)

The cuisine of the recipe (for example, French or Ethiopian).

Returns:

  • (RDF::Vocabulary::Term)


7606
7607
7608
# File 'lib/rdf/vocab/schemas.rb', line 7606

def recipeCuisine
  @recipeCuisine
end

#recipeIngredientRDF::Vocabulary::Term (readonly)

A single ingredient used in the recipe, e.g. sugar, flour or garlic.

Returns:

  • (RDF::Vocabulary::Term)


7610
7611
7612
# File 'lib/rdf/vocab/schemas.rb', line 7610

def recipeIngredient
  @recipeIngredient
end

#recipeInstructionsRDF::Vocabulary::Term (readonly)

A step in making the recipe, in the form of a single item (document, video, etc.) or an ordered list with HowToStep and/or HowToSection items.

Returns:

  • (RDF::Vocabulary::Term)


7614
7615
7616
# File 'lib/rdf/vocab/schemas.rb', line 7614

def recipeInstructions
  @recipeInstructions
end

#recipeYieldRDF::Vocabulary::Term (readonly)

The quantity produced by the recipe (for example, number of people served, number of servings, etc).

Returns:

  • (RDF::Vocabulary::Term)


7618
7619
7620
# File 'lib/rdf/vocab/schemas.rb', line 7618

def recipeYield
  @recipeYield
end

#recipientRDF::Vocabulary::Term (readonly)

A sub property of participant. The participant who is at the receiving end of the action.

Returns:

  • (RDF::Vocabulary::Term)


7622
7623
7624
# File 'lib/rdf/vocab/schemas.rb', line 7622

def recipient
  @recipient
end

#recognizedByRDF::Vocabulary::Term (readonly)

An organization that acknowledges the validity, value or utility of a credential. Note: recognition may include a process of quality assurance or accreditation.

Returns:

  • (RDF::Vocabulary::Term)


7626
7627
7628
# File 'lib/rdf/vocab/schemas.rb', line 7626

def recognizedBy
  @recognizedBy
end

#recognizingAuthorityRDF::Vocabulary::Term (readonly)

If applicable, the organization that officially recognizes this entity as part of its endorsed system of medicine.

Returns:

  • (RDF::Vocabulary::Term)


7630
7631
7632
# File 'lib/rdf/vocab/schemas.rb', line 7630

def recognizingAuthority
  @recognizingAuthority
end

#RecommendationRDF::Vocabulary::Term (readonly)

[Recommendation]

is a type of [[Review]] 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 [[Guide]] may list multiple recommendations for different categories. For example, in a [[Guide]] about which TVs to buy, the author may have several [[Recommendation]]s.

Returns:

  • (RDF::Vocabulary::Term)


2678
2679
2680
# File 'lib/rdf/vocab/schemas.rb', line 2678

def Recommendation
  @Recommendation
end

#recommendationStrengthRDF::Vocabulary::Term (readonly)

Strength of the guideline’s recommendation (e.g. ‘class I’).

Returns:

  • (RDF::Vocabulary::Term)


7634
7635
7636
# File 'lib/rdf/vocab/schemas.rb', line 7634

def recommendationStrength
  @recommendationStrength
end

#RecommendedDoseScheduleRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


2682
2683
2684
# File 'lib/rdf/vocab/schemas.rb', line 2682

def RecommendedDoseSchedule
  @RecommendedDoseSchedule
end

#recommendedIntakeRDF::Vocabulary::Term (readonly)

Recommended intake of this supplement for a given population as defined by a specific recommending authority.

Returns:

  • (RDF::Vocabulary::Term)


7638
7639
7640
# File 'lib/rdf/vocab/schemas.rb', line 7638

def recommendedIntake
  @recommendedIntake
end

#recordedAsRDF::Vocabulary::Term (readonly)

An audio recording of the work.

Returns:

  • (RDF::Vocabulary::Term)


7646
7647
7648
# File 'lib/rdf/vocab/schemas.rb', line 7646

def recordedAs
  @recordedAs
end

#recordedAtRDF::Vocabulary::Term (readonly)

The Event where the CreativeWork was recorded. The CreativeWork may capture all or part of the event.

Returns:

  • (RDF::Vocabulary::Term)


7650
7651
7652
# File 'lib/rdf/vocab/schemas.rb', line 7650

def recordedAt
  @recordedAt
end

#recordedInRDF::Vocabulary::Term (readonly)

The CreativeWork that captured all or part of this Event.

Returns:

  • (RDF::Vocabulary::Term)


7654
7655
7656
# File 'lib/rdf/vocab/schemas.rb', line 7654

def recordedIn
  @recordedIn
end

#recordingOfRDF::Vocabulary::Term (readonly)

The composition this track is a recording of.

Returns:

  • (RDF::Vocabulary::Term)


7658
7659
7660
# File 'lib/rdf/vocab/schemas.rb', line 7658

def recordingOf
  @recordingOf
end

#recordLabelRDF::Vocabulary::Term (readonly)

The label that issued the release.

Returns:

  • (RDF::Vocabulary::Term)


7642
7643
7644
# File 'lib/rdf/vocab/schemas.rb', line 7642

def recordLabel
  @recordLabel
end

#recourseLoanRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


7662
7663
7664
# File 'lib/rdf/vocab/schemas.rb', line 7662

def recourseLoan
  @recourseLoan
end

#RecruitingRDF::Vocabulary::Term (readonly)

Recruiting participants.

Returns:

  • (RDF::Vocabulary::Term)


10138
10139
10140
# File 'lib/rdf/vocab/schemas.rb', line 10138

def Recruiting
  @Recruiting
end

#RecyclingCenterRDF::Vocabulary::Term (readonly)

A recycling center.

Returns:

  • (RDF::Vocabulary::Term)


2686
2687
2688
# File 'lib/rdf/vocab/schemas.rb', line 2686

def RecyclingCenter
  @RecyclingCenter
end

#referenceQuantityRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


7666
7667
7668
# File 'lib/rdf/vocab/schemas.rb', line 7666

def referenceQuantity
  @referenceQuantity
end

#referencesOrderRDF::Vocabulary::Term (readonly)

The Order(s) related to this Invoice. One or more Orders may be combined into a single Invoice.

Returns:

  • (RDF::Vocabulary::Term)


7670
7671
7672
# File 'lib/rdf/vocab/schemas.rb', line 7670

def referencesOrder
  @referencesOrder
end

#refundTypeRDF::Vocabulary::Term (readonly)

A refundType, from an enumerated list.

Returns:

  • (RDF::Vocabulary::Term)


7674
7675
7676
# File 'lib/rdf/vocab/schemas.rb', line 7674

def refundType
  @refundType
end

#RefundTypeEnumerationRDF::Vocabulary::Term (readonly)

RefundTypeEnumeration enumerates several kinds of product return refund types.

Returns:

  • (RDF::Vocabulary::Term)


2690
2691
2692
# File 'lib/rdf/vocab/schemas.rb', line 2690

def RefundTypeEnumeration
  @RefundTypeEnumeration
end

#RefurbishedConditionRDF::Vocabulary::Term (readonly)

Indicates that the item is refurbished.

Returns:

  • (RDF::Vocabulary::Term)


10142
10143
10144
# File 'lib/rdf/vocab/schemas.rb', line 10142

def RefurbishedCondition
  @RefurbishedCondition
end

#regionDrainedRDF::Vocabulary::Term (readonly)

The anatomical or organ system drained by this vessel; generally refers to a specific part of an organ.

Returns:

  • (RDF::Vocabulary::Term)


7678
7679
7680
# File 'lib/rdf/vocab/schemas.rb', line 7678

def regionDrained
  @regionDrained
end

#regionsAllowedRDF::Vocabulary::Term (readonly)

The regions where the media is allowed. If not specified, then it’s assumed to be allowed everywhere. Specify the countries in [ISO 3166 format](en.wikipedia.org/wiki/ISO_3166).

Returns:

  • (RDF::Vocabulary::Term)


7682
7683
7684
# File 'lib/rdf/vocab/schemas.rb', line 7682

def regionsAllowed
  @regionsAllowed
end

#RegisterActionRDF::Vocabulary::Term (readonly)

The act of registering to be a user of a service, product or web page.nnRelated actions:nn* [[JoinAction]]: Unlike JoinAction, RegisterAction implies you are registering to be a user of a service, not a group/team of people.n* [FollowAction]]: Unlike FollowAction, RegisterAction doesn’t imply that the agent is expecting to poll for updates from the object.n* [[SubscribeAction]]: Unlike SubscribeAction, RegisterAction doesn’t imply that the agent is expecting updates from the object.

Returns:

  • (RDF::Vocabulary::Term)


2694
2695
2696
# File 'lib/rdf/vocab/schemas.rb', line 2694

def RegisterAction
  @RegisterAction
end

#RegistryRDF::Vocabulary::Term (readonly)

A registry-based study design.

Returns:

  • (RDF::Vocabulary::Term)


10146
10147
10148
# File 'lib/rdf/vocab/schemas.rb', line 10146

def Registry
  @Registry
end

#ReimbursementCapRDF::Vocabulary::Term (readonly)

The drug’s cost represents the maximum reimbursement paid by an insurer for the drug.

Returns:

  • (RDF::Vocabulary::Term)


10150
10151
10152
# File 'lib/rdf/vocab/schemas.rb', line 10150

def ReimbursementCap
  @ReimbursementCap
end

#RejectActionRDF::Vocabulary::Term (readonly)

The act of rejecting to/adopting an object.nnRelated actions:nn* [[AcceptAction]]: The antonym of RejectAction.

Returns:

  • (RDF::Vocabulary::Term)


2698
2699
2700
# File 'lib/rdf/vocab/schemas.rb', line 2698

def RejectAction
  @RejectAction
end

#relatedAnatomyRDF::Vocabulary::Term (readonly)

Anatomical systems or structures that relate to the superficial anatomy.

Returns:

  • (RDF::Vocabulary::Term)


7686
7687
7688
# File 'lib/rdf/vocab/schemas.rb', line 7686

def relatedAnatomy
  @relatedAnatomy
end

#relatedConditionRDF::Vocabulary::Term (readonly)

A medical condition associated with this anatomy.

Returns:

  • (RDF::Vocabulary::Term)


7690
7691
7692
# File 'lib/rdf/vocab/schemas.rb', line 7690

def relatedCondition
  @relatedCondition
end

#relatedDrugRDF::Vocabulary::Term (readonly)

Any other drug related to this one, for example commonly-prescribed alternatives.

Returns:

  • (RDF::Vocabulary::Term)


7694
7695
7696
# File 'lib/rdf/vocab/schemas.rb', line 7694

def relatedDrug
  @relatedDrug
end

A link related to this web page, for example to other related web pages.

Returns:

  • (RDF::Vocabulary::Term)


7698
7699
7700
# File 'lib/rdf/vocab/schemas.rb', line 7698

def relatedLink
  @relatedLink
end

#relatedStructureRDF::Vocabulary::Term (readonly)

Related anatomical structure(s) that are not part of the system but relate or connect to it, such as vascular bundles associated with an organ system.

Returns:

  • (RDF::Vocabulary::Term)


7702
7703
7704
# File 'lib/rdf/vocab/schemas.rb', line 7702

def relatedStructure
  @relatedStructure
end

#relatedTherapyRDF::Vocabulary::Term (readonly)

A medical therapy related to this anatomy.

Returns:

  • (RDF::Vocabulary::Term)


7706
7707
7708
# File 'lib/rdf/vocab/schemas.rb', line 7706

def relatedTherapy
  @relatedTherapy
end

#relatedToRDF::Vocabulary::Term (readonly)

The most generic familial relation.

Returns:

  • (RDF::Vocabulary::Term)


7710
7711
7712
# File 'lib/rdf/vocab/schemas.rb', line 7710

def relatedTo
  @relatedTo
end

#RelatedTopicsHealthAspectRDF::Vocabulary::Term (readonly)

Other prominent or relevant topics tied to the main topic.

Returns:

  • (RDF::Vocabulary::Term)


10154
10155
10156
# File 'lib/rdf/vocab/schemas.rb', line 10154

def RelatedTopicsHealthAspect
  @RelatedTopicsHealthAspect
end

#releaseDateRDF::Vocabulary::Term (readonly)

The release date of a product or product model. This can be used to distinguish the exact variant of a product.

Returns:

  • (RDF::Vocabulary::Term)


7714
7715
7716
# File 'lib/rdf/vocab/schemas.rb', line 7714

def releaseDate
  @releaseDate
end

#releasedEventRDF::Vocabulary::Term (readonly)

The place and time the release was issued, expressed as a PublicationEvent.

Returns:

  • (RDF::Vocabulary::Term)


7726
7727
7728
# File 'lib/rdf/vocab/schemas.rb', line 7726

def releasedEvent
  @releasedEvent
end

#releaseNotesRDF::Vocabulary::Term (readonly)

Description of what changed in this version.

Returns:

  • (RDF::Vocabulary::Term)


7718
7719
7720
# File 'lib/rdf/vocab/schemas.rb', line 7718

def releaseNotes
  @releaseNotes
end

#releaseOfRDF::Vocabulary::Term (readonly)

The album this is a release of.

Returns:

  • (RDF::Vocabulary::Term)


7722
7723
7724
# File 'lib/rdf/vocab/schemas.rb', line 7722

def releaseOf
  @releaseOf
end

#relevantOccupationRDF::Vocabulary::Term (readonly)

The Occupation for the JobPosting.

Returns:

  • (RDF::Vocabulary::Term)


7730
7731
7732
# File 'lib/rdf/vocab/schemas.rb', line 7730

def relevantOccupation
  @relevantOccupation
end

#relevantSpecialtyRDF::Vocabulary::Term (readonly)

If applicable, a medical specialty in which this entity is relevant.

Returns:

  • (RDF::Vocabulary::Term)


7734
7735
7736
# File 'lib/rdf/vocab/schemas.rb', line 7734

def relevantSpecialty
  @relevantSpecialty
end

#remainingAttendeeCapacityRDF::Vocabulary::Term (readonly)

The number of attendee places for an event that remain unallocated.

Returns:

  • (RDF::Vocabulary::Term)


7738
7739
7740
# File 'lib/rdf/vocab/schemas.rb', line 7738

def remainingAttendeeCapacity
  @remainingAttendeeCapacity
end

#RemixAlbumRDF::Vocabulary::Term (readonly)

RemixAlbum.

Returns:

  • (RDF::Vocabulary::Term)


10158
10159
10160
# File 'lib/rdf/vocab/schemas.rb', line 10158

def RemixAlbum
  @RemixAlbum
end

#RenalRDF::Vocabulary::Term (readonly)

A specific branch of medical science that pertains to the study of the kidneys and its respective disease states.

Returns:

  • (RDF::Vocabulary::Term)


10162
10163
10164
# File 'lib/rdf/vocab/schemas.rb', line 10162

def Renal
  @Renal
end

#renegotiableLoanRDF::Vocabulary::Term (readonly)

Whether the terms for payment of interest can be renegotiated during the life of the loan.

Returns:

  • (RDF::Vocabulary::Term)


7742
7743
7744
# File 'lib/rdf/vocab/schemas.rb', line 7742

def renegotiableLoan
  @renegotiableLoan
end

#RentActionRDF::Vocabulary::Term (readonly)

The act of giving money in return for temporary use, but not ownership, of an object such as a vehicle or property. For example, an agent rents a property from a landlord in exchange for a periodic payment.

Returns:

  • (RDF::Vocabulary::Term)


2702
2703
2704
# File 'lib/rdf/vocab/schemas.rb', line 2702

def RentAction
  @RentAction
end

#RentalCarReservationRDF::Vocabulary::Term (readonly)

A reservation for a rental car.nnNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations.

Returns:

  • (RDF::Vocabulary::Term)


2706
2707
2708
# File 'lib/rdf/vocab/schemas.rb', line 2706

def RentalCarReservation
  @RentalCarReservation
end

#RentalVehicleUsageRDF::Vocabulary::Term (readonly)

Indicates the usage of the vehicle as a rental car.

Returns:

  • (RDF::Vocabulary::Term)


10166
10167
10168
# File 'lib/rdf/vocab/schemas.rb', line 10166

def RentalVehicleUsage
  @RentalVehicleUsage
end

#RepaymentSpecificationRDF::Vocabulary::Term (readonly)

A structured value representing repayment.

Returns:

  • (RDF::Vocabulary::Term)


2710
2711
2712
# File 'lib/rdf/vocab/schemas.rb', line 2710

def RepaymentSpecification
  @RepaymentSpecification
end

#repeatCountRDF::Vocabulary::Term (readonly)

Defines the number of times a recurring [[Event]] will take place

Returns:

  • (RDF::Vocabulary::Term)


7746
7747
7748
# File 'lib/rdf/vocab/schemas.rb', line 7746

def repeatCount
  @repeatCount
end

#repeatFrequencyRDF::Vocabulary::Term (readonly)

Defines the frequency at which [[Events]] will occur according to a schedule [[Schedule]]. The intervals between events should be defined as a [[Duration]] of time.

Returns:

  • (RDF::Vocabulary::Term)


7750
7751
7752
# File 'lib/rdf/vocab/schemas.rb', line 7750

def repeatFrequency
  @repeatFrequency
end

#repetitionsRDF::Vocabulary::Term (readonly)

Number of times one should repeat the activity.

Returns:

  • (RDF::Vocabulary::Term)


7754
7755
7756
# File 'lib/rdf/vocab/schemas.rb', line 7754

def repetitions
  @repetitions
end

#ReplaceActionRDF::Vocabulary::Term (readonly)

The act of editing a recipient by replacing an old object with a new object.

Returns:

  • (RDF::Vocabulary::Term)


2714
2715
2716
# File 'lib/rdf/vocab/schemas.rb', line 2714

def ReplaceAction
  @ReplaceAction
end

#replaceeRDF::Vocabulary::Term (readonly)

A sub property of object. The object that is being replaced.

Returns:

  • (RDF::Vocabulary::Term)


7758
7759
7760
# File 'lib/rdf/vocab/schemas.rb', line 7758

def replacee
  @replacee
end

#replacerRDF::Vocabulary::Term (readonly)

A sub property of object. The object that replaces.

Returns:

  • (RDF::Vocabulary::Term)


7762
7763
7764
# File 'lib/rdf/vocab/schemas.rb', line 7762

def replacer
  @replacer
end

#ReplyActionRDF::Vocabulary::Term (readonly)

The act of responding to a question/message asked/sent by the object. Related to [[AskAction]]nnRelated actions:nn* [[AskAction]]: Appears generally as an origin of a ReplyAction.

Returns:

  • (RDF::Vocabulary::Term)


2718
2719
2720
# File 'lib/rdf/vocab/schemas.rb', line 2718

def ReplyAction
  @ReplyAction
end

#replyToUrlRDF::Vocabulary::Term (readonly)

The URL at which a reply may be posted to the specified UserComment.

Returns:

  • (RDF::Vocabulary::Term)


7766
7767
7768
# File 'lib/rdf/vocab/schemas.rb', line 7766

def replyToUrl
  @replyToUrl
end

#ReportRDF::Vocabulary::Term (readonly)

A Report generated by governmental or non-governmental organization.

Returns:

  • (RDF::Vocabulary::Term)


2722
2723
2724
# File 'lib/rdf/vocab/schemas.rb', line 2722

def Report
  @Report
end

#ReportageNewsArticleRDF::Vocabulary::Term (readonly)

The [[ReportageNewsArticle]] type is a subtype of [[NewsArticle]] representing news articles which are the result of journalistic news reporting conventions. In practice many news publishers produce a wide variety of article types, many of which might be considered a [[NewsArticle]] but not a [[ReportageNewsArticle]]. For example, opinion pieces, reviews, analysis, sponsored or satirical articles, or articles that combine several of these elements. The [[ReportageNewsArticle]] 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 [[ReportageNewsArticle]] sense de-emphasize the opinion of the author, with commentary and value judgements typically expressed elsewhere. A [[ReportageNewsArticle]] which goes deeper into analysis can also be marked with an additional type of [[AnalysisNewsArticle]].

Returns:

  • (RDF::Vocabulary::Term)


2726
2727
2728
# File 'lib/rdf/vocab/schemas.rb', line 2726

def ReportageNewsArticle
  @ReportageNewsArticle
end

#ReportedDoseScheduleRDF::Vocabulary::Term (readonly)

A patient-reported or observed dosing schedule for a drug or supplement.

Returns:

  • (RDF::Vocabulary::Term)


2730
2731
2732
# File 'lib/rdf/vocab/schemas.rb', line 2730

def ReportedDoseSchedule
  @ReportedDoseSchedule
end

#reportNumberRDF::Vocabulary::Term (readonly)

The number or other unique designator assigned to a Report by the publishing organization.

Returns:

  • (RDF::Vocabulary::Term)


7770
7771
7772
# File 'lib/rdf/vocab/schemas.rb', line 7770

def reportNumber
  @reportNumber
end

#representativeOfPageRDF::Vocabulary::Term (readonly)

Indicates whether this image is representative of the content of the page.

Returns:

  • (RDF::Vocabulary::Term)


7774
7775
7776
# File 'lib/rdf/vocab/schemas.rb', line 7774

def representativeOfPage
  @representativeOfPage
end

#requiredCollateralRDF::Vocabulary::Term (readonly)

Assets required to secure loan or credit repayments. It may take form of third party pledge, goods, financial instruments (cash, securities, etc.)

Returns:

  • (RDF::Vocabulary::Term)


7778
7779
7780
# File 'lib/rdf/vocab/schemas.rb', line 7778

def requiredCollateral
  @requiredCollateral
end

#requiredGenderRDF::Vocabulary::Term (readonly)

Audiences defined by a person’s gender.

Returns:

  • (RDF::Vocabulary::Term)


7782
7783
7784
# File 'lib/rdf/vocab/schemas.rb', line 7782

def requiredGender
  @requiredGender
end

#requiredMaxAgeRDF::Vocabulary::Term (readonly)

Audiences defined by a person’s maximum age.

Returns:

  • (RDF::Vocabulary::Term)


7786
7787
7788
# File 'lib/rdf/vocab/schemas.rb', line 7786

def requiredMaxAge
  @requiredMaxAge
end

#requiredMinAgeRDF::Vocabulary::Term (readonly)

Audiences defined by a person’s minimum age.

Returns:

  • (RDF::Vocabulary::Term)


7790
7791
7792
# File 'lib/rdf/vocab/schemas.rb', line 7790

def requiredMinAge
  @requiredMinAge
end

#requiredQuantityRDF::Vocabulary::Term (readonly)

The required quantity of the item(s).

Returns:

  • (RDF::Vocabulary::Term)


7794
7795
7796
# File 'lib/rdf/vocab/schemas.rb', line 7794

def requiredQuantity
  @requiredQuantity
end

#requirementsRDF::Vocabulary::Term (readonly)

Component dependency requirements for application. This includes runtime environments and shared libraries that are not included in the application distribution package, but required to run the application (Examples: DirectX, Java or .NET runtime).

Returns:

  • (RDF::Vocabulary::Term)


7798
7799
7800
# File 'lib/rdf/vocab/schemas.rb', line 7798

def requirements
  @requirements
end

#requiresSubscriptionRDF::Vocabulary::Term (readonly)

Indicates if use of the media require a subscription (either paid or free). Allowed values are “‘true“` or “`false“` (note that an earlier version had ’yes’, ‘no’).

Returns:

  • (RDF::Vocabulary::Term)


7802
7803
7804
# File 'lib/rdf/vocab/schemas.rb', line 7802

def requiresSubscription
  @requiresSubscription
end

#ResearcherRDF::Vocabulary::Term (readonly)

Researchers.

Returns:

  • (RDF::Vocabulary::Term)


2738
2739
2740
# File 'lib/rdf/vocab/schemas.rb', line 2738

def Researcher
  @Researcher
end

#ResearchProjectRDF::Vocabulary::Term (readonly)

A Research project.

Returns:

  • (RDF::Vocabulary::Term)


2734
2735
2736
# File 'lib/rdf/vocab/schemas.rb', line 2734

def ResearchProject
  @ResearchProject
end

#ReservationRDF::Vocabulary::Term (readonly)

Describes a reservation for travel, dining or an event. Some reservations require tickets. nnNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, restaurant reservations, flights, or rental cars, use [[Offer]].

Returns:

  • (RDF::Vocabulary::Term)


2742
2743
2744
# File 'lib/rdf/vocab/schemas.rb', line 2742

def Reservation
  @Reservation
end

#ReservationCancelledRDF::Vocabulary::Term (readonly)

The status for a previously confirmed reservation that is now cancelled.

Returns:

  • (RDF::Vocabulary::Term)


10170
10171
10172
# File 'lib/rdf/vocab/schemas.rb', line 10170

def ReservationCancelled
  @ReservationCancelled
end

#ReservationConfirmedRDF::Vocabulary::Term (readonly)

The status of a confirmed reservation.

Returns:

  • (RDF::Vocabulary::Term)


10174
10175
10176
# File 'lib/rdf/vocab/schemas.rb', line 10174

def ReservationConfirmed
  @ReservationConfirmed
end

#reservationForRDF::Vocabulary::Term (readonly)

The thing – flight, event, restaurant,etc. being reserved.

Returns:

  • (RDF::Vocabulary::Term)


7806
7807
7808
# File 'lib/rdf/vocab/schemas.rb', line 7806

def reservationFor
  @reservationFor
end

#ReservationHoldRDF::Vocabulary::Term (readonly)

The status of a reservation on hold pending an update like credit card number or flight changes.

Returns:

  • (RDF::Vocabulary::Term)


10178
10179
10180
# File 'lib/rdf/vocab/schemas.rb', line 10178

def ReservationHold
  @ReservationHold
end

#reservationIdRDF::Vocabulary::Term (readonly)

A unique identifier for the reservation.

Returns:

  • (RDF::Vocabulary::Term)


7810
7811
7812
# File 'lib/rdf/vocab/schemas.rb', line 7810

def reservationId
  @reservationId
end

#ReservationPackageRDF::Vocabulary::Term (readonly)

A group of multiple reservations with common values for all sub-reservations.

Returns:

  • (RDF::Vocabulary::Term)


2746
2747
2748
# File 'lib/rdf/vocab/schemas.rb', line 2746

def ReservationPackage
  @ReservationPackage
end

#ReservationPendingRDF::Vocabulary::Term (readonly)

The status of a reservation when a request has been sent, but not confirmed.

Returns:

  • (RDF::Vocabulary::Term)


10182
10183
10184
# File 'lib/rdf/vocab/schemas.rb', line 10182

def ReservationPending
  @ReservationPending
end

#reservationStatusRDF::Vocabulary::Term (readonly)

The current status of the reservation.

Returns:

  • (RDF::Vocabulary::Term)


7814
7815
7816
# File 'lib/rdf/vocab/schemas.rb', line 7814

def reservationStatus
  @reservationStatus
end

#ReservationStatusTypeRDF::Vocabulary::Term (readonly)

Enumerated status values for Reservation.

Returns:

  • (RDF::Vocabulary::Term)


2750
2751
2752
# File 'lib/rdf/vocab/schemas.rb', line 2750

def ReservationStatusType
  @ReservationStatusType
end

#ReserveActionRDF::Vocabulary::Term (readonly)

Reserving a concrete object.nnRelated actions:nn* [[ScheduleAction]]</a>: Unlike ScheduleAction, ReserveAction reserves concrete objects (e.g. a table, a hotel) towards a time slot / spatial allocation.

Returns:

  • (RDF::Vocabulary::Term)


2754
2755
2756
# File 'lib/rdf/vocab/schemas.rb', line 2754

def ReserveAction
  @ReserveAction
end

#reservedTicketRDF::Vocabulary::Term (readonly)

A ticket associated with the reservation.

Returns:

  • (RDF::Vocabulary::Term)


7818
7819
7820
# File 'lib/rdf/vocab/schemas.rb', line 7818

def reservedTicket
  @reservedTicket
end

#ReservoirRDF::Vocabulary::Term (readonly)

A reservoir of water, typically an artificially created lake, like the Lake Kariba reservoir.

Returns:

  • (RDF::Vocabulary::Term)


2758
2759
2760
# File 'lib/rdf/vocab/schemas.rb', line 2758

def Reservoir
  @Reservoir
end

#ResidenceRDF::Vocabulary::Term (readonly)

The place where a person lives.

Returns:

  • (RDF::Vocabulary::Term)


2762
2763
2764
# File 'lib/rdf/vocab/schemas.rb', line 2762

def Residence
  @Residence
end

#ResortRDF::Vocabulary::Term (readonly)

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=“en.wikipedia.org/wiki/Resort”>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>.

Returns:

  • (RDF::Vocabulary::Term)


2766
2767
2768
# File 'lib/rdf/vocab/schemas.rb', line 2766

def Resort
  @Resort
end

#RespiratoryTherapyRDF::Vocabulary::Term (readonly)

The therapy that is concerned with the maintenance or improvement of respiratory function (as in patients with pulmonary disease).

Returns:

  • (RDF::Vocabulary::Term)


10186
10187
10188
# File 'lib/rdf/vocab/schemas.rb', line 10186

def RespiratoryTherapy
  @RespiratoryTherapy
end

#responsibilitiesRDF::Vocabulary::Term (readonly)

Responsibilities associated with this role or Occupation.

Returns:

  • (RDF::Vocabulary::Term)


7822
7823
7824
# File 'lib/rdf/vocab/schemas.rb', line 7822

def responsibilities
  @responsibilities
end

#RestaurantRDF::Vocabulary::Term (readonly)

A restaurant.

Returns:

  • (RDF::Vocabulary::Term)


2770
2771
2772
# File 'lib/rdf/vocab/schemas.rb', line 2770

def Restaurant
  @Restaurant
end

#RestockingFeesRDF::Vocabulary::Term (readonly)

RestockingFees …

Returns:

  • (RDF::Vocabulary::Term)


10190
10191
10192
# File 'lib/rdf/vocab/schemas.rb', line 10190

def RestockingFees
  @RestockingFees
end

#restPeriodsRDF::Vocabulary::Term (readonly)

How often one should break from the activity.

Returns:

  • (RDF::Vocabulary::Term)


7826
7827
7828
# File 'lib/rdf/vocab/schemas.rb', line 7826

def restPeriods
  @restPeriods
end

#RestrictedDietRDF::Vocabulary::Term (readonly)

A diet restricted to certain foods or preparations for cultural, religious, health or lifestyle reasons.

Returns:

  • (RDF::Vocabulary::Term)


2774
2775
2776
# File 'lib/rdf/vocab/schemas.rb', line 2774

def RestrictedDiet
  @RestrictedDiet
end

#resultRDF::Vocabulary::Term (readonly)

The result produced in the action. e.g. John wrote *a book*.

Returns:

  • (RDF::Vocabulary::Term)


7830
7831
7832
# File 'lib/rdf/vocab/schemas.rb', line 7830

def result
  @result
end

#resultCommentRDF::Vocabulary::Term (readonly)

A sub property of result. The Comment created or sent as a result of this action.

Returns:

  • (RDF::Vocabulary::Term)


7834
7835
7836
# File 'lib/rdf/vocab/schemas.rb', line 7834

def resultComment
  @resultComment
end

#resultReviewRDF::Vocabulary::Term (readonly)

A sub property of result. The review that resulted in the performing of the action.

Returns:

  • (RDF::Vocabulary::Term)


7838
7839
7840
# File 'lib/rdf/vocab/schemas.rb', line 7838

def resultReview
  @resultReview
end

#ResultsAvailableRDF::Vocabulary::Term (readonly)

Results are available.

Returns:

  • (RDF::Vocabulary::Term)


10194
10195
10196
# File 'lib/rdf/vocab/schemas.rb', line 10194

def ResultsAvailable
  @ResultsAvailable
end

#ResultsNotAvailableRDF::Vocabulary::Term (readonly)

Results are not available.

Returns:

  • (RDF::Vocabulary::Term)


10198
10199
10200
# File 'lib/rdf/vocab/schemas.rb', line 10198

def ResultsNotAvailable
  @ResultsNotAvailable
end

#ResumeActionRDF::Vocabulary::Term (readonly)

The act of resuming a device or application which was formerly paused (e.g. resume music playback or resume a timer).

Returns:

  • (RDF::Vocabulary::Term)


2778
2779
2780
# File 'lib/rdf/vocab/schemas.rb', line 2778

def ResumeAction
  @ResumeAction
end

#RetailRDF::Vocabulary::Term (readonly)

The drug’s cost represents the retail cost of the drug.

Returns:

  • (RDF::Vocabulary::Term)


10202
10203
10204
# File 'lib/rdf/vocab/schemas.rb', line 10202

def Retail
  @Retail
end

#ReturnActionRDF::Vocabulary::Term (readonly)

The act of returning to the origin that which was previously received (concrete objects) or taken (ownership).

Returns:

  • (RDF::Vocabulary::Term)


2782
2783
2784
# File 'lib/rdf/vocab/schemas.rb', line 2782

def ReturnAction
  @ReturnAction
end

#returnFeesRDF::Vocabulary::Term (readonly)

Indicates (via enumerated options) the return fees policy for a MerchantReturnPolicy

Returns:

  • (RDF::Vocabulary::Term)


7842
7843
7844
# File 'lib/rdf/vocab/schemas.rb', line 7842

def returnFees
  @returnFees
end

#ReturnFeesEnumerationRDF::Vocabulary::Term (readonly)

ReturnFeesEnumeration expresses policies for return fees.

Returns:

  • (RDF::Vocabulary::Term)


2786
2787
2788
# File 'lib/rdf/vocab/schemas.rb', line 2786

def ReturnFeesEnumeration
  @ReturnFeesEnumeration
end

#returnPolicyCategoryRDF::Vocabulary::Term (readonly)

A returnPolicyCategory expresses at most one of several enumerated kinds of return.

Returns:

  • (RDF::Vocabulary::Term)


7846
7847
7848
# File 'lib/rdf/vocab/schemas.rb', line 7846

def returnPolicyCategory
  @returnPolicyCategory
end

#ReturnShippingFeesRDF::Vocabulary::Term (readonly)

ReturnShippingFees …

Returns:

  • (RDF::Vocabulary::Term)


10206
10207
10208
# File 'lib/rdf/vocab/schemas.rb', line 10206

def ReturnShippingFees
  @ReturnShippingFees
end

#reviewRDF::Vocabulary::Term (readonly)

A review of the item.

Returns:

  • (RDF::Vocabulary::Term)


7850
7851
7852
# File 'lib/rdf/vocab/schemas.rb', line 7850

def review
  @review
end

#ReviewRDF::Vocabulary::Term (readonly)

A review of an item - for example, of a restaurant, movie, or store.

Returns:

  • (RDF::Vocabulary::Term)


2790
2791
2792
# File 'lib/rdf/vocab/schemas.rb', line 2790

def Review
  @Review
end

#ReviewActionRDF::Vocabulary::Term (readonly)

The act of producing a balanced opinion about the object for an audience. An agent reviews an object with participants resulting in a review.

Returns:

  • (RDF::Vocabulary::Term)


2794
2795
2796
# File 'lib/rdf/vocab/schemas.rb', line 2794

def ReviewAction
  @ReviewAction
end

#reviewAspectRDF::Vocabulary::Term (readonly)

This Review or Rating is relevant to this part or facet of the itemReviewed.

Returns:

  • (RDF::Vocabulary::Term)


7854
7855
7856
# File 'lib/rdf/vocab/schemas.rb', line 7854

def reviewAspect
  @reviewAspect
end

#reviewBodyRDF::Vocabulary::Term (readonly)

The actual body of the review.

Returns:

  • (RDF::Vocabulary::Term)


7858
7859
7860
# File 'lib/rdf/vocab/schemas.rb', line 7858

def reviewBody
  @reviewBody
end

#reviewCountRDF::Vocabulary::Term (readonly)

The count of total number of reviews.

Returns:

  • (RDF::Vocabulary::Term)


7862
7863
7864
# File 'lib/rdf/vocab/schemas.rb', line 7862

def reviewCount
  @reviewCount
end

#reviewedByRDF::Vocabulary::Term (readonly)

People or organizations that have reviewed the content on this web page for accuracy and/or completeness.

Returns:

  • (RDF::Vocabulary::Term)


7870
7871
7872
# File 'lib/rdf/vocab/schemas.rb', line 7870

def reviewedBy
  @reviewedBy
end

#ReviewNewsArticleRDF::Vocabulary::Term (readonly)

A [[NewsArticle]] and [[CriticReview]] providing a professional critic’s assessment of a service, product, performance, or artistic or literary work.

Returns:

  • (RDF::Vocabulary::Term)


2798
2799
2800
# File 'lib/rdf/vocab/schemas.rb', line 2798

def ReviewNewsArticle
  @ReviewNewsArticle
end

#reviewRatingRDF::Vocabulary::Term (readonly)

The rating given in this review. Note that reviews can themselves be rated. The “‘reviewRating“` applies to rating given by the review. The [[aggregateRating]] property applies to the review itself, as a creative work.

Returns:

  • (RDF::Vocabulary::Term)


7866
7867
7868
# File 'lib/rdf/vocab/schemas.rb', line 7866

def reviewRating
  @reviewRating
end

#reviewsRDF::Vocabulary::Term (readonly)

Review of the item.

Returns:

  • (RDF::Vocabulary::Term)


7874
7875
7876
# File 'lib/rdf/vocab/schemas.rb', line 7874

def reviews
  @reviews
end

#RheumatologicRDF::Vocabulary::Term (readonly)

A specific branch of medical science that deals with the study and treatment of rheumatic, autoimmune or joint diseases.

Returns:

  • (RDF::Vocabulary::Term)


10210
10211
10212
# File 'lib/rdf/vocab/schemas.rb', line 10210

def Rheumatologic
  @Rheumatologic
end

#RightHandDrivingRDF::Vocabulary::Term (readonly)

The steering position is on the right side of the vehicle (viewed from the main direction of driving).

Returns:

  • (RDF::Vocabulary::Term)


10214
10215
10216
# File 'lib/rdf/vocab/schemas.rb', line 10214

def RightHandDriving
  @RightHandDriving
end

#riskFactorRDF::Vocabulary::Term (readonly)

A modifiable or non-modifiable factor that increases the risk of a patient contracting this condition, e.g. age, coexisting condition.

Returns:

  • (RDF::Vocabulary::Term)


7878
7879
7880
# File 'lib/rdf/vocab/schemas.rb', line 7878

def riskFactor
  @riskFactor
end

#risksRDF::Vocabulary::Term (readonly)

Specific physiologic risks associated to the diet plan.

Returns:

  • (RDF::Vocabulary::Term)


7882
7883
7884
# File 'lib/rdf/vocab/schemas.rb', line 7882

def risks
  @risks
end

#RisksOrComplicationsHealthAspectRDF::Vocabulary::Term (readonly)

Information about the risk factors and possible complications that may follow a topic.

Returns:

  • (RDF::Vocabulary::Term)


10218
10219
10220
# File 'lib/rdf/vocab/schemas.rb', line 10218

def RisksOrComplicationsHealthAspect
  @RisksOrComplicationsHealthAspect
end

#RiverBodyOfWaterRDF::Vocabulary::Term (readonly)

A river (for example, the broad majestic Shannon).

Returns:

  • (RDF::Vocabulary::Term)


2802
2803
2804
# File 'lib/rdf/vocab/schemas.rb', line 2802

def RiverBodyOfWater
  @RiverBodyOfWater
end

#RoleRDF::Vocabulary::Term (readonly)

Represents additional information about a relationship or property. For example a Role can be used to say that a ‘member’ role linking some SportsTeam to a player occurred during a particular time period. Or that a Person’s ‘actor’ role in a Movie was for some particular characterName. Such properties can be attached to a Role entity, which is then associated with the main entities using ordinary properties like ‘member’ or ‘actor’.nnSee also [blog post](blog.schema.org/2014/06/introducing-role.html).

Returns:

  • (RDF::Vocabulary::Term)


2806
2807
2808
# File 'lib/rdf/vocab/schemas.rb', line 2806

def Role
  @Role
end

#roleNameRDF::Vocabulary::Term (readonly)

A role played, performed or filled by a person or organization. For example, the team of creators for a comic book might fill the roles named ‘inker’, ‘penciller’, and ‘letterer’; or an athlete in a SportsTeam might play in the position named ‘Quarterback’.

Returns:

  • (RDF::Vocabulary::Term)


7886
7887
7888
# File 'lib/rdf/vocab/schemas.rb', line 7886

def roleName
  @roleName
end

#RoofingContractorRDF::Vocabulary::Term (readonly)

A roofing contractor.

Returns:

  • (RDF::Vocabulary::Term)


2810
2811
2812
# File 'lib/rdf/vocab/schemas.rb', line 2810

def RoofingContractor
  @RoofingContractor
end

#roofLoadRDF::Vocabulary::Term (readonly)

The permitted total weight of cargo and installations (e.g. a roof rack) on top of the vehicle.nnTypical unit code(s): KGM for kilogram, LBR for poundnn* Note 1: You can indicate additional information in the [[name]] of the [[QuantitativeValue]] node.n* Note 2: You may also link to a [[QualitativeValue]] node that provides additional information using [[valueReference]]n* Note 3: Note that you can use [[minValue]] and [[maxValue]] to indicate ranges.

Returns:

  • (RDF::Vocabulary::Term)


7890
7891
7892
# File 'lib/rdf/vocab/schemas.rb', line 7890

def roofLoad
  @roofLoad
end

#RoomRDF::Vocabulary::Term (readonly)

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=“en.wikipedia.org/wiki/Room”>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>.

Returns:

  • (RDF::Vocabulary::Term)


2814
2815
2816
# File 'lib/rdf/vocab/schemas.rb', line 2814

def Room
  @Room
end

#RsvpActionRDF::Vocabulary::Term (readonly)

The act of notifying an event organizer as to whether you expect to attend the event.

Returns:

  • (RDF::Vocabulary::Term)


2818
2819
2820
# File 'lib/rdf/vocab/schemas.rb', line 2818

def RsvpAction
  @RsvpAction
end

#rsvpResponseRDF::Vocabulary::Term (readonly)

The response (yes, no, maybe) to the RSVP.

Returns:

  • (RDF::Vocabulary::Term)


7894
7895
7896
# File 'lib/rdf/vocab/schemas.rb', line 7894

def rsvpResponse
  @rsvpResponse
end

#RsvpResponseMaybeRDF::Vocabulary::Term (readonly)

The invitee may or may not attend.

Returns:

  • (RDF::Vocabulary::Term)


10222
10223
10224
# File 'lib/rdf/vocab/schemas.rb', line 10222

def RsvpResponseMaybe
  @RsvpResponseMaybe
end

#RsvpResponseNoRDF::Vocabulary::Term (readonly)

The invitee will not attend.

Returns:

  • (RDF::Vocabulary::Term)


10226
10227
10228
# File 'lib/rdf/vocab/schemas.rb', line 10226

def RsvpResponseNo
  @RsvpResponseNo
end

#RsvpResponseTypeRDF::Vocabulary::Term (readonly)

RsvpResponseType is an enumeration type whose instances represent responding to an RSVP request.

Returns:

  • (RDF::Vocabulary::Term)


2822
2823
2824
# File 'lib/rdf/vocab/schemas.rb', line 2822

def RsvpResponseType
  @RsvpResponseType
end

#RsvpResponseYesRDF::Vocabulary::Term (readonly)

The invitee will attend.

Returns:

  • (RDF::Vocabulary::Term)


10230
10231
10232
# File 'lib/rdf/vocab/schemas.rb', line 10230

def RsvpResponseYes
  @RsvpResponseYes
end

#runsToRDF::Vocabulary::Term (readonly)

The vasculature the lymphatic structure runs, or efferents, to.

Returns:

  • (RDF::Vocabulary::Term)


7898
7899
7900
# File 'lib/rdf/vocab/schemas.rb', line 7898

def runsTo
  @runsTo
end

#runtimeRDF::Vocabulary::Term (readonly)

Runtime platform or script interpreter dependencies (Example - Java v1, Python2.3, .Net Framework 3.0).

Returns:

  • (RDF::Vocabulary::Term)


7902
7903
7904
# File 'lib/rdf/vocab/schemas.rb', line 7902

def runtime
  @runtime
end

#runtimePlatformRDF::Vocabulary::Term (readonly)

Runtime platform or script interpreter dependencies (Example - Java v1, Python2.3, .Net Framework 3.0).

Returns:

  • (RDF::Vocabulary::Term)


7906
7907
7908
# File 'lib/rdf/vocab/schemas.rb', line 7906

def runtimePlatform
  @runtimePlatform
end

#RVParkRDF::Vocabulary::Term (readonly)

A place offering space for “Recreational Vehicles”, Caravans, mobile homes and the like.

Returns:

  • (RDF::Vocabulary::Term)


2614
2615
2616
# File 'lib/rdf/vocab/schemas.rb', line 2614

def RVPark
  @RVPark
end

#rxcuiRDF::Vocabulary::Term (readonly)

The RxCUI drug identifier from RXNORM.

Returns:

  • (RDF::Vocabulary::Term)


7910
7911
7912
# File 'lib/rdf/vocab/schemas.rb', line 7910

def rxcui
  @rxcui
end

#safetyConsiderationRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


7914
7915
7916
# File 'lib/rdf/vocab/schemas.rb', line 7914

def safetyConsideration
  @safetyConsideration
end

#salaryCurrencyRDF::Vocabulary::Term (readonly)

The currency (coded using [ISO 4217](en.wikipedia.org/wiki/ISO_4217) ) used for the main salary information in this job posting or for this employee.

Returns:

  • (RDF::Vocabulary::Term)


7918
7919
7920
# File 'lib/rdf/vocab/schemas.rb', line 7918

def salaryCurrency
  @salaryCurrency
end

#salaryUponCompletionRDF::Vocabulary::Term (readonly)

The expected salary upon completing the training.

Returns:

  • (RDF::Vocabulary::Term)


7922
7923
7924
# File 'lib/rdf/vocab/schemas.rb', line 7922

def salaryUponCompletion
  @salaryUponCompletion
end

#SaleEventRDF::Vocabulary::Term (readonly)

Event type: Sales event.

Returns:

  • (RDF::Vocabulary::Term)


2826
2827
2828
# File 'lib/rdf/vocab/schemas.rb', line 2826

def SaleEvent
  @SaleEvent
end

#SalePriceRDF::Vocabulary::Term (readonly)

Represents a sale price (usually active for a limited period) of an offered product.

Returns:

  • (RDF::Vocabulary::Term)


10238
10239
10240
# File 'lib/rdf/vocab/schemas.rb', line 10238

def SalePrice
  @SalePrice
end

#sameAsRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


7926
7927
7928
# File 'lib/rdf/vocab/schemas.rb', line 7926

def sameAs
  @sameAs
end

#sampleTypeRDF::Vocabulary::Term (readonly)

What type of code sample: full (compile ready) solution, code snippet, inline code, scripts, template.

Returns:

  • (RDF::Vocabulary::Term)


7930
7931
7932
# File 'lib/rdf/vocab/schemas.rb', line 7930

def sampleType
  @sampleType
end

#SatiricalArticleRDF::Vocabulary::Term (readonly)

An [[Article]] whose content is primarily [[satirical]](en.wikipedia.org/wiki/Satire) in nature, i.e. unlikely to be literally true. A satirical article is sometimes but not necessarily also a [[NewsArticle]]. [[ScholarlyArticle]]s are also sometimes satirized.

Returns:

  • (RDF::Vocabulary::Term)


2830
2831
2832
# File 'lib/rdf/vocab/schemas.rb', line 2830

def SatiricalArticle
  @SatiricalArticle
end

#saturatedFatContentRDF::Vocabulary::Term (readonly)

The number of grams of saturated fat.

Returns:

  • (RDF::Vocabulary::Term)


7934
7935
7936
# File 'lib/rdf/vocab/schemas.rb', line 7934

def saturatedFatContent
  @saturatedFatContent
end

#SaturdayRDF::Vocabulary::Term (readonly)

The day of the week between Friday and Sunday.

Returns:

  • (RDF::Vocabulary::Term)


10242
10243
10244
# File 'lib/rdf/vocab/schemas.rb', line 10242

def Saturday
  @Saturday
end

#ScheduleRDF::Vocabulary::Term (readonly)

A schedule defines a repeating time period used to describe a regularly occurring [[Event]]. At a minimum a schedule will specify [[repeatFrequency]] 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.

Returns:

  • (RDF::Vocabulary::Term)


2834
2835
2836
# File 'lib/rdf/vocab/schemas.rb', line 2834

def Schedule
  @Schedule
end

#ScheduleActionRDF::Vocabulary::Term (readonly)

Scheduling future actions, events, or tasks.nnRelated actions:nn* [[ReserveAction]]: Unlike ReserveAction, ScheduleAction allocates future actions (e.g. an event, a task, etc) towards a time slot / spatial allocation.

Returns:

  • (RDF::Vocabulary::Term)


2838
2839
2840
# File 'lib/rdf/vocab/schemas.rb', line 2838

def ScheduleAction
  @ScheduleAction
end

#scheduledPaymentDateRDF::Vocabulary::Term (readonly)

The date the invoice is scheduled to be paid.

Returns:

  • (RDF::Vocabulary::Term)


7942
7943
7944
# File 'lib/rdf/vocab/schemas.rb', line 7942

def scheduledPaymentDate
  @scheduledPaymentDate
end

#scheduledTimeRDF::Vocabulary::Term (readonly)

The time the object is scheduled to.

Returns:

  • (RDF::Vocabulary::Term)


7946
7947
7948
# File 'lib/rdf/vocab/schemas.rb', line 7946

def scheduledTime
  @scheduledTime
end

#scheduleTimezoneRDF::Vocabulary::Term (readonly)

Indicates the timezone for which the time(s) indicated in the [[Schedule]] are given. The value provided should be among those listed in the IANA Time Zone Database.

Returns:

  • (RDF::Vocabulary::Term)


7938
7939
7940
# File 'lib/rdf/vocab/schemas.rb', line 7938

def scheduleTimezone
  @scheduleTimezone
end

#schemaVersionRDF::Vocabulary::Term (readonly)

Indicates (by URL or string) a particular version of a schema used in some CreativeWork. For example, a document could declare a schemaVersion using an URL such as schema.org/version/2.0/ if precise indication of schema version was required by some application.

Returns:

  • (RDF::Vocabulary::Term)


7950
7951
7952
# File 'lib/rdf/vocab/schemas.rb', line 7950

def schemaVersion
  @schemaVersion
end

#ScholarlyArticleRDF::Vocabulary::Term (readonly)

A scholarly article.

Returns:

  • (RDF::Vocabulary::Term)


2842
2843
2844
# File 'lib/rdf/vocab/schemas.rb', line 2842

def ScholarlyArticle
  @ScholarlyArticle
end

#SchoolRDF::Vocabulary::Term (readonly)

A school.

Returns:

  • (RDF::Vocabulary::Term)


2846
2847
2848
# File 'lib/rdf/vocab/schemas.rb', line 2846

def School
  @School
end

#schoolClosuresInfoRDF::Vocabulary::Term (readonly)

Information about school closures.

Returns:

  • (RDF::Vocabulary::Term)


7954
7955
7956
# File 'lib/rdf/vocab/schemas.rb', line 7954

def schoolClosuresInfo
  @schoolClosuresInfo
end

#SchoolDistrictRDF::Vocabulary::Term (readonly)

A School District is an administrative area for the administration of schools.

Returns:

  • (RDF::Vocabulary::Term)


2850
2851
2852
# File 'lib/rdf/vocab/schemas.rb', line 2850

def SchoolDistrict
  @SchoolDistrict
end

#screenCountRDF::Vocabulary::Term (readonly)

The number of screens in the movie theater.

Returns:

  • (RDF::Vocabulary::Term)


7958
7959
7960
# File 'lib/rdf/vocab/schemas.rb', line 7958

def screenCount
  @screenCount
end

#ScreeningEventRDF::Vocabulary::Term (readonly)

A screening of a movie or other video.

Returns:

  • (RDF::Vocabulary::Term)


2854
2855
2856
# File 'lib/rdf/vocab/schemas.rb', line 2854

def ScreeningEvent
  @ScreeningEvent
end

#ScreeningHealthAspectRDF::Vocabulary::Term (readonly)

Content about how to screen or further filter a topic.

Returns:

  • (RDF::Vocabulary::Term)


10246
10247
10248
# File 'lib/rdf/vocab/schemas.rb', line 10246

def ScreeningHealthAspect
  @ScreeningHealthAspect
end

#screenshotRDF::Vocabulary::Term (readonly)

A link to a screenshot image of the app.

Returns:

  • (RDF::Vocabulary::Term)


7962
7963
7964
# File 'lib/rdf/vocab/schemas.rb', line 7962

def screenshot
  @screenshot
end

#SculptureRDF::Vocabulary::Term (readonly)

A piece of sculpture.

Returns:

  • (RDF::Vocabulary::Term)


2858
2859
2860
# File 'lib/rdf/vocab/schemas.rb', line 2858

def Sculpture
  @Sculpture
end

#sdDatePublishedRDF::Vocabulary::Term (readonly)

Indicates the date on which the current structured data was generated / published. Typically used alongside [[sdPublisher]]

Returns:

  • (RDF::Vocabulary::Term)


7966
7967
7968
# File 'lib/rdf/vocab/schemas.rb', line 7966

def sdDatePublished
  @sdDatePublished
end

#sdLicenseRDF::Vocabulary::Term (readonly)

A license document that applies to this structured data, typically indicated by URL.

Returns:

  • (RDF::Vocabulary::Term)


7970
7971
7972
# File 'lib/rdf/vocab/schemas.rb', line 7970

def sdLicense
  @sdLicense
end

#sdPublisherRDF::Vocabulary::Term (readonly)

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 [[sdPublisher]] property helps make such practices more explicit.

Returns:

  • (RDF::Vocabulary::Term)


7974
7975
7976
# File 'lib/rdf/vocab/schemas.rb', line 7974

def sdPublisher
  @sdPublisher
end

#SeaBodyOfWaterRDF::Vocabulary::Term (readonly)

A sea (for example, the Caspian sea).

Returns:

  • (RDF::Vocabulary::Term)


2862
2863
2864
# File 'lib/rdf/vocab/schemas.rb', line 2862

def SeaBodyOfWater
  @SeaBodyOfWater
end

#SearchActionRDF::Vocabulary::Term (readonly)

The act of searching for an object.nnRelated actions:nn* [[FindAction]]: SearchAction generally leads to a FindAction, but not necessarily.

Returns:

  • (RDF::Vocabulary::Term)


2866
2867
2868
# File 'lib/rdf/vocab/schemas.rb', line 2866

def SearchAction
  @SearchAction
end

#SearchResultsPageRDF::Vocabulary::Term (readonly)

Web page type: Search results page.

Returns:

  • (RDF::Vocabulary::Term)


2870
2871
2872
# File 'lib/rdf/vocab/schemas.rb', line 2870

def SearchResultsPage
  @SearchResultsPage
end

#SeasonRDF::Vocabulary::Term (readonly)

A media season e.g. tv, radio, video game etc.

Returns:

  • (RDF::Vocabulary::Term)


2874
2875
2876
# File 'lib/rdf/vocab/schemas.rb', line 2874

def Season
  @Season
end

#seasonRDF::Vocabulary::Term (readonly)

A season in a media series.

Returns:

  • (RDF::Vocabulary::Term)


7978
7979
7980
# File 'lib/rdf/vocab/schemas.rb', line 7978

def season
  @season
end

#seasonNumberRDF::Vocabulary::Term (readonly)

Position of the season within an ordered group of seasons.

Returns:

  • (RDF::Vocabulary::Term)


7982
7983
7984
# File 'lib/rdf/vocab/schemas.rb', line 7982

def seasonNumber
  @seasonNumber
end

#seasonsRDF::Vocabulary::Term (readonly)

A season in a media series.

Returns:

  • (RDF::Vocabulary::Term)


7986
7987
7988
# File 'lib/rdf/vocab/schemas.rb', line 7986

def seasons
  @seasons
end

#SeatRDF::Vocabulary::Term (readonly)

Used to describe a seat, such as a reserved seat in an event reservation.

Returns:

  • (RDF::Vocabulary::Term)


2878
2879
2880
# File 'lib/rdf/vocab/schemas.rb', line 2878

def Seat
  @Seat
end

#seatingCapacityRDF::Vocabulary::Term (readonly)

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.nnTypical unit code(s): C62 for persons

Returns:

  • (RDF::Vocabulary::Term)


8002
8003
8004
# File 'lib/rdf/vocab/schemas.rb', line 8002

def seatingCapacity
  @seatingCapacity
end

#SeatingMapRDF::Vocabulary::Term (readonly)

A seating map.

Returns:

  • (RDF::Vocabulary::Term)


10250
10251
10252
# File 'lib/rdf/vocab/schemas.rb', line 10250

def SeatingMap
  @SeatingMap
end

#seatingTypeRDF::Vocabulary::Term (readonly)

The type/class of the seat.

Returns:

  • (RDF::Vocabulary::Term)


8006
8007
8008
# File 'lib/rdf/vocab/schemas.rb', line 8006

def seatingType
  @seatingType
end

#seatNumberRDF::Vocabulary::Term (readonly)

The location of the reserved seat (e.g., 27).

Returns:

  • (RDF::Vocabulary::Term)


7990
7991
7992
# File 'lib/rdf/vocab/schemas.rb', line 7990

def seatNumber
  @seatNumber
end

#seatRowRDF::Vocabulary::Term (readonly)

The row location of the reserved seat (e.g., B).

Returns:

  • (RDF::Vocabulary::Term)


7994
7995
7996
# File 'lib/rdf/vocab/schemas.rb', line 7994

def seatRow
  @seatRow
end

#seatSectionRDF::Vocabulary::Term (readonly)

The section location of the reserved seat (e.g. Orchestra).

Returns:

  • (RDF::Vocabulary::Term)


7998
7999
8000
# File 'lib/rdf/vocab/schemas.rb', line 7998

def seatSection
  @seatSection
end

#secondaryPreventionRDF::Vocabulary::Term (readonly)

A preventative therapy used to prevent reoccurrence of the medical condition after an initial episode of the condition.

Returns:

  • (RDF::Vocabulary::Term)


8010
8011
8012
# File 'lib/rdf/vocab/schemas.rb', line 8010

def secondaryPrevention
  @secondaryPrevention
end

#securityClearanceRequirementRDF::Vocabulary::Term (readonly)

A description of any security clearance requirements of the job.

Returns:

  • (RDF::Vocabulary::Term)


8014
8015
8016
# File 'lib/rdf/vocab/schemas.rb', line 8014

def securityClearanceRequirement
  @securityClearanceRequirement
end

#securityScreeningRDF::Vocabulary::Term (readonly)

The type of security screening the passenger is subject to.

Returns:

  • (RDF::Vocabulary::Term)


8018
8019
8020
# File 'lib/rdf/vocab/schemas.rb', line 8018

def securityScreening
  @securityScreening
end

#SeeDoctorHealthAspectRDF::Vocabulary::Term (readonly)

Information about questions that may be asked, when to see a professional, measures before seeing a doctor or content about the first consultation.

Returns:

  • (RDF::Vocabulary::Term)


10254
10255
10256
# File 'lib/rdf/vocab/schemas.rb', line 10254

def SeeDoctorHealthAspect
  @SeeDoctorHealthAspect
end

#seeksRDF::Vocabulary::Term (readonly)

A pointer to products or services sought by the organization or person (demand).

Returns:

  • (RDF::Vocabulary::Term)


8022
8023
8024
# File 'lib/rdf/vocab/schemas.rb', line 8022

def seeks
  @seeks
end

#SeekToActionRDF::Vocabulary::Term (readonly)

This is the [[Action]] of navigating to a specific [[startOffset]] timestamp within a [[VideoObject]], typically represented with a URL template structure.

Returns:

  • (RDF::Vocabulary::Term)


2882
2883
2884
# File 'lib/rdf/vocab/schemas.rb', line 2882

def SeekToAction
  @SeekToAction
end

#SelfCareHealthAspectRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


10258
10259
10260
# File 'lib/rdf/vocab/schemas.rb', line 10258

def SelfCareHealthAspect
  @SelfCareHealthAspect
end

#SelfStorageRDF::Vocabulary::Term (readonly)

A self-storage facility.

Returns:

  • (RDF::Vocabulary::Term)


2886
2887
2888
# File 'lib/rdf/vocab/schemas.rb', line 2886

def SelfStorage
  @SelfStorage
end

#SellActionRDF::Vocabulary::Term (readonly)

The act of taking money from a buyer in exchange for goods or services rendered. An agent sells an object, product, or service to a buyer for a price. Reciprocal of BuyAction.

Returns:

  • (RDF::Vocabulary::Term)


2890
2891
2892
# File 'lib/rdf/vocab/schemas.rb', line 2890

def SellAction
  @SellAction
end

#sellerRDF::Vocabulary::Term (readonly)

An entity which offers (sells / leases / lends / loans) the services / goods. A seller may also be a provider.

Returns:

  • (RDF::Vocabulary::Term)


8026
8027
8028
# File 'lib/rdf/vocab/schemas.rb', line 8026

def seller
  @seller
end

#SendActionRDF::Vocabulary::Term (readonly)

The act of physically/electronically dispatching an object for transfer from an origin to a destination.Related actions:nn* [[ReceiveAction]]: The reciprocal of SendAction.n* [[GiveAction]]: Unlike GiveAction, SendAction does not imply the transfer of ownership (e.g. I can send you my laptop, but I’m not necessarily giving it to you).

Returns:

  • (RDF::Vocabulary::Term)


2894
2895
2896
# File 'lib/rdf/vocab/schemas.rb', line 2894

def SendAction
  @SendAction
end

#senderRDF::Vocabulary::Term (readonly)

A sub property of participant. The participant who is at the sending end of the action.

Returns:

  • (RDF::Vocabulary::Term)


8030
8031
8032
# File 'lib/rdf/vocab/schemas.rb', line 8030

def sender
  @sender
end

#sensoryRequirementRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


8034
8035
8036
# File 'lib/rdf/vocab/schemas.rb', line 8034

def sensoryRequirement
  @sensoryRequirement
end

#sensoryUnitRDF::Vocabulary::Term (readonly)

The neurological pathway extension that inputs and sends information to the brain or spinal cord.

Returns:

  • (RDF::Vocabulary::Term)


8038
8039
8040
# File 'lib/rdf/vocab/schemas.rb', line 8038

def sensoryUnit
  @sensoryUnit
end

#serialNumberRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


8042
8043
8044
# File 'lib/rdf/vocab/schemas.rb', line 8042

def serialNumber
  @serialNumber
end

#SeriesRDF::Vocabulary::Term (readonly)

A Series in schema.org is a group of related items, typically but not necessarily of the same kind. See also [[CreativeWorkSeries]], [[EventSeries]].

Returns:

  • (RDF::Vocabulary::Term)


2898
2899
2900
# File 'lib/rdf/vocab/schemas.rb', line 2898

def Series
  @Series
end

#seriousAdverseOutcomeRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


8046
8047
8048
# File 'lib/rdf/vocab/schemas.rb', line 8046

def seriousAdverseOutcome
  @seriousAdverseOutcome
end

#serverStatusRDF::Vocabulary::Term (readonly)

Status of a game server.

Returns:

  • (RDF::Vocabulary::Term)


8050
8051
8052
# File 'lib/rdf/vocab/schemas.rb', line 8050

def serverStatus
  @serverStatus
end

#servesCuisineRDF::Vocabulary::Term (readonly)

The cuisine of the restaurant.

Returns:

  • (RDF::Vocabulary::Term)


8054
8055
8056
# File 'lib/rdf/vocab/schemas.rb', line 8054

def servesCuisine
  @servesCuisine
end

#ServiceRDF::Vocabulary::Term (readonly)

A service provided by an organization, e.g. delivery service, print services, etc.

Returns:

  • (RDF::Vocabulary::Term)


2902
2903
2904
# File 'lib/rdf/vocab/schemas.rb', line 2902

def Service
  @Service
end

#serviceAreaRDF::Vocabulary::Term (readonly)

The geographic area where the service is provided.

Returns:

  • (RDF::Vocabulary::Term)


8058
8059
8060
# File 'lib/rdf/vocab/schemas.rb', line 8058

def serviceArea
  @serviceArea
end

#serviceAudienceRDF::Vocabulary::Term (readonly)

The audience eligible for this service.

Returns:

  • (RDF::Vocabulary::Term)


8062
8063
8064
# File 'lib/rdf/vocab/schemas.rb', line 8062

def serviceAudience
  @serviceAudience
end

#ServiceChannelRDF::Vocabulary::Term (readonly)

A means for accessing a service, e.g. a government office location, web site, or phone number.

Returns:

  • (RDF::Vocabulary::Term)


2906
2907
2908
# File 'lib/rdf/vocab/schemas.rb', line 2906

def ServiceChannel
  @ServiceChannel
end

#serviceLocationRDF::Vocabulary::Term (readonly)

The location (e.g. civic structure, local business, etc.) where a person can go to access the service.

Returns:

  • (RDF::Vocabulary::Term)


8066
8067
8068
# File 'lib/rdf/vocab/schemas.rb', line 8066

def serviceLocation
  @serviceLocation
end

#serviceOperatorRDF::Vocabulary::Term (readonly)

The operating organization, if different from the provider. This enables the representation of services that are provided by an organization, but operated by another organization like a subcontractor.

Returns:

  • (RDF::Vocabulary::Term)


8070
8071
8072
# File 'lib/rdf/vocab/schemas.rb', line 8070

def serviceOperator
  @serviceOperator
end

#serviceOutputRDF::Vocabulary::Term (readonly)

The tangible thing generated by the service, e.g. a passport, permit, etc.

Returns:

  • (RDF::Vocabulary::Term)


8074
8075
8076
# File 'lib/rdf/vocab/schemas.rb', line 8074

def serviceOutput
  @serviceOutput
end

#servicePhoneRDF::Vocabulary::Term (readonly)

The phone number to use to access the service.

Returns:

  • (RDF::Vocabulary::Term)


8078
8079
8080
# File 'lib/rdf/vocab/schemas.rb', line 8078

def servicePhone
  @servicePhone
end

#servicePostalAddressRDF::Vocabulary::Term (readonly)

The address for accessing the service by mail.

Returns:

  • (RDF::Vocabulary::Term)


8082
8083
8084
# File 'lib/rdf/vocab/schemas.rb', line 8082

def servicePostalAddress
  @servicePostalAddress
end

#serviceSmsNumberRDF::Vocabulary::Term (readonly)

The number to access the service by text message.

Returns:

  • (RDF::Vocabulary::Term)


8086
8087
8088
# File 'lib/rdf/vocab/schemas.rb', line 8086

def serviceSmsNumber
  @serviceSmsNumber
end

#serviceTypeRDF::Vocabulary::Term (readonly)

The type of service being offered, e.g. veterans’ benefits, emergency relief, etc.

Returns:

  • (RDF::Vocabulary::Term)


8090
8091
8092
# File 'lib/rdf/vocab/schemas.rb', line 8090

def serviceType
  @serviceType
end

#serviceUrlRDF::Vocabulary::Term (readonly)

The website to access the service.

Returns:

  • (RDF::Vocabulary::Term)


8094
8095
8096
# File 'lib/rdf/vocab/schemas.rb', line 8094

def serviceUrl
  @serviceUrl
end

#servingSizeRDF::Vocabulary::Term (readonly)

The serving size, in terms of the number of volume or mass.

Returns:

  • (RDF::Vocabulary::Term)


8098
8099
8100
# File 'lib/rdf/vocab/schemas.rb', line 8098

def servingSize
  @servingSize
end

#ShareActionRDF::Vocabulary::Term (readonly)

The act of distributing content to people for their amusement or edification.

Returns:

  • (RDF::Vocabulary::Term)


2910
2911
2912
# File 'lib/rdf/vocab/schemas.rb', line 2910

def ShareAction
  @ShareAction
end

#sharedContentRDF::Vocabulary::Term (readonly)

A CreativeWork such as an image, video, or audio clip shared as part of this posting.

Returns:

  • (RDF::Vocabulary::Term)


8102
8103
8104
# File 'lib/rdf/vocab/schemas.rb', line 8102

def sharedContent
  @sharedContent
end

#SheetMusicRDF::Vocabulary::Term (readonly)

Printed music, as opposed to performed or recorded music.

Returns:

  • (RDF::Vocabulary::Term)


2914
2915
2916
# File 'lib/rdf/vocab/schemas.rb', line 2914

def SheetMusic
  @SheetMusic
end

#ShippingDeliveryTimeRDF::Vocabulary::Term (readonly)

ShippingDeliveryTime provides various pieces of information about delivery times for shipping.

Returns:

  • (RDF::Vocabulary::Term)


2918
2919
2920
# File 'lib/rdf/vocab/schemas.rb', line 2918

def ShippingDeliveryTime
  @ShippingDeliveryTime
end

#shippingDestinationRDF::Vocabulary::Term (readonly)

indicates (possibly multiple) shipping destinations. These can be defined in several ways e.g. postalCode ranges.

Returns:

  • (RDF::Vocabulary::Term)


8106
8107
8108
# File 'lib/rdf/vocab/schemas.rb', line 8106

def shippingDestination
  @shippingDestination
end

#shippingDetailsRDF::Vocabulary::Term (readonly)

Indicates information about the shipping policies and options associated with an [[Offer]].

Returns:

  • (RDF::Vocabulary::Term)


8110
8111
8112
# File 'lib/rdf/vocab/schemas.rb', line 8110

def shippingDetails
  @shippingDetails
end

#shippingLabelRDF::Vocabulary::Term (readonly)

Label to match an [[OfferShippingDetails]] with a [[ShippingRateSettings]] (within the context of a [[shippingSettingsLink]] cross-reference).

Returns:

  • (RDF::Vocabulary::Term)


8114
8115
8116
# File 'lib/rdf/vocab/schemas.rb', line 8114

def shippingLabel
  @shippingLabel
end

#shippingRateRDF::Vocabulary::Term (readonly)

The shipping rate is the cost of shipping to the specified destination. Typically, the maxValue and currency values (of the [[MonetaryAmount]]) are most appropriate.

Returns:

  • (RDF::Vocabulary::Term)


8118
8119
8120
# File 'lib/rdf/vocab/schemas.rb', line 8118

def shippingRate
  @shippingRate
end

#ShippingRateSettingsRDF::Vocabulary::Term (readonly)

A ShippingRateSettings represents re-usable pieces of shipping information. It is designed for publication on an URL that may be referenced via the [[shippingSettingsLink]] property of an [[OfferShippingDetails]]. Several occurrences can be published, distinguished and matched (i.e. identified/referenced) by their different values for [[shippingLabel]].

Returns:

  • (RDF::Vocabulary::Term)


2922
2923
2924
# File 'lib/rdf/vocab/schemas.rb', line 2922

def ShippingRateSettings
  @ShippingRateSettings
end

Link to a page containing [[ShippingRateSettings]] and [[DeliveryTimeSettings]] details.

Returns:

  • (RDF::Vocabulary::Term)


8122
8123
8124
# File 'lib/rdf/vocab/schemas.rb', line 8122

def shippingSettingsLink
  @shippingSettingsLink
end

#ShoeStoreRDF::Vocabulary::Term (readonly)

A shoe store.

Returns:

  • (RDF::Vocabulary::Term)


2926
2927
2928
# File 'lib/rdf/vocab/schemas.rb', line 2926

def ShoeStore
  @ShoeStore
end

#ShoppingCenterRDF::Vocabulary::Term (readonly)

A shopping center or mall.

Returns:

  • (RDF::Vocabulary::Term)


2930
2931
2932
# File 'lib/rdf/vocab/schemas.rb', line 2930

def ShoppingCenter
  @ShoppingCenter
end

#ShortStoryRDF::Vocabulary::Term (readonly)

Short story or tale. A brief work of literature, usually written in narrative prose.

Returns:

  • (RDF::Vocabulary::Term)


2934
2935
2936
# File 'lib/rdf/vocab/schemas.rb', line 2934

def ShortStory
  @ShortStory
end

#siblingRDF::Vocabulary::Term (readonly)

A sibling of the person.

Returns:

  • (RDF::Vocabulary::Term)


8126
8127
8128
# File 'lib/rdf/vocab/schemas.rb', line 8126

def sibling
  @sibling
end

#siblingsRDF::Vocabulary::Term (readonly)

A sibling of the person.

Returns:

  • (RDF::Vocabulary::Term)


8130
8131
8132
# File 'lib/rdf/vocab/schemas.rb', line 8130

def siblings
  @siblings
end

#SideEffectsHealthAspectRDF::Vocabulary::Term (readonly)

Side effects that can be observed from the usage of the topic.

Returns:

  • (RDF::Vocabulary::Term)


10262
10263
10264
# File 'lib/rdf/vocab/schemas.rb', line 10262

def SideEffectsHealthAspect
  @SideEffectsHealthAspect
end

#signDetectedRDF::Vocabulary::Term (readonly)

A sign detected by the test.

Returns:

  • (RDF::Vocabulary::Term)


8134
8135
8136
# File 'lib/rdf/vocab/schemas.rb', line 8134

def signDetected
  @signDetected
end

#significanceRDF::Vocabulary::Term (readonly)

The significance associated with the superficial anatomy; as an example, how characteristics of the superficial anatomy can suggest underlying medical conditions or courses of treatment.

Returns:

  • (RDF::Vocabulary::Term)


8142
8143
8144
# File 'lib/rdf/vocab/schemas.rb', line 8142

def significance
  @significance
end

One of the more significant URLs on the page. Typically, these are the non-navigation links that are clicked on the most.

Returns:

  • (RDF::Vocabulary::Term)


8146
8147
8148
# File 'lib/rdf/vocab/schemas.rb', line 8146

def significantLink
  @significantLink
end

The most significant URLs on the page. Typically, these are the non-navigation links that are clicked on the most.

Returns:

  • (RDF::Vocabulary::Term)


8150
8151
8152
# File 'lib/rdf/vocab/schemas.rb', line 8150

def significantLinks
  @significantLinks
end

#signOrSymptomRDF::Vocabulary::Term (readonly)

A sign or symptom of this condition. Signs are objective or physically observable manifestations of the medical condition while symptoms are the subjective experience of the medical condition.

Returns:

  • (RDF::Vocabulary::Term)


8138
8139
8140
# File 'lib/rdf/vocab/schemas.rb', line 8138

def signOrSymptom
  @signOrSymptom
end

#SingleBlindedTrialRDF::Vocabulary::Term (readonly)

A trial design in which the researcher knows which treatment the patient was randomly assigned to but the patient does not.

Returns:

  • (RDF::Vocabulary::Term)


10266
10267
10268
# File 'lib/rdf/vocab/schemas.rb', line 10266

def SingleBlindedTrial
  @SingleBlindedTrial
end

#SingleCenterTrialRDF::Vocabulary::Term (readonly)

A trial that takes place at a single center.

Returns:

  • (RDF::Vocabulary::Term)


10270
10271
10272
# File 'lib/rdf/vocab/schemas.rb', line 10270

def SingleCenterTrial
  @SingleCenterTrial
end

#SingleFamilyResidenceRDF::Vocabulary::Term (readonly)

Residence type: Single-family home.

Returns:

  • (RDF::Vocabulary::Term)


2938
2939
2940
# File 'lib/rdf/vocab/schemas.rb', line 2938

def SingleFamilyResidence
  @SingleFamilyResidence
end

#SinglePlayerRDF::Vocabulary::Term (readonly)

Play mode: SinglePlayer. Which is played by a lone player.

Returns:

  • (RDF::Vocabulary::Term)


10274
10275
10276
# File 'lib/rdf/vocab/schemas.rb', line 10274

def SinglePlayer
  @SinglePlayer
end

#SingleReleaseRDF::Vocabulary::Term (readonly)

SingleRelease.

Returns:

  • (RDF::Vocabulary::Term)


10278
10279
10280
# File 'lib/rdf/vocab/schemas.rb', line 10278

def SingleRelease
  @SingleRelease
end

A navigation element of the page.

Returns:

  • (RDF::Vocabulary::Term)


2942
2943
2944
# File 'lib/rdf/vocab/schemas.rb', line 2942

def SiteNavigationElement
  @SiteNavigationElement
end

#sizeRDF::Vocabulary::Term (readonly)

A standardized size of a product or creative work, often simplifying richer information into a simple textual string, either through referring to named sizes or (in the case of product markup), by adopting conventional simplifications. Use of QuantitativeValue with a unitCode or unitText can add more structure; in other cases, the /width, /height, /depth and /weight properties may be more applicable.

Returns:

  • (RDF::Vocabulary::Term)


8154
8155
8156
# File 'lib/rdf/vocab/schemas.rb', line 8154

def size
  @size
end

#skillsRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


8158
8159
8160
# File 'lib/rdf/vocab/schemas.rb', line 8158

def skills
  @skills
end

#SkinRDF::Vocabulary::Term (readonly)

Skin assessment with clinical examination.

Returns:

  • (RDF::Vocabulary::Term)


10282
10283
10284
# File 'lib/rdf/vocab/schemas.rb', line 10282

def Skin
  @Skin
end

#SkiResortRDF::Vocabulary::Term (readonly)

A ski resort.

Returns:

  • (RDF::Vocabulary::Term)


2946
2947
2948
# File 'lib/rdf/vocab/schemas.rb', line 2946

def SkiResort
  @SkiResort
end

#skuRDF::Vocabulary::Term (readonly)

The Stock Keeping Unit (SKU), i.e. a merchant-specific identifier for a product or service, or the product to which the offer refers.

Returns:

  • (RDF::Vocabulary::Term)


8162
8163
8164
# File 'lib/rdf/vocab/schemas.rb', line 8162

def sku
  @sku
end

#sloganRDF::Vocabulary::Term (readonly)

A slogan or motto associated with the item.

Returns:

  • (RDF::Vocabulary::Term)


8166
8167
8168
# File 'lib/rdf/vocab/schemas.rb', line 8166

def slogan
  @slogan
end

#smokingAllowedRDF::Vocabulary::Term (readonly)

Indicates whether it is allowed to smoke in the place, e.g. in the restaurant, hotel or hotel room.

Returns:

  • (RDF::Vocabulary::Term)


8170
8171
8172
# File 'lib/rdf/vocab/schemas.rb', line 8170

def smokingAllowed
  @smokingAllowed
end

#SocialEventRDF::Vocabulary::Term (readonly)

Event type: Social event.

Returns:

  • (RDF::Vocabulary::Term)


2950
2951
2952
# File 'lib/rdf/vocab/schemas.rb', line 2950

def SocialEvent
  @SocialEvent
end

#SocialMediaPostingRDF::Vocabulary::Term (readonly)

A post to a social media platform, including blog posts, tweets, Facebook posts, etc.

Returns:

  • (RDF::Vocabulary::Term)


2954
2955
2956
# File 'lib/rdf/vocab/schemas.rb', line 2954

def SocialMediaPosting
  @SocialMediaPosting
end

#sodiumContentRDF::Vocabulary::Term (readonly)

The number of milligrams of sodium.

Returns:

  • (RDF::Vocabulary::Term)


8174
8175
8176
# File 'lib/rdf/vocab/schemas.rb', line 8174

def sodiumContent
  @sodiumContent
end

#softwareAddOnRDF::Vocabulary::Term (readonly)

Additional content for a software application.

Returns:

  • (RDF::Vocabulary::Term)


8178
8179
8180
# File 'lib/rdf/vocab/schemas.rb', line 8178

def softwareAddOn
  @softwareAddOn
end

#SoftwareApplicationRDF::Vocabulary::Term (readonly)

A software application.

Returns:

  • (RDF::Vocabulary::Term)


2958
2959
2960
# File 'lib/rdf/vocab/schemas.rb', line 2958

def SoftwareApplication
  @SoftwareApplication
end

#softwareHelpRDF::Vocabulary::Term (readonly)

Software application help.

Returns:

  • (RDF::Vocabulary::Term)


8182
8183
8184
# File 'lib/rdf/vocab/schemas.rb', line 8182

def softwareHelp
  @softwareHelp
end

#softwareRequirementsRDF::Vocabulary::Term (readonly)

Component dependency requirements for application. This includes runtime environments and shared libraries that are not included in the application distribution package, but required to run the application (Examples: DirectX, Java or .NET runtime).

Returns:

  • (RDF::Vocabulary::Term)


8186
8187
8188
# File 'lib/rdf/vocab/schemas.rb', line 8186

def softwareRequirements
  @softwareRequirements
end

#SoftwareSourceCodeRDF::Vocabulary::Term (readonly)

Computer programming source code. Example: Full (compile ready) solutions, code snippet samples, scripts, templates.

Returns:

  • (RDF::Vocabulary::Term)


2962
2963
2964
# File 'lib/rdf/vocab/schemas.rb', line 2962

def SoftwareSourceCode
  @SoftwareSourceCode
end

#softwareVersionRDF::Vocabulary::Term (readonly)

Version of the software instance.

Returns:

  • (RDF::Vocabulary::Term)


8190
8191
8192
# File 'lib/rdf/vocab/schemas.rb', line 8190

def softwareVersion
  @softwareVersion
end

#SoldOutRDF::Vocabulary::Term (readonly)

Indicates that the item has sold out.

Returns:

  • (RDF::Vocabulary::Term)


10286
10287
10288
# File 'lib/rdf/vocab/schemas.rb', line 10286

def SoldOut
  @SoldOut
end

#SolveMathActionRDF::Vocabulary::Term (readonly)

The action that takes in a math expression and directs users to a page potentially capable of solving/simplifying that expression.

Returns:

  • (RDF::Vocabulary::Term)


2966
2967
2968
# File 'lib/rdf/vocab/schemas.rb', line 2966

def SolveMathAction
  @SolveMathAction
end

#SomeProductsRDF::Vocabulary::Term (readonly)

A placeholder for multiple similar products of the same kind.

Returns:

  • (RDF::Vocabulary::Term)


2970
2971
2972
# File 'lib/rdf/vocab/schemas.rb', line 2970

def SomeProducts
  @SomeProducts
end

#SoundtrackAlbumRDF::Vocabulary::Term (readonly)

SoundtrackAlbum.

Returns:

  • (RDF::Vocabulary::Term)


10290
10291
10292
# File 'lib/rdf/vocab/schemas.rb', line 10290

def SoundtrackAlbum
  @SoundtrackAlbum
end

#sourcedFromRDF::Vocabulary::Term (readonly)

The neurological pathway that originates the neurons.

Returns:

  • (RDF::Vocabulary::Term)


8198
8199
8200
# File 'lib/rdf/vocab/schemas.rb', line 8198

def sourcedFrom
  @sourcedFrom
end

#sourceOrganizationRDF::Vocabulary::Term (readonly)

The Organization on whose behalf the creator was working.

Returns:

  • (RDF::Vocabulary::Term)


8194
8195
8196
# File 'lib/rdf/vocab/schemas.rb', line 8194

def sourceOrganization
  @sourceOrganization
end

#spatialRDF::Vocabulary::Term (readonly)

The “spatial” property can be used in cases when more specific properties (e.g. [[locationCreated]], [[spatialCoverage]], [[contentLocation]]) are not known to be appropriate.

Returns:

  • (RDF::Vocabulary::Term)


8202
8203
8204
# File 'lib/rdf/vocab/schemas.rb', line 8202

def spatial
  @spatial
end

#spatialCoverageRDF::Vocabulary::Term (readonly)

The spatialCoverage of a CreativeWork indicates the place(s) which are the focus of the content. It is a subproperty of contentLocation intended primarily for more technical and detailed materials. For example with a Dataset, it indicates areas that the dataset describes: a dataset of New York weather would have spatialCoverage which was the place: the state of New York.

Returns:

  • (RDF::Vocabulary::Term)


8206
8207
8208
# File 'lib/rdf/vocab/schemas.rb', line 8206

def spatialCoverage
  @spatialCoverage
end

#speakableRDF::Vocabulary::Term (readonly)

Indicates sections of a Web page that are particularly ‘speakable’ in the sense of being highlighted as being especially appropriate for text-to-speech conversion. Other sections of a page may also be usefully spoken in particular circumstances; the ‘speakable’ property serves to indicate the parts most likely to be generally useful for speech. The speakable property can be repeated an arbitrary number of times, with three kinds of possible ‘content-locator’ values: 1.) id-value URL references - uses id-value of an element in the page being annotated. The simplest use of speakable has (potentially relative) URL values, referencing identified sections of the document concerned. 2.) CSS Selectors - addresses content in the annotated page, eg. via class attribute. Use the [[cssSelector]] property. 3.) XPaths - addresses content via XPaths (assuming an XML view of the content). Use the [[xpath]] property. For more sophisticated markup of speakable sections beyond simple ID references, either CSS selectors or XPath expressions to pick out document section(s) as speakable. For this we define a supporting type, [[SpeakableSpecification]] which is defined to be a possible value of the speakable property.

Returns:

  • (RDF::Vocabulary::Term)


8210
8211
8212
# File 'lib/rdf/vocab/schemas.rb', line 8210

def speakable
  @speakable
end

#SpeakableSpecificationRDF::Vocabulary::Term (readonly)

A SpeakableSpecification indicates (typically via [[xpath]] or [[cssSelector]]) sections of a document that are highlighted as particularly [[speakable]]. Instances of this type are expected to be used primarily as values of the [[speakable]] property.

Returns:

  • (RDF::Vocabulary::Term)


2974
2975
2976
# File 'lib/rdf/vocab/schemas.rb', line 2974

def SpeakableSpecification
  @SpeakableSpecification
end

#SpecialAnnouncementRDF::Vocabulary::Term (readonly)

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 locally-oriented organization, for example schools, pharmacies, healthcare providers, community groups, police, local government. For work in progress guidelines on Coronavirus-related markup see [this doc](docs.google.com/document/d/14ikaGCKxo50rRM7nvKSlbUpjyIk2WMQd3IkB1lItlrM/edit#). The motivating scenario for SpecialAnnouncement is the [Coronavirus pandemic](en.wikipedia.org/wiki/2019%E2%80%9320_coronavirus_pandemic), and the initial vocabulary is oriented to this urgent situation. Schema.org expect to improve the markup iteratively as it is deployed and as feedback emerges from use. In addition to our usual [Github entry](github.com/schemaorg/schemaorg/issues/2490), feedback comments can also be provided in [this document](docs.google.com/document/d/1fpdFFxk8s87CWwACs53SGkYv3aafSxz_DTtOQxMrBJQ/edit#). While this schema is designed to communicate urgent crisis-related information, it is not the same as an emergency warning technology like [CAP](en.wikipedia.org/wiki/Common_Alerting_Protocol), although there may be overlaps. The intent is to cover the kinds of everyday practical information being posted to existing websites during an emergency situation. Several kinds of information can be provided: We encourage the provision of “name”, “text”, “datePosted”, “expires” (if appropriate), “category” and “url” as a simple baseline. It is important to provide a value for “category” where possible, most ideally as a well known URL from Wikipedia or Wikidata. In the case of the 2019-2020 Coronavirus pandemic, this should be “en.wikipedia.org/w/index.php?title=2019-20_coronavirus_pandemic” or “www.wikidata.org/wiki/Q81068910”. For many of the possible properties, values can either be simple links or an inline description, depending on whether a summary is available. For a link, provide just the URL of the appropriate page as the property’s value. For an inline description, use a [[WebContent]] type, and provide the url as a property of that, alongside at least a simple “[[text]]” summary of the page. It is unlikely that a single SpecialAnnouncement will need all of the possible properties simultaneously. We expect that in many cases the page referenced might contain more specialized structured data, e.g. contact info, [[openingHours]], [[Event]], [[FAQPage]] etc. By linking to those pages from a [[SpecialAnnouncement]] you can help make it clearer that the events are related to the situation (e.g. Coronavirus) indicated by the [[category]] property of the [[SpecialAnnouncement]]. Many [[SpecialAnnouncement]]s will relate to particular regions and to identifiable local organizations. Use [[spatialCoverage]] for the region, and [[announcementLocation]] to indicate specific [[LocalBusiness]]es and [[CivicStructures]]. If the announcement affects both a particular region and a specific location (for example, a library closure that serves an entire region), use both [[spatialCoverage]] and [[announcementLocation]]. The [[about]] property can be used to indicate entities that are the focus of the announcement. We now recommend using [[about]] only for representing non-location entities (e.g. a [[Course]] or a [[RadioStation]]). For places, use [[announcementLocation]] and [[spatialCoverage]]. Consumers of this markup should be aware that the initial design encouraged the use of /about for locations too. The basic content of [[SpecialAnnouncement]] is similar to that of an [RSS](en.wikipedia.org/wiki/RSS) or [Atom](en.wikipedia.org/wiki/Atom_(Web_standard)) feed. For publishers without such feeds, basic feed-like information can be shared by posting [[SpecialAnnouncement]] updates in a page, e.g. using JSON-LD. For sites with Atom/RSS functionality, you can point to a feed with the [[webFeed]] property. This can be a simple URL, or an inline [[DataFeed]] object, with [[encodingFormat]] providing media type information e.g. “application/rss+xml” or “application/atom+xml”.

Returns:

  • (RDF::Vocabulary::Term)


2978
2979
2980
# File 'lib/rdf/vocab/schemas.rb', line 2978

def SpecialAnnouncement
  @SpecialAnnouncement
end

#specialCommitmentsRDF::Vocabulary::Term (readonly)

Any special commitments associated with this job posting. Valid entries include VeteranCommit, MilitarySpouseCommit, etc.

Returns:

  • (RDF::Vocabulary::Term)


8214
8215
8216
# File 'lib/rdf/vocab/schemas.rb', line 8214

def specialCommitments
  @specialCommitments
end

#specialOpeningHoursSpecificationRDF::Vocabulary::Term (readonly)

The special opening hours of a certain place.nnUse this to explicitly override general opening hours brought in scope by [[openingHoursSpecification]] or [[openingHours]].

Returns:

  • (RDF::Vocabulary::Term)


8218
8219
8220
# File 'lib/rdf/vocab/schemas.rb', line 8218

def specialOpeningHoursSpecification
  @specialOpeningHoursSpecification
end

#SpecialtyRDF::Vocabulary::Term (readonly)

Any branch of a field in which people typically develop specific expertise, usually after significant study, time, and effort.

Returns:

  • (RDF::Vocabulary::Term)


2982
2983
2984
# File 'lib/rdf/vocab/schemas.rb', line 2982

def Specialty
  @Specialty
end

#specialtyRDF::Vocabulary::Term (readonly)

One of the domain specialities to which this web page’s content applies.

Returns:

  • (RDF::Vocabulary::Term)


8222
8223
8224
# File 'lib/rdf/vocab/schemas.rb', line 8222

def specialty
  @specialty
end

#SpeechPathologyRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


10294
10295
10296
# File 'lib/rdf/vocab/schemas.rb', line 10294

def SpeechPathology
  @SpeechPathology
end

#speechToTextMarkupRDF::Vocabulary::Term (readonly)

Form of markup used. eg. [SSML](www.w3.org/TR/speech-synthesis11) or [IPA](www.wikidata.org/wiki/Property:P898).

Returns:

  • (RDF::Vocabulary::Term)


8226
8227
8228
# File 'lib/rdf/vocab/schemas.rb', line 8226

def speechToTextMarkup
  @speechToTextMarkup
end

#speedRDF::Vocabulary::Term (readonly)

The speed range of the vehicle. If the vehicle is powered by an engine, the upper limit of the speed range (indicated by [[maxValue]] should be the maximum speed achievable under regular conditions.nnTypical unit code(s): KMH for km/h, HM for mile per hour (0.447 04 m/s), KNT for knotnn*Note 1: Use [[minValue]] and [[maxValue]] to indicate the range. Typically, the minimal value is zero.n* 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 [[valueReference]] property.

Returns:

  • (RDF::Vocabulary::Term)


8230
8231
8232
# File 'lib/rdf/vocab/schemas.rb', line 8230

def speed
  @speed
end

#spokenByCharacterRDF::Vocabulary::Term (readonly)

The (e.g. fictional) character, Person or Organization to whom the quotation is attributed within the containing CreativeWork.

Returns:

  • (RDF::Vocabulary::Term)


8234
8235
8236
# File 'lib/rdf/vocab/schemas.rb', line 8234

def spokenByCharacter
  @spokenByCharacter
end

#SpokenWordAlbumRDF::Vocabulary::Term (readonly)

SpokenWordAlbum.

Returns:

  • (RDF::Vocabulary::Term)


10298
10299
10300
# File 'lib/rdf/vocab/schemas.rb', line 10298

def SpokenWordAlbum
  @SpokenWordAlbum
end

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.

Returns:

  • (RDF::Vocabulary::Term)


8238
8239
8240
# File 'lib/rdf/vocab/schemas.rb', line 8238

def sponsor
  @sponsor
end

#sportRDF::Vocabulary::Term (readonly)

A type of sport (e.g. Baseball).

Returns:

  • (RDF::Vocabulary::Term)


8242
8243
8244
# File 'lib/rdf/vocab/schemas.rb', line 8242

def sport
  @sport
end

#SportingGoodsStoreRDF::Vocabulary::Term (readonly)

A sporting goods store.

Returns:

  • (RDF::Vocabulary::Term)


2986
2987
2988
# File 'lib/rdf/vocab/schemas.rb', line 2986

def SportingGoodsStore
  @SportingGoodsStore
end

#SportsActivityLocationRDF::Vocabulary::Term (readonly)

A sports location, such as a playing field.

Returns:

  • (RDF::Vocabulary::Term)


2990
2991
2992
# File 'lib/rdf/vocab/schemas.rb', line 2990

def SportsActivityLocation
  @SportsActivityLocation
end

#sportsActivityLocationRDF::Vocabulary::Term (readonly)

A sub property of location. The sports activity location where this action occurred.

Returns:

  • (RDF::Vocabulary::Term)


8246
8247
8248
# File 'lib/rdf/vocab/schemas.rb', line 8246

def sportsActivityLocation
  @sportsActivityLocation
end

#SportsClubRDF::Vocabulary::Term (readonly)

A sports club.

Returns:

  • (RDF::Vocabulary::Term)


2994
2995
2996
# File 'lib/rdf/vocab/schemas.rb', line 2994

def SportsClub
  @SportsClub
end

#SportsEventRDF::Vocabulary::Term (readonly)

Event type: Sports event.

Returns:

  • (RDF::Vocabulary::Term)


2998
2999
3000
# File 'lib/rdf/vocab/schemas.rb', line 2998

def SportsEvent
  @SportsEvent
end

#sportsEventRDF::Vocabulary::Term (readonly)

A sub property of location. The sports event where this action occurred.

Returns:

  • (RDF::Vocabulary::Term)


8250
8251
8252
# File 'lib/rdf/vocab/schemas.rb', line 8250

def sportsEvent
  @sportsEvent
end

#SportsOrganizationRDF::Vocabulary::Term (readonly)

Represents the collection of all sports organizations, including sports teams, governing bodies, and sports associations.

Returns:

  • (RDF::Vocabulary::Term)


3002
3003
3004
# File 'lib/rdf/vocab/schemas.rb', line 3002

def SportsOrganization
  @SportsOrganization
end

#SportsTeamRDF::Vocabulary::Term (readonly)

Organization: Sports team.

Returns:

  • (RDF::Vocabulary::Term)


3006
3007
3008
# File 'lib/rdf/vocab/schemas.rb', line 3006

def SportsTeam
  @SportsTeam
end

#sportsTeamRDF::Vocabulary::Term (readonly)

A sub property of participant. The sports team that participated on this action.

Returns:

  • (RDF::Vocabulary::Term)


8254
8255
8256
# File 'lib/rdf/vocab/schemas.rb', line 8254

def sportsTeam
  @sportsTeam
end

#spouseRDF::Vocabulary::Term (readonly)

The person’s spouse.

Returns:

  • (RDF::Vocabulary::Term)


8258
8259
8260
# File 'lib/rdf/vocab/schemas.rb', line 8258

def spouse
  @spouse
end

#SpreadsheetDigitalDocumentRDF::Vocabulary::Term (readonly)

A spreadsheet file.

Returns:

  • (RDF::Vocabulary::Term)


3010
3011
3012
# File 'lib/rdf/vocab/schemas.rb', line 3010

def SpreadsheetDigitalDocument
  @SpreadsheetDigitalDocument
end

#SRPRDF::Vocabulary::Term (readonly)

Represents the suggested retail price (“SRP”) of an offered product.

Returns:

  • (RDF::Vocabulary::Term)


10234
10235
10236
# File 'lib/rdf/vocab/schemas.rb', line 10234

def SRP
  @SRP
end

#StadiumOrArenaRDF::Vocabulary::Term (readonly)

A stadium.

Returns:

  • (RDF::Vocabulary::Term)


3014
3015
3016
# File 'lib/rdf/vocab/schemas.rb', line 3014

def StadiumOrArena
  @StadiumOrArena
end

#stageRDF::Vocabulary::Term (readonly)

The stage of the condition, if applicable.

Returns:

  • (RDF::Vocabulary::Term)


8262
8263
8264
# File 'lib/rdf/vocab/schemas.rb', line 8262

def stage
  @stage
end

#stageAsNumberRDF::Vocabulary::Term (readonly)

The stage represented as a number, e.g. 3.

Returns:

  • (RDF::Vocabulary::Term)


8266
8267
8268
# File 'lib/rdf/vocab/schemas.rb', line 8266

def stageAsNumber
  @stageAsNumber
end

#StagesHealthAspectRDF::Vocabulary::Term (readonly)

Stages that can be observed from a topic.

Returns:

  • (RDF::Vocabulary::Term)


10302
10303
10304
# File 'lib/rdf/vocab/schemas.rb', line 10302

def StagesHealthAspect
  @StagesHealthAspect
end

#starRatingRDF::Vocabulary::Term (readonly)

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).

Returns:

  • (RDF::Vocabulary::Term)


8270
8271
8272
# File 'lib/rdf/vocab/schemas.rb', line 8270

def starRating
  @starRating
end

#startDateRDF::Vocabulary::Term (readonly)

The start date and time of the item (in [ISO 8601 date format](en.wikipedia.org/wiki/ISO_8601)).

Returns:

  • (RDF::Vocabulary::Term)


8274
8275
8276
# File 'lib/rdf/vocab/schemas.rb', line 8274

def startDate
  @startDate
end

#startOffsetRDF::Vocabulary::Term (readonly)

The start time of the clip expressed as the number of seconds from the beginning of the work.

Returns:

  • (RDF::Vocabulary::Term)


8278
8279
8280
# File 'lib/rdf/vocab/schemas.rb', line 8278

def startOffset
  @startOffset
end

#startTimeRDF::Vocabulary::Term (readonly)

The startTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to start. For actions that span a period of time, when the action was performed. e.g. John wrote a book from January to December. For media, including audio and video, it’s the time offset of the start of a clip within a larger file.nnNote that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions.

Returns:

  • (RDF::Vocabulary::Term)


8282
8283
8284
# File 'lib/rdf/vocab/schemas.rb', line 8282

def startTime
  @startTime
end

#StateRDF::Vocabulary::Term (readonly)

A state or province of a country.

Returns:

  • (RDF::Vocabulary::Term)


3018
3019
3020
# File 'lib/rdf/vocab/schemas.rb', line 3018

def State
  @State
end

#StatisticalPopulationRDF::Vocabulary::Term (readonly)

A StatisticalPopulation is a set of instances of a certain given type that satisfy some set of constraints. The property [[populationType]] 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 [[StatisticalPopulation]] representing all [[Person]]s with a [[homeLocation]] of East Podunk California, would be described by applying the appropriate [[homeLocation]] and [[populationType]] properties to a [[StatisticalPopulation]] item that stands for that set of people. The properties [[numConstraints]] and [[constrainingProperties]] 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 [[populationType]] of [[Event]] or [[NewsArticle]] could be used. See also [[Observation]], and the [data and datasets](/docs/data-and-datasets.html) overview for more details.

Returns:

  • (RDF::Vocabulary::Term)


3022
3023
3024
# File 'lib/rdf/vocab/schemas.rb', line 3022

def StatisticalPopulation
  @StatisticalPopulation
end

#statusRDF::Vocabulary::Term (readonly)

The status of the study (enumerated).

Returns:

  • (RDF::Vocabulary::Term)


8286
8287
8288
# File 'lib/rdf/vocab/schemas.rb', line 8286

def status
  @status
end

#StatusEnumerationRDF::Vocabulary::Term (readonly)

Lists or enumerations dealing with status types.

Returns:

  • (RDF::Vocabulary::Term)


3026
3027
3028
# File 'lib/rdf/vocab/schemas.rb', line 3026

def StatusEnumeration
  @StatusEnumeration
end

#steeringPositionRDF::Vocabulary::Term (readonly)

The position of the steering wheel or similar device (mostly for cars).

Returns:

  • (RDF::Vocabulary::Term)


8290
8291
8292
# File 'lib/rdf/vocab/schemas.rb', line 8290

def steeringPosition
  @steeringPosition
end

#SteeringPositionValueRDF::Vocabulary::Term (readonly)

A value indicating a steering position.

Returns:

  • (RDF::Vocabulary::Term)


3030
3031
3032
# File 'lib/rdf/vocab/schemas.rb', line 3030

def SteeringPositionValue
  @SteeringPositionValue
end

#stepRDF::Vocabulary::Term (readonly)

A single step item (as HowToStep, text, document, video, etc.) or a HowToSection.

Returns:

  • (RDF::Vocabulary::Term)


8294
8295
8296
# File 'lib/rdf/vocab/schemas.rb', line 8294

def step
  @step
end

#stepsRDF::Vocabulary::Term (readonly)

A single step item (as HowToStep, text, document, video, etc.) or a HowToSection (originally misnamed ‘steps’; ‘step’ is preferred).

Returns:

  • (RDF::Vocabulary::Term)


8302
8303
8304
# File 'lib/rdf/vocab/schemas.rb', line 8302

def steps
  @steps
end

#stepValueRDF::Vocabulary::Term (readonly)

The stepValue attribute indicates the granularity that is expected (and required) of the value in a PropertyValueSpecification.

Returns:

  • (RDF::Vocabulary::Term)


8298
8299
8300
# File 'lib/rdf/vocab/schemas.rb', line 8298

def stepValue
  @stepValue
end

#storageRequirementsRDF::Vocabulary::Term (readonly)

Storage requirements (free space required).

Returns:

  • (RDF::Vocabulary::Term)


8306
8307
8308
# File 'lib/rdf/vocab/schemas.rb', line 8306

def storageRequirements
  @storageRequirements
end

#StoreRDF::Vocabulary::Term (readonly)

A retail good store.

Returns:

  • (RDF::Vocabulary::Term)


3034
3035
3036
# File 'lib/rdf/vocab/schemas.rb', line 3034

def Store
  @Store
end

#StoreCreditRefundRDF::Vocabulary::Term (readonly)

A StoreCreditRefund …

Returns:

  • (RDF::Vocabulary::Term)


10306
10307
10308
# File 'lib/rdf/vocab/schemas.rb', line 10306

def StoreCreditRefund
  @StoreCreditRefund
end

#streetAddressRDF::Vocabulary::Term (readonly)

The street address. For example, 1600 Amphitheatre Pkwy.

Returns:

  • (RDF::Vocabulary::Term)


8310
8311
8312
# File 'lib/rdf/vocab/schemas.rb', line 8310

def streetAddress
  @streetAddress
end

#StrengthTrainingRDF::Vocabulary::Term (readonly)

Physical activity that is engaged in to improve muscle and bone strength. Also referred to as resistance training.

Returns:

  • (RDF::Vocabulary::Term)


10310
10311
10312
# File 'lib/rdf/vocab/schemas.rb', line 10310

def StrengthTraining
  @StrengthTraining
end

#strengthUnitRDF::Vocabulary::Term (readonly)

The units of an active ingredient’s strength, e.g. mg.

Returns:

  • (RDF::Vocabulary::Term)


8314
8315
8316
# File 'lib/rdf/vocab/schemas.rb', line 8314

def strengthUnit
  @strengthUnit
end

#strengthValueRDF::Vocabulary::Term (readonly)

The value of an active ingredient’s strength, e.g. 325.

Returns:

  • (RDF::Vocabulary::Term)


8318
8319
8320
# File 'lib/rdf/vocab/schemas.rb', line 8318

def strengthValue
  @strengthValue
end

#structuralClassRDF::Vocabulary::Term (readonly)

The name given to how bone physically connects to each other.

Returns:

  • (RDF::Vocabulary::Term)


8322
8323
8324
# File 'lib/rdf/vocab/schemas.rb', line 8322

def structuralClass
  @structuralClass
end

#StructuredValueRDF::Vocabulary::Term (readonly)

Structured values are used when the value of a property has a more complex structure than simply being a textual value or a reference to another thing.

Returns:

  • (RDF::Vocabulary::Term)


3038
3039
3040
# File 'lib/rdf/vocab/schemas.rb', line 3038

def StructuredValue
  @StructuredValue
end

#StudioAlbumRDF::Vocabulary::Term (readonly)

StudioAlbum.

Returns:

  • (RDF::Vocabulary::Term)


10314
10315
10316
# File 'lib/rdf/vocab/schemas.rb', line 10314

def StudioAlbum
  @StudioAlbum
end

#studyRDF::Vocabulary::Term (readonly)

A medical study or trial related to this entity.

Returns:

  • (RDF::Vocabulary::Term)


8326
8327
8328
# File 'lib/rdf/vocab/schemas.rb', line 8326

def study
  @study
end

#studyDesignRDF::Vocabulary::Term (readonly)

Specifics about the observational study design (enumerated).

Returns:

  • (RDF::Vocabulary::Term)


8330
8331
8332
# File 'lib/rdf/vocab/schemas.rb', line 8330

def studyDesign
  @studyDesign
end

#studyLocationRDF::Vocabulary::Term (readonly)

The location in which the study is taking/took place.

Returns:

  • (RDF::Vocabulary::Term)


8334
8335
8336
# File 'lib/rdf/vocab/schemas.rb', line 8334

def studyLocation
  @studyLocation
end

#studySubjectRDF::Vocabulary::Term (readonly)

A subject of the study, i.e. one of the medical conditions, therapies, devices, drugs, etc. investigated by the study.

Returns:

  • (RDF::Vocabulary::Term)


8338
8339
8340
# File 'lib/rdf/vocab/schemas.rb', line 8338

def studySubject
  @studySubject
end

#stupidPropertyRDF::Vocabulary::Term (readonly)

This is a StupidProperty! - for testing only

Returns:

  • (RDF::Vocabulary::Term)


8342
8343
8344
# File 'lib/rdf/vocab/schemas.rb', line 8342

def stupidProperty
  @stupidProperty
end

#StupidTypeRDF::Vocabulary::Term (readonly)

A StupidType for testing.

Returns:

  • (RDF::Vocabulary::Term)


3042
3043
3044
# File 'lib/rdf/vocab/schemas.rb', line 3042

def StupidType
  @StupidType
end

#subEventRDF::Vocabulary::Term (readonly)

An Event that is part of this event. For example, a conference event includes many presentations, each of which is a subEvent of the conference.

Returns:

  • (RDF::Vocabulary::Term)


8346
8347
8348
# File 'lib/rdf/vocab/schemas.rb', line 8346

def subEvent
  @subEvent
end

#subEventsRDF::Vocabulary::Term (readonly)

Events that are a part of this event. For example, a conference event includes many presentations, each subEvents of the conference.

Returns:

  • (RDF::Vocabulary::Term)


8350
8351
8352
# File 'lib/rdf/vocab/schemas.rb', line 8350

def subEvents
  @subEvents
end

#subjectOfRDF::Vocabulary::Term (readonly)

A CreativeWork or Event about this Thing.

Returns:

  • (RDF::Vocabulary::Term)


8378
8379
8380
# File 'lib/rdf/vocab/schemas.rb', line 8378

def subjectOf
  @subjectOf
end

#subOrganizationRDF::Vocabulary::Term (readonly)

A relationship between two organizations where the first includes the second, e.g., as a subsidiary. See also: the more specific ‘department’ property.

Returns:

  • (RDF::Vocabulary::Term)


8354
8355
8356
# File 'lib/rdf/vocab/schemas.rb', line 8354

def subOrganization
  @subOrganization
end

#subReservationRDF::Vocabulary::Term (readonly)

The individual reservations included in the package. Typically a repeated property.

Returns:

  • (RDF::Vocabulary::Term)


8358
8359
8360
# File 'lib/rdf/vocab/schemas.rb', line 8358

def subReservation
  @subReservation
end

#SubscribeActionRDF::Vocabulary::Term (readonly)

The act of forming a personal connection with someone/something (object) unidirectionally/asymmetrically to get updates pushed to.nnRelated actions:nn* [[FollowAction]]: Unlike FollowAction, SubscribeAction implies that the subscriber acts as a passive agent being constantly/actively pushed for updates.n* [[RegisterAction]]: Unlike RegisterAction, SubscribeAction implies that the agent is interested in continuing receiving updates from the object.n* [[JoinAction]]: Unlike JoinAction, SubscribeAction implies that the agent is interested in continuing receiving updates from the object.

Returns:

  • (RDF::Vocabulary::Term)


3046
3047
3048
# File 'lib/rdf/vocab/schemas.rb', line 3046

def SubscribeAction
  @SubscribeAction
end

#SubscriptionRDF::Vocabulary::Term (readonly)

Represents the subscription pricing component of the total price for an offered product

Returns:

  • (RDF::Vocabulary::Term)


10318
10319
10320
# File 'lib/rdf/vocab/schemas.rb', line 10318

def Subscription
  @Subscription
end

#subStageSuffixRDF::Vocabulary::Term (readonly)

The substage, e.g. ‘a’ for Stage IIIa.

Returns:

  • (RDF::Vocabulary::Term)


8362
8363
8364
# File 'lib/rdf/vocab/schemas.rb', line 8362

def subStageSuffix
  @subStageSuffix
end

#SubstanceRDF::Vocabulary::Term (readonly)

Any matter of defined composition that has discrete existence, whose origin may be biological, mineral or chemical.

Returns:

  • (RDF::Vocabulary::Term)


3050
3051
3052
# File 'lib/rdf/vocab/schemas.rb', line 3050

def Substance
  @Substance
end

#subStructureRDF::Vocabulary::Term (readonly)

Component (sub-)structure(s) that comprise this anatomical structure.

Returns:

  • (RDF::Vocabulary::Term)


8366
8367
8368
# File 'lib/rdf/vocab/schemas.rb', line 8366

def subStructure
  @subStructure
end

#subTestRDF::Vocabulary::Term (readonly)

A component test of the panel.

Returns:

  • (RDF::Vocabulary::Term)


8370
8371
8372
# File 'lib/rdf/vocab/schemas.rb', line 8370

def subTest
  @subTest
end

#subtitleLanguageRDF::Vocabulary::Term (readonly)

Languages in which subtitles/captions are available, in [IETF BCP 47 standard format](tools.ietf.org/html/bcp47).

Returns:

  • (RDF::Vocabulary::Term)


8382
8383
8384
# File 'lib/rdf/vocab/schemas.rb', line 8382

def subtitleLanguage
  @subtitleLanguage
end

#subTripRDF::Vocabulary::Term (readonly)

Identifies a [[Trip]] that is a subTrip of this Trip. For example Day 1, Day 2, etc. of a multi-day trip.

Returns:

  • (RDF::Vocabulary::Term)


8374
8375
8376
# File 'lib/rdf/vocab/schemas.rb', line 8374

def subTrip
  @subTrip
end

#SubwayStationRDF::Vocabulary::Term (readonly)

A subway station.

Returns:

  • (RDF::Vocabulary::Term)


3054
3055
3056
# File 'lib/rdf/vocab/schemas.rb', line 3054

def SubwayStation
  @SubwayStation
end

#successorOfRDF::Vocabulary::Term (readonly)

A pointer from a newer variant of a product to its previous, often discontinued predecessor.

Returns:

  • (RDF::Vocabulary::Term)


8386
8387
8388
# File 'lib/rdf/vocab/schemas.rb', line 8386

def successorOf
  @successorOf
end

#sugarContentRDF::Vocabulary::Term (readonly)

The number of grams of sugar.

Returns:

  • (RDF::Vocabulary::Term)


8390
8391
8392
# File 'lib/rdf/vocab/schemas.rb', line 8390

def sugarContent
  @sugarContent
end

#suggestedAnswerRDF::Vocabulary::Term (readonly)

An answer (possibly one of several, possibly incorrect) to a Question, e.g. on a Question/Answer site.

Returns:

  • (RDF::Vocabulary::Term)


8394
8395
8396
# File 'lib/rdf/vocab/schemas.rb', line 8394

def suggestedAnswer
  @suggestedAnswer
end

#suggestedGenderRDF::Vocabulary::Term (readonly)

The gender of the person or audience.

Returns:

  • (RDF::Vocabulary::Term)


8398
8399
8400
# File 'lib/rdf/vocab/schemas.rb', line 8398

def suggestedGender
  @suggestedGender
end

#suggestedMaxAgeRDF::Vocabulary::Term (readonly)

Maximal age recommended for viewing content.

Returns:

  • (RDF::Vocabulary::Term)


8402
8403
8404
# File 'lib/rdf/vocab/schemas.rb', line 8402

def suggestedMaxAge
  @suggestedMaxAge
end

#suggestedMinAgeRDF::Vocabulary::Term (readonly)

Minimal age recommended for viewing content.

Returns:

  • (RDF::Vocabulary::Term)


8406
8407
8408
# File 'lib/rdf/vocab/schemas.rb', line 8406

def suggestedMinAge
  @suggestedMinAge
end

#suitableForDietRDF::Vocabulary::Term (readonly)

Indicates a dietary restriction or guideline for which this recipe or menu item is suitable, e.g. diabetic, halal etc.

Returns:

  • (RDF::Vocabulary::Term)


8410
8411
8412
# File 'lib/rdf/vocab/schemas.rb', line 8410

def suitableForDiet
  @suitableForDiet
end

#SuiteRDF::Vocabulary::Term (readonly)

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=“en.wikipedia.org/wiki/Suite_(hotel)”>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>.

Returns:

  • (RDF::Vocabulary::Term)


3058
3059
3060
# File 'lib/rdf/vocab/schemas.rb', line 3058

def Suite
  @Suite
end

#SundayRDF::Vocabulary::Term (readonly)

The day of the week between Saturday and Monday.

Returns:

  • (RDF::Vocabulary::Term)


10322
10323
10324
# File 'lib/rdf/vocab/schemas.rb', line 10322

def Sunday
  @Sunday
end

#superEventRDF::Vocabulary::Term (readonly)

An event that this event is a part of. For example, a collection of individual music performances might each have a music festival as their superEvent.

Returns:

  • (RDF::Vocabulary::Term)


8414
8415
8416
# File 'lib/rdf/vocab/schemas.rb', line 8414

def superEvent
  @superEvent
end

#SuperficialAnatomyRDF::Vocabulary::Term (readonly)

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).

Returns:

  • (RDF::Vocabulary::Term)


3062
3063
3064
# File 'lib/rdf/vocab/schemas.rb', line 3062

def SuperficialAnatomy
  @SuperficialAnatomy
end

#supersededByRDF::Vocabulary::Term (readonly)

Relates a term (i.e. a property, class or enumeration) to one that supersedes it.

Returns:

  • (RDF::Vocabulary::Term)


8418
8419
8420
# File 'lib/rdf/vocab/schemas.rb', line 8418

def supersededBy
  @supersededBy
end

#supplyRDF::Vocabulary::Term (readonly)

A sub-property of instrument. A supply consumed when performing instructions or a direction.

Returns:

  • (RDF::Vocabulary::Term)


8422
8423
8424
# File 'lib/rdf/vocab/schemas.rb', line 8422

def supply
  @supply
end

#supplyToRDF::Vocabulary::Term (readonly)

The area to which the artery supplies blood.

Returns:

  • (RDF::Vocabulary::Term)


8426
8427
8428
# File 'lib/rdf/vocab/schemas.rb', line 8426

def supplyTo
  @supplyTo
end

#supportingDataRDF::Vocabulary::Term (readonly)

Supporting data for a SoftwareApplication.

Returns:

  • (RDF::Vocabulary::Term)


8430
8431
8432
# File 'lib/rdf/vocab/schemas.rb', line 8430

def supportingData
  @supportingData
end

#surfaceRDF::Vocabulary::Term (readonly)

A material used as a surface in some artwork, e.g. Canvas, Paper, Wood, Board, etc.

Returns:

  • (RDF::Vocabulary::Term)


8434
8435
8436
# File 'lib/rdf/vocab/schemas.rb', line 8434

def surface
  @surface
end

#SurgicalRDF::Vocabulary::Term (readonly)

A specific branch of medical science that pertains to treating diseases, injuries and deformities by manual and instrumental means.

Returns:

  • (RDF::Vocabulary::Term)


10326
10327
10328
# File 'lib/rdf/vocab/schemas.rb', line 10326

def Surgical
  @Surgical
end

#SurgicalProcedureRDF::Vocabulary::Term (readonly)

A medical procedure involving an incision with instruments; performed for diagnose, or therapeutic purposes.

Returns:

  • (RDF::Vocabulary::Term)


3066
3067
3068
# File 'lib/rdf/vocab/schemas.rb', line 3066

def SurgicalProcedure
  @SurgicalProcedure
end

#SuspendActionRDF::Vocabulary::Term (readonly)

The act of momentarily pausing a device or application (e.g. pause music playback or pause a timer).

Returns:

  • (RDF::Vocabulary::Term)


3070
3071
3072
# File 'lib/rdf/vocab/schemas.rb', line 3070

def SuspendAction
  @SuspendAction
end

#SuspendedRDF::Vocabulary::Term (readonly)

Suspended.

Returns:

  • (RDF::Vocabulary::Term)


10330
10331
10332
# File 'lib/rdf/vocab/schemas.rb', line 10330

def Suspended
  @Suspended
end

#SymptomsHealthAspectRDF::Vocabulary::Term (readonly)

Symptoms or related symptoms of a Topic.

Returns:

  • (RDF::Vocabulary::Term)


10334
10335
10336
# File 'lib/rdf/vocab/schemas.rb', line 10334

def SymptomsHealthAspect
  @SymptomsHealthAspect
end

#SynagogueRDF::Vocabulary::Term (readonly)

A synagogue.

Returns:

  • (RDF::Vocabulary::Term)


3074
3075
3076
# File 'lib/rdf/vocab/schemas.rb', line 3074

def Synagogue
  @Synagogue
end

#TableRDF::Vocabulary::Term (readonly)

A table on a Web page.

Returns:

  • (RDF::Vocabulary::Term)


3094
3095
3096
# File 'lib/rdf/vocab/schemas.rb', line 3094

def Table
  @Table
end

#TakeActionRDF::Vocabulary::Term (readonly)

The act of gaining ownership of an object from an origin. Reciprocal of GiveAction.nnRelated actions:nn* [[GiveAction]]: The reciprocal of TakeAction.n* [[ReceiveAction]]: Unlike ReceiveAction, TakeAction implies that ownership has been transfered.

Returns:

  • (RDF::Vocabulary::Term)


3098
3099
3100
# File 'lib/rdf/vocab/schemas.rb', line 3098

def TakeAction
  @TakeAction
end

#targetRDF::Vocabulary::Term (readonly)

Indicates a target EntryPoint for an Action.

Returns:

  • (RDF::Vocabulary::Term)


8438
8439
8440
# File 'lib/rdf/vocab/schemas.rb', line 8438

def target
  @target
end

#targetCollectionRDF::Vocabulary::Term (readonly)

A sub property of object. The collection target of the action.

Returns:

  • (RDF::Vocabulary::Term)


8442
8443
8444
# File 'lib/rdf/vocab/schemas.rb', line 8442

def targetCollection
  @targetCollection
end

#targetDescriptionRDF::Vocabulary::Term (readonly)

The description of a node in an established educational framework.

Returns:

  • (RDF::Vocabulary::Term)


8446
8447
8448
# File 'lib/rdf/vocab/schemas.rb', line 8446

def targetDescription
  @targetDescription
end

#targetNameRDF::Vocabulary::Term (readonly)

The name of a node in an established educational framework.

Returns:

  • (RDF::Vocabulary::Term)


8450
8451
8452
# File 'lib/rdf/vocab/schemas.rb', line 8450

def targetName
  @targetName
end

#targetPlatformRDF::Vocabulary::Term (readonly)

Type of app development: phone, Metro style, desktop, XBox, etc.

Returns:

  • (RDF::Vocabulary::Term)


8454
8455
8456
# File 'lib/rdf/vocab/schemas.rb', line 8454

def targetPlatform
  @targetPlatform
end

#targetPopulationRDF::Vocabulary::Term (readonly)

Characteristics of the population for which this is intended, or which typically uses it, e.g. ‘adults’.

Returns:

  • (RDF::Vocabulary::Term)


8458
8459
8460
# File 'lib/rdf/vocab/schemas.rb', line 8458

def targetPopulation
  @targetPopulation
end

#targetProductRDF::Vocabulary::Term (readonly)

Target Operating System / Product to which the code applies. If applies to several versions, just the product name can be used.

Returns:

  • (RDF::Vocabulary::Term)


8462
8463
8464
# File 'lib/rdf/vocab/schemas.rb', line 8462

def targetProduct
  @targetProduct
end

#targetUrlRDF::Vocabulary::Term (readonly)

The URL of a node in an established educational framework.

Returns:

  • (RDF::Vocabulary::Term)


8466
8467
8468
# File 'lib/rdf/vocab/schemas.rb', line 8466

def targetUrl
  @targetUrl
end

#TattooParlorRDF::Vocabulary::Term (readonly)

A tattoo parlor.

Returns:

  • (RDF::Vocabulary::Term)


3102
3103
3104
# File 'lib/rdf/vocab/schemas.rb', line 3102

def TattooParlor
  @TattooParlor
end

#TaxiRDF::Vocabulary::Term (readonly)

A taxi.

Returns:

  • (RDF::Vocabulary::Term)


3106
3107
3108
# File 'lib/rdf/vocab/schemas.rb', line 3106

def Taxi
  @Taxi
end

#taxIDRDF::Vocabulary::Term (readonly)

The Tax / Fiscal ID of the organization or person, e.g. the TIN in the US or the CIF/NIF in Spain.

Returns:

  • (RDF::Vocabulary::Term)


8470
8471
8472
# File 'lib/rdf/vocab/schemas.rb', line 8470

def taxID
  @taxID
end

#TaxiReservationRDF::Vocabulary::Term (readonly)

A reservation for a taxi.nnNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use [[Offer]].

Returns:

  • (RDF::Vocabulary::Term)


3110
3111
3112
# File 'lib/rdf/vocab/schemas.rb', line 3110

def TaxiReservation
  @TaxiReservation
end

#TaxiServiceRDF::Vocabulary::Term (readonly)

A service for a vehicle for hire with a driver for local travel. Fares are usually calculated based on distance traveled.

Returns:

  • (RDF::Vocabulary::Term)


3114
3115
3116
# File 'lib/rdf/vocab/schemas.rb', line 3114

def TaxiService
  @TaxiService
end

#TaxiStandRDF::Vocabulary::Term (readonly)

A taxi stand.

Returns:

  • (RDF::Vocabulary::Term)


3118
3119
3120
# File 'lib/rdf/vocab/schemas.rb', line 3118

def TaxiStand
  @TaxiStand
end

#TaxiVehicleUsageRDF::Vocabulary::Term (readonly)

Indicates the usage of the car as a taxi.

Returns:

  • (RDF::Vocabulary::Term)


10338
10339
10340
# File 'lib/rdf/vocab/schemas.rb', line 10338

def TaxiVehicleUsage
  @TaxiVehicleUsage
end

#teachesRDF::Vocabulary::Term (readonly)

The item being described is intended to help a person learn the competency or learning outcome defined by the referenced term.

Returns:

  • (RDF::Vocabulary::Term)


8474
8475
8476
# File 'lib/rdf/vocab/schemas.rb', line 8474

def teaches
  @teaches
end

#TechArticleRDF::Vocabulary::Term (readonly)

A technical article - Example: How-to (task) topics, step-by-step, procedural troubleshooting, specifications, etc.

Returns:

  • (RDF::Vocabulary::Term)


3122
3123
3124
# File 'lib/rdf/vocab/schemas.rb', line 3122

def TechArticle
  @TechArticle
end

#telephoneRDF::Vocabulary::Term (readonly)

The telephone number.

Returns:

  • (RDF::Vocabulary::Term)


8478
8479
8480
# File 'lib/rdf/vocab/schemas.rb', line 8478

def telephone
  @telephone
end

#TelevisionChannelRDF::Vocabulary::Term (readonly)

A unique instance of a television BroadcastService on a CableOrSatelliteService lineup.

Returns:

  • (RDF::Vocabulary::Term)


3126
3127
3128
# File 'lib/rdf/vocab/schemas.rb', line 3126

def TelevisionChannel
  @TelevisionChannel
end

#TelevisionStationRDF::Vocabulary::Term (readonly)

A television station.

Returns:

  • (RDF::Vocabulary::Term)


3130
3131
3132
# File 'lib/rdf/vocab/schemas.rb', line 3130

def TelevisionStation
  @TelevisionStation
end

#temporalRDF::Vocabulary::Term (readonly)

The “temporal” property can be used in cases where more specific properties (e.g. [[temporalCoverage]], [[dateCreated]], [[dateModified]], [[datePublished]]) are not known to be appropriate.

Returns:

  • (RDF::Vocabulary::Term)


8482
8483
8484
# File 'lib/rdf/vocab/schemas.rb', line 8482

def temporal
  @temporal
end

#temporalCoverageRDF::Vocabulary::Term (readonly)

The temporalCoverage of a CreativeWork indicates the period that the content applies to, i.e. that it describes, either as a DateTime or as a textual string indicating a time period in [ISO 8601 time interval format](en.wikipedia.org/wiki/ISO_8601#Time_intervals). In the case of a Dataset it will typically indicate the relevant time period in a precise notation (e.g. for a 2011 census dataset, the year 2011 would be written “2011/2012”). Other forms of content e.g. ScholarlyArticle, Book, TVSeries or TVEpisode may indicate their temporalCoverage in broader terms - textually or via well-known URL. Written works such as books may sometimes have precise temporal coverage too, e.g. a work set in 1939 - 1945 can be indicated in ISO 8601 interval format format via “1939/1945”. Open-ended date ranges can be written with “..” in place of the end date. For example, “2015-11/..” indicates a range beginning in November 2015 and with no specified final date. This is tentative and might be updated in future when ISO 8601 is officially updated.

Returns:

  • (RDF::Vocabulary::Term)


8486
8487
8488
# File 'lib/rdf/vocab/schemas.rb', line 8486

def temporalCoverage
  @temporalCoverage
end

#TennisComplexRDF::Vocabulary::Term (readonly)

A tennis complex.

Returns:

  • (RDF::Vocabulary::Term)


3134
3135
3136
# File 'lib/rdf/vocab/schemas.rb', line 3134

def TennisComplex
  @TennisComplex
end

#termCodeRDF::Vocabulary::Term (readonly)

A code that identifies this [[DefinedTerm]] within a [[DefinedTermSet]]

Returns:

  • (RDF::Vocabulary::Term)


8490
8491
8492
# File 'lib/rdf/vocab/schemas.rb', line 8490

def termCode
  @termCode
end

#termDurationRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


8494
8495
8496
# File 'lib/rdf/vocab/schemas.rb', line 8494

def termDuration
  @termDuration
end

#TerminatedRDF::Vocabulary::Term (readonly)

Terminated.

Returns:

  • (RDF::Vocabulary::Term)


10342
10343
10344
# File 'lib/rdf/vocab/schemas.rb', line 10342

def Terminated
  @Terminated
end

#termsOfServiceRDF::Vocabulary::Term (readonly)

Human-readable terms of service documentation.

Returns:

  • (RDF::Vocabulary::Term)


8498
8499
8500
# File 'lib/rdf/vocab/schemas.rb', line 8498

def termsOfService
  @termsOfService
end

#termsPerYearRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


8502
8503
8504
# File 'lib/rdf/vocab/schemas.rb', line 8502

def termsPerYear
  @termsPerYear
end

#TextRDF::Vocabulary::Term (readonly)

Data type: Text.

Returns:

  • (RDF::Vocabulary::Term)


3138
3139
3140
# File 'lib/rdf/vocab/schemas.rb', line 3138

def Text
  @Text
end

#textRDF::Vocabulary::Term (readonly)

The textual content of this CreativeWork.

Returns:

  • (RDF::Vocabulary::Term)


8506
8507
8508
# File 'lib/rdf/vocab/schemas.rb', line 8506

def text
  @text
end

#TextDigitalDocumentRDF::Vocabulary::Term (readonly)

A file composed primarily of text.

Returns:

  • (RDF::Vocabulary::Term)


3142
3143
3144
# File 'lib/rdf/vocab/schemas.rb', line 3142

def TextDigitalDocument
  @TextDigitalDocument
end

#textValueRDF::Vocabulary::Term (readonly)

Text value being annotated.

Returns:

  • (RDF::Vocabulary::Term)


8510
8511
8512
# File 'lib/rdf/vocab/schemas.rb', line 8510

def textValue
  @textValue
end

#TheaterEventRDF::Vocabulary::Term (readonly)

Event type: Theater performance.

Returns:

  • (RDF::Vocabulary::Term)


3146
3147
3148
# File 'lib/rdf/vocab/schemas.rb', line 3146

def TheaterEvent
  @TheaterEvent
end

#TheaterGroupRDF::Vocabulary::Term (readonly)

A theater group or company, for example, the Royal Shakespeare Company or Druid Theatre.

Returns:

  • (RDF::Vocabulary::Term)


3150
3151
3152
# File 'lib/rdf/vocab/schemas.rb', line 3150

def TheaterGroup
  @TheaterGroup
end

#TherapeuticRDF::Vocabulary::Term (readonly)

A medical device used for therapeutic purposes.

Returns:

  • (RDF::Vocabulary::Term)


10346
10347
10348
# File 'lib/rdf/vocab/schemas.rb', line 10346

def Therapeutic
  @Therapeutic
end

#TherapeuticProcedureRDF::Vocabulary::Term (readonly)

A medical procedure intended primarily for therapeutic purposes, aimed at improving a health condition.

Returns:

  • (RDF::Vocabulary::Term)


3154
3155
3156
# File 'lib/rdf/vocab/schemas.rb', line 3154

def TherapeuticProcedure
  @TherapeuticProcedure
end

#ThesisRDF::Vocabulary::Term (readonly)

A thesis or dissertation document submitted in support of candidature for an academic degree or professional qualification.

Returns:

  • (RDF::Vocabulary::Term)


3158
3159
3160
# File 'lib/rdf/vocab/schemas.rb', line 3158

def Thesis
  @Thesis
end

#ThingRDF::Vocabulary::Term (readonly)

The most generic type of item.

Returns:

  • (RDF::Vocabulary::Term)


3162
3163
3164
# File 'lib/rdf/vocab/schemas.rb', line 3162

def Thing
  @Thing
end

#ThroatRDF::Vocabulary::Term (readonly)

Throat assessment with clinical examination.

Returns:

  • (RDF::Vocabulary::Term)


10350
10351
10352
# File 'lib/rdf/vocab/schemas.rb', line 10350

def Throat
  @Throat
end

#thumbnailRDF::Vocabulary::Term (readonly)

Thumbnail image for an image or video.

Returns:

  • (RDF::Vocabulary::Term)


8514
8515
8516
# File 'lib/rdf/vocab/schemas.rb', line 8514

def thumbnail
  @thumbnail
end

#thumbnailUrlRDF::Vocabulary::Term (readonly)

A thumbnail image relevant to the Thing.

Returns:

  • (RDF::Vocabulary::Term)


8518
8519
8520
# File 'lib/rdf/vocab/schemas.rb', line 8518

def thumbnailUrl
  @thumbnailUrl
end

#ThursdayRDF::Vocabulary::Term (readonly)

The day of the week between Wednesday and Friday.

Returns:

  • (RDF::Vocabulary::Term)


10354
10355
10356
# File 'lib/rdf/vocab/schemas.rb', line 10354

def Thursday
  @Thursday
end

#tickerSymbolRDF::Vocabulary::Term (readonly)

The exchange traded instrument associated with a Corporation object. The tickerSymbol is expressed as an exchange and an instrument name separated by a space character. For the exchange component of the tickerSymbol attribute, we recommend using the controlled vocabulary of Market Identifier Codes (MIC) specified in ISO15022.

Returns:

  • (RDF::Vocabulary::Term)


8522
8523
8524
# File 'lib/rdf/vocab/schemas.rb', line 8522

def tickerSymbol
  @tickerSymbol
end

#TicketRDF::Vocabulary::Term (readonly)

Used to describe a ticket to an event, a flight, a bus ride, etc.

Returns:

  • (RDF::Vocabulary::Term)


3166
3167
3168
# File 'lib/rdf/vocab/schemas.rb', line 3166

def Ticket
  @Ticket
end

#ticketedSeatRDF::Vocabulary::Term (readonly)

The seat associated with the ticket.

Returns:

  • (RDF::Vocabulary::Term)


8534
8535
8536
# File 'lib/rdf/vocab/schemas.rb', line 8534

def ticketedSeat
  @ticketedSeat
end

#ticketNumberRDF::Vocabulary::Term (readonly)

The unique identifier for the ticket.

Returns:

  • (RDF::Vocabulary::Term)


8526
8527
8528
# File 'lib/rdf/vocab/schemas.rb', line 8526

def ticketNumber
  @ticketNumber
end

#ticketTokenRDF::Vocabulary::Term (readonly)

Reference to an asset (e.g., Barcode, QR code image or PDF) usable for entrance.

Returns:

  • (RDF::Vocabulary::Term)


8530
8531
8532
# File 'lib/rdf/vocab/schemas.rb', line 8530

def ticketToken
  @ticketToken
end

#TieActionRDF::Vocabulary::Term (readonly)

The act of reaching a draw in a competitive activity.

Returns:

  • (RDF::Vocabulary::Term)


3170
3171
3172
# File 'lib/rdf/vocab/schemas.rb', line 3170

def TieAction
  @TieAction
end

#TimeRDF::Vocabulary::Term (readonly)

A point in time recurring on multiple days in the form mm:ss (see [XML schema for details](www.w3.org/TR/xmlschema-2/#time)).

Returns:

  • (RDF::Vocabulary::Term)


3174
3175
3176
# File 'lib/rdf/vocab/schemas.rb', line 3174

def Time
  @Time
end

#timeOfDayRDF::Vocabulary::Term (readonly)

The time of day the program normally runs. For example, “evenings”.

Returns:

  • (RDF::Vocabulary::Term)


8538
8539
8540
# File 'lib/rdf/vocab/schemas.rb', line 8538

def timeOfDay
  @timeOfDay
end

#timeRequiredRDF::Vocabulary::Term (readonly)

Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience, e.g. ‘PT30M’, ‘PT1H25M’.

Returns:

  • (RDF::Vocabulary::Term)


8542
8543
8544
# File 'lib/rdf/vocab/schemas.rb', line 8542

def timeRequired
  @timeRequired
end

#timeToCompleteRDF::Vocabulary::Term (readonly)

The expected length of time to complete the program if attending full-time.

Returns:

  • (RDF::Vocabulary::Term)


8546
8547
8548
# File 'lib/rdf/vocab/schemas.rb', line 8546

def timeToComplete
  @timeToComplete
end

#TipActionRDF::Vocabulary::Term (readonly)

The act of giving money voluntarily to a beneficiary in recognition of services rendered.

Returns:

  • (RDF::Vocabulary::Term)


3178
3179
3180
# File 'lib/rdf/vocab/schemas.rb', line 3178

def TipAction
  @TipAction
end

#TireShopRDF::Vocabulary::Term (readonly)

A tire shop.

Returns:

  • (RDF::Vocabulary::Term)


3182
3183
3184
# File 'lib/rdf/vocab/schemas.rb', line 3182

def TireShop
  @TireShop
end

#tissueSampleRDF::Vocabulary::Term (readonly)

The type of tissue sample required for the test.

Returns:

  • (RDF::Vocabulary::Term)


8550
8551
8552
# File 'lib/rdf/vocab/schemas.rb', line 8550

def tissueSample
  @tissueSample
end

#titleRDF::Vocabulary::Term (readonly)

The title of the job.

Returns:

  • (RDF::Vocabulary::Term)


8554
8555
8556
# File 'lib/rdf/vocab/schemas.rb', line 8554

def title
  @title
end

#titleEIDRRDF::Vocabulary::Term (readonly)

An [EIDR](eidr.org/) (Entertainment Identifier Registry) [[identifier]] representing at the most general/abstract level, a work of film or television. 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 [[editEIDR]]. Since schema.org types like [[Movie]] and [[TVEpisode]] can be used for both works and their multiple expressions, it is possible to use [[titleEIDR]] alone (for a general description), or alongside [[editEIDR]] for a more edit-specific description.

Returns:

  • (RDF::Vocabulary::Term)


8558
8559
8560
# File 'lib/rdf/vocab/schemas.rb', line 8558

def titleEIDR
  @titleEIDR
end

#tocContinuationRDF::Vocabulary::Term (readonly)

A [[HyperTocEntry]] can have a [[tocContinuation]] indicated, which is another [[HyperTocEntry]] that would be the default next item to play or render.

Returns:

  • (RDF::Vocabulary::Term)


8570
8571
8572
# File 'lib/rdf/vocab/schemas.rb', line 8570

def tocContinuation
  @tocContinuation
end

#tocEntryRDF::Vocabulary::Term (readonly)

Indicates a [[HyperTocEntry]] in a [[HyperToc]].

Returns:

  • (RDF::Vocabulary::Term)


8574
8575
8576
# File 'lib/rdf/vocab/schemas.rb', line 8574

def tocEntry
  @tocEntry
end

#TollFreeRDF::Vocabulary::Term (readonly)

The associated telephone number is toll free.

Returns:

  • (RDF::Vocabulary::Term)


10358
10359
10360
# File 'lib/rdf/vocab/schemas.rb', line 10358

def TollFree
  @TollFree
end

#toLocationRDF::Vocabulary::Term (readonly)

A sub property of location. The final location of the object or the agent after the action.

Returns:

  • (RDF::Vocabulary::Term)


8562
8563
8564
# File 'lib/rdf/vocab/schemas.rb', line 8562

def toLocation
  @toLocation
end

#tongueWeightRDF::Vocabulary::Term (readonly)

The permitted vertical load (TWR) of a trailer attached to the vehicle. Also referred to as Tongue Load Rating (TLR) or Vertical Load Rating (VLR)nnTypical unit code(s): KGM for kilogram, LBR for poundnn* Note 1: You can indicate additional information in the [[name]] of the [[QuantitativeValue]] node.n* Note 2: You may also link to a [[QualitativeValue]] node that provides additional information using [[valueReference]].n* Note 3: Note that you can use [[minValue]] and [[maxValue]] to indicate ranges.

Returns:

  • (RDF::Vocabulary::Term)


8578
8579
8580
# File 'lib/rdf/vocab/schemas.rb', line 8578

def tongueWeight
  @tongueWeight
end

#toolRDF::Vocabulary::Term (readonly)

A sub property of instrument. An object used (but not consumed) when performing instructions or a direction.

Returns:

  • (RDF::Vocabulary::Term)


8582
8583
8584
# File 'lib/rdf/vocab/schemas.rb', line 8582

def tool
  @tool
end

#toRecipientRDF::Vocabulary::Term (readonly)

A sub property of recipient. The recipient who was directly sent the message.

Returns:

  • (RDF::Vocabulary::Term)


8566
8567
8568
# File 'lib/rdf/vocab/schemas.rb', line 8566

def toRecipient
  @toRecipient
end

#torqueRDF::Vocabulary::Term (readonly)

The torque (turning force) of the vehicle’s engine.nnTypical unit code(s): NU for newton metre (N m), F17 for pound-force per foot, or F48 for pound-force per inchnn* Note 1: You can link to information about how the given value has been determined (e.g. reference RPM) using the [[valueReference]] property.n* Note 2: You can use [[minValue]] and [[maxValue]] to indicate ranges.

Returns:

  • (RDF::Vocabulary::Term)


8586
8587
8588
# File 'lib/rdf/vocab/schemas.rb', line 8586

def torque
  @torque
end

#totalJobOpeningsRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


8590
8591
8592
# File 'lib/rdf/vocab/schemas.rb', line 8590

def totalJobOpenings
  @totalJobOpenings
end

#totalPaymentDueRDF::Vocabulary::Term (readonly)

The total amount due.

Returns:

  • (RDF::Vocabulary::Term)


8594
8595
8596
# File 'lib/rdf/vocab/schemas.rb', line 8594

def totalPaymentDue
  @totalPaymentDue
end

#totalPriceRDF::Vocabulary::Term (readonly)

The total price for the reservation or ticket, including applicable taxes, shipping, etc.nnUsage guidelines:nn* Use values from 0123456789 (Unicode ‘DIGIT ZERO’ (U+0030) to ‘DIGIT NINE’ (U+0039)) rather than superficially similiar Unicode symbols.n* Use ‘.’ (Unicode ‘FULL STOP’ (U+002E)) rather than ‘,’ to indicate a decimal point. Avoid using these symbols as a readability separator.

Returns:

  • (RDF::Vocabulary::Term)


8598
8599
8600
# File 'lib/rdf/vocab/schemas.rb', line 8598

def totalPrice
  @totalPrice
end

#totalTimeRDF::Vocabulary::Term (readonly)

The total time required to perform instructions or a direction (including time to prepare the supplies), in [ISO 8601 duration format](en.wikipedia.org/wiki/ISO_8601).

Returns:

  • (RDF::Vocabulary::Term)


8602
8603
8604
# File 'lib/rdf/vocab/schemas.rb', line 8602

def totalTime
  @totalTime
end

#tourBookingPageRDF::Vocabulary::Term (readonly)

A page providing information on how to book a tour of some [[Place]], such as an [[Accommodation]] or [[ApartmentComplex]] in a real estate setting, as well as other kinds of tours as appropriate.

Returns:

  • (RDF::Vocabulary::Term)


8606
8607
8608
# File 'lib/rdf/vocab/schemas.rb', line 8606

def tourBookingPage
  @tourBookingPage
end

#TouristAttractionRDF::Vocabulary::Term (readonly)

A tourist attraction. In principle any Thing can be a [[TouristAttraction]], from a [[Mountain]] and [[LandmarksOrHistoricalBuildings]] to a [[LocalBusiness]]. This Type can be used on its own to describe a general [[TouristAttraction]], or be used as an [[additionalType]] to add tourist attraction properties to any other type. (See examples below)

Returns:

  • (RDF::Vocabulary::Term)


3186
3187
3188
# File 'lib/rdf/vocab/schemas.rb', line 3186

def TouristAttraction
  @TouristAttraction
end

#TouristDestinationRDF::Vocabulary::Term (readonly)

A tourist destination. In principle any [[Place]] can be a [[TouristDestination]] from a [[City]], [[Region]] or [[Country]] to an [[AmusementPark]] or [[Hotel]]. This Type can be used on its own to describe a general [[TouristDestination]], or be used as an [[additionalType]] to add tourist relevant properties to any other [[Place]]. A [[TouristDestination]] is defined as a [[Place]] that contains, or is colocated with, one or more [[TouristAttraction]]s, often linked by a similar theme or interest to a particular [[touristType]]. The [UNWTO](www2.unwto.org/) 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).

Returns:

  • (RDF::Vocabulary::Term)


3190
3191
3192
# File 'lib/rdf/vocab/schemas.rb', line 3190

def TouristDestination
  @TouristDestination
end

#TouristInformationCenterRDF::Vocabulary::Term (readonly)

A tourist information center.

Returns:

  • (RDF::Vocabulary::Term)


3194
3195
3196
# File 'lib/rdf/vocab/schemas.rb', line 3194

def TouristInformationCenter
  @TouristInformationCenter
end

#TouristTripRDF::Vocabulary::Term (readonly)

A tourist trip. A created itinerary of visits to one or more places of interest ([[TouristAttraction]]/[]) often linked by a similar theme, geographic area, or interest to a particular [[touristType]]. The [UNWTO](www2.unwto.org/) defines tourism trip as the Trip taken by visitors. (See examples below).

Returns:

  • (RDF::Vocabulary::Term)


3198
3199
3200
# File 'lib/rdf/vocab/schemas.rb', line 3198

def TouristTrip
  @TouristTrip
end

#touristTypeRDF::Vocabulary::Term (readonly)

Attraction suitable for type(s) of tourist. eg. Children, visitors from a particular country, etc.

Returns:

  • (RDF::Vocabulary::Term)


8610
8611
8612
# File 'lib/rdf/vocab/schemas.rb', line 8610

def touristType
  @touristType
end

#ToxicologicRDF::Vocabulary::Term (readonly)

A specific branch of medical science that is concerned with poisons, their nature, effects and detection and involved in the treatment of poisoning.

Returns:

  • (RDF::Vocabulary::Term)


10362
10363
10364
# File 'lib/rdf/vocab/schemas.rb', line 10362

def Toxicologic
  @Toxicologic
end

#ToyStoreRDF::Vocabulary::Term (readonly)

A toy store.

Returns:

  • (RDF::Vocabulary::Term)


3202
3203
3204
# File 'lib/rdf/vocab/schemas.rb', line 3202

def ToyStore
  @ToyStore
end

#trackRDF::Vocabulary::Term (readonly)

A music recording (track)&#x2014;usually a single song. If an ItemList is given, the list should contain items of type MusicRecording.

Returns:

  • (RDF::Vocabulary::Term)


8614
8615
8616
# File 'lib/rdf/vocab/schemas.rb', line 8614

def track
  @track
end

#TrackActionRDF::Vocabulary::Term (readonly)

An agent tracks an object for updates.nnRelated actions:nn* [[FollowAction]]: Unlike FollowAction, TrackAction refers to the interest on the location of innanimates objects.n* [[SubscribeAction]]: Unlike SubscribeAction, TrackAction refers to the interest on the location of innanimate objects.

Returns:

  • (RDF::Vocabulary::Term)


3206
3207
3208
# File 'lib/rdf/vocab/schemas.rb', line 3206

def TrackAction
  @TrackAction
end

#trackingNumberRDF::Vocabulary::Term (readonly)

Shipper tracking number.

Returns:

  • (RDF::Vocabulary::Term)


8618
8619
8620
# File 'lib/rdf/vocab/schemas.rb', line 8618

def trackingNumber
  @trackingNumber
end

#trackingUrlRDF::Vocabulary::Term (readonly)

Tracking url for the parcel delivery.

Returns:

  • (RDF::Vocabulary::Term)


8622
8623
8624
# File 'lib/rdf/vocab/schemas.rb', line 8622

def trackingUrl
  @trackingUrl
end

#tracksRDF::Vocabulary::Term (readonly)

A music recording (track)&#x2014;usually a single song.

Returns:

  • (RDF::Vocabulary::Term)


8626
8627
8628
# File 'lib/rdf/vocab/schemas.rb', line 8626

def tracks
  @tracks
end

#TradeActionRDF::Vocabulary::Term (readonly)

The act of participating in an exchange of goods and services for monetary compensation. An agent trades an object, product or service with a participant in exchange for a one time or periodic payment.

Returns:

  • (RDF::Vocabulary::Term)


3210
3211
3212
# File 'lib/rdf/vocab/schemas.rb', line 3210

def TradeAction
  @TradeAction
end

#TraditionalChineseRDF::Vocabulary::Term (readonly)

A system of medicine based on common theoretical concepts that originated in China and evolved over thousands of years, that uses herbs, acupuncture, exercise, massage, dietary therapy, and other methods to treat a wide range of conditions.

Returns:

  • (RDF::Vocabulary::Term)


10366
10367
10368
# File 'lib/rdf/vocab/schemas.rb', line 10366

def TraditionalChinese
  @TraditionalChinese
end

#trailerRDF::Vocabulary::Term (readonly)

The trailer of a movie or tv/radio series, season, episode, etc.

Returns:

  • (RDF::Vocabulary::Term)


8630
8631
8632
# File 'lib/rdf/vocab/schemas.rb', line 8630

def trailer
  @trailer
end

#trailerWeightRDF::Vocabulary::Term (readonly)

The permitted weight of a trailer attached to the vehicle.nnTypical unit code(s): KGM for kilogram, LBR for poundn* Note 1: You can indicate additional information in the [[name]] of the [[QuantitativeValue]] node.n* Note 2: You may also link to a [[QualitativeValue]] node that provides additional information using [[valueReference]].n* Note 3: Note that you can use [[minValue]] and [[maxValue]] to indicate ranges.

Returns:

  • (RDF::Vocabulary::Term)


8634
8635
8636
# File 'lib/rdf/vocab/schemas.rb', line 8634

def trailerWeight
  @trailerWeight
end

#trainingSalaryRDF::Vocabulary::Term (readonly)

The estimated salary earned while in the program.

Returns:

  • (RDF::Vocabulary::Term)


8646
8647
8648
# File 'lib/rdf/vocab/schemas.rb', line 8646

def trainingSalary
  @trainingSalary
end

#trainNameRDF::Vocabulary::Term (readonly)

The name of the train (e.g. The Orient Express).

Returns:

  • (RDF::Vocabulary::Term)


8638
8639
8640
# File 'lib/rdf/vocab/schemas.rb', line 8638

def trainName
  @trainName
end

#trainNumberRDF::Vocabulary::Term (readonly)

The unique identifier for the train.

Returns:

  • (RDF::Vocabulary::Term)


8642
8643
8644
# File 'lib/rdf/vocab/schemas.rb', line 8642

def trainNumber
  @trainNumber
end

#TrainReservationRDF::Vocabulary::Term (readonly)

A reservation for train travel.nnNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use [[Offer]].

Returns:

  • (RDF::Vocabulary::Term)


3214
3215
3216
# File 'lib/rdf/vocab/schemas.rb', line 3214

def TrainReservation
  @TrainReservation
end

#TrainStationRDF::Vocabulary::Term (readonly)

A train station.

Returns:

  • (RDF::Vocabulary::Term)


3218
3219
3220
# File 'lib/rdf/vocab/schemas.rb', line 3218

def TrainStation
  @TrainStation
end

#TrainTripRDF::Vocabulary::Term (readonly)

A trip on a commercial train line.

Returns:

  • (RDF::Vocabulary::Term)


3222
3223
3224
# File 'lib/rdf/vocab/schemas.rb', line 3222

def TrainTrip
  @TrainTrip
end

#transcriptRDF::Vocabulary::Term (readonly)

If this MediaObject is an AudioObject or VideoObject, the transcript of that object.

Returns:

  • (RDF::Vocabulary::Term)


8654
8655
8656
# File 'lib/rdf/vocab/schemas.rb', line 8654

def transcript
  @transcript
end

#transFatContentRDF::Vocabulary::Term (readonly)

The number of grams of trans fat.

Returns:

  • (RDF::Vocabulary::Term)


8650
8651
8652
# File 'lib/rdf/vocab/schemas.rb', line 8650

def transFatContent
  @transFatContent
end

#TransferActionRDF::Vocabulary::Term (readonly)

The act of transferring/moving (abstract or concrete) animate or inanimate objects from one place to another.

Returns:

  • (RDF::Vocabulary::Term)


3226
3227
3228
# File 'lib/rdf/vocab/schemas.rb', line 3226

def TransferAction
  @TransferAction
end

#TransitMapRDF::Vocabulary::Term (readonly)

A transit map.

Returns:

  • (RDF::Vocabulary::Term)


10370
10371
10372
# File 'lib/rdf/vocab/schemas.rb', line 10370

def TransitMap
  @TransitMap
end

#transitTimeRDF::Vocabulary::Term (readonly)

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).

Returns:

  • (RDF::Vocabulary::Term)


8658
8659
8660
# File 'lib/rdf/vocab/schemas.rb', line 8658

def transitTime
  @transitTime
end

#transitTimeLabelRDF::Vocabulary::Term (readonly)

Label to match an [[OfferShippingDetails]] with a [[DeliveryTimeSettings]] (within the context of a [[shippingSettingsLink]] cross-reference).

Returns:

  • (RDF::Vocabulary::Term)


8662
8663
8664
# File 'lib/rdf/vocab/schemas.rb', line 8662

def transitTimeLabel
  @transitTimeLabel
end

#translationOfWorkRDF::Vocabulary::Term (readonly)

The work that this work has been translated from. e.g. 物种起源 is a translationOf “On the Origin of Species”

Returns:

  • (RDF::Vocabulary::Term)


8666
8667
8668
# File 'lib/rdf/vocab/schemas.rb', line 8666

def translationOfWork
  @translationOfWork
end

#translatorRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


8670
8671
8672
# File 'lib/rdf/vocab/schemas.rb', line 8670

def translator
  @translator
end

#transmissionMethodRDF::Vocabulary::Term (readonly)

How the disease spreads, either as a route or vector, for example ‘direct contact’, ‘Aedes aegypti’, etc.

Returns:

  • (RDF::Vocabulary::Term)


8674
8675
8676
# File 'lib/rdf/vocab/schemas.rb', line 8674

def transmissionMethod
  @transmissionMethod
end

#TravelActionRDF::Vocabulary::Term (readonly)

The act of traveling from an fromLocation to a destination by a specified mode of transport, optionally with participants.

Returns:

  • (RDF::Vocabulary::Term)


3230
3231
3232
# File 'lib/rdf/vocab/schemas.rb', line 3230

def TravelAction
  @TravelAction
end

#TravelAgencyRDF::Vocabulary::Term (readonly)

A travel agency.

Returns:

  • (RDF::Vocabulary::Term)


3234
3235
3236
# File 'lib/rdf/vocab/schemas.rb', line 3234

def TravelAgency
  @TravelAgency
end

#travelBansRDF::Vocabulary::Term (readonly)

Information about travel bans, e.g. in the context of a pandemic.

Returns:

  • (RDF::Vocabulary::Term)


8678
8679
8680
# File 'lib/rdf/vocab/schemas.rb', line 8678

def travelBans
  @travelBans
end

#TreatmentIndicationRDF::Vocabulary::Term (readonly)

An indication for treating an underlying condition, symptom, etc.

Returns:

  • (RDF::Vocabulary::Term)


3238
3239
3240
# File 'lib/rdf/vocab/schemas.rb', line 3238

def TreatmentIndication
  @TreatmentIndication
end

#TreatmentsHealthAspectRDF::Vocabulary::Term (readonly)

Treatments or related therapies for a Topic.

Returns:

  • (RDF::Vocabulary::Term)


10374
10375
10376
# File 'lib/rdf/vocab/schemas.rb', line 10374

def TreatmentsHealthAspect
  @TreatmentsHealthAspect
end

#trialDesignRDF::Vocabulary::Term (readonly)

Specifics about the trial design (enumerated).

Returns:

  • (RDF::Vocabulary::Term)


8682
8683
8684
# File 'lib/rdf/vocab/schemas.rb', line 8682

def trialDesign
  @trialDesign
end

#tributaryRDF::Vocabulary::Term (readonly)

The anatomical or organ system that the vein flows into; a larger structure that the vein connects to.

Returns:

  • (RDF::Vocabulary::Term)


8686
8687
8688
# File 'lib/rdf/vocab/schemas.rb', line 8686

def tributary
  @tributary
end

#TripRDF::Vocabulary::Term (readonly)

A trip or journey. An itinerary of visits to one or more places.

Returns:

  • (RDF::Vocabulary::Term)


3242
3243
3244
# File 'lib/rdf/vocab/schemas.rb', line 3242

def Trip
  @Trip
end

#TripleBlindedTrialRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


10378
10379
10380
# File 'lib/rdf/vocab/schemas.rb', line 10378

def TripleBlindedTrial
  @TripleBlindedTrial
end

#TrueRDF::Vocabulary::Term (readonly)

The boolean value true.

Returns:

  • (RDF::Vocabulary::Term)


10382
10383
10384
# File 'lib/rdf/vocab/schemas.rb', line 10382

def True
  @True
end

#TuesdayRDF::Vocabulary::Term (readonly)

The day of the week between Monday and Wednesday.

Returns:

  • (RDF::Vocabulary::Term)


10386
10387
10388
# File 'lib/rdf/vocab/schemas.rb', line 10386

def Tuesday
  @Tuesday
end

#TVClipRDF::Vocabulary::Term (readonly)

A short TV program or a segment/part of a TV program.

Returns:

  • (RDF::Vocabulary::Term)


3078
3079
3080
# File 'lib/rdf/vocab/schemas.rb', line 3078

def TVClip
  @TVClip
end

#TVEpisodeRDF::Vocabulary::Term (readonly)

A TV episode which can be part of a series or season.

Returns:

  • (RDF::Vocabulary::Term)


3082
3083
3084
# File 'lib/rdf/vocab/schemas.rb', line 3082

def TVEpisode
  @TVEpisode
end

#TVSeasonRDF::Vocabulary::Term (readonly)

Season dedicated to TV broadcast and associated online delivery.

Returns:

  • (RDF::Vocabulary::Term)


3086
3087
3088
# File 'lib/rdf/vocab/schemas.rb', line 3086

def TVSeason
  @TVSeason
end

#TVSeriesRDF::Vocabulary::Term (readonly)

CreativeWorkSeries dedicated to TV broadcast and associated online delivery.

Returns:

  • (RDF::Vocabulary::Term)


3090
3091
3092
# File 'lib/rdf/vocab/schemas.rb', line 3090

def TVSeries
  @TVSeries
end

#TypeAndQuantityNodeRDF::Vocabulary::Term (readonly)

A structured value indicating the quantity, unit of measurement, and business function of goods included in a bundle offer.

Returns:

  • (RDF::Vocabulary::Term)


3246
3247
3248
# File 'lib/rdf/vocab/schemas.rb', line 3246

def TypeAndQuantityNode
  @TypeAndQuantityNode
end

#typeOfBedRDF::Vocabulary::Term (readonly)

The type of bed to which the BedDetail refers, i.e. the type of bed available in the quantity indicated by quantity.

Returns:

  • (RDF::Vocabulary::Term)


8690
8691
8692
# File 'lib/rdf/vocab/schemas.rb', line 8690

def typeOfBed
  @typeOfBed
end

#typeOfGoodRDF::Vocabulary::Term (readonly)

The product that this structured value is referring to.

Returns:

  • (RDF::Vocabulary::Term)


8694
8695
8696
# File 'lib/rdf/vocab/schemas.rb', line 8694

def typeOfGood
  @typeOfGood
end

#TypesHealthAspectRDF::Vocabulary::Term (readonly)

Categorization and other types related to a topic.

Returns:

  • (RDF::Vocabulary::Term)


10390
10391
10392
# File 'lib/rdf/vocab/schemas.rb', line 10390

def TypesHealthAspect
  @TypesHealthAspect
end

#typicalAgeRangeRDF::Vocabulary::Term (readonly)

The typical expected age range, e.g. ‘7-9’, ‘11-’.

Returns:

  • (RDF::Vocabulary::Term)


8698
8699
8700
# File 'lib/rdf/vocab/schemas.rb', line 8698

def typicalAgeRange
  @typicalAgeRange
end

#typicalCreditsPerTermRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


8702
8703
8704
# File 'lib/rdf/vocab/schemas.rb', line 8702

def typicalCreditsPerTerm
  @typicalCreditsPerTerm
end

#typicalTestRDF::Vocabulary::Term (readonly)

A medical test typically performed given this condition.

Returns:

  • (RDF::Vocabulary::Term)


8706
8707
8708
# File 'lib/rdf/vocab/schemas.rb', line 8706

def typicalTest
  @typicalTest
end

#UKNonprofitTypeRDF::Vocabulary::Term (readonly)

UKNonprofitType: Non-profit organization type originating from the United Kingdom.

Returns:

  • (RDF::Vocabulary::Term)


3250
3251
3252
# File 'lib/rdf/vocab/schemas.rb', line 3250

def UKNonprofitType
  @UKNonprofitType
end

#UKTrustRDF::Vocabulary::Term (readonly)

UKTrust: Non-profit type referring to a UK trust.

Returns:

  • (RDF::Vocabulary::Term)


10394
10395
10396
# File 'lib/rdf/vocab/schemas.rb', line 10394

def UKTrust
  @UKTrust
end

#UltrasoundRDF::Vocabulary::Term (readonly)

Ultrasound imaging.

Returns:

  • (RDF::Vocabulary::Term)


10398
10399
10400
# File 'lib/rdf/vocab/schemas.rb', line 10398

def Ultrasound
  @Ultrasound
end

#underNameRDF::Vocabulary::Term (readonly)

The person or organization the reservation or ticket is for.

Returns:

  • (RDF::Vocabulary::Term)


8710
8711
8712
# File 'lib/rdf/vocab/schemas.rb', line 8710

def underName
  @underName
end

#UnemploymentSupportRDF::Vocabulary::Term (readonly)

UnemploymentSupport: this is a benefit for unemployment support.

Returns:

  • (RDF::Vocabulary::Term)


10402
10403
10404
# File 'lib/rdf/vocab/schemas.rb', line 10402

def UnemploymentSupport
  @UnemploymentSupport
end

#UnincorporatedAssociationCharityRDF::Vocabulary::Term (readonly)

UnincorporatedAssociationCharity: Non-profit type referring to a charitable company that is not incorporated (UK).

Returns:

  • (RDF::Vocabulary::Term)


10406
10407
10408
# File 'lib/rdf/vocab/schemas.rb', line 10406

def UnincorporatedAssociationCharity
  @UnincorporatedAssociationCharity
end

#unitCodeRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


8714
8715
8716
# File 'lib/rdf/vocab/schemas.rb', line 8714

def unitCode
  @unitCode
end

#UnitPriceSpecificationRDF::Vocabulary::Term (readonly)

The price asked for a given offer by the respective organization or person.

Returns:

  • (RDF::Vocabulary::Term)


3266
3267
3268
# File 'lib/rdf/vocab/schemas.rb', line 3266

def UnitPriceSpecification
  @UnitPriceSpecification
end

#unitTextRDF::Vocabulary::Term (readonly)

A string or text indicating the unit of measurement. Useful if you cannot provide a standard unit code for <a href=‘unitCode’>unitCode</a>.

Returns:

  • (RDF::Vocabulary::Term)


8718
8719
8720
# File 'lib/rdf/vocab/schemas.rb', line 8718

def unitText
  @unitText
end

#unnamedSourcesPolicyRDF::Vocabulary::Term (readonly)

For an [[Organization]] (typically a [[NewsMediaOrganization]]), a statement about policy on use of unnamed sources and the decision process required.

Returns:

  • (RDF::Vocabulary::Term)


8722
8723
8724
# File 'lib/rdf/vocab/schemas.rb', line 8722

def unnamedSourcesPolicy
  @unnamedSourcesPolicy
end

#UnofficialLegalValueRDF::Vocabulary::Term (readonly)

Indicates that a document has no particular or special standing (e.g. a republication of a law by a private publisher).

Returns:

  • (RDF::Vocabulary::Term)


10410
10411
10412
# File 'lib/rdf/vocab/schemas.rb', line 10410

def UnofficialLegalValue
  @UnofficialLegalValue
end

#UnRegisterActionRDF::Vocabulary::Term (readonly)

The act of un-registering from a service.nnRelated actions:nn* [[RegisterAction]]: antonym of UnRegisterAction.n* [[LeaveAction]]: Unlike LeaveAction, UnRegisterAction implies that you are unregistering from a service you werer previously registered, rather than leaving a team/group of people.

Returns:

  • (RDF::Vocabulary::Term)


3262
3263
3264
# File 'lib/rdf/vocab/schemas.rb', line 3262

def UnRegisterAction
  @UnRegisterAction
end

#unsaturatedFatContentRDF::Vocabulary::Term (readonly)

The number of grams of unsaturated fat.

Returns:

  • (RDF::Vocabulary::Term)


8726
8727
8728
# File 'lib/rdf/vocab/schemas.rb', line 8726

def unsaturatedFatContent
  @unsaturatedFatContent
end

#UpdateActionRDF::Vocabulary::Term (readonly)

The act of managing by changing/editing the state of the object.

Returns:

  • (RDF::Vocabulary::Term)


3270
3271
3272
# File 'lib/rdf/vocab/schemas.rb', line 3270

def UpdateAction
  @UpdateAction
end

#uploadDateRDF::Vocabulary::Term (readonly)

Date when this media object was uploaded to this site.

Returns:

  • (RDF::Vocabulary::Term)


8730
8731
8732
# File 'lib/rdf/vocab/schemas.rb', line 8730

def uploadDate
  @uploadDate
end

#upvoteCountRDF::Vocabulary::Term (readonly)

The number of upvotes this question, answer or comment has received from the community.

Returns:

  • (RDF::Vocabulary::Term)


8734
8735
8736
# File 'lib/rdf/vocab/schemas.rb', line 8734

def upvoteCount
  @upvoteCount
end

#URLRDF::Vocabulary::Term (readonly)

Data type: URL.

Returns:

  • (RDF::Vocabulary::Term)


3254
3255
3256
# File 'lib/rdf/vocab/schemas.rb', line 3254

def URL
  @URL
end

#urlRDF::Vocabulary::Term (readonly)

URL of the item.

Returns:

  • (RDF::Vocabulary::Term)


8738
8739
8740
# File 'lib/rdf/vocab/schemas.rb', line 8738

def url
  @url
end

#urlTemplateRDF::Vocabulary::Term (readonly)

An url template (RFC6570) that will be used to construct the target of the execution of the action.

Returns:

  • (RDF::Vocabulary::Term)


8742
8743
8744
# File 'lib/rdf/vocab/schemas.rb', line 8742

def urlTemplate
  @urlTemplate
end

#UrologicRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


10414
10415
10416
# File 'lib/rdf/vocab/schemas.rb', line 10414

def Urologic
  @Urologic
end

#usageInfoRDF::Vocabulary::Term (readonly)

The schema.org [[usageInfo]] property indicates further information about a [[CreativeWork]]. 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. 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.

Returns:

  • (RDF::Vocabulary::Term)


8746
8747
8748
# File 'lib/rdf/vocab/schemas.rb', line 8746

def usageInfo
  @usageInfo
end

#UsageOrScheduleHealthAspectRDF::Vocabulary::Term (readonly)

Content about how, when, frequency and dosage of a topic.

Returns:

  • (RDF::Vocabulary::Term)


10418
10419
10420
# File 'lib/rdf/vocab/schemas.rb', line 10418

def UsageOrScheduleHealthAspect
  @UsageOrScheduleHealthAspect
end

#UseActionRDF::Vocabulary::Term (readonly)

The act of applying an object to its intended purpose.

Returns:

  • (RDF::Vocabulary::Term)


3274
3275
3276
# File 'lib/rdf/vocab/schemas.rb', line 3274

def UseAction
  @UseAction
end

#UsedConditionRDF::Vocabulary::Term (readonly)

Indicates that the item is used.

Returns:

  • (RDF::Vocabulary::Term)


10422
10423
10424
# File 'lib/rdf/vocab/schemas.rb', line 10422

def UsedCondition
  @UsedCondition
end

#usedToDiagnoseRDF::Vocabulary::Term (readonly)

A condition the test is used to diagnose.

Returns:

  • (RDF::Vocabulary::Term)


8750
8751
8752
# File 'lib/rdf/vocab/schemas.rb', line 8750

def usedToDiagnose
  @usedToDiagnose
end

#UserBlocksRDF::Vocabulary::Term (readonly)

UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use [[Action]]-based vocabulary, alongside types such as [[Comment]].

Returns:

  • (RDF::Vocabulary::Term)


3278
3279
3280
# File 'lib/rdf/vocab/schemas.rb', line 3278

def UserBlocks
  @UserBlocks
end

#UserCheckinsRDF::Vocabulary::Term (readonly)

UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use [[Action]]-based vocabulary, alongside types such as [[Comment]].

Returns:

  • (RDF::Vocabulary::Term)


3282
3283
3284
# File 'lib/rdf/vocab/schemas.rb', line 3282

def UserCheckins
  @UserCheckins
end

#UserCommentsRDF::Vocabulary::Term (readonly)

UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use [[Action]]-based vocabulary, alongside types such as [[Comment]].

Returns:

  • (RDF::Vocabulary::Term)


3286
3287
3288
# File 'lib/rdf/vocab/schemas.rb', line 3286

def UserComments
  @UserComments
end

#UserDownloadsRDF::Vocabulary::Term (readonly)

UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use [[Action]]-based vocabulary, alongside types such as [[Comment]].

Returns:

  • (RDF::Vocabulary::Term)


3290
3291
3292
# File 'lib/rdf/vocab/schemas.rb', line 3290

def UserDownloads
  @UserDownloads
end

#UserInteractionRDF::Vocabulary::Term (readonly)

UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use [[Action]]-based vocabulary, alongside types such as [[Comment]].

Returns:

  • (RDF::Vocabulary::Term)


3294
3295
3296
# File 'lib/rdf/vocab/schemas.rb', line 3294

def UserInteraction
  @UserInteraction
end

#userInteractionCountRDF::Vocabulary::Term (readonly)

The number of interactions for the CreativeWork using the WebSite or SoftwareApplication.

Returns:

  • (RDF::Vocabulary::Term)


8754
8755
8756
# File 'lib/rdf/vocab/schemas.rb', line 8754

def userInteractionCount
  @userInteractionCount
end

#UserLikesRDF::Vocabulary::Term (readonly)

UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use [[Action]]-based vocabulary, alongside types such as [[Comment]].

Returns:

  • (RDF::Vocabulary::Term)


3298
3299
3300
# File 'lib/rdf/vocab/schemas.rb', line 3298

def UserLikes
  @UserLikes
end

#UserPageVisitsRDF::Vocabulary::Term (readonly)

UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use [[Action]]-based vocabulary, alongside types such as [[Comment]].

Returns:

  • (RDF::Vocabulary::Term)


3302
3303
3304
# File 'lib/rdf/vocab/schemas.rb', line 3302

def UserPageVisits
  @UserPageVisits
end

#UserPlaysRDF::Vocabulary::Term (readonly)

UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use [[Action]]-based vocabulary, alongside types such as [[Comment]].

Returns:

  • (RDF::Vocabulary::Term)


3306
3307
3308
# File 'lib/rdf/vocab/schemas.rb', line 3306

def UserPlays
  @UserPlays
end

#UserPlusOnesRDF::Vocabulary::Term (readonly)

UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use [[Action]]-based vocabulary, alongside types such as [[Comment]].

Returns:

  • (RDF::Vocabulary::Term)


3310
3311
3312
# File 'lib/rdf/vocab/schemas.rb', line 3310

def UserPlusOnes
  @UserPlusOnes
end

#UserReviewRDF::Vocabulary::Term (readonly)

A review created by an end-user (e.g. consumer, purchaser, attendee etc.), in contrast with [[CriticReview]].

Returns:

  • (RDF::Vocabulary::Term)


3314
3315
3316
# File 'lib/rdf/vocab/schemas.rb', line 3314

def UserReview
  @UserReview
end

#UserTweetsRDF::Vocabulary::Term (readonly)

UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use [[Action]]-based vocabulary, alongside types such as [[Comment]].

Returns:

  • (RDF::Vocabulary::Term)


3318
3319
3320
# File 'lib/rdf/vocab/schemas.rb', line 3318

def UserTweets
  @UserTweets
end

#usesDeviceRDF::Vocabulary::Term (readonly)

Device used to perform the test.

Returns:

  • (RDF::Vocabulary::Term)


8758
8759
8760
# File 'lib/rdf/vocab/schemas.rb', line 8758

def usesDevice
  @usesDevice
end

#usesHealthPlanIdStandardRDF::Vocabulary::Term (readonly)

The standard for interpreting thePlan ID. The preferred is “HIOS”. See the Centers for Medicare & Medicaid Services for more details.

Returns:

  • (RDF::Vocabulary::Term)


8762
8763
8764
# File 'lib/rdf/vocab/schemas.rb', line 8762

def usesHealthPlanIdStandard
  @usesHealthPlanIdStandard
end

#USNonprofitTypeRDF::Vocabulary::Term (readonly)

USNonprofitType: Non-profit organization type originating from the United States.

Returns:

  • (RDF::Vocabulary::Term)


3258
3259
3260
# File 'lib/rdf/vocab/schemas.rb', line 3258

def USNonprofitType
  @USNonprofitType
end

#utterancesRDF::Vocabulary::Term (readonly)

Text of an utterances (spoken words, lyrics etc.) that occurs at a certain section of a media object, represented as a [[HyperTocEntry]].

Returns:

  • (RDF::Vocabulary::Term)


8766
8767
8768
# File 'lib/rdf/vocab/schemas.rb', line 8766

def utterances
  @utterances
end

#validForRDF::Vocabulary::Term (readonly)

The duration of validity of a permit or similar thing.

Returns:

  • (RDF::Vocabulary::Term)


8770
8771
8772
# File 'lib/rdf/vocab/schemas.rb', line 8770

def validFor
  @validFor
end

#validFromRDF::Vocabulary::Term (readonly)

The date when the item becomes valid.

Returns:

  • (RDF::Vocabulary::Term)


8774
8775
8776
# File 'lib/rdf/vocab/schemas.rb', line 8774

def validFrom
  @validFrom
end

#validInRDF::Vocabulary::Term (readonly)

The geographic area where a permit or similar thing is valid.

Returns:

  • (RDF::Vocabulary::Term)


8778
8779
8780
# File 'lib/rdf/vocab/schemas.rb', line 8778

def validIn
  @validIn
end

#validThroughRDF::Vocabulary::Term (readonly)

The date after when the item is not valid. For example the end of an offer, salary period, or a period of opening hours.

Returns:

  • (RDF::Vocabulary::Term)


8782
8783
8784
# File 'lib/rdf/vocab/schemas.rb', line 8782

def validThrough
  @validThrough
end

#validUntilRDF::Vocabulary::Term (readonly)

The date when the item is no longer valid.

Returns:

  • (RDF::Vocabulary::Term)


8786
8787
8788
# File 'lib/rdf/vocab/schemas.rb', line 8786

def validUntil
  @validUntil
end

#valueRDF::Vocabulary::Term (readonly)

The value of the quantitative value or property value node.nn* For [[QuantitativeValue]] and [[MonetaryAmount]], the recommended type for values is ‘Number’.n* For [[PropertyValue]], it can be ‘Text;’, ‘Number’, ‘Boolean’, or ‘StructuredValue’.n* Use values from 0123456789 (Unicode ‘DIGIT ZERO’ (U+0030) to ‘DIGIT NINE’ (U+0039)) rather than superficially similiar Unicode symbols.n* Use ‘.’ (Unicode ‘FULL STOP’ (U+002E)) rather than ‘,’ to indicate a decimal point. Avoid using these symbols as a readability separator.

Returns:

  • (RDF::Vocabulary::Term)


8790
8791
8792
# File 'lib/rdf/vocab/schemas.rb', line 8790

def value
  @value
end

#valueAddedTaxIncludedRDF::Vocabulary::Term (readonly)

Specifies whether the applicable value-added tax (VAT) is included in the price specification or not.

Returns:

  • (RDF::Vocabulary::Term)


8794
8795
8796
# File 'lib/rdf/vocab/schemas.rb', line 8794

def valueAddedTaxIncluded
  @valueAddedTaxIncluded
end

#valueMaxLengthRDF::Vocabulary::Term (readonly)

Specifies the allowed range for number of characters in a literal value.

Returns:

  • (RDF::Vocabulary::Term)


8798
8799
8800
# File 'lib/rdf/vocab/schemas.rb', line 8798

def valueMaxLength
  @valueMaxLength
end

#valueMinLengthRDF::Vocabulary::Term (readonly)

Specifies the minimum allowed range for number of characters in a literal value.

Returns:

  • (RDF::Vocabulary::Term)


8802
8803
8804
# File 'lib/rdf/vocab/schemas.rb', line 8802

def valueMinLength
  @valueMinLength
end

#valueNameRDF::Vocabulary::Term (readonly)

Indicates the name of the PropertyValueSpecification to be used in URL templates and form encoding in a manner analogous to HTML’s input@name.

Returns:

  • (RDF::Vocabulary::Term)


8806
8807
8808
# File 'lib/rdf/vocab/schemas.rb', line 8806

def valueName
  @valueName
end

#valuePatternRDF::Vocabulary::Term (readonly)

Specifies a regular expression for testing literal values according to the HTML spec.

Returns:

  • (RDF::Vocabulary::Term)


8810
8811
8812
# File 'lib/rdf/vocab/schemas.rb', line 8810

def valuePattern
  @valuePattern
end

#valueReferenceRDF::Vocabulary::Term (readonly)

A pointer to a secondary value that provides additional information on the original value, e.g. a reference temperature.

Returns:

  • (RDF::Vocabulary::Term)


8814
8815
8816
# File 'lib/rdf/vocab/schemas.rb', line 8814

def valueReference
  @valueReference
end

#valueRequiredRDF::Vocabulary::Term (readonly)

Whether the property must be filled in to complete the action. Default is false.

Returns:

  • (RDF::Vocabulary::Term)


8818
8819
8820
# File 'lib/rdf/vocab/schemas.rb', line 8818

def valueRequired
  @valueRequired
end

#variableMeasuredRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


8822
8823
8824
# File 'lib/rdf/vocab/schemas.rb', line 8822

def variableMeasured
  @variableMeasured
end

#variablesMeasuredRDF::Vocabulary::Term (readonly)

Originally named [[variablesMeasured]], 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.

Returns:

  • (RDF::Vocabulary::Term)


8826
8827
8828
# File 'lib/rdf/vocab/schemas.rb', line 8826

def variablesMeasured
  @variablesMeasured
end

#variantCoverRDF::Vocabulary::Term (readonly)

A description of the variant cover for the issue, if the issue is a variant printing. For example, “Bryan Hitch Variant Cover” or “2nd Printing Variant”.

Returns:

  • (RDF::Vocabulary::Term)


8830
8831
8832
# File 'lib/rdf/vocab/schemas.rb', line 8830

def variantCover
  @variantCover
end

#variesByRDF::Vocabulary::Term (readonly)

Indicates the property or properties by which the variants in a [[ProductGroup]] vary, e.g. their size, color etc. Schema.org properties can be referenced by their short name e.g. “color”; terms defined elsewhere can be referenced with their URIs.

Returns:

  • (RDF::Vocabulary::Term)


8834
8835
8836
# File 'lib/rdf/vocab/schemas.rb', line 8834

def variesBy
  @variesBy
end

#vatIDRDF::Vocabulary::Term (readonly)

The Value-added Tax ID of the organization or person.

Returns:

  • (RDF::Vocabulary::Term)


8838
8839
8840
# File 'lib/rdf/vocab/schemas.rb', line 8838

def vatID
  @vatID
end

#VeganDietRDF::Vocabulary::Term (readonly)

A diet exclusive of all animal products.

Returns:

  • (RDF::Vocabulary::Term)


10426
10427
10428
# File 'lib/rdf/vocab/schemas.rb', line 10426

def VeganDiet
  @VeganDiet
end

#VegetarianDietRDF::Vocabulary::Term (readonly)

A diet exclusive of animal meat.

Returns:

  • (RDF::Vocabulary::Term)


10430
10431
10432
# File 'lib/rdf/vocab/schemas.rb', line 10430

def VegetarianDiet
  @VegetarianDiet
end

#VehicleRDF::Vocabulary::Term (readonly)

A vehicle is a device that is designed or used to transport people or cargo over land, water, air, or through space.

Returns:

  • (RDF::Vocabulary::Term)


3322
3323
3324
# File 'lib/rdf/vocab/schemas.rb', line 3322

def Vehicle
  @Vehicle
end

#vehicleConfigurationRDF::Vocabulary::Term (readonly)

A short text indicating the configuration of the vehicle, e.g. ‘5dr hatchback ST 2.5 MT 225 hp’ or ‘limited edition’.

Returns:

  • (RDF::Vocabulary::Term)


8842
8843
8844
# File 'lib/rdf/vocab/schemas.rb', line 8842

def vehicleConfiguration
  @vehicleConfiguration
end

#vehicleEngineRDF::Vocabulary::Term (readonly)

Information about the engine or engines of the vehicle.

Returns:

  • (RDF::Vocabulary::Term)


8846
8847
8848
# File 'lib/rdf/vocab/schemas.rb', line 8846

def vehicleEngine
  @vehicleEngine
end

#vehicleIdentificationNumberRDF::Vocabulary::Term (readonly)

The Vehicle Identification Number (VIN) is a unique serial number used by the automotive industry to identify individual motor vehicles.

Returns:

  • (RDF::Vocabulary::Term)


8850
8851
8852
# File 'lib/rdf/vocab/schemas.rb', line 8850

def vehicleIdentificationNumber
  @vehicleIdentificationNumber
end

#vehicleInteriorColorRDF::Vocabulary::Term (readonly)

The color or color combination of the interior of the vehicle.

Returns:

  • (RDF::Vocabulary::Term)


8854
8855
8856
# File 'lib/rdf/vocab/schemas.rb', line 8854

def vehicleInteriorColor
  @vehicleInteriorColor
end

#vehicleInteriorTypeRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


8858
8859
8860
# File 'lib/rdf/vocab/schemas.rb', line 8858

def vehicleInteriorType
  @vehicleInteriorType
end

#vehicleModelDateRDF::Vocabulary::Term (readonly)

The release date of a vehicle model (often used to differentiate versions of the same make and model).

Returns:

  • (RDF::Vocabulary::Term)


8862
8863
8864
# File 'lib/rdf/vocab/schemas.rb', line 8862

def vehicleModelDate
  @vehicleModelDate
end

#vehicleSeatingCapacityRDF::Vocabulary::Term (readonly)

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.nnTypical unit code(s): C62 for persons.

Returns:

  • (RDF::Vocabulary::Term)


8866
8867
8868
# File 'lib/rdf/vocab/schemas.rb', line 8866

def vehicleSeatingCapacity
  @vehicleSeatingCapacity
end

#vehicleSpecialUsageRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


8870
8871
8872
# File 'lib/rdf/vocab/schemas.rb', line 8870

def vehicleSpecialUsage
  @vehicleSpecialUsage
end

#vehicleTransmissionRDF::Vocabulary::Term (readonly)

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).

Returns:

  • (RDF::Vocabulary::Term)


8874
8875
8876
# File 'lib/rdf/vocab/schemas.rb', line 8874

def vehicleTransmission
  @vehicleTransmission
end

#VeinRDF::Vocabulary::Term (readonly)

A type of blood vessel that specifically carries blood to the heart.

Returns:

  • (RDF::Vocabulary::Term)


3326
3327
3328
# File 'lib/rdf/vocab/schemas.rb', line 3326

def Vein
  @Vein
end

#vendorRDF::Vocabulary::Term (readonly)

‘vendor’ is an earlier term for ‘seller’.

Returns:

  • (RDF::Vocabulary::Term)


8878
8879
8880
# File 'lib/rdf/vocab/schemas.rb', line 8878

def vendor
  @vendor
end

#VenueMapRDF::Vocabulary::Term (readonly)

A venue map (e.g. for malls, auditoriums, museums, etc.).

Returns:

  • (RDF::Vocabulary::Term)


10434
10435
10436
# File 'lib/rdf/vocab/schemas.rb', line 10434

def VenueMap
  @VenueMap
end

#verificationFactCheckingPolicyRDF::Vocabulary::Term (readonly)

Disclosure about verification and fact-checking processes for a [[NewsMediaOrganization]] or other fact-checking [[Organization]].

Returns:

  • (RDF::Vocabulary::Term)


8882
8883
8884
# File 'lib/rdf/vocab/schemas.rb', line 8882

def verificationFactCheckingPolicy
  @verificationFactCheckingPolicy
end

#versionRDF::Vocabulary::Term (readonly)

The version of the CreativeWork embodied by a specified resource.

Returns:

  • (RDF::Vocabulary::Term)


8886
8887
8888
# File 'lib/rdf/vocab/schemas.rb', line 8886

def version
  @version
end

#VesselRDF::Vocabulary::Term (readonly)

A component of the human body circulatory system comprised of an intricate network of hollow tubes that transport blood throughout the entire body.

Returns:

  • (RDF::Vocabulary::Term)


3330
3331
3332
# File 'lib/rdf/vocab/schemas.rb', line 3330

def Vessel
  @Vessel
end

#VeterinaryCareRDF::Vocabulary::Term (readonly)

A vet’s office.

Returns:

  • (RDF::Vocabulary::Term)


3334
3335
3336
# File 'lib/rdf/vocab/schemas.rb', line 3334

def VeterinaryCare
  @VeterinaryCare
end

#videoRDF::Vocabulary::Term (readonly)

An embedded video object.

Returns:

  • (RDF::Vocabulary::Term)


8890
8891
8892
# File 'lib/rdf/vocab/schemas.rb', line 8890

def video
  @video
end

#videoFormatRDF::Vocabulary::Term (readonly)

The type of screening or video broadcast used (e.g. IMAX, 3D, SD, HD, etc.).

Returns:

  • (RDF::Vocabulary::Term)


8894
8895
8896
# File 'lib/rdf/vocab/schemas.rb', line 8894

def videoFormat
  @videoFormat
end

#videoFrameSizeRDF::Vocabulary::Term (readonly)

The frame size of the video.

Returns:

  • (RDF::Vocabulary::Term)


8898
8899
8900
# File 'lib/rdf/vocab/schemas.rb', line 8898

def videoFrameSize
  @videoFrameSize
end

#VideoGalleryRDF::Vocabulary::Term (readonly)

Web page type: Video gallery page.

Returns:

  • (RDF::Vocabulary::Term)


3338
3339
3340
# File 'lib/rdf/vocab/schemas.rb', line 3338

def VideoGallery
  @VideoGallery
end

#VideoGameRDF::Vocabulary::Term (readonly)

A video game is an electronic game that involves human interaction with a user interface to generate visual feedback on a video device.

Returns:

  • (RDF::Vocabulary::Term)


3342
3343
3344
# File 'lib/rdf/vocab/schemas.rb', line 3342

def VideoGame
  @VideoGame
end

#VideoGameClipRDF::Vocabulary::Term (readonly)

A short segment/part of a video game.

Returns:

  • (RDF::Vocabulary::Term)


3346
3347
3348
# File 'lib/rdf/vocab/schemas.rb', line 3346

def VideoGameClip
  @VideoGameClip
end

#VideoGameSeriesRDF::Vocabulary::Term (readonly)

A video game series.

Returns:

  • (RDF::Vocabulary::Term)


3350
3351
3352
# File 'lib/rdf/vocab/schemas.rb', line 3350

def VideoGameSeries
  @VideoGameSeries
end

#VideoObjectRDF::Vocabulary::Term (readonly)

A video file.

Returns:

  • (RDF::Vocabulary::Term)


3354
3355
3356
# File 'lib/rdf/vocab/schemas.rb', line 3354

def VideoObject
  @VideoObject
end

#videoQualityRDF::Vocabulary::Term (readonly)

The quality of the video.

Returns:

  • (RDF::Vocabulary::Term)


8902
8903
8904
# File 'lib/rdf/vocab/schemas.rb', line 8902

def videoQuality
  @videoQuality
end

#ViewActionRDF::Vocabulary::Term (readonly)

The act of consuming static visual content.

Returns:

  • (RDF::Vocabulary::Term)


3358
3359
3360
# File 'lib/rdf/vocab/schemas.rb', line 3358

def ViewAction
  @ViewAction
end

#VinylFormatRDF::Vocabulary::Term (readonly)

VinylFormat.

Returns:

  • (RDF::Vocabulary::Term)


10438
10439
10440
# File 'lib/rdf/vocab/schemas.rb', line 10438

def VinylFormat
  @VinylFormat
end

#VirtualLocationRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


3362
3363
3364
# File 'lib/rdf/vocab/schemas.rb', line 3362

def VirtualLocation
  @VirtualLocation
end

#VirusRDF::Vocabulary::Term (readonly)

Pathogenic virus that causes viral infection.

Returns:

  • (RDF::Vocabulary::Term)


3366
3367
3368
# File 'lib/rdf/vocab/schemas.rb', line 3366

def Virus
  @Virus
end

#VisualArtsEventRDF::Vocabulary::Term (readonly)

Event type: Visual arts event.

Returns:

  • (RDF::Vocabulary::Term)


3370
3371
3372
# File 'lib/rdf/vocab/schemas.rb', line 3370

def VisualArtsEvent
  @VisualArtsEvent
end

#VisualArtworkRDF::Vocabulary::Term (readonly)

A work of art that is primarily visual in character.

Returns:

  • (RDF::Vocabulary::Term)


3374
3375
3376
# File 'lib/rdf/vocab/schemas.rb', line 3374

def VisualArtwork
  @VisualArtwork
end

#VitalSignRDF::Vocabulary::Term (readonly)

Vital signs are measures of various physiological functions in order to assess the most basic body functions.

Returns:

  • (RDF::Vocabulary::Term)


3378
3379
3380
# File 'lib/rdf/vocab/schemas.rb', line 3378

def VitalSign
  @VitalSign
end

#VolcanoRDF::Vocabulary::Term (readonly)

A volcano, like Fuji san.

Returns:

  • (RDF::Vocabulary::Term)


3382
3383
3384
# File 'lib/rdf/vocab/schemas.rb', line 3382

def Volcano
  @Volcano
end

#volumeNumberRDF::Vocabulary::Term (readonly)

Identifies the volume of publication or multi-part work; for example, “iii” or “2”.

Returns:

  • (RDF::Vocabulary::Term)


8906
8907
8908
# File 'lib/rdf/vocab/schemas.rb', line 8906

def volumeNumber
  @volumeNumber
end

#VoteActionRDF::Vocabulary::Term (readonly)

The act of expressing a preference from a fixed/finite/structured set of choices/options.

Returns:

  • (RDF::Vocabulary::Term)


3386
3387
3388
# File 'lib/rdf/vocab/schemas.rb', line 3386

def VoteAction
  @VoteAction
end

#WantActionRDF::Vocabulary::Term (readonly)

The act of expressing a desire about the object. An agent wants an object.

Returns:

  • (RDF::Vocabulary::Term)


3406
3407
3408
# File 'lib/rdf/vocab/schemas.rb', line 3406

def WantAction
  @WantAction
end

#warningRDF::Vocabulary::Term (readonly)

Any FDA or other warnings about the drug (text or URL).

Returns:

  • (RDF::Vocabulary::Term)


8910
8911
8912
# File 'lib/rdf/vocab/schemas.rb', line 8910

def warning
  @warning
end

#warrantyRDF::Vocabulary::Term (readonly)

The warranty promise(s) included in the offer.

Returns:

  • (RDF::Vocabulary::Term)


8914
8915
8916
# File 'lib/rdf/vocab/schemas.rb', line 8914

def warranty
  @warranty
end

#WarrantyPromiseRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


3410
3411
3412
# File 'lib/rdf/vocab/schemas.rb', line 3410

def WarrantyPromise
  @WarrantyPromise
end

#warrantyPromiseRDF::Vocabulary::Term (readonly)

The warranty promise(s) included in the offer.

Returns:

  • (RDF::Vocabulary::Term)


8918
8919
8920
# File 'lib/rdf/vocab/schemas.rb', line 8918

def warrantyPromise
  @warrantyPromise
end

#WarrantyScopeRDF::Vocabulary::Term (readonly)

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.nnCommonly used values:nn* purl.org/goodrelations/v1#Labor-BringInn* purl.org/goodrelations/v1#PartsAndLabor-BringInn* purl.org/goodrelations/v1#PartsAndLabor-PickUp

Returns:

  • (RDF::Vocabulary::Term)


3414
3415
3416
# File 'lib/rdf/vocab/schemas.rb', line 3414

def WarrantyScope
  @WarrantyScope
end

#warrantyScopeRDF::Vocabulary::Term (readonly)

The scope of the warranty promise.

Returns:

  • (RDF::Vocabulary::Term)


8922
8923
8924
# File 'lib/rdf/vocab/schemas.rb', line 8922

def warrantyScope
  @warrantyScope
end

#WatchActionRDF::Vocabulary::Term (readonly)

The act of consuming dynamic/moving visual content.

Returns:

  • (RDF::Vocabulary::Term)


3418
3419
3420
# File 'lib/rdf/vocab/schemas.rb', line 3418

def WatchAction
  @WatchAction
end

#WaterfallRDF::Vocabulary::Term (readonly)

A waterfall, like Niagara.

Returns:

  • (RDF::Vocabulary::Term)


3422
3423
3424
# File 'lib/rdf/vocab/schemas.rb', line 3422

def Waterfall
  @Waterfall
end

#WearActionRDF::Vocabulary::Term (readonly)

The act of dressing oneself in clothing.

Returns:

  • (RDF::Vocabulary::Term)


3426
3427
3428
# File 'lib/rdf/vocab/schemas.rb', line 3426

def WearAction
  @WearAction
end

#WebAPIRDF::Vocabulary::Term (readonly)

An application programming interface accessible over Web/Internet technologies.

Returns:

  • (RDF::Vocabulary::Term)


3430
3431
3432
# File 'lib/rdf/vocab/schemas.rb', line 3430

def WebAPI
  @WebAPI
end

#WebApplicationRDF::Vocabulary::Term (readonly)

Web applications.

Returns:

  • (RDF::Vocabulary::Term)


3434
3435
3436
# File 'lib/rdf/vocab/schemas.rb', line 3434

def WebApplication
  @WebApplication
end

#webCheckinTimeRDF::Vocabulary::Term (readonly)

The time when a passenger can check into the flight online.

Returns:

  • (RDF::Vocabulary::Term)


8926
8927
8928
# File 'lib/rdf/vocab/schemas.rb', line 8926

def webCheckinTime
  @webCheckinTime
end

#WebContentRDF::Vocabulary::Term (readonly)

WebContent is a type representing all [[WebPage]], [[WebSite]] and [[WebPageElement]] content. It is sometimes the case that detailed distinctions between Web pages, sites and their parts is not always important or obvious. The [[WebContent]] type makes it easier to describe Web-addressable content without requiring such distinctions to always be stated. (The intent is that the existing types [[WebPage]], [[WebSite]] and [[WebPageElement]] will eventually be declared as subtypes of [[WebContent]].)

Returns:

  • (RDF::Vocabulary::Term)


3438
3439
3440
# File 'lib/rdf/vocab/schemas.rb', line 3438

def WebContent
  @WebContent
end

#webFeedRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


8930
8931
8932
# File 'lib/rdf/vocab/schemas.rb', line 8930

def webFeed
  @webFeed
end

#WebPageRDF::Vocabulary::Term (readonly)

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 breadcrumb 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.

Returns:

  • (RDF::Vocabulary::Term)


3442
3443
3444
# File 'lib/rdf/vocab/schemas.rb', line 3442

def WebPage
  @WebPage
end

#WebPageElementRDF::Vocabulary::Term (readonly)

A web page element, like a table or an image.

Returns:

  • (RDF::Vocabulary::Term)


3446
3447
3448
# File 'lib/rdf/vocab/schemas.rb', line 3446

def WebPageElement
  @WebPageElement
end

#WebSiteRDF::Vocabulary::Term (readonly)

A WebSite is a set of related web pages and other items typically served from a single web domain and accessible via URLs.

Returns:

  • (RDF::Vocabulary::Term)


3450
3451
3452
# File 'lib/rdf/vocab/schemas.rb', line 3450

def WebSite
  @WebSite
end

#WednesdayRDF::Vocabulary::Term (readonly)

The day of the week between Tuesday and Thursday.

Returns:

  • (RDF::Vocabulary::Term)


10442
10443
10444
# File 'lib/rdf/vocab/schemas.rb', line 10442

def Wednesday
  @Wednesday
end

#weightRDF::Vocabulary::Term (readonly)

The weight of the product or person.

Returns:

  • (RDF::Vocabulary::Term)


8934
8935
8936
# File 'lib/rdf/vocab/schemas.rb', line 8934

def weight
  @weight
end

#weightTotalRDF::Vocabulary::Term (readonly)

The permitted total weight of the loaded vehicle, including passengers and cargo and the weight of the empty vehicle.nnTypical unit code(s): KGM for kilogram, LBR for poundnn* Note 1: You can indicate additional information in the [[name]] of the [[QuantitativeValue]] node.n* Note 2: You may also link to a [[QualitativeValue]] node that provides additional information using [[valueReference]].n* Note 3: Note that you can use [[minValue]] and [[maxValue]] to indicate ranges.

Returns:

  • (RDF::Vocabulary::Term)


8938
8939
8940
# File 'lib/rdf/vocab/schemas.rb', line 8938

def weightTotal
  @weightTotal
end

#WesternConventionalRDF::Vocabulary::Term (readonly)

The conventional Western system of medicine, that aims to apply the best available evidence gained from the scientific method to clinical decision making. Also known as conventional or Western medicine.

Returns:

  • (RDF::Vocabulary::Term)


10446
10447
10448
# File 'lib/rdf/vocab/schemas.rb', line 10446

def WesternConventional
  @WesternConventional
end

#wheelbaseRDF::Vocabulary::Term (readonly)

The distance between the centers of the front and rear wheels.nnTypical unit code(s): CMT for centimeters, MTR for meters, INH for inches, FOT for foot/feet

Returns:

  • (RDF::Vocabulary::Term)


8942
8943
8944
# File 'lib/rdf/vocab/schemas.rb', line 8942

def wheelbase
  @wheelbase
end

#WholesaleRDF::Vocabulary::Term (readonly)

The drug’s cost represents the wholesale acquisition cost of the drug.

Returns:

  • (RDF::Vocabulary::Term)


10450
10451
10452
# File 'lib/rdf/vocab/schemas.rb', line 10450

def Wholesale
  @Wholesale
end

#WholesaleStoreRDF::Vocabulary::Term (readonly)

A wholesale store.

Returns:

  • (RDF::Vocabulary::Term)


3454
3455
3456
# File 'lib/rdf/vocab/schemas.rb', line 3454

def WholesaleStore
  @WholesaleStore
end

#widthRDF::Vocabulary::Term (readonly)

The width of the item.

Returns:

  • (RDF::Vocabulary::Term)


8946
8947
8948
# File 'lib/rdf/vocab/schemas.rb', line 8946

def width
  @width
end

#WinActionRDF::Vocabulary::Term (readonly)

The act of achieving victory in a competitive activity.

Returns:

  • (RDF::Vocabulary::Term)


3458
3459
3460
# File 'lib/rdf/vocab/schemas.rb', line 3458

def WinAction
  @WinAction
end

#WineryRDF::Vocabulary::Term (readonly)

A winery.

Returns:

  • (RDF::Vocabulary::Term)


3462
3463
3464
# File 'lib/rdf/vocab/schemas.rb', line 3462

def Winery
  @Winery
end

#winnerRDF::Vocabulary::Term (readonly)

A sub property of participant. The winner of the action.

Returns:

  • (RDF::Vocabulary::Term)


8950
8951
8952
# File 'lib/rdf/vocab/schemas.rb', line 8950

def winner
  @winner
end

#WithdrawnRDF::Vocabulary::Term (readonly)

Withdrawn.

Returns:

  • (RDF::Vocabulary::Term)


10454
10455
10456
# File 'lib/rdf/vocab/schemas.rb', line 10454

def Withdrawn
  @Withdrawn
end

#wordCountRDF::Vocabulary::Term (readonly)

The number of words in the text of the Article.

Returns:

  • (RDF::Vocabulary::Term)


8954
8955
8956
# File 'lib/rdf/vocab/schemas.rb', line 8954

def wordCount
  @wordCount
end

#WorkBasedProgramRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


3466
3467
3468
# File 'lib/rdf/vocab/schemas.rb', line 3466

def WorkBasedProgram
  @WorkBasedProgram
end

#WorkersUnionRDF::Vocabulary::Term (readonly)

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.

Returns:

  • (RDF::Vocabulary::Term)


3470
3471
3472
# File 'lib/rdf/vocab/schemas.rb', line 3470

def WorkersUnion
  @WorkersUnion
end

#workExampleRDF::Vocabulary::Term (readonly)

Example/instance/realization/derivation of the concept of this creative work. eg. The paperback edition, first edition, or eBook.

Returns:

  • (RDF::Vocabulary::Term)


8958
8959
8960
# File 'lib/rdf/vocab/schemas.rb', line 8958

def workExample
  @workExample
end

#workFeaturedRDF::Vocabulary::Term (readonly)

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).

Returns:

  • (RDF::Vocabulary::Term)


8962
8963
8964
# File 'lib/rdf/vocab/schemas.rb', line 8962

def workFeatured
  @workFeatured
end

#workHoursRDF::Vocabulary::Term (readonly)

The typical working hours for this job (e.g. 1st shift, night shift, 8am-5pm).

Returns:

  • (RDF::Vocabulary::Term)


8966
8967
8968
# File 'lib/rdf/vocab/schemas.rb', line 8966

def workHours
  @workHours
end

#workloadRDF::Vocabulary::Term (readonly)

Quantitative measure of the physiologic output of the exercise; also referred to as energy expenditure.

Returns:

  • (RDF::Vocabulary::Term)


8986
8987
8988
# File 'lib/rdf/vocab/schemas.rb', line 8986

def workload
  @workload
end

#workLocationRDF::Vocabulary::Term (readonly)

A contact location for a person’s place of work.

Returns:

  • (RDF::Vocabulary::Term)


8970
8971
8972
# File 'lib/rdf/vocab/schemas.rb', line 8970

def workLocation
  @workLocation
end

#workPerformedRDF::Vocabulary::Term (readonly)

A work performed in some event, for example a play performed in a TheaterEvent.

Returns:

  • (RDF::Vocabulary::Term)


8974
8975
8976
# File 'lib/rdf/vocab/schemas.rb', line 8974

def workPerformed
  @workPerformed
end

#workPresentedRDF::Vocabulary::Term (readonly)

The movie presented during this event.

Returns:

  • (RDF::Vocabulary::Term)


8978
8979
8980
# File 'lib/rdf/vocab/schemas.rb', line 8978

def workPresented
  @workPresented
end

#worksForRDF::Vocabulary::Term (readonly)

Organizations that the person works for.

Returns:

  • (RDF::Vocabulary::Term)


8990
8991
8992
# File 'lib/rdf/vocab/schemas.rb', line 8990

def worksFor
  @worksFor
end

#workTranslationRDF::Vocabulary::Term (readonly)

A work that is a translation of the content of this work. e.g. 西遊記 has an English workTranslation “Journey to the West”,a German workTranslation “Monkeys Pilgerfahrt” and a Vietnamese translation Tây du ký bình khảo.

Returns:

  • (RDF::Vocabulary::Term)


8982
8983
8984
# File 'lib/rdf/vocab/schemas.rb', line 8982

def workTranslation
  @workTranslation
end

#worstRatingRDF::Vocabulary::Term (readonly)

The lowest value allowed in this rating system. If worstRating is omitted, 1 is assumed.

Returns:

  • (RDF::Vocabulary::Term)


8994
8995
8996
# File 'lib/rdf/vocab/schemas.rb', line 8994

def worstRating
  @worstRating
end

#WPAdBlockRDF::Vocabulary::Term (readonly)

An advertising section of the page.

Returns:

  • (RDF::Vocabulary::Term)


3390
3391
3392
# File 'lib/rdf/vocab/schemas.rb', line 3390

def WPAdBlock
  @WPAdBlock
end

#WPFooterRDF::Vocabulary::Term (readonly)

The footer section of the page.

Returns:

  • (RDF::Vocabulary::Term)


3394
3395
3396
# File 'lib/rdf/vocab/schemas.rb', line 3394

def WPFooter
  @WPFooter
end

#WPHeaderRDF::Vocabulary::Term (readonly)

The header section of the page.

Returns:

  • (RDF::Vocabulary::Term)


3398
3399
3400
# File 'lib/rdf/vocab/schemas.rb', line 3398

def WPHeader
  @WPHeader
end

A sidebar section of the page.

Returns:

  • (RDF::Vocabulary::Term)


3402
3403
3404
# File 'lib/rdf/vocab/schemas.rb', line 3402

def WPSideBar
  @WPSideBar
end

#WriteActionRDF::Vocabulary::Term (readonly)

The act of authoring written creative content.

Returns:

  • (RDF::Vocabulary::Term)


3474
3475
3476
# File 'lib/rdf/vocab/schemas.rb', line 3474

def WriteAction
  @WriteAction
end

#WritePermissionRDF::Vocabulary::Term (readonly)

Permission to write or edit the document.

Returns:

  • (RDF::Vocabulary::Term)


10458
10459
10460
# File 'lib/rdf/vocab/schemas.rb', line 10458

def WritePermission
  @WritePermission
end

#xpathRDF::Vocabulary::Term (readonly)

An XPath, e.g. of a [[SpeakableSpecification]] or [[WebPageElement]]. In the latter case, multiple matches within a page can constitute a single conceptual “Web page element”.

Returns:

  • (RDF::Vocabulary::Term)


8998
8999
9000
# File 'lib/rdf/vocab/schemas.rb', line 8998

def xpath
  @xpath
end

#XPathTypeRDF::Vocabulary::Term (readonly)

Text representing an XPath (typically but not necessarily version 1.0).

Returns:

  • (RDF::Vocabulary::Term)


3478
3479
3480
# File 'lib/rdf/vocab/schemas.rb', line 3478

def XPathType
  @XPathType
end

#XRayRDF::Vocabulary::Term (readonly)

X-ray imaging.

Returns:

  • (RDF::Vocabulary::Term)


10462
10463
10464
# File 'lib/rdf/vocab/schemas.rb', line 10462

def XRay
  @XRay
end

#yearBuiltRDF::Vocabulary::Term (readonly)

The year an [[Accommodation]] was constructed. This corresponds to the [YearBuilt field in RESO](ddwiki.reso.org/display/DDW17/YearBuilt+Field).

Returns:

  • (RDF::Vocabulary::Term)


9002
9003
9004
# File 'lib/rdf/vocab/schemas.rb', line 9002

def yearBuilt
  @yearBuilt
end

#yearlyRevenueRDF::Vocabulary::Term (readonly)

The size of the business in annual revenue.

Returns:

  • (RDF::Vocabulary::Term)


9006
9007
9008
# File 'lib/rdf/vocab/schemas.rb', line 9006

def yearlyRevenue
  @yearlyRevenue
end

#yearsInOperationRDF::Vocabulary::Term (readonly)

The age of the business.

Returns:

  • (RDF::Vocabulary::Term)


9010
9011
9012
# File 'lib/rdf/vocab/schemas.rb', line 9010

def yearsInOperation
  @yearsInOperation
end

#yieldRDF::Vocabulary::Term (readonly)

The quantity that results by performing instructions. For example, a paper airplane, 10 personalized candles.

Returns:

  • (RDF::Vocabulary::Term)


9014
9015
9016
# File 'lib/rdf/vocab/schemas.rb', line 9014

def yield
  @yield
end

#ZoneBoardingPolicyRDF::Vocabulary::Term (readonly)

The airline boards by zones of the plane.

Returns:

  • (RDF::Vocabulary::Term)


10466
10467
10468
# File 'lib/rdf/vocab/schemas.rb', line 10466

def ZoneBoardingPolicy
  @ZoneBoardingPolicy
end

#ZooRDF::Vocabulary::Term (readonly)

A zoo.

Returns:

  • (RDF::Vocabulary::Term)


3482
3483
3484
# File 'lib/rdf/vocab/schemas.rb', line 3482

def Zoo
  @Zoo
end