@prefix tmc: <https://marketplacecompany.com/vocabulary/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix gr: <http://www.heppnetz.de/ontologies/goodrelations/> .
@prefix gs1: <https://www.gs1.org/voc/> .
@prefix sport: <https://sportschema.org/> .
@prefix oaa: <https://activity-list.openactive.io/> .
@prefix wd: <http://www.wikidata.org/entity/> .

tmc:featureCapability a rdf:Property ;
  rdfs:label "featureCapability" ;
  rdfs:comment "A feature capability associated with the entity." ;
  schema:domainIncludes tmc:Industry, tmc:Marketplace ;
  schema:rangeIncludes tmc:FeatureCapabilityType .

tmc:marketplace a rdf:Property ;
  rdfs:label "marketplace" ;
  rdfs:comment "A marketplace associated with the entity." ;
  schema:domainIncludes tmc:Industry ;
  schema:rangeIncludes tmc:Marketplace .

tmc:marketplacePolicies a rdf:Property ;
  rdfs:label "marketplacePolicies" ;
  rdfs:comment "The policies associated with a marketplace." ;
  schema:domainIncludes tmc:Marketplace ;
  schema:rangeIncludes tmc:MarketplacePolicy .

tmc:MarketplacePolicy a rdfs:Class ;
  rdfs:label "Marketplace Policy" ;
  rdfs:comment "A legal policy document for a marketplace." ;
  rdfs:subClassOf tmc:CreativeWork .

tmc:MarketplacePolicyType a rdfs:Class, schema:Enumeration ;
  rdfs:label "Marketplace Policy Type" ;
  rdfs:subClassOf tmc:Enumeration ;
  tmc:enumerationOf tmc:MarketplacePolicy .

tmc:TermsAndConditionsPolicy a rdfs:Class ;
  rdfs:label "Terms and Conditions Policy" ;
  rdfs:comment "A marketplace terms and conditions policy." ;
  rdfs:subClassOf tmc:MarketplacePolicy ;
  tmc:instanceOf tmc:MarketplacePolicyType .

tmc:TermsAndConditionsPolicy a tmc:MarketplacePolicyType .

tmc:PrivacyPolicy a rdfs:Class ;
  rdfs:label "Privacy Policy" ;
  rdfs:comment "A marketplace privacy policy." ;
  rdfs:subClassOf tmc:MarketplacePolicy ;
  tmc:instanceOf tmc:MarketplacePolicyType .

tmc:PrivacyPolicy a tmc:MarketplacePolicyType .

tmc:AcceptableUsePolicy a rdfs:Class ;
  rdfs:label "Acceptable Use Policy" ;
  rdfs:comment "A marketplace acceptable use policy." ;
  rdfs:subClassOf tmc:MarketplacePolicy ;
  tmc:instanceOf tmc:MarketplacePolicyType .

tmc:AcceptableUsePolicy a tmc:MarketplacePolicyType .

tmc:CookiePolicy a rdfs:Class ;
  rdfs:label "Cookie Policy" ;
  rdfs:comment "A marketplace cookie policy." ;
  rdfs:subClassOf tmc:MarketplacePolicy ;
  tmc:instanceOf tmc:MarketplacePolicyType .

tmc:CookiePolicy a tmc:MarketplacePolicyType .

tmc:TrademarkPolicy a rdfs:Class ;
  rdfs:label "Trademark Policy" ;
  rdfs:comment "A marketplace trademark policy." ;
  rdfs:subClassOf tmc:MarketplacePolicy ;
  tmc:instanceOf tmc:MarketplacePolicyType .

tmc:TrademarkPolicy a tmc:MarketplacePolicyType .

tmc:InactivityPolicy a rdfs:Class ;
  rdfs:label "Inactivity Policy" ;
  rdfs:comment "A marketplace inactivity policy." ;
  rdfs:subClassOf tmc:MarketplacePolicy ;
  tmc:instanceOf tmc:MarketplacePolicyType .

tmc:InactivityPolicy a tmc:MarketplacePolicyType .

tmc:DmcaPolicy a rdfs:Class ;
  rdfs:label "DMCA Policy" ;
  rdfs:comment "A marketplace DMCA policy." ;
  rdfs:subClassOf tmc:MarketplacePolicy ;
  tmc:instanceOf tmc:MarketplacePolicyType .

tmc:DmcaPolicy a tmc:MarketplacePolicyType .

tmc:SupportTermsPolicy a rdfs:Class ;
  rdfs:label "Support Terms" ;
  rdfs:comment "Support terms for a marketplace." ;
  rdfs:subClassOf tmc:MarketplacePolicy ;
  tmc:instanceOf tmc:MarketplacePolicyType .

tmc:SupportTermsPolicy a tmc:MarketplacePolicyType .

tmc:DataProcessingAgreementPolicy a rdfs:Class ;
  rdfs:label "Data Processing Agreement" ;
  rdfs:comment "A marketplace data processing agreement." ;
  rdfs:subClassOf tmc:MarketplacePolicy ;
  tmc:instanceOf tmc:MarketplacePolicyType .

tmc:DataProcessingAgreementPolicy a tmc:MarketplacePolicyType .

tmc:ServiceLevelAgreementPolicy a rdfs:Class ;
  rdfs:label "Service Level Agreement" ;
  rdfs:comment "A marketplace service level agreement." ;
  rdfs:subClassOf tmc:MarketplacePolicy ;
  tmc:instanceOf tmc:MarketplacePolicyType .

tmc:ServiceLevelAgreementPolicy a tmc:MarketplacePolicyType .

tmc:SubprocessorsPolicy a rdfs:Class ;
  rdfs:label "Sub-processors" ;
  rdfs:comment "A marketplace sub-processors policy." ;
  rdfs:subClassOf tmc:MarketplacePolicy ;
  tmc:instanceOf tmc:MarketplacePolicyType .

tmc:SubprocessorsPolicy a tmc:MarketplacePolicyType .

tmc:EventTermsAndConditionsPolicy a rdfs:Class ;
  rdfs:label "Event Terms and Conditions" ;
  rdfs:comment "Event terms and conditions for a marketplace." ;
  rdfs:subClassOf tmc:MarketplacePolicy ;
  tmc:instanceOf tmc:MarketplacePolicyType .

tmc:EventTermsAndConditionsPolicy a tmc:MarketplacePolicyType .

tmc:EventCodeOfConductPolicy a rdfs:Class ;
  rdfs:label "Event Code of Conduct" ;
  rdfs:comment "Event code of conduct for a marketplace." ;
  rdfs:subClassOf tmc:MarketplacePolicy ;
  tmc:instanceOf tmc:MarketplacePolicyType .

tmc:EventCodeOfConductPolicy a tmc:MarketplacePolicyType .

tmc:JobApplicantPrivacyNoticePolicy a rdfs:Class ;
  rdfs:label "Job Applicant Privacy Notice" ;
  rdfs:comment "A marketplace job applicant privacy notice." ;
  rdfs:subClassOf tmc:MarketplacePolicy ;
  tmc:instanceOf tmc:MarketplacePolicyType .

tmc:JobApplicantPrivacyNoticePolicy a tmc:MarketplacePolicyType .

tmc:CommunityGuidelinesPolicy a rdfs:Class ;
  rdfs:label "Community Guidelines" ;
  rdfs:comment "Community guidelines for a marketplace." ;
  rdfs:subClassOf tmc:MarketplacePolicy ;
  tmc:instanceOf tmc:MarketplacePolicyType .

tmc:CommunityGuidelinesPolicy a tmc:MarketplacePolicyType .

tmc:RefundPolicy a rdfs:Class ;
  rdfs:label "Refund Policy" ;
  rdfs:comment "A marketplace refund policy." ;
  rdfs:subClassOf tmc:MarketplacePolicy ;
  tmc:instanceOf tmc:MarketplacePolicyType .

tmc:RefundPolicy a tmc:MarketplacePolicyType .

tmc:CancellationPolicy a rdfs:Class ;
  rdfs:label "Cancellation Policy" ;
  rdfs:comment "A marketplace cancellation policy." ;
  rdfs:subClassOf tmc:MarketplacePolicy ;
  tmc:instanceOf tmc:MarketplacePolicyType .

tmc:CancellationPolicy a tmc:MarketplacePolicyType .

tmc:MarketplaceVerificationType a rdfs:Class, schema:Enumeration ;
  rdfs:label "Marketplace Verification Type" ;
  rdfs:subClassOf tmc:Enumeration ;
  tmc:enumerationOf tmc:MarketplaceVerification .

tmc:MarketplaceVerification a rdfs:Class ;
  rdfs:label "Marketplace Verification" ;
  rdfs:subClassOf tmc:Intangible .

tmc:marketplaceVerifications a rdf:Property ;
  rdfs:label "Marketplace Verifications" ;
  schema:domainIncludes tmc:Marketplace ;
  schema:rangeIncludes tmc:MarketplaceVerification .

tmc:AffiliateVerification a rdfs:Class ;
  rdfs:label "Affiliate Verification" ;
  rdfs:subClassOf tmc:MarketplaceVerification ;
  tmc:instanceOf tmc:MarketplaceVerificationType .

tmc:AffiliateVerification a tmc:MarketplaceVerificationType .

tmc:RewardsPartnerVerification a rdfs:Class ;
  rdfs:label "Rewards Partner Verification" ;
  rdfs:subClassOf tmc:MarketplaceVerification ;
  tmc:instanceOf tmc:MarketplaceVerificationType .

tmc:RewardsPartnerVerification a tmc:MarketplaceVerificationType .

tmc:ProviderVerification a rdfs:Class ;
  rdfs:label "Provider Verification" ;
  rdfs:subClassOf tmc:MarketplaceVerification ;
  tmc:instanceOf tmc:MarketplaceVerificationType .

tmc:ProviderVerification a tmc:MarketplaceVerificationType .

tmc:PlatformAudienceSegment a rdfs:Class ;
  rdfs:label "Platform Audience Segment" ;
  rdfs:subClassOf tmc:PlatformEntity, tmc:AudienceSegment .

tmc:PlatformAudienceSegmentType a rdfs:Class, schema:Enumeration ;
  rdfs:label "Platform Audience Segment Type" ;
  rdfs:comment "An enumeration of platform audience segments representing distinct organizational archetypes that benefit from shared marketplace infrastructure." ;
  rdfs:subClassOf tmc:Enumeration ;
  tmc:enumerationOf tmc:PlatformAudienceSegment .

tmc:CollaborativeLeader a rdfs:Class ;
  rdfs:label "Collaborative Leader" ;
  rdfs:comment "Mid-to-large established organizations that recognize the strategic value of shared infrastructure. Seeks to maintain brand control and reduce costs while accessing network effects, addressing challenges of fragmentation and redundant technology costs." ;
  rdfs:subClassOf tmc:PlatformAudienceSegment ;
  tmc:instanceOf tmc:PlatformAudienceSegmentType .

tmc:CollaborativeLeader a tmc:PlatformAudienceSegmentType .

tmc:StrategicConnector a rdfs:Class ;
  rdfs:label "Strategic Connector" ;
  rdfs:comment "Aggregators, intermediaries, and service enablers whose value depends on connecting stakeholders. Focuses on simplified integration and expanded service offerings to overcome integration complexity, scaling limits, and platform lock-in." ;
  rdfs:subClassOf tmc:PlatformAudienceSegment ;
  tmc:instanceOf tmc:PlatformAudienceSegmentType .

tmc:StrategicConnector a tmc:PlatformAudienceSegmentType .

tmc:InnovationCatalyst a rdfs:Class ;
  rdfs:label "Innovation Catalyst" ;
  rdfs:comment "Change-driving organizations looking to transform their industry through advanced tools and improved ecosystem outcomes. Addresses industry inertia, disjointed customer experiences, and competitive pressure from disruptors." ;
  rdfs:subClassOf tmc:PlatformAudienceSegment ;
  tmc:instanceOf tmc:PlatformAudienceSegmentType .

tmc:InnovationCatalyst a tmc:PlatformAudienceSegmentType .

tmc:PublicSectorModernizer a rdfs:Class ;
  rdfs:label "Public Sector Modernizer" ;
  rdfs:comment "Government agencies and public officials tasked with digital transformation and improved service delivery. Seeks cost savings, compliance, and inter-agency collaboration while navigating siloed systems, procurement limitations, and public accountability requirements." ;
  rdfs:subClassOf tmc:PlatformAudienceSegment ;
  tmc:instanceOf tmc:PlatformAudienceSegmentType .

tmc:PublicSectorModernizer a tmc:PlatformAudienceSegmentType .

tmc:StrategicRefocuser a rdfs:Class ;
  rdfs:label "Strategic Refocuser" ;
  rdfs:comment "Organizations with legacy tech stacks seeking to offload infrastructure burden and reallocate resources to core business growth. Driven by need for risk reduction, faster scaling, and resource reallocation while managing tech debt and maintenance burdens." ;
  rdfs:subClassOf tmc:PlatformAudienceSegment ;
  tmc:instanceOf tmc:PlatformAudienceSegmentType .

tmc:StrategicRefocuser a tmc:PlatformAudienceSegmentType .

tmc:3DModel a rdfs:Class ;
  rdfs:label "3D Model" ;
  rdfs:comment "A 3D model represents some kind of 3D content, which may have [[encoding]]s in one or more [[MediaObject]]s. Many 3D formats are available (e.g. see [Wikipedia](https://en.wikipedia.org/wiki/Category:3D_graphics_file_formats)); specific encoding formats can be represented using the [[encodingFormat]] property applied to the relevant [[MediaObject]]. For the\ncase of a single file published after Zip compression, the convention of appending '+zip' to the [[encodingFormat]] can be used. Geospatial, AR/VR, artistic/animation, gaming, engineering and scientific content can all be represented using [[3DModel]]." ;
  rdfs:subClassOf tmc:MediaObject ;
  owl:equivalentClass schema:3DModel .

tmc:Abdomen a tmc:PhysicalExam ;
  rdfs:label "Abdomen" ;
  rdfs:comment "Abdomen clinical examination." ;
  tmc:instanceOf tmc:PhysicalExam .

tmc:about a rdf:Property ;
  rdfs:label "about" ;
  rdfs:comment "The subject matter of the content." ;
  schema:domainIncludes tmc:CommunicateAction, tmc:CreativeWork, tmc:Event ;
  schema:rangeIncludes tmc:Thing ;
  schema:inverseOf tmc:subjectOf ;
  owl:equivalentProperty schema:about .

tmc:AboutPage a rdfs:Class ;
  rdfs:label "About Page" ;
  rdfs:comment "Web page type: About page." ;
  rdfs:subClassOf tmc:WebPage ;
  owl:equivalentClass schema:AboutPage .

tmc:abridged a rdf:Property ;
  rdfs:label "abridged" ;
  rdfs:comment "Indicates whether the book is an abridged edition." ;
  schema:domainIncludes tmc:Book ;
  schema:rangeIncludes schema:Boolean ;
  owl:equivalentProperty schema:abridged .

tmc:abstract a rdf:Property ;
  rdfs:label "abstract" ;
  rdfs:comment "An abstract is a short description that summarizes a [[CreativeWork]]." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:abstract .

tmc:accelerationTime a rdf:Property ;
  rdfs:label "acceleration Time" ;
  rdfs:comment "The time needed to accelerate the vehicle from a given start velocity to a given target velocity.\\n\\nTypical unit code(s): SEC for seconds\\n\\n* 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." ;
  schema:domainIncludes tmc:Vehicle ;
  schema:rangeIncludes tmc:QuantitativeValue ;
  owl:equivalentProperty schema:accelerationTime .

tmc:AcceptAction a rdfs:Class ;
  rdfs:label "Accept Action" ;
  rdfs:comment "The act of committing to/adopting an object.\\n\\nRelated actions:\\n\\n* [[RejectAction]]: The antonym of AcceptAction." ;
  rdfs:subClassOf tmc:AllocateAction ;
  owl:equivalentClass schema:AcceptAction .

tmc:acceptedAnswer a rdf:Property ;
  rdfs:label "accepted Answer" ;
  rdfs:comment "The answer(s) that has been accepted as best, typically on a Question/Answer site. Sites vary in their selection mechanisms, e.g. drawing on community opinion and/or the view of the Question author." ;
  rdfs:subPropertyOf tmc:suggestedAnswer ;
  schema:domainIncludes tmc:Question ;
  schema:rangeIncludes tmc:ItemList, tmc:Answer ;
  owl:equivalentProperty schema:acceptedAnswer .

tmc:acceptedOffer a rdf:Property ;
  rdfs:label "accepted Offer" ;
  rdfs:comment "The offer(s) -- e.g., product, quantity and price combinations -- included in the order." ;
  schema:domainIncludes tmc:Order ;
  schema:rangeIncludes tmc:Offer ;
  owl:equivalentProperty schema:acceptedOffer .

tmc:acceptedPaymentMethod a rdf:Property ;
  rdfs:label "accepted Payment Method" ;
  rdfs:comment "The payment method(s) accepted by seller for this offer." ;
  schema:domainIncludes tmc:Demand, tmc:Offer ;
  schema:rangeIncludes tmc:PaymentMethod, tmc:LoanOrCredit ;
  owl:equivalentProperty schema:acceptedPaymentMethod .

tmc:acceptsReservations a rdf:Property ;
  rdfs:label "accepts Reservations" ;
  rdfs:comment "Indicates whether a FoodEstablishment accepts reservations. Values can be Boolean, an URL at which reservations can be made or (for backwards compatibility) the strings ```Yes``` or ```No```." ;
  schema:domainIncludes tmc:FoodEstablishment ;
  schema:rangeIncludes schema:URL, schema:Text, schema:Boolean ;
  owl:equivalentProperty schema:acceptsReservations .

tmc:accessCode a rdf:Property ;
  rdfs:label "access Code" ;
  rdfs:comment "Password, PIN, or access code needed for delivery (e.g. from a locker)." ;
  schema:domainIncludes tmc:DeliveryEvent ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:accessCode .

tmc:accessibilityAPI a rdf:Property ;
  rdfs:label "accessibility API" ;
  rdfs:comment "Indicates that the resource is compatible with the referenced accessibility API. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityAPI-vocabulary)." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:accessibilityAPI .

tmc:accessibilityControl a rdf:Property ;
  rdfs:label "accessibility Control" ;
  rdfs:comment "Identifies input methods that are sufficient to fully control the described resource. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityControl-vocabulary)." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:accessibilityControl .

tmc:accessibilityFeature a rdf:Property ;
  rdfs:label "accessibility Feature" ;
  rdfs:comment "Content features of the resource, such as accessible media, alternatives and supported enhancements for accessibility. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityFeature-vocabulary)." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:accessibilityFeature .

tmc:accessibilityHazard a rdf:Property ;
  rdfs:label "accessibility Hazard" ;
  rdfs:comment "A characteristic of the described resource that is physiologically dangerous to some users. Related to WCAG 2.0 guideline 2.3. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityHazard-vocabulary)." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:accessibilityHazard .

tmc:accessibilitySummary a rdf:Property ;
  rdfs:label "accessibility Summary" ;
  rdfs:comment "A human-readable summary of specific accessibility features or deficiencies, consistent with the other accessibility metadata but expressing subtleties such as \"short descriptions are present but long descriptions will be needed for non-visual users\" or \"short descriptions are present and no long descriptions are needed.\"" ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:accessibilitySummary .

tmc:accessMode a rdf:Property ;
  rdfs:label "access Mode" ;
  rdfs:comment "The human sensory perceptual system or cognitive faculty through which a person may process or perceive information. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessMode-vocabulary)." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:accessMode .

tmc:accessModeSufficient a rdf:Property ;
  rdfs:label "access Mode Sufficient" ;
  rdfs:comment "A list of single or combined accessModes that are sufficient to understand all the intellectual content of a resource. Values should be drawn from the [approved vocabulary](https://www.w3.org/2021/a11y-discov-vocab/latest/#accessModeSufficient-vocabulary)." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes tmc:ItemList ;
  owl:equivalentProperty schema:accessModeSufficient .

tmc:Accommodation a rdfs:Class ;
  rdfs:label "Accommodation" ;
  rdfs:comment "A place that accommodates people, such as a hotel room, camping pitch, or meeting room. Often used for overnight stays, but not required to be." ;
  rdfs:subClassOf tmc:Place, tmc:Listing ;
  tmc:instanceOf tmc:ListingType ;
  owl:equivalentClass schema:Accommodation .

tmc:Accommodation a tmc:ListingType .

tmc:accommodationCategory a rdf:Property ;
  rdfs:label "accommodation Category" ;
  rdfs:comment "Category of an [[Accommodation]], following real estate conventions, e.g. RESO (see [PropertySubType](https://ddwiki.reso.org/display/DDW17/PropertySubType+Field), and [PropertyType](https://ddwiki.reso.org/display/DDW17/PropertyType+Field) fields  for suggested values)." ;
  rdfs:subPropertyOf tmc:category ;
  schema:domainIncludes tmc:Accommodation ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:accommodationCategory .

tmc:accommodationFloorPlan a rdf:Property ;
  rdfs:label "accommodation Floor Plan" ;
  rdfs:comment "A floorplan of some [[Accommodation]]." ;
  schema:domainIncludes tmc:Accommodation, tmc:Residence ;
  schema:rangeIncludes tmc:FloorPlan ;
  owl:equivalentProperty schema:accommodationFloorPlan .

tmc:Account a rdfs:Class ;
  rdfs:label "Account" ;
  rdfs:subClassOf tmc:Intangible .

tmc:accountablePerson a rdf:Property ;
  rdfs:label "accountable Person" ;
  rdfs:comment "Specifies the Person that is legally accountable for the CreativeWork." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes tmc:Person ;
  owl:equivalentProperty schema:accountablePerson .

tmc:accountId a rdf:Property ;
  rdfs:label "account Id" ;
  rdfs:comment "The identifier for the account the payment will be applied to." ;
  rdfs:subPropertyOf tmc:identifier ;
  schema:domainIncludes tmc:Invoice ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:accountId .

tmc:AccountingService a rdfs:Class ;
  rdfs:label "Accounting Service" ;
  rdfs:comment "Accountancy business.\\n\\nAs a [[LocalBusiness]] it can be described as a [[provider]] of one or more [[Service]]\\(s).\n      " ;
  rdfs:subClassOf tmc:FinancialService ;
  owl:equivalentClass schema:AccountingService .

tmc:accountMinimumInflow a rdf:Property ;
  rdfs:label "account Minimum Inflow" ;
  rdfs:comment "A minimum amount that has to be paid in every month." ;
  schema:domainIncludes tmc:BankAccount ;
  schema:rangeIncludes tmc:MonetaryAmount ;
  owl:equivalentProperty schema:accountMinimumInflow .

tmc:accountOverdraftLimit a rdf:Property ;
  rdfs:label "account Overdraft Limit" ;
  rdfs:comment "An overdraft is an extension of credit from a lending institution when an account reaches zero. An overdraft allows the individual to continue withdrawing money even if the account has no funds in it. Basically the bank allows people to borrow a set amount of money." ;
  schema:domainIncludes tmc:BankAccount ;
  schema:rangeIncludes tmc:MonetaryAmount ;
  owl:equivalentProperty schema:accountOverdraftLimit .

tmc:accounts a rdf:Property ;
  rdfs:label "accounts" ;
  rdfs:comment "The accounts of a marketplace" ;
  schema:domainIncludes tmc:Marketplace ;
  schema:rangeIncludes tmc:Account .

tmc:AccountType a rdfs:Class, schema:Enumeration ;
  rdfs:label "AccountType" ;
  rdfs:subClassOf tmc:Enumeration ;
  tmc:enumerationOf tmc:Account .

tmc:AchieveAction a rdfs:Class ;
  rdfs:label "Achieve Action" ;
  rdfs:comment "The act of accomplishing something via previous efforts. It is an instantaneous action rather than an ongoing process." ;
  rdfs:subClassOf tmc:Action ;
  owl:equivalentClass schema:AchieveAction .

tmc:acquiredFrom a rdf:Property ;
  rdfs:label "acquired From" ;
  rdfs:comment "The organization or person from which the product was acquired." ;
  schema:domainIncludes tmc:OwnershipInfo ;
  schema:rangeIncludes tmc:Person, tmc:Organization ;
  owl:equivalentProperty schema:acquiredFrom .

tmc:acquireLicensePage a rdf:Property ;
  rdfs:label "acquire License Page" ;
  rdfs:comment "Indicates a page documenting how licenses can be purchased or otherwise acquired, for the current item." ;
  rdfs:subPropertyOf tmc:usageInfo ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes tmc:CreativeWork, schema:URL ;
  owl:equivalentProperty schema:acquireLicensePage .

tmc:acrissCode a rdf:Property ;
  rdfs:label "acriss Code" ;
  rdfs:comment "The ACRISS Car Classification Code is a code used by many car rental companies, for classifying vehicles. ACRISS stands for Association of Car Rental Industry Systems and Standards." ;
  schema:domainIncludes tmc:BusOrCoach, tmc:Car ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:acrissCode .

tmc:Action a rdfs:Class ;
  rdfs:label "Action" ;
  rdfs:comment "An action performed by a direct agent and indirect participants upon a direct object. Optionally happens at a location with the help of an inanimate instrument. The execution of the action may produce a result. Specific action sub-type documentation specifies the exact expectation of each argument/role.\\n\\nSee also [blog post](http://blog.schema.org/2014/04/announcing-schemaorg-actions.html) and [Actions overview document](https://schema.org/docs/actions.html)." ;
  rdfs:subClassOf tmc:Thing ;
  owl:equivalentClass schema:Action .

tmc:actionableFeedbackPolicy a rdf:Property ;
  rdfs:label "actionable Feedback Policy" ;
  rdfs:comment "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." ;
  rdfs:subPropertyOf tmc:publishingPrinciples ;
  schema:domainIncludes tmc:Organization, tmc:NewsMediaOrganization ;
  schema:rangeIncludes tmc:CreativeWork, schema:URL ;
  owl:equivalentProperty schema:actionableFeedbackPolicy .

tmc:actionAccessibilityRequirement a rdf:Property ;
  rdfs:label "action Accessibility Requirement" ;
  rdfs:comment "A set of requirements that must be fulfilled in order to perform an Action. If more than one value is specified, fulfilling one set of requirements will allow the Action to be performed." ;
  schema:domainIncludes tmc:ConsumeAction ;
  schema:rangeIncludes tmc:ActionAccessSpecification ;
  owl:equivalentProperty schema:actionAccessibilityRequirement .

tmc:ActionAccessSpecification a rdfs:Class ;
  rdfs:label "Action Access Specification" ;
  rdfs:comment "A set of requirements that must be fulfilled in order to perform an Action." ;
  rdfs:subClassOf tmc:Intangible ;
  owl:equivalentClass schema:ActionAccessSpecification .

tmc:actionApplication a rdf:Property ;
  rdfs:label "action Application" ;
  rdfs:comment "An application that can complete the request." ;
  schema:domainIncludes tmc:EntryPoint ;
  schema:rangeIncludes tmc:SoftwareApplication ;
  owl:equivalentProperty schema:actionApplication .

tmc:actionOption a rdf:Property ;
  rdfs:label "action Option" ;
  rdfs:comment "A sub property of object. The options subject to this action." ;
  rdfs:subPropertyOf tmc:object ;
  schema:domainIncludes tmc:ChooseAction ;
  schema:rangeIncludes schema:Text, tmc:Thing ;
  owl:equivalentProperty schema:actionOption .

tmc:actionPlatform a rdf:Property ;
  rdfs:label "action Platform" ;
  rdfs:comment "The high level platform(s) where the Action can be performed for the given URL. To specify a specific application or operating system instance, use actionApplication." ;
  schema:domainIncludes tmc:EntryPoint ;
  schema:rangeIncludes schema:URL, tmc:DigitalPlatformEnumeration, schema:Text ;
  owl:equivalentProperty schema:actionPlatform .

tmc:actionStatus a rdf:Property ;
  rdfs:label "action Status" ;
  rdfs:comment "Indicates the current disposition of the Action." ;
  schema:domainIncludes tmc:Action ;
  schema:rangeIncludes tmc:ActionStatusType ;
  owl:equivalentProperty schema:actionStatus .

tmc:ActionStatusType a rdfs:Class ;
  rdfs:label "Action Status Type" ;
  rdfs:comment "The status of an Action." ;
  rdfs:subClassOf tmc:StatusEnumeration ;
  owl:equivalentClass schema:ActionStatusType .

tmc:ActivateAction a rdfs:Class ;
  rdfs:label "Activate Action" ;
  rdfs:comment "The act of starting or activating a device or application (e.g. starting a timer or turning on a flashlight)." ;
  rdfs:subClassOf tmc:ControlAction ;
  owl:equivalentClass schema:ActivateAction .

tmc:ActivationFee a tmc:PriceComponentTypeEnumeration ;
  rdfs:label "Activation Fee" ;
  rdfs:comment "Represents the activation fee part of the total price for an offered product, for example a cellphone contract." ;
  tmc:instanceOf tmc:PriceComponentTypeEnumeration .

tmc:activationSubmittedAt a rdf:Property ;
  rdfs:label "activation Submitted At" ;
  rdfs:comment "The time at which the activation form was submitted." ;
  schema:domainIncludes tmc:Provider ;
  schema:rangeIncludes schema:DateTime .

tmc:ActiveActionStatus a tmc:ActionStatusType ;
  rdfs:label "Active Action Status" ;
  rdfs:comment "An in-progress action (e.g., while watching the movie, or driving to a location)." ;
  tmc:instanceOf tmc:ActionStatusType .

tmc:activeIngredient a rdf:Property ;
  rdfs:label "active Ingredient" ;
  rdfs:comment "An active ingredient, typically chemical compounds and/or biologic substances." ;
  schema:domainIncludes tmc:DrugStrength, tmc:DietarySupplement, tmc:Drug, tmc:Substance ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:activeIngredient .

tmc:ActiveNotRecruiting a tmc:MedicalStudyStatus ;
  rdfs:label "Active Not Recruiting" ;
  rdfs:comment "Active, but not recruiting new participants." ;
  tmc:instanceOf tmc:MedicalStudyStatus .

tmc:activityDuration a rdf:Property ;
  rdfs:label "activity Duration" ;
  rdfs:comment "Length of time to engage in the activity." ;
  schema:domainIncludes tmc:ExercisePlan ;
  schema:rangeIncludes tmc:QuantitativeValue, tmc:Duration ;
  owl:equivalentProperty schema:activityDuration .

tmc:activityFrequency a rdf:Property ;
  rdfs:label "activity Frequency" ;
  rdfs:comment "How often one should engage in the activity." ;
  schema:domainIncludes tmc:ExercisePlan ;
  schema:rangeIncludes tmc:QuantitativeValue, schema:Text ;
  owl:equivalentProperty schema:activityFrequency .

tmc:activityType a rdf:Property ;
  rdfs:label "Activity Type" ;
  rdfs:comment "The type of activity that was performed." ;
  schema:domainIncludes tmc:PlayActivity ;
  schema:rangeIncludes tmc:PhysicalActivityType, tmc:SportType, tmc:PlayType .

tmc:actor a rdf:Property ;
  rdfs:label "actor" ;
  rdfs:comment "An actor, e.g. in TV, radio, movie, video games etc., or in an event. Actors can be associated with individual items or with a series, episode, clip." ;
  schema:domainIncludes tmc:VideoGameSeries, tmc:Movie, tmc:MovieSeries, tmc:TVSeries, tmc:VideoGame, tmc:Clip, tmc:VideoObject, tmc:Event, tmc:PodcastSeries, tmc:CreativeWorkSeason, tmc:RadioSeries, tmc:Episode ;
  schema:rangeIncludes tmc:Person ;
  owl:equivalentProperty schema:actor .

tmc:actors a rdf:Property ;
  rdfs:label "actors" ;
  rdfs:comment "An actor, e.g. in TV, radio, movie, video games etc. Actors can be associated with individual items or with a series, episode, clip." ;
  schema:domainIncludes tmc:RadioSeries, tmc:Episode, tmc:VideoGameSeries, tmc:Movie, tmc:MovieSeries, tmc:VideoGame, tmc:Clip, tmc:VideoObject, tmc:TVSeries ;
  schema:rangeIncludes tmc:Person ;
  owl:equivalentProperty schema:actors .

tmc:AddAction a rdfs:Class ;
  rdfs:label "Add Action" ;
  rdfs:comment "The act of editing by adding an object to a collection." ;
  rdfs:subClassOf tmc:UpdateAction ;
  owl:equivalentClass schema:AddAction .

tmc:additionalName a rdf:Property ;
  rdfs:label "additional Name" ;
  rdfs:comment "An additional name for a Person, can be used for a middle name." ;
  rdfs:subPropertyOf tmc:alternateName ;
  schema:domainIncludes tmc:Person ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:additionalName .

tmc:additionalNumberOfGuests a rdf:Property ;
  rdfs:label "additional Number Of Guests" ;
  rdfs:comment "If responding yes, the number of guests who will attend in addition to the invitee." ;
  schema:domainIncludes tmc:RsvpAction ;
  schema:rangeIncludes schema:Number ;
  owl:equivalentProperty schema:additionalNumberOfGuests .

tmc:additionalProperty a rdf:Property ;
  rdfs:label "additional Property" ;
  rdfs:comment "A property-value pair representing an additional characteristic of the entity, e.g. a product feature or another characteristic for which there is no matching property in schema.org.\\n\\nNote: Publishers should be aware that applications designed to use specific schema.org properties (e.g. https://schema.org/width, https://schema.org/color, https://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism.\n" ;
  schema:domainIncludes tmc:QuantitativeValue, tmc:Place, tmc:MerchantReturnPolicy, tmc:Product, tmc:QualitativeValue ;
  schema:rangeIncludes tmc:PropertyValue ;
  owl:equivalentProperty schema:additionalProperty .

tmc:additionalType a rdf:Property ;
  rdfs:label "additional Type" ;
  rdfs:comment "An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. In RDFa syntax, it is better to use the native RDFa syntax - the 'typeof' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally." ;
  schema:domainIncludes tmc:Thing ;
  schema:rangeIncludes schema:URL ;
  owl:equivalentProperty schema:additionalType .

tmc:additionalVariable a rdf:Property ;
  rdfs:label "additional Variable" ;
  rdfs:comment "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." ;
  schema:domainIncludes tmc:ExercisePlan ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:additionalVariable .

tmc:addOn a rdf:Property ;
  rdfs:label "add On" ;
  rdfs:comment "An additional offer that can only be obtained in combination with the first base offer (e.g. supplements and extensions that are available for a surcharge)." ;
  schema:domainIncludes tmc:Offer ;
  schema:rangeIncludes tmc:Offer ;
  owl:equivalentProperty schema:addOn .

tmc:address a rdf:Property ;
  rdfs:label "address" ;
  rdfs:comment "Physical address of the item." ;
  schema:domainIncludes tmc:Place, tmc:GeoCoordinates, tmc:GeoShape, tmc:Organization, tmc:Person ;
  schema:rangeIncludes schema:Text, tmc:PostalAddress ;
  owl:equivalentProperty schema:address .

tmc:addressCountry a rdf:Property ;
  rdfs:label "addressCountry" ;
  rdfs:comment "The two-letter ISO 3166-1 alpha-2 country code." ;
  rdfs:subPropertyOf tmc:address ;
  schema:domainIncludes tmc:GeoCoordinates, tmc:DefinedRegion, tmc:GeoShape, tmc:PostalAddress ;
  schema:rangeIncludes tmc:Country, schema:Text ;
  owl:equivalentProperty schema:addressCountry .

tmc:addressCountryName a rdf:Property ;
  rdfs:label "addressCountryName" ;
  rdfs:comment "The countries full name" ;
  rdfs:subPropertyOf tmc:address ;
  schema:domainIncludes tmc:PostalAddress ;
  schema:rangeIncludes tmc:Country, schema:Text .

tmc:addressLocality a rdf:Property ;
  rdfs:label "address Locality" ;
  rdfs:comment "An incorporated city or town political entity." ;
  rdfs:subPropertyOf tmc:address ;
  schema:domainIncludes tmc:PostalAddress ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:addressLocality .

tmc:addressNaturalFeature a rdf:Property ;
  rdfs:label "address natural feature" ;
  rdfs:comment "Indicates a prominent natural feature, such as a mountain, lake, or forest." ;
  rdfs:subPropertyOf tmc:address ;
  schema:domainIncludes tmc:PostalAddress ;
  schema:rangeIncludes schema:Text .

tmc:addressNeighborhood a rdf:Property ;
  rdfs:label "address neighborhood" ;
  rdfs:comment "Indicates a named neighborhood or district within a city or town." ;
  rdfs:subPropertyOf tmc:address ;
  schema:domainIncludes tmc:PostalAddress ;
  schema:rangeIncludes schema:Text .

tmc:addressRegion a rdf:Property ;
  rdfs:label "address Region" ;
  rdfs:comment "The region in which the locality is, and which is in the country. For example, California or another appropriate first-level [Administrative division](https://en.wikipedia.org/wiki/List_of_administrative_divisions_by_country)." ;
  rdfs:subPropertyOf tmc:address ;
  schema:domainIncludes tmc:DefinedRegion, tmc:PostalAddress ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:addressRegion .

tmc:addressRegionCode a rdf:Property ;
  rdfs:label "address region code" ;
  rdfs:comment "The region in which the locality is, and which is in the country. For example, California or another appropriate first-level [Administrative division](https://en.wikipedia.org/wiki/List_of_administrative_divisions_by_country)." ;
  rdfs:subPropertyOf tmc:address ;
  schema:domainIncludes tmc:DefinedRegion, tmc:PostalAddress ;
  schema:rangeIncludes schema:Text .

tmc:addressRoute a rdf:Property ;
  rdfs:label "address route" ;
  rdfs:comment "Indicates a named route (such as 'US 101') or a street name (such as 'Rodeo Drive')." ;
  rdfs:subPropertyOf tmc:address ;
  schema:domainIncludes tmc:PostalAddress ;
  schema:rangeIncludes schema:Text .

tmc:addressStreetNumber a rdf:Property ;
  rdfs:label "address street number" ;
  rdfs:comment "The number of the building or house on the street, not including the street name." ;
  rdfs:subPropertyOf tmc:address ;
  schema:domainIncludes tmc:PostalAddress ;
  schema:rangeIncludes schema:Text .

tmc:addressSubLocality a rdf:Property ;
  rdfs:label "address Sub Locality" ;
  rdfs:comment "A sublocality is a type of locality that is smaller than a city or town. For example, a city may have neighborhoods or boroughs which are sublocalities." ;
  rdfs:subPropertyOf tmc:address ;
  schema:domainIncludes tmc:PostalAddress ;
  schema:rangeIncludes schema:Text .

tmc:addressVicinity a rdf:Property ;
  rdfs:label "address vicinity" ;
  rdfs:comment "Contains a simplified address for the place, including the street name, street number, and locality, but not the province/state, postal code, or country. This content is meant to be read as-is. Do not programmatically parse the formatted address." ;
  rdfs:subPropertyOf tmc:address ;
  schema:domainIncludes tmc:PostalAddress ;
  schema:rangeIncludes schema:Text .

tmc:adminDivisionLevel2 a rdf:Property ;
  rdfs:label "administrative division level 2" ;
  rdfs:comment "Indicates a second-order civil entity below the country level. Within the United States, these administrative levels are counties. Not all nations exhibit these administrative levels." ;
  rdfs:subPropertyOf tmc:address ;
  schema:domainIncludes tmc:PostalAddress ;
  schema:rangeIncludes schema:Text .

tmc:adminDivisionLevel3 a rdf:Property ;
  rdfs:label "administrative division level 3" ;
  rdfs:comment "Indicates a third-order civil entity below the country level. This type indicates a minor civil division. Not all nations exhibit these administrative levels." ;
  rdfs:subPropertyOf tmc:address ;
  schema:domainIncludes tmc:PostalAddress ;
  schema:rangeIncludes schema:Text .

tmc:adminDivisionLevel4 a rdf:Property ;
  rdfs:label "administrative division level 4" ;
  rdfs:comment "Indicates a fourth-order civil entity below the country level. This type indicates a minor civil division. Not all nations exhibit these administrative levels." ;
  rdfs:subPropertyOf tmc:address ;
  schema:domainIncludes tmc:PostalAddress ;
  schema:rangeIncludes schema:Text .

tmc:administrationRoute a rdf:Property ;
  rdfs:label "administration Route" ;
  rdfs:comment "A route by which this drug may be administered, e.g. 'oral'." ;
  schema:domainIncludes tmc:Drug ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:administrationRoute .

tmc:AdministrativeArea a rdfs:Class ;
  rdfs:label "Administrative Area" ;
  rdfs:comment "A geographical region, typically under the jurisdiction of a particular government." ;
  rdfs:subClassOf tmc:Place ;
  owl:equivalentClass schema:AdministrativeArea .

tmc:AdrenalinePumping a tmc:PlayQuality ;
  rdfs:label "Adrenaline Pumping" ;
  rdfs:comment "Activities that induce an exhilarating rush, often high-intensity and exciting, suitable for thrill-seekers." ;
  tmc:instanceOf tmc:PlayQuality .

tmc:AdultEntertainment a rdfs:Class ;
  rdfs:label "Adult Entertainment" ;
  rdfs:comment "An adult entertainment establishment." ;
  rdfs:subClassOf tmc:EntertainmentBusiness ;
  owl:equivalentClass schema:AdultEntertainment .

tmc:AdultOrientedEnumeration a rdfs:Class, schema:Enumeration ;
  rdfs:label "Adult Oriented Enumeration" ;
  rdfs:comment "Enumeration of considerations that make a product relevant or potentially restricted for adults only." ;
  rdfs:subClassOf tmc:Enumeration ;
  owl:equivalentClass schema:AdultOrientedEnumeration .

tmc:advanceBookingRequirement a rdf:Property ;
  rdfs:label "advance Booking Requirement" ;
  rdfs:comment "The amount of time that is required between accepting the offer and the actual usage of the resource or service." ;
  schema:domainIncludes tmc:Demand, tmc:Offer ;
  schema:rangeIncludes tmc:QuantitativeValue ;
  owl:equivalentProperty schema:advanceBookingRequirement .

tmc:Adventure a tmc:PlayQuality ;
  rdfs:label "Adventure" ;
  rdfs:comment "Play involving exploration and risk-taking, offering new and exciting experiences." ;
  tmc:instanceOf tmc:PlayQuality .

tmc:AdventureAndFitnessPark a rdfs:Class ;
  rdfs:label "Adventure and Fitness Park" ;
  rdfs:comment "An outdoor facility offering fitness bootcamps, obstacle courses, and other adventurous physical activities." ;
  rdfs:subClassOf tmc:SportsActivityLocation ;
  tmc:instanceOf tmc:SportsActivityLocationType .

tmc:AdventureAndFitnessPark a tmc:SportsActivityLocationType .

tmc:AdventureGuideInstructor a tmc:PersonInstructorType ;
  rdfs:label "Adventure Guide Instructor" ;
  rdfs:comment "Specializes in leading and instructing outdoor adventure activities, such as hiking, climbing, or kayaking, focusing on skills, safety, and environmental awareness." ;
  tmc:instanceOf tmc:PersonInstructorType .

tmc:adverseOutcome a rdf:Property ;
  rdfs:label "adverse Outcome" ;
  rdfs:comment "A possible complication and/or side effect of this therapy. If it is known that an adverse outcome is serious (resulting in death, disability, or permanent damage; requiring hospitalization; or otherwise life-threatening or requiring immediate medical attention), tag it as a seriousAdverseOutcome instead." ;
  schema:domainIncludes tmc:TherapeuticProcedure, tmc:MedicalDevice ;
  schema:rangeIncludes tmc:MedicalEntity ;
  owl:equivalentProperty schema:adverseOutcome .

tmc:AdvertiserContentArticle a rdfs:Class ;
  rdfs:label "Advertiser Content Article" ;
  rdfs:comment "An [[Article]] that an external entity has paid to place or to produce to its specifications. Includes [advertorials](https://en.wikipedia.org/wiki/Advertorial), sponsored content, native advertising and other paid content." ;
  rdfs:subClassOf tmc:Article ;
  owl:equivalentClass schema:AdvertiserContentArticle .

tmc:AerobicActivity a tmc:PhysicalActivityCategory ;
  rdfs:label "Aerobic Activity" ;
  rdfs:comment "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." ;
  tmc:instanceOf tmc:PhysicalActivityCategory .

tmc:affectedBy a rdf:Property ;
  rdfs:label "affected By" ;
  rdfs:comment "Drugs that affect the test's results." ;
  schema:domainIncludes tmc:MedicalTest ;
  schema:rangeIncludes tmc:Drug ;
  owl:equivalentProperty schema:affectedBy .

tmc:affiliation a rdf:Property ;
  rdfs:label "affiliation" ;
  rdfs:comment "An organization that this person is affiliated with. For example, a school/university, a club, or a team." ;
  rdfs:subPropertyOf tmc:memberOf ;
  schema:domainIncludes tmc:Person ;
  schema:rangeIncludes tmc:Organization ;
  owl:equivalentProperty schema:affiliation .

tmc:afterMedia a rdf:Property ;
  rdfs:label "after Media" ;
  rdfs:comment "A media object representing the circumstances after performing this direction." ;
  schema:domainIncludes tmc:HowToDirection ;
  schema:rangeIncludes tmc:MediaObject, schema:URL ;
  owl:equivalentProperty schema:afterMedia .

tmc:agent a rdf:Property ;
  rdfs:label "agent" ;
  rdfs:comment "The direct performer or driver of the action (animate or inanimate). E.g. *John* wrote a book." ;
  schema:domainIncludes tmc:Action ;
  schema:rangeIncludes tmc:Organization, tmc:Person ;
  owl:equivalentProperty schema:agent .

tmc:AggregateOffer a rdfs:Class ;
  rdfs:label "Aggregate Offer" ;
  rdfs:comment "When a single product is associated with multiple offers (for example, the same pair of shoes is offered by different merchants), then AggregateOffer can be used.\\n\\nNote: AggregateOffers are normally expected to associate multiple offers that all share the same defined [[businessFunction]] value, or default to http://purl.org/goodrelations/v1#Sell if businessFunction is not explicitly defined." ;
  rdfs:subClassOf tmc:Offer ;
  owl:equivalentClass schema:AggregateOffer .

tmc:aggregateRating a rdf:Property ;
  rdfs:label "aggregate Rating" ;
  rdfs:comment "The overall rating, based on a collection of reviews or ratings, of the item." ;
  schema:domainIncludes tmc:Offer, tmc:Brand, tmc:Event, tmc:Place, tmc:Product, tmc:Service, tmc:CreativeWork, tmc:Organization ;
  schema:rangeIncludes tmc:AggregateRating ;
  owl:equivalentProperty schema:aggregateRating .

tmc:AggregateRating a rdfs:Class ;
  rdfs:label "Aggregate Rating" ;
  rdfs:comment "The average rating based on multiple ratings or reviews." ;
  rdfs:subClassOf tmc:Rating ;
  owl:equivalentClass schema:AggregateRating .

tmc:Agility a tmc:PlayFeature ;
  rdfs:label "Agility" ;
  rdfs:comment "Activities requiring quick, nimble movements, ideal for improving reaction time and dexterity." ;
  tmc:instanceOf tmc:PlayFeature .

tmc:AgreeAction a rdfs:Class ;
  rdfs:label "Agree Action" ;
  rdfs:comment "The act of expressing a consistency of opinion with the object. An agent agrees to/about an object (a proposition, topic or theme) with participants." ;
  rdfs:subClassOf tmc:ReactAction ;
  owl:equivalentClass schema:AgreeAction .

tmc:aircraft a rdf:Property ;
  rdfs:label "aircraft" ;
  rdfs:comment "The kind of aircraft (e.g., \"Boeing 747\")." ;
  schema:domainIncludes tmc:Flight ;
  schema:rangeIncludes schema:Text, tmc:Vehicle ;
  owl:equivalentProperty schema:aircraft .

tmc:Airline a rdfs:Class ;
  rdfs:label "Airline" ;
  rdfs:comment "An organization that provides flights for passengers." ;
  rdfs:subClassOf tmc:Organization ;
  owl:equivalentClass schema:Airline .

tmc:Airport a rdfs:Class ;
  rdfs:label "Airport" ;
  rdfs:comment "An airport." ;
  rdfs:subClassOf tmc:CivicStructure ;
  owl:equivalentClass schema:Airport .

tmc:album a rdf:Property ;
  rdfs:label "album" ;
  rdfs:comment "A music album." ;
  schema:domainIncludes tmc:MusicGroup ;
  schema:rangeIncludes tmc:MusicAlbum ;
  owl:equivalentProperty schema:album .

tmc:albumProductionType a rdf:Property ;
  rdfs:label "album Production Type" ;
  rdfs:comment "Classification of the album by its type of content: soundtrack, live album, studio album, etc." ;
  schema:domainIncludes tmc:MusicAlbum ;
  schema:rangeIncludes tmc:MusicAlbumProductionType ;
  owl:equivalentProperty schema:albumProductionType .

tmc:albumRelease a rdf:Property ;
  rdfs:label "album Release" ;
  rdfs:comment "A release of this album." ;
  schema:domainIncludes tmc:MusicAlbum ;
  schema:rangeIncludes tmc:MusicRelease ;
  schema:inverseOf tmc:releaseOf ;
  owl:equivalentProperty schema:albumRelease .

tmc:AlbumRelease a tmc:MusicAlbumReleaseType ;
  rdfs:label "Album Release" ;
  rdfs:comment "AlbumRelease." ;
  tmc:instanceOf tmc:MusicAlbumReleaseType .

tmc:albumReleaseType a rdf:Property ;
  rdfs:label "album Release Type" ;
  rdfs:comment "The kind of release which this album is: single, EP or album." ;
  schema:domainIncludes tmc:MusicAlbum ;
  schema:rangeIncludes tmc:MusicAlbumReleaseType ;
  owl:equivalentProperty schema:albumReleaseType .

tmc:albums a rdf:Property ;
  rdfs:label "albums" ;
  rdfs:comment "A collection of music albums." ;
  schema:domainIncludes tmc:MusicGroup ;
  schema:rangeIncludes tmc:MusicAlbum ;
  owl:equivalentProperty schema:albums .

tmc:AlcoholConsideration a tmc:AdultOrientedEnumeration ;
  rdfs:label "Alcohol Consideration" ;
  rdfs:comment "Item contains alcohol or promotes alcohol consumption." ;
  tmc:instanceOf tmc:AdultOrientedEnumeration .

tmc:alcoholWarning a rdf:Property ;
  rdfs:label "alcohol Warning" ;
  rdfs:comment "Any precaution, guidance, contraindication, etc. related to consumption of alcohol while taking this drug." ;
  schema:domainIncludes tmc:Drug ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:alcoholWarning .

tmc:algorithm a rdf:Property ;
  rdfs:label "algorithm" ;
  rdfs:comment "The algorithm or rules to follow to compute the score." ;
  schema:domainIncludes tmc:MedicalRiskScore ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:algorithm .

tmc:AlignmentObject a rdfs:Class ;
  rdfs:label "Alignment Object" ;
  rdfs:comment "An intangible item that describes an alignment between a learning resource and a node in an educational framework.\n\nShould 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." ;
  rdfs:subClassOf tmc:Intangible ;
  owl:equivalentClass schema:AlignmentObject .

tmc:alignmentType a rdf:Property ;
  rdfs:label "alignment Type" ;
  rdfs:comment "A category of alignment between the learning resource and the framework node. Recommended values include: 'requires', 'textComplexity', 'readingLevel', and 'educationalSubject'." ;
  schema:domainIncludes tmc:AlignmentObject ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:alignmentType .

tmc:AllergiesHealthAspect a tmc:HealthAspectEnumeration ;
  rdfs:label "Allergies Health Aspect" ;
  rdfs:comment "Content about the allergy-related aspects of a health topic." ;
  tmc:instanceOf tmc:HealthAspectEnumeration .

tmc:AllocateAction a rdfs:Class ;
  rdfs:label "Allocate Action" ;
  rdfs:comment "The act of organizing tasks/objects/events by associating resources to it." ;
  rdfs:subClassOf tmc:OrganizeAction ;
  owl:equivalentClass schema:AllocateAction .

tmc:AllWheelDriveConfiguration a tmc:DriveWheelConfigurationValue ;
  rdfs:label "All Wheel Drive Configuration" ;
  rdfs:comment "All-wheel Drive is a transmission layout where the engine drives all four wheels." ;
  tmc:instanceOf tmc:DriveWheelConfigurationValue .

tmc:alternateName a rdf:Property ;
  rdfs:label "alternate Name" ;
  rdfs:comment "An alias for the item." ;
  schema:domainIncludes tmc:Thing ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:alternateName .

tmc:alternativeHeadline a rdf:Property ;
  rdfs:label "alternative Headline" ;
  rdfs:comment "A secondary title of the CreativeWork." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:alternativeHeadline .

tmc:alternativeOf a rdf:Property ;
  rdfs:label "alternative Of" ;
  rdfs:comment "Another gene which is a variation of this one." ;
  schema:domainIncludes tmc:Gene ;
  schema:rangeIncludes tmc:Gene ;
  owl:equivalentProperty schema:alternativeOf .

tmc:alumni a rdf:Property ;
  rdfs:label "alumni" ;
  rdfs:comment "Alumni of an organization." ;
  schema:domainIncludes tmc:Organization, tmc:EducationalOrganization ;
  schema:rangeIncludes tmc:Person ;
  schema:inverseOf tmc:alumniOf ;
  owl:equivalentProperty schema:alumni .

tmc:alumniOf a rdf:Property ;
  rdfs:label "alumni Of" ;
  rdfs:comment "An organization that the person is an alumni of." ;
  schema:domainIncludes tmc:Person ;
  schema:rangeIncludes tmc:Organization, tmc:EducationalOrganization ;
  schema:inverseOf tmc:alumni ;
  owl:equivalentProperty schema:alumniOf .

tmc:AmateurPlayer a tmc:AthleteType ;
  rdfs:label "Amateur Player" ;
  rdfs:comment "An athlete who engages in sports non-professionally, often for passion, personal growth, and the love of the game, while balancing other career or educational pursuits." ;
  tmc:instanceOf tmc:AthleteType .

tmc:amenityFeature a rdf:Property ;
  rdfs:label "amenity Feature" ;
  rdfs:comment "An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic property does not make a statement about whether the feature is included in an offer for the main accommodation or available at extra costs." ;
  schema:domainIncludes tmc:FloorPlan, tmc:LodgingBusiness, tmc:Accommodation, tmc:Place ;
  schema:rangeIncludes tmc:LocationFeatureSpecification ;
  owl:equivalentProperty schema:amenityFeature .

tmc:AmericanFootballField a rdfs:Class ;
  rdfs:label "AmericanFootballField" ;
  rdfs:comment "An AmericanFootballField is a specific type of field designed for playing American football, usually marked by lines, goal posts, and other markings." ;
  rdfs:subClassOf tmc:SportField ;
  tmc:instanceOf tmc:SportsActivityLocationType .

tmc:AmericanFootballField a tmc:SportsActivityLocationType .

tmc:amount a rdf:Property ;
  rdfs:label "amount" ;
  rdfs:comment "The amount of money." ;
  schema:domainIncludes tmc:MonetaryGrant, tmc:InvestmentOrDeposit, tmc:LoanOrCredit, tmc:MoneyTransfer, tmc:DatedMoneySpecification ;
  schema:rangeIncludes tmc:MonetaryAmount, schema:Number ;
  owl:equivalentProperty schema:amount .

tmc:amountOfThisGood a rdf:Property ;
  rdfs:label "amount Of This Good" ;
  rdfs:comment "The quantity of the goods included in the offer." ;
  schema:domainIncludes tmc:TypeAndQuantityNode ;
  schema:rangeIncludes schema:Number ;
  owl:equivalentProperty schema:amountOfThisGood .

tmc:AmpStory a rdfs:Class ;
  rdfs:label "Amp Story" ;
  rdfs:comment "A creative work with a visual storytelling format intended to be viewed online, particularly on mobile devices." ;
  rdfs:subClassOf tmc:MediaObject, tmc:CreativeWork ;
  owl:equivalentClass schema:AmpStory .

tmc:AMRadioChannel a rdfs:Class ;
  rdfs:label "AM Radio Channel" ;
  rdfs:comment "A radio channel that uses AM." ;
  rdfs:subClassOf tmc:RadioChannel ;
  owl:equivalentClass schema:AMRadioChannel .

tmc:AmusementPark a rdfs:Class ;
  rdfs:label "Amusement Park" ;
  rdfs:comment "An amusement park." ;
  rdfs:subClassOf tmc:EntertainmentBusiness ;
  owl:equivalentClass schema:AmusementPark .

tmc:AnaerobicActivity a tmc:PhysicalActivityCategory ;
  rdfs:label "Anaerobic Activity" ;
  rdfs:comment "Physical activity that is of high-intensity which utilizes the anaerobic metabolism of the body." ;
  tmc:instanceOf tmc:PhysicalActivityCategory .

tmc:AnalysisNewsArticle a rdfs:Class ;
  rdfs:label "Analysis News Article" ;
  rdfs:comment "An AnalysisNewsArticle is a [[NewsArticle]] that, while based on factual reporting, incorporates the expertise of the author/producer, offering interpretations and conclusions." ;
  rdfs:subClassOf tmc:NewsArticle ;
  owl:equivalentClass schema:AnalysisNewsArticle .

tmc:AnatomicalStructure a rdfs:Class ;
  rdfs:label "Anatomical Structure" ;
  rdfs:comment "Any part of the human body, typically a component of an anatomical system. Organs, tissues, and cells are all anatomical structures." ;
  rdfs:subClassOf tmc:MedicalEntity ;
  owl:equivalentClass schema:AnatomicalStructure .

tmc:AnatomicalSystem a rdfs:Class ;
  rdfs:label "Anatomical System" ;
  rdfs:comment "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 include circulatory, digestive, endocrine, integumentary, immune, lymphatic, muscular, nervous, reproductive, respiratory, skeletal, urinary, vestibular, and other systems." ;
  rdfs:subClassOf tmc:MedicalEntity ;
  owl:equivalentClass schema:AnatomicalSystem .

tmc:AndroidPlatform a tmc:DigitalPlatformEnumeration ;
  rdfs:label "Android Platform" ;
  rdfs:comment "Represents the broad notion of Android-based operating systems." ;
  tmc:instanceOf tmc:DigitalPlatformEnumeration .

tmc:Anesthesia a tmc:MedicalSpecialty ;
  rdfs:label "Anesthesia" ;
  rdfs:comment "A specific branch of medical science that pertains to study of anesthetics and their application." ;
  tmc:instanceOf tmc:MedicalSpecialty .

tmc:AnimalShelter a rdfs:Class ;
  rdfs:label "Animal Shelter" ;
  rdfs:comment "Animal shelter." ;
  rdfs:subClassOf tmc:LocalBusiness ;
  owl:equivalentClass schema:AnimalShelter .

tmc:announcementLocation a rdf:Property ;
  rdfs:label "announcement Location" ;
  rdfs:comment "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]]." ;
  rdfs:subPropertyOf tmc:spatialCoverage ;
  schema:domainIncludes tmc:SpecialAnnouncement ;
  schema:rangeIncludes tmc:CivicStructure, tmc:LocalBusiness ;
  owl:equivalentProperty schema:announcementLocation .

tmc:annualPercentageRate a rdf:Property ;
  rdfs:label "annual Percentage Rate" ;
  rdfs:comment "The annual rate that is charged for borrowing (or made by investing), expressed as a single percentage number that represents the actual yearly cost of funds over the term of a loan. This includes any fees or additional costs associated with the transaction." ;
  schema:domainIncludes tmc:FinancialProduct ;
  schema:rangeIncludes schema:Number, tmc:QuantitativeValue ;
  owl:equivalentProperty schema:annualPercentageRate .

tmc:Answer a rdfs:Class ;
  rdfs:label "Answer" ;
  rdfs:comment "An answer offered to a question; perhaps correct, perhaps opinionated or wrong." ;
  rdfs:subClassOf tmc:Comment ;
  owl:equivalentClass schema:Answer .

tmc:answerCount a rdf:Property ;
  rdfs:label "answer Count" ;
  rdfs:comment "The number of answers this question has received." ;
  schema:domainIncludes tmc:Question ;
  schema:rangeIncludes schema:Integer ;
  owl:equivalentProperty schema:answerCount .

tmc:answerExplanation a rdf:Property ;
  rdfs:label "answer Explanation" ;
  rdfs:comment "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. " ;
  schema:domainIncludes tmc:Answer ;
  schema:rangeIncludes tmc:Comment, tmc:WebContent ;
  owl:equivalentProperty schema:answerExplanation .

tmc:antagonist a rdf:Property ;
  rdfs:label "antagonist" ;
  rdfs:comment "The muscle whose action counteracts the specified muscle." ;
  schema:domainIncludes tmc:Muscle ;
  schema:rangeIncludes tmc:Muscle ;
  owl:equivalentProperty schema:antagonist .

tmc:Apartment a rdfs:Class ;
  rdfs:label "Apartment" ;
  rdfs:comment "An apartment (in American English) or flat (in British English) is a self-contained housing unit (a type of residential real estate) that occupies only part of a building (source: Wikipedia, the free encyclopedia, see <a href=\"http://en.wikipedia.org/wiki/Apartment\">http://en.wikipedia.org/wiki/Apartment</a>)." ;
  rdfs:subClassOf tmc:Accommodation ;
  owl:equivalentClass schema:Apartment .

tmc:ApartmentComplex a rdfs:Class ;
  rdfs:label "Apartment Complex" ;
  rdfs:comment "Residence type: Apartment complex." ;
  rdfs:subClassOf tmc:Residence ;
  owl:equivalentClass schema:ApartmentComplex .

tmc:APIReference a rdfs:Class ;
  rdfs:label "API Reference" ;
  rdfs:comment "Reference documentation for application programming interfaces (APIs)." ;
  rdfs:subClassOf tmc:TechArticle ;
  owl:equivalentClass schema:APIReference .

tmc:appearance a rdf:Property ;
  rdfs:label "appearance" ;
  rdfs:comment "Indicates an occurrence of a [[Claim]] in some [[CreativeWork]]." ;
  rdfs:subPropertyOf tmc:workExample ;
  schema:domainIncludes tmc:Claim ;
  schema:rangeIncludes tmc:CreativeWork ;
  owl:equivalentProperty schema:appearance .

tmc:Appearance a tmc:PhysicalExam ;
  rdfs:label "Appearance" ;
  rdfs:comment "Appearance assessment with clinical examination." ;
  tmc:instanceOf tmc:PhysicalExam .

tmc:AppendAction a rdfs:Class ;
  rdfs:label "Append Action" ;
  rdfs:comment "The act of inserting at the end if an ordered collection." ;
  rdfs:subClassOf tmc:InsertAction ;
  owl:equivalentClass schema:AppendAction .

tmc:applicableCountry a rdf:Property ;
  rdfs:label "applicable Country" ;
  rdfs:comment "A country where a particular merchant return policy applies to, for example the two-letter ISO 3166-1 alpha-2 country code." ;
  schema:domainIncludes tmc:MerchantReturnPolicy ;
  schema:rangeIncludes tmc:Country, schema:Text ;
  owl:equivalentProperty schema:applicableCountry .

tmc:applicableLocation a rdf:Property ;
  rdfs:label "applicable Location" ;
  rdfs:comment "The location in which the status applies." ;
  schema:domainIncludes tmc:DrugCost, tmc:DrugLegalStatus ;
  schema:rangeIncludes tmc:AdministrativeArea ;
  owl:equivalentProperty schema:applicableLocation .

tmc:applicantLocationRequirements a rdf:Property ;
  rdfs:label "applicant Location Requirements" ;
  rdfs:comment "The location(s) applicants can apply from. This is usually used for telecommuting jobs where the applicant does not need to be in a physical office. Note: This should not be used for citizenship or work visa requirements." ;
  schema:domainIncludes tmc:JobPosting ;
  schema:rangeIncludes tmc:AdministrativeArea ;
  owl:equivalentProperty schema:applicantLocationRequirements .

tmc:application a rdf:Property ;
  rdfs:label "application" ;
  rdfs:comment "An application that can complete the request." ;
  schema:domainIncludes tmc:EntryPoint ;
  schema:rangeIncludes tmc:SoftwareApplication ;
  owl:equivalentProperty schema:application .

tmc:applicationCategory a rdf:Property ;
  rdfs:label "application Category" ;
  rdfs:comment "Type of software application, e.g. 'Game, Multimedia'." ;
  schema:domainIncludes tmc:SoftwareApplication ;
  schema:rangeIncludes schema:URL, schema:Text ;
  owl:equivalentProperty schema:applicationCategory .

tmc:applicationContact a rdf:Property ;
  rdfs:label "application Contact" ;
  rdfs:comment "Contact details for further information relevant to this job posting." ;
  schema:domainIncludes tmc:JobPosting ;
  schema:rangeIncludes tmc:ContactPoint ;
  owl:equivalentProperty schema:applicationContact .

tmc:applicationDeadline a rdf:Property ;
  rdfs:label "application Deadline" ;
  rdfs:comment "The date at which the program stops collecting applications for the next enrollment cycle." ;
  schema:domainIncludes tmc:EducationalOccupationalProgram ;
  schema:rangeIncludes schema:Date ;
  owl:equivalentProperty schema:applicationDeadline .

tmc:applicationStartDate a rdf:Property ;
  rdfs:label "application Start Date" ;
  rdfs:comment "The date at which the program begins collecting applications for the next enrollment cycle." ;
  schema:domainIncludes tmc:EducationalOccupationalProgram ;
  schema:rangeIncludes schema:Date ;
  owl:equivalentProperty schema:applicationStartDate .

tmc:applicationSubCategory a rdf:Property ;
  rdfs:label "application Sub Category" ;
  rdfs:comment "Subcategory of the application, e.g. 'Arcade Game'." ;
  schema:domainIncludes tmc:SoftwareApplication ;
  schema:rangeIncludes schema:URL, schema:Text ;
  owl:equivalentProperty schema:applicationSubCategory .

tmc:applicationSuite a rdf:Property ;
  rdfs:label "application Suite" ;
  rdfs:comment "The name of the application suite to which the application belongs (e.g. Excel belongs to Office)." ;
  schema:domainIncludes tmc:SoftwareApplication ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:applicationSuite .

tmc:appliesToDeliveryMethod a rdf:Property ;
  rdfs:label "applies To Delivery Method" ;
  rdfs:comment "The delivery method(s) to which the delivery charge or payment charge specification applies." ;
  schema:domainIncludes tmc:DeliveryChargeSpecification, tmc:PaymentChargeSpecification ;
  schema:rangeIncludes tmc:DeliveryMethod ;
  owl:equivalentProperty schema:appliesToDeliveryMethod .

tmc:appliesToPaymentMethod a rdf:Property ;
  rdfs:label "applies To Payment Method" ;
  rdfs:comment "The payment method(s) to which the payment charge specification applies." ;
  schema:domainIncludes tmc:PaymentChargeSpecification ;
  schema:rangeIncludes tmc:PaymentMethod ;
  owl:equivalentProperty schema:appliesToPaymentMethod .

tmc:ApplyAction a rdfs:Class ;
  rdfs:label "Apply Action" ;
  rdfs:comment "The act of registering to an organization/service without the guarantee to receive it.\\n\\nRelated actions:\\n\\n* [[RegisterAction]]: Unlike RegisterAction, ApplyAction has no guarantees that the application will be accepted." ;
  rdfs:subClassOf tmc:OrganizeAction ;
  owl:equivalentClass schema:ApplyAction .

tmc:ApprovedIndication a rdfs:Class ;
  rdfs:label "Approved Indication" ;
  rdfs:comment "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." ;
  rdfs:subClassOf tmc:MedicalIndication ;
  owl:equivalentClass schema:ApprovedIndication .

tmc:Aquarium a rdfs:Class ;
  rdfs:label "Aquarium" ;
  rdfs:comment "Aquarium." ;
  rdfs:subClassOf tmc:CivicStructure ;
  owl:equivalentClass schema:Aquarium .

tmc:AquaticFacility a rdfs:Class ;
  rdfs:label "Aquatic Facility" ;
  rdfs:comment "An aquatic facility includes indoor and outdoor swimming pools, as well as other water-based recreational areas." ;
  rdfs:subClassOf tmc:SportsActivityLocation ;
  tmc:instanceOf tmc:SportsActivityLocationType .

tmc:AquaticFacility a tmc:SportsActivityLocationType .

tmc:ArchiveComponent a rdfs:Class ;
  rdfs:label "Archive Component" ;
  rdfs:comment "An intangible type to be applied to any archive content, carrying with it a set of properties required to describe archival items and collections." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:ArchiveComponent .

tmc:archivedAt a rdf:Property ;
  rdfs:label "archived At" ;
  rdfs:comment "Indicates a page or other link involved in archival of a [[CreativeWork]]. In the case of [[MediaReview]], the items in a [[MediaReviewItem]] may often become inaccessible, but be archived by archival, journalistic, activist, or law enforcement organizations. In such cases, the referenced page may not directly publish the content." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes tmc:WebPage, schema:URL ;
  owl:equivalentProperty schema:archivedAt .

tmc:archiveHeld a rdf:Property ;
  rdfs:label "archive Held" ;
  rdfs:comment "Collection, [fonds](https://en.wikipedia.org/wiki/Fonds), or item held, kept or maintained by an [[ArchiveOrganization]]." ;
  schema:domainIncludes tmc:ArchiveOrganization ;
  schema:rangeIncludes tmc:ArchiveComponent ;
  schema:inverseOf tmc:holdingArchive ;
  owl:equivalentProperty schema:archiveHeld .

tmc:ArchiveOrganization a rdfs:Class ;
  rdfs:label "Archive Organization" ;
  rdfs:comment "An organization with archival holdings. An organization which keeps and preserves archival material and typically makes it accessible to the public." ;
  rdfs:subClassOf tmc:LocalBusiness ;
  owl:equivalentClass schema:ArchiveOrganization .

tmc:area a rdf:Property ;
  rdfs:label "area" ;
  rdfs:comment "The area within which users can expect to reach the broadcast service." ;
  schema:domainIncludes tmc:BroadcastService ;
  schema:rangeIncludes tmc:Place ;
  owl:equivalentProperty schema:area .

tmc:areaServed a rdf:Property ;
  rdfs:label "area Served" ;
  rdfs:comment "The geographic area where a service or offered item is provided." ;
  schema:domainIncludes tmc:ContactPoint, tmc:Demand, tmc:Offer, tmc:DeliveryChargeSpecification, tmc:Service, tmc:Organization ;
  schema:rangeIncludes schema:Text, tmc:Place, tmc:GeoShape, tmc:AdministrativeArea ;
  owl:equivalentProperty schema:areaServed .

tmc:arrivalAirport a rdf:Property ;
  rdfs:label "arrival Airport" ;
  rdfs:comment "The airport where the flight terminates." ;
  schema:domainIncludes tmc:Flight ;
  schema:rangeIncludes tmc:Airport ;
  owl:equivalentProperty schema:arrivalAirport .

tmc:arrivalBoatTerminal a rdf:Property ;
  rdfs:label "arrival Boat Terminal" ;
  rdfs:comment "The terminal or port from which the boat arrives." ;
  schema:domainIncludes tmc:BoatTrip ;
  schema:rangeIncludes tmc:BoatTerminal ;
  owl:equivalentProperty schema:arrivalBoatTerminal .

tmc:arrivalBusStop a rdf:Property ;
  rdfs:label "arrival Bus Stop" ;
  rdfs:comment "The stop or station from which the bus arrives." ;
  schema:domainIncludes tmc:BusTrip ;
  schema:rangeIncludes tmc:BusStop, tmc:BusStation ;
  owl:equivalentProperty schema:arrivalBusStop .

tmc:arrivalGate a rdf:Property ;
  rdfs:label "arrival Gate" ;
  rdfs:comment "Identifier of the flight's arrival gate." ;
  schema:domainIncludes tmc:Flight ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:arrivalGate .

tmc:arrivalPlatform a rdf:Property ;
  rdfs:label "arrival Platform" ;
  rdfs:comment "The platform where the train arrives." ;
  schema:domainIncludes tmc:TrainTrip ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:arrivalPlatform .

tmc:arrivalStation a rdf:Property ;
  rdfs:label "arrival Station" ;
  rdfs:comment "The station where the train trip ends." ;
  schema:domainIncludes tmc:TrainTrip ;
  schema:rangeIncludes tmc:TrainStation ;
  owl:equivalentProperty schema:arrivalStation .

tmc:arrivalTerminal a rdf:Property ;
  rdfs:label "arrival Terminal" ;
  rdfs:comment "Identifier of the flight's arrival terminal." ;
  schema:domainIncludes tmc:Flight ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:arrivalTerminal .

tmc:arrivalTime a rdf:Property ;
  rdfs:label "arrival Time" ;
  rdfs:comment "The expected arrival time." ;
  schema:domainIncludes tmc:Trip ;
  schema:rangeIncludes schema:DateTime, schema:Time ;
  owl:equivalentProperty schema:arrivalTime .

tmc:ArriveAction a rdfs:Class ;
  rdfs:label "Arrive Action" ;
  rdfs:comment "The act of arriving at a place. An agent arrives at a destination from a fromLocation, optionally with participants." ;
  rdfs:subClassOf tmc:MoveAction ;
  owl:equivalentClass schema:ArriveAction .

tmc:artEdition a rdf:Property ;
  rdfs:label "art Edition" ;
  rdfs:comment "The number of copies when multiple copies of a piece of artwork are produced - e.g. for a limited edition of 20 prints, 'artEdition' refers to the total number of copies (in this example \"20\")." ;
  schema:domainIncludes tmc:VisualArtwork ;
  schema:rangeIncludes schema:Integer, schema:Text ;
  owl:equivalentProperty schema:artEdition .

tmc:arterialBranch a rdf:Property ;
  rdfs:label "arterial Branch" ;
  rdfs:comment "The branches that comprise the arterial structure." ;
  schema:domainIncludes tmc:Artery ;
  schema:rangeIncludes tmc:AnatomicalStructure ;
  owl:equivalentProperty schema:arterialBranch .

tmc:Artery a rdfs:Class ;
  rdfs:label "Artery" ;
  rdfs:comment "A type of blood vessel that specifically carries blood away from the heart." ;
  rdfs:subClassOf tmc:Vessel ;
  owl:equivalentClass schema:Artery, <http://purl.bioontology.org/ontology/SNOMEDCT/51114001> .

tmc:artform a rdf:Property ;
  rdfs:label "artform" ;
  rdfs:comment "e.g. Painting, Drawing, Sculpture, Print, Photograph, Assemblage, Collage, etc." ;
  schema:domainIncludes tmc:VisualArtwork ;
  schema:rangeIncludes schema:URL, schema:Text ;
  owl:equivalentProperty schema:artform .

tmc:ArtGallery a rdfs:Class ;
  rdfs:label "Art Gallery" ;
  rdfs:comment "An art gallery." ;
  rdfs:subClassOf tmc:EntertainmentBusiness ;
  owl:equivalentClass schema:ArtGallery .

tmc:Article a rdfs:Class ;
  rdfs:label "Article" ;
  rdfs:comment "An article, such as a news article or piece of investigative report. Newspapers and magazines have articles of many different types and this is intended to cover them all.\\n\\nSee also [blog post](http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html)." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:Article .

tmc:articleBody a rdf:Property ;
  rdfs:label "article Body" ;
  rdfs:comment "The actual body of the article." ;
  schema:domainIncludes tmc:Article ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:articleBody .

tmc:articleSection a rdf:Property ;
  rdfs:label "article Section" ;
  rdfs:comment "Articles may belong to one or more 'sections' in a magazine or newspaper, such as Sports, Lifestyle, etc." ;
  schema:domainIncludes tmc:Article ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:articleSection .

tmc:artist a rdf:Property ;
  rdfs:label "artist" ;
  rdfs:comment "The primary artist for a work\n    \tin a medium other than pencils or digital line art--for example, if the\n    \tprimary artwork is done in watercolors or digital paints." ;
  schema:domainIncludes tmc:ComicStory, tmc:ComicIssue, tmc:VisualArtwork ;
  schema:rangeIncludes tmc:Person ;
  owl:equivalentProperty schema:artist .

tmc:Artistic a tmc:PlayQuality ;
  rdfs:label "Artistic" ;
  rdfs:comment "Activities that involve creative expression, blending play with art forms like dance or figure skating." ;
  tmc:instanceOf tmc:PlayQuality .

tmc:artMedium a rdf:Property ;
  rdfs:label "art Medium" ;
  rdfs:comment "The material used. (E.g. Oil, Watercolour, Acrylic, Linoprint, Marble, Cyanotype, Digital, Lithograph, DryPoint, Intaglio, Pastel, Woodcut, Pencil, Mixed Media, etc.)" ;
  rdfs:subPropertyOf tmc:material ;
  schema:domainIncludes tmc:VisualArtwork ;
  schema:rangeIncludes schema:URL, schema:Text ;
  owl:equivalentProperty schema:artMedium .

tmc:ArtsAndEntertainment a rdfs:Class ;
  rdfs:label "Arts & Entertainment" ;
  rdfs:comment "Performing arts, live entertainment, production and distribution of cultural content." ;
  rdfs:subClassOf tmc:Industry ;
  tmc:instanceOf tmc:IndustryType .

tmc:ArtsAndEntertainment a tmc:IndustryType .

tmc:artworkSurface a rdf:Property ;
  rdfs:label "artwork Surface" ;
  rdfs:comment "The supporting materials for the artwork, e.g. Canvas, Paper, Wood, Board, etc." ;
  schema:domainIncludes tmc:VisualArtwork ;
  schema:rangeIncludes schema:URL, schema:Text ;
  owl:equivalentProperty schema:artworkSurface .

tmc:asin a rdf:Property ;
  rdfs:label "asin" ;
  rdfs:comment "An Amazon Standard Identification Number (ASIN) is a 10-character alphanumeric unique identifier assigned by Amazon.com and its partners for product identification within the Amazon organization (summary from [Wikipedia](https://en.wikipedia.org/wiki/Amazon_Standard_Identification_Number)'s article).\n\nNote also that this is a definition for how to include ASINs in Schema.org data, and not a definition of ASINs in general - see documentation from Amazon for authoritative details.\nASINs are most commonly encoded as text strings, but the [asin] property supports URL/URI as potential values too." ;
  rdfs:subPropertyOf tmc:identifier ;
  schema:domainIncludes tmc:Product, tmc:Demand, tmc:Offer ;
  schema:rangeIncludes schema:Text, schema:URL ;
  owl:equivalentProperty schema:asin .

tmc:AskAction a rdfs:Class ;
  rdfs:label "Ask Action" ;
  rdfs:comment "The act of posing a question / favor to someone.\\n\\nRelated actions:\\n\\n* [[ReplyAction]]: Appears generally as a response to AskAction." ;
  rdfs:subClassOf tmc:CommunicateAction ;
  owl:equivalentClass schema:AskAction .

tmc:AskPublicNewsArticle a rdfs:Class ;
  rdfs:label "Ask Public News Article" ;
  rdfs:comment "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." ;
  rdfs:subClassOf tmc:NewsArticle ;
  owl:equivalentClass schema:AskPublicNewsArticle .

tmc:aspect a rdf:Property ;
  rdfs:label "aspect" ;
  rdfs:comment "An aspect of medical practice that is considered on the page, such as 'diagnosis', 'treatment', 'causes', 'prognosis', 'etiology', 'epidemiology', etc." ;
  schema:domainIncludes tmc:MedicalWebPage ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:aspect .

tmc:assembly a rdf:Property ;
  rdfs:label "assembly" ;
  rdfs:comment "Library file name, e.g., mscorlib.dll, system.web.dll." ;
  schema:domainIncludes tmc:APIReference ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:assembly .

tmc:assemblyVersion a rdf:Property ;
  rdfs:label "assembly Version" ;
  rdfs:comment "Associated product/technology version. E.g., .NET Framework 4.5." ;
  schema:domainIncludes tmc:APIReference ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:assemblyVersion .

tmc:AssessAction a rdfs:Class ;
  rdfs:label "Assess Action" ;
  rdfs:comment "The act of forming one's opinion, reaction or sentiment." ;
  rdfs:subClassOf tmc:Action ;
  owl:equivalentClass schema:AssessAction .

tmc:assesses a rdf:Property ;
  rdfs:label "assesses" ;
  rdfs:comment "The item being described is intended to assess the competency or learning outcome defined by the referenced term." ;
  schema:domainIncludes tmc:CreativeWork, tmc:EducationEvent, tmc:LearningResource ;
  schema:rangeIncludes tmc:DefinedTerm, schema:Text ;
  owl:equivalentProperty schema:assesses .

tmc:AssignAction a rdfs:Class ;
  rdfs:label "Assign Action" ;
  rdfs:comment "The act of allocating an action/event/task to some destination (someone or something)." ;
  rdfs:subClassOf tmc:AllocateAction ;
  owl:equivalentClass schema:AssignAction .

tmc:associatedAnatomy a rdf:Property ;
  rdfs:label "associated Anatomy" ;
  rdfs:comment "The anatomy of the underlying organ system or structures associated with this entity." ;
  schema:domainIncludes tmc:PhysicalActivity, tmc:MedicalCondition ;
  schema:rangeIncludes tmc:SuperficialAnatomy, tmc:AnatomicalSystem, tmc:AnatomicalStructure ;
  owl:equivalentProperty schema:associatedAnatomy .

tmc:associatedArticle a rdf:Property ;
  rdfs:label "associated Article" ;
  rdfs:comment "A NewsArticle associated with the Media Object." ;
  schema:domainIncludes tmc:MediaObject ;
  schema:rangeIncludes tmc:NewsArticle ;
  owl:equivalentProperty schema:associatedArticle .

tmc:associatedClaimReview a rdf:Property ;
  rdfs:label "associated Claim Review" ;
  rdfs:comment "An associated [[ClaimReview]], related by specific common content, topic or claim. The expectation is that this property would be most typically used in cases where a single activity is conducting both claim reviews and media reviews, in which case [[relatedMediaReview]] would commonly be used on a [[ClaimReview]], while [[relatedClaimReview]] would be used on [[MediaReview]]." ;
  rdfs:subPropertyOf tmc:associatedReview ;
  schema:domainIncludes tmc:Review ;
  schema:rangeIncludes tmc:Review ;
  owl:equivalentProperty schema:associatedClaimReview .

tmc:associatedDisease a rdf:Property ;
  rdfs:label "associated Disease" ;
  rdfs:comment "Disease associated to this BioChemEntity. Such disease can be a MedicalCondition or a URL. If you want to add an evidence supporting the association, please use PropertyValue." ;
  schema:domainIncludes tmc:BioChemEntity ;
  schema:rangeIncludes tmc:MedicalCondition, schema:URL, tmc:PropertyValue ;
  owl:equivalentProperty schema:associatedDisease .

tmc:associatedMedia a rdf:Property ;
  rdfs:label "associated Media" ;
  rdfs:comment "A media object that encodes this CreativeWork. This property is a synonym for encoding." ;
  schema:domainIncludes tmc:HyperToc, tmc:CreativeWork, tmc:HyperTocEntry ;
  schema:rangeIncludes tmc:MediaObject ;
  owl:equivalentProperty schema:associatedMedia .

tmc:associatedMediaReview a rdf:Property ;
  rdfs:label "associated Media Review" ;
  rdfs:comment "An associated [[MediaReview]], related by specific common content, topic or claim. The expectation is that this property would be most typically used in cases where a single activity is conducting both claim reviews and media reviews, in which case [[relatedMediaReview]] would commonly be used on a [[ClaimReview]], while [[relatedClaimReview]] would be used on [[MediaReview]]." ;
  rdfs:subPropertyOf tmc:associatedReview ;
  schema:domainIncludes tmc:Review ;
  schema:rangeIncludes tmc:Review ;
  owl:equivalentProperty schema:associatedMediaReview .

tmc:associatedPathophysiology a rdf:Property ;
  rdfs:label "associated Pathophysiology" ;
  rdfs:comment "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." ;
  schema:domainIncludes tmc:SuperficialAnatomy, tmc:AnatomicalSystem, tmc:AnatomicalStructure ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:associatedPathophysiology .

tmc:associatedReview a rdf:Property ;
  rdfs:label "associated Review" ;
  rdfs:comment "An associated [[Review]]." ;
  schema:domainIncludes tmc:Review ;
  schema:rangeIncludes tmc:Review ;
  owl:equivalentProperty schema:associatedReview .

tmc:athlete a rdf:Property ;
  rdfs:label "athlete" ;
  rdfs:comment "A person that acts as performing member of a sports team; a player as opposed to a coach." ;
  schema:domainIncludes tmc:SportsTeam ;
  schema:rangeIncludes tmc:Person ;
  owl:equivalentProperty schema:athlete .

tmc:Athlete a tmc:PersonType ;
  rdfs:label "Athlete" ;
  rdfs:comment "An individual engaged in physical sports, ranging from amateur to professional levels, dedicated to skill development, competition, and personal achievement." ;
  tmc:instanceOf tmc:PersonType .

tmc:AthleteType a rdfs:Class ;
  rdfs:label "Athlete Type" ;
  tmc:enumerationOf tmc:Athlete .

tmc:Atlas a rdfs:Class ;
  rdfs:label "Atlas" ;
  rdfs:comment "A collection or bound volume of maps, charts, plates or tables, physical or in media form illustrating any subject." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:Atlas .

tmc:attendee a rdf:Property ;
  rdfs:label "attendee" ;
  rdfs:comment "A person or organization attending the event." ;
  schema:domainIncludes tmc:Event ;
  schema:rangeIncludes tmc:Organization, tmc:Person ;
  owl:equivalentProperty schema:attendee .

tmc:attendees a rdf:Property ;
  rdfs:label "attendees" ;
  rdfs:comment "A person attending the event." ;
  schema:domainIncludes tmc:Event ;
  schema:rangeIncludes tmc:Organization, tmc:Person ;
  owl:equivalentProperty schema:attendees .

tmc:audience a rdf:Property ;
  rdfs:label "audience" ;
  rdfs:comment "An intended audience, i.e. a group for whom something was created." ;
  schema:domainIncludes tmc:Product, tmc:Service, tmc:CreativeWork, tmc:LodgingBusiness, tmc:Event, tmc:PlayAction ;
  schema:rangeIncludes tmc:Audience ;
  owl:equivalentProperty schema:audience .

tmc:Audience a rdfs:Class ;
  rdfs:label "Audience" ;
  rdfs:comment "Intended audience for an item, i.e. the group for whom the item was created." ;
  rdfs:subClassOf tmc:Intangible ;
  owl:equivalentClass schema:Audience .

tmc:AudienceSegment a rdfs:Class ;
  rdfs:label "Audience Segment" ;
  rdfs:comment "A defined subset of an Audience characterized by shared attributes (e.g., demographics, behavior, context, eligibility) and scoped to a specific entity. Use AudienceSegment to name and describe a cohort for whom an entity is intended or to whom it is marketed; membership is implied by the segment’s properties rather than by listing individuals." ;
  rdfs:subClassOf tmc:Audience .

tmc:audienceSegment a rdf:Property ;
  rdfs:label "Audience Segment" ;
  rdfs:comment "A list of audience segments associated with the entity." ;
  rdfs:subClassOf tmc:Audience ;
  schema:domainIncludes tmc:Marketplace, tmc:Industry ;
  schema:rangeIncludes tmc:AudienceSegment .

tmc:AudienceType a rdfs:Class, schema:Enumeration ;
  rdfs:label "Audience" ;
  rdfs:comment "The target group associated with a given audience." ;
  rdfs:subClassOf tmc:Enumeration ;
  tmc:enumerationOf tmc:Audience .

tmc:audienceType a rdf:Property ;
  rdfs:label "audience Type" ;
  rdfs:comment "The target group associated with a given audience (e.g. veterans, car owners, musicians, etc.)." ;
  schema:domainIncludes tmc:Audience ;
  schema:rangeIncludes schema:Text, tmc:AudienceType ;
  owl:equivalentProperty schema:audienceType .

tmc:audio a rdf:Property ;
  rdfs:label "audio" ;
  rdfs:comment "An embedded audio object." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes tmc:MusicRecording, tmc:AudioObject, tmc:Clip ;
  owl:equivalentProperty schema:audio .

tmc:Audiobook a rdfs:Class ;
  rdfs:label "Audiobook" ;
  rdfs:comment "An audiobook." ;
  rdfs:subClassOf tmc:AudioObject, tmc:Book ;
  owl:equivalentClass schema:Audiobook .

tmc:AudiobookFormat a tmc:BookFormatType ;
  rdfs:label "Audiobook Format" ;
  rdfs:comment "Book format: Audiobook. This is an enumerated value for use with the bookFormat property. There is also a type 'Audiobook' in the bib extension which includes Audiobook specific properties." ;
  tmc:instanceOf tmc:BookFormatType .

tmc:AudioObject a rdfs:Class ;
  rdfs:label "Audio Object" ;
  rdfs:comment "An audio file." ;
  rdfs:subClassOf tmc:MediaObject ;
  owl:equivalentClass schema:AudioObject .

tmc:AudioObjectSnapshot a rdfs:Class ;
  rdfs:label "Audio Object Snapshot" ;
  rdfs:comment "A specific and exact (byte-for-byte) version of an [[AudioObject]]. Two byte-for-byte identical files, for the purposes of this type, considered identical. If they have different embedded metadata the files will differ. Different external facts about the files, e.g. creator or dateCreated that aren't represented in their actual content, do not affect this notion of identity." ;
  rdfs:subClassOf tmc:AudioObject ;
  owl:equivalentClass schema:AudioObjectSnapshot .

tmc:authenticator a rdf:Property ;
  rdfs:label "authenticator" ;
  rdfs:comment "The Organization responsible for authenticating the user's subscription. For example, many media apps require a cable/satellite provider to authenticate your subscription before playing media." ;
  schema:domainIncludes tmc:MediaSubscription ;
  schema:rangeIncludes tmc:Organization ;
  owl:equivalentProperty schema:authenticator .

tmc:author a rdf:Property ;
  rdfs:label "author" ;
  rdfs:comment "The author of this content or rating. Please note that author is special in that HTML 5 provides a special mechanism for indicating authorship via the rel tag. That is equivalent to this and may be used interchangeably." ;
  schema:domainIncludes tmc:Rating, tmc:CreativeWork ;
  schema:rangeIncludes tmc:Organization, tmc:Person ;
  owl:equivalentProperty schema:author .

tmc:AuthoritativeLegalValue a tmc:LegalValueLevel ;
  rdfs:label "Authoritative Legal Value" ;
  rdfs:comment "Indicates that the publisher gives some special status to the publication of the document. (\"The Queens Printer\" version of a UK Act of Parliament, or the PDF version of a Directive published by the EU Office of Publications.) Something \"Authoritative\" is considered to be also OfficialLegalValue." ;
  tmc:instanceOf tmc:LegalValueLevel .

tmc:AuthorizeAction a rdfs:Class ;
  rdfs:label "Authorize Action" ;
  rdfs:comment "The act of granting permission to an object." ;
  rdfs:subClassOf tmc:AllocateAction ;
  owl:equivalentClass schema:AuthorizeAction .

tmc:AutoBodyShop a rdfs:Class ;
  rdfs:label "Auto Body Shop" ;
  rdfs:comment "Auto body shop." ;
  rdfs:subClassOf tmc:AutomotiveBusiness ;
  owl:equivalentClass schema:AutoBodyShop .

tmc:AutoDealer a rdfs:Class ;
  rdfs:label "Auto Dealer" ;
  rdfs:comment "An car dealership." ;
  rdfs:subClassOf tmc:AutomotiveBusiness ;
  owl:equivalentClass schema:AutoDealer .

tmc:AutomatedTeller a rdfs:Class ;
  rdfs:label "Automated Teller" ;
  rdfs:comment "ATM/cash machine." ;
  rdfs:subClassOf tmc:FinancialService ;
  owl:equivalentClass schema:AutomatedTeller .

tmc:AutomotiveAndTransportation a rdfs:Class ;
  rdfs:label "Automotive & Transportation" ;
  rdfs:comment "Vehicle marketplaces, mobility networks, freight and last‑mile logistics." ;
  rdfs:subClassOf tmc:Industry ;
  tmc:instanceOf tmc:IndustryType .

tmc:AutomotiveAndTransportation a tmc:IndustryType .

tmc:AutomotiveBusiness a rdfs:Class ;
  rdfs:label "Automotive Business" ;
  rdfs:comment "Car repair, sales, or parts." ;
  rdfs:subClassOf tmc:LocalBusiness ;
  owl:equivalentClass schema:AutomotiveBusiness .

tmc:AutoPartsStore a rdfs:Class ;
  rdfs:label "Auto Parts Store" ;
  rdfs:comment "An auto parts store." ;
  rdfs:subClassOf tmc:Store, tmc:AutomotiveBusiness ;
  owl:equivalentClass schema:AutoPartsStore .

tmc:AutoRental a rdfs:Class ;
  rdfs:label "Auto Rental" ;
  rdfs:comment "A car rental business." ;
  rdfs:subClassOf tmc:AutomotiveBusiness ;
  owl:equivalentClass schema:AutoRental .

tmc:AutoRepair a rdfs:Class ;
  rdfs:label "Auto Repair" ;
  rdfs:comment "Car repair business." ;
  rdfs:subClassOf tmc:AutomotiveBusiness ;
  owl:equivalentClass schema:AutoRepair .

tmc:AutoWash a rdfs:Class ;
  rdfs:label "Auto Wash" ;
  rdfs:comment "A car wash business." ;
  rdfs:subClassOf tmc:AutomotiveBusiness ;
  owl:equivalentClass schema:AutoWash .

tmc:availability a rdf:Property ;
  rdfs:label "availability" ;
  rdfs:comment "The availability of this item&#x2014;for example In stock, Out of stock, Pre-order, etc." ;
  schema:domainIncludes tmc:Demand, tmc:Offer ;
  schema:rangeIncludes tmc:ItemAvailability ;
  owl:equivalentProperty schema:availability .

tmc:availabilityEnds a rdf:Property ;
  rdfs:label "availability Ends" ;
  rdfs:comment "the date and time after which the product or service is no longer available. It marks the end of the period when you can use, receive, or pick up the item or service. Example: For the boat lease, this is when you must return it (e.g., August 31, 2010, at 23:59)." ;
  schema:domainIncludes tmc:Demand, tmc:Offer, tmc:ActionAccessSpecification ;
  schema:rangeIncludes schema:DateTime, schema:Time, schema:Date ;
  owl:equivalentProperty schema:availabilityEnds .

tmc:availabilityStarts a rdf:Property ;
  rdfs:label "availability Starts" ;
  rdfs:comment "the date and time when the product or service becomes available to the customer. It’s when you can start using, receiving, or picking up what’s being offered. Example: If you’re leasing a boat, this is when you can begin using it (e.g., August 1, 2010, at 09:00)." ;
  schema:domainIncludes tmc:Demand, tmc:Offer, tmc:ActionAccessSpecification ;
  schema:rangeIncludes schema:Date, schema:Time, schema:DateTime ;
  owl:equivalentProperty schema:availabilityStarts .

tmc:availableAtOrFrom a rdf:Property ;
  rdfs:label "available At Or From" ;
  rdfs:comment "The place(s) from which the offer can be obtained (e.g. store locations)." ;
  rdfs:subPropertyOf tmc:areaServed ;
  schema:domainIncludes tmc:Offer, tmc:Demand ;
  schema:rangeIncludes tmc:Place ;
  owl:equivalentProperty schema:availableAtOrFrom .

tmc:availableChannel a rdf:Property ;
  rdfs:label "available Channel" ;
  rdfs:comment "A means of accessing the service (e.g. a phone bank, a web site, a location, etc.)." ;
  schema:domainIncludes tmc:Service ;
  schema:rangeIncludes tmc:ServiceChannel ;
  owl:equivalentProperty schema:availableChannel .

tmc:availableDeliveryMethod a rdf:Property ;
  rdfs:label "available Delivery Method" ;
  rdfs:comment "The delivery method(s) available for this offer." ;
  schema:domainIncludes tmc:Demand, tmc:Offer ;
  schema:rangeIncludes tmc:DeliveryMethod ;
  owl:equivalentProperty schema:availableDeliveryMethod .

tmc:availableFrom a rdf:Property ;
  rdfs:label "available From" ;
  rdfs:comment "When the item is available for pickup from the store, locker, etc." ;
  schema:domainIncludes tmc:DeliveryEvent ;
  schema:rangeIncludes schema:DateTime ;
  owl:equivalentProperty schema:availableFrom .

tmc:availableIn a rdf:Property ;
  rdfs:label "available In" ;
  rdfs:comment "The location in which the strength is available." ;
  schema:domainIncludes tmc:DrugStrength ;
  schema:rangeIncludes tmc:AdministrativeArea ;
  owl:equivalentProperty schema:availableIn .

tmc:availableLanguage a rdf:Property ;
  rdfs:label "available Language" ;
  rdfs:comment "A language someone may use with or at the item, service or place. Please use one of the language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47). See also [[inLanguage]]." ;
  schema:domainIncludes tmc:TouristAttraction, tmc:ContactPoint, tmc:LodgingBusiness, tmc:ServiceChannel ;
  schema:rangeIncludes schema:Text, tmc:Language ;
  owl:equivalentProperty schema:availableLanguage .

tmc:availableOnDevice a rdf:Property ;
  rdfs:label "available On Device" ;
  rdfs:comment "Device required to run the application. Used in cases where a specific make/model is required to run the application." ;
  schema:domainIncludes tmc:SoftwareApplication ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:availableOnDevice .

tmc:availableSeats a rdf:Property ;
  rdfs:label "Available Seats" ;
  rdfs:comment "The number of seats available for a specific availability plan." ;
  schema:domainIncludes tmc:Schedule ;
  schema:rangeIncludes schema:Integer .

tmc:availableService a rdf:Property ;
  rdfs:label "available Service" ;
  rdfs:comment "A medical service available from this provider." ;
  schema:domainIncludes tmc:Physician, tmc:Hospital, tmc:MedicalClinic ;
  schema:rangeIncludes tmc:MedicalTherapy, tmc:MedicalTest, tmc:MedicalProcedure ;
  owl:equivalentProperty schema:availableService .

tmc:availableStrength a rdf:Property ;
  rdfs:label "available Strength" ;
  rdfs:comment "An available dosage strength for the drug." ;
  schema:domainIncludes tmc:Drug ;
  schema:rangeIncludes tmc:DrugStrength ;
  owl:equivalentProperty schema:availableStrength .

tmc:availableTest a rdf:Property ;
  rdfs:label "available Test" ;
  rdfs:comment "A diagnostic test or procedure offered by this lab." ;
  schema:domainIncludes tmc:DiagnosticLab ;
  schema:rangeIncludes tmc:MedicalTest ;
  owl:equivalentProperty schema:availableTest .

tmc:availableThrough a rdf:Property ;
  rdfs:label "available Through" ;
  rdfs:comment "After this date, the item will no longer be available for pickup." ;
  schema:domainIncludes tmc:DeliveryEvent ;
  schema:rangeIncludes schema:DateTime ;
  owl:equivalentProperty schema:availableThrough .

tmc:award a rdf:Property ;
  rdfs:label "award" ;
  rdfs:comment "An award won by or for this item." ;
  schema:domainIncludes tmc:Service, tmc:CreativeWork, tmc:Organization, tmc:Person, tmc:Product ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:award .

tmc:awards a rdf:Property ;
  rdfs:label "awards" ;
  rdfs:comment "Awards won by or for this item." ;
  schema:domainIncludes tmc:CreativeWork, tmc:Organization, tmc:Person, tmc:Product ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:awards .

tmc:awayTeam a rdf:Property ;
  rdfs:label "away Team" ;
  rdfs:comment "The away team in a sports event." ;
  rdfs:subPropertyOf tmc:competitor ;
  schema:domainIncludes tmc:SportsEvent ;
  schema:rangeIncludes tmc:SportsTeam, tmc:Person ;
  owl:equivalentProperty schema:awayTeam .

tmc:Ayurvedic a tmc:MedicineSystem ;
  rdfs:label "Ayurvedic" ;
  rdfs:comment "A system of medicine that originated in India over thousands of years and that focuses on integrating and balancing the body, mind, and spirit." ;
  tmc:instanceOf tmc:MedicineSystem .

tmc:BackgroundNewsArticle a rdfs:Class ;
  rdfs:label "Background News Article" ;
  rdfs:comment "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](https://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." ;
  rdfs:subClassOf tmc:NewsArticle ;
  owl:equivalentClass schema:BackgroundNewsArticle .

tmc:BackOrder a tmc:ItemAvailability ;
  rdfs:label "Back Order" ;
  rdfs:comment "Indicates that the item is available on back order." ;
  tmc:instanceOf tmc:ItemAvailability .

tmc:backstory a rdf:Property ;
  rdfs:label "backstory" ;
  rdfs:comment "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." ;
  schema:domainIncludes tmc:Article ;
  schema:rangeIncludes tmc:CreativeWork, schema:Text ;
  owl:equivalentProperty schema:backstory .

tmc:Bacteria a tmc:InfectiousAgentClass ;
  rdfs:label "Bacteria" ;
  rdfs:comment "Pathogenic bacteria that cause bacterial infection." ;
  tmc:instanceOf tmc:InfectiousAgentClass .

tmc:Bakery a rdfs:Class ;
  rdfs:label "Bakery" ;
  rdfs:comment "A bakery." ;
  rdfs:subClassOf tmc:FoodEstablishment ;
  owl:equivalentClass schema:Bakery .

tmc:Balance a tmc:PhysicalActivityCategory, tmc:PlayFeature ;
  rdfs:label "Balance" ;
  rdfs:comment "Play that emphasizes maintaining stability, suitable for enhancing equilibrium and body control." ;
  tmc:instanceOf tmc:PhysicalActivityCategory, tmc:PlayFeature .

tmc:BankAccount a rdfs:Class ;
  rdfs:label "Bank Account" ;
  rdfs:comment "A product or service offered by a bank whereby one may deposit, withdraw or transfer money and in some cases be paid interest." ;
  rdfs:subClassOf tmc:FinancialProduct ;
  owl:equivalentClass schema:BankAccount .

tmc:bankAccountType a rdf:Property ;
  rdfs:label "bank Account Type" ;
  rdfs:comment "The type of a bank account." ;
  schema:domainIncludes tmc:BankAccount ;
  schema:rangeIncludes schema:Text, schema:URL ;
  owl:equivalentProperty schema:bankAccountType .

tmc:BankOrCreditUnion a rdfs:Class ;
  rdfs:label "Bank Or Credit Union" ;
  rdfs:comment "Bank or credit union." ;
  rdfs:subClassOf tmc:FinancialService ;
  owl:equivalentClass schema:BankOrCreditUnion .

tmc:Barcode a rdfs:Class ;
  rdfs:label "Barcode" ;
  rdfs:comment "An image of a visual machine-readable code such as a barcode or QR code." ;
  rdfs:subClassOf tmc:ImageObject ;
  owl:equivalentClass schema:Barcode .

tmc:BarOrPub a rdfs:Class ;
  rdfs:label "Bar Or Pub" ;
  rdfs:comment "A bar or pub." ;
  rdfs:subClassOf tmc:FoodEstablishment ;
  owl:equivalentClass schema:BarOrPub .

tmc:BaseballField a rdfs:Class ;
  rdfs:label "BaseballField" ;
  rdfs:comment "A BaseballField is a specific type of field designed for playing baseball, usually marked by lines, bases, and other markings." ;
  rdfs:subClassOf tmc:SportField ;
  tmc:instanceOf tmc:SportsActivityLocationType .

tmc:BaseballField a tmc:SportsActivityLocationType .

tmc:baseSalary a rdf:Property ;
  rdfs:label "base Salary" ;
  rdfs:comment "The base salary of the job or of an employee in an EmployeeRole." ;
  schema:domainIncludes tmc:JobPosting, tmc:EmployeeRole ;
  schema:rangeIncludes tmc:MonetaryAmount, schema:Number, tmc:PriceSpecification ;
  owl:equivalentProperty schema:baseSalary .

tmc:BasicIncome a tmc:GovernmentBenefitsType ;
  rdfs:label "Basic Income" ;
  rdfs:comment "BasicIncome: this is a benefit for basic income." ;
  tmc:instanceOf tmc:GovernmentBenefitsType .

tmc:BasketballCourt a rdfs:Class ;
  rdfs:label "Basketball Court" ;
  rdfs:comment "A BasketballCourt is a specific type of court designed for playing basketball, usually marked by lines and hoops." ;
  rdfs:subClassOf tmc:SportCourt ;
  tmc:instanceOf tmc:SportsActivityLocationType .

tmc:BasketballCourt a tmc:SportsActivityLocationType .

tmc:bccRecipient a rdf:Property ;
  rdfs:label "bcc Recipient" ;
  rdfs:comment "A sub property of recipient. The recipient blind copied on a message." ;
  rdfs:subPropertyOf tmc:recipient ;
  schema:domainIncludes tmc:Message ;
  schema:rangeIncludes tmc:Organization, tmc:ContactPoint, tmc:Person ;
  owl:equivalentProperty schema:bccRecipient .

tmc:Beach a rdfs:Class ;
  rdfs:label "Beach" ;
  rdfs:comment "Beach." ;
  rdfs:subClassOf tmc:CivicStructure ;
  owl:equivalentClass schema:Beach .

tmc:BeautySalon a rdfs:Class ;
  rdfs:label "Beauty Salon" ;
  rdfs:comment "Beauty salon." ;
  rdfs:subClassOf tmc:HealthAndBeautyBusiness ;
  owl:equivalentClass schema:BeautySalon .

tmc:bed a rdf:Property ;
  rdfs:label "bed" ;
  rdfs:comment "The type of bed or beds included in the accommodation. For the single case of just one bed of a certain type, you use bed directly with a text.\n      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." ;
  schema:domainIncludes tmc:HotelRoom, tmc:Suite ;
  schema:rangeIncludes schema:Text, tmc:BedDetails, tmc:BedType ;
  owl:equivalentProperty schema:bed .

tmc:BedAndBreakfast a rdfs:Class ;
  rdfs:label "Bed And Breakfast" ;
  rdfs:comment "Bed and breakfast.\n<br /><br />\nSee 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>.\n" ;
  rdfs:subClassOf tmc:LodgingBusiness ;
  owl:equivalentClass schema:BedAndBreakfast .

tmc:BedDetails a rdfs:Class ;
  rdfs:label "Bed Details" ;
  rdfs:comment "An entity holding detailed information about the available bed types, e.g. the quantity of twin beds for a hotel room. For the single case of just one bed of a certain type, you can use bed directly with a text. See also [[BedType]] (under development)." ;
  rdfs:subClassOf tmc:Intangible ;
  owl:equivalentClass schema:BedDetails .

tmc:BedType a tmc:QualitativeValue ;
  rdfs:label "Bed Type" ;
  rdfs:comment "A type of bed. This is used for indicating the bed or beds available in an accommodation." ;
  tmc:instanceOf tmc:QualitativeValue .

tmc:beforeMedia a rdf:Property ;
  rdfs:label "before Media" ;
  rdfs:comment "A media object representing the circumstances before performing this direction." ;
  schema:domainIncludes tmc:HowToDirection ;
  schema:rangeIncludes tmc:MediaObject, schema:URL ;
  owl:equivalentProperty schema:beforeMedia .

tmc:BefriendAction a rdfs:Class ;
  rdfs:label "Befriend Action" ;
  rdfs:comment "The act of forming a personal connection with someone (object) mutually/bidirectionally/symmetrically.\\n\\nRelated actions:\\n\\n* [[FollowAction]]: Unlike FollowAction, BefriendAction implies that the connection is reciprocal." ;
  rdfs:subClassOf tmc:InteractAction ;
  owl:equivalentClass schema:BefriendAction .

tmc:beneficiaryBank a rdf:Property ;
  rdfs:label "beneficiary Bank" ;
  rdfs:comment "A bank or bank’s branch, financial institution or international financial institution operating the beneficiary’s bank account or releasing funds for the beneficiary." ;
  schema:domainIncludes tmc:MoneyTransfer ;
  schema:rangeIncludes schema:Text, tmc:BankOrCreditUnion ;
  owl:equivalentProperty schema:beneficiaryBank .

tmc:benefits a rdf:Property ;
  rdfs:label "benefits" ;
  rdfs:comment "Description of benefits associated with the job." ;
  schema:domainIncludes tmc:JobPosting ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:benefits .

tmc:BenefitsHealthAspect a tmc:HealthAspectEnumeration ;
  rdfs:label "Benefits Health Aspect" ;
  rdfs:comment "Content about the benefits and advantages of usage or utilization of topic." ;
  tmc:instanceOf tmc:HealthAspectEnumeration .

tmc:benefitsSummaryUrl a rdf:Property ;
  rdfs:label "benefits Summary Url" ;
  rdfs:comment "The URL that goes directly to the summary of benefits and coverage for the specific standard plan or plan variation." ;
  schema:domainIncludes tmc:HealthInsurancePlan ;
  schema:rangeIncludes schema:URL ;
  owl:equivalentProperty schema:benefitsSummaryUrl .

tmc:bestRating a rdf:Property ;
  rdfs:label "best Rating" ;
  rdfs:comment "The highest value allowed in this rating system. If bestRating is omitted, 5 is assumed." ;
  schema:domainIncludes tmc:Rating ;
  schema:rangeIncludes schema:Text, schema:Number ;
  owl:equivalentProperty schema:bestRating .

tmc:BikeStore a rdfs:Class ;
  rdfs:label "Bike Store" ;
  rdfs:comment "A bike store." ;
  rdfs:subClassOf tmc:Store ;
  owl:equivalentClass schema:BikeStore .

tmc:BilliardsAndPoolHall a rdfs:Class ;
  rdfs:label "Billiards and Pool Hall" ;
  rdfs:comment "A recreational facility dedicated to cue sports, including pool, billiards, and snooker, often featuring multiple tables and a social atmosphere." ;
  rdfs:subClassOf tmc:SportsActivityLocation ;
  tmc:instanceOf tmc:SportsActivityLocationType .

tmc:BilliardsAndPoolHall a tmc:SportsActivityLocationType .

tmc:billingAddress a rdf:Property ;
  rdfs:label "billing Address" ;
  rdfs:comment "The billing address for the order." ;
  schema:domainIncludes tmc:Order ;
  schema:rangeIncludes tmc:PostalAddress ;
  owl:equivalentProperty schema:billingAddress .

tmc:billingDuration a rdf:Property ;
  rdfs:label "billing Duration" ;
  rdfs:comment "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)." ;
  schema:domainIncludes tmc:UnitPriceSpecification ;
  schema:rangeIncludes schema:Number, tmc:QuantitativeValue, tmc:Duration ;
  owl:equivalentProperty schema:billingDuration .

tmc:billingIncrement a rdf:Property ;
  rdfs:label "billing Increment" ;
  rdfs:comment "This property specifies the minimal quantity and rounding increment that will be the basis for the billing. The unit of measurement is specified by the unitCode property." ;
  schema:domainIncludes tmc:UnitPriceSpecification ;
  schema:rangeIncludes schema:Number ;
  owl:equivalentProperty schema:billingIncrement .

tmc:billingPeriod a rdf:Property ;
  rdfs:label "billing Period" ;
  rdfs:comment "The time interval used to compute the invoice." ;
  schema:domainIncludes tmc:Invoice ;
  schema:rangeIncludes tmc:Duration ;
  owl:equivalentProperty schema:billingPeriod .

tmc:billingStart a rdf:Property ;
  rdfs:label "billing Start" ;
  rdfs:comment "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." ;
  schema:domainIncludes tmc:UnitPriceSpecification ;
  schema:rangeIncludes schema:Number ;
  owl:equivalentProperty schema:billingStart .

tmc:BioChemEntity a rdfs:Class ;
  rdfs:label "Bio Chem Entity" ;
  rdfs:comment "Any biological, chemical, or biochemical thing. For example: a protein; a gene; a chemical; a synthetic chemical." ;
  rdfs:subClassOf tmc:Thing ;
  owl:equivalentClass schema:BioChemEntity .

tmc:bioChemInteraction a rdf:Property ;
  rdfs:label "bio Chem Interaction" ;
  rdfs:comment "A BioChemEntity that is known to interact with this item." ;
  schema:domainIncludes tmc:BioChemEntity ;
  schema:rangeIncludes tmc:BioChemEntity ;
  owl:equivalentProperty schema:bioChemInteraction .

tmc:bioChemSimilarity a rdf:Property ;
  rdfs:label "bio Chem Similarity" ;
  rdfs:comment "A similar BioChemEntity, e.g., obtained by fingerprint similarity algorithms." ;
  schema:domainIncludes tmc:BioChemEntity ;
  schema:rangeIncludes tmc:BioChemEntity ;
  owl:equivalentProperty schema:bioChemSimilarity .

tmc:biologicalRole a rdf:Property ;
  rdfs:label "biological Role" ;
  rdfs:comment "A role played by the BioChemEntity within a biological context." ;
  schema:domainIncludes tmc:BioChemEntity ;
  schema:rangeIncludes tmc:DefinedTerm ;
  owl:equivalentProperty schema:biologicalRole .

tmc:biomechnicalClass a rdf:Property ;
  rdfs:label "biomechnical Class" ;
  rdfs:comment "The biomechanical properties of the bone." ;
  schema:domainIncludes tmc:Joint ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:biomechnicalClass .

tmc:birthDate a rdf:Property ;
  rdfs:label "birth Date" ;
  rdfs:comment "A date of birth." ;
  schema:domainIncludes tmc:Person ;
  schema:rangeIncludes schema:Date ;
  owl:equivalentProperty schema:birthDate .

tmc:birthPlace a rdf:Property ;
  rdfs:label "birth Place" ;
  rdfs:comment "The place where the person was born." ;
  schema:domainIncludes tmc:Person ;
  schema:rangeIncludes tmc:Place ;
  owl:equivalentProperty schema:birthPlace .

tmc:bitrate a rdf:Property ;
  rdfs:label "bitrate" ;
  rdfs:comment "The bitrate of the media object." ;
  schema:domainIncludes tmc:MediaObject ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:bitrate .

tmc:hasBlog a rdf:Property ;
  rdfs:label "hasBlog" ;
  rdfs:comment "A blog with this entity." ;
  schema:domainIncludes tmc:Marketplace ;
  schema:rangeIncludes tmc:Blog .

tmc:Blog a rdfs:Class ;
  rdfs:label "Blog" ;
  rdfs:comment "A [blog](https://en.wikipedia.org/wiki/Blog), sometimes known as a \"weblog\". Note that the individual posts ([[BlogPosting]]s) in a [[Blog]] are often colloquially referred to by the same term." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:Blog .

tmc:BloggerWriter a tmc:ContentCreatorInfluencerType ;
  rdfs:label "Blogger/Writer" ;
  tmc:instanceOf tmc:ContentCreatorInfluencerType .

tmc:blogPost a rdf:Property ;
  rdfs:label "blog Post" ;
  rdfs:comment "A posting that is part of this blog." ;
  schema:domainIncludes tmc:Blog, tmc:Industry ;
  schema:rangeIncludes tmc:BlogPosting ;
  owl:equivalentProperty schema:blogPost .

tmc:BlogPosting a rdfs:Class ;
  rdfs:label "Blog Posting" ;
  rdfs:comment "A blog post." ;
  rdfs:subClassOf tmc:SocialMediaPosting ;
  owl:equivalentClass schema:BlogPosting .

tmc:blogPosts a rdf:Property ;
  rdfs:label "blog Posts" ;
  rdfs:comment "Indicates a post that is part of a [[Blog]]. Note that historically, what we term a \"Blog\" was once known as a \"weblog\", and that what we term a \"BlogPosting\" is now often colloquially referred to as a \"blog\"." ;
  schema:domainIncludes tmc:Blog ;
  schema:rangeIncludes tmc:BlogPosting ;
  owl:equivalentProperty schema:blogPosts .

tmc:bloodSupply a rdf:Property ;
  rdfs:label "blood Supply" ;
  rdfs:comment "The blood vessel that carries blood from the heart to the muscle." ;
  schema:domainIncludes tmc:Muscle ;
  schema:rangeIncludes tmc:Vessel ;
  owl:equivalentProperty schema:bloodSupply .

tmc:BloodTest a rdfs:Class ;
  rdfs:label "Blood Test" ;
  rdfs:comment "A medical test performed on a sample of a patient's blood." ;
  rdfs:subClassOf tmc:MedicalTest ;
  owl:equivalentClass schema:BloodTest .

tmc:boardingGroup a rdf:Property ;
  rdfs:label "boarding Group" ;
  rdfs:comment "The airline-specific indicator of boarding order / preference." ;
  schema:domainIncludes tmc:FlightReservation ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:boardingGroup .

tmc:boardingPolicy a rdf:Property ;
  rdfs:label "boarding Policy" ;
  rdfs:comment "The type of boarding policy used by the airline (e.g. zone-based or group-based)." ;
  schema:domainIncludes tmc:Airline, tmc:Flight ;
  schema:rangeIncludes tmc:BoardingPolicyType ;
  owl:equivalentProperty schema:boardingPolicy .

tmc:BoardingPolicyType a rdfs:Class, schema:Enumeration ;
  rdfs:label "Boarding Policy Type" ;
  rdfs:comment "A type of boarding policy used by an airline." ;
  rdfs:subClassOf tmc:Enumeration ;
  owl:equivalentClass schema:BoardingPolicyType .

tmc:BoatReservation a rdfs:Class ;
  rdfs:label "Boat Reservation" ;
  rdfs:comment "A reservation for boat travel.\n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use [[Offer]]." ;
  rdfs:subClassOf tmc:Reservation ;
  owl:equivalentClass schema:BoatReservation .

tmc:BoatTerminal a rdfs:Class ;
  rdfs:label "Boat Terminal" ;
  rdfs:comment "A terminal for boats, ships, and other water vessels." ;
  rdfs:subClassOf tmc:CivicStructure ;
  owl:equivalentClass schema:BoatTerminal .

tmc:BoatTrip a rdfs:Class ;
  rdfs:label "Boat Trip" ;
  rdfs:comment "A trip on a commercial ferry line." ;
  rdfs:subClassOf tmc:Trip ;
  owl:equivalentClass schema:BoatTrip .

tmc:bodyLocation a rdf:Property ;
  rdfs:label "body Location" ;
  rdfs:comment "Location in the body of the anatomical structure." ;
  schema:domainIncludes tmc:MedicalProcedure, tmc:AnatomicalStructure ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:bodyLocation .

tmc:BodyMeasurementArm a tmc:BodyMeasurementTypeEnumeration ;
  rdfs:label "Body Measurement Arm" ;
  rdfs:comment "Arm length (measured between arms/shoulder line intersection and the prominent wrist bone). Used, for example, to fit shirts." ;
  tmc:instanceOf tmc:BodyMeasurementTypeEnumeration .

tmc:BodyMeasurementBust a tmc:BodyMeasurementTypeEnumeration ;
  rdfs:label "Body Measurement Bust" ;
  rdfs:comment "Maximum girth of bust. Used, for example, to fit women's suits." ;
  tmc:instanceOf tmc:BodyMeasurementTypeEnumeration .

tmc:BodyMeasurementChest a tmc:BodyMeasurementTypeEnumeration ;
  rdfs:label "Body Measurement Chest" ;
  rdfs:comment "Maximum girth of chest. Used, for example, to fit men's suits." ;
  tmc:instanceOf tmc:BodyMeasurementTypeEnumeration .

tmc:BodyMeasurementFoot a tmc:BodyMeasurementTypeEnumeration ;
  rdfs:label "Body Measurement Foot" ;
  rdfs:comment "Foot length (measured between end of the most prominent toe and the most prominent part of the heel). Used, for example, to measure socks." ;
  tmc:instanceOf tmc:BodyMeasurementTypeEnumeration .

tmc:BodyMeasurementHand a tmc:BodyMeasurementTypeEnumeration ;
  rdfs:label "Body Measurement Hand" ;
  rdfs:comment "Maximum hand girth (measured over the knuckles of the open right hand excluding thumb, fingers together). Used, for example, to fit gloves." ;
  tmc:instanceOf tmc:BodyMeasurementTypeEnumeration .

tmc:BodyMeasurementHead a tmc:BodyMeasurementTypeEnumeration ;
  rdfs:label "Body Measurement Head" ;
  rdfs:comment "Maximum girth of head above the ears. Used, for example, to fit hats." ;
  tmc:instanceOf tmc:BodyMeasurementTypeEnumeration .

tmc:BodyMeasurementHeight a tmc:BodyMeasurementTypeEnumeration ;
  rdfs:label "Body Measurement Height" ;
  rdfs:comment "Body height (measured between crown of head and soles of feet). Used, for example, to fit jackets." ;
  tmc:instanceOf tmc:BodyMeasurementTypeEnumeration .

tmc:BodyMeasurementHips a tmc:BodyMeasurementTypeEnumeration ;
  rdfs:label "Body Measurement Hips" ;
  rdfs:comment "Girth of hips (measured around the buttocks). Used, for example, to fit skirts." ;
  tmc:instanceOf tmc:BodyMeasurementTypeEnumeration .

tmc:BodyMeasurementInsideLeg a tmc:BodyMeasurementTypeEnumeration ;
  rdfs:label "Body Measurement Inside Leg" ;
  rdfs:comment "Inside leg (measured between crotch and soles of feet). Used, for example, to fit pants." ;
  tmc:instanceOf tmc:BodyMeasurementTypeEnumeration .

tmc:BodyMeasurementNeck a tmc:BodyMeasurementTypeEnumeration ;
  rdfs:label "Body Measurement Neck" ;
  rdfs:comment "Girth of neck. Used, for example, to fit shirts." ;
  tmc:instanceOf tmc:BodyMeasurementTypeEnumeration .

tmc:BodyMeasurementTypeEnumeration a rdfs:Class ;
  rdfs:label "Body Measurement Type Enumeration" ;
  rdfs:comment "Enumerates types (or dimensions) of a person's body measurements, for example for fitting of clothes." ;
  rdfs:subClassOf tmc:MeasurementTypeEnumeration ;
  owl:equivalentClass schema:BodyMeasurementTypeEnumeration .

tmc:BodyMeasurementUnderbust a tmc:BodyMeasurementTypeEnumeration ;
  rdfs:label "Body Measurement Underbust" ;
  rdfs:comment "Girth of body just below the bust. Used, for example, to fit women's swimwear." ;
  tmc:instanceOf tmc:BodyMeasurementTypeEnumeration .

tmc:BodyMeasurementWaist a tmc:BodyMeasurementTypeEnumeration ;
  rdfs:label "Body Measurement Waist" ;
  rdfs:comment "Girth of natural waistline (between hip bones and lower ribs). Used, for example, to fit pants." ;
  tmc:instanceOf tmc:BodyMeasurementTypeEnumeration .

tmc:BodyMeasurementWeight a tmc:BodyMeasurementTypeEnumeration ;
  rdfs:label "Body Measurement Weight" ;
  rdfs:comment "Body weight. Used, for example, to measure pantyhose." ;
  tmc:instanceOf tmc:BodyMeasurementTypeEnumeration .

tmc:BodyOfWater a rdfs:Class ;
  rdfs:label "Body Of Water" ;
  rdfs:comment "A body of water, such as a sea, ocean, or lake." ;
  rdfs:subClassOf tmc:Landform ;
  owl:equivalentClass schema:BodyOfWater .

tmc:bodyType a rdf:Property ;
  rdfs:label "body Type" ;
  rdfs:comment "Indicates the design and body style of the vehicle (e.g. station wagon, hatchback, etc.)." ;
  schema:domainIncludes tmc:Vehicle ;
  schema:rangeIncludes schema:URL, tmc:QualitativeValue, schema:Text ;
  owl:equivalentProperty schema:bodyType .

tmc:Bone a rdfs:Class ;
  rdfs:label "Bone" ;
  rdfs:comment "Rigid connective tissue that comprises up the skeletal structure of the human body." ;
  rdfs:subClassOf tmc:AnatomicalStructure ;
  owl:equivalentClass schema:Bone .

tmc:Book a rdfs:Class ;
  rdfs:label "Book" ;
  rdfs:comment "A book." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:Book .

tmc:bookEdition a rdf:Property ;
  rdfs:label "book Edition" ;
  rdfs:comment "The edition of the book." ;
  schema:domainIncludes tmc:Book ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:bookEdition .

tmc:bookFormat a rdf:Property ;
  rdfs:label "book Format" ;
  rdfs:comment "The format of the book." ;
  schema:domainIncludes tmc:Book ;
  schema:rangeIncludes tmc:BookFormatType ;
  owl:equivalentProperty schema:bookFormat .

tmc:BookFormatType a rdfs:Class, schema:Enumeration ;
  rdfs:label "Book Format Type" ;
  rdfs:comment "The publication format of the book." ;
  rdfs:subClassOf tmc:Enumeration ;
  owl:equivalentClass schema:BookFormatType .

tmc:bookingAgent a rdf:Property ;
  rdfs:label "booking Agent" ;
  rdfs:comment "'bookingAgent' is an out-dated term indicating a 'broker' that serves as a booking agent." ;
  schema:domainIncludes tmc:Reservation ;
  schema:rangeIncludes tmc:Organization, tmc:Person ;
  owl:equivalentProperty schema:bookingAgent .

tmc:bookingTime a rdf:Property ;
  rdfs:label "booking Time" ;
  rdfs:comment "The date and time the reservation was booked." ;
  schema:domainIncludes tmc:Reservation ;
  schema:rangeIncludes schema:DateTime ;
  owl:equivalentProperty schema:bookingTime .

tmc:BookmarkAction a rdfs:Class ;
  rdfs:label "Bookmark Action" ;
  rdfs:comment "An agent bookmarks/flags/labels/tags/marks an object." ;
  rdfs:subClassOf tmc:OrganizeAction ;
  owl:equivalentClass schema:BookmarkAction .

tmc:BookSeries a rdfs:Class ;
  rdfs:label "Book Series" ;
  rdfs:comment "A series of books. Included books can be indicated with the hasPart property." ;
  rdfs:subClassOf tmc:CreativeWorkSeries ;
  owl:equivalentClass schema:BookSeries .

tmc:BookStore a rdfs:Class ;
  rdfs:label "Book Store" ;
  rdfs:comment "A bookstore." ;
  rdfs:subClassOf tmc:Store ;
  owl:equivalentClass schema:BookStore .

tmc:BorrowAction a rdfs:Class ;
  rdfs:label "Borrow Action" ;
  rdfs:comment "The act of obtaining an object under an agreement to return it at a later date. Reciprocal of LendAction.\\n\\nRelated actions:\\n\\n* [[LendAction]]: Reciprocal of BorrowAction." ;
  rdfs:subClassOf tmc:TransferAction ;
  owl:equivalentClass schema:BorrowAction .

tmc:borrower a rdf:Property ;
  rdfs:label "borrower" ;
  rdfs:comment "A sub property of participant. The person that borrows the object being lent." ;
  rdfs:subPropertyOf tmc:participant ;
  schema:domainIncludes tmc:LendAction ;
  schema:rangeIncludes tmc:Person ;
  owl:equivalentProperty schema:borrower .

tmc:boundsEast a rdf:Property ;
  rdfs:label "bounds east" ;
  rdfs:comment "The east longitude of the place" ;
  rdfs:subPropertyOf tmc:box ;
  schema:domainIncludes tmc:Places ;
  schema:rangeIncludes schema:Number .

tmc:boundsNorth a rdf:Property ;
  rdfs:label "bounds north" ;
  rdfs:comment "The north latitude of the place" ;
  rdfs:subPropertyOf tmc:box ;
  schema:domainIncludes tmc:Places ;
  schema:rangeIncludes schema:Number .

tmc:boundsSouth a rdf:Property ;
  rdfs:label "bounds south" ;
  rdfs:comment "The south latitude of the place" ;
  rdfs:subPropertyOf tmc:box ;
  schema:domainIncludes tmc:Places ;
  schema:rangeIncludes schema:Number .

tmc:boundsWest a rdf:Property ;
  rdfs:label "bounds west" ;
  rdfs:comment "The west longitude of the place" ;
  rdfs:subPropertyOf tmc:box ;
  schema:domainIncludes tmc:Places ;
  schema:rangeIncludes schema:Number .

tmc:BowlingAlley a rdfs:Class ;
  rdfs:label "Bowling Alley" ;
  rdfs:comment "A bowling alley." ;
  rdfs:subClassOf tmc:SportsActivityLocation ;
  tmc:instanceOf tmc:LocalBusinessType, tmc:SportsActivityLocationType ;
  owl:equivalentClass schema:BowlingAlley .

tmc:BowlingAlley a tmc:LocalBusinessType, tmc:SportsActivityLocationType .

tmc:box a rdf:Property ;
  rdfs:label "box" ;
  rdfs:comment "A box is the area enclosed by the rectangle formed by two points. The first point is the lower corner, the second point is the upper corner. A box is expressed as two points separated by a space character." ;
  schema:domainIncludes tmc:GeoShape ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:box .

tmc:BoxingGym a rdfs:Class ;
  rdfs:label "Boxing Gym" ;
  rdfs:comment "A boxing gym is a training facility equipped for the sport of boxing, providing boxing rings, punching bags, and other training equipment." ;
  rdfs:subClassOf tmc:SportsActivityLocation ;
  tmc:instanceOf tmc:SportsActivityLocationType .

tmc:BoxingGym a tmc:SportsActivityLocationType .

tmc:BrainStructure a rdfs:Class ;
  rdfs:label "Brain Structure" ;
  rdfs:comment "Any anatomical structure which pertains to the soft nervous tissue functioning as the coordinating center of sensation and intellectual and nervous activity." ;
  rdfs:subClassOf tmc:AnatomicalStructure ;
  owl:equivalentClass schema:BrainStructure .

tmc:branch a rdf:Property ;
  rdfs:label "branch" ;
  rdfs:comment "The branches that delineate from the nerve bundle. Not to be confused with [[branchOf]]." ;
  schema:domainIncludes tmc:Nerve ;
  schema:rangeIncludes tmc:AnatomicalStructure ;
  owl:equivalentProperty schema:branch .

tmc:branchCode a rdf:Property ;
  rdfs:label "branch Code" ;
  rdfs:comment "A short textual code (also called \"store code\") that uniquely identifies a place of business. The code is typically assigned by the parentOrganization and used in structured URLs.\\n\\nFor example, in the URL http://www.starbucks.co.uk/store-locator/etc/detail/3047 the code \"3047\" is a branchCode for a particular branch.\n      " ;
  schema:domainIncludes tmc:Place ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:branchCode .

tmc:branchOf a rdf:Property ;
  rdfs:label "branch Of" ;
  rdfs:comment "The larger organization that this local business is a branch of, if any. Not to be confused with (anatomical) [[branch]]." ;
  schema:domainIncludes tmc:LocalBusiness ;
  schema:rangeIncludes tmc:Organization ;
  owl:equivalentProperty schema:branchOf .

tmc:brand a rdf:Property ;
  rdfs:label "brand" ;
  rdfs:comment "The brand(s) associated with a product or service, or the brand(s) maintained by an organization or business person." ;
  schema:domainIncludes tmc:Product, tmc:Service, tmc:Organization, tmc:Person, tmc:Marketplace ;
  schema:rangeIncludes tmc:Brand, tmc:Organization ;
  owl:equivalentProperty schema:brand .

tmc:Brand a rdfs:Class ;
  rdfs:label "Brand" ;
  rdfs:comment "A brand is a name used by an organization or business person for labeling a product, product group, or similar." ;
  rdfs:subClassOf tmc:Intangible ;
  owl:equivalentClass schema:Brand .

tmc:BrandValue a rdfs:Class ;
  rdfs:label "Brand Value" ;
  rdfs:comment "A core principle of a Brand, expressed as a named concept with description." ;
  rdfs:subClassOf tmc:Intangible, tmc:DefinedTerm .

tmc:brandValues a rdf:Property ;
  rdfs:label "brandValues" ;
  rdfs:comment "Core principles and expected behaviors that guide how the Brand builds and operates." ;
  schema:domainIncludes tmc:Brand ;
  schema:rangeIncludes tmc:BrandValue .

tmc:breadcrumb a rdf:Property ;
  rdfs:label "breadcrumb" ;
  rdfs:comment "A set of links that can help a user understand and navigate a website hierarchy." ;
  schema:domainIncludes tmc:WebPage ;
  schema:rangeIncludes tmc:BreadcrumbList, schema:Text ;
  owl:equivalentProperty schema:breadcrumb .

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

tmc:breastfeedingWarning a rdf:Property ;
  rdfs:label "breastfeeding Warning" ;
  rdfs:comment "Any precaution, guidance, contraindication, etc. related to this drug's use by breastfeeding mothers." ;
  schema:domainIncludes tmc:Drug ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:breastfeedingWarning .

tmc:Brewery a rdfs:Class ;
  rdfs:label "Brewery" ;
  rdfs:comment "Brewery." ;
  rdfs:subClassOf tmc:FoodEstablishment ;
  owl:equivalentClass schema:Brewery .

tmc:Bridge a rdfs:Class ;
  rdfs:label "Bridge" ;
  rdfs:comment "A bridge." ;
  rdfs:subClassOf tmc:CivicStructure ;
  owl:equivalentClass schema:Bridge .

tmc:broadcastAffiliateOf a rdf:Property ;
  rdfs:label "broadcast Affiliate Of" ;
  rdfs:comment "The media network(s) whose content is broadcast on this station." ;
  schema:domainIncludes tmc:BroadcastService ;
  schema:rangeIncludes tmc:Organization ;
  owl:equivalentProperty schema:broadcastAffiliateOf .

tmc:BroadcastChannel a rdfs:Class ;
  rdfs:label "Broadcast Channel" ;
  rdfs:comment "A unique instance of a BroadcastService on a CableOrSatelliteService lineup." ;
  rdfs:subClassOf tmc:Intangible ;
  owl:equivalentClass schema:BroadcastChannel .

tmc:broadcastChannelId a rdf:Property ;
  rdfs:label "broadcast Channel Id" ;
  rdfs:comment "The unique address by which the BroadcastService can be identified in a provider lineup. In US, this is typically a number." ;
  schema:domainIncludes tmc:BroadcastChannel ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:broadcastChannelId .

tmc:broadcastDisplayName a rdf:Property ;
  rdfs:label "broadcast Display Name" ;
  rdfs:comment "The name displayed in the channel guide. For many US affiliates, it is the network name." ;
  schema:domainIncludes tmc:BroadcastService ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:broadcastDisplayName .

tmc:broadcaster a rdf:Property ;
  rdfs:label "broadcaster" ;
  rdfs:comment "The organization owning or operating the broadcast service." ;
  schema:domainIncludes tmc:BroadcastService ;
  schema:rangeIncludes tmc:Organization ;
  owl:equivalentProperty schema:broadcaster .

tmc:BroadcastEvent a rdfs:Class ;
  rdfs:label "Broadcast Event" ;
  rdfs:comment "An over the air or online broadcast event." ;
  rdfs:subClassOf tmc:PublicationEvent ;
  owl:equivalentClass schema:BroadcastEvent .

tmc:broadcastFrequency a rdf:Property ;
  rdfs:label "broadcast Frequency" ;
  rdfs:comment "The frequency used for over-the-air broadcasts. Numeric values or simple ranges, e.g. 87-99. In addition a shortcut idiom is supported for frequences of AM and FM radio channels, e.g. \"87 FM\"." ;
  schema:domainIncludes tmc:BroadcastService, tmc:BroadcastChannel ;
  schema:rangeIncludes schema:Text, tmc:BroadcastFrequencySpecification ;
  owl:equivalentProperty schema:broadcastFrequency .

tmc:BroadcastFrequencySpecification a rdfs:Class ;
  rdfs:label "Broadcast Frequency Specification" ;
  rdfs:comment "The frequency in MHz and the modulation used for a particular BroadcastService." ;
  rdfs:subClassOf tmc:Intangible ;
  owl:equivalentClass schema:BroadcastFrequencySpecification .

tmc:broadcastFrequencyValue a rdf:Property ;
  rdfs:label "broadcast Frequency Value" ;
  rdfs:comment "The frequency in MHz for a particular broadcast." ;
  schema:domainIncludes tmc:BroadcastFrequencySpecification ;
  schema:rangeIncludes schema:Number, tmc:QuantitativeValue ;
  owl:equivalentProperty schema:broadcastFrequencyValue .

tmc:broadcastOfEvent a rdf:Property ;
  rdfs:label "broadcast Of Event" ;
  rdfs:comment "The event being broadcast such as a sporting event or awards ceremony." ;
  schema:domainIncludes tmc:BroadcastEvent ;
  schema:rangeIncludes tmc:Event ;
  owl:equivalentProperty schema:broadcastOfEvent .

tmc:BroadcastRelease a tmc:MusicAlbumReleaseType ;
  rdfs:label "Broadcast Release" ;
  rdfs:comment "BroadcastRelease." ;
  tmc:instanceOf tmc:MusicAlbumReleaseType .

tmc:BroadcastService a rdfs:Class ;
  rdfs:label "Broadcast Service" ;
  rdfs:comment "A delivery service through which content is provided via broadcast over the air or online." ;
  rdfs:subClassOf tmc:Service ;
  owl:equivalentClass schema:BroadcastService .

tmc:broadcastServiceTier a rdf:Property ;
  rdfs:label "broadcast Service Tier" ;
  rdfs:comment "The type of service required to have access to the channel (e.g. Standard or Premium)." ;
  schema:domainIncludes tmc:BroadcastChannel ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:broadcastServiceTier .

tmc:broadcastSignalModulation a rdf:Property ;
  rdfs:label "broadcast Signal Modulation" ;
  rdfs:comment "The modulation (e.g. FM, AM, etc) used by a particular broadcast service." ;
  schema:domainIncludes tmc:BroadcastFrequencySpecification ;
  schema:rangeIncludes schema:Text, tmc:QualitativeValue ;
  owl:equivalentProperty schema:broadcastSignalModulation .

tmc:broadcastSubChannel a rdf:Property ;
  rdfs:label "broadcast Sub Channel" ;
  rdfs:comment "The subchannel used for the broadcast." ;
  schema:domainIncludes tmc:BroadcastFrequencySpecification ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:broadcastSubChannel .

tmc:broadcastTimezone a rdf:Property ;
  rdfs:label "broadcast Timezone" ;
  rdfs:comment "The timezone in [ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601) for which the service bases its broadcasts." ;
  schema:domainIncludes tmc:BroadcastService ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:broadcastTimezone .

tmc:broader a rdf:Property ;
  rdfs:label "broader" ;
  rdfs:comment "Asserts an immediate hierarchical link to a more general concept. Non-transitive." .

tmc:narrower a rdf:Property ;
  rdfs:label "narrower" ;
  rdfs:comment "Asserts an immediate hierarchical link to a more specific concept. Non-transitive." .

tmc:broker a rdf:Property ;
  rdfs:label "broker" ;
  rdfs:comment "An entity that arranges for an exchange between a buyer and a seller.  In most cases a broker never acquires or releases ownership of a product or service involved in an exchange.  If it is not clear whether an entity is a broker, seller, or buyer, the latter two terms are preferred." ;
  schema:domainIncludes tmc:Service, tmc:Reservation, tmc:Order, tmc:Invoice ;
  schema:rangeIncludes tmc:Person, tmc:Organization ;
  owl:equivalentProperty schema:broker .

tmc:BrokerageAccount a rdfs:Class ;
  rdfs:label "Brokerage Account" ;
  rdfs:comment "An account that allows an investor to deposit funds and place investment orders with a licensed broker or brokerage firm." ;
  rdfs:subClassOf tmc:InvestmentOrDeposit ;
  owl:equivalentClass schema:BrokerageAccount .

tmc:browserRequirements a rdf:Property ;
  rdfs:label "browser Requirements" ;
  rdfs:comment "Specifies browser requirements in human-readable text. For example, 'requires HTML5 support'." ;
  schema:domainIncludes tmc:WebApplication ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:browserRequirements .

tmc:BuddhistTemple a rdfs:Class ;
  rdfs:label "Buddhist Temple" ;
  rdfs:comment "A Buddhist temple." ;
  rdfs:subClassOf tmc:PlaceOfWorship ;
  owl:equivalentClass schema:BuddhistTemple .

tmc:BusinessAndProfessionalServices a rdfs:Class ;
  rdfs:label "Business & Professional Services" ;
  rdfs:comment "Marketplaces connecting businesses with consulting, legal, accounting, HR, and specialized services." ;
  rdfs:subClassOf tmc:Industry ;
  tmc:instanceOf tmc:IndustryType .

tmc:BusinessAndProfessionalServices a tmc:IndustryType .

tmc:BusinessAudience a rdfs:Class ;
  rdfs:label "Business Audience" ;
  rdfs:comment "A set of characteristics belonging to businesses, e.g. who compose an item's target audience." ;
  rdfs:subClassOf tmc:Audience ;
  tmc:instanceOf tmc:AudienceType ;
  owl:equivalentClass schema:BusinessAudience .

tmc:BusinessAudience a tmc:AudienceType .

tmc:businessDays a rdf:Property ;
  rdfs:label "business Days" ;
  rdfs:comment "Days of the week when the merchant typically operates, indicated via opening hours markup." ;
  schema:domainIncludes tmc:ShippingDeliveryTime ;
  schema:rangeIncludes tmc:OpeningHoursSpecification ;
  owl:equivalentProperty schema:businessDays .

tmc:BusinessEntityType a rdfs:Class, schema:Enumeration ;
  rdfs:label "Business Entity Type" ;
  rdfs:comment "A business entity type is a conceptual entity representing the legal form, the size, the main line of business, the position in the value chain, or any combination thereof, of an organization or business person." ;
  rdfs:subClassOf tmc:Enumeration ;
  owl:equivalentClass schema:BusinessEntityType .

tmc:BusinessEvent a rdfs:Class ;
  rdfs:label "Business Event" ;
  rdfs:comment "Event type: Business event." ;
  rdfs:subClassOf tmc:Event ;
  owl:equivalentClass schema:BusinessEvent .

tmc:businessFunction a rdf:Property ;
  rdfs:label "business Function" ;
  rdfs:comment "The business function (e.g. sell, lease, repair, dispose) of the offer or component of a bundle (TypeAndQuantityNode). The default is http://purl.org/goodrelations/v1#Sell." ;
  schema:domainIncludes tmc:TypeAndQuantityNode, tmc:Demand, tmc:Offer ;
  schema:rangeIncludes tmc:BusinessFunction ;
  owl:equivalentProperty schema:businessFunction .

tmc:BusinessFunction a rdfs:Class, schema:Enumeration ;
  rdfs:label "Business Function" ;
  rdfs:comment "The business function specifies the type of activity or access (i.e., the bundle of rights) offered by the organization or business person through the offer. Typical are sell, rental or lease, maintenance or repair, manufacture / produce, recycle / dispose, engineering / construction, or installation. Proprietary specifications of access rights are also instances of this class." ;
  rdfs:subClassOf tmc:Enumeration ;
  owl:equivalentClass schema:BusinessFunction .

tmc:BusinessStructure a rdfs:Class, schema:Enumeration ;
  rdfs:label "Business Structure" ;
  rdfs:subClassOf tmc:Enumeration .

tmc:businessStructure a rdf:Property ;
  rdfs:label "businessStructure" ;
  schema:domainIncludes tmc:Organization ;
  schema:rangeIncludes tmc:BusinessStructure .

tmc:BusinessStructureCompany a rdfs:Class ;
  rdfs:label "BusinessStructureCompany" ;
  rdfs:subClassOf tmc:BusinessStructure .

tmc:BusinessStructureGovernmentEntity a tmc:BusinessStructure ;
  rdfs:label "BusinessStructureGovernmentEntity" ;
  tmc:instanceOf tmc:BusinessStructure .

tmc:BusinessStructureNonProfit a tmc:BusinessStructure ;
  rdfs:label "BusinessStructureNonProfit" ;
  tmc:instanceOf tmc:BusinessStructure .

tmc:BusinessSupport a tmc:GovernmentBenefitsType ;
  rdfs:label "Business Support" ;
  rdfs:comment "BusinessSupport: this is a benefit for supporting businesses." ;
  tmc:instanceOf tmc:GovernmentBenefitsType .

tmc:BusinessType a rdfs:Class, schema:Enumeration ;
  rdfs:label "Business Type" ;
  rdfs:subClassOf tmc:Enumeration .

tmc:businessType a rdf:Property ;
  rdfs:label "business type" ;
  schema:domainIncludes tmc:Provider ;
  schema:rangeIncludes tmc:BusinessType .

tmc:busName a rdf:Property ;
  rdfs:label "bus Name" ;
  rdfs:comment "The name of the bus (e.g. Bolt Express)." ;
  schema:domainIncludes tmc:BusTrip ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:busName .

tmc:busNumber a rdf:Property ;
  rdfs:label "bus Number" ;
  rdfs:comment "The unique identifier for the bus." ;
  schema:domainIncludes tmc:BusTrip ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:busNumber .

tmc:BusOrCoach a rdfs:Class ;
  rdfs:label "Bus Or Coach" ;
  rdfs:comment "A bus (also omnibus or autobus) is a road vehicle designed to carry passengers. Coaches are luxury busses, usually in service for long distance travel." ;
  rdfs:subClassOf tmc:Vehicle ;
  owl:equivalentClass schema:BusOrCoach .

tmc:BusReservation a rdfs:Class ;
  rdfs:label "Bus Reservation" ;
  rdfs:comment "A reservation for bus travel. \\n\\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use [[Offer]]." ;
  rdfs:subClassOf tmc:Reservation ;
  owl:equivalentClass schema:BusReservation .

tmc:BusStation a rdfs:Class ;
  rdfs:label "Bus Station" ;
  rdfs:comment "A bus station." ;
  rdfs:subClassOf tmc:CivicStructure ;
  owl:equivalentClass schema:BusStation .

tmc:BusStop a rdfs:Class ;
  rdfs:label "Bus Stop" ;
  rdfs:comment "A bus stop." ;
  rdfs:subClassOf tmc:CivicStructure ;
  owl:equivalentClass schema:BusStop .

tmc:BusTrip a rdfs:Class ;
  rdfs:label "Bus Trip" ;
  rdfs:comment "A trip on a commercial bus line." ;
  rdfs:subClassOf tmc:Trip ;
  owl:equivalentClass schema:BusTrip .

tmc:Buy a tmc:BusinessFunction ;
  rdfs:label "Buy" ;
  rdfs:comment "The act of buying an object." ;
  tmc:instanceOf tmc:BusinessFunction .

tmc:BuyAction a rdfs:Class ;
  rdfs:label "Buy Action" ;
  rdfs:comment "The act of giving money to a seller in exchange for goods or services rendered. An agent buys an object, product, or service from a seller for a price. Reciprocal of SellAction." ;
  rdfs:subClassOf tmc:TradeAction ;
  owl:equivalentClass schema:BuyAction .

tmc:buyer a rdf:Property ;
  rdfs:label "buyer" ;
  rdfs:comment "A sub property of participant. The participant/person/organization that bought the object." ;
  rdfs:subPropertyOf tmc:participant ;
  schema:domainIncludes tmc:SellAction ;
  schema:rangeIncludes tmc:Organization, tmc:Person ;
  owl:equivalentProperty schema:buyer .

tmc:byArtist a rdf:Property ;
  rdfs:label "by Artist" ;
  rdfs:comment "The artist that performed this album or recording." ;
  schema:domainIncludes tmc:MusicAlbum, tmc:MusicRecording ;
  schema:rangeIncludes tmc:MusicGroup, tmc:Person ;
  owl:equivalentProperty schema:byArtist .

tmc:byDay a rdf:Property ;
  rdfs:label "by Day" ;
  rdfs:comment "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." ;
  schema:domainIncludes tmc:Schedule ;
  schema:rangeIncludes schema:Text, tmc:DayOfWeek ;
  owl:equivalentProperty schema:byDay .

tmc:byMonth a rdf:Property ;
  rdfs:label "by Month" ;
  rdfs:comment "Defines the month(s) of the year on which a recurring [[Event]] takes place. Specified as an [[Integer]] between 1-12. January is 1." ;
  schema:domainIncludes tmc:Schedule ;
  schema:rangeIncludes schema:Integer ;
  owl:equivalentProperty schema:byMonth .

tmc:byMonthDay a rdf:Property ;
  rdfs:label "by Month Day" ;
  rdfs:comment "Defines the day(s) of the month on which a recurring [[Event]] takes place. Specified as an [[Integer]] between 1-31." ;
  schema:domainIncludes tmc:Schedule ;
  schema:rangeIncludes schema:Integer ;
  owl:equivalentProperty schema:byMonthDay .

tmc:byMonthWeek a rdf:Property ;
  rdfs:label "by Month Week" ;
  rdfs:comment "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." ;
  schema:domainIncludes tmc:Schedule ;
  schema:rangeIncludes schema:Integer ;
  owl:equivalentProperty schema:byMonthWeek .

tmc:CableOrSatelliteService a rdfs:Class ;
  rdfs:label "Cable Or Satellite Service" ;
  rdfs:comment "A service which provides access to media programming like TV or radio. Access may be via cable or satellite." ;
  rdfs:subClassOf tmc:Service ;
  owl:equivalentClass schema:CableOrSatelliteService .

tmc:CafeOrCoffeeShop a rdfs:Class ;
  rdfs:label "Cafe Or Coffee Shop" ;
  rdfs:comment "A cafe or coffee shop." ;
  rdfs:subClassOf tmc:FoodEstablishment ;
  owl:equivalentClass schema:CafeOrCoffeeShop .

tmc:callSign a rdf:Property ;
  rdfs:label "call Sign" ;
  rdfs:comment "As used in broadcasting and radio communications to identify people, radio and TV stations, or vehicles." ;
  rdfs:subPropertyOf tmc:identifier ;
  schema:domainIncludes tmc:BroadcastService, tmc:Vehicle, tmc:Person ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:callSign .

tmc:calories a rdf:Property ;
  rdfs:label "calories" ;
  rdfs:comment "The number of calories." ;
  schema:domainIncludes tmc:NutritionInformation ;
  schema:rangeIncludes tmc:Energy ;
  owl:equivalentProperty schema:calories .

tmc:Campground a rdfs:Class ;
  rdfs:label "Campground" ;
  rdfs:comment "A camping site, campsite, or [[Campground]] is a place used for overnight stay in the outdoors, typically containing individual [[CampingPitch]] locations. \\n\\n\nIn British English a campsite is an area, usually divided into a number of pitches, where people can camp overnight using tents or camper vans or caravans; this British English use of the word is synonymous with the American English expression campground. In American English the term campsite generally means an area where an individual, family, group, or military unit can pitch a tent or park a camper; a campground may contain many campsites (source: Wikipedia, see [https://en.wikipedia.org/wiki/Campsite](https://en.wikipedia.org/wiki/Campsite)).\\n\\n\n\nSee also the dedicated [document on the use of schema.org for marking up hotels and other forms of accommodations](/docs/hotels.html).\n" ;
  rdfs:subClassOf tmc:LodgingBusiness, tmc:CivicStructure ;
  owl:equivalentClass schema:Campground .

tmc:CampingPitch a rdfs:Class ;
  rdfs:label "Camping Pitch" ;
  rdfs:comment "A [[CampingPitch]] is an individual place for overnight stay in the outdoors, typically being part of a larger camping site, or [[Campground]].\\n\\n\nIn 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.\n(Source: Wikipedia, see [https://en.wikipedia.org/wiki/Campsite](https://en.wikipedia.org/wiki/Campsite).)\\n\\n\nSee also the dedicated [document on the use of schema.org for marking up hotels and other forms of accommodations](/docs/hotels.html).\n" ;
  rdfs:subClassOf tmc:Accommodation ;
  owl:equivalentClass schema:CampingPitch .

tmc:Canal a rdfs:Class ;
  rdfs:label "Canal" ;
  rdfs:comment "A canal, like the Panama Canal." ;
  rdfs:subClassOf tmc:BodyOfWater ;
  owl:equivalentClass schema:Canal .

tmc:CancelAction a rdfs:Class ;
  rdfs:label "Cancel Action" ;
  rdfs:comment "The act of asserting that a future event/action is no longer going to happen.\\n\\nRelated actions:\\n\\n* [[ConfirmAction]]: The antonym of CancelAction." ;
  rdfs:subClassOf tmc:PlanAction ;
  owl:equivalentClass schema:CancelAction .

tmc:candidate a rdf:Property ;
  rdfs:label "candidate" ;
  rdfs:comment "A sub property of object. The candidate subject of this action." ;
  rdfs:subPropertyOf tmc:object ;
  schema:domainIncludes tmc:VoteAction ;
  schema:rangeIncludes tmc:Person ;
  owl:equivalentProperty schema:candidate .

tmc:CapitalMarkets a rdfs:Class ;
  rdfs:label "Capital Markets" ;
  rdfs:comment "Investment banking, brokerages, exchanges, and asset management." ;
  rdfs:subClassOf tmc:IndustryGroup ;
  tmc:instanceOf tmc:IndustryGroupType .

tmc:CapitalMarkets a tmc:IndustryGroupType .

tmc:caption a rdf:Property ;
  rdfs:label "caption" ;
  rdfs:comment "The caption for this object. For downloadable machine formats (closed caption, subtitles etc.) use MediaObject and indicate the [[encodingFormat]]." ;
  schema:domainIncludes tmc:VideoObject, tmc:ImageObject, tmc:AudioObject ;
  schema:rangeIncludes tmc:MediaObject, schema:Text ;
  owl:equivalentProperty schema:caption .

tmc:Car a rdfs:Class ;
  rdfs:label "Car" ;
  rdfs:comment "A car is a wheeled, self-powered motor vehicle used for transportation." ;
  rdfs:subClassOf tmc:Vehicle ;
  owl:equivalentClass schema:Car .

tmc:carbohydrateContent a rdf:Property ;
  rdfs:label "carbohydrate Content" ;
  rdfs:comment "The number of grams of carbohydrates." ;
  schema:domainIncludes tmc:NutritionInformation ;
  schema:rangeIncludes tmc:Mass ;
  owl:equivalentProperty schema:carbohydrateContent .

tmc:CardioDance a rdfs:Class ;
  rdfs:label "Cardio Dance" ;
  rdfs:comment "Cardiovascular dance workouts." ;
  rdfs:subClassOf tmc:StudioActivities .

tmc:Cardiovascular a tmc:MedicalSpecialty ;
  rdfs:label "Cardiovascular" ;
  rdfs:comment "A specific branch of medical science that pertains to diagnosis and treatment of disorders of heart and vasculature." ;
  tmc:instanceOf tmc:MedicalSpecialty .

tmc:CardiovascularExam a tmc:PhysicalExam ;
  rdfs:label "Cardiovascular Exam" ;
  rdfs:comment "Cardiovascular system assessment with clinical examination." ;
  tmc:instanceOf tmc:PhysicalExam .

tmc:CardiovascularHealth a tmc:PlayBenefit ;
  rdfs:label "Cardiovascular Health" ;
  rdfs:comment "Activities that enhance heart health and improve circulation, beneficial for overall cardiovascular fitness." ;
  tmc:instanceOf tmc:PlayBenefit .

tmc:cargoVolume a rdf:Property ;
  rdfs:label "cargo Volume" ;
  rdfs:comment "The available volume for cargo or luggage. For automobiles, this is usually the trunk volume.\\n\\nTypical unit code(s): LTR for liters, FTQ for cubic foot/feet\\n\\nNote: You can use [[minValue]] and [[maxValue]] to indicate ranges." ;
  schema:domainIncludes tmc:Vehicle ;
  schema:rangeIncludes tmc:QuantitativeValue ;
  owl:equivalentProperty schema:cargoVolume .

tmc:carrier a rdf:Property ;
  rdfs:label "carrier" ;
  rdfs:comment "'carrier' is an out-dated term indicating the 'provider' for parcel delivery and flights." ;
  schema:domainIncludes tmc:ParcelDelivery, tmc:Flight ;
  schema:rangeIncludes tmc:Organization ;
  owl:equivalentProperty schema:carrier .

tmc:carrierRequirements a rdf:Property ;
  rdfs:label "carrier Requirements" ;
  rdfs:comment "Specifies specific carrier(s) requirements for the application (e.g. an application may only work on a specific carrier network)." ;
  schema:domainIncludes tmc:MobileApplication ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:carrierRequirements .

tmc:CarUsageType a rdfs:Class, schema:Enumeration ;
  rdfs:label "Car Usage Type" ;
  rdfs:comment "A value indicating a special usage of a car, e.g. commercial rental, driving school, or as a taxi." ;
  rdfs:subClassOf tmc:Enumeration ;
  owl:equivalentClass schema:CarUsageType .

tmc:CaseSeries a tmc:MedicalObservationalStudyDesign ;
  rdfs:label "Case Series" ;
  rdfs:comment "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." ;
  tmc:instanceOf tmc:MedicalObservationalStudyDesign .

tmc:cashBack a rdf:Property ;
  rdfs:label "cash Back" ;
  rdfs:comment "A cardholder benefit that pays the cardholder a small percentage of their net expenditures." ;
  schema:domainIncludes tmc:PaymentCard ;
  schema:rangeIncludes schema:Boolean, schema:Number ;
  owl:equivalentProperty schema:cashBack .

tmc:Casino a rdfs:Class ;
  rdfs:label "Casino" ;
  rdfs:comment "A casino." ;
  rdfs:subClassOf tmc:EntertainmentBusiness ;
  owl:equivalentClass schema:Casino .

tmc:CassetteFormat a tmc:MusicReleaseFormatType ;
  rdfs:label "Cassette Format" ;
  rdfs:comment "CassetteFormat." ;
  tmc:instanceOf tmc:MusicReleaseFormatType .

tmc:catalog a rdf:Property ;
  rdfs:label "catalog" ;
  rdfs:comment "A data catalog which contains this dataset." ;
  schema:domainIncludes tmc:Dataset ;
  schema:rangeIncludes tmc:DataCatalog ;
  owl:equivalentProperty schema:catalog .

tmc:catalogNumber a rdf:Property ;
  rdfs:label "catalog Number" ;
  rdfs:comment "The catalog number for the release." ;
  schema:domainIncludes tmc:MusicRelease ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:catalogNumber .

tmc:category a rdf:Property ;
  rdfs:label "category" ;
  rdfs:comment "A category for the item. Greater signs or slashes can be used to informally indicate a category hierarchy." ;
  schema:domainIncludes tmc:SpecialAnnouncement, tmc:Offer, tmc:ActionAccessSpecification, tmc:Invoice, tmc:Recommendation, tmc:Product, tmc:Service, tmc:PhysicalActivity ;
  schema:rangeIncludes schema:URL, tmc:CategoryCode, schema:Text, tmc:Thing, tmc:PhysicalActivityCategory, tmc:PlayCategory ;
  owl:equivalentProperty schema:category .

tmc:CategoryCode a rdfs:Class ;
  rdfs:label "Category Code" ;
  rdfs:comment "A Category Code." ;
  rdfs:subClassOf tmc:DefinedTerm ;
  owl:equivalentClass schema:CategoryCode .

tmc:CategoryCodeSet a rdfs:Class ;
  rdfs:label "Category Code Set" ;
  rdfs:comment "A set of Category Code values." ;
  rdfs:subClassOf tmc:DefinedTermSet ;
  owl:equivalentClass schema:CategoryCodeSet .

tmc:CatholicChurch a rdfs:Class ;
  rdfs:label "Catholic Church" ;
  rdfs:comment "A Catholic church." ;
  rdfs:subClassOf tmc:Church ;
  owl:equivalentClass schema:CatholicChurch .

tmc:causeOf a rdf:Property ;
  rdfs:label "cause Of" ;
  rdfs:comment "The condition, complication, symptom, sign, etc. caused." ;
  schema:domainIncludes tmc:MedicalCause ;
  schema:rangeIncludes tmc:MedicalEntity ;
  owl:equivalentProperty schema:causeOf .

tmc:CausesHealthAspect a tmc:HealthAspectEnumeration ;
  rdfs:label "Causes Health Aspect" ;
  rdfs:comment "Information about the causes and main actions that gave rise to the topic." ;
  tmc:instanceOf tmc:HealthAspectEnumeration .

tmc:ccRecipient a rdf:Property ;
  rdfs:label "cc Recipient" ;
  rdfs:comment "A sub property of recipient. The recipient copied on a message." ;
  rdfs:subPropertyOf tmc:recipient ;
  schema:domainIncludes tmc:Message ;
  schema:rangeIncludes tmc:Organization, tmc:ContactPoint, tmc:Person ;
  owl:equivalentProperty schema:ccRecipient .

tmc:CDCPMDRecord a rdfs:Class ;
  rdfs:label "CDCPMD Record" ;
  rdfs:comment "A CDCPMDRecord is a data structure representing a record in a CDC tabular data format\n      used for hospital data reporting. See [documentation](/docs/cdc-covid.html) for details, and the linked CDC materials for authoritative\n      definitions used as the source here.\n      " ;
  rdfs:subClassOf tmc:StructuredValue ;
  owl:equivalentClass schema:CDCPMDRecord .

tmc:CDFormat a tmc:MusicReleaseFormatType ;
  rdfs:label "CD Format" ;
  rdfs:comment "CDFormat." ;
  tmc:instanceOf tmc:MusicReleaseFormatType .

tmc:Cemetery a rdfs:Class ;
  rdfs:label "Cemetery" ;
  rdfs:comment "A graveyard." ;
  rdfs:subClassOf tmc:CivicStructure ;
  owl:equivalentClass schema:Cemetery .

tmc:Channel a rdfs:Class ;
  rdfs:label "Channel" ;
  rdfs:comment "A grouping of data by common attributes." ;
  rdfs:subClassOf tmc:Intangible .

tmc:Chapter a rdfs:Class ;
  rdfs:label "Chapter" ;
  rdfs:comment "One of the sections into which a book is divided. A chapter usually has a section number or a name." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:Chapter .

tmc:character a rdf:Property ;
  rdfs:label "character" ;
  rdfs:comment "Fictional person connected with a creative work." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes tmc:Person ;
  owl:equivalentProperty schema:character .

tmc:characterAttribute a rdf:Property ;
  rdfs:label "character Attribute" ;
  rdfs:comment "A piece of data that represents a particular aspect of a fictional character (skill, power, character points, advantage, disadvantage)." ;
  schema:domainIncludes tmc:VideoGameSeries, tmc:Game ;
  schema:rangeIncludes tmc:Thing ;
  owl:equivalentProperty schema:characterAttribute .

tmc:characterName a rdf:Property ;
  rdfs:label "character Name" ;
  rdfs:comment "The name of a character played in some acting or performing role, i.e. in a PerformanceRole." ;
  schema:domainIncludes tmc:PerformanceRole ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:characterName .

tmc:CharitableIncorporatedOrganization a tmc:UKNonprofitType ;
  rdfs:label "Charitable Incorporated Organization" ;
  rdfs:comment "CharitableIncorporatedOrganization: Non-profit type referring to a Charitable Incorporated Organization (UK)." ;
  tmc:instanceOf tmc:UKNonprofitType .

tmc:cheatCode a rdf:Property ;
  rdfs:label "cheat Code" ;
  rdfs:comment "Cheat codes to the game." ;
  schema:domainIncludes tmc:VideoGameSeries, tmc:VideoGame ;
  schema:rangeIncludes tmc:CreativeWork ;
  owl:equivalentProperty schema:cheatCode .

tmc:CheckAction a rdfs:Class ;
  rdfs:label "Check Action" ;
  rdfs:comment "An agent inspects, determines, investigates, inquires, or examines an object's accuracy, quality, condition, or state." ;
  rdfs:subClassOf tmc:FindAction ;
  owl:equivalentClass schema:CheckAction .

tmc:CheckInAction a rdfs:Class ;
  rdfs:label "Check In Action" ;
  rdfs:comment "The act of an agent communicating (service provider, social media, etc) their arrival by registering/confirming for a previously reserved service (e.g. flight check-in) or at a place (e.g. hotel), possibly resulting in a result (boarding pass, etc).\\n\\nRelated actions:\\n\\n* [[CheckOutAction]]: The antonym of CheckInAction.\\n* [[ArriveAction]]: Unlike ArriveAction, CheckInAction implies that the agent is informing/confirming the start of a previously reserved service.\\n* [[ConfirmAction]]: Unlike ConfirmAction, CheckInAction implies that the agent is informing/confirming the *start* of a previously reserved service rather than its validity/existence." ;
  rdfs:subClassOf tmc:CommunicateAction ;
  owl:equivalentClass schema:CheckInAction .

tmc:checkinTime a rdf:Property ;
  rdfs:label "checkin Time" ;
  rdfs:comment "The earliest someone may check into a lodging establishment." ;
  schema:domainIncludes tmc:LodgingBusiness, tmc:LodgingReservation ;
  schema:rangeIncludes schema:DateTime, schema:Time ;
  owl:equivalentProperty schema:checkinTime .

tmc:CheckOutAction a rdfs:Class ;
  rdfs:label "Check Out Action" ;
  rdfs:comment "The act of an agent communicating (service provider, social media, etc) their departure of a previously reserved service (e.g. flight check-in) or place (e.g. hotel).\\n\\nRelated actions:\\n\\n* [[CheckInAction]]: The antonym of CheckOutAction.\\n* [[DepartAction]]: Unlike DepartAction, CheckOutAction implies that the agent is informing/confirming the end of a previously reserved service.\\n* [[CancelAction]]: Unlike CancelAction, CheckOutAction implies that the agent is informing/confirming the end of a previously reserved service." ;
  rdfs:subClassOf tmc:CommunicateAction ;
  owl:equivalentClass schema:CheckOutAction .

tmc:CheckoutPage a rdfs:Class ;
  rdfs:label "Checkout Page" ;
  rdfs:comment "Web page type: Checkout page." ;
  rdfs:subClassOf tmc:WebPage ;
  owl:equivalentClass schema:CheckoutPage .

tmc:checkoutPageURLTemplate a rdf:Property ;
  rdfs:label "checkout Page URL Template" ;
  rdfs:comment "A URL template (RFC 6570) for a checkout page for an offer. This approach allows merchants to specify a URL for online checkout of the offered product, by interpolating parameters such as the logged in user ID, product ID, quantity, discount code etc. Parameter naming and standardization are not specified here." ;
  schema:domainIncludes tmc:Offer ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:checkoutPageURLTemplate .

tmc:checkoutTime a rdf:Property ;
  rdfs:label "checkout Time" ;
  rdfs:comment "The latest someone may check out of a lodging establishment." ;
  schema:domainIncludes tmc:LodgingBusiness, tmc:LodgingReservation ;
  schema:rangeIncludes schema:DateTime, schema:Time ;
  owl:equivalentProperty schema:checkoutTime .

tmc:chemicalComposition a rdf:Property ;
  rdfs:label "chemical Composition" ;
  rdfs:comment "The chemical composition describes the identity and relative ratio of the chemical elements that make up the substance." ;
  schema:domainIncludes tmc:ChemicalSubstance ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:chemicalComposition .

tmc:chemicalRole a rdf:Property ;
  rdfs:label "chemical Role" ;
  rdfs:comment "A role played by the BioChemEntity within a chemical context." ;
  schema:domainIncludes tmc:MolecularEntity, tmc:ChemicalSubstance ;
  schema:rangeIncludes tmc:DefinedTerm ;
  owl:equivalentProperty schema:chemicalRole .

tmc:ChemicalSubstance a rdfs:Class ;
  rdfs:label "Chemical Substance" ;
  rdfs:comment "A chemical substance is 'a portion of matter of constant composition, composed of molecular entities of the same type or of different types' (source: [ChEBI:59999](https://www.ebi.ac.uk/chebi/searchId.do?chebiId=59999))." ;
  rdfs:subClassOf tmc:BioChemEntity ;
  owl:equivalentClass schema:ChemicalSubstance .

tmc:ChildCare a rdfs:Class ;
  rdfs:label "Child Care" ;
  rdfs:comment "A Childcare center." ;
  rdfs:subClassOf tmc:LocalBusiness ;
  tmc:instanceOf tmc:LocalBusinessType ;
  owl:equivalentClass schema:ChildCare .

tmc:ChildCare a tmc:LocalBusinessType .

tmc:childMaxAge a rdf:Property ;
  rdfs:label "child Max Age" ;
  rdfs:comment "Maximal age of the child." ;
  schema:domainIncludes tmc:ParentAudience ;
  schema:rangeIncludes schema:Number ;
  owl:equivalentProperty schema:childMaxAge .

tmc:childMinAge a rdf:Property ;
  rdfs:label "child Min Age" ;
  rdfs:comment "Minimal age of the child." ;
  schema:domainIncludes tmc:ParentAudience ;
  schema:rangeIncludes schema:Number ;
  owl:equivalentProperty schema:childMinAge .

tmc:children a rdf:Property ;
  rdfs:label "children" ;
  rdfs:comment "A child of the person." ;
  schema:domainIncludes tmc:Person ;
  schema:rangeIncludes tmc:Person ;
  owl:equivalentProperty schema:children .

tmc:ChildrensEvent a rdfs:Class ;
  rdfs:label "Childrens Event" ;
  rdfs:comment "Event type: Children's event." ;
  rdfs:subClassOf tmc:Event ;
  owl:equivalentClass schema:ChildrensEvent .

tmc:childTaxon a rdf:Property ;
  rdfs:label "child Taxon" ;
  rdfs:comment "Closest child taxa of the taxon in question." ;
  schema:domainIncludes tmc:Taxon ;
  schema:rangeIncludes schema:Text, tmc:Taxon, schema:URL ;
  schema:inverseOf tmc:parentTaxon ;
  owl:equivalentProperty schema:childTaxon .

tmc:Chiropractic a tmc:MedicineSystem ;
  rdfs:label "Chiropractic" ;
  rdfs:comment "A system of medicine focused on the relationship between the body's structure, mainly the spine, and its functioning." ;
  tmc:instanceOf tmc:MedicineSystem .

tmc:cholesterolContent a rdf:Property ;
  rdfs:label "cholesterol Content" ;
  rdfs:comment "The number of milligrams of cholesterol." ;
  schema:domainIncludes tmc:NutritionInformation ;
  schema:rangeIncludes tmc:Mass ;
  owl:equivalentProperty schema:cholesterolContent .

tmc:ChooseAction a rdfs:Class ;
  rdfs:label "Choose Action" ;
  rdfs:comment "The act of expressing a preference from a set of options or a large or unbounded set of choices/options." ;
  rdfs:subClassOf tmc:AssessAction ;
  owl:equivalentClass schema:ChooseAction .

tmc:Church a rdfs:Class ;
  rdfs:label "Church" ;
  rdfs:comment "A church." ;
  rdfs:subClassOf tmc:PlaceOfWorship ;
  owl:equivalentClass schema:Church .

tmc:circle a rdf:Property ;
  rdfs:label "circle" ;
  rdfs:comment "A circle is the circular region of a specified radius centered at a specified latitude and longitude. A circle is expressed as a pair followed by a radius in meters." ;
  schema:domainIncludes tmc:GeoShape ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:circle .

tmc:citation a rdf:Property ;
  rdfs:label "citation" ;
  rdfs:comment "A citation or reference to another creative work, such as another publication, web page, scholarly article, etc." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes tmc:CreativeWork, schema:Text ;
  owl:equivalentProperty schema:citation .

tmc:City a rdfs:Class ;
  rdfs:label "City" ;
  rdfs:comment "A city or town." ;
  rdfs:subClassOf tmc:AdministrativeArea ;
  owl:equivalentClass schema:City .

tmc:CityHall a rdfs:Class ;
  rdfs:label "City Hall" ;
  rdfs:comment "A city hall." ;
  rdfs:subClassOf tmc:GovernmentBuilding ;
  owl:equivalentClass schema:CityHall .

tmc:CivicStructure a rdfs:Class ;
  rdfs:label "Civic Structure" ;
  rdfs:comment "A public structure, such as a town hall or concert hall." ;
  rdfs:subClassOf tmc:Place ;
  owl:equivalentClass schema:CivicStructure .

tmc:Claim a rdfs:Class ;
  rdfs:label "Claim" ;
  rdfs:comment "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.\n\n  Beyond [[ClaimReview]], the Claim type can be associated with related creative works - for example a [[ScholarlyArticle]] or [[Question]] might be [[about]] some [[Claim]].\n\n  At this time, Schema.org does not define any types of relationship between claims. This is a natural area for future exploration.\n  " ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:Claim .

tmc:claimInterpreter a rdf:Property ;
  rdfs:label "claim Interpreter" ;
  rdfs:comment "For a [[Claim]] interpreted from [[MediaObject]] content\n    sed to indicate a claim contained, implied or refined from the content of a [[MediaObject]]." ;
  schema:domainIncludes tmc:Claim ;
  schema:rangeIncludes tmc:Organization, tmc:Person ;
  owl:equivalentProperty schema:claimInterpreter .

tmc:ClaimReview a rdfs:Class ;
  rdfs:label "Claim Review" ;
  rdfs:comment "A fact-checking review of claims made (or reported) in some creative work (referenced via itemReviewed)." ;
  rdfs:subClassOf tmc:Review ;
  owl:equivalentClass schema:ClaimReview .

tmc:claimReviewed a rdf:Property ;
  rdfs:label "claim Reviewed" ;
  rdfs:comment "A short summary of the specific claims reviewed in a ClaimReview." ;
  schema:domainIncludes tmc:ClaimReview ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:claimReviewed .

tmc:Class a rdfs:Class ;
  rdfs:label "Class" ;
  rdfs:comment "A class, also often called a 'Type'; equivalent to rdfs:Class." ;
  rdfs:subClassOf tmc:Intangible ;
  owl:equivalentClass schema:Class, <http://www.w3.org/2000/01/rdf-schema#Class> .

tmc:ClassEvent a rdfs:Class ;
  rdfs:label "Class" ;
  rdfs:comment "A type of event that is a class." ;
  rdfs:subClassOf tmc:Event ;
  tmc:instanceOf tmc:EventType .

tmc:ClassEvent a tmc:EventType .

tmc:CleaningFee a tmc:PriceComponentTypeEnumeration ;
  rdfs:label "Cleaning Fee" ;
  rdfs:comment "Represents the cleaning fee part of the total price for an offered product, for example a vacation rental." ;
  tmc:instanceOf tmc:PriceComponentTypeEnumeration .

tmc:ClimbingAndParkourGym a rdfs:Class ;
  rdfs:label "Climbing and Parkour Gym" ;
  rdfs:comment "A gym that offers facilities for rock climbing, bouldering, and parkour training, catering to a range of skill levels." ;
  rdfs:subClassOf tmc:SportsActivityLocation ;
  tmc:instanceOf tmc:SportsActivityLocationType .

tmc:ClimbingAndParkourGym a tmc:SportsActivityLocationType .

tmc:clincalPharmacology a rdf:Property ;
  rdfs:label "clincal Pharmacology" ;
  rdfs:comment "Description of the absorption and elimination of drugs, including their concentration (pharmacokinetics, pK) and biological effects (pharmacodynamics, pD)." ;
  schema:domainIncludes tmc:Drug ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:clincalPharmacology .

tmc:clinicalPharmacology a rdf:Property ;
  rdfs:label "clinical Pharmacology" ;
  rdfs:comment "Description of the absorption and elimination of drugs, including their concentration (pharmacokinetics, pK) and biological effects (pharmacodynamics, pD)." ;
  schema:domainIncludes tmc:Drug ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:clinicalPharmacology .

tmc:Clinician a tmc:MedicalAudienceType ;
  rdfs:label "Clinician" ;
  rdfs:comment "Medical clinicians, including practicing physicians and other medical professionals involved in clinical practice." ;
  tmc:instanceOf tmc:MedicalAudienceType .

tmc:Clip a rdfs:Class ;
  rdfs:label "Clip" ;
  rdfs:comment "A short TV or radio program or a segment/part of a program." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:Clip .

tmc:clipNumber a rdf:Property ;
  rdfs:label "clip Number" ;
  rdfs:comment "Position of the clip within an ordered group of clips." ;
  rdfs:subPropertyOf tmc:position ;
  schema:domainIncludes tmc:Clip ;
  schema:rangeIncludes schema:Integer, schema:Text ;
  owl:equivalentProperty schema:clipNumber .

tmc:closes a rdf:Property ;
  rdfs:label "closes" ;
  rdfs:comment "The closing hour of the place or service on the given day(s) of the week." ;
  schema:domainIncludes tmc:OpeningHoursSpecification ;
  schema:rangeIncludes schema:Time ;
  owl:equivalentProperty schema:closes .

tmc:ClothingStore a rdfs:Class ;
  rdfs:label "Clothing Store" ;
  rdfs:comment "A clothing store." ;
  rdfs:subClassOf tmc:Store ;
  owl:equivalentClass schema:ClothingStore .

tmc:coach a rdf:Property ;
  rdfs:label "coach" ;
  rdfs:comment "A person that acts in a coaching role for a sports team." ;
  schema:domainIncludes tmc:SportsTeam ;
  schema:rangeIncludes tmc:Person ;
  owl:equivalentProperty schema:coach .

tmc:code a rdf:Property ;
  rdfs:label "code" ;
  rdfs:comment "A medical code for the entity, taken from a controlled vocabulary or ontology such as ICD-9, DiseasesDB, MeSH, SNOMED-CT, RxNorm, etc." ;
  schema:domainIncludes tmc:MedicalEntity ;
  schema:rangeIncludes tmc:MedicalCode ;
  owl:equivalentProperty schema:code .

tmc:Code a rdfs:Class ;
  rdfs:label "Code" ;
  rdfs:comment "Computer programming source code. Example: Full (compile ready) solutions, code snippet samples, scripts, templates." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:Code .

tmc:codeRepository a rdf:Property ;
  rdfs:label "code Repository" ;
  rdfs:comment "Link to the repository where the un-compiled, human readable code and related code is located (SVN, GitHub, CodePlex)." ;
  schema:domainIncludes tmc:SoftwareSourceCode ;
  schema:rangeIncludes schema:URL ;
  owl:equivalentProperty schema:codeRepository .

tmc:codeSampleType a rdf:Property ;
  rdfs:label "code Sample Type" ;
  rdfs:comment "What type of code sample: full (compile ready) solution, code snippet, inline code, scripts, template." ;
  schema:domainIncludes tmc:SoftwareSourceCode ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:codeSampleType .

tmc:codeValue a rdf:Property ;
  rdfs:label "code Value" ;
  rdfs:comment "A short textual code that uniquely identifies the value." ;
  rdfs:subPropertyOf tmc:termCode ;
  schema:domainIncludes tmc:CategoryCode, tmc:MedicalCode ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:codeValue .

tmc:codingSystem a rdf:Property ;
  rdfs:label "coding System" ;
  rdfs:comment "The coding system, e.g. 'ICD-10'." ;
  schema:domainIncludes tmc:MedicalCode ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:codingSystem .

tmc:CognitiveEnhancement a tmc:PlayBenefit ;
  rdfs:label "Cognitive Enhancement" ;
  rdfs:comment "Activities that sharpen mental faculties, including memory, focus, and problem-solving abilities." ;
  tmc:instanceOf tmc:PlayBenefit .

tmc:CohortStudy a tmc:MedicalObservationalStudyDesign ;
  rdfs:label "Cohort Study" ;
  rdfs:comment "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." ;
  tmc:instanceOf tmc:MedicalObservationalStudyDesign .

tmc:colleague a rdf:Property ;
  rdfs:label "colleague" ;
  rdfs:comment "A colleague of the person." ;
  schema:domainIncludes tmc:Person ;
  schema:rangeIncludes tmc:Person, schema:URL ;
  owl:equivalentProperty schema:colleague .

tmc:colleagues a rdf:Property ;
  rdfs:label "colleagues" ;
  rdfs:comment "A colleague of the person." ;
  schema:domainIncludes tmc:Person ;
  schema:rangeIncludes tmc:Person ;
  owl:equivalentProperty schema:colleagues .

tmc:collection a rdf:Property ;
  rdfs:label "collection" ;
  rdfs:comment "A sub property of object. The collection target of the action." ;
  rdfs:subPropertyOf tmc:object ;
  schema:domainIncludes tmc:UpdateAction ;
  schema:rangeIncludes tmc:Thing ;
  owl:equivalentProperty schema:collection .

tmc:Collection a rdfs:Class ;
  rdfs:label "Collection" ;
  rdfs:comment "A collection of items, e.g. creative works or products." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:Collection .

tmc:CollectionPage a rdfs:Class ;
  rdfs:label "Collection Page" ;
  rdfs:comment "Web page type: Collection page." ;
  rdfs:subClassOf tmc:WebPage ;
  owl:equivalentClass schema:CollectionPage .

tmc:collectionSize a rdf:Property ;
  rdfs:label "collection Size" ;
  rdfs:comment "The number of items in the [[Collection]]." ;
  schema:domainIncludes tmc:Collection ;
  schema:rangeIncludes schema:Integer ;
  owl:equivalentProperty schema:collectionSize .

tmc:CollegeOrUniversity a rdfs:Class ;
  rdfs:label "College Or University" ;
  rdfs:comment "A college, university, or other third-level educational institution." ;
  rdfs:subClassOf tmc:EducationalOrganization ;
  tmc:instanceOf tmc:EducationalOrganizationType ;
  owl:equivalentClass schema:CollegeOrUniversity .

tmc:CollegeOrUniversity a tmc:EducationalOrganizationType .

tmc:color a rdf:Property ;
  rdfs:label "color" ;
  rdfs:comment "The color of the product." ;
  schema:domainIncludes tmc:Product ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:color .

tmc:colorist a rdf:Property ;
  rdfs:label "colorist" ;
  rdfs:comment "The individual who adds color to inked drawings." ;
  schema:domainIncludes tmc:ComicStory, tmc:ComicIssue, tmc:VisualArtwork ;
  schema:rangeIncludes tmc:Person ;
  owl:equivalentProperty schema:colorist .

tmc:ComedyClub a rdfs:Class ;
  rdfs:label "Comedy Club" ;
  rdfs:comment "A comedy club." ;
  rdfs:subClassOf tmc:EntertainmentBusiness ;
  owl:equivalentClass schema:ComedyClub .

tmc:ComedyEvent a rdfs:Class ;
  rdfs:label "Comedy Event" ;
  rdfs:comment "Event type: Comedy event." ;
  rdfs:subClassOf tmc:Event ;
  owl:equivalentClass schema:ComedyEvent .

tmc:ComicCoverArt a rdfs:Class ;
  rdfs:label "Comic Cover Art" ;
  rdfs:comment "The artwork on the cover of a comic." ;
  rdfs:subClassOf tmc:ComicStory, tmc:CoverArt ;
  owl:equivalentClass schema:ComicCoverArt .

tmc:ComicIssue a rdfs:Class ;
  rdfs:label "Comic Issue" ;
  rdfs:comment "Individual comic issues are serially published as\n    \tpart of a larger series. For the sake of consistency, even one-shot issues\n    \tbelong to a series comprised of a single issue. All comic issues can be\n    \tuniquely identified by: the combination of the name and volume number of the\n    \tseries to which the issue belongs; the issue number; and the variant\n    \tdescription of the issue (if any)." ;
  rdfs:subClassOf tmc:PublicationIssue ;
  owl:equivalentClass schema:ComicIssue .

tmc:ComicSeries a rdfs:Class ;
  rdfs:label "Comic Series" ;
  rdfs:comment "A sequential publication of comic stories under a\n    \tunifying title, for example \"The Amazing Spider-Man\" or \"Groo the\n    \tWanderer\"." ;
  rdfs:subClassOf tmc:Periodical ;
  owl:equivalentClass schema:ComicSeries .

tmc:ComicStory a rdfs:Class ;
  rdfs:label "Comic Story" ;
  rdfs:comment "The term \"story\" is any indivisible, re-printable\n    \tunit of a comic, including the interior stories, covers, and backmatter. Most\n    \tcomics have at least two stories: a cover (ComicCoverArt) and an interior story." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:ComicStory .

tmc:comment a rdf:Property ;
  rdfs:label "comment" ;
  rdfs:comment "Comments, typically from users." ;
  schema:domainIncludes tmc:CreativeWork, tmc:RsvpAction ;
  schema:rangeIncludes tmc:Comment ;
  owl:equivalentProperty schema:comment .

tmc:Comment a rdfs:Class ;
  rdfs:label "Comment" ;
  rdfs:comment "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." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:Comment .

tmc:CommentAction a rdfs:Class ;
  rdfs:label "Comment Action" ;
  rdfs:comment "The act of generating a comment about a subject." ;
  rdfs:subClassOf tmc:CommunicateAction ;
  owl:equivalentClass schema:CommentAction .

tmc:commentCount a rdf:Property ;
  rdfs:label "comment Count" ;
  rdfs:comment "The number of comments this CreativeWork (e.g. Article, Question or Answer) has received. This is most applicable to works published in Web sites with commenting system; additional comments may exist elsewhere." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes schema:Integer ;
  owl:equivalentProperty schema:commentCount .

tmc:CommentPermission a tmc:DigitalDocumentPermissionType ;
  rdfs:label "Comment Permission" ;
  rdfs:comment "Permission to add comments to the document." ;
  tmc:instanceOf tmc:DigitalDocumentPermissionType .

tmc:commentText a rdf:Property ;
  rdfs:label "comment Text" ;
  rdfs:comment "The text of the UserComment." ;
  schema:domainIncludes tmc:UserComments ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:commentText .

tmc:commentTime a rdf:Property ;
  rdfs:label "comment Time" ;
  rdfs:comment "The time at which the UserComment was made." ;
  schema:domainIncludes tmc:UserComments ;
  schema:rangeIncludes schema:DateTime, schema:Date ;
  owl:equivalentProperty schema:commentTime .

tmc:CommercialAndProfessionalServices a rdfs:Class ;
  rdfs:label "Commercial & Professional Services" ;
  rdfs:comment "B2B services including consulting, staffing, facilities and business support." ;
  rdfs:subClassOf tmc:IndustryGroup ;
  tmc:instanceOf tmc:IndustryGroupType .

tmc:CommercialAndProfessionalServices a tmc:IndustryGroupType .

tmc:CommunicateAction a rdfs:Class ;
  rdfs:label "Communicate Action" ;
  rdfs:comment "The act of conveying information to another person via a communication medium (instrument) such as speech, email, or telephone conversation." ;
  rdfs:subClassOf tmc:InteractAction ;
  owl:equivalentClass schema:CommunicateAction .

tmc:CommunicationServices a rdfs:Class ;
  rdfs:label "Communication Services" ;
  rdfs:comment "Telecommunications, media, entertainment, and interactive platforms enabling communications and content distribution." ;
  rdfs:subClassOf tmc:IndustrySector ;
  tmc:instanceOf tmc:IndustrySectorType .

tmc:CommunicationServices a tmc:IndustrySectorType .

tmc:CommunityAndSocialServices a rdfs:Class ;
  rdfs:label "Community & Social Services" ;
  rdfs:comment "Marketplaces for community programs, social assistance, non‑profits, and civic engagement." ;
  rdfs:subClassOf tmc:Industry ;
  tmc:instanceOf tmc:IndustryType .

tmc:CommunityAndSocialServices a tmc:IndustryType .

tmc:CommunityAndSocialServicesGroup a rdfs:Class ;
  rdfs:label "Community & Social Services" ;
  rdfs:comment "Community organizations, social assistance, and civic programs." ;
  rdfs:subClassOf tmc:IndustryGroup ;
  tmc:instanceOf tmc:IndustryGroupType .

tmc:CommunityAndSocialServicesGroup a tmc:IndustryGroupType .

tmc:CommunityHealth a tmc:MedicalSpecialty ;
  rdfs:label "Community Health" ;
  rdfs:comment "A field of public health focusing on improving health characteristics of a defined population in relation with their geographical or environment areas." ;
  tmc:instanceOf tmc:MedicalSpecialty .

tmc:Company a tmc:BusinessType ;
  rdfs:label "Company" ;
  tmc:instanceOf tmc:BusinessType .

tmc:competencyRequired a rdf:Property ;
  rdfs:label "competency Required" ;
  rdfs:comment "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." ;
  schema:domainIncludes tmc:EducationalOccupationalCredential, tmc:LearningResource ;
  schema:rangeIncludes schema:Text, schema:URL, tmc:DefinedTerm ;
  owl:equivalentProperty schema:competencyRequired .

tmc:Competition a rdfs:Class ;
  rdfs:label "Competition" ;
  rdfs:subClassOf tmc:PlayActivity, tmc:Event ;
  tmc:instanceOf tmc:EventType .

tmc:Competition a tmc:EventType .

tmc:Competitive a tmc:PlayQuality ;
  rdfs:label "Competitive" ;
  rdfs:comment "Sports or activities where competition is a key element, focusing on performance and winning." ;
  tmc:instanceOf tmc:PlayQuality .

tmc:CompetitiveAthlete a tmc:AthleteType ;
  rdfs:label "Competitive Athlete" ;
  rdfs:comment "An athlete who actively participates in competitive sports, striving for excellence and achievement in their chosen field, whether at local, national, or international levels." ;
  tmc:instanceOf tmc:AthleteType .

tmc:competitor a rdf:Property ;
  rdfs:label "competitor" ;
  rdfs:comment "A competitor in a sports event." ;
  schema:domainIncludes tmc:SportsEvent ;
  schema:rangeIncludes tmc:SportsTeam, tmc:Person ;
  owl:equivalentProperty schema:competitor .

tmc:CompilationAlbum a tmc:MusicAlbumProductionType ;
  rdfs:label "Compilation Album" ;
  rdfs:comment "CompilationAlbum." ;
  tmc:instanceOf tmc:MusicAlbumProductionType .

tmc:Completed a tmc:MedicalStudyStatus ;
  rdfs:label "Completed" ;
  rdfs:comment "Completed." ;
  tmc:instanceOf tmc:MedicalStudyStatus .

tmc:CompletedActionStatus a tmc:ActionStatusType ;
  rdfs:label "Completed Action Status" ;
  rdfs:comment "An action that has already taken place." ;
  tmc:instanceOf tmc:ActionStatusType .

tmc:CompleteDataFeed a rdfs:Class ;
  rdfs:label "Complete Data Feed" ;
  rdfs:comment "A [[CompleteDataFeed]] is a [[DataFeed]] whose standard representation includes content for every item currently in the feed.\n\nThis is the equivalent of Atom's element as defined in Feed Paging and Archiving [RFC 5005](https://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." ;
  rdfs:subClassOf tmc:DataFeed ;
  owl:equivalentClass schema:CompleteDataFeed .

tmc:composer a rdf:Property ;
  rdfs:label "composer" ;
  rdfs:comment "The person or organization who wrote a composition, or who is the composer of a work performed at some event." ;
  schema:domainIncludes tmc:Event, tmc:MusicComposition ;
  schema:rangeIncludes tmc:Organization, tmc:Person ;
  owl:equivalentProperty schema:composer .

tmc:CompoundPriceSpecification a rdfs:Class ;
  rdfs:label "Compound Price Specification" ;
  rdfs:comment "A compound price specification is one that bundles multiple prices that all apply in combination for different dimensions of consumption. Use the name property of the attached unit price specification for indicating the dimension of a price component (e.g. \"electricity\" or \"final cleaning\")." ;
  rdfs:subClassOf tmc:PriceSpecification ;
  owl:equivalentClass schema:CompoundPriceSpecification .

tmc:comprisedOf a rdf:Property ;
  rdfs:label "comprised Of" ;
  rdfs:comment "Specifying something physically contained by something else. Typically used here for the underlying anatomical structures, such as organs, that comprise the anatomical system." ;
  schema:domainIncludes tmc:AnatomicalSystem ;
  schema:rangeIncludes tmc:AnatomicalStructure, tmc:AnatomicalSystem ;
  owl:equivalentProperty schema:comprisedOf .

tmc:computedValueKg a rdf:Property ;
  rdfs:label "computedValueKg" ;
  rdfs:comment "The computed value of the weight in kilograms" ;
  schema:domainIncludes tmc:WeightValue ;
  schema:rangeIncludes schema:Number .

tmc:computedValueMeters a rdf:Property ;
  rdfs:label "computedValueMeters" ;
  rdfs:comment "The computed value of the height in meters" ;
  schema:domainIncludes tmc:HeightValue ;
  schema:rangeIncludes schema:Number .

tmc:ComputerLanguage a rdfs:Class ;
  rdfs:label "Computer Language" ;
  rdfs:comment "This type covers computer programming languages such as Scheme and Lisp, as well as other language-like computer representations. Natural languages are best represented with the [[Language]] type." ;
  rdfs:subClassOf tmc:Intangible ;
  owl:equivalentClass schema:ComputerLanguage .

tmc:ComputerStore a rdfs:Class ;
  rdfs:label "Computer Store" ;
  rdfs:comment "A computer store." ;
  rdfs:subClassOf tmc:Store ;
  owl:equivalentClass schema:ComputerStore .

tmc:conditionsOfAccess a rdf:Property ;
  rdfs:label "conditions Of Access" ;
  rdfs:comment "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.\\n\\nFor example \"Available by appointment from the Reading Room\" or \"Accessible only from logged-in accounts \". " ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:conditionsOfAccess .

tmc:ConfirmAction a rdfs:Class ;
  rdfs:label "Confirm Action" ;
  rdfs:comment "The act of notifying someone that a future event/action is going to happen as expected.\\n\\nRelated actions:\\n\\n* [[CancelAction]]: The antonym of ConfirmAction." ;
  rdfs:subClassOf tmc:InformAction ;
  owl:equivalentClass schema:ConfirmAction .

tmc:confirmationNumber a rdf:Property ;
  rdfs:label "confirmation Number" ;
  rdfs:comment "A number that confirms the given order or payment has been received." ;
  rdfs:subPropertyOf tmc:identifier ;
  schema:domainIncludes tmc:Invoice, tmc:Order ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:confirmationNumber .

tmc:connectedTo a rdf:Property ;
  rdfs:label "connected To" ;
  rdfs:comment "Other anatomical structures to which this structure is connected." ;
  schema:domainIncludes tmc:AnatomicalStructure ;
  schema:rangeIncludes tmc:AnatomicalStructure ;
  owl:equivalentProperty schema:connectedTo .

tmc:Consortium a rdfs:Class ;
  rdfs:label "Consortium" ;
  rdfs:comment "A Consortium is a membership [[Organization]] whose members are typically Organizations." ;
  rdfs:subClassOf tmc:Organization ;
  owl:equivalentClass schema:Consortium .

tmc:constrainingProperty a rdf:Property ;
  rdfs:label "constraining Property" ;
  rdfs:comment "Indicates a property used as a constraint to define a [[StatisticalPopulation]] with respect to the set of entities\n  corresponding to an indicated type (via [[populationType]])." ;
  schema:domainIncludes tmc:StatisticalPopulation ;
  schema:rangeIncludes schema:Integer ;
  owl:equivalentProperty schema:constrainingProperty .

tmc:ConstructionInstallation a tmc:BusinessFunction ;
  rdfs:label "Construction Installation" ;
  rdfs:comment "The act of installing an item (a system, a component, a device, a building, etc.) by the construction process." ;
  tmc:instanceOf tmc:BusinessFunction .

tmc:ConsumeAction a rdfs:Class ;
  rdfs:label "Consume Action" ;
  rdfs:comment "The act of ingesting information/resources/food." ;
  rdfs:subClassOf tmc:Action ;
  owl:equivalentClass schema:ConsumeAction .

tmc:ConsumerDiscretionary a rdfs:Class ;
  rdfs:label "Consumer Discretionary" ;
  rdfs:comment "Consumer cyclical sectors including retail, leisure, travel, autos and services." ;
  rdfs:subClassOf tmc:IndustrySector ;
  tmc:instanceOf tmc:IndustrySectorType .

tmc:ConsumerDiscretionary a tmc:IndustrySectorType .

tmc:ConsumerStaples a rdfs:Class ;
  rdfs:label "Consumer Staples" ;
  rdfs:comment "Staple goods and distribution including food, beverages, tobacco and household products." ;
  rdfs:subClassOf tmc:IndustrySector ;
  tmc:instanceOf tmc:IndustrySectorType .

tmc:ConsumerStaples a tmc:IndustrySectorType .

tmc:contactlessPayment a rdf:Property ;
  rdfs:label "contactless Payment" ;
  rdfs:comment "A secure method for consumers to purchase products or services via debit, credit or smartcards by using RFID or NFC technology." ;
  schema:domainIncludes tmc:PaymentCard ;
  schema:rangeIncludes schema:Boolean ;
  owl:equivalentProperty schema:contactlessPayment .

tmc:contactOption a rdf:Property ;
  rdfs:label "contact Option" ;
  rdfs:comment "An option available on this contact point (e.g. a toll-free number or support for hearing-impaired callers)." ;
  schema:domainIncludes tmc:ContactPoint ;
  schema:rangeIncludes tmc:ContactPointOption ;
  owl:equivalentProperty schema:contactOption .

tmc:ContactPage a rdfs:Class ;
  rdfs:label "Contact Page" ;
  rdfs:comment "Web page type: Contact page." ;
  rdfs:subClassOf tmc:WebPage ;
  owl:equivalentClass schema:ContactPage .

tmc:contactPoint a rdf:Property ;
  rdfs:label "contact Point" ;
  rdfs:comment "A contact point for a person or organization." ;
  schema:domainIncludes tmc:Organization, tmc:Person, tmc:HealthInsurancePlan ;
  schema:rangeIncludes tmc:ContactPoint ;
  owl:equivalentProperty schema:contactPoint .

tmc:ContactPoint a rdfs:Class ;
  rdfs:label "Contact Point" ;
  rdfs:comment "A contact point&#x2014;for example, a Customer Complaints department." ;
  rdfs:subClassOf tmc:StructuredValue ;
  owl:equivalentClass schema:ContactPoint .

tmc:ContactPointOption a rdfs:Class, schema:Enumeration ;
  rdfs:label "Contact Point Option" ;
  rdfs:comment "Enumerated options related to a ContactPoint." ;
  rdfs:subClassOf tmc:Enumeration ;
  owl:equivalentClass schema:ContactPointOption .

tmc:contactPoints a rdf:Property ;
  rdfs:label "contact Points" ;
  rdfs:comment "A contact point for a person or organization." ;
  schema:domainIncludes tmc:Organization, tmc:Person ;
  schema:rangeIncludes tmc:ContactPoint ;
  owl:equivalentProperty schema:contactPoints .

tmc:contactType a rdf:Property ;
  rdfs:label "contact Type" ;
  rdfs:comment "A person or organization can have different contact points, for different purposes. For example, a sales contact point, a PR contact point and so on. This property is used to specify the kind of contact point." ;
  schema:domainIncludes tmc:ContactPoint ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:contactType .

tmc:ContagiousnessHealthAspect a tmc:HealthAspectEnumeration ;
  rdfs:label "Contagiousness Health Aspect" ;
  rdfs:comment "Content about contagion mechanisms and contagiousness information over the topic." ;
  tmc:instanceOf tmc:HealthAspectEnumeration .

tmc:containedIn a rdf:Property ;
  rdfs:label "contained In" ;
  rdfs:comment "The basic containment relation between a place and one that contains it." ;
  schema:domainIncludes tmc:Place ;
  schema:rangeIncludes tmc:Place ;
  owl:equivalentProperty schema:containedIn .

tmc:containedInPlace a rdf:Property ;
  rdfs:label "contained In Place" ;
  rdfs:comment "The basic containment relation between a place and one that contains it." ;
  schema:domainIncludes tmc:Place ;
  schema:rangeIncludes tmc:Place ;
  schema:inverseOf tmc:containsPlace ;
  owl:equivalentProperty schema:containedInPlace .

tmc:containsPlace a rdf:Property ;
  rdfs:label "contains Place" ;
  rdfs:comment "The basic containment relation between a place and another that it contains." ;
  schema:domainIncludes tmc:Place ;
  schema:rangeIncludes tmc:Place ;
  schema:inverseOf tmc:containedInPlace ;
  owl:equivalentProperty schema:containsPlace .

tmc:containsSeason a rdf:Property ;
  rdfs:label "contains Season" ;
  rdfs:comment "A season that is part of the media series." ;
  rdfs:subPropertyOf tmc:hasPart ;
  schema:domainIncludes tmc:TVSeries, tmc:RadioSeries, tmc:VideoGameSeries ;
  schema:rangeIncludes tmc:CreativeWorkSeason ;
  owl:equivalentProperty schema:containsSeason .

tmc:ContentCreatorInfluencer a tmc:PersonType ;
  rdfs:label "Content Creator/Influencer" ;
  rdfs:comment "Individuals who create and distribute content on digital platforms, and have the ability to influence their audience's opinions and behaviors." ;
  tmc:instanceOf tmc:PersonType .

tmc:ContentCreatorInfluencerType a rdfs:Class, schema:Enumeration ;
  rdfs:label "Content Creator/Influencer Type" ;
  rdfs:subClassOf tmc:Enumeration ;
  tmc:enumerationOf tmc:ContentCreatorInfluencer .

tmc:contentLocation a rdf:Property ;
  rdfs:label "content Location" ;
  rdfs:comment "The location depicted or described in the content. For example, the location in a photograph or painting." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes tmc:Place ;
  owl:equivalentProperty schema:contentLocation .

tmc:contentRating a rdf:Property ;
  rdfs:label "content Rating" ;
  rdfs:comment "Official rating of a piece of content&#x2014;for example, 'MPAA PG-13'." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes schema:Text, tmc:Rating ;
  owl:equivalentProperty schema:contentRating .

tmc:contentReferenceTime a rdf:Property ;
  rdfs:label "content Reference Time" ;
  rdfs:comment "The specific time described by a creative work, for works (e.g. articles, video objects etc.) that emphasise a particular moment within an Event." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes schema:DateTime ;
  owl:equivalentProperty schema:contentReferenceTime .

tmc:contentSize a rdf:Property ;
  rdfs:label "content Size" ;
  rdfs:comment "File size in (mega/kilo)bytes." ;
  schema:domainIncludes tmc:MediaObject ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:contentSize .

tmc:contentType a rdf:Property ;
  rdfs:label "content Type" ;
  rdfs:comment "The supported content type(s) for an EntryPoint response." ;
  schema:domainIncludes tmc:EntryPoint ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:contentType .

tmc:contentUrl a rdf:Property ;
  rdfs:label "content Url" ;
  rdfs:comment "Actual bytes of the media object, for example the image file or video file." ;
  schema:domainIncludes tmc:MediaObject ;
  schema:rangeIncludes schema:URL ;
  owl:equivalentProperty schema:contentUrl .

tmc:Continent a rdfs:Class ;
  rdfs:label "Continent" ;
  rdfs:comment "One of the continents (for example, Europe or Africa)." ;
  rdfs:subClassOf tmc:Landform ;
  owl:equivalentClass schema:Continent .

tmc:contraindication a rdf:Property ;
  rdfs:label "contraindication" ;
  rdfs:comment "A contraindication for this therapy." ;
  schema:domainIncludes tmc:MedicalDevice, tmc:MedicalTherapy ;
  schema:rangeIncludes schema:Text, tmc:MedicalContraindication ;
  owl:equivalentProperty schema:contraindication .

tmc:contributor a rdf:Property ;
  rdfs:label "contributor" ;
  rdfs:comment "A secondary contributor to the CreativeWork or Event." ;
  schema:domainIncludes tmc:Event, tmc:CreativeWork ;
  schema:rangeIncludes tmc:Organization, tmc:Person ;
  owl:equivalentProperty schema:contributor .

tmc:ControlAction a rdfs:Class ;
  rdfs:label "Control Action" ;
  rdfs:comment "An agent controls a device or application." ;
  rdfs:subClassOf tmc:Action ;
  owl:equivalentClass schema:ControlAction .

tmc:ConvenienceStore a rdfs:Class ;
  rdfs:label "Convenience Store" ;
  rdfs:comment "A convenience store." ;
  rdfs:subClassOf tmc:Store ;
  owl:equivalentClass schema:ConvenienceStore .

tmc:Conversation a rdfs:Class ;
  rdfs:label "Conversation" ;
  rdfs:comment "One or more messages between organizations or people on a particular topic. Individual messages can be linked to the conversation with isPartOf or hasPart properties." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:Conversation .

tmc:CookAction a rdfs:Class ;
  rdfs:label "Cook Action" ;
  rdfs:comment "The act of producing/preparing food." ;
  rdfs:subClassOf tmc:CreateAction ;
  owl:equivalentClass schema:CookAction .

tmc:cookingMethod a rdf:Property ;
  rdfs:label "cooking Method" ;
  rdfs:comment "The method of cooking, such as Frying, Steaming, ..." ;
  schema:domainIncludes tmc:Recipe ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:cookingMethod .

tmc:cookTime a rdf:Property ;
  rdfs:label "cook Time" ;
  rdfs:comment "The time it takes to actually cook the dish, in [ISO 8601 duration format](http://en.wikipedia.org/wiki/ISO_8601)." ;
  rdfs:subPropertyOf tmc:performTime ;
  schema:domainIncludes tmc:Recipe ;
  schema:rangeIncludes tmc:Duration ;
  owl:equivalentProperty schema:cookTime .

tmc:Cooldown a rdfs:Class ;
  rdfs:label "Cooldown" ;
  rdfs:comment "Performing low-intensity stretching and mobility exercises following a more vigorous workout." ;
  rdfs:subClassOf tmc:ExerciseAndFitness ;
  tmc:instanceOf tmc:PhysicalActivityType .

tmc:Cooldown a tmc:PhysicalActivityType .

tmc:CoOp a tmc:GamePlayMode ;
  rdfs:label "Co Op" ;
  rdfs:comment "Play mode: CoOp. Co-operative games, where you play on the same team with friends." ;
  tmc:instanceOf tmc:GamePlayMode .

tmc:Coordination a tmc:PlayFeature ;
  rdfs:label "Coordination" ;
  rdfs:comment "Activities focusing on synchronized body movements, important for developing harmonized physical actions." ;
  tmc:instanceOf tmc:PlayFeature .

tmc:copyrightHolder a rdf:Property ;
  rdfs:label "copyright Holder" ;
  rdfs:comment "The party holding the legal copyright to the CreativeWork." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes tmc:Organization, tmc:Person ;
  owl:equivalentProperty schema:copyrightHolder .

tmc:copyrightNotice a rdf:Property ;
  rdfs:label "copyright Notice" ;
  rdfs:comment "Text of a notice appropriate for describing the copyright aspects of this Creative Work, ideally indicating the owner of the copyright for the Work." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:copyrightNotice .

tmc:copyrightYear a rdf:Property ;
  rdfs:label "copyright Year" ;
  rdfs:comment "The year during which the claimed copyright for the CreativeWork was first asserted." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes schema:Number ;
  owl:equivalentProperty schema:copyrightYear .

tmc:CoreTraining a rdfs:Class ;
  rdfs:label "Core Training" ;
  rdfs:comment "Core training, exercises that strengthen the muscles of the abdomen, pelvis, and lower back." ;
  rdfs:subClassOf tmc:ExerciseAndFitness ;
  tmc:instanceOf tmc:PhysicalActivityType .

tmc:CoreTraining a tmc:PhysicalActivityType .

tmc:Corporation a rdfs:Class ;
  rdfs:label "Corporation" ;
  rdfs:comment "An organized entity recognized by law, encompassing various types such as startups, non-profits, private and public companies." ;
  rdfs:subClassOf tmc:Organization ;
  owl:equivalentClass schema:Corporation .

tmc:CorporationType a rdfs:Class, schema:Enumeration ;
  rdfs:label "Corporation Type" ;
  rdfs:comment "CorporationType enumerates several kinds of official legal status for a business organization, such as a Company, NGO, or Government agency." ;
  rdfs:subClassOf tmc:Enumeration ;
  owl:equivalentClass schema:CorporationType .

tmc:correction a rdf:Property ;
  rdfs:label "correction" ;
  rdfs:comment "Indicates a correction to a [[CreativeWork]], either via a [[CorrectionComment]], textually or in another document." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes schema:URL, schema:Text, tmc:CorrectionComment ;
  owl:equivalentProperty schema:correction .

tmc:CorrectionComment a rdfs:Class ;
  rdfs:label "Correction Comment" ;
  rdfs:comment "A [[comment]] that corrects [[CreativeWork]]." ;
  rdfs:subClassOf tmc:Comment ;
  owl:equivalentClass schema:CorrectionComment .

tmc:correctionsPolicy a rdf:Property ;
  rdfs:label "corrections Policy" ;
  rdfs:comment "For an [[Organization]] (e.g. [[NewsMediaOrganization]]), a statement describing (in news media, the newsroom’s) disclosure and correction policy for errors." ;
  rdfs:subPropertyOf tmc:publishingPrinciples ;
  schema:domainIncludes tmc:NewsMediaOrganization, tmc:Organization ;
  schema:rangeIncludes schema:URL, tmc:CreativeWork ;
  owl:equivalentProperty schema:correctionsPolicy .

tmc:costCategory a rdf:Property ;
  rdfs:label "cost Category" ;
  rdfs:comment "The category of cost, such as wholesale, retail, reimbursement cap, etc." ;
  schema:domainIncludes tmc:DrugCost ;
  schema:rangeIncludes tmc:DrugCostCategory ;
  owl:equivalentProperty schema:costCategory .

tmc:costCurrency a rdf:Property ;
  rdfs:label "cost Currency" ;
  rdfs:comment "The currency (in 3-letter) of the drug cost. See: http://en.wikipedia.org/wiki/ISO_4217. " ;
  schema:domainIncludes tmc:DrugCost ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:costCurrency .

tmc:costOrigin a rdf:Property ;
  rdfs:label "cost Origin" ;
  rdfs:comment "Additional details to capture the origin of the cost data. For example, 'Medicare Part B'." ;
  schema:domainIncludes tmc:DrugCost ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:costOrigin .

tmc:costPerUnit a rdf:Property ;
  rdfs:label "cost Per Unit" ;
  rdfs:comment "The cost per unit of the drug." ;
  schema:domainIncludes tmc:DrugCost ;
  schema:rangeIncludes schema:Text, tmc:QualitativeValue, schema:Number ;
  owl:equivalentProperty schema:costPerUnit .

tmc:countriesNotSupported a rdf:Property ;
  rdfs:label "countries Not Supported" ;
  rdfs:comment "Countries for which the application is not supported. You can also provide the two-letter ISO 3166-1 alpha-2 country code." ;
  schema:domainIncludes tmc:SoftwareApplication ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:countriesNotSupported .

tmc:countriesSupported a rdf:Property ;
  rdfs:label "countries Supported" ;
  rdfs:comment "Countries for which the application is supported. You can also provide the two-letter ISO 3166-1 alpha-2 country code." ;
  schema:domainIncludes tmc:SoftwareApplication ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:countriesSupported .

tmc:Country a rdfs:Class ;
  rdfs:label "Country" ;
  rdfs:comment "A country." ;
  rdfs:subClassOf tmc:AdministrativeArea ;
  owl:equivalentClass schema:Country .

tmc:countryOfAssembly a rdf:Property ;
  rdfs:label "country Of Assembly" ;
  rdfs:comment "The place where the product was assembled." ;
  schema:domainIncludes tmc:Product ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:countryOfAssembly .

tmc:countryOfLastProcessing a rdf:Property ;
  rdfs:label "country Of Last Processing" ;
  rdfs:comment "The place where the item (typically [[Product]]) was last processed and tested before importation." ;
  schema:domainIncludes tmc:Product ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:countryOfLastProcessing .

tmc:countryOfOrigin a rdf:Property ;
  rdfs:label "country Of Origin" ;
  rdfs:comment "The country of origin of something, including products as well as creative  works such as movie and TV content.\n\nIn the case of TV and movie, this would be the country of the principle offices of the production company or individual responsible for the movie. For other kinds of [[CreativeWork]] it is difficult to provide fully general guidance, and properties such as [[contentLocation]] and [[locationCreated]] may be more applicable.\n\nIn the case of products, the country of origin of the product. The exact interpretation of this may vary by context and product type, and cannot be fully enumerated here." ;
  schema:domainIncludes tmc:TVSeries, tmc:TVSeason, tmc:CreativeWork, tmc:Movie, tmc:TVEpisode, tmc:Product ;
  schema:rangeIncludes tmc:Country ;
  owl:equivalentProperty schema:countryOfOrigin .

tmc:course a rdf:Property ;
  rdfs:label "course" ;
  rdfs:comment "A sub property of location. The course where this action was taken." ;
  rdfs:subPropertyOf tmc:location ;
  schema:domainIncludes tmc:ExerciseAction ;
  schema:rangeIncludes tmc:Place ;
  owl:equivalentProperty schema:course .

tmc:Course a rdfs:Class ;
  rdfs:label "Course" ;
  rdfs:comment "An educational course that can be offered in multiple instances across different times, locations, or delivery methods. Courses consist of educational events or creative works designed to build knowledge, competence, or skills in learners." ;
  rdfs:subClassOf tmc:LearningResource, tmc:CreativeWork, tmc:Listing ;
  tmc:instanceOf tmc:ListingType ;
  owl:equivalentClass schema:Course .

tmc:Course a tmc:ListingType .

tmc:courseCode a rdf:Property ;
  rdfs:label "course Code" ;
  rdfs:comment "The identifier for the [[Course]] used by the course [[provider]] (e.g. CS101 or 6.001)." ;
  schema:domainIncludes tmc:Course ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:courseCode .

tmc:CourseInstance a rdfs:Class ;
  rdfs:label "Course Instance" ;
  rdfs:comment "An instance of a [[Course]] which is distinct from other instances because it is offered at a different time or location or through different media or modes of study or to a specific section of students." ;
  rdfs:subClassOf tmc:Event ;
  owl:equivalentClass schema:CourseInstance .

tmc:courseMode a rdf:Property ;
  rdfs:label "course Mode" ;
  rdfs:comment "The medium or means of delivery of the course instance or the mode of study, either as a text label (e.g. \"online\", \"onsite\" or \"blended\"; \"synchronous\" or \"asynchronous\"; \"full-time\" or \"part-time\") or as a URL reference to a term from a controlled vocabulary (e.g. https://ceds.ed.gov/element/001311#Asynchronous)." ;
  schema:domainIncludes tmc:CourseInstance ;
  schema:rangeIncludes schema:Text, schema:URL ;
  owl:equivalentProperty schema:courseMode .

tmc:coursePrerequisites a rdf:Property ;
  rdfs:label "course Prerequisites" ;
  rdfs:comment "Requirements for taking the Course. May be completion of another [[Course]] or a textual description like \"permission of instructor\". Requirements may be a pre-requisite competency, referenced using [[AlignmentObject]]." ;
  schema:domainIncludes tmc:Course ;
  schema:rangeIncludes tmc:Course, tmc:AlignmentObject, schema:Text ;
  owl:equivalentProperty schema:coursePrerequisites .

tmc:courseType a rdf:Property ;
  rdfs:label "courseType" ;
  rdfs:comment "The type of the course." ;
  schema:domainIncludes tmc:Course ;
  schema:rangeIncludes tmc:CourseTypeEnum .

tmc:CourseTypeEnum a rdfs:Class, schema:Enumeration ;
  rdfs:label "Course Type Enum" ;
  rdfs:comment "An enumeration of different course types." ;
  rdfs:subClassOf tmc:Enumeration .

tmc:courseWorkload a rdf:Property ;
  rdfs:label "course Workload" ;
  rdfs:comment "The amount of work expected of students taking the course, often provided as a figure per week or per month, and may be broken down by type. For example, \"2 hours of lectures, 1 hour of lab work and 3 hours of independent study per week\"." ;
  schema:domainIncludes tmc:CourseInstance ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:courseWorkload .

tmc:Courthouse a rdfs:Class ;
  rdfs:label "Courthouse" ;
  rdfs:comment "A courthouse." ;
  rdfs:subClassOf tmc:GovernmentBuilding ;
  owl:equivalentClass schema:Courthouse .

tmc:CourtSportsVenue a rdfs:Class ;
  rdfs:label "Court Sports Venue" ;
  rdfs:comment "A multi-purpose sports venue that accommodates various court games such as volleyball, badminton, basketball, and pickleball." ;
  rdfs:subClassOf tmc:SportsActivityLocation ;
  tmc:instanceOf tmc:SportsActivityLocationType .

tmc:CourtSportsVenue a tmc:SportsActivityLocationType .

tmc:coverageEndTime a rdf:Property ;
  rdfs:label "coverage End Time" ;
  rdfs:comment "The time when the live blog will stop covering the Event. Note that coverage may continue after the Event concludes." ;
  schema:domainIncludes tmc:LiveBlogPosting ;
  schema:rangeIncludes schema:DateTime ;
  owl:equivalentProperty schema:coverageEndTime .

tmc:coverageStartTime a rdf:Property ;
  rdfs:label "coverage Start Time" ;
  rdfs:comment "The time when the live blog will begin covering the Event. Note that coverage may begin before the Event's start time. The LiveBlogPosting may also be created before coverage begins." ;
  schema:domainIncludes tmc:LiveBlogPosting ;
  schema:rangeIncludes schema:DateTime ;
  owl:equivalentProperty schema:coverageStartTime .

tmc:CoverArt a rdfs:Class ;
  rdfs:label "Cover Art" ;
  rdfs:comment "The artwork on the outer surface of a CreativeWork." ;
  rdfs:subClassOf tmc:VisualArtwork ;
  owl:equivalentClass schema:CoverArt .

tmc:CovidTestingFacility a rdfs:Class ;
  rdfs:label "Covid Testing Facility" ;
  rdfs:comment "A CovidTestingFacility is a [[MedicalClinic]] where testing for the COVID-19 Coronavirus\n      disease is available. If the facility is being made available from an established [[Pharmacy]], [[Hotel]], or other\n      non-medical organization, multiple types can be listed. This makes it easier to re-use existing schema.org information\n      about that place, e.g. contact info, address, opening hours. Note that in an emergency, such information may not always be reliable.\n      " ;
  rdfs:subClassOf tmc:MedicalClinic ;
  owl:equivalentClass schema:CovidTestingFacility .

tmc:CreateAction a rdfs:Class ;
  rdfs:label "Create Action" ;
  rdfs:comment "The act of deliberately creating/producing/generating/building a result out of the agent." ;
  rdfs:subClassOf tmc:Action ;
  owl:equivalentClass schema:CreateAction .

tmc:Creative a tmc:PlayQuality ;
  rdfs:label "Creative" ;
  rdfs:comment "Play that stimulates imagination and innovation, encouraging unique expression and inventiveness." ;
  tmc:instanceOf tmc:PlayQuality .

tmc:CreativeWork a rdfs:Class ;
  rdfs:label "Creative Work" ;
  rdfs:comment "The most generic kind of creative work, including books, movies, photographs, software programs, etc." ;
  rdfs:subClassOf tmc:Thing ;
  owl:equivalentClass schema:CreativeWork .

tmc:CreativeWorkSeason a rdfs:Class ;
  rdfs:label "Creative Work Season" ;
  rdfs:comment "A media season, e.g. TV, radio, video game etc." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:CreativeWorkSeason .

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

tmc:creativeWorkStatus a rdf:Property ;
  rdfs:label "creative Work Status" ;
  rdfs:comment "The status of a creative work in terms of its stage in a lifecycle. Example terms include Incomplete, Draft, Published, Obsolete. Some organizations define a set of terms for the stages of their publication lifecycle." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes tmc:DefinedTerm, schema:Text ;
  owl:equivalentProperty schema:creativeWorkStatus .

tmc:CreativityAndInnovation a tmc:PlayBenefit ;
  rdfs:label "Creativity and Innovation" ;
  rdfs:comment "Activities that stimulate creative thinking and innovative problem-solving, encouraging imaginative and original thought." ;
  tmc:instanceOf tmc:PlayBenefit .

tmc:creator a rdf:Property ;
  rdfs:label "creator" ;
  rdfs:comment "The creator/author of this CreativeWork. This is the same as the Author property for CreativeWork." ;
  schema:domainIncludes tmc:CreativeWork, tmc:UserComments ;
  schema:rangeIncludes tmc:Person, tmc:Organization ;
  owl:equivalentProperty schema:creator .

tmc:credentialCategory a rdf:Property ;
  rdfs:label "credential Category" ;
  rdfs:comment "The category or type of credential being described, for example \"degree”, “certificate”, “badge”, or more specific term." ;
  schema:domainIncludes tmc:EducationalOccupationalCredential ;
  schema:rangeIncludes schema:URL, tmc:DefinedTerm, schema:Text ;
  owl:equivalentProperty schema:credentialCategory .

tmc:CreditCard a rdfs:Class ;
  rdfs:label "Credit Card" ;
  rdfs:comment "A card payment method of a particular brand or name.  Used to mark up a particular payment method and/or the financial product/service that supplies the card account.\\n\\nCommonly used values:\\n\\n* http://purl.org/goodrelations/v1#AmericanExpress\\n* http://purl.org/goodrelations/v1#DinersClub\\n* http://purl.org/goodrelations/v1#Discover\\n* http://purl.org/goodrelations/v1#JCB\\n* http://purl.org/goodrelations/v1#MasterCard\\n* http://purl.org/goodrelations/v1#VISA\n       " ;
  rdfs:subClassOf tmc:LoanOrCredit ;
  tmc:instanceOf tmc:PaymentCard ;
  owl:equivalentClass schema:CreditCard .

tmc:CreditCard a tmc:PaymentCard .

tmc:creditedTo a rdf:Property ;
  rdfs:label "credited To" ;
  rdfs:comment "The group the release is credited to if different than the byArtist. For example, Red and Blue is credited to \"Stefani Germanotta Band\", but by Lady Gaga." ;
  schema:domainIncludes tmc:MusicRelease ;
  schema:rangeIncludes tmc:Person, tmc:Organization ;
  owl:equivalentProperty schema:creditedTo .

tmc:creditText a rdf:Property ;
  rdfs:label "credit Text" ;
  rdfs:comment "Text that can be used to credit person(s) and/or organization(s) associated with a published Creative Work." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:creditText .

tmc:Crematorium a rdfs:Class ;
  rdfs:label "Crematorium" ;
  rdfs:comment "A crematorium." ;
  rdfs:subClassOf tmc:CivicStructure ;
  owl:equivalentClass schema:Crematorium .

tmc:CricketGround a rdfs:Class ;
  rdfs:label "Cricket Ground" ;
  rdfs:comment "A cricket ground is a large grass field with a pitch in the center where cricket matches are played, surrounded by spectator seating." ;
  rdfs:subClassOf tmc:SportsActivityLocation ;
  tmc:instanceOf tmc:SportsActivityLocationType .

tmc:CricketGround a tmc:SportsActivityLocationType .

tmc:CriticReview a rdfs:Class ;
  rdfs:label "Critic Review" ;
  rdfs:comment "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." ;
  rdfs:subClassOf tmc:Review ;
  owl:equivalentClass schema:CriticReview .

tmc:CrossSectional a tmc:MedicalObservationalStudyDesign ;
  rdfs:label "Cross Sectional" ;
  rdfs:comment "Studies carried out on pre-existing data (usually from 'snapshot' surveys), such as that collected by the Census Bureau. Sometimes called Prevalence Studies." ;
  tmc:instanceOf tmc:MedicalObservationalStudyDesign .

tmc:CrossTraining a rdfs:Class ;
  rdfs:label "Cross Training" ;
  rdfs:comment "Exercise that includes any mixture of cardio, strength, and/or flexibility training." ;
  rdfs:subClassOf tmc:ExerciseAndFitness ;
  tmc:instanceOf tmc:PhysicalActivityType .

tmc:CrossTraining a tmc:PhysicalActivityType .

tmc:cssSelector a rdf:Property ;
  rdfs:label "css Selector" ;
  rdfs:comment "A CSS selector, e.g. of a [[SpeakableSpecification]] or [[WebPageElement]]. In the latter case, multiple matches within a page can constitute a single conceptual \"Web page element\"." ;
  schema:domainIncludes tmc:SpeakableSpecification, tmc:WebPageElement ;
  schema:rangeIncludes tmc:CssSelectorType ;
  owl:equivalentProperty schema:cssSelector .

tmc:CssSelectorType a rdfs:Class ;
  rdfs:label "Css Selector Type" ;
  rdfs:comment "Text representing a CSS selector." ;
  rdfs:subClassOf tmc:Text ;
  owl:equivalentClass schema:CssSelectorType .

tmc:CT a tmc:MedicalImagingTechnique ;
  rdfs:label "CT" ;
  rdfs:comment "X-ray computed tomography imaging." ;
  tmc:instanceOf tmc:MedicalImagingTechnique .

tmc:CulturalAwareness a tmc:PlayBenefit ;
  rdfs:label "Cultural Awareness" ;
  rdfs:comment "Play that exposes participants to different cultures and perspectives, enhancing cultural understanding and appreciation." ;
  tmc:instanceOf tmc:PlayBenefit .

tmc:currenciesAccepted a rdf:Property ;
  rdfs:label "currencies Accepted" ;
  rdfs:comment "The currency accepted.\\n\\nUse standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217), e.g. \"USD\"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies, e.g. \"BTC\"; well known names for [Local Exchange Trading Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types, e.g. \"Ithaca HOUR\"." ;
  schema:domainIncludes tmc:LocalBusiness ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:currenciesAccepted .

tmc:currency a rdf:Property ;
  rdfs:label "currency" ;
  rdfs:comment "The currency in which the monetary amount is expressed.\\n\\nUse standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217), e.g. \"USD\"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies, e.g. \"BTC\"; well known names for [Local Exchange Trading Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types, e.g. \"Ithaca HOUR\"." ;
  schema:domainIncludes tmc:LoanOrCredit, tmc:MonetaryAmount, tmc:ExchangeRateSpecification, tmc:DatedMoneySpecification, tmc:MonetaryAmountDistribution ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:currency .

tmc:CurrencyConversionService a rdfs:Class ;
  rdfs:label "Currency Conversion Service" ;
  rdfs:comment "A service to convert funds from one currency to another currency." ;
  rdfs:subClassOf tmc:FinancialProduct ;
  owl:equivalentClass schema:CurrencyConversionService .

tmc:currentExchangeRate a rdf:Property ;
  rdfs:label "current Exchange Rate" ;
  rdfs:comment "The current price of a currency." ;
  schema:domainIncludes tmc:ExchangeRateSpecification ;
  schema:rangeIncludes tmc:UnitPriceSpecification ;
  owl:equivalentProperty schema:currentExchangeRate .

tmc:customer a rdf:Property ;
  rdfs:label "customer" ;
  rdfs:comment "Party placing the order or paying the invoice." ;
  schema:domainIncludes tmc:Invoice, tmc:Order ;
  schema:rangeIncludes tmc:Organization, tmc:Person ;
  owl:equivalentProperty schema:customer .

tmc:customerRemorseReturnFees a rdf:Property ;
  rdfs:label "customer Remorse Return Fees" ;
  rdfs:comment "The type of return fees if the product is returned due to customer remorse." ;
  schema:domainIncludes tmc:MerchantReturnPolicy ;
  schema:rangeIncludes tmc:ReturnFeesEnumeration ;
  owl:equivalentProperty schema:customerRemorseReturnFees .

tmc:customerRemorseReturnLabelSource a rdf:Property ;
  rdfs:label "customer Remorse Return Label Source" ;
  rdfs:comment "The method (from an enumeration) by which the customer obtains a return shipping label for a product returned due to customer remorse." ;
  schema:domainIncludes tmc:MerchantReturnPolicy ;
  schema:rangeIncludes tmc:ReturnLabelSourceEnumeration ;
  owl:equivalentProperty schema:customerRemorseReturnLabelSource .

tmc:customerRemorseReturnShippingFeesAmount a rdf:Property ;
  rdfs:label "customer Remorse Return Shipping Fees Amount" ;
  rdfs:comment "The amount of shipping costs if a product is returned due to customer remorse. Applicable when property [[customerRemorseReturnFees]] equals [[ReturnShippingFees]]." ;
  schema:domainIncludes tmc:MerchantReturnPolicy ;
  schema:rangeIncludes tmc:MonetaryAmount ;
  owl:equivalentProperty schema:customerRemorseReturnShippingFeesAmount .

tmc:cutoffTime a rdf:Property ;
  rdfs:label "cutoff Time" ;
  rdfs:comment "Order cutoff time allows merchants to describe the time after which they will no longer process orders received on that day. For orders processed after cutoff time, one day gets added to the delivery time estimate. This property is expected to be most typically used via the [[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)." ;
  schema:domainIncludes tmc:ShippingDeliveryTime ;
  schema:rangeIncludes schema:Time ;
  owl:equivalentProperty schema:cutoffTime .

tmc:cvdCollectionDate a rdf:Property ;
  rdfs:label "cvd Collection Date" ;
  rdfs:comment "collectiondate - Date for which patient counts are reported." ;
  schema:domainIncludes tmc:CDCPMDRecord ;
  schema:rangeIncludes schema:DateTime, schema:Text ;
  owl:equivalentProperty schema:cvdCollectionDate .

tmc:cvdFacilityCounty a rdf:Property ;
  rdfs:label "cvd Facility County" ;
  rdfs:comment "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." ;
  schema:domainIncludes tmc:CDCPMDRecord ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:cvdFacilityCounty .

tmc:cvdFacilityId a rdf:Property ;
  rdfs:label "cvd Facility Id" ;
  rdfs:comment "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." ;
  schema:domainIncludes tmc:CDCPMDRecord ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:cvdFacilityId .

tmc:cvdNumBeds a rdf:Property ;
  rdfs:label "cvd Num Beds" ;
  rdfs:comment "numbeds - HOSPITAL INPATIENT BEDS: Inpatient beds, including all staffed, licensed, and overflow (surge) beds used for inpatients." ;
  schema:domainIncludes tmc:CDCPMDRecord ;
  schema:rangeIncludes schema:Number ;
  owl:equivalentProperty schema:cvdNumBeds .

tmc:cvdNumBedsOcc a rdf:Property ;
  rdfs:label "cvd Num Beds Occ" ;
  rdfs:comment "numbedsocc - HOSPITAL INPATIENT BED OCCUPANCY: Total number of staffed inpatient beds that are occupied." ;
  schema:domainIncludes tmc:CDCPMDRecord ;
  schema:rangeIncludes schema:Number ;
  owl:equivalentProperty schema:cvdNumBedsOcc .

tmc:cvdNumC19Died a rdf:Property ;
  rdfs:label "cvd Num C19Died" ;
  rdfs:comment "numc19died - DEATHS: Patients with suspected or confirmed COVID-19 who died in the hospital, ED, or any overflow location." ;
  schema:domainIncludes tmc:CDCPMDRecord ;
  schema:rangeIncludes schema:Number ;
  owl:equivalentProperty schema:cvdNumC19Died .

tmc:cvdNumC19HOPats a rdf:Property ;
  rdfs:label "cvd Num C19HO Pats" ;
  rdfs:comment "numc19hopats - HOSPITAL ONSET: Patients hospitalized in an NHSN inpatient care location with onset of suspected or confirmed COVID-19 14 or more days after hospitalization." ;
  schema:domainIncludes tmc:CDCPMDRecord ;
  schema:rangeIncludes schema:Number ;
  owl:equivalentProperty schema:cvdNumC19HOPats .

tmc:cvdNumC19HospPats a rdf:Property ;
  rdfs:label "cvd Num C19Hosp Pats" ;
  rdfs:comment "numc19hosppats - HOSPITALIZED: Patients currently hospitalized in an inpatient care location who have suspected or confirmed COVID-19." ;
  schema:domainIncludes tmc:CDCPMDRecord ;
  schema:rangeIncludes schema:Number ;
  owl:equivalentProperty schema:cvdNumC19HospPats .

tmc:cvdNumC19MechVentPats a rdf:Property ;
  rdfs:label "cvd Num C19Mech Vent Pats" ;
  rdfs:comment "numc19mechventpats - HOSPITALIZED and VENTILATED: Patients hospitalized in an NHSN inpatient care location who have suspected or confirmed COVID-19 and are on a mechanical ventilator." ;
  schema:domainIncludes tmc:CDCPMDRecord ;
  schema:rangeIncludes schema:Number ;
  owl:equivalentProperty schema:cvdNumC19MechVentPats .

tmc:cvdNumC19OFMechVentPats a rdf:Property ;
  rdfs:label "cvd Num C19OF Mech Vent Pats" ;
  rdfs:comment "numc19ofmechventpats - ED/OVERFLOW and VENTILATED: Patients with suspected or confirmed COVID-19 who are in the ED or any overflow location awaiting an inpatient bed and on a mechanical ventilator." ;
  schema:domainIncludes tmc:CDCPMDRecord ;
  schema:rangeIncludes schema:Number ;
  owl:equivalentProperty schema:cvdNumC19OFMechVentPats .

tmc:cvdNumC19OverflowPats a rdf:Property ;
  rdfs:label "cvd Num C19Overflow Pats" ;
  rdfs:comment "numc19overflowpats - ED/OVERFLOW: Patients with suspected or confirmed COVID-19 who are in the ED or any overflow location awaiting an inpatient bed." ;
  schema:domainIncludes tmc:CDCPMDRecord ;
  schema:rangeIncludes schema:Number ;
  owl:equivalentProperty schema:cvdNumC19OverflowPats .

tmc:cvdNumICUBeds a rdf:Property ;
  rdfs:label "cvd Num ICU Beds" ;
  rdfs:comment "numicubeds - ICU BEDS: Total number of staffed inpatient intensive care unit (ICU) beds." ;
  schema:domainIncludes tmc:CDCPMDRecord ;
  schema:rangeIncludes schema:Number ;
  owl:equivalentProperty schema:cvdNumICUBeds .

tmc:cvdNumICUBedsOcc a rdf:Property ;
  rdfs:label "cvd Num ICU Beds Occ" ;
  rdfs:comment "numicubedsocc - ICU BED OCCUPANCY: Total number of staffed inpatient ICU beds that are occupied." ;
  schema:domainIncludes tmc:CDCPMDRecord ;
  schema:rangeIncludes schema:Number ;
  owl:equivalentProperty schema:cvdNumICUBedsOcc .

tmc:cvdNumTotBeds a rdf:Property ;
  rdfs:label "cvd Num Tot Beds" ;
  rdfs:comment "numtotbeds - ALL HOSPITAL BEDS: Total number of all inpatient and outpatient beds, including all staffed, ICU, licensed, and overflow (surge) beds used for inpatients or outpatients." ;
  schema:domainIncludes tmc:CDCPMDRecord ;
  schema:rangeIncludes schema:Number ;
  owl:equivalentProperty schema:cvdNumTotBeds .

tmc:cvdNumVent a rdf:Property ;
  rdfs:label "cvd Num Vent" ;
  rdfs:comment "numvent - MECHANICAL VENTILATORS: Total number of ventilators available." ;
  schema:domainIncludes tmc:CDCPMDRecord ;
  schema:rangeIncludes schema:Number ;
  owl:equivalentProperty schema:cvdNumVent .

tmc:cvdNumVentUse a rdf:Property ;
  rdfs:label "cvd Num Vent Use" ;
  rdfs:comment "numventuse - MECHANICAL VENTILATORS IN USE: Total number of ventilators in use." ;
  schema:domainIncludes tmc:CDCPMDRecord ;
  schema:rangeIncludes schema:Number ;
  owl:equivalentProperty schema:cvdNumVentUse .

tmc:DamagedCondition a tmc:OfferItemCondition ;
  rdfs:label "Damaged Condition" ;
  rdfs:comment "Indicates that the item is damaged." ;
  tmc:instanceOf tmc:OfferItemCondition .

tmc:DanceEvent a rdfs:Class ;
  rdfs:label "Dance Event" ;
  rdfs:comment "Event type: A social dance." ;
  rdfs:subClassOf tmc:Event ;
  owl:equivalentClass schema:DanceEvent .

tmc:DanceGroup a rdfs:Class ;
  rdfs:label "Dance Group" ;
  rdfs:comment "A dance group&#x2014;for example, the Alvin Ailey Dance Theater or Riverdance." ;
  rdfs:subClassOf tmc:PerformingGroup ;
  owl:equivalentClass schema:DanceGroup .

tmc:DanceStudio a rdfs:Class ;
  rdfs:label "Dance Studio" ;
  rdfs:comment "A dance studio is a space for dancers to learn and practice, typically equipped with a smooth floor, mirrors, and barres." ;
  rdfs:subClassOf tmc:SportsActivityLocation ;
  tmc:instanceOf tmc:SportsActivityLocationType .

tmc:DanceStudio a tmc:SportsActivityLocationType .

tmc:DangerousGoodConsideration a tmc:AdultOrientedEnumeration ;
  rdfs:label "Dangerous Good Consideration" ;
  rdfs:comment "The item is dangerous and requires careful handling and/or special training of the user. See also the UN Model Classification defining the 9 classes of dangerous goods such as explosives, gases, flammables, and more." ;
  tmc:instanceOf tmc:AdultOrientedEnumeration .

tmc:DataCatalog a rdfs:Class ;
  rdfs:label "Data Catalog" ;
  rdfs:comment "A collection of datasets." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:DataCatalog, <http://www.w3.org/ns/dcat#Catalog> .

tmc:DataDownload a rdfs:Class ;
  rdfs:label "Data Download" ;
  rdfs:comment "All or part of a [[Dataset]] in downloadable form. " ;
  rdfs:subClassOf tmc:MediaObject ;
  owl:equivalentClass schema:DataDownload, <http://www.w3.org/ns/dcat#Distribution> .

tmc:DataFeed a rdfs:Class ;
  rdfs:label "Data Feed" ;
  rdfs:comment "A single feed providing structured information about one or more entities or topics." ;
  rdfs:subClassOf tmc:Dataset ;
  owl:equivalentClass schema:DataFeed .

tmc:dataFeedElement a rdf:Property ;
  rdfs:label "data Feed Element" ;
  rdfs:comment "An item within a data feed. Data feeds may have many elements." ;
  schema:domainIncludes tmc:DataFeed ;
  schema:rangeIncludes schema:Text, tmc:Thing, tmc:DataFeedItem ;
  owl:equivalentProperty schema:dataFeedElement .

tmc:DataFeedItem a rdfs:Class ;
  rdfs:label "Data Feed Item" ;
  rdfs:comment "A single item within a larger data feed." ;
  rdfs:subClassOf tmc:Intangible ;
  owl:equivalentClass schema:DataFeedItem .

tmc:dataset a rdf:Property ;
  rdfs:label "dataset" ;
  rdfs:comment "A dataset contained in this catalog." ;
  schema:domainIncludes tmc:DataCatalog ;
  schema:rangeIncludes tmc:Dataset ;
  schema:inverseOf tmc:includedInDataCatalog ;
  owl:equivalentProperty schema:dataset .

tmc:Dataset a rdfs:Class ;
  rdfs:label "Dataset" ;
  rdfs:comment "A body of structured information describing some topic(s) of interest." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:Dataset, <http://purl.org/dc/dcmitype/Dataset>, <http://www.w3.org/ns/dcat#Dataset>, <http://rdfs.org/ns/void#Dataset> .

tmc:datasetTimeInterval a rdf:Property ;
  rdfs:label "dataset Time Interval" ;
  rdfs:comment "The range of temporal applicability of a dataset, e.g. for a 2011 census dataset, the year 2011 (in ISO 8601 time interval format)." ;
  schema:domainIncludes tmc:Dataset ;
  schema:rangeIncludes schema:DateTime ;
  owl:equivalentProperty schema:datasetTimeInterval .

tmc:DataType a rdfs:Class ;
  rdfs:label "Data Type" ;
  rdfs:comment "The basic data types such as Integers, Strings, etc." ;
  rdfs:subClassOf tmc:Class ;
  owl:equivalentClass schema:DataType .

tmc:dateCreated a rdf:Property ;
  rdfs:label "date Created" ;
  rdfs:comment "The date on which the CreativeWork was created or the item was added to a DataFeed." ;
  schema:domainIncludes tmc:CreativeWork, tmc:DataFeedItem, tmc:StatusChange ;
  schema:rangeIncludes schema:DateTime, schema:Date ;
  owl:equivalentProperty schema:dateCreated .

tmc:dateDeleted a rdf:Property ;
  rdfs:label "date Deleted" ;
  rdfs:comment "The datetime the item was removed from the DataFeed." ;
  schema:domainIncludes tmc:DataFeedItem ;
  schema:rangeIncludes schema:Date, schema:DateTime ;
  owl:equivalentProperty schema:dateDeleted .

tmc:DatedMoneySpecification a rdfs:Class ;
  rdfs:label "Dated Money Specification" ;
  rdfs:comment "A DatedMoneySpecification represents monetary values with optional start and end dates. For example, this could represent an employee's salary over a specific period of time. __Note:__ This type has been superseded by [[MonetaryAmount]], use of that type is recommended." ;
  rdfs:subClassOf tmc:StructuredValue ;
  owl:equivalentClass schema:DatedMoneySpecification .

tmc:dateIssued a rdf:Property ;
  rdfs:label "date Issued" ;
  rdfs:comment "The date the ticket was issued." ;
  schema:domainIncludes tmc:Ticket ;
  schema:rangeIncludes schema:Date, schema:DateTime ;
  owl:equivalentProperty schema:dateIssued .

tmc:dateline a rdf:Property ;
  rdfs:label "dateline" ;
  rdfs:comment "A [dateline](https://en.wikipedia.org/wiki/Dateline) is a brief piece of text included in news articles that describes where and when the story was written or filed though the date is often omitted. Sometimes only a placename is provided.\n\nStructured 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]].\n\nDateline 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\".\n      " ;
  schema:domainIncludes tmc:NewsArticle ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:dateline .

tmc:dateModified a rdf:Property ;
  rdfs:label "date Modified" ;
  rdfs:comment "The date on which the CreativeWork was most recently modified or when the item's entry was modified within a DataFeed." ;
  schema:domainIncludes tmc:CreativeWork, tmc:DataFeedItem ;
  schema:rangeIncludes schema:DateTime, schema:Date ;
  owl:equivalentProperty schema:dateModified .

tmc:datePosted a rdf:Property ;
  rdfs:label "date Posted" ;
  rdfs:comment "Publication date of an online listing." ;
  schema:domainIncludes tmc:SpecialAnnouncement, tmc:JobPosting, tmc:CDCPMDRecord, tmc:RealEstateListing ;
  schema:rangeIncludes schema:DateTime, schema:Date ;
  owl:equivalentProperty schema:datePosted .

tmc:datePublished a rdf:Property ;
  rdfs:label "date Published" ;
  rdfs:comment "Date of first broadcast/publication." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes schema:DateTime, schema:Date ;
  owl:equivalentProperty schema:datePublished .

tmc:dateRead a rdf:Property ;
  rdfs:label "date Read" ;
  rdfs:comment "The date/time at which the message has been read by the recipient if a single recipient exists." ;
  schema:domainIncludes tmc:Message ;
  schema:rangeIncludes schema:DateTime, schema:Date ;
  owl:equivalentProperty schema:dateRead .

tmc:dateReceived a rdf:Property ;
  rdfs:label "date Received" ;
  rdfs:comment "The date/time the message was received if a single recipient exists." ;
  schema:domainIncludes tmc:Message ;
  schema:rangeIncludes schema:DateTime ;
  owl:equivalentProperty schema:dateReceived .

tmc:dateSent a rdf:Property ;
  rdfs:label "date Sent" ;
  rdfs:comment "The date/time at which the message was sent." ;
  schema:domainIncludes tmc:Message ;
  schema:rangeIncludes schema:DateTime ;
  owl:equivalentProperty schema:dateSent .

tmc:dateVehicleFirstRegistered a rdf:Property ;
  rdfs:label "date Vehicle First Registered" ;
  rdfs:comment "The date of the first registration of the vehicle with the respective public authorities." ;
  schema:domainIncludes tmc:Vehicle ;
  schema:rangeIncludes schema:Date ;
  owl:equivalentProperty schema:dateVehicleFirstRegistered .

tmc:dayOfWeek a rdf:Property ;
  rdfs:label "day Of Week" ;
  rdfs:comment "The day of the week for which these opening hours are valid." ;
  schema:domainIncludes tmc:EducationalOccupationalProgram, tmc:OpeningHoursSpecification ;
  schema:rangeIncludes tmc:DayOfWeek ;
  owl:equivalentProperty schema:dayOfWeek .

tmc:DayOfWeek a rdfs:Class, schema:Enumeration ;
  rdfs:label "Day Of Week" ;
  rdfs:comment "The day of the week, e.g. used to specify to which day the opening hours of an OpeningHoursSpecification refer.\n\nOriginally, URLs from GoodRelations 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." ;
  rdfs:subClassOf tmc:Enumeration ;
  owl:equivalentClass schema:DayOfWeek .

tmc:DaySpa a rdfs:Class ;
  rdfs:label "Day Spa" ;
  rdfs:comment "A day spa." ;
  rdfs:subClassOf tmc:HealthAndBeautyBusiness ;
  owl:equivalentClass schema:DaySpa .

tmc:DDxElement a rdfs:Class ;
  rdfs:label "D Dx Element" ;
  rdfs:comment "An alternative, closely-related condition typically considered later in the differential diagnosis process along with the signs that are used to distinguish it." ;
  rdfs:subClassOf tmc:MedicalIntangible ;
  owl:equivalentClass schema:DDxElement .

tmc:DeactivateAction a rdfs:Class ;
  rdfs:label "Deactivate Action" ;
  rdfs:comment "The act of stopping or deactivating a device or application (e.g. stopping a timer or turning off a flashlight)." ;
  rdfs:subClassOf tmc:ControlAction ;
  owl:equivalentClass schema:DeactivateAction .

tmc:deathDate a rdf:Property ;
  rdfs:label "death Date" ;
  rdfs:comment "Date of death." ;
  schema:domainIncludes tmc:Person ;
  schema:rangeIncludes schema:Date ;
  owl:equivalentProperty schema:deathDate .

tmc:deathPlace a rdf:Property ;
  rdfs:label "death Place" ;
  rdfs:comment "The place where the person died." ;
  schema:domainIncludes tmc:Person ;
  schema:rangeIncludes tmc:Place ;
  owl:equivalentProperty schema:deathPlace .

tmc:DecontextualizedContent a tmc:MediaManipulationRatingEnumeration ;
  rdfs:label "Decontextualized Content" ;
  rdfs:comment "Content coded 'missing context' in a MediaReview, considered in the context of how it was published or shared.\n\nFor a VideoObject to be 'missing context': Presenting unaltered video in an inaccurate manner that misrepresents the footage. For example, using incorrect dates or locations, altering the transcript or sharing brief clips from a longer video to mislead viewers. (A video rated 'original' can also be missing context.)\n\nFor an ImageObject to be 'missing context': Presenting unaltered images in an inaccurate manner to misrepresent the image and mislead the viewer. For example, a common tactic is using an unaltered image but saying it came from a different time or place. (An image rated 'original' can also be missing context.)\n\nFor an ImageObject with embedded text to be 'missing context': An unaltered image presented in an inaccurate manner to misrepresent the image and mislead the viewer. For example, a common tactic is using an unaltered image but saying it came from a different time or place. (An 'original' image with inaccurate text would generally fall in this category.)\n\nFor an AudioObject to be 'missing context': Unaltered audio presented in an inaccurate manner that misrepresents it. For example, using incorrect dates or locations, or sharing brief clips from a longer recording to mislead viewers. (Audio rated “original” can also be missing context.)" ;
  tmc:instanceOf tmc:MediaManipulationRatingEnumeration .

tmc:defaultValue a rdf:Property ;
  rdfs:label "default Value" ;
  rdfs:comment "The default value of the input.  For properties that expect a literal, the default is a literal value, for properties that expect an object, it's an ID reference to one of the current values." ;
  schema:domainIncludes tmc:PropertyValueSpecification ;
  schema:rangeIncludes tmc:Thing, schema:Text ;
  owl:equivalentProperty schema:defaultValue .

tmc:DefenceEstablishment a rdfs:Class ;
  rdfs:label "Defence Establishment" ;
  rdfs:comment "A defence establishment, such as an army or navy base." ;
  rdfs:subClassOf tmc:GovernmentBuilding ;
  owl:equivalentClass schema:DefenceEstablishment .

tmc:DefinedRegion a rdfs:Class ;
  rdfs:label "Defined Region" ;
  rdfs:comment "A DefinedRegion is a geographic area defined by potentially arbitrary (rather than political, administrative or natural geographical) criteria. Properties are provided for defining a region by reference to sets of postal codes.\n\nExamples: a delivery destination when shopping. Region where regional pricing is configured.\n\nRequirement 1:\nCountry: US\nStates: \"NY\", \"CA\"\n\nRequirement 2:\nCountry: US\nPostalCode Set: { [94000-94585], [97000, 97999], [13000, 13599]}\n{ [12345, 12345], [78945, 78945], }\nRegion = state, canton, prefecture, autonomous community...\n" ;
  rdfs:subClassOf tmc:StructuredValue ;
  owl:equivalentClass schema:DefinedRegion .

tmc:DefinedTerm a rdfs:Class ;
  rdfs:label "Defined Term" ;
  rdfs:comment "A word, name, acronym, phrase, etc. with a formal definition. Often used in the context of category or subject classification, glossaries or dictionaries, product or creative work types, etc. Use the name property for the term being defined, use termCode if the term has an alpha-numeric code allocated, use description to provide the definition of the term." ;
  rdfs:subClassOf tmc:Intangible ;
  owl:equivalentClass schema:DefinedTerm .

tmc:DefinedTermSet a rdfs:Class ;
  rdfs:label "Defined Term Set" ;
  rdfs:comment "A set of defined terms, for example a set of categories or a classification scheme, a glossary, dictionary or enumeration." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:DefinedTermSet .

tmc:DefinitiveLegalValue a tmc:LegalValueLevel ;
  rdfs:label "Definitive Legal Value" ;
  rdfs:comment "Indicates a document for which the text is conclusively what the law says and is legally binding. (E.g. the digitally signed version of an Official Journal.)\n  Something \"Definitive\" is considered to be also AuthoritativeLegalValue." ;
  tmc:instanceOf tmc:LegalValueLevel .

tmc:DeleteAction a rdfs:Class ;
  rdfs:label "Delete Action" ;
  rdfs:comment "The act of editing a recipient by removing one of its objects." ;
  rdfs:subClassOf tmc:UpdateAction ;
  owl:equivalentClass schema:DeleteAction .

tmc:deliveryAddress a rdf:Property ;
  rdfs:label "delivery Address" ;
  rdfs:comment "Destination address." ;
  schema:domainIncludes tmc:ParcelDelivery ;
  schema:rangeIncludes tmc:PostalAddress ;
  owl:equivalentProperty schema:deliveryAddress .

tmc:DeliveryChargeSpecification a rdfs:Class ;
  rdfs:label "Delivery Charge Specification" ;
  rdfs:comment "The price for the delivery of an offer using a particular delivery method." ;
  rdfs:subClassOf tmc:PriceSpecification ;
  owl:equivalentClass schema:DeliveryChargeSpecification .

tmc:DeliveryEvent a rdfs:Class ;
  rdfs:label "Delivery Event" ;
  rdfs:comment "An event involving the delivery of an item." ;
  rdfs:subClassOf tmc:Event ;
  owl:equivalentClass schema:DeliveryEvent .

tmc:deliveryLeadTime a rdf:Property ;
  rdfs:label "delivery Lead Time" ;
  rdfs:comment "The typical delay between the receipt of the order and the goods either leaving the warehouse or being prepared for pickup, in case the delivery method is on site pickup." ;
  schema:domainIncludes tmc:Offer, tmc:Demand ;
  schema:rangeIncludes tmc:QuantitativeValue ;
  owl:equivalentProperty schema:deliveryLeadTime .

tmc:deliveryMethod a rdf:Property ;
  rdfs:label "delivery Method" ;
  rdfs:comment "A sub property of instrument. The method of delivery." ;
  rdfs:subPropertyOf tmc:instrument ;
  schema:domainIncludes tmc:TrackAction, tmc:ReceiveAction, tmc:SendAction, tmc:OrderAction ;
  schema:rangeIncludes tmc:DeliveryMethod ;
  owl:equivalentProperty schema:deliveryMethod .

tmc:DeliveryMethod a rdfs:Class, schema:Enumeration ;
  rdfs:label "Delivery Method" ;
  rdfs:comment "A delivery method is a standardized procedure for transferring the product or service to the destination of fulfillment chosen by the customer. Delivery methods are characterized by the means of transportation used, and by the organization or group that is the contracting party for the sending organization or person." ;
  rdfs:subClassOf tmc:Enumeration ;
  owl:equivalentClass schema:DeliveryMethod .

tmc:deliveryStatus a rdf:Property ;
  rdfs:label "delivery Status" ;
  rdfs:comment "New entry added as the package passes through each leg of its journey (from shipment to final delivery)." ;
  schema:domainIncludes tmc:ParcelDelivery ;
  schema:rangeIncludes tmc:DeliveryEvent ;
  owl:equivalentProperty schema:deliveryStatus .

tmc:deliveryTime a rdf:Property ;
  rdfs:label "delivery Time" ;
  rdfs:comment "The total delay between the receipt of the order and the goods reaching the final customer." ;
  schema:domainIncludes tmc:OfferShippingDetails, tmc:DeliveryTimeSettings ;
  schema:rangeIncludes tmc:ShippingDeliveryTime ;
  owl:equivalentProperty schema:deliveryTime .

tmc:DeliveryTimeSettings a rdfs:Class ;
  rdfs:label "Delivery Time Settings" ;
  rdfs:comment "A DeliveryTimeSettings represents re-usable pieces of shipping information, relating to timing. It is designed for publication on an URL that may be referenced via the [[shippingSettingsLink]] property of an [[OfferShippingDetails]]. Several occurrences can be published, distinguished (and identified/referenced) by their different values for [[transitTimeLabel]]." ;
  rdfs:subClassOf tmc:StructuredValue ;
  owl:equivalentClass schema:DeliveryTimeSettings .

tmc:Demand a rdfs:Class ;
  rdfs:label "Demand" ;
  rdfs:comment "A demand entity represents the public, not necessarily binding, not necessarily exclusive, announcement by an organization or person to seek a certain type of goods or services. For describing demand using this type, the very same properties used for Offer apply." ;
  rdfs:subClassOf tmc:Intangible ;
  owl:equivalentClass schema:Demand .

tmc:DemoAlbum a tmc:MusicAlbumProductionType ;
  rdfs:label "Demo Album" ;
  rdfs:comment "DemoAlbum." ;
  tmc:instanceOf tmc:MusicAlbumProductionType .

tmc:DemoGameAvailability a tmc:GameAvailabilityEnumeration ;
  rdfs:label "Demo Game Availability" ;
  rdfs:comment "Indicates demo game availability, i.e. a somehow limited demonstration of the full game." ;
  tmc:instanceOf tmc:GameAvailabilityEnumeration .

tmc:Dentist a rdfs:Class ;
  rdfs:label "Dentist" ;
  rdfs:comment "A dentist." ;
  rdfs:subClassOf tmc:LocalBusiness, tmc:MedicalOrganization, tmc:MedicalBusiness ;
  owl:equivalentClass schema:Dentist .

tmc:Dentistry a tmc:MedicalSpecialty ;
  rdfs:label "Dentistry" ;
  rdfs:comment "A branch of medicine that is involved in the dental care." ;
  tmc:instanceOf tmc:MedicalSpecialty .

tmc:DepartAction a rdfs:Class ;
  rdfs:label "Depart Action" ;
  rdfs:comment "The act of  departing from a place. An agent departs from a fromLocation for a destination, optionally with participants." ;
  rdfs:subClassOf tmc:MoveAction ;
  owl:equivalentClass schema:DepartAction .

tmc:department a rdf:Property ;
  rdfs:label "department" ;
  rdfs:comment "A relationship between an organization and a department of that organization, also described as an organization (allowing different urls, logos, opening hours). For example: a store with a pharmacy, or a bakery with a cafe." ;
  schema:domainIncludes tmc:Organization ;
  schema:rangeIncludes tmc:Organization ;
  owl:equivalentProperty schema:department .

tmc:DepartmentStore a rdfs:Class ;
  rdfs:label "Department Store" ;
  rdfs:comment "A department store." ;
  rdfs:subClassOf tmc:Store ;
  owl:equivalentClass schema:DepartmentStore .

tmc:departureAirport a rdf:Property ;
  rdfs:label "departure Airport" ;
  rdfs:comment "The airport where the flight originates." ;
  schema:domainIncludes tmc:Flight ;
  schema:rangeIncludes tmc:Airport ;
  owl:equivalentProperty schema:departureAirport .

tmc:departureBoatTerminal a rdf:Property ;
  rdfs:label "departure Boat Terminal" ;
  rdfs:comment "The terminal or port from which the boat departs." ;
  schema:domainIncludes tmc:BoatTrip ;
  schema:rangeIncludes tmc:BoatTerminal ;
  owl:equivalentProperty schema:departureBoatTerminal .

tmc:departureBusStop a rdf:Property ;
  rdfs:label "departure Bus Stop" ;
  rdfs:comment "The stop or station from which the bus departs." ;
  schema:domainIncludes tmc:BusTrip ;
  schema:rangeIncludes tmc:BusStop, tmc:BusStation ;
  owl:equivalentProperty schema:departureBusStop .

tmc:departureGate a rdf:Property ;
  rdfs:label "departure Gate" ;
  rdfs:comment "Identifier of the flight's departure gate." ;
  schema:domainIncludes tmc:Flight ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:departureGate .

tmc:departurePlatform a rdf:Property ;
  rdfs:label "departure Platform" ;
  rdfs:comment "The platform from which the train departs." ;
  schema:domainIncludes tmc:TrainTrip ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:departurePlatform .

tmc:departureStation a rdf:Property ;
  rdfs:label "departure Station" ;
  rdfs:comment "The station from which the train departs." ;
  schema:domainIncludes tmc:TrainTrip ;
  schema:rangeIncludes tmc:TrainStation ;
  owl:equivalentProperty schema:departureStation .

tmc:departureTerminal a rdf:Property ;
  rdfs:label "departure Terminal" ;
  rdfs:comment "Identifier of the flight's departure terminal." ;
  schema:domainIncludes tmc:Flight ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:departureTerminal .

tmc:departureTime a rdf:Property ;
  rdfs:label "departure Time" ;
  rdfs:comment "The expected departure time." ;
  schema:domainIncludes tmc:Trip ;
  schema:rangeIncludes schema:Time, schema:DateTime ;
  owl:equivalentProperty schema:departureTime .

tmc:dependencies a rdf:Property ;
  rdfs:label "dependencies" ;
  rdfs:comment "Prerequisites needed to fulfill steps in article." ;
  schema:domainIncludes tmc:TechArticle ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:dependencies .

tmc:DepositAccount a rdfs:Class ;
  rdfs:label "Deposit Account" ;
  rdfs:comment "A type of Bank Account with a main purpose of depositing funds to gain interest or other benefits." ;
  rdfs:subClassOf tmc:BankAccount, tmc:InvestmentOrDeposit ;
  owl:equivalentClass schema:DepositAccount .

tmc:depth a rdf:Property ;
  rdfs:label "depth" ;
  rdfs:comment "The depth of the item." ;
  schema:domainIncludes tmc:VisualArtwork, tmc:Product, tmc:OfferShippingDetails ;
  schema:rangeIncludes tmc:QuantitativeValue, tmc:Distance ;
  owl:equivalentProperty schema:depth .

tmc:Dermatologic a tmc:MedicalSpecialty ;
  rdfs:label "Dermatologic" ;
  rdfs:comment "Something relating to or practicing dermatology." ;
  tmc:instanceOf tmc:MedicalSpecialty .

tmc:Dermatology a tmc:MedicalSpecialty ;
  rdfs:label "Dermatology" ;
  rdfs:comment "A specific branch of medical science that pertains to diagnosis and treatment of disorders of skin." ;
  tmc:instanceOf tmc:MedicalSpecialty .

tmc:description a rdf:Property ;
  rdfs:label "description" ;
  rdfs:comment "A description of the item." ;
  schema:domainIncludes tmc:Thing ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:description, <http://purl.org/dc/terms/description> .

tmc:DesktopWebPlatform a tmc:DigitalPlatformEnumeration ;
  rdfs:label "Desktop Web Platform" ;
  rdfs:comment "Represents the broad notion of 'desktop' browsers as a Web Platform." ;
  tmc:instanceOf tmc:DigitalPlatformEnumeration .

tmc:device a rdf:Property ;
  rdfs:label "device" ;
  rdfs:comment "Device required to run the application. Used in cases where a specific make/model is required to run the application." ;
  schema:domainIncludes tmc:SoftwareApplication ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:device .

tmc:DiabeticDiet a tmc:RestrictedDiet ;
  rdfs:label "Diabetic Diet" ;
  rdfs:comment "A diet appropriate for people with diabetes." ;
  tmc:instanceOf tmc:RestrictedDiet .

tmc:diagnosis a rdf:Property ;
  rdfs:label "diagnosis" ;
  rdfs:comment "One or more alternative conditions considered in the differential diagnosis process as output of a diagnosis process." ;
  schema:domainIncludes tmc:DDxElement, tmc:Patient ;
  schema:rangeIncludes tmc:MedicalCondition ;
  owl:equivalentProperty schema:diagnosis .

tmc:Diagnostic a tmc:MedicalDevicePurpose ;
  rdfs:label "Diagnostic" ;
  rdfs:comment "A medical device used for diagnostic purposes." ;
  tmc:instanceOf tmc:MedicalDevicePurpose .

tmc:DiagnosticLab a rdfs:Class ;
  rdfs:label "Diagnostic Lab" ;
  rdfs:comment "A medical laboratory that offers on-site or off-site diagnostic services." ;
  rdfs:subClassOf tmc:MedicalOrganization ;
  owl:equivalentClass schema:DiagnosticLab .

tmc:DiagnosticProcedure a rdfs:Class ;
  rdfs:label "Diagnostic Procedure" ;
  rdfs:comment "A medical procedure intended primarily for diagnostic, as opposed to therapeutic, purposes." ;
  rdfs:subClassOf tmc:MedicalProcedure ;
  owl:equivalentClass schema:DiagnosticProcedure .

tmc:diagram a rdf:Property ;
  rdfs:label "diagram" ;
  rdfs:comment "An image containing a diagram that illustrates the structure and/or its component substructures and/or connections with other structures." ;
  schema:domainIncludes tmc:AnatomicalStructure ;
  schema:rangeIncludes tmc:ImageObject ;
  owl:equivalentProperty schema:diagram .

tmc:diet a rdf:Property ;
  rdfs:label "diet" ;
  rdfs:comment "A sub property of instrument. The diet used in this action." ;
  rdfs:subPropertyOf tmc:instrument ;
  schema:domainIncludes tmc:ExerciseAction ;
  schema:rangeIncludes tmc:Diet ;
  owl:equivalentProperty schema:diet .

tmc:Diet a rdfs:Class ;
  rdfs:label "Diet" ;
  rdfs:comment "A strategy of regulating the intake of food to achieve or maintain a specific health-related goal." ;
  rdfs:subClassOf tmc:CreativeWork, tmc:LifestyleModification ;
  owl:equivalentClass schema:Diet .

tmc:DietarySupplement a rdfs:Class ;
  rdfs:label "Dietary Supplement" ;
  rdfs:comment "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." ;
  rdfs:subClassOf tmc:Product, tmc:Substance ;
  owl:equivalentClass schema:DietarySupplement .

tmc:dietFeatures a rdf:Property ;
  rdfs:label "diet Features" ;
  rdfs:comment "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." ;
  schema:domainIncludes tmc:Diet ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:dietFeatures .

tmc:DietNutrition a tmc:MedicalSpecialty ;
  rdfs:label "Diet Nutrition" ;
  rdfs:comment "Dietetics and nutrition as a medical specialty." ;
  tmc:instanceOf tmc:MedicalSpecialty .

tmc:differentialDiagnosis a rdf:Property ;
  rdfs:label "differential Diagnosis" ;
  rdfs:comment "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." ;
  schema:domainIncludes tmc:MedicalCondition ;
  schema:rangeIncludes tmc:DDxElement ;
  owl:equivalentProperty schema:differentialDiagnosis .

tmc:DigitalAudioTapeFormat a tmc:MusicReleaseFormatType ;
  rdfs:label "Digital Audio Tape Format" ;
  rdfs:comment "DigitalAudioTapeFormat." ;
  tmc:instanceOf tmc:MusicReleaseFormatType .

tmc:DigitalDocument a rdfs:Class ;
  rdfs:label "Digital Document" ;
  rdfs:comment "An electronic file or document." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:DigitalDocument .

tmc:DigitalDocumentPermission a rdfs:Class ;
  rdfs:label "Digital Document Permission" ;
  rdfs:comment "A permission for a particular person or group to access a particular file." ;
  rdfs:subClassOf tmc:Intangible ;
  owl:equivalentClass schema:DigitalDocumentPermission .

tmc:DigitalDocumentPermissionType a rdfs:Class, schema:Enumeration ;
  rdfs:label "Digital Document Permission Type" ;
  rdfs:comment "A type of permission which can be granted for accessing a digital document." ;
  rdfs:subClassOf tmc:Enumeration ;
  owl:equivalentClass schema:DigitalDocumentPermissionType .

tmc:DigitalFormat a tmc:MusicReleaseFormatType ;
  rdfs:label "Digital Format" ;
  rdfs:comment "DigitalFormat." ;
  tmc:instanceOf tmc:MusicReleaseFormatType .

tmc:DigitalPlatformEnumeration a rdfs:Class, schema:Enumeration ;
  rdfs:label "Digital Platform Enumeration" ;
  rdfs:comment "Enumerates some common technology platforms, for use with properties such as actionPlatform. It is not supposed to be comprehensive - when a suitable code is not enumerated here, textual or URL values can be used instead. These codes are at a fairly high level and do not deal with versioning and other nuance. Additional codes can be suggested in github." ;
  rdfs:subClassOf tmc:Enumeration ;
  owl:equivalentClass schema:DigitalPlatformEnumeration .

tmc:directApply a rdf:Property ;
  rdfs:label "direct Apply" ;
  rdfs:comment "Indicates whether an [[url]] that is associated with a [[JobPosting]] enables direct application for the job, via the posting website. A job posting is considered to have directApply of [[True]] if an application process for the specified job can be directly initiated via the url(s) given (noting that e.g. multiple internet domains might nevertheless be involved at an implementation level). A value of [[False]] is appropriate if there is no clear path to applying directly online for the specified job, navigating directly from the JobPosting url(s) supplied." ;
  schema:domainIncludes tmc:JobPosting ;
  schema:rangeIncludes schema:Boolean ;
  owl:equivalentProperty schema:directApply .

tmc:director a rdf:Property ;
  rdfs:label "director" ;
  rdfs:comment "A director of e.g. TV, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip." ;
  schema:domainIncludes tmc:TVSeries, tmc:Clip, tmc:Event, tmc:CreativeWorkSeason, tmc:Movie, tmc:MovieSeries, tmc:RadioSeries, tmc:Episode, tmc:VideoGame, tmc:VideoGameSeries, tmc:VideoObject ;
  schema:rangeIncludes tmc:Person ;
  owl:equivalentProperty schema:director .

tmc:directors a rdf:Property ;
  rdfs:label "directors" ;
  rdfs:comment "A director of e.g. TV, radio, movie, video games etc. content. Directors can be associated with individual items or with a series, episode, clip." ;
  schema:domainIncludes tmc:VideoObject, tmc:TVSeries, tmc:Clip, tmc:Movie, tmc:MovieSeries, tmc:RadioSeries, tmc:Episode, tmc:VideoGame, tmc:VideoGameSeries ;
  schema:rangeIncludes tmc:Person ;
  owl:equivalentProperty schema:directors .

tmc:DisabilitySupport a tmc:GovernmentBenefitsType ;
  rdfs:label "Disability Support" ;
  rdfs:comment "DisabilitySupport: this is a benefit for disability support." ;
  tmc:instanceOf tmc:GovernmentBenefitsType .

tmc:DisagreeAction a rdfs:Class ;
  rdfs:label "Disagree Action" ;
  rdfs:comment "The act of expressing a difference of opinion with the object. An agent disagrees to/about an object (a proposition, topic or theme) with participants." ;
  rdfs:subClassOf tmc:ReactAction ;
  owl:equivalentClass schema:DisagreeAction .

tmc:disambiguatingDescription a rdf:Property ;
  rdfs:label "disambiguating Description" ;
  rdfs:comment "A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation." ;
  rdfs:subPropertyOf tmc:description ;
  schema:domainIncludes tmc:Thing ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:disambiguatingDescription .

tmc:Discontinued a tmc:ItemAvailability ;
  rdfs:label "Discontinued" ;
  rdfs:comment "Indicates that the item has been discontinued." ;
  tmc:instanceOf tmc:ItemAvailability .

tmc:discount a rdf:Property ;
  rdfs:label "discount" ;
  rdfs:comment "Any discount applied (to an Order)." ;
  schema:domainIncludes tmc:Order ;
  schema:rangeIncludes schema:Number, schema:Text ;
  owl:equivalentProperty schema:discount .

tmc:discountCode a rdf:Property ;
  rdfs:label "discount Code" ;
  rdfs:comment "Code used to redeem a discount." ;
  schema:domainIncludes tmc:Order ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:discountCode .

tmc:discountCurrency a rdf:Property ;
  rdfs:label "discount Currency" ;
  rdfs:comment "The currency of the discount.\\n\\nUse standard formats: [ISO 4217 currency format](http://en.wikipedia.org/wiki/ISO_4217), e.g. \"USD\"; [Ticker symbol](https://en.wikipedia.org/wiki/List_of_cryptocurrencies) for cryptocurrencies, e.g. \"BTC\"; well known names for [Local Exchange Trading Systems](https://en.wikipedia.org/wiki/Local_exchange_trading_system) (LETS) and other currency types, e.g. \"Ithaca HOUR\"." ;
  schema:domainIncludes tmc:Order ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:discountCurrency .

tmc:DiscoverAction a rdfs:Class ;
  rdfs:label "Discover Action" ;
  rdfs:comment "The act of discovering/finding an object." ;
  rdfs:subClassOf tmc:FindAction ;
  owl:equivalentClass schema:DiscoverAction .

tmc:discusses a rdf:Property ;
  rdfs:label "discusses" ;
  rdfs:comment "Specifies the CreativeWork associated with the UserComment." ;
  schema:domainIncludes tmc:UserComments ;
  schema:rangeIncludes tmc:CreativeWork ;
  owl:equivalentProperty schema:discusses .

tmc:DiscussionForumPosting a rdfs:Class ;
  rdfs:label "Discussion Forum Posting" ;
  rdfs:comment "A posting to a discussion forum." ;
  rdfs:subClassOf tmc:SocialMediaPosting ;
  owl:equivalentClass schema:DiscussionForumPosting .

tmc:discussionUrl a rdf:Property ;
  rdfs:label "discussion Url" ;
  rdfs:comment "A link to the page containing the comments of the CreativeWork." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes schema:URL ;
  owl:equivalentProperty schema:discussionUrl .

tmc:diseasePreventionInfo a rdf:Property ;
  rdfs:label "disease Prevention Info" ;
  rdfs:comment "Information about disease prevention." ;
  schema:domainIncludes tmc:SpecialAnnouncement ;
  schema:rangeIncludes tmc:WebContent, schema:URL ;
  owl:equivalentProperty schema:diseasePreventionInfo .

tmc:diseaseSpreadStatistics a rdf:Property ;
  rdfs:label "disease Spread Statistics" ;
  rdfs:comment "Statistical information about the spread of a disease, either as [[WebContent]], or\n  described directly as a [[Dataset]], or the specific [[Observation]]s in the dataset. When a [[WebContent]] URL is\n  provided, the page indicated might also contain more such markup." ;
  schema:domainIncludes tmc:SpecialAnnouncement ;
  schema:rangeIncludes tmc:WebContent, tmc:Observation, tmc:Dataset, schema:URL ;
  owl:equivalentProperty schema:diseaseSpreadStatistics .

tmc:DislikeAction a rdfs:Class ;
  rdfs:label "Dislike Action" ;
  rdfs:comment "The act of expressing a negative sentiment about the object. An agent dislikes an object (a proposition, topic or theme) with participants." ;
  rdfs:subClassOf tmc:ReactAction ;
  owl:equivalentClass schema:DislikeAction .

tmc:Dispose a tmc:BusinessFunction ;
  rdfs:label "Dispose" ;
  rdfs:comment "The act of disposing of an object." ;
  tmc:instanceOf tmc:BusinessFunction .

tmc:dissolutionDate a rdf:Property ;
  rdfs:label "dissolution Date" ;
  rdfs:comment "The date that this organization was dissolved." ;
  schema:domainIncludes tmc:Organization ;
  schema:rangeIncludes schema:Date ;
  owl:equivalentProperty schema:dissolutionDate .

tmc:distance a rdf:Property ;
  rdfs:label "distance" ;
  rdfs:comment "The distance travelled, e.g. exercising or travelling." ;
  schema:domainIncludes tmc:ExerciseAction, tmc:TravelAction ;
  schema:rangeIncludes tmc:Distance ;
  owl:equivalentProperty schema:distance .

tmc:Distance a rdfs:Class ;
  rdfs:label "Distance" ;
  rdfs:comment "Properties that take Distances as values are of the form '&lt;Number&gt; &lt;Length unit of measure&gt;'. E.g., '7 ft'." ;
  rdfs:subClassOf tmc:Quantity ;
  owl:equivalentClass schema:Distance .

tmc:DistanceFee a tmc:PriceComponentTypeEnumeration ;
  rdfs:label "Distance Fee" ;
  rdfs:comment "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." ;
  tmc:instanceOf tmc:PriceComponentTypeEnumeration .

tmc:Distillery a rdfs:Class ;
  rdfs:label "Distillery" ;
  rdfs:comment "A distillery." ;
  rdfs:subClassOf tmc:FoodEstablishment ;
  owl:equivalentClass schema:Distillery .

tmc:distinguishingSign a rdf:Property ;
  rdfs:label "distinguishing Sign" ;
  rdfs:comment "One of a set of signs and symptoms that can be used to distinguish this diagnosis from others in the differential diagnosis." ;
  schema:domainIncludes tmc:DDxElement ;
  schema:rangeIncludes tmc:MedicalSignOrSymptom ;
  owl:equivalentProperty schema:distinguishingSign .

tmc:distribution a rdf:Property ;
  rdfs:label "distribution" ;
  rdfs:comment "A downloadable form of this dataset, at a specific location, in a specific format. This property can be repeated if different variations are available. There is no expectation that different downloadable distributions must contain exactly equivalent information (see also [DCAT](https://www.w3.org/TR/vocab-dcat-3/#Class:Distribution) on this point). Different distributions might include or exclude different subsets of the entire dataset, for example." ;
  schema:domainIncludes tmc:Dataset ;
  schema:rangeIncludes tmc:DataDownload ;
  owl:equivalentProperty schema:distribution .

tmc:diversityPolicy a rdf:Property ;
  rdfs:label "diversity Policy" ;
  rdfs:comment "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." ;
  schema:domainIncludes tmc:NewsMediaOrganization, tmc:Organization ;
  schema:rangeIncludes schema:URL, tmc:CreativeWork ;
  owl:equivalentProperty schema:diversityPolicy .

tmc:diversityStaffingReport a rdf:Property ;
  rdfs:label "diversity Staffing Report" ;
  rdfs:comment "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." ;
  rdfs:subPropertyOf tmc:publishingPrinciples ;
  schema:domainIncludes tmc:NewsMediaOrganization, tmc:Organization ;
  schema:rangeIncludes tmc:Article, schema:URL ;
  owl:equivalentProperty schema:diversityStaffingReport .

tmc:DJMixAlbum a tmc:MusicAlbumProductionType ;
  rdfs:label "DJ Mix Album" ;
  rdfs:comment "DJMixAlbum." ;
  tmc:instanceOf tmc:MusicAlbumProductionType .

tmc:documentation a rdf:Property ;
  rdfs:label "documentation" ;
  rdfs:comment "Further documentation describing the Web API in more detail." ;
  schema:domainIncludes tmc:WebAPI ;
  schema:rangeIncludes schema:URL, tmc:CreativeWork ;
  owl:equivalentProperty schema:documentation .

tmc:doesNotShip a rdf:Property ;
  rdfs:label "does Not Ship" ;
  rdfs:comment "Indicates when shipping to a particular [[shippingDestination]] is not available." ;
  schema:domainIncludes tmc:ShippingRateSettings, tmc:OfferShippingDetails ;
  schema:rangeIncludes schema:Boolean ;
  owl:equivalentProperty schema:doesNotShip .

tmc:domainIncludes a rdf:Property ;
  rdfs:label "domain Includes" ;
  rdfs:comment "Relates a property to a class that is (one of) the type(s) the property is expected to be used on." ;
  schema:domainIncludes tmc:Property ;
  schema:rangeIncludes tmc:Class ;
  tmc:instanceOf tmc:AxiomPropertyType ;
  owl:equivalentProperty schema:domainIncludes .

tmc:domiciledMortgage a rdf:Property ;
  rdfs:label "domiciled Mortgage" ;
  rdfs:comment "Whether borrower is a resident of the jurisdiction where the property is located." ;
  schema:domainIncludes tmc:MortgageLoan ;
  schema:rangeIncludes schema:Boolean ;
  owl:equivalentProperty schema:domiciledMortgage .

tmc:DonateAction a rdfs:Class ;
  rdfs:label "Donate Action" ;
  rdfs:comment "The act of providing goods, services, or money without compensation, often for philanthropic reasons." ;
  rdfs:subClassOf tmc:TradeAction ;
  owl:equivalentClass schema:DonateAction .

tmc:doorTime a rdf:Property ;
  rdfs:label "door Time" ;
  rdfs:comment "The time admission will commence." ;
  schema:domainIncludes tmc:Event ;
  schema:rangeIncludes schema:Time, schema:DateTime ;
  owl:equivalentProperty schema:doorTime .

tmc:dosageForm a rdf:Property ;
  rdfs:label "dosage Form" ;
  rdfs:comment "A dosage form in which this drug/supplement is available, e.g. 'tablet', 'suspension', 'injection'." ;
  schema:domainIncludes tmc:Drug ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:dosageForm .

tmc:doseSchedule a rdf:Property ;
  rdfs:label "dose Schedule" ;
  rdfs:comment "A dosing schedule for the drug for a given population, either observed, recommended, or maximum dose based on the type used." ;
  schema:domainIncludes tmc:Drug, tmc:TherapeuticProcedure ;
  schema:rangeIncludes tmc:DoseSchedule ;
  owl:equivalentProperty schema:doseSchedule .

tmc:DoseSchedule a rdfs:Class ;
  rdfs:label "Dose Schedule" ;
  rdfs:comment "A specific dosing schedule for a drug or supplement." ;
  rdfs:subClassOf tmc:MedicalIntangible ;
  owl:equivalentClass schema:DoseSchedule .

tmc:doseUnit a rdf:Property ;
  rdfs:label "dose Unit" ;
  rdfs:comment "The unit of the dose, e.g. 'mg'." ;
  schema:domainIncludes tmc:DoseSchedule ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:doseUnit .

tmc:doseValue a rdf:Property ;
  rdfs:label "dose Value" ;
  rdfs:comment "The value of the dose, e.g. 500." ;
  schema:domainIncludes tmc:DoseSchedule ;
  schema:rangeIncludes schema:Number, tmc:QualitativeValue ;
  owl:equivalentProperty schema:doseValue .

tmc:DoubleBlindedTrial a tmc:MedicalTrialDesign ;
  rdfs:label "Double Blinded Trial" ;
  rdfs:comment "A trial design in which neither the researcher nor the patient knows the details of the treatment the patient was randomly assigned to." ;
  tmc:instanceOf tmc:MedicalTrialDesign .

tmc:DownloadAction a rdfs:Class ;
  rdfs:label "Download Action" ;
  rdfs:comment "The act of downloading an object." ;
  rdfs:subClassOf tmc:TransferAction ;
  owl:equivalentClass schema:DownloadAction .

tmc:downloadUrl a rdf:Property ;
  rdfs:label "download Url" ;
  rdfs:comment "If the file can be downloaded, URL to download the binary." ;
  schema:domainIncludes tmc:SoftwareApplication ;
  schema:rangeIncludes schema:URL ;
  owl:equivalentProperty schema:downloadUrl .

tmc:downPayment a rdf:Property ;
  rdfs:label "down Payment" ;
  rdfs:comment "a type of payment made in cash during the onset of the purchase of an expensive good/service. The payment typically represents only a percentage of the full purchase price." ;
  schema:domainIncludes tmc:RepaymentSpecification ;
  schema:rangeIncludes schema:Number, tmc:MonetaryAmount ;
  owl:equivalentProperty schema:downPayment .

tmc:Downpayment a tmc:PriceComponentTypeEnumeration ;
  rdfs:label "Downpayment" ;
  rdfs:comment "Represents the downpayment (up-front payment) price component of the total price for an offered product that has additional installment payments." ;
  tmc:instanceOf tmc:PriceComponentTypeEnumeration .

tmc:downvoteCount a rdf:Property ;
  rdfs:label "downvote Count" ;
  rdfs:comment "The number of downvotes this question, answer or comment has received from the community." ;
  schema:domainIncludes tmc:Comment ;
  schema:rangeIncludes schema:Integer ;
  owl:equivalentProperty schema:downvoteCount .

tmc:drainsTo a rdf:Property ;
  rdfs:label "drains To" ;
  rdfs:comment "The vasculature that the vein drains into." ;
  schema:domainIncludes tmc:Vein ;
  schema:rangeIncludes tmc:Vessel ;
  owl:equivalentProperty schema:drainsTo .

tmc:DrawAction a rdfs:Class ;
  rdfs:label "Draw Action" ;
  rdfs:comment "The act of producing a visual/graphical representation of an object, typically with a pen/pencil and paper as instruments." ;
  rdfs:subClassOf tmc:CreateAction ;
  owl:equivalentClass schema:DrawAction .

tmc:Drawing a rdfs:Class ;
  rdfs:label "Drawing" ;
  rdfs:comment "A picture or diagram made with a pencil, pen, or crayon rather than paint." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:Drawing .

tmc:DrinkAction a rdfs:Class ;
  rdfs:label "Drink Action" ;
  rdfs:comment "The act of swallowing liquids." ;
  rdfs:subClassOf tmc:ConsumeAction ;
  owl:equivalentClass schema:DrinkAction .

tmc:driveWheelConfiguration a rdf:Property ;
  rdfs:label "drive Wheel Configuration" ;
  rdfs:comment "The drive wheel configuration, i.e. which roadwheels will receive torque from the vehicle's engine via the drivetrain." ;
  schema:domainIncludes tmc:Vehicle ;
  schema:rangeIncludes schema:Text, tmc:DriveWheelConfigurationValue ;
  owl:equivalentProperty schema:driveWheelConfiguration .

tmc:DriveWheelConfigurationValue a rdfs:Class ;
  rdfs:label "Drive Wheel Configuration Value" ;
  rdfs:comment "A value indicating which roadwheels will receive torque." ;
  rdfs:subClassOf tmc:QualitativeValue ;
  owl:equivalentClass schema:DriveWheelConfigurationValue .

tmc:DrivingSchoolVehicleUsage a tmc:CarUsageType ;
  rdfs:label "Driving School Vehicle Usage" ;
  rdfs:comment "Indicates the usage of the vehicle for driving school." ;
  tmc:instanceOf tmc:CarUsageType .

tmc:dropoffLocation a rdf:Property ;
  rdfs:label "dropoff Location" ;
  rdfs:comment "Where a rental car can be dropped off." ;
  schema:domainIncludes tmc:RentalCarReservation ;
  schema:rangeIncludes tmc:Place ;
  owl:equivalentProperty schema:dropoffLocation .

tmc:dropoffTime a rdf:Property ;
  rdfs:label "dropoff Time" ;
  rdfs:comment "When a rental car can be dropped off." ;
  schema:domainIncludes tmc:RentalCarReservation ;
  schema:rangeIncludes schema:DateTime ;
  owl:equivalentProperty schema:dropoffTime .

tmc:drug a rdf:Property ;
  rdfs:label "drug" ;
  rdfs:comment "Specifying a drug or medicine used in a medication procedure." ;
  schema:domainIncludes tmc:TherapeuticProcedure, tmc:MedicalCondition, tmc:DrugClass, tmc:Patient ;
  schema:rangeIncludes tmc:Drug ;
  owl:equivalentProperty schema:drug .

tmc:Drug a rdfs:Class ;
  rdfs:label "Drug" ;
  rdfs:comment "A chemical or biologic substance, used as a medical therapy, that has a physiological effect on an organism. Here the term drug is used interchangeably with the term medicine although clinical knowledge makes a clear difference between them." ;
  rdfs:subClassOf tmc:Product, tmc:Substance ;
  owl:equivalentClass schema:Drug, <http://purl.bioontology.org/ontology/SNOMEDCT/410942007> .

tmc:drugClass a rdf:Property ;
  rdfs:label "drug Class" ;
  rdfs:comment "The class of drug this belongs to (e.g., statins)." ;
  schema:domainIncludes tmc:Drug ;
  schema:rangeIncludes tmc:DrugClass ;
  owl:equivalentProperty schema:drugClass .

tmc:DrugClass a rdfs:Class ;
  rdfs:label "Drug Class" ;
  rdfs:comment "A class of medical drugs, e.g., statins. Classes can represent general pharmacological class, common mechanisms of action, common physiological effects, etc." ;
  rdfs:subClassOf tmc:MedicalEntity ;
  owl:equivalentClass schema:DrugClass .

tmc:DrugCost a rdfs:Class ;
  rdfs:label "Drug Cost" ;
  rdfs:comment "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." ;
  rdfs:subClassOf tmc:MedicalEntity ;
  owl:equivalentClass schema:DrugCost .

tmc:DrugCostCategory a rdfs:Class ;
  rdfs:label "Drug Cost Category" ;
  rdfs:comment "Enumerated categories of medical drug costs." ;
  rdfs:subClassOf tmc:MedicalEnumeration ;
  owl:equivalentClass schema:DrugCostCategory .

tmc:DrugLegalStatus a rdfs:Class ;
  rdfs:label "Drug Legal Status" ;
  rdfs:comment "The legal availability status of a medical drug." ;
  rdfs:subClassOf tmc:MedicalIntangible ;
  owl:equivalentClass schema:DrugLegalStatus .

tmc:DrugPregnancyCategory a rdfs:Class ;
  rdfs:label "Drug Pregnancy Category" ;
  rdfs:comment "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." ;
  rdfs:subClassOf tmc:MedicalEnumeration ;
  owl:equivalentClass schema:DrugPregnancyCategory .

tmc:DrugPrescriptionStatus a rdfs:Class ;
  rdfs:label "Drug Prescription Status" ;
  rdfs:comment "Indicates whether this drug is available by prescription or over-the-counter." ;
  rdfs:subClassOf tmc:MedicalEnumeration ;
  owl:equivalentClass schema:DrugPrescriptionStatus .

tmc:DrugStrength a rdfs:Class ;
  rdfs:label "Drug Strength" ;
  rdfs:comment "A specific strength in which a medical drug is available in a specific country." ;
  rdfs:subClassOf tmc:MedicalIntangible ;
  owl:equivalentClass schema:DrugStrength .

tmc:drugUnit a rdf:Property ;
  rdfs:label "drug Unit" ;
  rdfs:comment "The unit in which the drug is measured, e.g. '5 mg tablet'." ;
  schema:domainIncludes tmc:Drug, tmc:DrugCost ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:drugUnit .

tmc:DryCleaningOrLaundry a rdfs:Class ;
  rdfs:label "Dry Cleaning Or Laundry" ;
  rdfs:comment "A dry-cleaning business." ;
  rdfs:subClassOf tmc:LocalBusiness ;
  owl:equivalentClass schema:DryCleaningOrLaundry .

tmc:duns a rdf:Property ;
  rdfs:label "duns" ;
  rdfs:comment "The Dun & Bradstreet DUNS number for identifying an organization or business person." ;
  rdfs:subPropertyOf tmc:identifier ;
  schema:domainIncludes tmc:Person, tmc:Organization ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:duns .

tmc:duplicateTherapy a rdf:Property ;
  rdfs:label "duplicate Therapy" ;
  rdfs:comment "A therapy that duplicates or overlaps this one." ;
  schema:domainIncludes tmc:MedicalTherapy ;
  schema:rangeIncludes tmc:MedicalTherapy ;
  owl:equivalentProperty schema:duplicateTherapy .

tmc:duration a rdf:Property ;
  rdfs:label "duration" ;
  rdfs:comment "The duration of the item (movie, audio recording, event, etc.) in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601)." ;
  schema:domainIncludes tmc:MediaObject, tmc:Audiobook, tmc:MusicRecording, tmc:Movie, tmc:Episode, tmc:Schedule, tmc:Event, tmc:MusicRelease, tmc:QuantitativeValueDistribution ;
  schema:rangeIncludes tmc:Duration ;
  owl:equivalentProperty schema:duration .

tmc:Duration a rdfs:Class ;
  rdfs:label "Duration" ;
  rdfs:comment "Quantity: Duration (use [ISO 8601 duration format](http://en.wikipedia.org/wiki/ISO_8601))." ;
  rdfs:subClassOf tmc:Quantity ;
  owl:equivalentClass schema:Duration .

tmc:durationOfWarranty a rdf:Property ;
  rdfs:label "duration Of Warranty" ;
  rdfs:comment "The duration of the warranty promise. Common unitCode values are ANN for year, MON for months, or DAY for days." ;
  schema:domainIncludes tmc:WarrantyPromise ;
  schema:rangeIncludes tmc:QuantitativeValue ;
  owl:equivalentProperty schema:durationOfWarranty .

tmc:duringMedia a rdf:Property ;
  rdfs:label "during Media" ;
  rdfs:comment "A media object representing the circumstances while performing this direction." ;
  schema:domainIncludes tmc:HowToDirection ;
  schema:rangeIncludes tmc:MediaObject, schema:URL ;
  owl:equivalentProperty schema:duringMedia .

tmc:DVDFormat a tmc:MusicReleaseFormatType ;
  rdfs:label "DVD Format" ;
  rdfs:comment "DVDFormat." ;
  tmc:instanceOf tmc:MusicReleaseFormatType .

tmc:Ear a tmc:PhysicalExam ;
  rdfs:label "Ear" ;
  rdfs:comment "Ear function assessment with clinical examination." ;
  tmc:instanceOf tmc:PhysicalExam .

tmc:earlyPrepaymentPenalty a rdf:Property ;
  rdfs:label "early Prepayment Penalty" ;
  rdfs:comment "The amount to be paid as a penalty in the event of early payment of the loan." ;
  schema:domainIncludes tmc:RepaymentSpecification ;
  schema:rangeIncludes tmc:MonetaryAmount ;
  owl:equivalentProperty schema:earlyPrepaymentPenalty .

tmc:EatAction a rdfs:Class ;
  rdfs:label "Eat Action" ;
  rdfs:comment "The act of swallowing solid objects." ;
  rdfs:subClassOf tmc:ConsumeAction ;
  owl:equivalentClass schema:EatAction .

tmc:EBook a tmc:BookFormatType ;
  rdfs:label "E Book" ;
  rdfs:comment "Book format: Ebook." ;
  tmc:instanceOf tmc:BookFormatType .

tmc:EditedOrCroppedContent a tmc:MediaManipulationRatingEnumeration ;
  rdfs:label "Edited Or Cropped Content" ;
  rdfs:comment "Content coded 'edited or cropped content' in a MediaReview, considered in the context of how it was published or shared.\n\nFor a VideoObject to be 'edited or cropped content': The video has been edited or rearranged. This category applies to time edits, including editing multiple videos together to alter the story being told or editing out large portions from a video.\n\nFor an ImageObject to be 'edited or cropped content': Presenting a part of an image from a larger whole to mislead the viewer.\n\nFor an ImageObject with embedded text to be 'edited or cropped content': Presenting a part of an image from a larger whole to mislead the viewer.\n\nFor an AudioObject to be 'edited or cropped content': The audio has been edited or rearranged. This category applies to time edits, including editing multiple audio clips together to alter the story being told or editing out large portions from the recording." ;
  tmc:instanceOf tmc:MediaManipulationRatingEnumeration .

tmc:editEIDR a rdf:Property ;
  rdfs:label "edit EIDR" ;
  rdfs:comment "An [EIDR](https://eidr.org/) (Entertainment Identifier Registry) [[identifier]] representing a specific edit / edition for a work of film or television.\n\nFor 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\".\n\nSince 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.\n" ;
  rdfs:subPropertyOf tmc:identifier ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes schema:URL, schema:Text ;
  owl:equivalentProperty schema:editEIDR .

tmc:editor a rdf:Property ;
  rdfs:label "editor" ;
  rdfs:comment "Specifies the Person who edited the CreativeWork." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes tmc:Person ;
  owl:equivalentProperty schema:editor .

tmc:educationalAlignment a rdf:Property ;
  rdfs:label "educational Alignment" ;
  rdfs:comment "An alignment to an established educational framework.\n\nThis 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." ;
  schema:domainIncludes tmc:LearningResource, tmc:CreativeWork ;
  schema:rangeIncludes tmc:AlignmentObject ;
  owl:equivalentProperty schema:educationalAlignment .

tmc:EducationalAudience a rdfs:Class ;
  rdfs:label "Educational Audience" ;
  rdfs:comment "An EducationalAudience." ;
  rdfs:subClassOf tmc:Audience ;
  tmc:instanceOf tmc:AudienceType ;
  owl:equivalentClass schema:EducationalAudience .

tmc:EducationalAudience a tmc:AudienceType .

tmc:educationalCredentialAwarded a rdf:Property ;
  rdfs:label "educational Credential Awarded" ;
  rdfs:comment "A description of the qualification, award, certificate, diploma or other educational credential awarded as a consequence of successful completion of this course or program." ;
  schema:domainIncludes tmc:EducationalOccupationalProgram, tmc:Course ;
  schema:rangeIncludes schema:URL, tmc:EducationalOccupationalCredential, schema:Text ;
  owl:equivalentProperty schema:educationalCredentialAwarded .

tmc:educationalFramework a rdf:Property ;
  rdfs:label "educational Framework" ;
  rdfs:comment "The framework to which the resource being described is aligned." ;
  schema:domainIncludes tmc:AlignmentObject ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:educationalFramework .

tmc:educationalLevel a rdf:Property ;
  rdfs:label "educational Level" ;
  rdfs:comment "The level in terms of progression through an educational or training context. Examples of educational levels include 'beginner', 'intermediate' or 'advanced', and formal sets of level indicators." ;
  schema:domainIncludes tmc:EducationalOccupationalCredential, tmc:CreativeWork, tmc:EducationEvent, tmc:LearningResource ;
  schema:rangeIncludes schema:Text, schema:URL, tmc:DefinedTerm ;
  owl:equivalentProperty schema:educationalLevel .

tmc:EducationalOccupationalCredential a rdfs:Class ;
  rdfs:label "Educational Occupational Credential" ;
  rdfs:comment "An educational or occupational credential. A diploma, academic degree, certification, qualification, badge, etc., that may be awarded to a person or other entity that meets the requirements defined by the credentialer." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:EducationalOccupationalCredential .

tmc:EducationalOccupationalProgram a rdfs:Class ;
  rdfs:label "Educational Occupational Program" ;
  rdfs:comment "A program offered by an institution which determines the learning progress to achieve an outcome, usually a credential like a degree or certificate. This would define a discrete set of opportunities (e.g., job, courses) that together constitute a program with a clear start, end, set of requirements, and transition to a new occupational opportunity (e.g., a job), or sometimes a higher educational opportunity (e.g., an advanced degree)." ;
  rdfs:subClassOf tmc:Intangible ;
  owl:equivalentClass schema:EducationalOccupationalProgram .

tmc:EducationalOrganization a rdfs:Class ;
  rdfs:label "Educational Organization" ;
  rdfs:comment "An educational organization is an organization whose primary mission is to educate, such as a school, college, or university." ;
  rdfs:subClassOf tmc:CivicStructure, tmc:Organization ;
  tmc:instanceOf tmc:OrganizerType ;
  owl:equivalentClass schema:EducationalOrganization .

tmc:EducationalOrganization a tmc:OrganizerType .

tmc:EducationalOrganizationType a rdfs:Class, schema:Enumeration ;
  rdfs:label "Educational Organization Type" ;
  rdfs:comment "The type of educational organization." ;
  rdfs:subClassOf tmc:Enumeration ;
  owl:equivalentClass schema:EducationalOrganizationType .

tmc:educationalOrganizationType a rdf:Property ;
  rdfs:label "educationalOrganizationType" ;
  schema:domainIncludes tmc:EducationalOrganization ;
  schema:rangeIncludes tmc:EducationalOrganizationType .

tmc:educationalProgramMode a rdf:Property ;
  rdfs:label "educational Program Mode" ;
  rdfs:comment "Similar to courseMode, the medium or means of delivery of the program as a whole. The value may either be a text label (e.g. \"online\", \"onsite\" or \"blended\"; \"synchronous\" or \"asynchronous\"; \"full-time\" or \"part-time\") or a URL reference to a term from a controlled vocabulary (e.g. https://ceds.ed.gov/element/001311#Asynchronous )." ;
  schema:domainIncludes tmc:EducationalOccupationalProgram ;
  schema:rangeIncludes schema:Text, schema:URL ;
  owl:equivalentProperty schema:educationalProgramMode .

tmc:educationalRole a rdf:Property ;
  rdfs:label "educational Role" ;
  rdfs:comment "An educationalRole of an EducationalAudience." ;
  schema:domainIncludes tmc:EducationalAudience ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:educationalRole .

tmc:educationalUse a rdf:Property ;
  rdfs:label "educational Use" ;
  rdfs:comment "The purpose of a work in the context of education; for example, 'assignment', 'group work'." ;
  schema:domainIncludes tmc:CreativeWork, tmc:LearningResource ;
  schema:rangeIncludes tmc:DefinedTerm, schema:Text ;
  owl:equivalentProperty schema:educationalUse .

tmc:EducationAndTraining a rdfs:Class ;
  rdfs:label "Education & Training" ;
  rdfs:comment "Learning marketplaces, credentialing, tutoring, and workforce training." ;
  rdfs:subClassOf tmc:Industry ;
  tmc:instanceOf tmc:IndustryType .

tmc:EducationAndTraining a tmc:IndustryType .

tmc:EducationEvent a rdfs:Class ;
  rdfs:label "Education Event" ;
  rdfs:comment "Event type: Education event." ;
  rdfs:subClassOf tmc:Event ;
  owl:equivalentClass schema:EducationEvent .

tmc:educationRequirements a rdf:Property ;
  rdfs:label "education Requirements" ;
  rdfs:comment "Educational background needed for the position or Occupation." ;
  schema:domainIncludes tmc:JobPosting, tmc:Occupation ;
  schema:rangeIncludes tmc:EducationalOccupationalCredential, schema:Text ;
  owl:equivalentProperty schema:educationRequirements .

tmc:EducationServices a rdfs:Class ;
  rdfs:label "Education Services" ;
  rdfs:comment "Primary, secondary, higher education and training providers." ;
  rdfs:subClassOf tmc:IndustryGroup ;
  tmc:instanceOf tmc:IndustryGroupType .

tmc:EducationServices a tmc:IndustryGroupType .

tmc:eduQuestionType a rdf:Property ;
  rdfs:label "edu Question Type" ;
  rdfs:comment "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\"." ;
  schema:domainIncludes tmc:SolveMathAction, tmc:Question ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:eduQuestionType .

tmc:EffectivenessHealthAspect a tmc:HealthAspectEnumeration ;
  rdfs:label "Effectiveness Health Aspect" ;
  rdfs:comment "Content about the effectiveness-related aspects of a health topic." ;
  tmc:instanceOf tmc:HealthAspectEnumeration .

tmc:Electrician a rdfs:Class ;
  rdfs:label "Electrician" ;
  rdfs:comment "An electrician." ;
  rdfs:subClassOf tmc:HomeAndConstructionBusiness ;
  owl:equivalentClass schema:Electrician .

tmc:ElectronicsStore a rdfs:Class ;
  rdfs:label "Electronics Store" ;
  rdfs:comment "An electronics store." ;
  rdfs:subClassOf tmc:Store ;
  owl:equivalentClass schema:ElectronicsStore .

tmc:ElementarySchool a rdfs:Class ;
  rdfs:label "Elementary School" ;
  rdfs:comment "A foundational educational institution for young children." ;
  rdfs:subClassOf tmc:EducationalOrganization ;
  tmc:instanceOf tmc:EducationalOrganizationType ;
  owl:equivalentClass schema:ElementarySchool .

tmc:ElementarySchool a tmc:EducationalOrganizationType .

tmc:elevation a rdf:Property ;
  rdfs:label "elevation" ;
  rdfs:comment "The elevation of a location ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System)). Values may be of the form 'NUMBER UNIT\\_OF\\_MEASUREMENT' (e.g., '1,000 m', '3,200 ft') while numbers alone should be assumed to be a value in meters." ;
  schema:domainIncludes tmc:GeoShape, tmc:GeoCoordinates ;
  schema:rangeIncludes schema:Number, schema:Text ;
  owl:equivalentProperty schema:elevation .

tmc:eligibilityToWorkRequirement a rdf:Property ;
  rdfs:label "eligibility To Work Requirement" ;
  rdfs:comment "The legal requirements such as citizenship, visa and other documentation required for an applicant to this job." ;
  schema:domainIncludes tmc:JobPosting ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:eligibilityToWorkRequirement .

tmc:eligibleCustomerType a rdf:Property ;
  rdfs:label "eligible Customer Type" ;
  rdfs:comment "The type(s) of customers for which the given offer is valid." ;
  schema:domainIncludes tmc:Offer, tmc:Demand ;
  schema:rangeIncludes tmc:BusinessEntityType ;
  owl:equivalentProperty schema:eligibleCustomerType .

tmc:eligibleDuration a rdf:Property ;
  rdfs:label "eligible Duration" ;
  rdfs:comment "The duration for which the given offer is valid." ;
  schema:domainIncludes tmc:Demand, tmc:Offer ;
  schema:rangeIncludes tmc:QuantitativeValue ;
  owl:equivalentProperty schema:eligibleDuration .

tmc:eligibleQuantity a rdf:Property ;
  rdfs:label "eligible Quantity" ;
  rdfs:comment "The interval and unit of measurement of ordering quantities for which the offer or price specification is valid. This allows e.g. specifying that a certain freight charge is valid only for a certain quantity." ;
  schema:domainIncludes tmc:Demand, tmc:PriceSpecification, tmc:Offer ;
  schema:rangeIncludes tmc:QuantitativeValue ;
  owl:equivalentProperty schema:eligibleQuantity .

tmc:eligibleRegion a rdf:Property ;
  rdfs:label "eligible Region" ;
  rdfs:comment "The ISO 3166-1 (ISO 3166-1 alpha-2) or ISO 3166-2 code, the place, or the GeoShape for the geo-political region(s) for which the offer or delivery charge specification is valid.\\n\\nSee also [[ineligibleRegion]].\n    " ;
  rdfs:subPropertyOf tmc:areaServed ;
  schema:domainIncludes tmc:DeliveryChargeSpecification, tmc:Demand, tmc:Offer, tmc:ActionAccessSpecification ;
  schema:rangeIncludes tmc:Place, schema:Text, tmc:GeoShape ;
  owl:equivalentProperty schema:eligibleRegion .

tmc:eligibleTransactionVolume a rdf:Property ;
  rdfs:label "eligible Transaction Volume" ;
  rdfs:comment "The transaction volume, in a monetary unit, for which the offer or price specification is valid, e.g. for indicating a minimal purchasing volume, to express free shipping above a certain order volume, or to limit the acceptance of credit cards to purchases to a certain minimal amount." ;
  schema:domainIncludes tmc:Demand, tmc:PriceSpecification, tmc:Offer ;
  schema:rangeIncludes tmc:PriceSpecification ;
  owl:equivalentProperty schema:eligibleTransactionVolume .

tmc:Elliptical a rdfs:Class ;
  rdfs:label "Elliptical" ;
  rdfs:comment "Workouts on an elliptical machine." ;
  rdfs:subClassOf tmc:ExerciseAndFitness ;
  tmc:instanceOf tmc:PhysicalActivityType .

tmc:Elliptical a tmc:PhysicalActivityType .

tmc:email a rdf:Property ;
  rdfs:label "email" ;
  rdfs:comment "Email address." ;
  schema:domainIncludes tmc:Organization, tmc:ContactPoint, tmc:Person ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:email .

tmc:EmailMessage a rdfs:Class ;
  rdfs:label "Email Message" ;
  rdfs:comment "An email message." ;
  rdfs:subClassOf tmc:Message ;
  owl:equivalentClass schema:EmailMessage .

tmc:Embassy a rdfs:Class ;
  rdfs:label "Embassy" ;
  rdfs:comment "An embassy." ;
  rdfs:subClassOf tmc:GovernmentBuilding ;
  owl:equivalentClass schema:Embassy .

tmc:embeddedTextCaption a rdf:Property ;
  rdfs:label "embedded Text Caption" ;
  rdfs:comment "Represents textual captioning from a [[MediaObject]], e.g. text of a 'meme'." ;
  rdfs:subPropertyOf tmc:caption ;
  schema:domainIncludes tmc:VideoObject, tmc:ImageObject, tmc:AudioObject ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:embeddedTextCaption .

tmc:embedUrl a rdf:Property ;
  rdfs:label "embed Url" ;
  rdfs:comment "A URL pointing to a player for a specific video. In general, this is the information in the ```src``` element of an ```embed``` tag and should not be the same as the content of the ```loc``` tag." ;
  schema:domainIncludes tmc:MediaObject ;
  schema:rangeIncludes schema:URL ;
  owl:equivalentProperty schema:embedUrl .

tmc:Emergency a tmc:MedicalSpecialty ;
  rdfs:label "Emergency" ;
  rdfs:comment "A specific branch of medical science that deals with the evaluation and initial treatment of medical conditions caused by trauma or sudden illness." ;
  tmc:instanceOf tmc:MedicalSpecialty .

tmc:EmergencyService a rdfs:Class ;
  rdfs:label "Emergency Service" ;
  rdfs:comment "An emergency service, such as a fire station or ER." ;
  rdfs:subClassOf tmc:LocalBusiness ;
  owl:equivalentClass schema:EmergencyService .

tmc:emissionsCO2 a rdf:Property ;
  rdfs:label "emissions CO2" ;
  rdfs:comment "The CO2 emissions in g/km. When used in combination with a QuantitativeValue, put \"g/km\" into the unitText property of that value, since there is no UN/CEFACT Common Code for \"g/km\"." ;
  schema:domainIncludes tmc:Vehicle ;
  schema:rangeIncludes schema:Number ;
  owl:equivalentProperty schema:emissionsCO2 .

tmc:EmotionalRegulation a tmc:PlayBenefit ;
  rdfs:label "Emotional Regulation" ;
  rdfs:comment "Activities that help in managing and understanding emotions, contributing to emotional balance and resilience." ;
  tmc:instanceOf tmc:PlayBenefit .

tmc:employee a rdf:Property ;
  rdfs:label "employee" ;
  rdfs:comment "Someone working for this organization." ;
  schema:domainIncludes tmc:Organization ;
  schema:rangeIncludes tmc:Person ;
  owl:equivalentProperty schema:employee .

tmc:EmployeeRole a rdfs:Class ;
  rdfs:label "Employee Role" ;
  rdfs:comment "A subclass of OrganizationRole used to describe employee relationships." ;
  rdfs:subClassOf tmc:OrganizationRole ;
  owl:equivalentClass schema:EmployeeRole .

tmc:employees a rdf:Property ;
  rdfs:label "employees" ;
  rdfs:comment "People working for this organization." ;
  schema:domainIncludes tmc:Organization ;
  schema:rangeIncludes tmc:Person ;
  owl:equivalentProperty schema:employees .

tmc:EmployerAggregateRating a rdfs:Class ;
  rdfs:label "Employer Aggregate Rating" ;
  rdfs:comment "An aggregate rating of an Organization related to its role as an employer." ;
  rdfs:subClassOf tmc:AggregateRating ;
  owl:equivalentClass schema:EmployerAggregateRating .

tmc:employerOverview a rdf:Property ;
  rdfs:label "employer Overview" ;
  rdfs:comment "A description of the employer, career opportunities and work environment for this position." ;
  schema:domainIncludes tmc:JobPosting ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:employerOverview .

tmc:EmployerReview a rdfs:Class ;
  rdfs:label "Employer Review" ;
  rdfs:comment "An [[EmployerReview]] is a review of an [[Organization]] regarding its role as an employer, written by a current or former employee of that organization." ;
  rdfs:subClassOf tmc:Review ;
  owl:equivalentClass schema:EmployerReview .

tmc:EmploymentAgency a rdfs:Class ;
  rdfs:label "Employment Agency" ;
  rdfs:comment "An employment agency." ;
  rdfs:subClassOf tmc:LocalBusiness ;
  owl:equivalentClass schema:EmploymentAgency .

tmc:employmentType a rdf:Property ;
  rdfs:label "employment Type" ;
  rdfs:comment "Type of employment (e.g. full-time, part-time, contract, temporary, seasonal, internship)." ;
  schema:domainIncludes tmc:JobPosting ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:employmentType .

tmc:employmentUnit a rdf:Property ;
  rdfs:label "employment Unit" ;
  rdfs:comment "Indicates the department, unit and/or facility where the employee reports and/or in which the job is to be performed." ;
  schema:domainIncludes tmc:JobPosting ;
  schema:rangeIncludes tmc:Organization ;
  owl:equivalentProperty schema:employmentUnit .

tmc:encodesBioChemEntity a rdf:Property ;
  rdfs:label "encodes Bio Chem Entity" ;
  rdfs:comment "Another BioChemEntity encoded by this one. " ;
  schema:domainIncludes tmc:Gene ;
  schema:rangeIncludes tmc:BioChemEntity ;
  schema:inverseOf tmc:isEncodedByBioChemEntity ;
  owl:equivalentProperty schema:encodesBioChemEntity .

tmc:encodesCreativeWork a rdf:Property ;
  rdfs:label "encodes Creative Work" ;
  rdfs:comment "The CreativeWork encoded by this media object." ;
  schema:domainIncludes tmc:MediaObject ;
  schema:rangeIncludes tmc:CreativeWork ;
  schema:inverseOf tmc:encoding ;
  owl:equivalentProperty schema:encodesCreativeWork .

tmc:encoding a rdf:Property ;
  rdfs:label "encoding" ;
  rdfs:comment "A media object that encodes this CreativeWork. This property is a synonym for associatedMedia." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes tmc:MediaObject ;
  schema:inverseOf tmc:encodesCreativeWork ;
  owl:equivalentProperty schema:encoding .

tmc:encodingFormat a rdf:Property ;
  rdfs:label "encoding Format" ;
  rdfs:comment "Media type typically expressed using a MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml) and [MDN reference](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types)), e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.\n\nIn cases where a [[CreativeWork]] has several media type representations, [[encoding]] can be used to indicate each [[MediaObject]] alongside particular [[encodingFormat]] information.\n\nUnregistered 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." ;
  schema:domainIncludes tmc:CreativeWork, tmc:MediaObject ;
  schema:rangeIncludes schema:URL, schema:Text ;
  owl:equivalentProperty schema:encodingFormat .

tmc:encodings a rdf:Property ;
  rdfs:label "encodings" ;
  rdfs:comment "A media object that encodes this CreativeWork." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes tmc:MediaObject ;
  owl:equivalentProperty schema:encodings .

tmc:encodingType a rdf:Property ;
  rdfs:label "encoding Type" ;
  rdfs:comment "The supported encoding type(s) for an EntryPoint request." ;
  schema:domainIncludes tmc:EntryPoint ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:encodingType .

tmc:endDate a rdf:Property ;
  rdfs:label "end Date" ;
  rdfs:comment "The end date and time of the item (in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601))." ;
  schema:domainIncludes tmc:CreativeWorkSeason, tmc:MerchantReturnPolicySeasonalOverride, tmc:EducationalOccupationalProgram, tmc:CreativeWorkSeries, tmc:DatedMoneySpecification, tmc:Role, tmc:Schedule, tmc:Event ;
  schema:rangeIncludes schema:DateTime, schema:Date ;
  owl:equivalentProperty schema:endDate .

tmc:Endocrine a tmc:MedicalSpecialty ;
  rdfs:label "Endocrine" ;
  rdfs:comment "A specific branch of medical science that pertains to diagnosis and treatment of disorders of endocrine glands and their secretions." ;
  tmc:instanceOf tmc:MedicalSpecialty .

tmc:endOffset a rdf:Property ;
  rdfs:label "end Offset" ;
  rdfs:comment "The end time of the clip expressed as the number of seconds from the beginning of the work." ;
  schema:domainIncludes tmc:Clip ;
  schema:rangeIncludes schema:Number, tmc:HyperTocEntry ;
  owl:equivalentProperty schema:endOffset .

tmc:EndorseAction a rdfs:Class ;
  rdfs:label "Endorse Action" ;
  rdfs:comment "An agent approves/certifies/likes/supports/sanctions an object." ;
  rdfs:subClassOf tmc:ReactAction ;
  owl:equivalentClass schema:EndorseAction .

tmc:endorsee a rdf:Property ;
  rdfs:label "endorsee" ;
  rdfs:comment "A sub property of participant. The person/organization being supported." ;
  rdfs:subPropertyOf tmc:participant ;
  schema:domainIncludes tmc:EndorseAction ;
  schema:rangeIncludes tmc:Organization, tmc:Person ;
  owl:equivalentProperty schema:endorsee .

tmc:EndorsementRating a rdfs:Class ;
  rdfs:label "Endorsement Rating" ;
  rdfs:comment "An EndorsementRating is a rating that expresses some level of endorsement, for example inclusion in a \"critic's pick\" blog, a\n\"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\nsome [[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]].\n\nAn [[EndorsementRating]] may be part of a numeric scale or organized system, but this is not required: having an explicit type for indicating a positive,\nendorsement rating is particularly useful in the absence of numeric scales as it helps consumers understand that the rating is broadly positive.\n" ;
  rdfs:subClassOf tmc:Rating ;
  owl:equivalentClass schema:EndorsementRating .

tmc:endorsers a rdf:Property ;
  rdfs:label "endorsers" ;
  rdfs:comment "People or organizations that endorse the plan." ;
  schema:domainIncludes tmc:Diet ;
  schema:rangeIncludes tmc:Person, tmc:Organization ;
  owl:equivalentProperty schema:endorsers .

tmc:endTime a rdf:Property ;
  rdfs:label "end Time" ;
  rdfs:comment "The endTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to end. For actions that span a period of time, when the action was performed. E.g. John wrote a book from January to *December*. For media, including audio and video, it's the time offset of the end of a clip within a larger file.\\n\\nNote that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions." ;
  schema:domainIncludes tmc:InteractionCounter, tmc:FoodEstablishmentReservation, tmc:Schedule, tmc:Action, tmc:MediaObject ;
  schema:rangeIncludes schema:DateTime, schema:Time ;
  owl:equivalentProperty schema:endTime .

tmc:Endurance a tmc:PlayFeature ;
  rdfs:label "Endurance" ;
  tmc:instanceOf tmc:PlayFeature .

tmc:Energy a rdfs:Class ;
  rdfs:label "Energy" ;
  rdfs:comment "Properties that take Energy as values are of the form '&lt;Number&gt; &lt;Energy unit of measure&gt;'." ;
  rdfs:subClassOf tmc:Quantity ;
  owl:equivalentClass schema:Energy .

tmc:EnergyConsumptionDetails a rdfs:Class ;
  rdfs:label "Energy Consumption Details" ;
  rdfs:comment "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](https://eur-lex.europa.eu/eli/reg/2017/1369/oj) for energy labeling and the [Energy labeling rule](https://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." ;
  rdfs:subClassOf tmc:Intangible ;
  owl:equivalentClass schema:EnergyConsumptionDetails .

tmc:EnergyEfficiencyEnumeration a rdfs:Class, schema:Enumeration ;
  rdfs:label "Energy Efficiency Enumeration" ;
  rdfs:comment "Enumerates energy efficiency levels (also known as \"classes\" or \"ratings\") and certifications that are part of several international energy efficiency standards." ;
  rdfs:subClassOf tmc:Enumeration ;
  owl:equivalentClass schema:EnergyEfficiencyEnumeration .

tmc:energyEfficiencyScaleMax a rdf:Property ;
  rdfs:label "energy Efficiency Scale Max" ;
  rdfs:comment "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+++." ;
  schema:domainIncludes tmc:EnergyConsumptionDetails ;
  schema:rangeIncludes tmc:EUEnergyEfficiencyEnumeration ;
  owl:equivalentProperty schema:energyEfficiencyScaleMax .

tmc:energyEfficiencyScaleMin a rdf:Property ;
  rdfs:label "energy Efficiency Scale Min" ;
  rdfs:comment "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+++." ;
  schema:domainIncludes tmc:EnergyConsumptionDetails ;
  schema:rangeIncludes tmc:EUEnergyEfficiencyEnumeration ;
  owl:equivalentProperty schema:energyEfficiencyScaleMin .

tmc:EnergyStarCertified a tmc:EnergyStarEnergyEfficiencyEnumeration ;
  rdfs:label "Energy Star Certified" ;
  rdfs:comment "Represents EnergyStar certification." ;
  tmc:instanceOf tmc:EnergyStarEnergyEfficiencyEnumeration .

tmc:EnergyStarEnergyEfficiencyEnumeration a rdfs:Class ;
  rdfs:label "Energy Star Energy Efficiency Enumeration" ;
  rdfs:comment "Used to indicate whether a product is EnergyStar certified." ;
  rdfs:subClassOf tmc:EnergyEfficiencyEnumeration ;
  owl:equivalentClass schema:EnergyStarEnergyEfficiencyEnumeration .

tmc:engineDisplacement a rdf:Property ;
  rdfs:label "engine Displacement" ;
  rdfs:comment "The volume swept by all of the pistons inside the cylinders of an internal combustion engine in a single movement. \\n\\nTypical unit code(s): CMQ for cubic centimeter, LTR for liters, INQ for cubic inches\\n* 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." ;
  schema:domainIncludes tmc:EngineSpecification ;
  schema:rangeIncludes tmc:QuantitativeValue ;
  owl:equivalentProperty schema:engineDisplacement .

tmc:enginePower a rdf:Property ;
  rdfs:label "engine Power" ;
  rdfs:comment "The power of the vehicle's engine.\n    Typical unit code(s): KWT for kilowatt, BHP for brake horsepower, N12 for metric horsepower (PS, with 1 PS = 735,49875 W)\\n\\n* Note 1: There are many different ways of measuring an engine's power. For an overview, see  [http://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." ;
  schema:domainIncludes tmc:EngineSpecification ;
  schema:rangeIncludes tmc:QuantitativeValue ;
  owl:equivalentProperty schema:enginePower .

tmc:EngineSpecification a rdfs:Class ;
  rdfs:label "Engine Specification" ;
  rdfs:comment "Information about the engine of the vehicle. A vehicle can have multiple engines represented by multiple engine specification entities." ;
  rdfs:subClassOf tmc:StructuredValue ;
  owl:equivalentClass schema:EngineSpecification .

tmc:engineType a rdf:Property ;
  rdfs:label "engine Type" ;
  rdfs:comment "The type of engine or engines powering the vehicle." ;
  schema:domainIncludes tmc:EngineSpecification ;
  schema:rangeIncludes schema:Text, schema:URL, tmc:QualitativeValue ;
  owl:equivalentProperty schema:engineType .

tmc:EnrollingByInvitation a tmc:MedicalStudyStatus ;
  rdfs:label "Enrolling By Invitation" ;
  rdfs:comment "Enrolling participants by invitation only." ;
  tmc:instanceOf tmc:MedicalStudyStatus .

tmc:EntertainmentAndCulture a rdfs:Class ;
  rdfs:label "Entertainment & Culture" ;
  rdfs:comment "Media, entertainment, cultural content and activities." ;
  rdfs:subClassOf tmc:IndustryGroup ;
  tmc:instanceOf tmc:IndustryGroupType .

tmc:EntertainmentAndCulture a tmc:IndustryGroupType .

tmc:entertainmentBusiness a rdf:Property ;
  rdfs:label "entertainment Business" ;
  rdfs:comment "A sub property of location. The entertainment business where the action occurred." ;
  rdfs:subPropertyOf tmc:location ;
  schema:domainIncludes tmc:PerformAction ;
  schema:rangeIncludes tmc:EntertainmentBusiness ;
  owl:equivalentProperty schema:entertainmentBusiness .

tmc:EntertainmentBusiness a rdfs:Class ;
  rdfs:label "Entertainment Business" ;
  rdfs:comment "A business providing entertainment." ;
  rdfs:subClassOf tmc:LocalBusiness ;
  owl:equivalentClass schema:EntertainmentBusiness .

tmc:EntryPoint a rdfs:Class ;
  rdfs:label "Entry Point" ;
  rdfs:comment "An entry point, within some Web-based protocol." ;
  rdfs:subClassOf tmc:Intangible ;
  owl:equivalentClass schema:EntryPoint .

tmc:Enumeration a rdfs:Class ;
  rdfs:label "Enumeration" ;
  rdfs:comment "Lists or enumerations—for example, a list of cuisines or music genres, etc." ;
  rdfs:subClassOf tmc:Intangible ;
  owl:equivalentClass schema:Enumeration .

tmc:enumerationOf a rdf:Property ;
  rdfs:label "enumerationOf" ;
  rdfs:comment "Relates an Enumeration to the Class for which it enumerates the value space. For example, OrganizationType enumerationOf Organization; ProviderType enumerationOf Provider. This explicitly encodes the intended linkage between a 'Type' Enumeration and its target Class, avoiding reliance on naming conventions." ;
  schema:domainIncludes tmc:Enumeration ;
  schema:rangeIncludes tmc:Class ;
  tmc:instanceOf tmc:AxiomClassType .

tmc:Axiom a rdfs:Class ;
  rdfs:label "Axiom" ;
  rdfs:comment "Logical statement about classes and properties (e.g., domain, range, subClassOf)." ;
  rdfs:subClassOf tmc:Intangible .

tmc:AxiomClassType a rdfs:Class, schema:Enumeration ;
  rdfs:label "Axiom Class Type" ;
  rdfs:comment "OWL class axioms (e.g., rdfs:subClassOf, owl:equivalentClass, owl:disjointWith)." ;
  rdfs:subClassOf tmc:Enumeration ;
  tmc:enumerationOf tmc:Axiom .

tmc:AxiomPropertyType a rdfs:Class, schema:Enumeration ;
  rdfs:label "Axiom Property Type" ;
  rdfs:comment "OWL/RDFS property axioms (e.g., rdfs:subPropertyOf, rdfs:domain, rdfs:range, owl:equivalentProperty, owl:inverseOf)." ;
  rdfs:subClassOf tmc:Enumeration ;
  tmc:enumerationOf tmc:Axiom .

tmc:EnvironmentalConnection a tmc:PlayBenefit ;
  rdfs:label "Environmental Connection" ;
  rdfs:comment "Activities that promote a connection with nature and the outdoors, fostering environmental awareness and appreciation." ;
  tmc:instanceOf tmc:PlayBenefit .

tmc:EnvironmentalServices a rdfs:Class ;
  rdfs:label "Environmental Services" ;
  rdfs:comment "Waste management, remediation, and facilities/environmental services." ;
  rdfs:subClassOf tmc:IndustryGroup ;
  tmc:instanceOf tmc:IndustryGroupType .

tmc:EnvironmentalServices a tmc:IndustryGroupType .

tmc:EnvironmentAndSustainability a rdfs:Class ;
  rdfs:label "Environment & Sustainability" ;
  rdfs:comment "Marketplaces for environmental operations, carbon, circularity and renewables." ;
  rdfs:subClassOf tmc:Industry ;
  tmc:instanceOf tmc:IndustryType .

tmc:EnvironmentAndSustainability a tmc:IndustryType .

tmc:EnvironmentAndSustainabilitySector a rdfs:Class ;
  rdfs:label "Environment & Sustainability" ;
  rdfs:comment "Sustainability solutions including environmental services and renewable energy." ;
  rdfs:subClassOf tmc:IndustrySector ;
  tmc:instanceOf tmc:IndustrySectorType .

tmc:EnvironmentAndSustainabilitySector a tmc:IndustrySectorType .

tmc:epidemiology a rdf:Property ;
  rdfs:label "epidemiology" ;
  rdfs:comment "The characteristics of associated patients, such as age, gender, race etc." ;
  schema:domainIncludes tmc:PhysicalActivity, tmc:MedicalCondition ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:epidemiology .

tmc:episode a rdf:Property ;
  rdfs:label "episode" ;
  rdfs:comment "An episode of a TV, radio or game media within a series or season." ;
  rdfs:subPropertyOf tmc:hasPart ;
  schema:domainIncludes tmc:TVSeries, tmc:RadioSeries, tmc:VideoGameSeries, tmc:CreativeWorkSeason ;
  schema:rangeIncludes tmc:Episode ;
  owl:equivalentProperty schema:episode .

tmc:Episode a rdfs:Class ;
  rdfs:label "Episode" ;
  rdfs:comment "A media episode (e.g. TV, radio, video game) which can be part of a series or season." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:Episode .

tmc:episodeNumber a rdf:Property ;
  rdfs:label "episode Number" ;
  rdfs:comment "Position of the episode within an ordered group of episodes." ;
  rdfs:subPropertyOf tmc:position ;
  schema:domainIncludes tmc:Episode ;
  schema:rangeIncludes schema:Text, schema:Integer ;
  owl:equivalentProperty schema:episodeNumber .

tmc:episodes a rdf:Property ;
  rdfs:label "episodes" ;
  rdfs:comment "An episode of a TV/radio series or season." ;
  schema:domainIncludes tmc:CreativeWorkSeason, tmc:RadioSeries, tmc:VideoGameSeries, tmc:TVSeries ;
  schema:rangeIncludes tmc:Episode ;
  owl:equivalentProperty schema:episodes .

tmc:EPRelease a tmc:MusicAlbumReleaseType ;
  rdfs:label "EP Release" ;
  rdfs:comment "EPRelease." ;
  tmc:instanceOf tmc:MusicAlbumReleaseType .

tmc:equal a rdf:Property ;
  rdfs:label "equal" ;
  rdfs:comment "This ordering relation for qualitative values indicates that the subject is equal to the object." ;
  schema:domainIncludes tmc:QualitativeValue ;
  schema:rangeIncludes tmc:QualitativeValue ;
  owl:equivalentProperty schema:equal .

tmc:EquestrianFacility a rdfs:Class ;
  rdfs:label "Equestrian Facility" ;
  rdfs:comment "An equestrian center with horse riding arenas, stables, and trails for training, boarding, and competitions." ;
  rdfs:subClassOf tmc:SportsActivityLocation ;
  tmc:instanceOf tmc:SportsActivityLocationType .

tmc:EquestrianFacility a tmc:SportsActivityLocationType .

tmc:equivalentClass a rdf:Property ;
  rdfs:label "equivalentClass" ;
  rdfs:comment "The terms that this term is equivalent to" ;
  schema:domainIncludes tmc:Class, tmc:Property, tmc:Enumeration ;
  schema:rangeIncludes tmc:Class, tmc:Property, tmc:Enumeration ;
  tmc:instanceOf tmc:AxiomClassType .

tmc:equivalentProperty a rdf:Property ;
  rdfs:label "Equivalent Property" ;
  rdfs:comment "Equivalent property in other ontologies." ;
  tmc:instanceOf tmc:AxiomPropertyType .

tmc:error a rdf:Property ;
  rdfs:label "error" ;
  rdfs:comment "For failed actions, more information on the cause of the failure." ;
  schema:domainIncludes tmc:Action ;
  schema:rangeIncludes tmc:Thing ;
  owl:equivalentProperty schema:error .

tmc:estimatedCost a rdf:Property ;
  rdfs:label "estimated Cost" ;
  rdfs:comment "The estimated cost of the supply or supplies consumed when performing instructions." ;
  schema:domainIncludes tmc:HowToSupply, tmc:HowTo ;
  schema:rangeIncludes schema:Text, tmc:MonetaryAmount ;
  owl:equivalentProperty schema:estimatedCost .

tmc:estimatedFlightDuration a rdf:Property ;
  rdfs:label "estimated Flight Duration" ;
  rdfs:comment "The estimated time the flight will take." ;
  schema:domainIncludes tmc:Flight ;
  schema:rangeIncludes tmc:Duration, schema:Text ;
  owl:equivalentProperty schema:estimatedFlightDuration .

tmc:estimatedSalary a rdf:Property ;
  rdfs:label "estimated Salary" ;
  rdfs:comment "An estimated salary for a job posting or occupation, based on a variety of variables including, but not limited to industry, job title, and location. Estimated salaries  are often computed by outside organizations rather than the hiring organization, who may not have committed to the estimated value." ;
  schema:domainIncludes tmc:Occupation, tmc:JobPosting ;
  schema:rangeIncludes tmc:MonetaryAmount, schema:Number, tmc:MonetaryAmountDistribution ;
  owl:equivalentProperty schema:estimatedSalary .

tmc:estimatesRiskOf a rdf:Property ;
  rdfs:label "estimates Risk Of" ;
  rdfs:comment "The condition, complication, or symptom whose risk is being estimated." ;
  schema:domainIncludes tmc:MedicalRiskEstimator ;
  schema:rangeIncludes tmc:MedicalEntity ;
  owl:equivalentProperty schema:estimatesRiskOf .

tmc:ethicsPolicy a rdf:Property ;
  rdfs:label "ethics Policy" ;
  rdfs:comment "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." ;
  schema:domainIncludes tmc:Organization, tmc:NewsMediaOrganization ;
  schema:rangeIncludes tmc:CreativeWork, schema:URL ;
  owl:equivalentProperty schema:ethicsPolicy .

tmc:EUEnergyEfficiencyCategoryA a tmc:EUEnergyEfficiencyEnumeration ;
  rdfs:label "EU Energy Efficiency Category A" ;
  rdfs:comment "Represents EU Energy Efficiency Class A as defined in EU energy labeling regulations." ;
  tmc:instanceOf tmc:EUEnergyEfficiencyEnumeration .

tmc:EUEnergyEfficiencyCategoryA1Plus a tmc:EUEnergyEfficiencyEnumeration ;
  rdfs:label "EU Energy Efficiency Category A1Plus" ;
  rdfs:comment "Represents EU Energy Efficiency Class A+ as defined in EU energy labeling regulations." ;
  tmc:instanceOf tmc:EUEnergyEfficiencyEnumeration .

tmc:EUEnergyEfficiencyCategoryA2Plus a tmc:EUEnergyEfficiencyEnumeration ;
  rdfs:label "EU Energy Efficiency Category A2Plus" ;
  rdfs:comment "Represents EU Energy Efficiency Class A++ as defined in EU energy labeling regulations." ;
  tmc:instanceOf tmc:EUEnergyEfficiencyEnumeration .

tmc:EUEnergyEfficiencyCategoryA3Plus a tmc:EUEnergyEfficiencyEnumeration ;
  rdfs:label "EU Energy Efficiency Category A3Plus" ;
  rdfs:comment "Represents EU Energy Efficiency Class A+++ as defined in EU energy labeling regulations." ;
  tmc:instanceOf tmc:EUEnergyEfficiencyEnumeration .

tmc:EUEnergyEfficiencyCategoryB a tmc:EUEnergyEfficiencyEnumeration ;
  rdfs:label "EU Energy Efficiency Category B" ;
  rdfs:comment "Represents EU Energy Efficiency Class B as defined in EU energy labeling regulations." ;
  tmc:instanceOf tmc:EUEnergyEfficiencyEnumeration .

tmc:EUEnergyEfficiencyCategoryC a tmc:EUEnergyEfficiencyEnumeration ;
  rdfs:label "EU Energy Efficiency Category C" ;
  rdfs:comment "Represents EU Energy Efficiency Class C as defined in EU energy labeling regulations." ;
  tmc:instanceOf tmc:EUEnergyEfficiencyEnumeration .

tmc:EUEnergyEfficiencyCategoryD a tmc:EUEnergyEfficiencyEnumeration ;
  rdfs:label "EU Energy Efficiency Category D" ;
  rdfs:comment "Represents EU Energy Efficiency Class D as defined in EU energy labeling regulations." ;
  tmc:instanceOf tmc:EUEnergyEfficiencyEnumeration .

tmc:EUEnergyEfficiencyCategoryE a tmc:EUEnergyEfficiencyEnumeration ;
  rdfs:label "EU Energy Efficiency Category E" ;
  rdfs:comment "Represents EU Energy Efficiency Class E as defined in EU energy labeling regulations." ;
  tmc:instanceOf tmc:EUEnergyEfficiencyEnumeration .

tmc:EUEnergyEfficiencyCategoryF a tmc:EUEnergyEfficiencyEnumeration ;
  rdfs:label "EU Energy Efficiency Category F" ;
  rdfs:comment "Represents EU Energy Efficiency Class F as defined in EU energy labeling regulations." ;
  tmc:instanceOf tmc:EUEnergyEfficiencyEnumeration .

tmc:EUEnergyEfficiencyCategoryG a tmc:EUEnergyEfficiencyEnumeration ;
  rdfs:label "EU Energy Efficiency Category G" ;
  rdfs:comment "Represents EU Energy Efficiency Class G as defined in EU energy labeling regulations." ;
  tmc:instanceOf tmc:EUEnergyEfficiencyEnumeration .

tmc:EUEnergyEfficiencyEnumeration a rdfs:Class ;
  rdfs:label "EU Energy Efficiency Enumeration" ;
  rdfs:comment "Enumerates the EU energy efficiency classes A-G as well as A+, A++, and A+++ as defined in EU directive 2017/1369." ;
  rdfs:subClassOf tmc:EnergyEfficiencyEnumeration ;
  owl:equivalentClass schema:EUEnergyEfficiencyEnumeration .

tmc:event a rdf:Property ;
  rdfs:label "event" ;
  rdfs:comment "Upcoming or past event associated with this place, organization, or action." ;
  schema:domainIncludes tmc:PlayAction, tmc:Organization, tmc:InviteAction, tmc:Place, tmc:LeaveAction, tmc:InformAction, tmc:JoinAction, tmc:PlayActivity ;
  schema:rangeIncludes tmc:Event ;
  owl:equivalentProperty schema:event .

tmc:Event a rdfs:Class ;
  rdfs:label "Event" ;
  rdfs:comment "An event occurring at a specific time and place, like a concert, lecture, or festival." ;
  rdfs:subClassOf tmc:Thing, tmc:Listing ;
  tmc:instanceOf tmc:ListingType ;
  owl:equivalentClass schema:Event, <http://purl.org/dc/dcmitype/Event> .

tmc:Event a tmc:ListingType .

tmc:eventAttendanceMode a rdf:Property ;
  rdfs:label "event Attendance Mode" ;
  rdfs:comment "The eventAttendanceMode of an event indicates whether it occurs online, offline, or a mix." ;
  schema:domainIncludes tmc:Event ;
  schema:rangeIncludes tmc:EventAttendanceModeEnumeration ;
  owl:equivalentProperty schema:eventAttendanceMode .

tmc:EventAttendanceModeEnumeration a rdfs:Class, schema:Enumeration ;
  rdfs:label "Event Attendance Mode Enumeration" ;
  rdfs:comment "An EventAttendanceModeEnumeration value is one of potentially several modes of organising an event, relating to whether it is online or offline." ;
  rdfs:subClassOf tmc:Enumeration ;
  owl:equivalentClass schema:EventAttendanceModeEnumeration .

tmc:EventCancelled a tmc:EventStatusType ;
  rdfs:label "Event Cancelled" ;
  rdfs:comment "The event has been cancelled. If the event has multiple startDate values, all are assumed to be cancelled. Either startDate or previousStartDate may be used to specify the event's cancelled date(s)." ;
  tmc:instanceOf tmc:EventStatusType .

tmc:EventMovedOnline a tmc:EventStatusType ;
  rdfs:label "Event Moved Online" ;
  rdfs:comment "Indicates that the event was changed to allow online participation. See eventAttendanceMode for specifics of whether it is now fully or partially online." ;
  tmc:instanceOf tmc:EventStatusType .

tmc:EventPostponed a tmc:EventStatusType ;
  rdfs:label "Event Postponed" ;
  rdfs:comment "The event has been postponed and no new date has been set. The event's previousStartDate should be set." ;
  tmc:instanceOf tmc:EventStatusType .

tmc:EventRescheduled a tmc:EventStatusType ;
  rdfs:label "Event Rescheduled" ;
  rdfs:comment "The event has been rescheduled. The event's previousStartDate should be set to the old date and the startDate should be set to the event's new date. (If the event has been rescheduled multiple times, the previousStartDate property may be repeated.)" ;
  tmc:instanceOf tmc:EventStatusType .

tmc:EventReservation a rdfs:Class ;
  rdfs:label "Event Reservation" ;
  rdfs:comment "A reservation for an event like a concert, sporting event, or lecture.\\n\\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use [[Offer]]." ;
  rdfs:subClassOf tmc:Reservation ;
  owl:equivalentClass schema:EventReservation .

tmc:events a rdf:Property ;
  rdfs:label "events" ;
  rdfs:comment "Upcoming or past events associated with this place or organization." ;
  schema:domainIncludes tmc:Place, tmc:Organization ;
  schema:rangeIncludes tmc:Event ;
  owl:equivalentProperty schema:events .

tmc:EventsAndConferences a rdfs:Class ;
  rdfs:label "Events & Conferences" ;
  rdfs:comment "B2B/B2C event discovery, ticketing, trade shows and conference services." ;
  rdfs:subClassOf tmc:Industry ;
  tmc:instanceOf tmc:IndustryType .

tmc:EventsAndConferences a tmc:IndustryType .

tmc:eventSchedule a rdf:Property ;
  rdfs:label "event Schedule" ;
  rdfs:comment "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." ;
  schema:domainIncludes tmc:Event ;
  schema:rangeIncludes tmc:Schedule ;
  owl:equivalentProperty schema:eventSchedule .

tmc:EventScheduled a tmc:EventStatusType ;
  rdfs:label "Event Scheduled" ;
  rdfs:comment "The event is taking place or has taken place on the startDate as scheduled. Use of this value is optional, as it is assumed by default." ;
  tmc:instanceOf tmc:EventStatusType .

tmc:EventSeries a rdfs:Class ;
  rdfs:label "Event Series" ;
  rdfs:comment "A series of [[Event]]s. Included events can relate with the series using the [[superEvent]] property.\n\nAn EventSeries is a collection of events that share some unifying characteristic. For example, \"The Olympic Games\" is a series, which\nis repeated regularly. The \"2012 London Olympics\" can be presented both as an [[Event]] in the series \"Olympic Games\", and as an\n[[EventSeries]] that included a number of sporting competitions as Events.\n\nThe nature of the association between the events in an [[EventSeries]] can vary, but typical examples could\ninclude 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.\n\nEventSeries has been defined as a kind of Event to make it easy for publishers to use it in an Event context without\nworrying about which kinds of series are really event-like enough to call an Event. In general an EventSeries\nmay seem more Event-like when the period of time is compact and when aspects such as location are fixed, but\nit may also sometimes prove useful to describe a longer-term series as an Event.\n   " ;
  rdfs:subClassOf tmc:Event, tmc:Series ;
  owl:equivalentClass schema:EventSeries .

tmc:eventStatus a rdf:Property ;
  rdfs:label "event Status" ;
  rdfs:comment "An eventStatus of an event represents its status; particularly useful when an event is cancelled or rescheduled." ;
  schema:domainIncludes tmc:Event ;
  schema:rangeIncludes tmc:EventStatusType ;
  owl:equivalentProperty schema:eventStatus .

tmc:EventStatusType a rdfs:Class ;
  rdfs:label "Event Status Type" ;
  rdfs:comment "EventStatusType is an enumeration type whose instances represent several states that an Event may be in." ;
  rdfs:subClassOf tmc:StatusEnumeration ;
  owl:equivalentClass schema:EventStatusType .

tmc:EventType a rdfs:Class, schema:Enumeration ;
  rdfs:label "Event Types" ;
  rdfs:subClassOf tmc:Enumeration .

tmc:EventVenue a rdfs:Class ;
  rdfs:label "Event Venue" ;
  rdfs:comment "An event venue." ;
  rdfs:subClassOf tmc:CivicStructure ;
  owl:equivalentClass schema:EventVenue .

tmc:evidenceLevel a rdf:Property ;
  rdfs:label "evidence Level" ;
  rdfs:comment "Strength of evidence of the data used to formulate the guideline (enumerated)." ;
  schema:domainIncludes tmc:MedicalGuideline ;
  schema:rangeIncludes tmc:MedicalEvidenceLevel ;
  owl:equivalentProperty schema:evidenceLevel .

tmc:EvidenceLevelA a tmc:MedicalEvidenceLevel ;
  rdfs:label "Evidence Level A" ;
  rdfs:comment "Data derived from multiple randomized clinical trials or meta-analyses." ;
  tmc:instanceOf tmc:MedicalEvidenceLevel .

tmc:EvidenceLevelB a tmc:MedicalEvidenceLevel ;
  rdfs:label "Evidence Level B" ;
  rdfs:comment "Data derived from a single randomized trial, or nonrandomized studies." ;
  tmc:instanceOf tmc:MedicalEvidenceLevel .

tmc:EvidenceLevelC a tmc:MedicalEvidenceLevel ;
  rdfs:label "Evidence Level C" ;
  rdfs:comment "Only consensus opinion of experts, case studies, or standard-of-care." ;
  tmc:instanceOf tmc:MedicalEvidenceLevel .

tmc:evidenceOrigin a rdf:Property ;
  rdfs:label "evidence Origin" ;
  rdfs:comment "Source of the data used to formulate the guidance, e.g. RCT, consensus opinion, etc." ;
  schema:domainIncludes tmc:MedicalGuideline ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:evidenceOrigin .

tmc:exampleOfWork a rdf:Property ;
  rdfs:label "example Of Work" ;
  rdfs:comment "A creative work that this work is an example/instance/realization/derivation of." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes tmc:CreativeWork ;
  schema:inverseOf tmc:workExample ;
  owl:equivalentProperty schema:exampleOfWork .

tmc:exceptDate a rdf:Property ;
  rdfs:label "except Date" ;
  rdfs:comment "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." ;
  schema:domainIncludes tmc:Schedule ;
  schema:rangeIncludes schema:DateTime, schema:Date ;
  owl:equivalentProperty schema:exceptDate .

tmc:ExchangeRateSpecification a rdfs:Class ;
  rdfs:label "Exchange Rate Specification" ;
  rdfs:comment "A structured value representing exchange rate." ;
  rdfs:subClassOf tmc:StructuredValue ;
  owl:equivalentClass schema:ExchangeRateSpecification .

tmc:exchangeRateSpread a rdf:Property ;
  rdfs:label "exchange Rate Spread" ;
  rdfs:comment "The difference between the price at which a broker or other intermediary buys and sells foreign currency." ;
  schema:domainIncludes tmc:ExchangeRateSpecification ;
  schema:rangeIncludes tmc:MonetaryAmount, schema:Number ;
  owl:equivalentProperty schema:exchangeRateSpread .

tmc:ExchangeRefund a tmc:RefundTypeEnumeration ;
  rdfs:label "Exchange Refund" ;
  rdfs:comment "Specifies that a refund can be done as an exchange for the same product." ;
  tmc:instanceOf tmc:RefundTypeEnumeration .

tmc:executableLibraryName a rdf:Property ;
  rdfs:label "executable Library Name" ;
  rdfs:comment "Library file name, e.g., mscorlib.dll, system.web.dll." ;
  schema:domainIncludes tmc:APIReference ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:executableLibraryName .

tmc:ExerciseAction a rdfs:Class ;
  rdfs:label "Exercise Action" ;
  rdfs:comment "The act of participating in exertive activity for the purposes of improving health and fitness." ;
  rdfs:subClassOf tmc:PlayAction ;
  owl:equivalentClass schema:ExerciseAction .

tmc:ExerciseAndFitness a rdfs:Class ;
  rdfs:label "Exercise and fitness" ;
  rdfs:subClassOf tmc:PhysicalActivity ;
  tmc:instanceOf tmc:PhysicalActivityCategory .

tmc:ExerciseAndFitness a tmc:PhysicalActivityCategory .

tmc:exerciseCourse a rdf:Property ;
  rdfs:label "exercise Course" ;
  rdfs:comment "A sub property of location. The course where this action was taken." ;
  rdfs:subPropertyOf tmc:location ;
  schema:domainIncludes tmc:ExerciseAction ;
  schema:rangeIncludes tmc:Place ;
  owl:equivalentProperty schema:exerciseCourse .

tmc:ExerciseGym a rdfs:Class ;
  rdfs:label "Exercise Gym" ;
  rdfs:comment "A gym." ;
  rdfs:subClassOf tmc:SportsActivityLocation ;
  tmc:instanceOf tmc:LocalBusinessType, tmc:SportsActivityLocationType ;
  owl:equivalentClass schema:ExerciseGym .

tmc:ExerciseGym a tmc:LocalBusinessType, tmc:SportsActivityLocationType .

tmc:exercisePlan a rdf:Property ;
  rdfs:label "exercise Plan" ;
  rdfs:comment "A sub property of instrument. The exercise plan used on this action." ;
  rdfs:subPropertyOf tmc:instrument ;
  schema:domainIncludes tmc:ExerciseAction ;
  schema:rangeIncludes tmc:ExercisePlan ;
  owl:equivalentProperty schema:exercisePlan .

tmc:ExercisePlan a rdfs:Class ;
  rdfs:label "Exercise Plan" ;
  rdfs:comment "Fitness-related activity designed for a specific health-related purpose, including defined exercise routines as well as activity prescribed by a clinician." ;
  rdfs:subClassOf tmc:CreativeWork, tmc:PhysicalActivity ;
  owl:equivalentClass schema:ExercisePlan .

tmc:exerciseRelatedDiet a rdf:Property ;
  rdfs:label "exercise Related Diet" ;
  rdfs:comment "A sub property of instrument. The diet used in this action." ;
  rdfs:subPropertyOf tmc:instrument ;
  schema:domainIncludes tmc:ExerciseAction ;
  schema:rangeIncludes tmc:Diet ;
  owl:equivalentProperty schema:exerciseRelatedDiet .

tmc:exerciseType a rdf:Property ;
  rdfs:label "exercise Type" ;
  rdfs:comment "Type(s) of exercise or activity, such as strength training, flexibility training, aerobics, cardiac rehabilitation, etc." ;
  schema:domainIncludes tmc:ExerciseAction, tmc:ExercisePlan ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:exerciseType .

tmc:ExhibitionEvent a rdfs:Class ;
  rdfs:label "Exhibition Event" ;
  rdfs:comment "Event type: Exhibition event, e.g. at a museum, library, archive, tradeshow, ..." ;
  rdfs:subClassOf tmc:Event ;
  owl:equivalentClass schema:ExhibitionEvent .

tmc:exifData a rdf:Property ;
  rdfs:label "exif Data" ;
  rdfs:comment "exif data for this object." ;
  schema:domainIncludes tmc:ImageObject ;
  schema:rangeIncludes schema:Text, tmc:PropertyValue ;
  owl:equivalentProperty schema:exifData .

tmc:existingCustomers a rdf:Property ;
  rdfs:label "Existing Customers" ;
  rdfs:comment "Indicates whether a provider has existing customers when applying for activation." ;
  schema:domainIncludes tmc:Provider ;
  schema:rangeIncludes schema:Boolean .

tmc:expectedArrivalFrom a rdf:Property ;
  rdfs:label "expected Arrival From" ;
  rdfs:comment "The earliest date the package may arrive." ;
  schema:domainIncludes tmc:ParcelDelivery ;
  schema:rangeIncludes schema:Date, schema:DateTime ;
  owl:equivalentProperty schema:expectedArrivalFrom .

tmc:expectedArrivalUntil a rdf:Property ;
  rdfs:label "expected Arrival Until" ;
  rdfs:comment "The latest date the package may arrive." ;
  schema:domainIncludes tmc:ParcelDelivery ;
  schema:rangeIncludes schema:DateTime, schema:Date ;
  owl:equivalentProperty schema:expectedArrivalUntil .

tmc:expectedPrognosis a rdf:Property ;
  rdfs:label "expected Prognosis" ;
  rdfs:comment "The likely outcome in either the short term or long term of the medical condition." ;
  schema:domainIncludes tmc:MedicalCondition ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:expectedPrognosis .

tmc:expectsAcceptanceOf a rdf:Property ;
  rdfs:label "expects Acceptance Of" ;
  rdfs:comment "An Offer which must be accepted before the user can perform the Action. For example, the user may need to buy a movie before being able to watch it." ;
  schema:domainIncludes tmc:MediaSubscription, tmc:ConsumeAction, tmc:ActionAccessSpecification ;
  schema:rangeIncludes tmc:Offer ;
  owl:equivalentProperty schema:expectsAcceptanceOf .

tmc:experienceInPlaceOfEducation a rdf:Property ;
  rdfs:label "experience In Place Of Education" ;
  rdfs:comment "Indicates whether a [[JobPosting]] will accept experience (as indicated by [[OccupationalExperienceRequirements]]) in place of its formal educational qualifications (as indicated by [[educationRequirements]]). If true, indicates that satisfying one of these requirements is sufficient." ;
  schema:domainIncludes tmc:JobPosting ;
  schema:rangeIncludes schema:Boolean ;
  owl:equivalentProperty schema:experienceInPlaceOfEducation .

tmc:experienceRequirements a rdf:Property ;
  rdfs:label "experience Requirements" ;
  rdfs:comment "Description of skills and experience needed for the position or Occupation." ;
  schema:domainIncludes tmc:Occupation, tmc:JobPosting ;
  schema:rangeIncludes tmc:OccupationalExperienceRequirements, schema:Text ;
  owl:equivalentProperty schema:experienceRequirements .

tmc:expertConsiderations a rdf:Property ;
  rdfs:label "expert Considerations" ;
  rdfs:comment "Medical expert advice related to the plan." ;
  schema:domainIncludes tmc:Diet ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:expertConsiderations .

tmc:expires a rdf:Property ;
  rdfs:label "expires" ;
  rdfs:comment "Date the content expires and is no longer useful or available. For example a [[VideoObject]] or [[NewsArticle]] whose availability or relevance is time-limited, or a [[ClaimReview]] fact check whose publisher wants to indicate that it may no longer be relevant (or helpful to highlight) after some date." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes schema:Date, schema:DateTime ;
  owl:equivalentProperty schema:expires .

tmc:Exploration a tmc:PlayQuality ;
  rdfs:label "Exploration" ;
  rdfs:comment "Activities focused on discovery and learning, encouraging curiosity and investigative engagement." ;
  tmc:instanceOf tmc:PlayQuality .

tmc:expressedIn a rdf:Property ;
  rdfs:label "expressed In" ;
  rdfs:comment "Tissue, organ, biological sample, etc in which activity of this gene has been observed experimentally. For example brain, digestive system." ;
  schema:domainIncludes tmc:Gene ;
  schema:rangeIncludes tmc:DefinedTerm, tmc:BioChemEntity, tmc:AnatomicalSystem, tmc:AnatomicalStructure ;
  owl:equivalentProperty schema:expressedIn .

tmc:Eye a tmc:PhysicalExam ;
  rdfs:label "Eye" ;
  rdfs:comment "Eye or ophthalmological function assessment with clinical examination." ;
  tmc:instanceOf tmc:PhysicalExam .

tmc:Facility a rdfs:Class ;
  rdfs:label "Facility" ;
  rdfs:comment "A facility is a place that provides a service or product." ;
  rdfs:subClassOf tmc:Place ;
  tmc:instanceOf tmc:ListingType .

tmc:Facility a tmc:ListingType .

tmc:FailedActionStatus a tmc:ActionStatusType ;
  rdfs:label "Failed Action Status" ;
  rdfs:comment "An action that failed to complete. The action's error property and the HTTP return code contain more information about the failure." ;
  tmc:instanceOf tmc:ActionStatusType .

tmc:familyName a rdf:Property ;
  rdfs:label "family Name" ;
  rdfs:comment "The last name of a person." ;
  schema:domainIncludes tmc:Person ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:familyName .

tmc:FAQPage a rdfs:Class ;
  rdfs:label "FAQ Page" ;
  rdfs:comment "A [[FAQPage]] is a [[WebPage]] presenting one or more \"[Frequently asked questions](https://en.wikipedia.org/wiki/FAQ)\" (see also [[QAPage]])." ;
  rdfs:subClassOf tmc:WebPage ;
  owl:equivalentClass schema:FAQPage .

tmc:FastFoodRestaurant a rdfs:Class ;
  rdfs:label "Fast Food Restaurant" ;
  rdfs:comment "A fast-food restaurant." ;
  rdfs:subClassOf tmc:FoodEstablishment ;
  owl:equivalentClass schema:FastFoodRestaurant .

tmc:fatContent a rdf:Property ;
  rdfs:label "fat Content" ;
  rdfs:comment "The number of grams of fat." ;
  schema:domainIncludes tmc:NutritionInformation ;
  schema:rangeIncludes tmc:Mass ;
  owl:equivalentProperty schema:fatContent .

tmc:faxNumber a rdf:Property ;
  rdfs:label "fax Number" ;
  rdfs:comment "A string representing a fax number." ;
  schema:domainIncludes tmc:Organization, tmc:ContactPoint, tmc:Person, tmc:Place ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:faxNumber .

tmc:FDAcategoryA a tmc:DrugPregnancyCategory ;
  rdfs:label "FD Acategory A" ;
  rdfs:comment "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)." ;
  tmc:instanceOf tmc:DrugPregnancyCategory .

tmc:FDAcategoryB a tmc:DrugPregnancyCategory ;
  rdfs:label "FD Acategory B" ;
  rdfs:comment "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." ;
  tmc:instanceOf tmc:DrugPregnancyCategory .

tmc:FDAcategoryC a tmc:DrugPregnancyCategory ;
  rdfs:label "FD Acategory C" ;
  rdfs:comment "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." ;
  tmc:instanceOf tmc:DrugPregnancyCategory .

tmc:FDAcategoryD a tmc:DrugPregnancyCategory ;
  rdfs:label "FD Acategory D" ;
  rdfs:comment "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." ;
  tmc:instanceOf tmc:DrugPregnancyCategory .

tmc:FDAcategoryX a tmc:DrugPregnancyCategory ;
  rdfs:label "FD Acategory X" ;
  rdfs:comment "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." ;
  tmc:instanceOf tmc:DrugPregnancyCategory .

tmc:FDAnotEvaluated a tmc:DrugPregnancyCategory ;
  rdfs:label "FD Anot Evaluated" ;
  rdfs:comment "A designation that the drug in question has not been assigned a pregnancy category designation by the US FDA." ;
  tmc:instanceOf tmc:DrugPregnancyCategory .

tmc:Feature a rdfs:Class ;
  rdfs:label "Feature" ;
  rdfs:comment "A feature of a product or service." ;
  rdfs:subClassOf tmc:FeatureEntity .

tmc:FeatureAccessibilityInclusion a rdfs:Class ;
  rdfs:label "Accessibility and Inclusion" ;
  rdfs:comment "Accessibility features, inclusive design options, and support for diverse abilities." ;
  rdfs:subClassOf tmc:Feature ;
  tmc:instanceOf tmc:FeatureType .

tmc:FeatureAccessibilityInclusion a tmc:FeatureType .

tmc:FeatureAccessRewards a rdfs:Class ;
  rdfs:label "Reward Access" ;
  rdfs:comment "Access to consumer rewards such as vouchers and targeted promotional offers." ;
  rdfs:subClassOf tmc:Feature ;
  tmc:instanceOf tmc:FeatureType .

tmc:FeatureAccessRewards a tmc:FeatureType .

tmc:FeatureAdvertise a rdfs:Class ;
  rdfs:label "Listing Promotion" ;
  rdfs:comment "Capabilities for promoting listings and attributing conversions across channels." ;
  rdfs:subClassOf tmc:Feature ;
  tmc:instanceOf tmc:FeatureType .

tmc:FeatureAdvertise a tmc:FeatureType .

tmc:FeatureAffiliates a rdfs:Class ;
  rdfs:label "Affiliate Attribution" ;
  rdfs:comment "Affiliate tracking, link attribution, and commission management for promoters." ;
  rdfs:subClassOf tmc:Feature ;
  tmc:instanceOf tmc:FeatureType .

tmc:FeatureAffiliates a tmc:FeatureType .

tmc:FeatureAi a rdfs:Class ;
  rdfs:label "Artificial Intelligence Services" ;
  rdfs:comment "AI-assisted authoring, recommendation, and content enrichment services." ;
  rdfs:subClassOf tmc:Feature ;
  tmc:instanceOf tmc:FeatureType .

tmc:FeatureAi a tmc:FeatureType .

tmc:FeatureAnalytics a rdfs:Class ;
  rdfs:label "Analytics and Reporting" ;
  rdfs:comment "Measurement, reporting, and insight generation for marketplace activity." ;
  rdfs:subClassOf tmc:Feature ;
  tmc:instanceOf tmc:FeatureType .

tmc:FeatureAnalytics a tmc:FeatureType .

tmc:FeatureCalendar a rdfs:Class ;
  rdfs:label "Calendar and Scheduling" ;
  rdfs:comment "Calendaring, schedules, and availability management for bookings and events." ;
  rdfs:subClassOf tmc:Feature ;
  tmc:instanceOf tmc:FeatureType .

tmc:FeatureCalendar a tmc:FeatureType .

tmc:FeatureCapability a rdfs:Class ;
  rdfs:label "Feature Capability" ;
  rdfs:comment "A capability of a product or service." ;
  rdfs:subClassOf tmc:FeatureEntity .

tmc:FeatureCapabilityAnalysisInsights a rdfs:Class ;
  rdfs:label "Analysis & Insights" ;
  rdfs:comment "Real-time analytics and benchmarking that drive smarter decisions, ecosystem intelligence, and continuous improvement." ;
  rdfs:subClassOf tmc:FeatureCapability ;
  tmc:instanceOf tmc:FeatureCapabilityType .

tmc:FeatureCapabilityAnalysisInsights a tmc:FeatureCapabilityType .

tmc:FeatureCapabilityArtificialIntelligence a rdfs:Class ;
  rdfs:label "Artificial Intelligence" ;
  rdfs:comment "Context-aware AI that personalizes experiences, optimizes workflows, and surfaces insights in real time." ;
  rdfs:subClassOf tmc:FeatureCapability ;
  tmc:instanceOf tmc:FeatureCapabilityType .

tmc:FeatureCapabilityArtificialIntelligence a tmc:FeatureCapabilityType .

tmc:FeatureCapabilityBrandedExperience a rdfs:Class ;
  rdfs:label "Branded Experience Framework" ;
  rdfs:comment "White-label framework enabling complete brand control across user journeys." ;
  rdfs:subClassOf tmc:FeatureCapability ;
  tmc:instanceOf tmc:FeatureCapabilityType .

tmc:FeatureCapabilityBrandedExperience a tmc:FeatureCapabilityType .

tmc:FeatureCapabilityCoreInfrastructure a rdfs:Class ;
  rdfs:label "Core Infrastructure" ;
  rdfs:comment "Foundational systems that power secure, scalable, and high-performance marketplace operations." ;
  rdfs:subClassOf tmc:FeatureCapability ;
  tmc:instanceOf tmc:FeatureCapabilityType .

tmc:FeatureCapabilityCoreInfrastructure a tmc:FeatureCapabilityType .

tmc:FeatureCapabilityDataKnowledgeGraphs a rdfs:Class ;
  rdfs:label "Data Knowledge Graphs" ;
  rdfs:comment "Intelligent data architecture connecting information across systems, entities, and relationships for contextual decision-making." ;
  rdfs:subClassOf tmc:FeatureCapability ;
  tmc:instanceOf tmc:FeatureCapabilityType .

tmc:FeatureCapabilityDataKnowledgeGraphs a tmc:FeatureCapabilityType .

tmc:FeatureCapabilityDataSovereignty a rdfs:Class ;
  rdfs:label "Data Sovereignty Controls" ;
  rdfs:comment "Enterprise-grade governance that preserves organizational data ownership while enabling secure, permissioned sharing." ;
  rdfs:subClassOf tmc:FeatureCapability ;
  tmc:instanceOf tmc:FeatureCapabilityType .

tmc:FeatureCapabilityDataSovereignty a tmc:FeatureCapabilityType .

tmc:FeatureCapabilityDistributionEngine a rdfs:Class ;
  rdfs:label "Ecosystem Distribution Engine" ;
  rdfs:comment "Tools to launch, manage, and scale interconnected marketplaces, storefronts, and partner networks." ;
  rdfs:subClassOf tmc:FeatureCapability ;
  tmc:instanceOf tmc:FeatureCapabilityType .

tmc:FeatureCapabilityDistributionEngine a tmc:FeatureCapabilityType .

tmc:FeatureCapabilityLifecycleEngine a rdfs:Class ;
  rdfs:label "Full Lifecycle Engine" ;
  rdfs:comment "A unified commerce and relationship engine covering the journey from discovery through fulfillment." ;
  rdfs:subClassOf tmc:FeatureCapability ;
  tmc:instanceOf tmc:FeatureCapabilityType .

tmc:FeatureCapabilityLifecycleEngine a tmc:FeatureCapabilityType .

tmc:FeatureCapabilityTrustArchitecture a rdfs:Class ;
  rdfs:label "Trust Architecture" ;
  rdfs:comment "Multi-layered verification, safety, and compliance systems that establish confidence between participants." ;
  rdfs:subClassOf tmc:FeatureCapability ;
  tmc:instanceOf tmc:FeatureCapabilityType .

tmc:FeatureCapabilityTrustArchitecture a tmc:FeatureCapabilityType .

tmc:FeatureCapabilityType a rdfs:Class, schema:Enumeration ;
  rdfs:label "Feature Capability Type" ;
  rdfs:comment "A controlled vocabulary of top-level capability domains that describe what the platform enables at an architectural and outcome level. Each capability aggregates related feature groups and systems (e.g., data, infra, trust) into a stable, cross-cutting pillar used for strategy, ownership, and KPI rollups." ;
  rdfs:subClassOf tmc:Enumeration ;
  tmc:enumerationOf tmc:FeatureCapability .

tmc:FeatureCustomerRelations a rdfs:Class ;
  rdfs:label "Customer Relationship Management" ;
  rdfs:comment "Customer records, interactions, notes, and outreach tools." ;
  rdfs:subClassOf tmc:Feature ;
  tmc:instanceOf tmc:FeatureType .

tmc:FeatureCustomerRelations a tmc:FeatureType .

tmc:FeatureDocuments a rdfs:Class ;
  rdfs:label "Document Repository" ;
  rdfs:comment "Shared document storage, reuse, and distribution between providers and customers." ;
  rdfs:subClassOf tmc:Feature ;
  tmc:instanceOf tmc:FeatureType .

tmc:FeatureDocuments a tmc:FeatureType .

tmc:FeatureEntity a rdfs:Class ;
  rdfs:label "Feature Entity" ;
  rdfs:comment "A platform feature of a product or service." ;
  rdfs:subClassOf tmc:PlatformEntity .

tmc:FeatureFavoritesLists a rdfs:Class ;
  rdfs:label "Favorites and Lists" ;
  rdfs:comment "Saving, following, and curated lists for discovery and sharing." ;
  rdfs:subClassOf tmc:Feature ;
  tmc:instanceOf tmc:FeatureType .

tmc:FeatureFavoritesLists a tmc:FeatureType .

tmc:FeatureForms a rdfs:Class ;
  rdfs:label "Custom Forms" ;
  rdfs:comment "Configurable forms for structured data collection at checkout or standalone." ;
  rdfs:subClassOf tmc:Feature ;
  tmc:instanceOf tmc:FeatureType .

tmc:FeatureForms a tmc:FeatureType .

tmc:FeatureFriendsTeams a rdfs:Class ;
  rdfs:label "Social and Teams" ;
  rdfs:comment "Friend graphs, team formation, membership, and collaboration spaces." ;
  rdfs:subClassOf tmc:Feature ;
  tmc:instanceOf tmc:FeatureType .

tmc:FeatureFriendsTeams a tmc:FeatureType .

tmc:FeatureGroup a rdfs:Class ;
  rdfs:label "Feature Group" ;
  rdfs:subClassOf tmc:FeatureEntity .

tmc:FeatureGroupCreate a rdfs:Class ;
  rdfs:label "Create and Manage" ;
  rdfs:comment "Features for authoring, configuring, and managing marketplace entities and data." ;
  rdfs:subClassOf tmc:FeatureGroup ;
  tmc:instanceOf tmc:FeatureGroupType .

tmc:FeatureGroupCreate a tmc:FeatureGroupType .

tmc:FeatureGroupEnhance a rdfs:Class ;
  rdfs:label "Enhance and Assist" ;
  rdfs:comment "Features that enhance content quality, decision-making, and user experience." ;
  rdfs:subClassOf tmc:FeatureGroup ;
  tmc:instanceOf tmc:FeatureGroupType .

tmc:FeatureGroupEnhance a tmc:FeatureGroupType .

tmc:FeatureGroupFind a rdfs:Class ;
  rdfs:label "Find and Discover" ;
  rdfs:comment "Features that support search, filtering, browsing, and discovery of entities and content." ;
  rdfs:subClassOf tmc:FeatureGroup ;
  tmc:instanceOf tmc:FeatureGroupType .

tmc:FeatureGroupFind a tmc:FeatureGroupType .

tmc:FeatureGroupInnovate a rdfs:Class ;
  rdfs:label "Innovate and Extend" ;
  rdfs:comment "Features that introduce novel capabilities or extend the platform via experimentation and extensibility." ;
  rdfs:subClassOf tmc:FeatureGroup ;
  tmc:instanceOf tmc:FeatureGroupType .

tmc:FeatureGroupInnovate a tmc:FeatureGroupType .

tmc:FeatureGroupPromote a rdfs:Class ;
  rdfs:label "Promote and Market" ;
  rdfs:comment "Features for promotion, advertising, attribution, and audience growth." ;
  rdfs:subClassOf tmc:FeatureGroup ;
  tmc:instanceOf tmc:FeatureGroupType .

tmc:FeatureGroupPromote a tmc:FeatureGroupType .

tmc:FeatureGroupReward a rdfs:Class ;
  rdfs:label "Reward and Loyalty" ;
  rdfs:comment "Features for incentives, vouchers, campaigns, and targeted benefits." ;
  rdfs:subClassOf tmc:FeatureGroup ;
  tmc:instanceOf tmc:FeatureGroupType .

tmc:FeatureGroupReward a tmc:FeatureGroupType .

tmc:FeatureGroupTrust a rdfs:Class ;
  rdfs:label "Trust, Safety, and Compliance" ;
  rdfs:comment "Features for identity assurance, policy compliance, security, and reputation signals." ;
  rdfs:subClassOf tmc:FeatureGroup ;
  tmc:instanceOf tmc:FeatureGroupType .

tmc:FeatureGroupTrust a tmc:FeatureGroupType .

tmc:FeatureGroupType a rdfs:Class, schema:Enumeration ;
  rdfs:label "Feature Group Type" ;
  rdfs:subClassOf tmc:Enumeration ;
  tmc:enumerationOf tmc:FeatureGroup .

tmc:FeatureHealth a rdfs:Class ;
  rdfs:label "Health and Performance" ;
  rdfs:comment "Capture and analysis of health, fitness, and performance metrics." ;
  rdfs:subClassOf tmc:Feature ;
  tmc:instanceOf tmc:FeatureType .

tmc:FeatureHealth a tmc:FeatureType .

tmc:FeatureInbox a rdfs:Class ;
  rdfs:label "Messaging and Inbox" ;
  rdfs:comment "Asynchronous messaging among consumers, providers, and support." ;
  rdfs:subClassOf tmc:Feature ;
  tmc:instanceOf tmc:FeatureType .

tmc:FeatureInbox a tmc:FeatureType .

tmc:FeatureIntegrations a rdfs:Class ;
  rdfs:label "Third-Party Integrations" ;
  rdfs:comment "Connections to external systems and services for extended capability." ;
  rdfs:subClassOf tmc:Feature ;
  tmc:instanceOf tmc:FeatureType .

tmc:FeatureIntegrations a tmc:FeatureType .

tmc:FeatureInternationalization a rdfs:Class ;
  rdfs:label "Internationalization" ;
  rdfs:comment "Locale, language, currency, and related configuration for global operation." ;
  rdfs:subClassOf tmc:Feature ;
  tmc:instanceOf tmc:FeatureType .

tmc:FeatureInternationalization a tmc:FeatureType .

tmc:featureList a rdf:Property ;
  rdfs:label "feature List" ;
  rdfs:comment "Features or modules provided by this application (and possibly required by other applications)." ;
  schema:domainIncludes tmc:SoftwareApplication ;
  schema:rangeIncludes schema:URL, schema:Text, tmc:Feature ;
  owl:equivalentProperty schema:featureList .

tmc:FeatureMarketplaces a rdfs:Class ;
  rdfs:label "Custom Marketplaces" ;
  rdfs:comment "Tenant-specific marketplaces with scoped datasets, policies, and branding." ;
  rdfs:subClassOf tmc:Feature ;
  tmc:instanceOf tmc:FeatureType .

tmc:FeatureMarketplaces a tmc:FeatureType .

tmc:FeatureOfferRewards a rdfs:Class ;
  rdfs:label "Reward Campaigns" ;
  rdfs:comment "Campaigns issuing vouchers and incentives with eligibility and redemption rules." ;
  rdfs:subClassOf tmc:Feature ;
  tmc:instanceOf tmc:FeatureType .

tmc:FeatureOfferRewards a tmc:FeatureType .

tmc:FeaturePosts a rdfs:Class ;
  rdfs:label "Publishing" ;
  rdfs:comment "Long-form and short-form content publishing and feeds." ;
  rdfs:subClassOf tmc:Feature ;
  tmc:instanceOf tmc:FeatureType .

tmc:FeaturePosts a tmc:FeatureType .

tmc:FeatureProfiles a rdfs:Class ;
  rdfs:label "Profiles" ;
  rdfs:comment "Public identity, presentation, and metadata of users and providers." ;
  rdfs:subClassOf tmc:Feature ;
  tmc:instanceOf tmc:FeatureType .

tmc:FeatureProfiles a tmc:FeatureType .

tmc:FeaturePurchasesBookings a rdfs:Class ;
  rdfs:label "Purchases and Bookings" ;
  rdfs:comment "Order, payment, and booking records and associated lifecycle events." ;
  rdfs:subClassOf tmc:Feature ;
  tmc:instanceOf tmc:FeatureType .

tmc:FeaturePurchasesBookings a tmc:FeatureType .

tmc:FeatureReviews a rdfs:Class ;
  rdfs:label "Ratings and Reviews" ;
  rdfs:comment "Review capture, moderation, and discovery signals for entities." ;
  rdfs:subClassOf tmc:Feature ;
  tmc:instanceOf tmc:FeatureType .

tmc:FeatureReviews a tmc:FeatureType .

tmc:feature a rdf:Property ;
  rdfs:label "Feature" ;
  rdfs:comment "A feature of a product or service." ;
  schema:domainIncludes tmc:Marketplace, tmc:Industry ;
  schema:rangeIncludes tmc:FeatureType .

tmc:FeatureSearch a rdfs:Class ;
  rdfs:label "Search and Discovery" ;
  rdfs:comment "Search, filtering, and discovery across marketplace entities." ;
  rdfs:subClassOf tmc:Feature ;
  tmc:instanceOf tmc:FeatureType .

tmc:FeatureSearch a tmc:FeatureType .

tmc:FeatureSecurityCompliance a rdfs:Class ;
  rdfs:label "Security and Compliance" ;
  rdfs:comment "Controls for data protection, auditing, and regulatory compliance." ;
  rdfs:subClassOf tmc:Feature ;
  tmc:instanceOf tmc:FeatureType .

tmc:FeatureSecurityCompliance a tmc:FeatureType .

tmc:FeatureSell a rdfs:Class ;
  rdfs:label "Listing Commerce" ;
  rdfs:comment "Payment capture and inventory controls for sellable listings." ;
  rdfs:subClassOf tmc:Feature ;
  tmc:instanceOf tmc:FeatureType .

tmc:FeatureSell a tmc:FeatureType .

tmc:FeatureSuccessToolkit a rdfs:Class ;
  rdfs:label "Provider Operations Toolkit" ;
  rdfs:comment "Administrative tooling to create, manage, and optimize marketplace offerings." ;
  rdfs:subClassOf tmc:Feature ;
  tmc:instanceOf tmc:FeatureType .

tmc:FeatureSuccessToolkit a tmc:FeatureType .

tmc:FeatureTeamCollaboration a rdfs:Class ;
  rdfs:label "Team Collaboration" ;
  rdfs:comment "Multi-user access control, roles, and shared workspaces for organizations." ;
  rdfs:subClassOf tmc:Feature ;
  tmc:instanceOf tmc:FeatureType .

tmc:FeatureTeamCollaboration a tmc:FeatureType .

tmc:FeatureType a rdfs:Class, schema:Enumeration ;
  rdfs:label "FeatureType" ;
  rdfs:comment "A feature of a product or service." ;
  rdfs:subClassOf tmc:Enumeration ;
  tmc:enumerationOf tmc:Feature .

tmc:FeatureVerification a rdfs:Class ;
  rdfs:label "Verification and Curation" ;
  rdfs:comment "Identity, eligibility, and quality verification workflows for accounts and content." ;
  rdfs:subClassOf tmc:Feature ;
  tmc:instanceOf tmc:FeatureType .

tmc:FeatureVerification a tmc:FeatureType .

tmc:FeatureWorkflows a rdfs:Class ;
  rdfs:label "Workflow Automation" ;
  rdfs:comment "Configurable automations for notifications, scheduling, and operational processes." ;
  rdfs:subClassOf tmc:Feature ;
  tmc:instanceOf tmc:FeatureType .

tmc:FeatureWorkflows a tmc:FeatureType .

tmc:SubFeature a rdfs:Class ;
  rdfs:label "Sub Feature" ;
  rdfs:comment "A specific capability or component within a platform feature." ;
  rdfs:subClassOf tmc:FeatureEntity .

tmc:SubFeatureType a rdfs:Class, schema:Enumeration ;
  rdfs:label "Sub Feature Type" ;
  rdfs:comment "A taxonomy of sub-features that belong to marketplace features." ;
  rdfs:subClassOf tmc:Enumeration ;
  tmc:enumerationOf tmc:SubFeature .

tmc:SubFeatureCumulativeSavings a rdfs:Class ;
  rdfs:label "Cumulative Savings" ;
  rdfs:comment "Watch your savings grow over time with our cumulative tracking feature, motivating you to play more and save big." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureCumulativeSavings a tmc:SubFeatureType .

tmc:SubFeatureEasyVoucherRedemption a rdfs:Class ;
  rdfs:label "Easy Voucher Redemption" ;
  rdfs:comment "Seamlessly redeem your hard-earned rewards with just a few clicks, making savings effortless and enjoyable." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureEasyVoucherRedemption a tmc:SubFeatureType .

tmc:SubFeatureGroupDiscounts a rdfs:Class ;
  rdfs:label "Group Discounts" ;
  rdfs:comment "Amplify the fun and savings with exclusive discounts on group activities, perfect for team outings or family adventures." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureGroupDiscounts a tmc:SubFeatureType .

tmc:SubFeatureMembershipPerks a rdfs:Class ;
  rdfs:label "Membership Perks" ;
  rdfs:comment "Elevate your play experience with exclusive benefits through our partner memberships, unlocking a world of premium perks." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureMembershipPerks a tmc:SubFeatureType .

tmc:SubFeaturePersonalizedRewards a rdfs:Class ;
  rdfs:label "Personalized Rewards" ;
  rdfs:comment "Unlock tailored savings that align with your play preferences and fitness goals, enhancing your overall experience." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeaturePersonalizedRewards a tmc:SubFeatureType .

tmc:SubFeatureReferralBonuses a rdfs:Class ;
  rdfs:label "Referral Bonuses" ;
  rdfs:comment "Share the joy of play and earn enticing rewards by introducing friends to our vibrant community of sports and recreation enthusiasts." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureReferralBonuses a tmc:SubFeatureType .

tmc:SubFeatureRewardAlerts a rdfs:Class ;
  rdfs:label "Reward Alerts" ;
  rdfs:comment "Stay in the loop with timely notifications about new savings opportunities, ensuring you never miss a chance to enhance your play experience." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureRewardAlerts a tmc:SubFeatureType .

tmc:SubFeatureSavingsTracker a rdfs:Class ;
  rdfs:label "Savings Tracker" ;
  rdfs:comment "Visualize your financial wins with our intuitive savings tracker, showcasing how much you've saved through FindPlay." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureSavingsTracker a tmc:SubFeatureType .

tmc:SubFeatureSeasonalOffers a rdfs:Class ;
  rdfs:label "Seasonal Offers" ;
  rdfs:comment "Stay ahead of the game with limited-time discounts, allowing you to maximize savings on seasonal activities and events." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureSeasonalOffers a tmc:SubFeatureType .

tmc:SubFeatureCustomizableInterface a rdfs:Class ;
  rdfs:label "Customizable Interface" ;
  rdfs:comment "Personalize your experience with adjustable font sizes, color themes, and display settings to match your visual preferences and needs." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureCustomizableInterface a tmc:SubFeatureType .

tmc:SubFeatureAccessibleDesignStandards a rdfs:Class ;
  rdfs:label "Accessible Design Standards" ;
  rdfs:comment "Our platform adheres to WCAG guidelines with optimized color contrast, keyboard navigation, and screen reader compatibility for barrier-free access." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureAccessibleDesignStandards a tmc:SubFeatureType .

tmc:SubFeatureVenueAccessibilityInformation a rdfs:Class ;
  rdfs:label "Venue Accessibility Information" ;
  rdfs:comment "Easily find venues with detailed accessibility features including wheelchair access, hearing loops, sensory accommodations, and service animal policies." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureVenueAccessibilityInformation a tmc:SubFeatureType .

tmc:SubFeatureAdaptedPlayCategories a rdfs:Class ;
  rdfs:label "Adapted Play Categories" ;
  rdfs:comment "Discover activities specifically designed for various abilities, including wheelchair sports, sensory-friendly events, and modified equipment options." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureAdaptedPlayCategories a tmc:SubFeatureType .

tmc:SubFeatureInclusiveActivityFiltering a rdfs:Class ;
  rdfs:label "Inclusive Activity Filtering" ;
  rdfs:comment "Find activities welcoming participants of all abilities, with clear indicators for inclusive environments where everyone can participate together." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureInclusiveActivityFiltering a tmc:SubFeatureType .

tmc:SubFeatureAssistiveTechnologySupport a rdfs:Class ;
  rdfs:label "Assistive Technology Support" ;
  rdfs:comment "Our platform works seamlessly with screen readers, voice commands, and other assistive technologies to ensure everyone can navigate with ease." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureAssistiveTechnologySupport a tmc:SubFeatureType .

tmc:SubFeatureCommunityGuidelinesReporting a rdfs:Class ;
  rdfs:label "Community Guidelines & Reporting" ;
  rdfs:comment "Help maintain a respectful environment with easy-to-use tools for reporting inaccessible content or discriminatory language." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureCommunityGuidelinesReporting a tmc:SubFeatureType .

tmc:SubFeatureAccessibilityResources a rdfs:Class ;
  rdfs:label "Accessibility Resources" ;
  rdfs:comment "Access guides, tips, and educational materials to help providers create more inclusive activities and spaces for participants of all abilities." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureAccessibilityResources a tmc:SubFeatureType .

tmc:SubFeatureAdvertisePricing a rdfs:Class ;
  rdfs:label "Starts at $25 / advertisement" ;
  rdfs:comment "Advertisements are priced based on the duration, location, and number of impressions." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureAdvertisePricing a tmc:SubFeatureType .

tmc:SubFeatureAutomatedCampaignTracking a rdfs:Class ;
  rdfs:label "Automated Campaign Tracking" ;
  rdfs:comment "Benefit from automatic UTM code integration for precise tracking and analysis of your promotional efforts." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureAutomatedCampaignTracking a tmc:SubFeatureType .

tmc:SubFeatureExtensiveDistributionNetwork a rdfs:Class ;
  rdfs:label "Extensive Distribution Network" ;
  rdfs:comment "Amplify your offerings through influencers, pro players, community groups, and local institutions for unparalleled exposure." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureExtensiveDistributionNetwork a tmc:SubFeatureType .

tmc:SubFeatureInfluencerPartnerships a rdfs:Class ;
  rdfs:label "Influencer Partnerships" ;
  rdfs:comment "Boost credibility and reach by collaborating with influencers and pro players in your promotions." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureInfluencerPartnerships a tmc:SubFeatureType .

tmc:SubFeaturePerformanceAnalytics a rdfs:Class ;
  rdfs:label "Performance Analytics" ;
  rdfs:comment "Optimize your strategies with real-time insights into engagement rates, participant behavior, and ROI." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeaturePerformanceAnalytics a tmc:SubFeatureType .

tmc:SubFeatureAdvertisePrecisionAudienceTargeting a rdfs:Class ;
  rdfs:label "Precision Audience Targeting" ;
  rdfs:comment "Leverage advanced segmentation tools to reach your ideal audience based on demographics, interests, and location." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureAdvertisePrecisionAudienceTargeting a tmc:SubFeatureType .

tmc:SubFeaturePromoteAllPlay a rdfs:Class ;
  rdfs:label "Promote all Play" ;
  rdfs:comment "Promote your organization, events, tournaments, classes, jobs, and more across all play types, maximizing your reach and engagement." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeaturePromoteAllPlay a tmc:SubFeatureType .

tmc:SubFeaturePromotionBoost a rdfs:Class ;
  rdfs:label "Promotion Boost" ;
  rdfs:comment "Amplify key offerings with premium placement, maximizing visibility in search results." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeaturePromotionBoost a tmc:SubFeatureType .

tmc:SubFeatureTailoredCampaignCreation a rdfs:Class ;
  rdfs:label "Tailored Campaign Creation" ;
  rdfs:comment "Craft bespoke campaigns with customizable messaging and targeting to effectively promote any offering." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureTailoredCampaignCreation a tmc:SubFeatureType .

tmc:SubFeatureThirdPartySystemIntegration a rdfs:Class ;
  rdfs:label "Third-Party System Integration" ;
  rdfs:comment "Boost visibility on FindPlay while leveraging your existing registration and payment platforms for seamless user experiences." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureThirdPartySystemIntegration a tmc:SubFeatureType .

tmc:SubFeatureTrustBuildingTestimonials a rdfs:Class ;
  rdfs:label "Trust-Building Testimonials" ;
  rdfs:comment "Showcase social proof through user-generated content and ratings to encourage sign-ups and build trust." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureTrustBuildingTestimonials a tmc:SubFeatureType .

tmc:SubFeatureAutomatedPayoutSystem a rdfs:Class ;
  rdfs:label "Automated Payout System" ;
  rdfs:comment "Enjoy hassle-free, timely payouts and streamlined commission management." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureAutomatedPayoutSystem a tmc:SubFeatureType .

tmc:SubFeatureCustomizableMarketingToolkit a rdfs:Class ;
  rdfs:label "Customizable Marketing Toolkit" ;
  rdfs:comment "Empower promotions with the ability to create and distribute tailored marketing materials to your affiliate network." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureCustomizableMarketingToolkit a tmc:SubFeatureType .

tmc:SubFeatureFlexibleRewardStructures a rdfs:Class ;
  rdfs:label "Flexible Reward Structures" ;
  rdfs:comment "Benefit from customizable commission structures that adapt to performance and promotional strategies." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureFlexibleRewardStructures a tmc:SubFeatureType .

tmc:SubFeatureFlexibleRewardsTiers a rdfs:Class ;
  rdfs:label "Flexible Rewards Tiers" ;
  rdfs:comment "Design multi-tiered reward programs to incentivize and retain top-performing affiliates, driving better results." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureFlexibleRewardsTiers a tmc:SubFeatureType .

tmc:SubFeaturePrecisionPerformanceTracking a rdfs:Class ;
  rdfs:label "Precision Performance Tracking" ;
  rdfs:comment "Leverage unique tracking links to monitor promotional impact and earnings with pinpoint accuracy." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeaturePrecisionPerformanceTracking a tmc:SubFeatureType .

tmc:SubFeatureRealTimeAnalyticsDashboard a rdfs:Class ;
  rdfs:label "Real-Time Analytics Dashboard" ;
  rdfs:comment "Access live insights on campaign performance and earnings to optimize your affiliate strategies." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureRealTimeAnalyticsDashboard a tmc:SubFeatureType .

tmc:SubFeatureSeamlessNetworkIntegration a rdfs:Class ;
  rdfs:label "Seamless Network Integration" ;
  rdfs:comment "Join our affiliate ecosystem with an effortless onboarding process, connecting promoters with exciting offerings." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureSeamlessNetworkIntegration a tmc:SubFeatureType .

tmc:SubFeatureBookingTracker a rdfs:Class ;
  rdfs:label "Booking Tracker" ;
  rdfs:comment "Stay organized with all your bookings automatically displayed on your calendar for easy reference." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureBookingTracker a tmc:SubFeatureType .

tmc:SubFeatureCalendarSync a rdfs:Class ;
  rdfs:label "Calendar Sync" ;
  rdfs:comment "Streamline your scheduling by integrating your play calendar with popular platforms like Google and Microsoft calendars." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureCalendarSync a tmc:SubFeatureType .

tmc:SubFeatureFavorites a rdfs:Class ;
  rdfs:label "View Favorites" ;
  rdfs:comment "Keep your most important events at your fingertips by displaying your favorites directly on your calendar." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureFavorites a tmc:SubFeatureType .

tmc:SubFeatureFlexibleViews a rdfs:Class ;
  rdfs:label "Flexible Views" ;
  rdfs:comment "Switch seamlessly between day, week, and month views to plan and visualize your schedule exactly how you prefer." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureFlexibleViews a tmc:SubFeatureType .

tmc:SubFeatureHealthActivityVisualization a rdfs:Class ;
  rdfs:label "Health Activity Tracker" ;
  rdfs:comment "Monitor your wellness journey by viewing your health-related activities directly on your calendar." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureHealthActivityVisualization a tmc:SubFeatureType .

tmc:SubFeatureTeamCalendar a rdfs:Class ;
  rdfs:label "Team Calendar" ;
  rdfs:comment "Foster collaboration with a shared calendar accessible to authorized team members, ensuring everyone stays aligned." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureTeamCalendar a tmc:SubFeatureType .

tmc:SubFeatureContactIntegration a rdfs:Class ;
  rdfs:label "Contact Integration" ;
  rdfs:comment "Seamlessly connect and sync your existing contacts from various sources, maintaining a unified and up-to-date contact database." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureContactIntegration a tmc:SubFeatureType .

tmc:SubFeatureContactManagement a rdfs:Class ;
  rdfs:label "Versatile Contact Management" ;
  rdfs:comment "Create and manage a diverse network of contacts, including potential customers and key connections, with easy linking to existing customer profiles." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureContactManagement a tmc:SubFeatureType .

tmc:SubFeatureCustomerAnalytics a rdfs:Class ;
  rdfs:label "Customer Analytics" ;
  rdfs:comment "Gain deep insights into customer behavior and actions through interactive charts and comprehensive reports, driving data-informed decisions." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureCustomerAnalytics a tmc:SubFeatureType .

tmc:SubFeatureCustomerProfiles a rdfs:Class ;
  rdfs:label "Detailed Customer Profiles" ;
  rdfs:comment "Access comprehensive customer details, including purchase history and preferences, to provide tailored experiences and informed support." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureCustomerProfiles a tmc:SubFeatureType .

tmc:SubFeatureCustomerSearch a rdfs:Class ;
  rdfs:label "Advanced Customer Search" ;
  rdfs:comment "Quickly locate and filter customer information with powerful search tools, enabling targeted engagement and personalized service." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureCustomerSearch a tmc:SubFeatureType .

tmc:SubFeatureCustomerWorkflows a rdfs:Class ;
  rdfs:label "Customer Lifecycle Workflows" ;
  rdfs:comment "Automate and optimize customer interactions throughout their journey with customizable workflows, enhancing engagement and satisfaction." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureCustomerWorkflows a tmc:SubFeatureType .

tmc:SubFeatureInteractionHistory a rdfs:Class ;
  rdfs:label "Communication History" ;
  rdfs:comment "Track all customer interactions in one place, ensuring consistent and context-aware communication across your team." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureInteractionHistory a tmc:SubFeatureType .

tmc:SubFeatureAccessControls a rdfs:Class ;
  rdfs:label "Access Controls" ;
  rdfs:comment "Protect sensitive information with granular access controls, allowing you to manage document permissions precisely." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureAccessControls a tmc:SubFeatureType .

tmc:SubFeatureAuditTrails a rdfs:Class ;
  rdfs:label "Audit Trails" ;
  rdfs:comment "Maintain accountability with detailed logs of document access and changes, ensuring transparency in document management." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureAuditTrails a tmc:SubFeatureType .

tmc:SubFeatureCloudIntegration a rdfs:Class ;
  rdfs:label "Cloud Integration" ;
  rdfs:comment "Seamlessly connect with popular cloud storage services like Google Drive, Dropbox, and OneDrive for enhanced flexibility." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureCloudIntegration a tmc:SubFeatureType .

tmc:SubFeatureDocumentSharing a rdfs:Class ;
  rdfs:label "Document Sharing" ;
  rdfs:comment "Enhance collaboration by effortlessly sharing documents with team members and participants." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureDocumentSharing a tmc:SubFeatureType .

tmc:SubFeatureDocumentTemplates a rdfs:Class ;
  rdfs:label "Document Templates" ;
  rdfs:comment "Boost efficiency and maintain consistency using pre-designed templates for common documents like waivers and contracts." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureDocumentTemplates a tmc:SubFeatureType .

tmc:SubFeatureVersionControl a rdfs:Class ;
  rdfs:label "Version Control" ;
  rdfs:comment "Ensure accuracy with automatic version tracking, keeping your team aligned with the most up-to-date information." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureVersionControl a tmc:SubFeatureType .

tmc:SubFeatureCustomLists a rdfs:Class ;
  rdfs:label "Custom Lists" ;
  rdfs:comment "Organize your favorites into custom lists and showcase them on your profile to share with the community." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureCustomLists a tmc:SubFeatureType .

tmc:SubFeatureEarnAsInfluencer a rdfs:Class ;
  rdfs:label "Earn as an Influencer" ;
  rdfs:comment "Join our influencer program to promote your lists and earn commissions from bookings made through your recommendations." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureEarnAsInfluencer a tmc:SubFeatureType .

tmc:SubFeatureListAnalytics a rdfs:Class ;
  rdfs:label "List Analytics" ;
  rdfs:comment "Gain insights into your lists' performance with visitor and view tracking, displayed in an easy-to-understand chart over time." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureListAnalytics a tmc:SubFeatureType .

tmc:SubFeaturePersonalizedRecommendations a rdfs:Class ;
  rdfs:label "Personalized Recommendations" ;
  rdfs:comment "Improve your recommendations by favoriting items, helping us suggest more relevant results tailored to your interests." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeaturePersonalizedRecommendations a tmc:SubFeatureType .

tmc:SubFeatureVersatileFavoriting a rdfs:Class ;
  rdfs:label "Versatile Favoriting" ;
  rdfs:comment "Save your favorite play types, listings, community members, and more for quick access later." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureVersatileFavoriting a tmc:SubFeatureType .

tmc:SubFeatureAutomatedNotifications a rdfs:Class ;
  rdfs:label "Automated Notifications" ;
  rdfs:comment "Stay informed with automated alerts for form submissions, enabling prompt follow-ups." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureAutomatedNotifications a tmc:SubFeatureType .

tmc:SubFeatureConditionalLogic a rdfs:Class ;
  rdfs:label "Conditional Logic" ;
  rdfs:comment "Create dynamic forms that adapt to user responses, ensuring a personalized and efficient experience." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureConditionalLogic a tmc:SubFeatureType .

tmc:SubFeatureDataExportOptions a rdfs:Class ;
  rdfs:label "Data Export Options" ;
  rdfs:comment "Export collected data in multiple formats or integrate it seamlessly with your existing systems." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureDataExportOptions a tmc:SubFeatureType .

tmc:SubFeatureDragAndDropBuilder a rdfs:Class ;
  rdfs:label "Drag-and-Drop Builder" ;
  rdfs:comment "Design professional forms effortlessly with our user-friendly drag-and-drop builder, no coding required." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureDragAndDropBuilder a tmc:SubFeatureType .

tmc:SubFeatureFormTemplates a rdfs:Class ;
  rdfs:label "Form Templates" ;
  rdfs:comment "Jumpstart your form creation with customizable templates designed for various data collection needs." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureFormTemplates a tmc:SubFeatureType .

tmc:SubFeatureMultipleFieldTypes a rdfs:Class ;
  rdfs:label "Multiple Field Types" ;
  rdfs:comment "Customize your forms with a wide array of field types, from simple text inputs to complex file uploads." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureMultipleFieldTypes a tmc:SubFeatureType .

tmc:SubFeatureIntegratedTeamCommunication a rdfs:Class ;
  rdfs:label "Integrated Team Communication" ;
  rdfs:comment "Coordinate with your team using our built-in messaging feature, ensuring seamless planning and real-time updates for all team members." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureIntegratedTeamCommunication a tmc:SubFeatureType .

tmc:SubFeatureInviteFriends a rdfs:Class ;
  rdfs:label "Invite Friends To Play" ;
  rdfs:comment "Expand your network and grow your teams by sending quick invites to friends and new connections, encouraging them to join your activities." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureInviteFriends a tmc:SubFeatureType .

tmc:SubFeaturePrivateSharing a rdfs:Class ;
  rdfs:label "Private Sharing with Teams & Friends" ;
  rdfs:comment "Keep your victories and memorable moments private by selectively sharing achievements and highlights with your team or friends." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeaturePrivateSharing a tmc:SubFeatureType .

tmc:SubFeatureSeeFriendsPlay a rdfs:Class ;
  rdfs:label "See What Your Friends Play" ;
  rdfs:comment "Stay informed about what your friends are playing and join in on the action." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureSeeFriendsPlay a tmc:SubFeatureType .

tmc:SubFeatureTeamCreationManagement a rdfs:Class ;
  rdfs:label "Team Creation & Management" ;
  rdfs:comment "Form teams with friends or fellow players for any activity in just a few clicks, making it simple to organize and participate in group events." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureTeamCreationManagement a tmc:SubFeatureType .

tmc:SubFeatureTeamDiscovery a rdfs:Class ;
  rdfs:label "Team Discovery" ;
  rdfs:comment "Find and join teams that align with your interests, skill level, and location, connecting you with like-minded individuals in the sports and recreation community." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureTeamDiscovery a tmc:SubFeatureType .

tmc:SubFeatureAchievementSharing a rdfs:Class ;
  rdfs:label "Achievement Sharing" ;
  rdfs:comment "Share your fitness milestones with friends or the community to boost motivation and receive support." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureAchievementSharing a tmc:SubFeatureType .

tmc:SubFeatureActivityLogging a rdfs:Class ;
  rdfs:label "Activity Logging" ;
  rdfs:comment "Record your physical activities and performance metrics to gain insights into your fitness journey." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureActivityLogging a tmc:SubFeatureType .

tmc:SubFeatureBiometricTracking a rdfs:Class ;
  rdfs:label "Biometric Tracking" ;
  rdfs:comment "Monitor and record key health metrics like height, weight, and more to track your progress over time." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureBiometricTracking a tmc:SubFeatureType .

tmc:SubFeatureHealthVisualization a rdfs:Class ;
  rdfs:label "Health Visualization" ;
  rdfs:comment "View your health data through intuitive charts and custom views for better understanding and analysis." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureHealthVisualization a tmc:SubFeatureType .

tmc:SubFeatureWearableIntegration a rdfs:Class ;
  rdfs:label "Wearable Integration" ;
  rdfs:comment "Seamlessly import data from wearables, sensors, and other health apps for a comprehensive view of your health." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureWearableIntegration a tmc:SubFeatureType .

tmc:SubFeatureAttachments a rdfs:Class ;
  rdfs:label "Attachments" ;
  rdfs:comment "Seamlessly share files and documents within messages, keeping all relevant information in one place for enhanced clarity." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureAttachments a tmc:SubFeatureType .

tmc:SubFeatureCentralInbox a rdfs:Class ;
  rdfs:label "Central Inbox" ;
  rdfs:comment "Enable team-wide access to a shared inbox, fostering collaboration and ensuring all team members stay synchronized on communications." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureCentralInbox a tmc:SubFeatureType .

tmc:SubFeatureDirectMessaging a rdfs:Class ;
  rdfs:label "Direct Messaging" ;
  rdfs:comment "Engage in one-on-one conversations with participants, team members, or stakeholders to coordinate activities and share updates efficiently." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureDirectMessaging a tmc:SubFeatureType .

tmc:SubFeatureEmailIntegration a rdfs:Class ;
  rdfs:label "Email Integration" ;
  rdfs:comment "Integrate your native email & contacts to access conversations across multiple platforms, ensuring you never miss important communications while working in your preferred environment." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureEmailIntegration a tmc:SubFeatureType .

tmc:SubFeatureGroupMessaging a rdfs:Class ;
  rdfs:label "Group Messaging" ;
  rdfs:comment "Facilitate team co  llaboration by communicating with entire groups simultaneously, ensuring consistent information sharing." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureGroupMessaging a tmc:SubFeatureType .

tmc:SubFeatureSmartNotifications a rdfs:Class ;
  rdfs:label "Smart Notifications" ;
  rdfs:comment "Stay informed with intelligent in-app and email alerts, ensuring you never miss important messages while avoiding unnecessary interruptions." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureSmartNotifications a tmc:SubFeatureType .

tmc:SubFeatureSupportMessaging a rdfs:Class ;
  rdfs:label "Support Messaging" ;
  rdfs:comment "Access support conversations directly in your inbox, centralizing all communications for easy reference and follow-up." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureSupportMessaging a tmc:SubFeatureType .

tmc:SubFeatureGlobalAccessibility a rdfs:Class ;
  rdfs:label "Global Accessibility" ;
  rdfs:comment "We support over 10 locales and are constantly expanding to serve users worldwide." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureGlobalAccessibility a tmc:SubFeatureType .

tmc:SubFeatureIntuitiveNumberCurrencyFormats a rdfs:Class ;
  rdfs:label "Intuitive Number and Currency Formats" ;
  rdfs:comment "View prices and figures in a familiar format, with automatic localization." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureIntuitiveNumberCurrencyFormats a tmc:SubFeatureType .

tmc:SubFeatureLocalizedDateTime a rdfs:Class ;
  rdfs:label "Localized Date and Time" ;
  rdfs:comment "See dates and times displayed according to your locale, making it easy to stay on schedule." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureLocalizedDateTime a tmc:SubFeatureType .

tmc:SubFeatureMultiLanguageSupport a rdfs:Class ;
  rdfs:label "Multi-language Support" ;
  rdfs:comment "Access our platform in your preferred language, with support for a wide range of languages." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureMultiLanguageSupport a tmc:SubFeatureType .

tmc:SubFeatureSeamlessCurrencyConversion a rdfs:Class ;
  rdfs:label "Seamless Currency Conversion" ;
  rdfs:comment "Transact across borders with real-time currency conversion and support for multiple currencies." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureSeamlessCurrencyConversion a tmc:SubFeatureType .

tmc:SubFeatureCustomDomainIntegration a rdfs:Class ;
  rdfs:label "Custom Domain Integration" ;
  rdfs:comment "Elevate your brand presence with a fully customized domain, creating a unique marketplace identity." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureCustomDomainIntegration a tmc:SubFeatureType .

tmc:SubFeatureFocusedPlayTypeSelection a rdfs:Class ;
  rdfs:label "Focused Play Type Selection" ;
  rdfs:comment "Customize your marketplace to showcase specific sports, active recreation, or fitness types aligned with your brand." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureFocusedPlayTypeSelection a tmc:SubFeatureType .

tmc:SubFeatureGeoTargetedMarketplace a rdfs:Class ;
  rdfs:label "Geo-Targeted Marketplace" ;
  rdfs:comment "Tailor your marketplace to specific locations or regions, ensuring relevance to your target audience." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureGeoTargetedMarketplace a tmc:SubFeatureType .

tmc:SubFeatureIntegratedPromotionSuite a rdfs:Class ;
  rdfs:label "Integrated Promotion Suite" ;
  rdfs:comment "Amplify your marketplace reach with built-in SEO, social media, and email marketing tools." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureIntegratedPromotionSuite a tmc:SubFeatureType .

tmc:SubFeaturePerformanceInsightsDashboard a rdfs:Class ;
  rdfs:label "Performance Insights Dashboard" ;
  rdfs:comment "Gain valuable insights into sales, traffic, and user behavior with comprehensive analytics and reporting." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeaturePerformanceInsightsDashboard a tmc:SubFeatureType .

tmc:SubFeatureMarketplacesPrecisionAudienceTargeting a rdfs:Class ;
  rdfs:label "Precision Audience Targeting" ;
  rdfs:comment "Curate content based on age, gender, and skill level, delivering a perfectly matched experience for your users." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureMarketplacesPrecisionAudienceTargeting a tmc:SubFeatureType .

tmc:SubFeatureSeamlessContentManagement a rdfs:Class ;
  rdfs:label "Seamless Content Management" ;
  rdfs:comment "Effortlessly oversee listings, sales, and communications with intuitive content management tools." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureSeamlessContentManagement a tmc:SubFeatureType .

tmc:SubFeatureSignatureBrandExperience a rdfs:Class ;
  rdfs:label "Signature Brand Experience" ;
  rdfs:comment "Craft a marketplace that embodies your unique identity with customizable themes, logos, and colors." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureSignatureBrandExperience a tmc:SubFeatureType .

tmc:SubFeatureTailoredListingDiversity a rdfs:Class ;
  rdfs:label "Tailored Listing Diversity" ;
  rdfs:comment "Curate a rich marketplace featuring experiences, fundraisers, job postings, and more, all tailored to your audience." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureTailoredListingDiversity a tmc:SubFeatureType .

tmc:SubFeatureFlexibleRewardTypes a rdfs:Class ;
  rdfs:label "Flexible Reward Types" ;
  rdfs:comment "Offer various reward types, from points-based systems to direct discounts, catering to different customer preferences." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureFlexibleRewardTypes a tmc:SubFeatureType .

tmc:SubFeatureMultiChannelDistribution a rdfs:Class ;
  rdfs:label "Multi-Channel Distribution" ;
  rdfs:comment "Distribute rewards across various channels, including in-app, email, and as targeted advertisements." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureMultiChannelDistribution a tmc:SubFeatureType .

tmc:SubFeatureRewardCampaignCreation a rdfs:Class ;
  rdfs:label "Reward Campaign Creation" ;
  rdfs:comment "Easily design and launch customized reward campaigns tailored to your audience and business goals." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureRewardCampaignCreation a tmc:SubFeatureType .

tmc:SubFeatureRewardInsights a rdfs:Class ;
  rdfs:label "Reward Insights" ;
  rdfs:comment "Gain valuable data on redemption rates, customer engagement, and ROI for your reward campaigns to optimize future offerings." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureRewardInsights a tmc:SubFeatureType .

tmc:SubFeatureSeasonalCampaignTools a rdfs:Class ;
  rdfs:label "Seasonal Campaign Tools" ;
  rdfs:comment "Create and schedule time-limited offers to capitalize on seasonal trends and events." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureSeasonalCampaignTools a tmc:SubFeatureType .

tmc:SubFeatureTargetedOffers a rdfs:Class ;
  rdfs:label "Targeted Offers" ;
  rdfs:comment "Craft personalized rewards based on customer preferences and behaviors to maximize engagement." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureTargetedOffers a tmc:SubFeatureType .

tmc:SubFeatureVoucherManagement a rdfs:Class ;
  rdfs:label "Voucher Management" ;
  rdfs:comment "Create and manage vouchers with flexible redemption options, including global usage or sport-specific constraints." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureVoucherManagement a tmc:SubFeatureType .

tmc:SubFeatureAiAutocompletions a rdfs:Class ;
  rdfs:label "AI Autocompletions" ;
  rdfs:comment "Boost creativity and productivity with AI-powered text transformation, task automation, and content generation." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureAiAutocompletions a tmc:SubFeatureType .

tmc:SubFeatureCollaborativeAuthorship a rdfs:Class ;
  rdfs:label "Collaborative Authorship" ;
  rdfs:comment "Create richer content by enabling multiple authors to contribute to posts and articles, fostering diverse perspectives." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureCollaborativeAuthorship a tmc:SubFeatureType .

tmc:SubFeatureCrossPlatformSharing a rdfs:Class ;
  rdfs:label "Cross-Platform Sharing" ;
  rdfs:comment "Extend your reach by seamlessly sharing posts across various social media platforms." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureCrossPlatformSharing a tmc:SubFeatureType .

tmc:SubFeatureMediaGalleries a rdfs:Class ;
  rdfs:label "Media Galleries" ;
  rdfs:comment "Capture and share memorable moments with photo and video albums, bringing your community closer together." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureMediaGalleries a tmc:SubFeatureType .

tmc:SubFeaturePostStatusUpdates a rdfs:Class ;
  rdfs:label "Post Status Updates" ;
  rdfs:comment "Keep your community in the loop with concise status updates featuring text and media." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeaturePostStatusUpdates a tmc:SubFeatureType .

tmc:SubFeatureProfileShowcase a rdfs:Class ;
  rdfs:label "Profile Showcase" ;
  rdfs:comment "Highlight your latest updates and achievements directly on your personalized profile." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureProfileShowcase a tmc:SubFeatureType .

tmc:SubFeaturePublishArticles a rdfs:Class ;
  rdfs:label "Publish Articles" ;
  rdfs:comment "Create and publish long-form content with ease, empowering you to share your expertise effortlessly." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeaturePublishArticles a tmc:SubFeatureType .

tmc:SubFeatureBrandAlignedThemes a rdfs:Class ;
  rdfs:label "Brand-Aligned Themes" ;
  rdfs:comment "Customize your profile's color theme to match your personal or organizational brand, creating a cohesive and professional look." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureBrandAlignedThemes a tmc:SubFeatureType .

tmc:SubFeatureCustomDomains a rdfs:Class ;
  rdfs:label "Custom Domains" ;
  rdfs:comment "Elevate your brand with a personalized domain, creating a memorable web address that directs visitors to your profile." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureCustomDomains a tmc:SubFeatureType .

tmc:SubFeatureFeaturedListings a rdfs:Class ;
  rdfs:label "Featured Listings" ;
  rdfs:comment "Highlight your top listings, offerings, or achievements on your profile, making it easy for others to discover your most valuable content." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureFeaturedListings a tmc:SubFeatureType .

tmc:SubFeatureFlexibleLayoutOptions a rdfs:Class ;
  rdfs:label "Flexible Layout Options" ;
  rdfs:comment "Choose from a variety of layout options to display your content in a way that best represents you and your offerings." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureFlexibleLayoutOptions a tmc:SubFeatureType .

tmc:SubFeatureGranularPrivacyControls a rdfs:Class ;
  rdfs:label "Granular Privacy Controls" ;
  rdfs:comment "Maintain control over your information with customizable privacy settings, allowing you to share only what you want with the community." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureGranularPrivacyControls a tmc:SubFeatureType .

tmc:SubFeatureLocationBasedDiscovery a rdfs:Class ;
  rdfs:label "Location-Based Discovery" ;
  rdfs:comment "Add Locations to your profile to enhance local connections and visibility." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureLocationBasedDiscovery a tmc:SubFeatureType .

tmc:SubFeatureMultimediaShowcase a rdfs:Class ;
  rdfs:label "Multimedia Showcase" ;
  rdfs:comment "Bring your profile to life by adding photos and videos that highlight your skills, offerings, and personality." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureMultimediaShowcase a tmc:SubFeatureType .

tmc:SubFeaturePlayTypePreferences a rdfs:Class ;
  rdfs:label "Play Type Preferences" ;
  rdfs:comment "Specify the play types you prefer or are associated with, helping others find and connect with you based on shared interests." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeaturePlayTypePreferences a tmc:SubFeatureType .

tmc:SubFeatureProfileInsights a rdfs:Class ;
  rdfs:label "Profile Insights" ;
  rdfs:comment "Gain valuable insights into your profile's performance with our interactive charts, which help you track views, visitors, and engagement over time." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureProfileInsights a tmc:SubFeatureType .

tmc:SubFeatureSocialMediaIntegrations a rdfs:Class ;
  rdfs:label "Social Media Integrations" ;
  rdfs:comment "Connect your social media channels to your profile, making it easy for the community to engage with you across multiple platforms." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureSocialMediaIntegrations a tmc:SubFeatureType .

tmc:SubFeatureUniqueProfileUrl a rdfs:Class ;
  rdfs:label "Unique Profile URL" ;
  rdfs:comment "Claim your custom handle with a simple, memorable URL that makes it easy for others to find and connect with you." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureUniqueProfileUrl a tmc:SubFeatureType .

tmc:SubFeatureVerifiedProfiles a rdfs:Class ;
  rdfs:label "Verified Profiles" ;
  rdfs:comment "Earn a verified badge for your profile to establish trust and credibility within the community, showcasing your authenticity as a user or provider." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureVerifiedProfiles a tmc:SubFeatureType .

tmc:SubFeatureBookingManagement a rdfs:Class ;
  rdfs:label "Booking Management" ;
  rdfs:comment "Effortlessly cancel bookings and request refunds for eligible transactions." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureBookingManagement a tmc:SubFeatureType .

tmc:SubFeatureCalendarIntegration a rdfs:Class ;
  rdfs:label "Calendar Integration" ;
  rdfs:comment "Easily visualize and manage date-specific bookings directly on your calendar." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureCalendarIntegration a tmc:SubFeatureType .

tmc:SubFeatureDataExport a rdfs:Class ;
  rdfs:label "Data Export" ;
  rdfs:comment "Export your payment data to CSV format for comprehensive financial record-keeping." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureDataExport a tmc:SubFeatureType .

tmc:SubFeatureInvoiceDownloads a rdfs:Class ;
  rdfs:label "Invoice Downloads" ;
  rdfs:comment "Download PDF invoices for any transaction, simplifying record-keeping and expense tracking." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureInvoiceDownloads a tmc:SubFeatureType .

tmc:SubFeatureTransactionHistory a rdfs:Class ;
  rdfs:label "Transaction History" ;
  rdfs:comment "Access all your purchases in a filterable table with detailed views for each transaction." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureTransactionHistory a tmc:SubFeatureType .

tmc:SubFeatureAiReviewSummaries a rdfs:Class ;
  rdfs:label "AI Review Summaries" ;
  rdfs:comment "Utilize AI-powered highlights to help customers quickly understand the general themes and sentiments of reviews." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureAiReviewSummaries a tmc:SubFeatureType .

tmc:SubFeatureFeaturedTestimonials a rdfs:Class ;
  rdfs:label "Featured Testimonials" ;
  rdfs:comment "Showcase exceptional reviews to highlight positive experiences and attract new users to your offerings." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureFeaturedTestimonials a tmc:SubFeatureType .

tmc:SubFeatureProviderResponses a rdfs:Class ;
  rdfs:label "Provider Responses" ;
  rdfs:comment "Foster open communication by allowing service providers to respond to reviews, demonstrating commitment to customer satisfaction." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureProviderResponses a tmc:SubFeatureType .

tmc:SubFeatureRatingSystem a rdfs:Class ;
  rdfs:label "Rating System" ;
  rdfs:comment "Enable participants to provide clear, concise feedback with an easy-to-use rating scale for experiences." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureRatingSystem a tmc:SubFeatureType .

tmc:SubFeatureReviewAnalytics a rdfs:Class ;
  rdfs:label "Review Analytics" ;
  rdfs:comment "Gain valuable insights from review trends to identify areas for improvement and measure overall satisfaction." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureReviewAnalytics a tmc:SubFeatureType .

tmc:SubFeatureReviewModeration a rdfs:Class ;
  rdfs:label "Review Moderation" ;
  rdfs:comment "Maintain high-quality feedback with tools to monitor and manage reviews, ensuring adherence to community guidelines." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureReviewModeration a tmc:SubFeatureType .

tmc:SubFeatureVerifiedUserReviews a rdfs:Class ;
  rdfs:label "Verified User Reviews" ;
  rdfs:comment "Ensure authenticity and reliability in feedback by only allowing reviews from verified users." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureVerifiedUserReviews a tmc:SubFeatureType .

tmc:SubFeatureAiChatAssistant a rdfs:Class ;
  rdfs:label "AI Chat Assistant" ;
  rdfs:comment "Get personalized play recommendations and real-time assistance through our AI chat feature." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureAiChatAssistant a tmc:SubFeatureType .

tmc:SubFeatureAiEnhancedSearch a rdfs:Class ;
  rdfs:label "AI-Enhanced Search" ;
  rdfs:comment "Our search is powered by AI embeddings, making it easier to find exactly what you're looking for." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureAiEnhancedSearch a tmc:SubFeatureType .

tmc:SubFeatureConsistentInformationFormat a rdfs:Class ;
  rdfs:label "Consistent Information Format" ;
  rdfs:comment "Our consistent representation of information makes it easy for you to find what you're looking for at a glance." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureConsistentInformationFormat a tmc:SubFeatureType .

tmc:SubFeatureCuratedPlaylists a rdfs:Class ;
  rdfs:label "Curated PlayLists" ;
  rdfs:comment "Explore play in new ways with our expertly curated playlists, designed to help you discover unique experiences." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureCuratedPlaylists a tmc:SubFeatureType .

tmc:SubFeatureExplorePlay a rdfs:Class ;
  rdfs:label "Explore Play" ;
  rdfs:comment "Discover play opportunities based on type, category, benefit, feature, diversity, quality, and more, tailored to your interests." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureExplorePlay a tmc:SubFeatureType .

tmc:SubFeatureExtensiveFilteringOptions a rdfs:Class ;
  rdfs:label "Extensive Filtering Options" ;
  rdfs:comment "Narrow down your search results using our comprehensive filtering system, which characterizes offers based on your specific needs." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureExtensiveFilteringOptions a tmc:SubFeatureType .

tmc:SubFeatureInteractiveMapViews a rdfs:Class ;
  rdfs:label "Interactive Map Views" ;
  rdfs:comment "Explore search results on an interactive map view, visualizing play opportunities in your area." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureInteractiveMapViews a tmc:SubFeatureType .

tmc:SubFeatureLocationBasedSearch a rdfs:Class ;
  rdfs:label "Location-Based Search" ;
  rdfs:comment "Discover play opportunities by location, region, or specific venues, schools, or establishments near you." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureLocationBasedSearch a tmc:SubFeatureType .

tmc:SubFeatureOneSearchEverythingPlay a rdfs:Class ;
  rdfs:label "One search, everything play" ;
  rdfs:comment "Find all sports, activities, and play options in one simple search, making it easy to discover new opportunities." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureOneSearchEverythingPlay a tmc:SubFeatureType .

tmc:SubFeaturePersonalizedBrowsePage a rdfs:Class ;
  rdfs:label "Personalized Browse Page" ;
  rdfs:comment "Discover new play opportunities tailored to your interests on our AI-powered browse page, which recommends activities based on your preferences and behavior." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeaturePersonalizedBrowsePage a tmc:SubFeatureType .

tmc:SubFeatureSearchForDiverseabilities a rdfs:Class ;
  rdfs:label "Search for diverseabilities" ;
  rdfs:comment "Discover adapted and inclusive play options for all abilities." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureSearchForDiverseabilities a tmc:SubFeatureType .

tmc:SubFeatureComprehensiveActivityLogs a rdfs:Class ;
  rdfs:label "Comprehensive Activity Logs" ;
  rdfs:comment "Maintain transparency and accountability with detailed audit logs that track account access and changes to your settings or organization." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureComprehensiveActivityLogs a tmc:SubFeatureType .

tmc:SubFeatureGdprCompliant a rdfs:Class ;
  rdfs:label "GDPR Compliant" ;
  rdfs:comment "Rest assured that your data is handled in accordance with the General Data Protection Regulation (GDPR)." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureGdprCompliant a tmc:SubFeatureType .

tmc:SubFeatureGranularAccessControls a rdfs:Class ;
  rdfs:label "Granular Access Controls" ;
  rdfs:comment "Manage your team's access with ease using our flexible access controls, which allow you to restrict permissions based on predefined rules." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureGranularAccessControls a tmc:SubFeatureType .

tmc:SubFeatureHipaaCompliant a rdfs:Class ;
  rdfs:label "HIPAA Compliant" ;
  rdfs:comment "Confidently use our platform knowing that we comply with the Health Insurance Portability and Accountability Act (HIPAA) standards for protecting sensitive patient health information." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureHipaaCompliant a tmc:SubFeatureType .

tmc:SubFeatureInclusiveAccessibleDesign a rdfs:Class ;
  rdfs:label "Inclusive and Accessible Design" ;
  rdfs:comment "Experience a platform built with accessibility in mind, featuring navigation and usage primitives that support users with diverse needs." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureInclusiveAccessibleDesign a tmc:SubFeatureType .

tmc:SubFeatureIso27001Certified a rdfs:Class ;
  rdfs:label "ISO 27001 Certified" ;
  rdfs:comment "Rely on our adherence to the highest international standards for information security management, as demonstrated by our ISO 27001 certification." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureIso27001Certified a tmc:SubFeatureType .

tmc:SubFeaturePrivacyFirstApproach a rdfs:Class ;
  rdfs:label "Privacy-First Approach" ;
  rdfs:comment "Stay in control of your data with our privacy-first approach, which allows you to choose what information you share publicly and what you keep private." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeaturePrivacyFirstApproach a tmc:SubFeatureType .

tmc:SubFeatureProactiveVulnerabilityManagement a rdfs:Class ;
  rdfs:label "Proactive Vulnerability Management" ;
  rdfs:comment "Stay ahead of potential security risks with our partnership with Socket, which helps us maintain a secure and safe software supply chain." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureProactiveVulnerabilityManagement a tmc:SubFeatureType .

tmc:SubFeatureReliableInfrastructurePartners a rdfs:Class ;
  rdfs:label "Reliable Infrastructure Partners" ;
  rdfs:comment "Ensure your data is always available and secure with our trusted infrastructure partners, Vercel and Supabase." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureReliableInfrastructurePartners a tmc:SubFeatureType .

tmc:SubFeatureSecurePaymentProcessing a rdfs:Class ;
  rdfs:label "Secure Payment Processing" ;
  rdfs:comment "Enjoy peace of mind knowing that your payments are processed securely by Stripe, a certified PCI service provider, without any personal card information being stored on our platform." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureSecurePaymentProcessing a tmc:SubFeatureType .

tmc:SubFeatureSoc2TypeIiCertified a rdfs:Class ;
  rdfs:label "SOC 2 Type II Certified" ;
  rdfs:comment "Trust in our commitment to security and privacy, as evidenced by our SOC 2 Type II certification." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureSoc2TypeIiCertified a tmc:SubFeatureType .

tmc:SubFeatureAutomatedMessaging a rdfs:Class ;
  rdfs:label "Automated Messaging" ;
  rdfs:comment "Keep participants informed and excited with automatic updates, reminders, and follow-ups." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureAutomatedMessaging a tmc:SubFeatureType .

tmc:SubFeatureBrandingOptions a rdfs:Class ;
  rdfs:label "Branding Options" ;
  rdfs:comment "Showcase your unique brand with customizable themes and templates for a professional, cohesive presentation." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureBrandingOptions a tmc:SubFeatureType .

tmc:SubFeatureCustomFormsPolicies a rdfs:Class ;
  rdfs:label "Custom Forms and Policies" ;
  rdfs:comment "Easily incorporate tailored policies, waivers, and registration forms to meet your specific requirements." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureCustomFormsPolicies a tmc:SubFeatureType .

tmc:SubFeatureCustomPlayFormats a rdfs:Class ;
  rdfs:label "Custom Play Formats" ;
  rdfs:comment "Customize tournaments, leagues, classes, and workshops to perfectly match your vision and participant needs." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureCustomPlayFormats a tmc:SubFeatureType .

tmc:SubFeatureDiverseListingTypes a rdfs:Class ;
  rdfs:label "Diverse Listing Types" ;
  rdfs:comment "Effortlessly create and manage a wide range of listings, from experiences and venues to jobs and fundraisers." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureDiverseListingTypes a tmc:SubFeatureType .

tmc:SubFeatureExperienceMatching a rdfs:Class ;
  rdfs:label "Experience Matching" ;
  rdfs:comment "Match participants to suitable opportunities based on skill level, age group, and preferences." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureExperienceMatching a tmc:SubFeatureType .

tmc:SubFeatureFeedbackCollection a rdfs:Class ;
  rdfs:label "Feedback Collection" ;
  rdfs:comment "Gather valuable participant feedback to continuously improve your offerings." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureFeedbackCollection a tmc:SubFeatureType .

tmc:SubFeatureFlexiblePricing a rdfs:Class ;
  rdfs:label "Flexible Pricing" ;
  rdfs:comment "Implement flexible pricing and discounts to maximize participation and revenue." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureFlexiblePricing a tmc:SubFeatureType .

tmc:SubFeatureFlexibleScheduling a rdfs:Class ;
  rdfs:label "Flexible Scheduling" ;
  rdfs:comment "Maximize revenue with versatile time slot offerings for various activities and services." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureFlexibleScheduling a tmc:SubFeatureType .

tmc:SubFeatureIntuitiveSetup a rdfs:Class ;
  rdfs:label "Intuitive Setup" ;
  rdfs:comment "Design engaging listings with user-friendly tools that streamline the creation process." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureIntuitiveSetup a tmc:SubFeatureType .

tmc:SubFeatureParticipantManagement a rdfs:Class ;
  rdfs:label "Participant Management" ;
  rdfs:comment "Efficiently handle registrations, attendance, and participant information with powerful management tools." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureParticipantManagement a tmc:SubFeatureType .

tmc:SubFeaturePaymentProcessing a rdfs:Class ;
  rdfs:label "Payment Processing" ;
  rdfs:comment "Offer a smooth registration experience with integrated, secure payment options." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeaturePaymentProcessing a tmc:SubFeatureType .

tmc:SubFeatureRegistrationOptions a rdfs:Class ;
  rdfs:label "Registration Options" ;
  rdfs:comment "Accommodate various play structures with individual, team, or existing team registration choices." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureRegistrationOptions a tmc:SubFeatureType .

tmc:SubFeatureShowcaseSponsors a rdfs:Class ;
  rdfs:label "Showcase Sponsors" ;
  rdfs:comment "Incorporate sponsor information and branding to enhance value and revenue potential." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureShowcaseSponsors a tmc:SubFeatureType .

tmc:SubFeatureVenueEquipmentBooking a rdfs:Class ;
  rdfs:label "Venue & Equipment Booking" ;
  rdfs:comment "Streamline venue and equipment bookings directly through the platform for hassle-free event logistics." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureVenueEquipmentBooking a tmc:SubFeatureType .

tmc:SubFeatureWaitlistManagement a rdfs:Class ;
  rdfs:label "Waitlist Management" ;
  rdfs:comment "Optimize attendance with easy-to-use waitlist features, ensuring full participation." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureWaitlistManagement a tmc:SubFeatureType .

tmc:SubFeatureCommunityEngagement a rdfs:Class ;
  rdfs:label "Community Engagement" ;
  rdfs:comment "Foster local involvement and create a strong sense of community around your offerings." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureCommunityEngagement a tmc:SubFeatureType .

tmc:SubFeatureEquipmentSourcing a rdfs:Class ;
  rdfs:label "Equipment Sourcing" ;
  rdfs:comment "Connect with suppliers to source necessary equipment and gear for your offerings." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureEquipmentSourcing a tmc:SubFeatureType .

tmc:SubFeatureFinancialManagement a rdfs:Class ;
  rdfs:label "Financial Management" ;
  rdfs:comment "Manage budgets, track expenses, and maximize revenue with efficient financial tools." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureFinancialManagement a tmc:SubFeatureType .

tmc:SubFeatureMarketingTools a rdfs:Class ;
  rdfs:label "Marketing Tools" ;
  rdfs:comment "Utilize promotional resources to boost visibility and attract participants to your offerings." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureMarketingTools a tmc:SubFeatureType .

tmc:SubFeatureResourceLibrary a rdfs:Class ;
  rdfs:label "Resource Library" ;
  rdfs:comment "Access templates, guides, and resources to streamline planning and execution, ensuring best practices are followed." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureResourceLibrary a tmc:SubFeatureType .

tmc:SubFeatureRiskManagement a rdfs:Class ;
  rdfs:label "Risk Management" ;
  rdfs:comment "Assess and mitigate potential risks, access insurance options, and ensure legal compliance for your events." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureRiskManagement a tmc:SubFeatureType .

tmc:SubFeatureStaffRecruitment a rdfs:Class ;
  rdfs:label "Staff Recruitment" ;
  rdfs:comment "Find and hire qualified staff, volunteers, and officials to ensure smooth execution of your events." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureStaffRecruitment a tmc:SubFeatureType .

tmc:SubFeatureVenueFinder a rdfs:Class ;
  rdfs:label "Venue Finder" ;
  rdfs:comment "Discover and book ideal venues that suit your needs and budget directly through the platform." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureVenueFinder a tmc:SubFeatureType .

tmc:SubFeatureActivityTracking a rdfs:Class ;
  rdfs:label "Activity Tracking" ;
  rdfs:comment "Stay informed with detailed activity logs, providing clear insights into team actions and project updates." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureActivityTracking a tmc:SubFeatureType .

tmc:SubFeatureCustomAccessControl a rdfs:Class ;
  rdfs:label "Custom Access Control" ;
  rdfs:comment "Tailor team member permissions with role-based access, ensuring security and efficiency in project management." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureCustomAccessControl a tmc:SubFeatureType .

tmc:SubFeatureScalableTeamManagement a rdfs:Class ;
  rdfs:label "Scalable Team Management" ;
  rdfs:comment "Grow your organization effortlessly with support for unlimited team members, fostering seamless collaboration at any scale." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureScalableTeamManagement a tmc:SubFeatureType .

tmc:SubFeatureUnifiedCollaborationHub a rdfs:Class ;
  rdfs:label "Unified Collaboration Hub" ;
  rdfs:comment "Streamline teamwork with integrated tools for communication, scheduling, and document sharing in one central location." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureUnifiedCollaborationHub a tmc:SubFeatureType .

tmc:SubFeatureAiVerificationWorkflows a rdfs:Class ;
  rdfs:label "AI-Powered Risk Assessment" ;
  rdfs:comment "Advanced AI technology to analyze verification requests, assessing authenticity and potential risks for enhanced security." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureAiVerificationWorkflows a tmc:SubFeatureType .

tmc:SubFeatureBackgroundChecks a rdfs:Class ;
  rdfs:label "Background Checks" ;
  rdfs:comment "Comprehensive legal and working with children checks for relevant service providers, prioritizing community safety." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureBackgroundChecks a tmc:SubFeatureType .

tmc:SubFeatureContinuousMonitoring a rdfs:Class ;
  rdfs:label "Continuous Monitoring" ;
  rdfs:comment "Ongoing review and re-verification to maintain the integrity and quality of our marketplace over time." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureContinuousMonitoring a tmc:SubFeatureType .

tmc:SubFeatureCustomVerificationWorkflows a rdfs:Class ;
  rdfs:label "Custom Verification Workflows" ;
  rdfs:comment "Tailored verification processes to meet specific requirements for various provider types and services." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureCustomVerificationWorkflows a tmc:SubFeatureType .

tmc:SubFeatureIdentityVerification a rdfs:Class ;
  rdfs:label "Identity Verification" ;
  rdfs:comment "Secure identity checks for users offering services like coaching and officiating, enhancing credibility and trust." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureIdentityVerification a tmc:SubFeatureType .

tmc:SubFeatureProviderVerification a rdfs:Class ;
  rdfs:label "Provider Verification" ;
  rdfs:comment "Thorough vetting process for all providers before listing, ensuring high-quality offerings across the marketplace." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureProviderVerification a tmc:SubFeatureType .

tmc:SubFeatureCustomTriggers a rdfs:Class ;
  rdfs:label "Custom Triggers" ;
  rdfs:comment "Set up specific events such as new purchases, user interactions, or time-based milestones to initiate your workflows." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureCustomTriggers a tmc:SubFeatureType .

tmc:SubFeatureLifecycleAutomation a rdfs:Class ;
  rdfs:label "Lifecycle Automation" ;
  rdfs:comment "Automate processes throughout various lifecycles, from user onboarding to post-purchase follow-ups." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureLifecycleAutomation a tmc:SubFeatureType .

tmc:SubFeatureMultipleActions a rdfs:Class ;
  rdfs:label "Multiple Actions" ;
  rdfs:comment "Assign various actions to each trigger, from sending notifications to updating statuses, for comprehensive process automation." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureMultipleActions a tmc:SubFeatureType .

tmc:SubFeatureNotificationManagement a rdfs:Class ;
  rdfs:label "Notification Management" ;
  rdfs:comment "Customize and automate notifications to keep all parties informed at every stage of your marketplace interactions." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureNotificationManagement a tmc:SubFeatureType .

tmc:SubFeatureTimeBasedWorkflows a rdfs:Class ;
  rdfs:label "Time-Based Workflows" ;
  rdfs:comment "Create workflows triggered by specific times, dates, or durations before or after key events in your marketplace." ;
  rdfs:subClassOf tmc:SubFeature ;
  tmc:instanceOf tmc:SubFeatureType .

tmc:SubFeatureTimeBasedWorkflows a tmc:SubFeatureType .

tmc:FederalNationalGovernmentAgency a rdfs:Class ;
  rdfs:label "Federal/National Government Agency" ;
  rdfs:comment "These are the top-level organizations managing affairs that affect the entire country, such as national security, foreign policy, and national economic policies." ;
  rdfs:subClassOf tmc:GovernmentOrganization ;
  tmc:instanceOf tmc:GovernmentOrganizationType ;
  owl:equivalentClass schema:FederalNationalGovernmentAgency .

tmc:FederalNationalGovernmentAgency a tmc:GovernmentOrganizationType .

tmc:feesAndCommissionsSpecification a rdf:Property ;
  rdfs:label "fees And Commissions Specification" ;
  rdfs:comment "Description of fees, commissions, and other terms applied either to a class of financial product, or by a financial service organization." ;
  schema:domainIncludes tmc:FinancialService, tmc:FinancialProduct ;
  schema:rangeIncludes schema:URL, schema:Text ;
  owl:equivalentProperty schema:feesAndCommissionsSpecification .

tmc:Feet a tmc:HeightUnit ;
  rdfs:label "Feet" ;
  rdfs:comment "An abbreviation for the foot height unit" ;
  tmc:instanceOf tmc:HeightUnit .

tmc:Female a tmc:GenderType, tmc:GenderGroupType ;
  rdfs:label "Female" ;
  rdfs:comment "The female gender." ;
  tmc:instanceOf tmc:GenderType, tmc:GenderGroupType .

tmc:Festival a rdfs:Class ;
  rdfs:label "Festival" ;
  rdfs:comment "Event type: Festival." ;
  rdfs:subClassOf tmc:Event ;
  owl:equivalentClass schema:Festival .

tmc:fiberContent a rdf:Property ;
  rdfs:label "fiber Content" ;
  rdfs:comment "The number of grams of fiber." ;
  schema:domainIncludes tmc:NutritionInformation ;
  schema:rangeIncludes tmc:Mass ;
  owl:equivalentProperty schema:fiberContent .

tmc:fileFormat a rdf:Property ;
  rdfs:label "file Format" ;
  rdfs:comment "Media type, typically MIME format (see [IANA site](http://www.iana.org/assignments/media-types/media-types.xhtml)) of the content, e.g. application/zip of a SoftwareApplication binary. In cases where a CreativeWork has several media type representations, 'encoding' can be used to indicate each MediaObject alongside particular fileFormat information. Unregistered or niche file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia entry." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes schema:Text, schema:URL ;
  owl:equivalentProperty schema:fileFormat .

tmc:fileSize a rdf:Property ;
  rdfs:label "file Size" ;
  rdfs:comment "Size of the application / package (e.g. 18MB). In the absence of a unit (MB, KB etc.), KB will be assumed." ;
  schema:domainIncludes tmc:SoftwareApplication ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:fileSize .

tmc:FilmAction a rdfs:Class ;
  rdfs:label "Film Action" ;
  rdfs:comment "The act of capturing sound and moving images on film, video, or digitally." ;
  rdfs:subClassOf tmc:CreateAction ;
  owl:equivalentClass schema:FilmAction .

tmc:FinanceAndInvestment a rdfs:Class ;
  rdfs:label "Finance & Investment" ;
  rdfs:comment "Marketplaces for investment products, advisory, fundraising, and financial data." ;
  rdfs:subClassOf tmc:Industry ;
  tmc:instanceOf tmc:IndustryType .

tmc:FinanceAndInvestment a tmc:IndustryType .

tmc:financialAidEligible a rdf:Property ;
  rdfs:label "financial Aid Eligible" ;
  rdfs:comment "A financial aid type or program which students may use to pay for tuition or fees associated with the program." ;
  schema:domainIncludes tmc:EducationalOccupationalProgram ;
  schema:rangeIncludes tmc:DefinedTerm, schema:Text ;
  owl:equivalentProperty schema:financialAidEligible .

tmc:FinancialProduct a rdfs:Class ;
  rdfs:label "Financial Product" ;
  rdfs:comment "A product provided to consumers and businesses by financial institutions such as banks, insurance companies, brokerage firms, consumer finance companies, and investment companies which comprise the financial services industry." ;
  rdfs:subClassOf tmc:Service ;
  owl:equivalentClass schema:FinancialProduct .

tmc:Financials a rdfs:Class ;
  rdfs:label "Financial Services" ;
  rdfs:comment "Banking, capital markets, payments, insurance and financial infrastructure." ;
  rdfs:subClassOf tmc:IndustrySector ;
  tmc:instanceOf tmc:IndustrySectorType .

tmc:Financials a tmc:IndustrySectorType .

tmc:FinancialService a rdfs:Class ;
  rdfs:label "Financial Service" ;
  rdfs:comment "Financial services business." ;
  rdfs:subClassOf tmc:LocalBusiness ;
  owl:equivalentClass schema:FinancialService .

tmc:FindAction a rdfs:Class ;
  rdfs:label "Find Action" ;
  rdfs:comment "The act of finding an object.\\n\\nRelated actions:\\n\\n* [[SearchAction]]: FindAction is generally lead by a SearchAction, but not necessarily." ;
  rdfs:subClassOf tmc:Action ;
  owl:equivalentClass schema:FindAction .

tmc:FireStation a rdfs:Class ;
  rdfs:label "Fire Station" ;
  rdfs:comment "A fire station. With firemen." ;
  rdfs:subClassOf tmc:EmergencyService, tmc:CivicStructure ;
  owl:equivalentClass schema:FireStation .

tmc:firstAppearance a rdf:Property ;
  rdfs:label "first Appearance" ;
  rdfs:comment "Indicates the first known occurrence of a [[Claim]] in some [[CreativeWork]]." ;
  rdfs:subPropertyOf tmc:workExample ;
  schema:domainIncludes tmc:Claim ;
  schema:rangeIncludes tmc:CreativeWork ;
  owl:equivalentProperty schema:firstAppearance .

tmc:firstPerformance a rdf:Property ;
  rdfs:label "first Performance" ;
  rdfs:comment "The date and place the work was first performed." ;
  schema:domainIncludes tmc:MusicComposition ;
  schema:rangeIncludes tmc:Event ;
  owl:equivalentProperty schema:firstPerformance .

tmc:FitnessClub a rdfs:Class ;
  rdfs:label "FitnessClub" ;
  rdfs:comment "A fitness club." ;
  rdfs:subClassOf tmc:SportsActivityLocation ;
  tmc:instanceOf tmc:LocalBusinessType, tmc:SportsActivityLocationType ;
  owl:equivalentClass schema:SportsClub .

tmc:FitnessClub a tmc:LocalBusinessType, tmc:SportsActivityLocationType .

tmc:FitnessCoach a tmc:PersonCoachType ;
  rdfs:label "Fitness Coach" ;
  rdfs:comment "Dedicated to improving overall fitness, offering tailored workout routines, and guiding clients towards their health and fitness goals." ;
  tmc:instanceOf tmc:PersonCoachType .

tmc:FitnessGaming a rdfs:Class ;
  rdfs:label "Fitness Gaming" ;
  rdfs:comment "Playing fitness-based video games." ;
  rdfs:subClassOf tmc:ExerciseAndFitness, tmc:PhysicalActivity ;
  tmc:instanceOf tmc:PhysicalActivityType .

tmc:FitnessGaming a tmc:PhysicalActivityType .

tmc:Flexibility a tmc:PhysicalActivityCategory, tmc:PlayFeature ;
  rdfs:label "Flexibility" ;
  rdfs:comment "Play that involves stretching and bending, ideal for increasing range of motion and muscle elasticity." ;
  tmc:instanceOf tmc:PhysicalActivityCategory, tmc:PlayFeature .

tmc:FlexibilityAndMobility a tmc:PlayBenefit ;
  rdfs:label "Flexibility and Mobility" ;
  rdfs:comment "Play that improves joint flexibility and overall body mobility, contributing to physical agility and ease of movement." ;
  tmc:instanceOf tmc:PlayBenefit .

tmc:Flight a rdfs:Class ;
  rdfs:label "Flight" ;
  rdfs:comment "An airline flight." ;
  rdfs:subClassOf tmc:Trip ;
  owl:equivalentClass schema:Flight .

tmc:flightDistance a rdf:Property ;
  rdfs:label "flight Distance" ;
  rdfs:comment "The distance of the flight." ;
  schema:domainIncludes tmc:Flight ;
  schema:rangeIncludes schema:Text, tmc:Distance ;
  owl:equivalentProperty schema:flightDistance .

tmc:flightNumber a rdf:Property ;
  rdfs:label "flight Number" ;
  rdfs:comment "The unique identifier for a flight including the airline IATA code. For example, if describing United flight 110, where the IATA code for United is 'UA', the flightNumber is 'UA110'." ;
  rdfs:subPropertyOf tmc:identifier ;
  schema:domainIncludes tmc:Flight ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:flightNumber .

tmc:FlightReservation a rdfs:Class ;
  rdfs:label "Flight Reservation" ;
  rdfs:comment "A reservation for air travel.\\n\\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use [[Offer]]." ;
  rdfs:subClassOf tmc:Reservation ;
  owl:equivalentClass schema:FlightReservation .

tmc:Float a rdfs:Class ;
  rdfs:label "Float" ;
  rdfs:comment "Data type: Floating number." ;
  rdfs:subClassOf tmc:Number ;
  owl:equivalentClass schema:Float .

tmc:floorLevel a rdf:Property ;
  rdfs:label "floor Level" ;
  rdfs:comment "The floor level for an [[Accommodation]] in a multi-storey building. Since counting\n  systems [vary internationally](https://en.wikipedia.org/wiki/Storey#Consecutive_number_floor_designations), the local system should be used where possible." ;
  schema:domainIncludes tmc:Accommodation ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:floorLevel .

tmc:floorLimit a rdf:Property ;
  rdfs:label "floor Limit" ;
  rdfs:comment "A floor limit is the amount of money above which credit card transactions must be authorized." ;
  schema:domainIncludes tmc:PaymentCard ;
  schema:rangeIncludes tmc:MonetaryAmount ;
  owl:equivalentProperty schema:floorLimit .

tmc:FloorPlan a rdfs:Class ;
  rdfs:label "Floor Plan" ;
  rdfs:comment "A FloorPlan is an explicit representation of a collection of similar accommodations, allowing the provision of common information (room counts, sizes, layout diagrams) and offers for rental or sale. In typical use, some [[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](https://en.wikipedia.org/wiki/Floor_plan)) can be indicated using [[image]]. " ;
  rdfs:subClassOf tmc:Intangible ;
  owl:equivalentClass schema:FloorPlan .

tmc:floorSize a rdf:Property ;
  rdfs:label "floor Size" ;
  rdfs:comment "The size of the accommodation, e.g. in square meter or squarefoot.\nTypical unit code(s): MTK for square meter, FTK for square foot, or YDK for square yard " ;
  schema:domainIncludes tmc:Accommodation, tmc:FloorPlan ;
  schema:rangeIncludes tmc:QuantitativeValue ;
  owl:equivalentProperty schema:floorSize .

tmc:Florist a rdfs:Class ;
  rdfs:label "Florist" ;
  rdfs:comment "A florist." ;
  rdfs:subClassOf tmc:Store ;
  owl:equivalentClass schema:Florist .

tmc:FlotationTherapyCenter a rdfs:Class ;
  rdfs:label "Flotation Therapy Center" ;
  rdfs:comment "A wellness facility offering Flotation Therapy, where individuals can experience deep relaxation in a sensory deprivation tank filled with a warm Epsom salt solution, promoting mental and physical well-being." ;
  rdfs:subClassOf tmc:HealthClub ;
  tmc:instanceOf tmc:SportsActivityLocationType .

tmc:FlotationTherapyCenter a tmc:SportsActivityLocationType .

tmc:FMRadioChannel a rdfs:Class ;
  rdfs:label "FM Radio Channel" ;
  rdfs:comment "A radio channel that uses FM." ;
  rdfs:subClassOf tmc:RadioChannel ;
  owl:equivalentClass schema:FMRadioChannel .

tmc:FollowAction a rdfs:Class ;
  rdfs:label "Follow Action" ;
  rdfs:comment "The act of forming a personal connection with someone/something (object) unidirectionally/asymmetrically to get updates polled from.\\n\\nRelated actions:\\n\\n* [[BefriendAction]]: Unlike BefriendAction, FollowAction implies that the connection is *not* necessarily reciprocal.\\n* [[SubscribeAction]]: Unlike SubscribeAction, FollowAction implies that the follower acts as an active agent constantly/actively polling for updates.\\n* [[RegisterAction]]: Unlike RegisterAction, FollowAction implies that the agent is interested in continuing receiving updates from the object.\\n* [[JoinAction]]: Unlike JoinAction, FollowAction implies that the agent is interested in getting updates from the object.\\n* [[TrackAction]]: Unlike TrackAction, FollowAction refers to the polling of updates of all aspects of animate objects rather than the location of inanimate objects (e.g. you track a package, but you don't follow it)." ;
  rdfs:subClassOf tmc:InteractAction ;
  owl:equivalentClass schema:FollowAction .

tmc:followee a rdf:Property ;
  rdfs:label "followee" ;
  rdfs:comment "A sub property of object. The person or organization being followed." ;
  rdfs:subPropertyOf tmc:object ;
  schema:domainIncludes tmc:FollowAction ;
  schema:rangeIncludes tmc:Organization, tmc:Person ;
  owl:equivalentProperty schema:followee .

tmc:follows a rdf:Property ;
  rdfs:label "follows" ;
  rdfs:comment "The most generic uni-directional social relation." ;
  schema:domainIncludes tmc:Person ;
  schema:rangeIncludes tmc:Person ;
  owl:equivalentProperty schema:follows .

tmc:followup a rdf:Property ;
  rdfs:label "followup" ;
  rdfs:comment "Typical or recommended followup care after the procedure is performed." ;
  schema:domainIncludes tmc:MedicalProcedure ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:followup .

tmc:FoodAndBeverage a rdfs:Class ;
  rdfs:label "Food & Beverage" ;
  rdfs:comment "Marketplaces for restaurants, CPG food/bev, and food distribution." ;
  rdfs:subClassOf tmc:Industry ;
  tmc:instanceOf tmc:IndustryType .

tmc:FoodAndBeverage a tmc:IndustryType .

tmc:FoodBeverageAndTobacco a rdfs:Class ;
  rdfs:label "Food, Beverage & Tobacco" ;
  rdfs:comment "Producers and distributors of staple consumables." ;
  rdfs:subClassOf tmc:IndustryGroup ;
  tmc:instanceOf tmc:IndustryGroupType .

tmc:FoodBeverageAndTobacco a tmc:IndustryGroupType .

tmc:foodEstablishment a rdf:Property ;
  rdfs:label "food Establishment" ;
  rdfs:comment "A sub property of location. The specific food establishment where the action occurred." ;
  rdfs:subPropertyOf tmc:location ;
  schema:domainIncludes tmc:CookAction ;
  schema:rangeIncludes tmc:FoodEstablishment, tmc:Place ;
  owl:equivalentProperty schema:foodEstablishment .

tmc:FoodEstablishment a rdfs:Class ;
  rdfs:label "Food Establishment" ;
  rdfs:comment "A food-related business." ;
  rdfs:subClassOf tmc:LocalBusiness ;
  owl:equivalentClass schema:FoodEstablishment .

tmc:FoodEstablishmentReservation a rdfs:Class ;
  rdfs:label "Food Establishment Reservation" ;
  rdfs:comment "A reservation to dine at a food-related business.\\n\\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations." ;
  rdfs:subClassOf tmc:Reservation ;
  owl:equivalentClass schema:FoodEstablishmentReservation .

tmc:foodEvent a rdf:Property ;
  rdfs:label "food Event" ;
  rdfs:comment "A sub property of location. The specific food event where the action occurred." ;
  rdfs:subPropertyOf tmc:location ;
  schema:domainIncludes tmc:CookAction ;
  schema:rangeIncludes tmc:FoodEvent ;
  owl:equivalentProperty schema:foodEvent .

tmc:FoodEvent a rdfs:Class ;
  rdfs:label "Food Event" ;
  rdfs:comment "Event type: Food event." ;
  rdfs:subClassOf tmc:Event ;
  owl:equivalentClass schema:FoodEvent .

tmc:FoodService a rdfs:Class ;
  rdfs:label "Food Service" ;
  rdfs:comment "A food service, like breakfast, lunch, or dinner." ;
  rdfs:subClassOf tmc:Service ;
  owl:equivalentClass schema:FoodService .

tmc:foodWarning a rdf:Property ;
  rdfs:label "food Warning" ;
  rdfs:comment "Any precaution, guidance, contraindication, etc. related to consumption of specific foods while taking this drug." ;
  schema:domainIncludes tmc:Drug ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:foodWarning .

tmc:founder a rdf:Property ;
  rdfs:label "founder" ;
  rdfs:comment "A person who founded this organization." ;
  schema:domainIncludes tmc:Organization ;
  schema:rangeIncludes tmc:Person ;
  owl:equivalentProperty schema:founder .

tmc:founders a rdf:Property ;
  rdfs:label "founders" ;
  rdfs:comment "A person who founded this organization." ;
  schema:domainIncludes tmc:Organization ;
  schema:rangeIncludes tmc:Person ;
  owl:equivalentProperty schema:founders .

tmc:foundingDate a rdf:Property ;
  rdfs:label "founding Date" ;
  rdfs:comment "The date that this organization was founded." ;
  schema:domainIncludes tmc:Organization ;
  schema:rangeIncludes schema:Date ;
  owl:equivalentProperty schema:foundingDate .

tmc:foundingLocation a rdf:Property ;
  rdfs:label "founding Location" ;
  rdfs:comment "The place where the Organization was founded." ;
  schema:domainIncludes tmc:Organization ;
  schema:rangeIncludes tmc:Place ;
  owl:equivalentProperty schema:foundingLocation .

tmc:FourWheelDriveConfiguration a tmc:DriveWheelConfigurationValue ;
  rdfs:label "Four Wheel Drive Configuration" ;
  rdfs:comment "Four-wheel drive is a transmission layout where the engine primarily drives two wheels with a part-time four-wheel drive capability." ;
  tmc:instanceOf tmc:DriveWheelConfigurationValue .

tmc:free a rdf:Property ;
  rdfs:label "free" ;
  rdfs:comment "A flag to signal that the item, event, or place is accessible for free." ;
  schema:domainIncludes tmc:PublicationEvent ;
  schema:rangeIncludes schema:Boolean ;
  owl:equivalentProperty schema:free .

tmc:FreeReturn a tmc:ReturnFeesEnumeration ;
  rdfs:label "Free Return" ;
  rdfs:comment "Specifies that product returns are free of charge for the customer." ;
  tmc:instanceOf tmc:ReturnFeesEnumeration .

tmc:freeShippingThreshold a rdf:Property ;
  rdfs:label "free Shipping Threshold" ;
  rdfs:comment "A monetary value above (or at) which the shipping rate becomes free. Intended to be used via an [[OfferShippingDetails]] with [[shippingSettingsLink]] matching this [[ShippingRateSettings]]." ;
  schema:domainIncludes tmc:ShippingRateSettings ;
  schema:rangeIncludes tmc:DeliveryChargeSpecification, tmc:MonetaryAmount ;
  owl:equivalentProperty schema:freeShippingThreshold .

tmc:frequency a rdf:Property ;
  rdfs:label "frequency" ;
  rdfs:comment "How often the dose is taken, e.g. 'daily'." ;
  schema:domainIncludes tmc:DoseSchedule ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:frequency .

tmc:Friday a tmc:DayOfWeek ;
  rdfs:label "Friday" ;
  rdfs:comment "The day of the week between Thursday and Saturday." ;
  tmc:instanceOf tmc:DayOfWeek .

tmc:fromLocation a rdf:Property ;
  rdfs:label "from Location" ;
  rdfs:comment "A sub property of location. The original location of the object or the agent before the action." ;
  rdfs:subPropertyOf tmc:location ;
  schema:domainIncludes tmc:MoveAction, tmc:ExerciseAction, tmc:TransferAction ;
  schema:rangeIncludes tmc:Place ;
  owl:equivalentProperty schema:fromLocation .

tmc:FrontWheelDriveConfiguration a tmc:DriveWheelConfigurationValue ;
  rdfs:label "Front Wheel Drive Configuration" ;
  rdfs:comment "Front-wheel drive is a transmission layout where the engine drives the front wheels." ;
  tmc:instanceOf tmc:DriveWheelConfigurationValue .

tmc:fuelCapacity a rdf:Property ;
  rdfs:label "fuel Capacity" ;
  rdfs:comment "The capacity of the fuel tank or in the case of electric cars, the battery. If there are multiple components for storage, this should indicate the total of all storage of the same type.\\n\\nTypical unit code(s): LTR for liters, GLL of US gallons, GLI for UK / imperial gallons, AMH for ampere-hours (for electrical vehicles)." ;
  schema:domainIncludes tmc:Vehicle ;
  schema:rangeIncludes tmc:QuantitativeValue ;
  owl:equivalentProperty schema:fuelCapacity .

tmc:fuelConsumption a rdf:Property ;
  rdfs:label "fuel Consumption" ;
  rdfs:comment "The amount of fuel consumed for traveling a particular distance or temporal duration with the given vehicle (e.g. liters per 100 km).\\n\\n* Note 1: There are unfortunately no standard unit codes for liters per 100 km.  Use [[unitText]] to indicate the unit of measurement, e.g. L/100 km.\\n* Note 2: There are two ways of indicating the fuel consumption, [[fuelConsumption]] (e.g. 8 liters per 100 km) and [[fuelEfficiency]] (e.g. 30 miles per gallon). They are reciprocal.\\n* Note 3: Often, the absolute value is useful only when related to driving speed (\"at 80 km/h\") or usage pattern (\"city traffic\"). You can use [[valueReference]] to link the value for the fuel consumption to another value." ;
  schema:domainIncludes tmc:Vehicle ;
  schema:rangeIncludes tmc:QuantitativeValue ;
  owl:equivalentProperty schema:fuelConsumption .

tmc:fuelEfficiency a rdf:Property ;
  rdfs:label "fuel Efficiency" ;
  rdfs:comment "The distance traveled per unit of fuel used; most commonly miles per gallon (mpg) or kilometers per liter (km/L).\\n\\n* Note 1: There are unfortunately no standard unit codes for miles per gallon or kilometers per liter. Use [[unitText]] to indicate the unit of measurement, e.g. mpg or km/L.\\n* Note 2: There are two ways of indicating the fuel consumption, [[fuelConsumption]] (e.g. 8 liters per 100 km) and [[fuelEfficiency]] (e.g. 30 miles per gallon). They are reciprocal.\\n* Note 3: Often, the absolute value is useful only when related to driving speed (\"at 80 km/h\") or usage pattern (\"city traffic\"). You can use [[valueReference]] to link the value for the fuel economy to another value." ;
  schema:domainIncludes tmc:Vehicle ;
  schema:rangeIncludes tmc:QuantitativeValue ;
  owl:equivalentProperty schema:fuelEfficiency .

tmc:fuelType a rdf:Property ;
  rdfs:label "fuel Type" ;
  rdfs:comment "The type of fuel suitable for the engine or engines of the vehicle. If the vehicle has only one engine, this property can be attached directly to the vehicle." ;
  schema:domainIncludes tmc:Vehicle, tmc:EngineSpecification ;
  schema:rangeIncludes schema:URL, tmc:QualitativeValue, schema:Text ;
  owl:equivalentProperty schema:fuelType .

tmc:FullGameAvailability a tmc:GameAvailabilityEnumeration ;
  rdfs:label "Full Game Availability" ;
  rdfs:comment "Indicates full game availability." ;
  tmc:instanceOf tmc:GameAvailabilityEnumeration .

tmc:FullRefund a tmc:RefundTypeEnumeration ;
  rdfs:label "Full Refund" ;
  rdfs:comment "Specifies that a refund can be done in the full amount the customer paid for the product." ;
  tmc:instanceOf tmc:RefundTypeEnumeration .

tmc:Fun a tmc:PlayQuality ;
  rdfs:label "Fun" ;
  rdfs:comment "Play that prioritizes enjoyment and amusement, characterized by engaging and entertaining experiences." ;
  tmc:instanceOf tmc:PlayQuality .

tmc:functionalClass a rdf:Property ;
  rdfs:label "functional Class" ;
  rdfs:comment "The degree of mobility the joint allows." ;
  schema:domainIncludes tmc:Joint ;
  schema:rangeIncludes tmc:MedicalEntity, schema:Text ;
  owl:equivalentProperty schema:functionalClass .

tmc:FunctionalStrengthTraining a rdfs:Class ;
  rdfs:label "Functional Strength Training" ;
  rdfs:comment "Strength training primarily with free weights and body weight." ;
  rdfs:subClassOf tmc:ExerciseAndFitness ;
  tmc:instanceOf tmc:PhysicalActivityType .

tmc:FunctionalStrengthTraining a tmc:PhysicalActivityType .

tmc:fundedItem a rdf:Property ;
  rdfs:label "funded Item" ;
  rdfs:comment "Indicates something directly or indirectly funded or sponsored through a [[Grant]]. See also [[ownershipFundingInfo]]." ;
  schema:domainIncludes tmc:Grant ;
  schema:rangeIncludes tmc:Organization, tmc:BioChemEntity, tmc:Event, tmc:Person, tmc:MedicalEntity, tmc:Product, tmc:CreativeWork ;
  schema:inverseOf tmc:funding ;
  owl:equivalentProperty schema:fundedItem .

tmc:funder a rdf:Property ;
  rdfs:label "funder" ;
  rdfs:comment "A person or organization that supports (sponsors) something through some kind of financial contribution." ;
  rdfs:subPropertyOf tmc:sponsor ;
  schema:domainIncludes tmc:Person, tmc:Event, tmc:Grant, tmc:MonetaryGrant, tmc:CreativeWork, tmc:Organization ;
  schema:rangeIncludes tmc:Organization, tmc:Person ;
  owl:equivalentProperty schema:funder .

tmc:funding a rdf:Property ;
  rdfs:label "funding" ;
  rdfs:comment "A [[Grant]] that directly or indirectly provide funding or sponsorship for this item. See also [[ownershipFundingInfo]]." ;
  schema:domainIncludes tmc:CreativeWork, tmc:Event, tmc:BioChemEntity, tmc:Organization, tmc:Person, tmc:MedicalEntity, tmc:Product ;
  schema:rangeIncludes tmc:Grant ;
  schema:inverseOf tmc:fundedItem ;
  owl:equivalentProperty schema:funding .

tmc:FundingAgency a rdfs:Class ;
  rdfs:label "Funding Agency" ;
  rdfs:comment "A FundingAgency is an organization that implements one or more [[FundingScheme]]s and manages\n    the granting process (via [[Grant]]s, typically [[MonetaryGrant]]s).\n    A funding agency is not always required for grant funding, e.g. philanthropic giving, corporate sponsorship etc.\n    \nExamples of funding agencies include ERC, REA, NIH, Bill and Melinda Gates Foundation, ...\n    " ;
  rdfs:subClassOf tmc:Project ;
  owl:equivalentClass schema:FundingAgency .

tmc:FundingScheme a rdfs:Class ;
  rdfs:label "Funding Scheme" ;
  rdfs:comment "A FundingScheme combines organizational, project and policy aspects of grant-based funding\n    that sets guidelines, principles and mechanisms to support other kinds of projects and activities.\n    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, ..." ;
  rdfs:subClassOf tmc:Organization ;
  owl:equivalentClass schema:FundingScheme .

tmc:Fundraiser a rdfs:Class ;
  rdfs:label "Fundraiser" ;
  rdfs:comment "A fundraiser is a campaign or event organized to raise funds for a specific cause or project. Fundraisers can involve various activities such as donations, auctions, or events, and typically have a specific fundraising goal." ;
  rdfs:subClassOf tmc:Listing ;
  tmc:instanceOf tmc:ListingType .

tmc:Fundraiser a tmc:ListingType .

tmc:Fungus a tmc:InfectiousAgentClass ;
  rdfs:label "Fungus" ;
  rdfs:comment "Pathogenic fungus." ;
  tmc:instanceOf tmc:InfectiousAgentClass .

tmc:FurnitureStore a rdfs:Class ;
  rdfs:label "Furniture Store" ;
  rdfs:comment "A furniture store." ;
  rdfs:subClassOf tmc:Store ;
  owl:equivalentClass schema:FurnitureStore .

tmc:game a rdf:Property ;
  rdfs:label "game" ;
  rdfs:comment "Video game which is played on this server." ;
  schema:domainIncludes tmc:GameServer ;
  schema:rangeIncludes tmc:VideoGame ;
  schema:inverseOf tmc:gameServer ;
  owl:equivalentProperty schema:game .

tmc:Game a rdfs:Class ;
  rdfs:label "Game" ;
  rdfs:comment "The Game type represents things which are games. These are typically rule-governed recreational activities, e.g. role-playing games in which players assume the role of characters in a fictional setting." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:Game .

tmc:GameAvailabilityEnumeration a rdfs:Class, schema:Enumeration ;
  rdfs:label "Game Availability Enumeration" ;
  rdfs:comment "For a VideoGame, such as used with a PlayGameAction, an enumeration of the kind of game availability offered." ;
  rdfs:subClassOf tmc:Enumeration ;
  owl:equivalentClass schema:GameAvailabilityEnumeration .

tmc:gameAvailabilityType a rdf:Property ;
  rdfs:label "game Availability Type" ;
  rdfs:comment "Indicates the availability type of the game content associated with this action, such as whether it is a full version or a demo." ;
  schema:domainIncludes tmc:PlayGameAction ;
  schema:rangeIncludes schema:Text, tmc:GameAvailabilityEnumeration ;
  owl:equivalentProperty schema:gameAvailabilityType .

tmc:gameEdition a rdf:Property ;
  rdfs:label "game Edition" ;
  rdfs:comment "The edition of a video game." ;
  schema:domainIncludes tmc:VideoGame ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:gameEdition .

tmc:gameItem a rdf:Property ;
  rdfs:label "game Item" ;
  rdfs:comment "An item is an object within the game world that can be collected by a player or, occasionally, a non-player character." ;
  schema:domainIncludes tmc:Game, tmc:VideoGameSeries ;
  schema:rangeIncludes tmc:Thing ;
  owl:equivalentProperty schema:gameItem .

tmc:gameLocation a rdf:Property ;
  rdfs:label "game Location" ;
  rdfs:comment "Real or fictional location of the game (or part of game)." ;
  schema:domainIncludes tmc:Game, tmc:VideoGameSeries ;
  schema:rangeIncludes tmc:PostalAddress, schema:URL, tmc:Place ;
  owl:equivalentProperty schema:gameLocation .

tmc:gamePlatform a rdf:Property ;
  rdfs:label "game Platform" ;
  rdfs:comment "The electronic systems used to play <a href=\"http://en.wikipedia.org/wiki/Category:Video_game_platforms\">video games</a>." ;
  schema:domainIncludes tmc:VideoGame, tmc:VideoGameSeries ;
  schema:rangeIncludes tmc:Thing, schema:URL, schema:Text ;
  owl:equivalentProperty schema:gamePlatform .

tmc:GamePlayMode a rdfs:Class, schema:Enumeration ;
  rdfs:label "Game Play Mode" ;
  rdfs:comment "Indicates whether this game is multi-player, co-op or single-player." ;
  rdfs:subClassOf tmc:Enumeration ;
  owl:equivalentClass schema:GamePlayMode .

tmc:gameServer a rdf:Property ;
  rdfs:label "game Server" ;
  rdfs:comment "The server on which  it is possible to play the game." ;
  schema:domainIncludes tmc:VideoGame ;
  schema:rangeIncludes tmc:GameServer ;
  schema:inverseOf tmc:game ;
  owl:equivalentProperty schema:gameServer .

tmc:GameServer a rdfs:Class ;
  rdfs:label "Game Server" ;
  rdfs:comment "Server that provides game interaction in a multiplayer game." ;
  rdfs:subClassOf tmc:Intangible ;
  owl:equivalentClass schema:GameServer .

tmc:GameServerStatus a rdfs:Class ;
  rdfs:label "Game Server Status" ;
  rdfs:comment "Status of a game server." ;
  rdfs:subClassOf tmc:StatusEnumeration ;
  owl:equivalentClass schema:GameServerStatus .

tmc:gameTip a rdf:Property ;
  rdfs:label "game Tip" ;
  rdfs:comment "Links to tips, tactics, etc." ;
  schema:domainIncludes tmc:VideoGame ;
  schema:rangeIncludes tmc:CreativeWork ;
  owl:equivalentProperty schema:gameTip .

tmc:GardenStore a rdfs:Class ;
  rdfs:label "Garden Store" ;
  rdfs:comment "A garden store." ;
  rdfs:subClassOf tmc:Store ;
  owl:equivalentClass schema:GardenStore .

tmc:GasStation a rdfs:Class ;
  rdfs:label "Gas Station" ;
  rdfs:comment "A gas station." ;
  rdfs:subClassOf tmc:AutomotiveBusiness ;
  owl:equivalentClass schema:GasStation .

tmc:Gastroenterologic a tmc:MedicalSpecialty ;
  rdfs:label "Gastroenterologic" ;
  rdfs:comment "A specific branch of medical science that pertains to diagnosis and treatment of disorders of digestive system." ;
  tmc:instanceOf tmc:MedicalSpecialty .

tmc:GatedResidenceCommunity a rdfs:Class ;
  rdfs:label "Gated Residence Community" ;
  rdfs:comment "Residence type: Gated community." ;
  rdfs:subClassOf tmc:Residence ;
  owl:equivalentClass schema:GatedResidenceCommunity .

tmc:gender a rdf:Property ;
  rdfs:label "gender" ;
  rdfs:comment "The gender of a person." ;
  schema:domainIncludes tmc:Person ;
  schema:rangeIncludes tmc:GenderType ;
  owl:equivalentProperty schema:gender .

tmc:GenderGroupType a rdfs:Class, schema:Enumeration ;
  rdfs:label "Gender Group Type" ;
  rdfs:comment "An enumeration of gender groups." ;
  rdfs:subClassOf tmc:Enumeration ;
  owl:equivalentClass schema:GenderGroupType .

tmc:GenderType a rdfs:Class, schema:Enumeration ;
  rdfs:label "Gender Type" ;
  rdfs:comment "An enumeration of genders." ;
  rdfs:subClassOf tmc:Enumeration ;
  owl:equivalentClass schema:GenderType .

tmc:Gene a rdfs:Class ;
  rdfs:label "Gene" ;
  rdfs:comment "A discrete unit of inheritance which affects one or more biological traits (Source: [https://en.wikipedia.org/wiki/Gene](https://en.wikipedia.org/wiki/Gene)). Examples include FOXP2 (Forkhead box protein P2), SCARNA21 (small Cajal body-specific RNA 21), A- (agouti genotype)." ;
  rdfs:subClassOf tmc:BioChemEntity ;
  owl:equivalentClass schema:Gene .

tmc:GeneralContractor a rdfs:Class ;
  rdfs:label "General Contractor" ;
  rdfs:comment "A general contractor." ;
  rdfs:subClassOf tmc:HomeAndConstructionBusiness ;
  owl:equivalentClass schema:GeneralContractor .

tmc:GenericWebPlatform a tmc:DigitalPlatformEnumeration ;
  rdfs:label "Generic Web Platform" ;
  rdfs:comment "Represents the generic notion of the Web Platform. More specific codes include MobileWebPlatform and DesktopWebPlatform, as an incomplete list." ;
  tmc:instanceOf tmc:DigitalPlatformEnumeration .

tmc:Genetic a tmc:MedicalSpecialty ;
  rdfs:label "Genetic" ;
  rdfs:comment "A specific branch of medical science that pertains to hereditary transmission and the variation of inherited characteristics and disorders." ;
  tmc:instanceOf tmc:MedicalSpecialty .

tmc:Genitourinary a tmc:PhysicalExam ;
  rdfs:label "Genitourinary" ;
  rdfs:comment "Genitourinary system function assessment with clinical examination." ;
  tmc:instanceOf tmc:PhysicalExam .

tmc:genre a rdf:Property ;
  rdfs:label "genre" ;
  rdfs:comment "Genre of the creative work, broadcast channel or group." ;
  schema:domainIncludes tmc:BroadcastChannel, tmc:MusicGroup, tmc:CreativeWork ;
  schema:rangeIncludes schema:Text, schema:URL ;
  owl:equivalentProperty schema:genre .

tmc:geo a rdf:Property ;
  rdfs:label "geo" ;
  rdfs:comment "The geo coordinates of the place." ;
  schema:domainIncludes tmc:Place ;
  schema:rangeIncludes tmc:GeoCoordinates, tmc:GeoShape ;
  owl:equivalentProperty schema:geo .

tmc:GeoCircle a rdfs:Class ;
  rdfs:label "Geo Circle" ;
  rdfs:comment "A GeoCircle is a GeoShape representing a circular geographic area. As it is a GeoShape\n          it provides the simple textual property 'circle', but also allows the combination of postalCode alongside geoRadius.\n          The center of the circle can be indicated via the 'geoMidpoint' property, or more approximately using 'address', 'postalCode'.\n       " ;
  rdfs:subClassOf tmc:GeoShape ;
  owl:equivalentClass schema:GeoCircle .

tmc:geoContains a rdf:Property ;
  rdfs:label "geo Contains" ;
  rdfs:comment "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](https://en.wikipedia.org/wiki/DE-9IM)." ;
  schema:domainIncludes tmc:GeospatialGeometry, tmc:Place ;
  schema:rangeIncludes tmc:Place, tmc:GeospatialGeometry ;
  owl:equivalentProperty schema:geoContains .

tmc:GeoCoordinates a rdfs:Class ;
  rdfs:label "Geo Coordinates" ;
  rdfs:comment "The geographic coordinates of a place or event." ;
  rdfs:subClassOf tmc:StructuredValue ;
  owl:equivalentClass schema:GeoCoordinates .

tmc:geoCoveredBy a rdf:Property ;
  rdfs:label "geo Covered By" ;
  rdfs:comment "Represents a relationship between two geometries (or the places they represent), relating a geometry to another that covers it. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM)." ;
  schema:domainIncludes tmc:GeospatialGeometry, tmc:Place ;
  schema:rangeIncludes tmc:GeospatialGeometry, tmc:Place ;
  owl:equivalentProperty schema:geoCoveredBy .

tmc:geoCovers a rdf:Property ;
  rdfs:label "geo Covers" ;
  rdfs:comment "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](https://en.wikipedia.org/wiki/DE-9IM)." ;
  schema:domainIncludes tmc:GeospatialGeometry, tmc:Place ;
  schema:rangeIncludes tmc:GeospatialGeometry, tmc:Place ;
  owl:equivalentProperty schema:geoCovers .

tmc:geoCrosses a rdf:Property ;
  rdfs:label "geo Crosses" ;
  rdfs:comment "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](https://en.wikipedia.org/wiki/DE-9IM)." ;
  schema:domainIncludes tmc:GeospatialGeometry, tmc:Place ;
  schema:rangeIncludes tmc:GeospatialGeometry, tmc:Place ;
  owl:equivalentProperty schema:geoCrosses .

tmc:geoDisjoint a rdf:Property ;
  rdfs:label "geo Disjoint" ;
  rdfs:comment "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](https://en.wikipedia.org/wiki/DE-9IM).)" ;
  schema:domainIncludes tmc:GeospatialGeometry, tmc:Place ;
  schema:rangeIncludes tmc:GeospatialGeometry, tmc:Place ;
  owl:equivalentProperty schema:geoDisjoint .

tmc:geoEquals a rdf:Property ;
  rdfs:label "geo Equals" ;
  rdfs:comment "Represents spatial relations in which two geometries (or the places they represent) are topologically equal, as defined in [DE-9IM](https://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)." ;
  schema:domainIncludes tmc:GeospatialGeometry, tmc:Place ;
  schema:rangeIncludes tmc:GeospatialGeometry, tmc:Place ;
  owl:equivalentProperty schema:geoEquals .

tmc:geographicArea a rdf:Property ;
  rdfs:label "geographic Area" ;
  rdfs:comment "The geographic area associated with the audience." ;
  schema:domainIncludes tmc:Audience ;
  schema:rangeIncludes tmc:AdministrativeArea ;
  owl:equivalentProperty schema:geographicArea .

tmc:geoIntersects a rdf:Property ;
  rdfs:label "geo Intersects" ;
  rdfs:comment "Represents spatial relations in which two geometries (or the places they represent) have at least one point in common. As defined in [DE-9IM](https://en.wikipedia.org/wiki/DE-9IM)." ;
  schema:domainIncludes tmc:GeospatialGeometry, tmc:Place ;
  schema:rangeIncludes tmc:GeospatialGeometry, tmc:Place ;
  owl:equivalentProperty schema:geoIntersects .

tmc:geoMidpoint a rdf:Property ;
  rdfs:label "geo Midpoint" ;
  rdfs:comment "Indicates the GeoCoordinates at the centre of a GeoShape, e.g. GeoCircle." ;
  schema:domainIncludes tmc:GeoCircle ;
  schema:rangeIncludes tmc:GeoCoordinates ;
  owl:equivalentProperty schema:geoMidpoint .

tmc:geoOverlaps a rdf:Property ;
  rdfs:label "geo Overlaps" ;
  rdfs:comment "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](https://en.wikipedia.org/wiki/DE-9IM)." ;
  schema:domainIncludes tmc:GeospatialGeometry, tmc:Place ;
  schema:rangeIncludes tmc:GeospatialGeometry, tmc:Place ;
  owl:equivalentProperty schema:geoOverlaps .

tmc:geoRadius a rdf:Property ;
  rdfs:label "geo Radius" ;
  rdfs:comment "Indicates the approximate radius of a GeoCircle (metres unless indicated otherwise via Distance notation)." ;
  schema:domainIncludes tmc:GeoCircle ;
  schema:rangeIncludes schema:Number, schema:Text, tmc:Distance ;
  owl:equivalentProperty schema:geoRadius .

tmc:GeoShape a rdfs:Class ;
  rdfs:label "Geo Shape" ;
  rdfs:comment "The geographic shape of a place. A GeoShape can be described using several properties whose values are based on latitude/longitude pairs. Either whitespace or commas can be used to separate latitude and longitude; whitespace should be used when writing a list of several such points." ;
  rdfs:subClassOf tmc:StructuredValue ;
  owl:equivalentClass schema:GeoShape .

tmc:GeospatialGeometry a rdfs:Class ;
  rdfs:label "Geospatial Geometry" ;
  rdfs:comment "(Eventually to be defined as) a supertype of GeoShape designed to accommodate definitions from Geo-Spatial best practices." ;
  rdfs:subClassOf tmc:Intangible ;
  owl:equivalentClass schema:GeospatialGeometry .

tmc:geoTouches a rdf:Property ;
  rdfs:label "geo Touches" ;
  rdfs:comment "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](https://en.wikipedia.org/wiki/DE-9IM).)" ;
  schema:domainIncludes tmc:GeospatialGeometry, tmc:Place ;
  schema:rangeIncludes tmc:GeospatialGeometry, tmc:Place ;
  owl:equivalentProperty schema:geoTouches .

tmc:geoWithin a rdf:Property ;
  rdfs:label "geo Within" ;
  rdfs:comment "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](https://en.wikipedia.org/wiki/DE-9IM)." ;
  schema:domainIncludes tmc:GeospatialGeometry, tmc:Place ;
  schema:rangeIncludes tmc:GeospatialGeometry, tmc:Place ;
  owl:equivalentProperty schema:geoWithin .

tmc:Geriatric a tmc:MedicalSpecialty ;
  rdfs:label "Geriatric" ;
  rdfs:comment "A specific branch of medical science that is concerned with the diagnosis and treatment of diseases, debilities and provision of care to the aged." ;
  tmc:instanceOf tmc:MedicalSpecialty .

tmc:GettingAccessHealthAspect a tmc:HealthAspectEnumeration ;
  rdfs:label "Getting Access Health Aspect" ;
  rdfs:comment "Content that discusses practical and policy aspects for getting access to specific kinds of healthcare (e.g. distribution mechanisms for vaccines)." ;
  tmc:instanceOf tmc:HealthAspectEnumeration .

tmc:gettingTestedInfo a rdf:Property ;
  rdfs:label "getting Tested Info" ;
  rdfs:comment "Information about getting tested (for a [[MedicalCondition]]), e.g. in the context of a pandemic." ;
  schema:domainIncludes tmc:SpecialAnnouncement ;
  schema:rangeIncludes tmc:WebContent, schema:URL ;
  owl:equivalentProperty schema:gettingTestedInfo .

tmc:gics a rdf:Property ;
  rdfs:label "gics" ;
  rdfs:comment "Global Industry Classification Standard (GICS) code identifying either an entity’s classification or an industry category (sector, industry group, industry, or sub-industry)." ;
  schema:domainIncludes tmc:IndustryClassification ;
  schema:rangeIncludes schema:Text, schema:URL .

tmc:GiveAction a rdfs:Class ;
  rdfs:label "Give Action" ;
  rdfs:comment "The act of transferring ownership of an object to a destination. Reciprocal of TakeAction.\\n\\nRelated actions:\\n\\n* [[TakeAction]]: Reciprocal of GiveAction.\\n* [[SendAction]]: Unlike SendAction, GiveAction implies that ownership is being transferred (e.g. I may send my laptop to you, but that doesn't mean I'm giving it to you)." ;
  rdfs:subClassOf tmc:TransferAction ;
  owl:equivalentClass schema:GiveAction .

tmc:GiveAway a tmc:BusinessFunction ;
  rdfs:label "Give Away" ;
  rdfs:comment "The act of giving away an object." ;
  tmc:instanceOf tmc:BusinessFunction .

tmc:givenName a rdf:Property ;
  rdfs:label "given Name" ;
  rdfs:comment "The first name of a person." ;
  schema:domainIncludes tmc:Person ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:givenName .

tmc:globalLocationNumber a rdf:Property ;
  rdfs:label "global Location Number" ;
  rdfs:comment "The [Global Location Number](http://www.gs1.org/gln) (GLN, sometimes also referred to as International Location Number or ILN) of the respective organization, person, or place. The GLN is a 13-digit number used to identify parties and physical locations." ;
  rdfs:subPropertyOf tmc:identifier ;
  schema:domainIncludes tmc:Place, tmc:Person, tmc:Organization ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:globalLocationNumber .

tmc:GlutenFreeDiet a tmc:RestrictedDiet ;
  rdfs:label "Gluten Free Diet" ;
  rdfs:comment "A diet exclusive of gluten." ;
  tmc:instanceOf tmc:RestrictedDiet .

tmc:GolfClub a rdfs:Class ;
  rdfs:label "Golf and Recreation Facility" ;
  rdfs:comment "A facility that includes a driving range, golf course, and other related recreational services." ;
  rdfs:subClassOf tmc:SportsActivityLocation ;
  tmc:instanceOf tmc:SportsActivityLocationType .

tmc:GolfClub a tmc:SportsActivityLocationType .

tmc:GolfCourse a rdfs:Class ;
  rdfs:label "Golf Course" ;
  rdfs:comment "A golf course." ;
  rdfs:subClassOf tmc:SportsActivityLocation ;
  tmc:instanceOf tmc:LocalBusinessType, tmc:SportsActivityLocationType ;
  owl:equivalentClass schema:GolfCourse .

tmc:GolfCourse a tmc:LocalBusinessType, tmc:SportsActivityLocationType .

tmc:googleMapsUrl a rdf:Property ;
  rdfs:label "google Maps Url" ;
  rdfs:comment "Contains the URL of the official Google page for this place. This will be the Google-owned page that contains the best available information about the place. Applications must link to or embed this page on any screen that shows detailed results about the place to the user." ;
  rdfs:subPropertyOf tmc:url ;
  schema:domainIncludes tmc:Place ;
  schema:rangeIncludes schema:URL .

tmc:GoogleMeetConferencingService a tmc:VideoConferencingService ;
  rdfs:label "Google Meet Conferencing Service" ;
  rdfs:comment "A video conferencing service provided by Google through its Google Meet platform." ;
  tmc:instanceOf tmc:VideoConferencingService .

tmc:googlePlaceId a rdf:Property ;
  rdfs:label "Google Place ID" ;
  rdfs:comment "Contains the URL of the official Google page for this place. This will be the Google-owned page that contains the best available information about the place. Applications must link to or embed this page on any screen that shows detailed results about the place to the user." ;
  rdfs:subPropertyOf tmc:identifier ;
  schema:domainIncludes tmc:Place ;
  schema:rangeIncludes schema:Text .

tmc:googlePlaceTypes a rdf:Property ;
  rdfs:label "Google Place types" ;
  rdfs:comment "A list of types of the place." ;
  schema:domainIncludes tmc:Place ;
  schema:rangeIncludes schema:Text .

tmc:governmentBenefitsInfo a rdf:Property ;
  rdfs:label "government Benefits Info" ;
  rdfs:comment "governmentBenefitsInfo provides information about government benefits associated with a SpecialAnnouncement." ;
  schema:domainIncludes tmc:SpecialAnnouncement ;
  schema:rangeIncludes tmc:GovernmentService ;
  owl:equivalentProperty schema:governmentBenefitsInfo .

tmc:GovernmentBenefitsType a rdfs:Class, schema:Enumeration ;
  rdfs:label "Government Benefits Type" ;
  rdfs:comment "GovernmentBenefitsType enumerates several kinds of government benefits to support the COVID-19 situation. Note that this structure may not capture all benefits offered." ;
  rdfs:subClassOf tmc:Enumeration ;
  owl:equivalentClass schema:GovernmentBenefitsType .

tmc:GovernmentBuilding a rdfs:Class ;
  rdfs:label "Government Building" ;
  rdfs:comment "A government building." ;
  rdfs:subClassOf tmc:CivicStructure ;
  owl:equivalentClass schema:GovernmentBuilding .

tmc:GovernmentEntity a tmc:BusinessType ;
  rdfs:label "Government Entity" ;
  tmc:instanceOf tmc:BusinessType .

tmc:GovernmentOffice a rdfs:Class ;
  rdfs:label "Government Office" ;
  rdfs:comment "A government office&#x2014;for example, an IRS or DMV office." ;
  rdfs:subClassOf tmc:LocalBusiness ;
  owl:equivalentClass schema:GovernmentOffice .

tmc:GovernmentOrganization a rdfs:Class ;
  rdfs:label "Government Organization" ;
  rdfs:comment "An entity or agency operating under governmental authority, responsible for public administration and services." ;
  rdfs:subClassOf tmc:Organization ;
  tmc:instanceOf tmc:OrganizerType ;
  owl:equivalentClass schema:GovernmentOrganization .

tmc:GovernmentOrganization a tmc:OrganizerType .

tmc:GovernmentOrganizationType a rdfs:Class, schema:Enumeration ;
  rdfs:label "Government Organization Type" ;
  rdfs:subClassOf tmc:Enumeration .

tmc:GovernmentPermit a rdfs:Class ;
  rdfs:label "Government Permit" ;
  rdfs:comment "A permit issued by a government agency." ;
  rdfs:subClassOf tmc:Permit ;
  owl:equivalentClass schema:GovernmentPermit .

tmc:GovernmentService a rdfs:Class ;
  rdfs:label "Government Service" ;
  rdfs:comment "A service provided by a government organization, e.g. food stamps, veterans benefits, etc." ;
  rdfs:subClassOf tmc:Service ;
  owl:equivalentClass schema:GovernmentService .

tmc:gracePeriod a rdf:Property ;
  rdfs:label "grace Period" ;
  rdfs:comment "The period of time after any due date that the borrower has to fulfil its obligations before a default (failure to pay) is deemed to have occurred." ;
  schema:domainIncludes tmc:LoanOrCredit ;
  schema:rangeIncludes tmc:Duration ;
  owl:equivalentProperty schema:gracePeriod .

tmc:Grant a rdfs:Class ;
  rdfs:label "Grant" ;
  rdfs:comment "A grant, typically financial or otherwise quantifiable, of resources. Typically a [[funder]] sponsors some [[MonetaryAmount]] to an [[Organization]] or [[Person]],\n    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).\n\nGrants 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.\n\nThe amount of a [[Grant]] is represented using [[amount]] as a [[MonetaryAmount]].\n    " ;
  rdfs:subClassOf tmc:Intangible ;
  owl:equivalentClass schema:Grant .

tmc:grantee a rdf:Property ;
  rdfs:label "grantee" ;
  rdfs:comment "The person, organization, contact point, or audience that has been granted this permission." ;
  schema:domainIncludes tmc:DigitalDocumentPermission ;
  schema:rangeIncludes tmc:Audience, tmc:Organization, tmc:ContactPoint, tmc:Person ;
  owl:equivalentProperty schema:grantee .

tmc:GraphicNovel a tmc:BookFormatType ;
  rdfs:label "Graphic Novel" ;
  rdfs:comment "Book format: GraphicNovel. May represent a bound collection of ComicIssue instances." ;
  tmc:instanceOf tmc:BookFormatType .

tmc:greater a rdf:Property ;
  rdfs:label "greater" ;
  rdfs:comment "This ordering relation for qualitative values indicates that the subject is greater than the object." ;
  schema:domainIncludes tmc:QualitativeValue ;
  schema:rangeIncludes tmc:QualitativeValue ;
  owl:equivalentProperty schema:greater .

tmc:greaterOrEqual a rdf:Property ;
  rdfs:label "greater Or Equal" ;
  rdfs:comment "This ordering relation for qualitative values indicates that the subject is greater than or equal to the object." ;
  schema:domainIncludes tmc:QualitativeValue ;
  schema:rangeIncludes tmc:QualitativeValue ;
  owl:equivalentProperty schema:greaterOrEqual .

tmc:GroceryStore a rdfs:Class ;
  rdfs:label "Grocery Store" ;
  rdfs:comment "A grocery store." ;
  rdfs:subClassOf tmc:Store ;
  owl:equivalentClass schema:GroceryStore .

tmc:GroupBoardingPolicy a tmc:BoardingPolicyType ;
  rdfs:label "Group Boarding Policy" ;
  rdfs:comment "The airline boards by groups based on check-in time, priority, etc." ;
  tmc:instanceOf tmc:BoardingPolicyType .

tmc:GroupFitnessInstructor a tmc:PersonInstructorType ;
  rdfs:label "Group Fitness Instructor" ;
  rdfs:comment "Leads fitness classes for groups, specializing in exercises that improve physical health, strength, and endurance in a collaborative environment." ;
  tmc:instanceOf tmc:PersonInstructorType .

tmc:gtin a rdf:Property ;
  rdfs:label "gtin" ;
  rdfs:comment "A Global Trade Item Number ([GTIN](https://www.gs1.org/standards/id-keys/gtin)). GTINs identify trade items, including products and services, using numeric identification codes.\n\nThe GS1 [digital link specifications](https://www.gs1.org/standards/Digital-Link/) express GTINs as URLs (URIs, IRIs, etc.). Details including regular expression examples can be found in, Section 6 of the GS1 URI Syntax specification; see also [schema.org tracking issue](https://github.com/schemaorg/schemaorg/issues/3156#issuecomment-1209522809) for schema.org-specific discussion. 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](https://www.gs1.org/services/check-digit-calculator) and meet the other rules for valid GTINs. See also [GS1's GTIN Summary](http://www.gs1.org/barcodes/technical/idkeys/gtin) and [Wikipedia](https://en.wikipedia.org/wiki/Global_Trade_Item_Number) for more details. Left-padding of the gtin values is not required or encouraged. The [[gtin]] property generalizes the earlier [[gtin8]], [[gtin12]], [[gtin13]], and [[gtin14]] properties.\n\nNote also that this is a definition for how to include GTINs in Schema.org data, and not a definition of GTINs in general - see the GS1 documentation for authoritative details." ;
  rdfs:subPropertyOf tmc:identifier ;
  schema:domainIncludes tmc:Demand, tmc:Product, tmc:Offer ;
  schema:rangeIncludes schema:Text, schema:URL ;
  owl:equivalentProperty schema:gtin .

tmc:gtin12 a rdf:Property ;
  rdfs:label "gtin12" ;
  rdfs:comment "The GTIN-12 code of the product, or the product to which the offer refers. The GTIN-12 is the 12-digit GS1 Identification Key composed of a U.P.C. Company Prefix, Item Reference, and Check Digit used to identify trade items. See [GS1 GTIN Summary](http://www.gs1.org/barcodes/technical/idkeys/gtin) for more details." ;
  rdfs:subPropertyOf tmc:gtin, tmc:identifier ;
  schema:domainIncludes tmc:Product, tmc:Demand, tmc:Offer ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:gtin12 .

tmc:gtin13 a rdf:Property ;
  rdfs:label "gtin13" ;
  rdfs:comment "The GTIN-13 code of the product, or the product to which the offer refers. This is equivalent to 13-digit ISBN codes and EAN UCC-13. Former 12-digit UPC codes can be converted into a GTIN-13 code by simply adding a preceding zero. See [GS1 GTIN Summary](http://www.gs1.org/barcodes/technical/idkeys/gtin) for more details." ;
  rdfs:subPropertyOf tmc:gtin, tmc:identifier ;
  schema:domainIncludes tmc:Demand, tmc:Product, tmc:Offer ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:gtin13 .

tmc:gtin14 a rdf:Property ;
  rdfs:label "gtin14" ;
  rdfs:comment "The GTIN-14 code of the product, or the product to which the offer refers. See [GS1 GTIN Summary](http://www.gs1.org/barcodes/technical/idkeys/gtin) for more details." ;
  rdfs:subPropertyOf tmc:gtin, tmc:identifier ;
  schema:domainIncludes tmc:Demand, tmc:Product, tmc:Offer ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:gtin14 .

tmc:gtin8 a rdf:Property ;
  rdfs:label "gtin8" ;
  rdfs:comment "The GTIN-8 code of the product, or the product to which the offer refers. This code is also known as EAN/UCC-8 or 8-digit EAN. See [GS1 GTIN Summary](http://www.gs1.org/barcodes/technical/idkeys/gtin) for more details." ;
  rdfs:subPropertyOf tmc:gtin, tmc:identifier ;
  schema:domainIncludes tmc:Demand, tmc:Product, tmc:Offer ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:gtin8 .

tmc:Guide a rdfs:Class ;
  rdfs:label "Guide" ;
  rdfs:comment "[[Guide]] is a page or article that recommends 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." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:Guide .

tmc:guideline a rdf:Property ;
  rdfs:label "guideline" ;
  rdfs:comment "A medical guideline related to this entity." ;
  schema:domainIncludes tmc:MedicalEntity ;
  schema:rangeIncludes tmc:MedicalGuideline ;
  owl:equivalentProperty schema:guideline .

tmc:guidelineDate a rdf:Property ;
  rdfs:label "guideline Date" ;
  rdfs:comment "Date on which this guideline's recommendation was made." ;
  schema:domainIncludes tmc:MedicalGuideline ;
  schema:rangeIncludes schema:Date ;
  owl:equivalentProperty schema:guidelineDate .

tmc:guidelineSubject a rdf:Property ;
  rdfs:label "guideline Subject" ;
  rdfs:comment "The medical conditions, treatments, etc. that are the subject of the guideline." ;
  schema:domainIncludes tmc:MedicalGuideline ;
  schema:rangeIncludes tmc:MedicalEntity ;
  owl:equivalentProperty schema:guidelineSubject .

tmc:Gynecologic a tmc:MedicalSpecialty ;
  rdfs:label "Gynecologic" ;
  rdfs:comment "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." ;
  tmc:instanceOf tmc:MedicalSpecialty .

tmc:Hackathon a rdfs:Class ;
  rdfs:label "Hackathon" ;
  rdfs:comment "A [hackathon](https://en.wikipedia.org/wiki/Hackathon) event." ;
  rdfs:subClassOf tmc:Event ;
  owl:equivalentClass schema:Hackathon .

tmc:HairSalon a rdfs:Class ;
  rdfs:label "Hair Salon" ;
  rdfs:comment "A hair salon." ;
  rdfs:subClassOf tmc:HealthAndBeautyBusiness ;
  owl:equivalentClass schema:HairSalon .

tmc:HalalDiet a tmc:RestrictedDiet ;
  rdfs:label "Halal Diet" ;
  rdfs:comment "A diet conforming to Islamic dietary practices." ;
  tmc:instanceOf tmc:RestrictedDiet .

tmc:handlingTime a rdf:Property ;
  rdfs:label "handling Time" ;
  rdfs:comment "The typical delay between the receipt of the order and the goods either leaving the warehouse or being prepared for pickup, in case the delivery method is on site pickup. 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." ;
  schema:domainIncludes tmc:ShippingDeliveryTime ;
  schema:rangeIncludes tmc:QuantitativeValue ;
  owl:equivalentProperty schema:handlingTime .

tmc:Hardcover a tmc:BookFormatType ;
  rdfs:label "Hardcover" ;
  rdfs:comment "Book format: Hardcover." ;
  tmc:instanceOf tmc:BookFormatType .

tmc:HardwareStore a rdfs:Class ;
  rdfs:label "Hardware Store" ;
  rdfs:comment "A hardware store." ;
  rdfs:subClassOf tmc:Store ;
  owl:equivalentClass schema:HardwareStore .

tmc:hasAdultConsideration a rdf:Property ;
  rdfs:label "has Adult Consideration" ;
  rdfs:comment "Used to tag an item to be intended or suitable for consumption or use by adults only." ;
  schema:domainIncludes tmc:Offer, tmc:Product ;
  schema:rangeIncludes tmc:AdultOrientedEnumeration ;
  owl:equivalentProperty schema:hasAdultConsideration .

tmc:hasBioChemEntityPart a rdf:Property ;
  rdfs:label "has Bio Chem Entity Part" ;
  rdfs:comment "Indicates a BioChemEntity that (in some sense) has this BioChemEntity as a part. " ;
  schema:domainIncludes tmc:BioChemEntity ;
  schema:rangeIncludes tmc:BioChemEntity ;
  schema:inverseOf tmc:isPartOfBioChemEntity ;
  owl:equivalentProperty schema:hasBioChemEntityPart .

tmc:hasBioPolymerSequence a rdf:Property ;
  rdfs:label "has Bio Polymer Sequence" ;
  rdfs:comment "A symbolic representation of a BioChemEntity. For example, a nucleotide sequence of a Gene or an amino acid sequence of a Protein." ;
  rdfs:subPropertyOf tmc:hasRepresentation ;
  schema:domainIncludes tmc:Protein, tmc:Gene ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:hasBioPolymerSequence .

tmc:hasBroadcastChannel a rdf:Property ;
  rdfs:label "has Broadcast Channel" ;
  rdfs:comment "A broadcast channel of a broadcast service." ;
  schema:domainIncludes tmc:BroadcastService ;
  schema:rangeIncludes tmc:BroadcastChannel ;
  schema:inverseOf tmc:providesBroadcastService ;
  owl:equivalentProperty schema:hasBroadcastChannel .

tmc:hasCategoryCode a rdf:Property ;
  rdfs:label "has Category Code" ;
  rdfs:comment "A Category code contained in this code set." ;
  rdfs:subPropertyOf tmc:hasDefinedTerm ;
  schema:domainIncludes tmc:CategoryCodeSet ;
  schema:rangeIncludes tmc:CategoryCode ;
  owl:equivalentProperty schema:hasCategoryCode .

tmc:hasCourse a rdf:Property ;
  rdfs:label "has Course" ;
  rdfs:comment "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." ;
  schema:domainIncludes tmc:EducationalOccupationalProgram ;
  schema:rangeIncludes tmc:Course ;
  owl:equivalentProperty schema:hasCourse .

tmc:hasCourseInstance a rdf:Property ;
  rdfs:label "has Course Instance" ;
  rdfs:comment "An offering of the course at a specific time and place or through specific media or mode of study or to a specific section of students." ;
  schema:domainIncludes tmc:Course ;
  schema:rangeIncludes tmc:CourseInstance ;
  owl:equivalentProperty schema:hasCourseInstance .

tmc:hasCredential a rdf:Property ;
  rdfs:label "has Credential" ;
  rdfs:comment "A credential awarded to the Person or Organization." ;
  schema:domainIncludes tmc:Organization, tmc:Person ;
  schema:rangeIncludes tmc:EducationalOccupationalCredential ;
  owl:equivalentProperty schema:hasCredential .

tmc:hasDefinedTerm a rdf:Property ;
  rdfs:label "has Defined Term" ;
  rdfs:comment "A Defined Term contained in this term set." ;
  schema:domainIncludes tmc:Taxon, tmc:DefinedTermSet ;
  schema:rangeIncludes tmc:DefinedTerm ;
  owl:equivalentProperty schema:hasDefinedTerm .

tmc:hasDeliveryMethod a rdf:Property ;
  rdfs:label "has Delivery Method" ;
  rdfs:comment "Method used for delivery or shipping." ;
  schema:domainIncludes tmc:DeliveryEvent, tmc:ParcelDelivery ;
  schema:rangeIncludes tmc:DeliveryMethod ;
  owl:equivalentProperty schema:hasDeliveryMethod .

tmc:hasDigitalDocumentPermission a rdf:Property ;
  rdfs:label "has Digital Document Permission" ;
  rdfs:comment "A permission related to the access to this document (e.g. permission to read or write an electronic document). For a public document, specify a grantee with an Audience with audienceType equal to \"public\"." ;
  schema:domainIncludes tmc:DigitalDocument ;
  schema:rangeIncludes tmc:DigitalDocumentPermission ;
  owl:equivalentProperty schema:hasDigitalDocumentPermission .

tmc:hasDriveThroughService a rdf:Property ;
  rdfs:label "has Drive Through Service" ;
  rdfs:comment "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." ;
  schema:domainIncludes tmc:Place ;
  schema:rangeIncludes schema:Boolean ;
  owl:equivalentProperty schema:hasDriveThroughService .

tmc:hasEnergyConsumptionDetails a rdf:Property ;
  rdfs:label "has Energy Consumption Details" ;
  rdfs:comment "Defines the energy efficiency Category (also known as \"class\" or \"rating\") for a product according to an international energy efficiency standard." ;
  schema:domainIncludes tmc:Product ;
  schema:rangeIncludes tmc:EnergyConsumptionDetails ;
  owl:equivalentProperty schema:hasEnergyConsumptionDetails .

tmc:hasEnergyEfficiencyCategory a rdf:Property ;
  rdfs:label "has Energy Efficiency Category" ;
  rdfs:comment "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." ;
  schema:domainIncludes tmc:EnergyConsumptionDetails ;
  schema:rangeIncludes tmc:EnergyEfficiencyEnumeration ;
  owl:equivalentProperty schema:hasEnergyEfficiencyCategory .

tmc:hasHealthAspect a rdf:Property ;
  rdfs:label "has Health Aspect" ;
  rdfs:comment "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." ;
  schema:domainIncludes tmc:HealthTopicContent ;
  schema:rangeIncludes tmc:HealthAspectEnumeration ;
  owl:equivalentProperty schema:hasHealthAspect .

tmc:hasMap a rdf:Property ;
  rdfs:label "has Map" ;
  rdfs:comment "A URL to a map of the place." ;
  schema:domainIncludes tmc:Place ;
  schema:rangeIncludes schema:URL, tmc:Map ;
  owl:equivalentProperty schema:hasMap .

tmc:hasMeasurement a rdf:Property ;
  rdfs:label "has Measurement" ;
  rdfs:comment "A product measurement, for example the inseam of pants, the wheel size of a bicycle, or the gauge of a screw. Usually an exact measurement, but can also be a range of measurements for adjustable products, for example belts and ski bindings." ;
  schema:domainIncludes tmc:SizeSpecification, tmc:Product, tmc:Offer ;
  schema:rangeIncludes tmc:QuantitativeValue ;
  owl:equivalentProperty schema:hasMeasurement .

tmc:hasMenu a rdf:Property ;
  rdfs:label "has Menu" ;
  rdfs:comment "Either the actual menu as a structured representation, as text, or a URL of the menu." ;
  schema:domainIncludes tmc:FoodEstablishment ;
  schema:rangeIncludes schema:URL, schema:Text, tmc:Menu ;
  owl:equivalentProperty schema:hasMenu .

tmc:hasMenuItem a rdf:Property ;
  rdfs:label "has Menu Item" ;
  rdfs:comment "A food or drink item contained in a menu or menu section." ;
  schema:domainIncludes tmc:MenuSection, tmc:Menu ;
  schema:rangeIncludes tmc:MenuItem ;
  owl:equivalentProperty schema:hasMenuItem .

tmc:hasMenuSection a rdf:Property ;
  rdfs:label "has Menu Section" ;
  rdfs:comment "A subgrouping of the menu (by dishes, course, serving time period, etc.)." ;
  schema:domainIncludes tmc:MenuSection, tmc:Menu ;
  schema:rangeIncludes tmc:MenuSection ;
  owl:equivalentProperty schema:hasMenuSection .

tmc:hasMerchantReturnPolicy a rdf:Property ;
  rdfs:label "has Merchant Return Policy" ;
  rdfs:comment "Specifies a MerchantReturnPolicy that may be applicable." ;
  schema:domainIncludes tmc:Offer, tmc:Product, tmc:Organization ;
  schema:rangeIncludes tmc:MerchantReturnPolicy ;
  owl:equivalentProperty schema:hasMerchantReturnPolicy .

tmc:hasMolecularFunction a rdf:Property ;
  rdfs:label "has Molecular Function" ;
  rdfs:comment "Molecular function performed by this BioChemEntity; please use PropertyValue if you want to include any evidence." ;
  schema:domainIncludes tmc:BioChemEntity ;
  schema:rangeIncludes schema:URL, tmc:DefinedTerm, tmc:PropertyValue ;
  owl:equivalentProperty schema:hasMolecularFunction .

tmc:hasOccupation a rdf:Property ;
  rdfs:label "has Occupation" ;
  rdfs:comment "The Person's occupation. For past professions, use Role for expressing dates." ;
  schema:domainIncludes tmc:Person ;
  schema:rangeIncludes tmc:Occupation ;
  owl:equivalentProperty schema:hasOccupation .

tmc:hasOfferCatalog a rdf:Property ;
  rdfs:label "has Offer Catalog" ;
  rdfs:comment "Indicates an OfferCatalog listing for this Organization, Person, or Service." ;
  schema:domainIncludes tmc:Service, tmc:Organization, tmc:Person ;
  schema:rangeIncludes tmc:OfferCatalog ;
  owl:equivalentProperty schema:hasOfferCatalog .

tmc:hasPart a rdf:Property ;
  rdfs:label "has Part" ;
  rdfs:comment "Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some sense)." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes tmc:CreativeWork ;
  schema:inverseOf tmc:isPartOf ;
  owl:equivalentProperty schema:hasPart .

tmc:hasPOS a rdf:Property ;
  rdfs:label "has POS" ;
  rdfs:comment "Points-of-Sales operated by the organization or person." ;
  schema:domainIncludes tmc:Person, tmc:Organization ;
  schema:rangeIncludes tmc:Place ;
  owl:equivalentProperty schema:hasPOS .

tmc:hasRepresentation a rdf:Property ;
  rdfs:label "has Representation" ;
  rdfs:comment "A common representation such as a protein sequence or chemical structure for this entity. For images use schema.org/image." ;
  schema:domainIncludes tmc:BioChemEntity ;
  schema:rangeIncludes schema:Text, schema:URL, tmc:PropertyValue ;
  owl:equivalentProperty schema:hasRepresentation .

tmc:hasVariant a rdf:Property ;
  rdfs:label "has Variant" ;
  rdfs:comment "Indicates a [[Product]] that is a member of this [[ProductGroup]] (or [[ProductModel]])." ;
  schema:domainIncludes tmc:ProductGroup ;
  schema:rangeIncludes tmc:Product ;
  schema:inverseOf tmc:isVariantOf ;
  owl:equivalentProperty schema:hasVariant .

tmc:Head a tmc:PhysicalExam ;
  rdfs:label "Head" ;
  rdfs:comment "Head assessment with clinical examination." ;
  tmc:instanceOf tmc:PhysicalExam .

tmc:headline a rdf:Property ;
  rdfs:label "headline" ;
  rdfs:comment "Headline of the article." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:headline .

tmc:HealthAndBeautyBusiness a rdfs:Class ;
  rdfs:label "Health And Beauty Business" ;
  rdfs:comment "Health and beauty." ;
  rdfs:subClassOf tmc:LocalBusiness ;
  owl:equivalentClass schema:HealthAndBeautyBusiness .

tmc:HealthAndWellness a rdfs:Class ;
  rdfs:label "Health & Wellness" ;
  rdfs:comment "Marketplaces for care services, wellbeing, fitness, and prevention." ;
  rdfs:subClassOf tmc:Industry ;
  tmc:instanceOf tmc:IndustryType .

tmc:HealthAndWellness a tmc:IndustryType .

tmc:HealthAndWellnessRetreat a rdfs:Class ;
  rdfs:label "Health and Wellness Retreat" ;
  rdfs:comment "A serene destination offering a variety of health and wellness services, including spa treatments, fitness activities, nutrition workshops, and mindfulness programs, aimed at promoting holistic well-being." ;
  rdfs:subClassOf tmc:HealthClub ;
  tmc:instanceOf tmc:SportsActivityLocationType .

tmc:HealthAndWellnessRetreat a tmc:SportsActivityLocationType .

tmc:HealthAspectEnumeration a rdfs:Class, schema:Enumeration ;
  rdfs:label "Health Aspect Enumeration" ;
  rdfs:comment "HealthAspectEnumeration enumerates several aspects of health content online, each of which might be described using hasHealthAspect and HealthTopicContent." ;
  rdfs:subClassOf tmc:Enumeration ;
  owl:equivalentClass schema:HealthAspectEnumeration .

tmc:HealthCare a rdfs:Class ;
  rdfs:label "Health Care" ;
  rdfs:comment "Health equipment, providers, services, and life sciences." ;
  rdfs:subClassOf tmc:IndustrySector ;
  tmc:instanceOf tmc:GovernmentBenefitsType ;
  owl:equivalentClass schema:HealthCare .

tmc:HealthCare a tmc:GovernmentBenefitsType .

tmc:HealthcareConsideration a tmc:AdultOrientedEnumeration ;
  rdfs:label "Healthcare Consideration" ;
  rdfs:comment "Item is a pharmaceutical (e.g., a prescription or OTC drug) or a restricted medical device." ;
  tmc:instanceOf tmc:AdultOrientedEnumeration .

tmc:HealthCareProvidersAndServices a rdfs:Class ;
  rdfs:label "Health Care Providers & Services" ;
  rdfs:comment "Healthcare delivery, payors, and allied services." ;
  rdfs:subClassOf tmc:IndustryGroup ;
  tmc:instanceOf tmc:IndustryGroupType .

tmc:HealthCareProvidersAndServices a tmc:IndustryGroupType .

tmc:healthcareReportingData a rdf:Property ;
  rdfs:label "healthcare Reporting Data" ;
  rdfs:comment "Indicates data describing a hospital, e.g. a CDC [[CDCPMDRecord]] or as some kind of [[Dataset]]." ;
  schema:domainIncludes tmc:Hospital ;
  schema:rangeIncludes tmc:CDCPMDRecord, tmc:Dataset ;
  owl:equivalentProperty schema:healthcareReportingData .

tmc:HealthClub a rdfs:Class ;
  rdfs:label "Health Club" ;
  rdfs:comment "A health club." ;
  rdfs:subClassOf tmc:HealthAndBeautyBusiness, tmc:SportsActivityLocation ;
  tmc:instanceOf tmc:LocalBusinessType, tmc:SportsActivityLocationType ;
  owl:equivalentClass schema:HealthClub .

tmc:HealthClub a tmc:LocalBusinessType, tmc:SportsActivityLocationType .

tmc:healthCondition a rdf:Property ;
  rdfs:label "health Condition" ;
  rdfs:comment "Specifying the health condition(s) of a patient, medical study, or other target audience." ;
  schema:domainIncludes tmc:MedicalStudy, tmc:Patient, tmc:PeopleAudience ;
  schema:rangeIncludes tmc:MedicalCondition ;
  owl:equivalentProperty schema:healthCondition .

tmc:HealthInsurancePlan a rdfs:Class ;
  rdfs:label "Health Insurance Plan" ;
  rdfs:comment "A US-style health insurance plan, including PPOs, EPOs, and HMOs. " ;
  rdfs:subClassOf tmc:Intangible ;
  owl:equivalentClass schema:HealthInsurancePlan .

tmc:healthPlanCoinsuranceOption a rdf:Property ;
  rdfs:label "health Plan Coinsurance Option" ;
  rdfs:comment "Whether the coinsurance applies before or after deductible, etc. TODO: Is this a closed set?" ;
  schema:domainIncludes tmc:HealthPlanCostSharingSpecification ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:healthPlanCoinsuranceOption .

tmc:healthPlanCoinsuranceRate a rdf:Property ;
  rdfs:label "health Plan Coinsurance Rate" ;
  rdfs:comment "The rate of coinsurance expressed as a number between 0.0 and 1.0." ;
  schema:domainIncludes tmc:HealthPlanCostSharingSpecification ;
  schema:rangeIncludes schema:Number ;
  owl:equivalentProperty schema:healthPlanCoinsuranceRate .

tmc:healthPlanCopay a rdf:Property ;
  rdfs:label "health Plan Copay" ;
  rdfs:comment "The copay amount." ;
  schema:domainIncludes tmc:HealthPlanCostSharingSpecification ;
  schema:rangeIncludes tmc:PriceSpecification ;
  owl:equivalentProperty schema:healthPlanCopay .

tmc:healthPlanCopayOption a rdf:Property ;
  rdfs:label "health Plan Copay Option" ;
  rdfs:comment "Whether the copay is before or after deductible, etc. TODO: Is this a closed set?" ;
  schema:domainIncludes tmc:HealthPlanCostSharingSpecification ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:healthPlanCopayOption .

tmc:healthPlanCostSharing a rdf:Property ;
  rdfs:label "health Plan Cost Sharing" ;
  rdfs:comment "The costs to the patient for services under this network or formulary." ;
  schema:domainIncludes tmc:HealthPlanFormulary, tmc:HealthPlanNetwork ;
  schema:rangeIncludes schema:Boolean ;
  owl:equivalentProperty schema:healthPlanCostSharing .

tmc:HealthPlanCostSharingSpecification a rdfs:Class ;
  rdfs:label "Health Plan Cost Sharing Specification" ;
  rdfs:comment "A description of costs to the patient under a given network or formulary." ;
  rdfs:subClassOf tmc:Intangible ;
  owl:equivalentClass schema:HealthPlanCostSharingSpecification .

tmc:healthPlanDrugOption a rdf:Property ;
  rdfs:label "health Plan Drug Option" ;
  rdfs:comment "TODO." ;
  schema:domainIncludes tmc:HealthInsurancePlan ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:healthPlanDrugOption .

tmc:healthPlanDrugTier a rdf:Property ;
  rdfs:label "health Plan Drug Tier" ;
  rdfs:comment "The tier(s) of drugs offered by this formulary or insurance plan." ;
  schema:domainIncludes tmc:HealthInsurancePlan, tmc:HealthPlanFormulary ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:healthPlanDrugTier .

tmc:HealthPlanFormulary a rdfs:Class ;
  rdfs:label "Health Plan Formulary" ;
  rdfs:comment "For a given health insurance plan, the specification for costs and coverage of prescription drugs. " ;
  rdfs:subClassOf tmc:Intangible ;
  owl:equivalentClass schema:HealthPlanFormulary .

tmc:healthPlanId a rdf:Property ;
  rdfs:label "health Plan Id" ;
  rdfs:comment "The 14-character, HIOS-generated Plan ID number. (Plan IDs must be unique, even across different markets.)" ;
  schema:domainIncludes tmc:HealthInsurancePlan ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:healthPlanId .

tmc:healthPlanMarketingUrl a rdf:Property ;
  rdfs:label "health Plan Marketing Url" ;
  rdfs:comment "The URL that goes directly to the plan brochure for the specific standard plan or plan variation." ;
  schema:domainIncludes tmc:HealthInsurancePlan ;
  schema:rangeIncludes schema:URL ;
  owl:equivalentProperty schema:healthPlanMarketingUrl .

tmc:HealthPlanNetwork a rdfs:Class ;
  rdfs:label "Health Plan Network" ;
  rdfs:comment "A US-style health insurance plan network. " ;
  rdfs:subClassOf tmc:Intangible ;
  owl:equivalentClass schema:HealthPlanNetwork .

tmc:healthPlanNetworkId a rdf:Property ;
  rdfs:label "health Plan Network Id" ;
  rdfs:comment "Name or unique ID of network. (Networks are often reused across different insurance plans.)" ;
  schema:domainIncludes tmc:HealthPlanNetwork, tmc:MedicalOrganization ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:healthPlanNetworkId .

tmc:healthPlanNetworkTier a rdf:Property ;
  rdfs:label "health Plan Network Tier" ;
  rdfs:comment "The tier(s) for this network." ;
  schema:domainIncludes tmc:HealthPlanNetwork ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:healthPlanNetworkTier .

tmc:healthPlanPharmacyCategory a rdf:Property ;
  rdfs:label "health Plan Pharmacy Category" ;
  rdfs:comment "The category or type of pharmacy associated with this cost sharing." ;
  schema:domainIncludes tmc:HealthPlanCostSharingSpecification ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:healthPlanPharmacyCategory .

tmc:HealthTopicContent a rdfs:Class ;
  rdfs:label "Health Topic Content" ;
  rdfs:comment "[[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.\n  " ;
  rdfs:subClassOf tmc:WebContent ;
  owl:equivalentClass schema:HealthTopicContent .

tmc:HearingImpairedSupported a tmc:ContactPointOption ;
  rdfs:label "Hearing Impaired Supported" ;
  rdfs:comment "Uses devices to support users with hearing impairments." ;
  tmc:instanceOf tmc:ContactPointOption .

tmc:height a rdf:Property ;
  rdfs:label "height" ;
  rdfs:comment "The height of an a thing." ;
  schema:domainIncludes tmc:OfferShippingDetails, tmc:VisualArtwork, tmc:Person, tmc:Product, tmc:MediaObject ;
  schema:rangeIncludes tmc:HeightValue, tmc:QuantitativeValue, tmc:Distance ;
  owl:equivalentProperty schema:height .

tmc:HeightUnit a rdfs:Class, schema:Enumeration ;
  rdfs:label "HeightUnit" ;
  rdfs:subClassOf tmc:Enumeration .

tmc:heightUnit a rdf:Property ;
  rdfs:label "heightUnit" ;
  schema:domainIncludes tmc:HeightValue ;
  schema:rangeIncludes tmc:HeightUnit .

tmc:HeightValue a rdfs:Class ;
  rdfs:label "HeightValue" ;
  rdfs:comment "A point value or interval for product characteristics and other purposes related to height." ;
  rdfs:subClassOf tmc:StructuredValue .

tmc:heightValue a rdf:Property ;
  rdfs:label "The number or type of the unit for height" ;
  schema:domainIncludes tmc:HeightValue ;
  schema:rangeIncludes schema:Number .

tmc:Hematologic a tmc:MedicalSpecialty ;
  rdfs:label "Hematologic" ;
  rdfs:comment "A specific branch of medical science that pertains to diagnosis and treatment of disorders of blood and blood producing organs." ;
  tmc:instanceOf tmc:MedicalSpecialty .

tmc:HighImpact a tmc:PlayFeature ;
  rdfs:label "High Impact" ;
  rdfs:comment "Play involving intense physical activity, typically with a lot of jumping or forceful movements." ;
  tmc:instanceOf tmc:PlayFeature .

tmc:highPrice a rdf:Property ;
  rdfs:label "high Price" ;
  rdfs:comment "The highest price of all offers available.\\n\\nUsage guidelines:\\n\\n* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similar Unicode symbols.\\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator." ;
  schema:domainIncludes tmc:AggregateOffer ;
  schema:rangeIncludes schema:Number, schema:Text ;
  owl:equivalentProperty schema:highPrice .

tmc:HighRisk a tmc:PlayRiskLevel ;
  rdfs:label "High Risk" ;
  rdfs:comment "Activities with significant physical or psychological risks, often requiring specialized skills, training, or equipment for safe participation. Examples include rock climbing, extreme sports, and martial arts." ;
  tmc:instanceOf tmc:PlayRiskLevel .

tmc:HighSchool a rdfs:Class ;
  rdfs:label "High School" ;
  rdfs:comment "An educational establishment for teenagers, often offering advanced and specialized courses." ;
  rdfs:subClassOf tmc:EducationalOrganization ;
  tmc:instanceOf tmc:EducationalOrganizationType ;
  owl:equivalentClass schema:HighSchool .

tmc:HighSchool a tmc:EducationalOrganizationType .

tmc:HinduDiet a tmc:RestrictedDiet ;
  rdfs:label "Hindu Diet" ;
  rdfs:comment "A diet conforming to Hindu dietary practices, in particular, beef-free." ;
  tmc:instanceOf tmc:RestrictedDiet .

tmc:HinduTemple a rdfs:Class ;
  rdfs:label "Hindu Temple" ;
  rdfs:comment "A Hindu temple." ;
  rdfs:subClassOf tmc:PlaceOfWorship ;
  owl:equivalentClass schema:HinduTemple .

tmc:hiringOrganization a rdf:Property ;
  rdfs:label "hiring Organization" ;
  rdfs:comment "Organization or Person offering the job position." ;
  schema:domainIncludes tmc:JobPosting ;
  schema:rangeIncludes tmc:Organization, tmc:Person ;
  owl:equivalentProperty schema:hiringOrganization .

tmc:HobbyShop a rdfs:Class ;
  rdfs:label "Hobby Shop" ;
  rdfs:comment "A store that sells materials useful or necessary for various hobbies." ;
  rdfs:subClassOf tmc:Store ;
  owl:equivalentClass schema:HobbyShop .

tmc:HockeyArena a rdfs:Class ;
  rdfs:label "Hockey Arena" ;
  rdfs:comment "A hockey arena is an indoor ice rink where hockey games are played and may include facilities for other ice sports or events." ;
  rdfs:subClassOf tmc:SportsActivityLocation ;
  tmc:instanceOf tmc:SportsActivityLocationType .

tmc:HockeyArena a tmc:SportsActivityLocationType .

tmc:holdingArchive a rdf:Property ;
  rdfs:label "holding Archive" ;
  rdfs:comment "[[ArchiveOrganization]] that holds, keeps or maintains the [[ArchiveComponent]]." ;
  schema:domainIncludes tmc:ArchiveComponent ;
  schema:rangeIncludes tmc:ArchiveOrganization ;
  schema:inverseOf tmc:archiveHeld ;
  owl:equivalentProperty schema:holdingArchive .

tmc:HomeAndConstructionBusiness a rdfs:Class ;
  rdfs:label "Home And Construction Business" ;
  rdfs:comment "A construction business.\\n\\nA HomeAndConstructionBusiness is a [[LocalBusiness]] that provides services around homes and buildings.\\n\\nAs a [[LocalBusiness]] it can be described as a [[provider]] of one or more [[Service]]\\(s)." ;
  rdfs:subClassOf tmc:LocalBusiness ;
  owl:equivalentClass schema:HomeAndConstructionBusiness .

tmc:HomeAndGarden a rdfs:Class ;
  rdfs:label "Home & Garden" ;
  rdfs:comment "Marketplaces for home improvement, decor, furnishings and garden supplies/services." ;
  rdfs:subClassOf tmc:Industry ;
  tmc:instanceOf tmc:IndustryType .

tmc:HomeAndGarden a tmc:IndustryType .

tmc:HomeAndGardenGoodsAndServices a rdfs:Class ;
  rdfs:label "Home & Garden Goods & Services" ;
  rdfs:comment "Home improvement, furnishings, gardening and related services." ;
  rdfs:subClassOf tmc:IndustryGroup ;
  tmc:instanceOf tmc:IndustryGroupType .

tmc:HomeAndGardenGoodsAndServices a tmc:IndustryGroupType .

tmc:HomeGoodsStore a rdfs:Class ;
  rdfs:label "Home Goods Store" ;
  rdfs:comment "A home goods store." ;
  rdfs:subClassOf tmc:Store ;
  owl:equivalentClass schema:HomeGoodsStore .

tmc:homeLocation a rdf:Property ;
  rdfs:label "home Location" ;
  rdfs:comment "A contact location for a person's residence." ;
  rdfs:subPropertyOf tmc:location ;
  schema:domainIncludes tmc:Person ;
  schema:rangeIncludes tmc:ContactPoint, tmc:Place ;
  owl:equivalentProperty schema:homeLocation .

tmc:Homeopathic a tmc:MedicineSystem ;
  rdfs:label "Homeopathic" ;
  rdfs:comment "A system of medicine based on the principle that a disease can be cured by a substance that produces similar symptoms in healthy people." ;
  tmc:instanceOf tmc:MedicineSystem .

tmc:homeTeam a rdf:Property ;
  rdfs:label "home Team" ;
  rdfs:comment "The home team in a sports event." ;
  rdfs:subPropertyOf tmc:competitor ;
  schema:domainIncludes tmc:SportsEvent ;
  schema:rangeIncludes tmc:SportsTeam, tmc:Person ;
  owl:equivalentProperty schema:homeTeam .

tmc:honorificPrefix a rdf:Property ;
  rdfs:label "honorific Prefix" ;
  rdfs:comment "An honorific prefix preceding a Person's name such as Dr/Mrs/Mr." ;
  schema:domainIncludes tmc:Person ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:honorificPrefix .

tmc:honorificSuffix a rdf:Property ;
  rdfs:label "honorific Suffix" ;
  rdfs:comment "An honorific suffix following a Person's name such as M.D./PhD/MSCSW." ;
  schema:domainIncludes tmc:Person ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:honorificSuffix .

tmc:Hospital a rdfs:Class ;
  rdfs:label "Hospital" ;
  rdfs:comment "A hospital." ;
  rdfs:subClassOf tmc:EmergencyService, tmc:MedicalOrganization, tmc:CivicStructure ;
  owl:equivalentClass schema:Hospital .

tmc:hospitalAffiliation a rdf:Property ;
  rdfs:label "hospital Affiliation" ;
  rdfs:comment "A hospital with which the physician or office is affiliated." ;
  schema:domainIncludes tmc:Physician ;
  schema:rangeIncludes tmc:Hospital ;
  owl:equivalentProperty schema:hospitalAffiliation .

tmc:Hostel a rdfs:Class ;
  rdfs:label "Hostel" ;
  rdfs:comment "A hostel - cheap accommodation, often in shared dormitories.\n<br /><br />\nSee 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>.\n" ;
  rdfs:subClassOf tmc:LodgingBusiness ;
  owl:equivalentClass schema:Hostel .

tmc:hostingOrganization a rdf:Property ;
  rdfs:label "hosting Organization" ;
  rdfs:comment "The organization (airline, travelers' club, etc.) the membership is made with." ;
  schema:domainIncludes tmc:ProgramMembership ;
  schema:rangeIncludes tmc:Organization ;
  owl:equivalentProperty schema:hostingOrganization .

tmc:Hotel a rdfs:Class ;
  rdfs:label "Hotel" ;
  rdfs:comment "A hotel is an establishment that provides lodging paid on a short-term basis (source: Wikipedia, the free encyclopedia, see http://en.wikipedia.org/wiki/Hotel).\n<br /><br />\nSee 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>.\n" ;
  rdfs:subClassOf tmc:LodgingBusiness ;
  owl:equivalentClass schema:Hotel .

tmc:HotelRoom a rdfs:Class ;
  rdfs:label "Hotel Room" ;
  rdfs:comment "A hotel room is a single room in a hotel.\n<br /><br />\nSee 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>.\n" ;
  rdfs:subClassOf tmc:Room ;
  owl:equivalentClass schema:HotelRoom .

tmc:HotelsRestaurantsAndLeisure a rdfs:Class ;
  rdfs:label "Hotels, Restaurants & Leisure" ;
  rdfs:comment "Hospitality, dining, leisure and recreation." ;
  rdfs:subClassOf tmc:IndustryGroup ;
  tmc:instanceOf tmc:IndustryGroupType .

tmc:HotelsRestaurantsAndLeisure a tmc:IndustryGroupType .

tmc:hoursAvailable a rdf:Property ;
  rdfs:label "hours Available" ;
  rdfs:comment "The hours during which this service or contact is available." ;
  schema:domainIncludes tmc:LocationFeatureSpecification, tmc:Service, tmc:ContactPoint ;
  schema:rangeIncludes tmc:OpeningHoursSpecification ;
  owl:equivalentProperty schema:hoursAvailable .

tmc:House a rdfs:Class ;
  rdfs:label "House" ;
  rdfs:comment "A house is a building or structure that has the ability to be occupied for habitation by humans or other creatures (source: Wikipedia, the free encyclopedia, see <a href=\"http://en.wikipedia.org/wiki/House\">http://en.wikipedia.org/wiki/House</a>)." ;
  rdfs:subClassOf tmc:Accommodation ;
  owl:equivalentClass schema:House .

tmc:HousePainter a rdfs:Class ;
  rdfs:label "House Painter" ;
  rdfs:comment "A house painting service." ;
  rdfs:subClassOf tmc:HomeAndConstructionBusiness ;
  owl:equivalentClass schema:HousePainter .

tmc:HowItWorksHealthAspect a tmc:HealthAspectEnumeration ;
  rdfs:label "How It Works Health Aspect" ;
  rdfs:comment "Content that discusses and explains how a particular health-related topic works, e.g. in terms of mechanisms and underlying science." ;
  tmc:instanceOf tmc:HealthAspectEnumeration .

tmc:HowOrWhereHealthAspect a tmc:HealthAspectEnumeration ;
  rdfs:label "How Or Where Health Aspect" ;
  rdfs:comment "Information about how or where to find a topic. Also may contain location data that can be used for where to look for help if the topic is observed." ;
  tmc:instanceOf tmc:HealthAspectEnumeration .

tmc:howPerformed a rdf:Property ;
  rdfs:label "how Performed" ;
  rdfs:comment "How the procedure is performed." ;
  schema:domainIncludes tmc:MedicalProcedure ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:howPerformed .

tmc:HowTo a rdfs:Class ;
  rdfs:label "How To" ;
  rdfs:comment "Instructions that explain how to achieve a result by performing a sequence of steps." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:HowTo .

tmc:HowToDirection a rdfs:Class ;
  rdfs:label "How To Direction" ;
  rdfs:comment "A direction indicating a single action to do in the instructions for how to achieve a result." ;
  rdfs:subClassOf tmc:CreativeWork, tmc:ListItem ;
  owl:equivalentClass schema:HowToDirection .

tmc:HowToItem a rdfs:Class ;
  rdfs:label "How To Item" ;
  rdfs:comment "An item used as either a tool or supply when performing the instructions for how to achieve a result." ;
  rdfs:subClassOf tmc:ListItem ;
  owl:equivalentClass schema:HowToItem .

tmc:HowToSection a rdfs:Class ;
  rdfs:label "How To Section" ;
  rdfs:comment "A sub-grouping of steps in the instructions for how to achieve a result (e.g. steps for making a pie crust within a pie recipe)." ;
  rdfs:subClassOf tmc:ItemList, tmc:CreativeWork, tmc:ListItem ;
  owl:equivalentClass schema:HowToSection .

tmc:HowToStep a rdfs:Class ;
  rdfs:label "How To Step" ;
  rdfs:comment "A step in the instructions for how to achieve a result. It is an ordered list with HowToDirection and/or HowToTip items." ;
  rdfs:subClassOf tmc:ItemList, tmc:CreativeWork, tmc:ListItem ;
  owl:equivalentClass schema:HowToStep .

tmc:HowToSupply a rdfs:Class ;
  rdfs:label "How To Supply" ;
  rdfs:comment "A supply consumed when performing the instructions for how to achieve a result." ;
  rdfs:subClassOf tmc:HowToItem ;
  owl:equivalentClass schema:HowToSupply .

tmc:HowToTip a rdfs:Class ;
  rdfs:label "How To Tip" ;
  rdfs:comment "An explanation in the instructions for how to achieve a result. It provides supplementary information about a technique, supply, author's preference, etc. It can explain what could be done, or what should not be done, but doesn't specify what should be done (see HowToDirection)." ;
  rdfs:subClassOf tmc:ListItem, tmc:CreativeWork ;
  owl:equivalentClass schema:HowToTip .

tmc:HowToTool a rdfs:Class ;
  rdfs:label "How To Tool" ;
  rdfs:comment "A tool used (but not consumed) when performing instructions for how to achieve a result." ;
  rdfs:subClassOf tmc:HowToItem ;
  owl:equivalentClass schema:HowToTool .

tmc:httpMethod a rdf:Property ;
  rdfs:label "http Method" ;
  rdfs:comment "An HTTP method that specifies the appropriate HTTP method for a request to an HTTP EntryPoint. Values are capitalized strings as used in HTTP." ;
  schema:domainIncludes tmc:EntryPoint ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:httpMethod .

tmc:HVACBusiness a rdfs:Class ;
  rdfs:label "HVAC Business" ;
  rdfs:comment "A business that provides Heating, Ventilation and Air Conditioning services." ;
  rdfs:subClassOf tmc:HomeAndConstructionBusiness ;
  owl:equivalentClass schema:HVACBusiness .

tmc:HyperToc a rdfs:Class ;
  rdfs:label "Hyper Toc" ;
  rdfs:comment "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." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:HyperToc .

tmc:HyperTocEntry a rdfs:Class ;
  rdfs:label "Hyper Toc Entry" ;
  rdfs:comment "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]]." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:HyperTocEntry .

tmc:iataCode a rdf:Property ;
  rdfs:label "iata Code" ;
  rdfs:comment "IATA identifier for an airline or airport." ;
  schema:domainIncludes tmc:Airline, tmc:Airport ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:iataCode .

tmc:icaoCode a rdf:Property ;
  rdfs:label "icao Code" ;
  rdfs:comment "ICAO identifier for an airport." ;
  schema:domainIncludes tmc:Airport ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:icaoCode .

tmc:IceCreamShop a rdfs:Class ;
  rdfs:label "Ice Cream Shop" ;
  rdfs:comment "An ice cream shop." ;
  rdfs:subClassOf tmc:FoodEstablishment ;
  owl:equivalentClass schema:IceCreamShop .

tmc:IceSkatingRink a rdfs:Class ;
  rdfs:label "Ice Skating Rink" ;
  rdfs:comment "An ice skating rink is a frozen body of water or a synthetic surface where people can ice skate or play winter sports like ice hockey." ;
  rdfs:subClassOf tmc:SportsActivityLocation ;
  tmc:instanceOf tmc:SportsActivityLocationType .

tmc:IceSkatingRink a tmc:SportsActivityLocationType .

tmc:IceSportsArena a rdfs:Class ;
  rdfs:label "Ice Sports Arena" ;
  rdfs:comment "A venue offering facilities for ice skating and ice hockey, potentially with multiple rinks for recreational and professional use." ;
  rdfs:subClassOf tmc:SportsActivityLocation ;
  tmc:instanceOf tmc:SportsActivityLocationType .

tmc:IceSportsArena a tmc:SportsActivityLocationType .

tmc:identifier a rdf:Property ;
  rdfs:label "identifier" ;
  rdfs:comment "The identifier property represents any kind of identifier for any kind of [[Thing]], such as ISBNs, GTIN codes, UUIDs etc." ;
  schema:domainIncludes tmc:Thing ;
  schema:rangeIncludes tmc:PropertyValue, schema:URL, schema:Text ;
  owl:equivalentProperty schema:identifier, <http://purl.org/dc/terms/identifier> .

tmc:identifyingExam a rdf:Property ;
  rdfs:label "identifying Exam" ;
  rdfs:comment "A physical examination that can identify this sign." ;
  schema:domainIncludes tmc:MedicalSign ;
  schema:rangeIncludes tmc:PhysicalExam ;
  owl:equivalentProperty schema:identifyingExam .

tmc:identifyingTest a rdf:Property ;
  rdfs:label "identifying Test" ;
  rdfs:comment "A diagnostic test that can identify this sign." ;
  schema:domainIncludes tmc:MedicalSign ;
  schema:rangeIncludes tmc:MedicalTest ;
  owl:equivalentProperty schema:identifyingTest .

tmc:IgnoreAction a rdfs:Class ;
  rdfs:label "Ignore Action" ;
  rdfs:comment "The act of intentionally disregarding the object. An agent ignores an object." ;
  rdfs:subClassOf tmc:AssessAction ;
  owl:equivalentClass schema:IgnoreAction .

tmc:illustrator a rdf:Property ;
  rdfs:label "illustrator" ;
  rdfs:comment "The illustrator of the book." ;
  schema:domainIncludes tmc:Book ;
  schema:rangeIncludes tmc:Person ;
  owl:equivalentProperty schema:illustrator .

tmc:image a rdf:Property ;
  rdfs:label "image" ;
  rdfs:comment "An image of the item. This can be a [[URL]] or a fully described [[ImageObject]]." ;
  schema:domainIncludes tmc:Thing ;
  schema:rangeIncludes schema:URL, tmc:ImageObject ;
  owl:equivalentProperty schema:image .

tmc:ImageGallery a rdfs:Class ;
  rdfs:label "Image Gallery" ;
  rdfs:comment "Web page type: Image gallery page." ;
  rdfs:subClassOf tmc:MediaGallery ;
  owl:equivalentClass schema:ImageGallery .

tmc:ImageObject a rdfs:Class ;
  rdfs:label "Image Object" ;
  rdfs:comment "An image file." ;
  rdfs:subClassOf tmc:MediaObject ;
  owl:equivalentClass schema:ImageObject, <http://purl.org/dc/dcmitype/Image> .

tmc:ImageObjectSnapshot a rdfs:Class ;
  rdfs:label "Image Object Snapshot" ;
  rdfs:comment "A specific and exact (byte-for-byte) version of an [[ImageObject]]. Two byte-for-byte identical files, for the purposes of this type, considered identical. If they have different embedded metadata (e.g. XMP, EXIF) the files will differ. Different external facts about the files, e.g. creator or dateCreated that aren't represented in their actual content, do not affect this notion of identity." ;
  rdfs:subClassOf tmc:ImageObject ;
  owl:equivalentClass schema:ImageObjectSnapshot .

tmc:imagingTechnique a rdf:Property ;
  rdfs:label "imaging Technique" ;
  rdfs:comment "Imaging technique used." ;
  schema:domainIncludes tmc:ImagingTest ;
  schema:rangeIncludes tmc:MedicalImagingTechnique ;
  owl:equivalentProperty schema:imagingTechnique .

tmc:ImagingTest a rdfs:Class ;
  rdfs:label "Imaging Test" ;
  rdfs:comment "Any medical imaging modality typically used for diagnostic purposes." ;
  rdfs:subClassOf tmc:MedicalTest ;
  owl:equivalentClass schema:ImagingTest .

tmc:ImpactPillar a rdfs:Class ;
  rdfs:label "Impact Pillar" ;
  rdfs:comment "An individual impact pillar with a title and description." ;
  rdfs:subClassOf tmc:Intangible .

tmc:impactPillars a rdf:Property ;
  rdfs:label "impactPillars" ;
  rdfs:comment "Clusters of human-benefit outcomes for customers and providers that represent the Brand's intended impact; may be linked to audience segments and impact metrics." ;
  schema:domainIncludes tmc:Brand ;
  schema:rangeIncludes tmc:ImpactPillarsGroup .

tmc:ImpactPillarsGroup a rdfs:Class ;
  rdfs:label "Impact Pillars Group" ;
  rdfs:comment "A grouped representation of impact pillars for a Brand, including an optional title and a list of pillars." ;
  rdfs:subClassOf tmc:Intangible .

tmc:impactTitle a rdf:Property ;
  rdfs:label "title" ;
  rdfs:comment "A short title for an entity." ;
  schema:domainIncludes tmc:ImpactPillarsGroup, tmc:ImpactPillar ;
  schema:rangeIncludes schema:Text .

tmc:inAlbum a rdf:Property ;
  rdfs:label "in Album" ;
  rdfs:comment "The album to which this recording belongs." ;
  schema:domainIncludes tmc:MusicRecording ;
  schema:rangeIncludes tmc:MusicAlbum ;
  owl:equivalentProperty schema:inAlbum .

tmc:inBroadcastLineup a rdf:Property ;
  rdfs:label "in Broadcast Lineup" ;
  rdfs:comment "The CableOrSatelliteService offering the channel." ;
  schema:domainIncludes tmc:BroadcastChannel ;
  schema:rangeIncludes tmc:CableOrSatelliteService ;
  owl:equivalentProperty schema:inBroadcastLineup .

tmc:incentiveCompensation a rdf:Property ;
  rdfs:label "incentive Compensation" ;
  rdfs:comment "Description of bonus and commission compensation aspects of the job." ;
  schema:domainIncludes tmc:JobPosting ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:incentiveCompensation .

tmc:incentives a rdf:Property ;
  rdfs:label "incentives" ;
  rdfs:comment "Description of bonus and commission compensation aspects of the job." ;
  schema:domainIncludes tmc:JobPosting ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:incentives .

tmc:inChI a rdf:Property ;
  rdfs:label "in Ch I" ;
  rdfs:comment "Non-proprietary identifier for molecular entity that can be used in printed and electronic data sources thus enabling easier linking of diverse data compilations." ;
  rdfs:subPropertyOf tmc:hasRepresentation ;
  schema:domainIncludes tmc:MolecularEntity ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:inChI .

tmc:inChIKey a rdf:Property ;
  rdfs:label "in Ch I Key" ;
  rdfs:comment "InChIKey is a hashed version of the full InChI (using the SHA-256 algorithm)." ;
  rdfs:subPropertyOf tmc:hasRepresentation ;
  schema:domainIncludes tmc:MolecularEntity ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:inChIKey .

tmc:includedComposition a rdf:Property ;
  rdfs:label "included Composition" ;
  rdfs:comment "Smaller compositions included in this work (e.g. a movement in a symphony)." ;
  schema:domainIncludes tmc:MusicComposition ;
  schema:rangeIncludes tmc:MusicComposition ;
  owl:equivalentProperty schema:includedComposition .

tmc:includedDataCatalog a rdf:Property ;
  rdfs:label "included Data Catalog" ;
  rdfs:comment "A data catalog which contains this dataset (this property was previously 'catalog', preferred name is now 'includedInDataCatalog')." ;
  schema:domainIncludes tmc:Dataset ;
  schema:rangeIncludes tmc:DataCatalog ;
  owl:equivalentProperty schema:includedDataCatalog .

tmc:includedInDataCatalog a rdf:Property ;
  rdfs:label "included In Data Catalog" ;
  rdfs:comment "A data catalog which contains this dataset." ;
  schema:domainIncludes tmc:Dataset ;
  schema:rangeIncludes tmc:DataCatalog ;
  schema:inverseOf tmc:dataset ;
  owl:equivalentProperty schema:includedInDataCatalog .

tmc:includedInHealthInsurancePlan a rdf:Property ;
  rdfs:label "included In Health Insurance Plan" ;
  rdfs:comment "The insurance plans that cover this drug." ;
  schema:domainIncludes tmc:Drug ;
  schema:rangeIncludes tmc:HealthInsurancePlan ;
  owl:equivalentProperty schema:includedInHealthInsurancePlan .

tmc:includedRiskFactor a rdf:Property ;
  rdfs:label "included Risk Factor" ;
  rdfs:comment "A modifiable or non-modifiable risk factor included in the calculation, e.g. age, coexisting condition." ;
  schema:domainIncludes tmc:MedicalRiskEstimator ;
  schema:rangeIncludes tmc:MedicalRiskFactor ;
  owl:equivalentProperty schema:includedRiskFactor .

tmc:includesAttraction a rdf:Property ;
  rdfs:label "includes Attraction" ;
  rdfs:comment "Attraction located at destination." ;
  schema:domainIncludes tmc:TouristDestination ;
  schema:rangeIncludes tmc:TouristAttraction ;
  owl:equivalentProperty schema:includesAttraction .

tmc:includesHealthPlanFormulary a rdf:Property ;
  rdfs:label "includes Health Plan Formulary" ;
  rdfs:comment "Formularies covered by this plan." ;
  schema:domainIncludes tmc:HealthInsurancePlan ;
  schema:rangeIncludes tmc:HealthPlanFormulary ;
  owl:equivalentProperty schema:includesHealthPlanFormulary .

tmc:includesHealthPlanNetwork a rdf:Property ;
  rdfs:label "includes Health Plan Network" ;
  rdfs:comment "Networks covered by this plan." ;
  schema:domainIncludes tmc:HealthInsurancePlan ;
  schema:rangeIncludes tmc:HealthPlanNetwork ;
  owl:equivalentProperty schema:includesHealthPlanNetwork .

tmc:includesObject a rdf:Property ;
  rdfs:label "includes Object" ;
  rdfs:comment "This links to a node or nodes indicating the exact quantity of the products included in  an [[Offer]] or [[ProductCollection]]." ;
  schema:domainIncludes tmc:Demand, tmc:Offer, tmc:ProductCollection ;
  schema:rangeIncludes tmc:TypeAndQuantityNode ;
  owl:equivalentProperty schema:includesObject .

tmc:inCodeSet a rdf:Property ;
  rdfs:label "in Code Set" ;
  rdfs:comment "A [[CategoryCodeSet]] that contains this category code." ;
  rdfs:subPropertyOf tmc:inDefinedTermSet ;
  schema:domainIncludes tmc:CategoryCode ;
  schema:rangeIncludes schema:URL, tmc:CategoryCodeSet ;
  owl:equivalentProperty schema:inCodeSet .

tmc:increasesRiskOf a rdf:Property ;
  rdfs:label "increases Risk Of" ;
  rdfs:comment "The condition, complication, etc. influenced by this factor." ;
  schema:domainIncludes tmc:MedicalRiskFactor ;
  schema:rangeIncludes tmc:MedicalEntity ;
  owl:equivalentProperty schema:increasesRiskOf .

tmc:inDefinedTermSet a rdf:Property ;
  rdfs:label "in Defined Term Set" ;
  rdfs:comment "A [[DefinedTermSet]] that contains this term." ;
  rdfs:subPropertyOf tmc:isPartOf ;
  schema:domainIncludes tmc:DefinedTerm ;
  schema:rangeIncludes tmc:DefinedTermSet, schema:URL ;
  owl:equivalentProperty schema:inDefinedTermSet .

tmc:Individual a tmc:BusinessType ;
  rdfs:label "Individual" ;
  tmc:instanceOf tmc:BusinessType .

tmc:IndividualProduct a rdfs:Class ;
  rdfs:label "Individual Product" ;
  rdfs:comment "A single, identifiable product instance (e.g. a laptop with a particular serial number)." ;
  rdfs:subClassOf tmc:Product ;
  owl:equivalentClass schema:IndividualProduct .

tmc:IndoorRecreationFacility a rdfs:Class ;
  rdfs:label "Indoor Recreation Facility" ;
  rdfs:comment "A multipurpose indoor space that hosts various sports and recreational activities, including billiards, table tennis, and indoor courts." ;
  rdfs:subClassOf tmc:SportsActivityLocation ;
  tmc:instanceOf tmc:SportsActivityLocationType .

tmc:IndoorRecreationFacility a tmc:SportsActivityLocationType .

tmc:Industrials a rdfs:Class ;
  rdfs:label "Industrials" ;
  rdfs:comment "Capital goods, commercial services, and transportation across physical economy value chains." ;
  rdfs:subClassOf tmc:IndustrySector ;
  tmc:instanceOf tmc:IndustrySectorType .

tmc:Industrials a tmc:IndustrySectorType .

tmc:Industry a rdfs:Class ;
  rdfs:label "Industry" ;
  rdfs:comment "A category of economic activity or sector." ;
  rdfs:subClassOf tmc:IndustryClassification .

tmc:industry a rdf:Property ;
  rdfs:label "industry" ;
  rdfs:comment "A distinct category of economic activity used to classify organizations and outputs." ;
  schema:domainIncludes tmc:JobPosting, tmc:Marketplace ;
  schema:rangeIncludes tmc:DefinedTerm, schema:Text, tmc:IndustryType ;
  owl:equivalentProperty schema:industry .

tmc:IndustryClassification a rdfs:Class ;
  rdfs:label "Industry Classification" ;
  rdfs:comment "Taxonomic layer under IndustryEntity for the controlled industry vocabulary (Industry, Sector, Group). Membership is modeled via instanceOf chains anchored at IndustryClassificationType." ;
  rdfs:subClassOf tmc:IndustryEntity .

tmc:IndustryEntity a rdfs:Class ;
  rdfs:label "Industry Entity" ;
  rdfs:comment "Umbrella class for all platform-defined industry concepts (e.g., Industry, IndustrySector, IndustryGroup). Organizational only; no intrinsic behavior." ;
  rdfs:subClassOf tmc:PlatformEntity .

tmc:IndustryGroup a rdfs:Class ;
  rdfs:label "Industry Group" ;
  rdfs:comment "A mid-level grouping within a sector that clusters closely related industries." ;
  rdfs:subClassOf tmc:IndustryClassification .

tmc:IndustryGroupType a rdfs:Class, schema:Enumeration ;
  rdfs:label "IndustryGroupType" ;
  rdfs:comment "Controlled value set for industry groups; target of `instanceOf` for IndustryGroup members." ;
  rdfs:subClassOf tmc:Enumeration ;
  tmc:enumerationOf tmc:IndustryGroup .

tmc:IndustrySector a rdfs:Class ;
  rdfs:label "Industry Sector" ;
  rdfs:comment "A top-level partition of the industry classification that groups related industries." ;
  rdfs:subClassOf tmc:IndustryClassification .

tmc:IndustrySectorType a rdfs:Class, schema:Enumeration ;
  rdfs:label "IndustrySectorType" ;
  rdfs:comment "Controlled value set for industry sectors; target of `instanceOf` for IndustrySector members." ;
  rdfs:subClassOf tmc:Enumeration ;
  tmc:enumerationOf tmc:IndustrySector .

tmc:IndustryType a rdfs:Class, schema:Enumeration ;
  rdfs:label "IndustryType" ;
  rdfs:subClassOf tmc:Enumeration ;
  tmc:enumerationOf tmc:Industry .

tmc:ineligibleRegion a rdf:Property ;
  rdfs:label "ineligible Region" ;
  rdfs:comment "The ISO 3166-1 (ISO 3166-1 alpha-2) or ISO 3166-2 code, the place, or the GeoShape for the geo-political region(s) for which the offer or delivery charge specification is not valid, e.g. a region where the transaction is not allowed.\\n\\nSee also [[eligibleRegion]].\n      " ;
  schema:domainIncludes tmc:Demand, tmc:Offer, tmc:MediaObject, tmc:ActionAccessSpecification, tmc:DeliveryChargeSpecification ;
  schema:rangeIncludes tmc:Place, tmc:GeoShape, schema:Text ;
  owl:equivalentProperty schema:ineligibleRegion .

tmc:Infectious a tmc:MedicalSpecialty ;
  rdfs:label "Infectious" ;
  rdfs:comment "Something in medical science that pertains to infectious diseases, i.e. caused by bacterial, viral, fungal or parasitic infections." ;
  tmc:instanceOf tmc:MedicalSpecialty .

tmc:infectiousAgent a rdf:Property ;
  rdfs:label "infectious Agent" ;
  rdfs:comment "The actual infectious agent, such as a specific bacterium." ;
  schema:domainIncludes tmc:InfectiousDisease ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:infectiousAgent .

tmc:infectiousAgentClass a rdf:Property ;
  rdfs:label "infectious Agent Class" ;
  rdfs:comment "The class of infectious agent (bacteria, prion, etc.) that causes the disease." ;
  schema:domainIncludes tmc:InfectiousDisease ;
  schema:rangeIncludes tmc:InfectiousAgentClass ;
  owl:equivalentProperty schema:infectiousAgentClass .

tmc:InfectiousAgentClass a rdfs:Class ;
  rdfs:label "Infectious Agent Class" ;
  rdfs:comment "Classes of agents or pathogens that transmit infectious diseases. Enumerated type." ;
  rdfs:subClassOf tmc:MedicalEnumeration ;
  owl:equivalentClass schema:InfectiousAgentClass .

tmc:InfectiousDisease a rdfs:Class ;
  rdfs:label "Infectious Disease" ;
  rdfs:comment "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." ;
  rdfs:subClassOf tmc:MedicalCondition ;
  owl:equivalentClass schema:InfectiousDisease .

tmc:InForce a tmc:LegalForceStatus ;
  rdfs:label "In Force" ;
  rdfs:comment "Indicates that a legislation is in force." ;
  tmc:instanceOf tmc:LegalForceStatus .

tmc:InformAction a rdfs:Class ;
  rdfs:label "Inform Action" ;
  rdfs:comment "The act of notifying someone of information pertinent to them, with no expectation of a response." ;
  rdfs:subClassOf tmc:CommunicateAction ;
  owl:equivalentClass schema:InformAction .

tmc:InformationTechnology a rdfs:Class ;
  rdfs:label "Information Technology" ;
  rdfs:comment "Software & services, technology hardware and semiconductors powering digital economies." ;
  rdfs:subClassOf tmc:IndustrySector ;
  tmc:instanceOf tmc:IndustrySectorType .

tmc:InformationTechnology a tmc:IndustrySectorType .

tmc:ingredients a rdf:Property ;
  rdfs:label "ingredients" ;
  rdfs:comment "A single ingredient used in the recipe, e.g. sugar, flour or garlic." ;
  rdfs:subPropertyOf tmc:supply ;
  schema:domainIncludes tmc:Recipe ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:ingredients .

tmc:IngredientsHealthAspect a tmc:HealthAspectEnumeration ;
  rdfs:label "Ingredients Health Aspect" ;
  rdfs:comment "Content discussing ingredients-related aspects of a health topic." ;
  tmc:instanceOf tmc:HealthAspectEnumeration .

tmc:inker a rdf:Property ;
  rdfs:label "inker" ;
  rdfs:comment "The individual who traces over the pencil drawings in ink after pencils are complete." ;
  schema:domainIncludes tmc:ComicStory, tmc:ComicIssue, tmc:VisualArtwork ;
  schema:rangeIncludes tmc:Person ;
  owl:equivalentProperty schema:inker .

tmc:inLanguage a rdf:Property ;
  rdfs:label "in Language" ;
  rdfs:comment "The language of the content or performance or used in an action. Please use one of the language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47). See also [[availableLanguage]]." ;
  schema:domainIncludes tmc:PronounceableText, tmc:LinkRole, tmc:CreativeWork, tmc:WriteAction, tmc:Event, tmc:BroadcastService, tmc:CommunicateAction ;
  schema:rangeIncludes schema:Text, tmc:Language ;
  owl:equivalentProperty schema:inLanguage .

tmc:inPlaylist a rdf:Property ;
  rdfs:label "in Playlist" ;
  rdfs:comment "The playlist to which this recording belongs." ;
  schema:domainIncludes tmc:MusicRecording ;
  schema:rangeIncludes tmc:MusicPlaylist ;
  owl:equivalentProperty schema:inPlaylist .

tmc:inProductGroupWithID a rdf:Property ;
  rdfs:label "in Product Group With ID" ;
  rdfs:comment "Indicates the [[productGroupID]] for a [[ProductGroup]] that this product [[isVariantOf]]. " ;
  schema:domainIncludes tmc:Product ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:inProductGroupWithID .

tmc:InsertAction a rdfs:Class ;
  rdfs:label "Insert Action" ;
  rdfs:comment "The act of adding at a specific location in an ordered collection." ;
  rdfs:subClassOf tmc:AddAction ;
  owl:equivalentClass schema:InsertAction .

tmc:insertion a rdf:Property ;
  rdfs:label "insertion" ;
  rdfs:comment "The place of attachment of a muscle, or what the muscle moves." ;
  schema:domainIncludes tmc:Muscle ;
  schema:rangeIncludes tmc:AnatomicalStructure ;
  owl:equivalentProperty schema:insertion .

tmc:InstallAction a rdfs:Class ;
  rdfs:label "Install Action" ;
  rdfs:comment "The act of installing an application." ;
  rdfs:subClassOf tmc:ConsumeAction ;
  owl:equivalentClass schema:InstallAction .

tmc:Installment a tmc:PriceComponentTypeEnumeration ;
  rdfs:label "Installment" ;
  rdfs:comment "Represents the installment pricing component of the total price for an offered product." ;
  tmc:instanceOf tmc:PriceComponentTypeEnumeration .

tmc:installUrl a rdf:Property ;
  rdfs:label "install Url" ;
  rdfs:comment "URL at which the app may be installed, if different from the URL of the item." ;
  schema:domainIncludes tmc:SoftwareApplication ;
  schema:rangeIncludes schema:URL ;
  owl:equivalentProperty schema:installUrl .

tmc:Instance a rdfs:Class ;
  rdfs:label "Instance" ;
  rdfs:comment "A specific example or case of an Enumeration representing a unique, individual item within a set or category. Instances help differentiate between sub-classifications and actual items, by inheriting properties from broader categories while also having their unique attributes. For example, in sports, Rugby is an instance of both SportType and TeamSport, indicating its specific identity within these categories. Rugby Sevens, on the other hand, is a subClass of Rugby while being an instance of both TeamSport and SportType." ;
  rdfs:subClassOf tmc:Intangible .

tmc:instanceOf a rdf:Property ;
  rdfs:label "instanceOf" ;
  rdfs:comment "Type to which this subject belongs. Use for membership in a value set (Enumeration), not inheritance. Example: K2 instanceOf mountain; volcano subClassOf mountain." ;
  schema:domainIncludes tmc:Thing ;
  schema:rangeIncludes tmc:Enumeration ;
  tmc:instanceOf tmc:AxiomClassType, tmc:AxiomPropertyType .

tmc:InStock a tmc:ItemAvailability ;
  rdfs:label "In Stock" ;
  rdfs:comment "Indicates that the item is in stock." ;
  tmc:instanceOf tmc:ItemAvailability .

tmc:InStoreOnly a tmc:ItemAvailability ;
  rdfs:label "In Store Only" ;
  rdfs:comment "Indicates that the item is available only at physical locations." ;
  tmc:instanceOf tmc:ItemAvailability .

tmc:inStoreReturnsOffered a rdf:Property ;
  rdfs:label "in Store Returns Offered" ;
  rdfs:comment "Are in-store returns offered? (For more advanced return methods use the [[returnMethod]] property.)" ;
  schema:domainIncludes tmc:MerchantReturnPolicy ;
  schema:rangeIncludes schema:Boolean ;
  owl:equivalentProperty schema:inStoreReturnsOffered .

tmc:instructor a rdf:Property ;
  rdfs:label "instructor" ;
  rdfs:comment "A person assigned to instruct or provide instructional assistance for the [[CourseInstance]]." ;
  schema:domainIncludes tmc:CourseInstance ;
  schema:rangeIncludes tmc:Person ;
  owl:equivalentProperty schema:instructor .

tmc:instrument a rdf:Property ;
  rdfs:label "instrument" ;
  rdfs:comment "The object that helped the agent perform the action. E.g. John wrote a book with *a pen*." ;
  schema:domainIncludes tmc:Action ;
  schema:rangeIncludes tmc:Thing ;
  owl:equivalentProperty schema:instrument .

tmc:inSupportOf a rdf:Property ;
  rdfs:label "in Support Of" ;
  rdfs:comment "Qualification, candidature, degree, application that Thesis supports." ;
  schema:domainIncludes tmc:Thesis ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:inSupportOf .

tmc:InsuranceAgency a rdfs:Class ;
  rdfs:label "Insurance Agency" ;
  rdfs:comment "An Insurance agency." ;
  rdfs:subClassOf tmc:FinancialService ;
  owl:equivalentClass schema:InsuranceAgency .

tmc:Intangible a rdfs:Class ;
  rdfs:label "Intangible" ;
  rdfs:comment "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc." ;
  rdfs:subClassOf tmc:Thing ;
  owl:equivalentClass schema:Intangible .

tmc:Integer a rdfs:Class ;
  rdfs:label "Integer" ;
  rdfs:comment "Data type: Integer." ;
  rdfs:subClassOf tmc:Number ;
  owl:equivalentClass schema:Integer .

tmc:intensity a rdf:Property ;
  rdfs:label "intensity" ;
  rdfs:comment "Quantitative measure gauging the degree of force involved in the exercise, for example, heartbeats per minute. May include the velocity of the movement." ;
  schema:domainIncludes tmc:ExercisePlan ;
  schema:rangeIncludes tmc:QuantitativeValue, schema:Text ;
  owl:equivalentProperty schema:intensity .

tmc:InteractAction a rdfs:Class ;
  rdfs:label "Interact Action" ;
  rdfs:comment "The act of interacting with another person or organization." ;
  rdfs:subClassOf tmc:Action ;
  owl:equivalentClass schema:InteractAction .

tmc:interactingDrug a rdf:Property ;
  rdfs:label "interacting Drug" ;
  rdfs:comment "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." ;
  schema:domainIncludes tmc:Drug ;
  schema:rangeIncludes tmc:Drug ;
  owl:equivalentProperty schema:interactingDrug .

tmc:InteractionCounter a rdfs:Class ;
  rdfs:label "Interaction Counter" ;
  rdfs:comment "A summary of how users have interacted with this CreativeWork. In most cases, authors will use a subtype to specify the specific type of interaction." ;
  rdfs:subClassOf tmc:StructuredValue ;
  owl:equivalentClass schema:InteractionCounter .

tmc:interactionService a rdf:Property ;
  rdfs:label "interaction Service" ;
  rdfs:comment "The WebSite or SoftwareApplication where the interactions took place." ;
  schema:domainIncludes tmc:InteractionCounter ;
  schema:rangeIncludes tmc:WebSite, tmc:SoftwareApplication ;
  owl:equivalentProperty schema:interactionService .

tmc:interactionStatistic a rdf:Property ;
  rdfs:label "interaction Statistic" ;
  rdfs:comment "The number of interactions for the CreativeWork using the WebSite or SoftwareApplication. The most specific child type of InteractionCounter should be used." ;
  schema:domainIncludes tmc:Organization, tmc:Person, tmc:CreativeWork ;
  schema:rangeIncludes tmc:InteractionCounter ;
  owl:equivalentProperty schema:interactionStatistic .

tmc:interactionType a rdf:Property ;
  rdfs:label "interaction Type" ;
  rdfs:comment "The Action representing the type of interaction. For up votes, +1s, etc. use [[LikeAction]]. For down votes use [[DislikeAction]]. Otherwise, use the most specific Action." ;
  schema:domainIncludes tmc:InteractionCounter ;
  schema:rangeIncludes tmc:Action ;
  owl:equivalentProperty schema:interactionType .

tmc:InteractiveCourse a tmc:CourseTypeEnum ;
  rdfs:label "Interactive Course" ;
  rdfs:comment "A course that includes interactive elements, such as quizzes, assignments, or simulations." ;
  tmc:instanceOf tmc:CourseTypeEnum .

tmc:interactivityType a rdf:Property ;
  rdfs:label "interactivity Type" ;
  rdfs:comment "The predominant mode of learning supported by the learning resource. Acceptable values are 'active', 'expositive', or 'mixed'." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:interactivityType .

tmc:interestRate a rdf:Property ;
  rdfs:label "interest Rate" ;
  rdfs:comment "The interest rate, charged or paid, applicable to the financial product. Note: This is different from the calculated annualPercentageRate." ;
  schema:domainIncludes tmc:FinancialProduct ;
  schema:rangeIncludes schema:Number, tmc:QuantitativeValue ;
  owl:equivalentProperty schema:interestRate .

tmc:InternationalTrial a tmc:MedicalTrialDesign ;
  rdfs:label "International Trial" ;
  rdfs:comment "An international trial." ;
  tmc:instanceOf tmc:MedicalTrialDesign .

tmc:InternetCafe a rdfs:Class ;
  rdfs:label "Internet Cafe" ;
  rdfs:comment "An internet cafe." ;
  rdfs:subClassOf tmc:LocalBusiness ;
  owl:equivalentClass schema:InternetCafe .

tmc:interpretedAsClaim a rdf:Property ;
  rdfs:label "interpreted As Claim" ;
  rdfs:comment "Used to indicate a specific claim contained, implied, translated or refined from the content of a [[MediaObject]] or other [[CreativeWork]]. The interpreting party can be indicated using [[claimInterpreter]]." ;
  rdfs:subPropertyOf tmc:description ;
  schema:domainIncludes tmc:MediaObject, tmc:CreativeWork ;
  schema:rangeIncludes tmc:Claim ;
  owl:equivalentProperty schema:interpretedAsClaim .

tmc:inventoryLevel a rdf:Property ;
  rdfs:label "inventory Level" ;
  rdfs:comment "The current approximate inventory level for the item or items." ;
  schema:domainIncludes tmc:Demand, tmc:Offer, tmc:SomeProducts ;
  schema:rangeIncludes tmc:QuantitativeValue ;
  owl:equivalentProperty schema:inventoryLevel .

tmc:inverseOf a rdf:Property ;
  rdfs:label "inverse Of" ;
  rdfs:comment "Relates a property to a property that is its inverse. Inverse properties relate the same pairs of items to each other, but in reversed direction. For example, the 'alumni' and 'alumniOf' properties are inverseOf each other. Some properties don't have explicit inverses; in these situations RDFa and JSON-LD syntax for reverse properties can be used." ;
  schema:domainIncludes tmc:Property ;
  schema:rangeIncludes tmc:Property ;
  tmc:instanceOf tmc:AxiomPropertyType ;
  owl:equivalentProperty schema:inverseOf .

tmc:InvestmentFund a rdfs:Class ;
  rdfs:label "Investment Fund" ;
  rdfs:comment "A company or fund that gathers capital from a number of investors to create a pool of money that is then re-invested into stocks, bonds and other assets." ;
  rdfs:subClassOf tmc:InvestmentOrDeposit ;
  owl:equivalentClass schema:InvestmentFund .

tmc:InvestmentOrDeposit a rdfs:Class ;
  rdfs:label "Investment Or Deposit" ;
  rdfs:comment "A type of financial product that typically requires the client to transfer funds to a financial service in return for potential beneficial financial return." ;
  rdfs:subClassOf tmc:FinancialProduct ;
  owl:equivalentClass schema:InvestmentOrDeposit .

tmc:InviteAction a rdfs:Class ;
  rdfs:label "Invite Action" ;
  rdfs:comment "The act of asking someone to attend an event. Reciprocal of RsvpAction." ;
  rdfs:subClassOf tmc:CommunicateAction ;
  owl:equivalentClass schema:InviteAction .

tmc:Invoice a rdfs:Class ;
  rdfs:label "Invoice" ;
  rdfs:comment "A statement of the money due for goods or services; a bill." ;
  rdfs:subClassOf tmc:Intangible ;
  owl:equivalentClass schema:Invoice .

tmc:InvoicePrice a tmc:PriceTypeEnumeration ;
  rdfs:label "Invoice Price" ;
  rdfs:comment "Represents the invoice price of an offered product." ;
  tmc:instanceOf tmc:PriceTypeEnumeration .

tmc:IOSPlatform a tmc:DigitalPlatformEnumeration ;
  rdfs:label "IOS Platform" ;
  rdfs:comment "Represents the broad notion of iOS-based operating systems." ;
  tmc:instanceOf tmc:DigitalPlatformEnumeration .

tmc:isAcceptingNewPatients a rdf:Property ;
  rdfs:label "is Accepting New Patients" ;
  rdfs:comment "Whether the provider is accepting new patients." ;
  schema:domainIncludes tmc:MedicalOrganization ;
  schema:rangeIncludes schema:Boolean ;
  owl:equivalentProperty schema:isAcceptingNewPatients .

tmc:isAccessibleForFree a rdf:Property ;
  rdfs:label "is Accessible For Free" ;
  rdfs:comment "A flag to signal that the item, event, or place is accessible for free." ;
  schema:domainIncludes tmc:Event, tmc:Place, tmc:CreativeWork ;
  schema:rangeIncludes schema:Boolean ;
  owl:equivalentProperty schema:isAccessibleForFree .

tmc:isAccessoryOrSparePartFor a rdf:Property ;
  rdfs:label "is Accessory Or Spare Part For" ;
  rdfs:comment "A pointer to another product (or multiple products) for which this product is an accessory or spare part." ;
  schema:domainIncludes tmc:Product ;
  schema:rangeIncludes tmc:Product ;
  owl:equivalentProperty schema:isAccessoryOrSparePartFor .

tmc:isAvailableGenerically a rdf:Property ;
  rdfs:label "is Available Generically" ;
  rdfs:comment "True if the drug is available in a generic form (regardless of name)." ;
  schema:domainIncludes tmc:Drug ;
  schema:rangeIncludes schema:Boolean ;
  owl:equivalentProperty schema:isAvailableGenerically .

tmc:isBasedOn a rdf:Property ;
  rdfs:label "is Based On" ;
  rdfs:comment "A resource from which this work is derived or from which it is a modification or adaption." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes schema:URL, tmc:Product, tmc:CreativeWork ;
  owl:equivalentProperty schema:isBasedOn .

tmc:isBasedOnUrl a rdf:Property ;
  rdfs:label "is Based On Url" ;
  rdfs:comment "A resource that was used in the creation of this resource. This term can be repeated for multiple sources. For example, http://example.com/great-multiplication-intro.html." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes schema:URL, tmc:Product, tmc:CreativeWork ;
  owl:equivalentProperty schema:isBasedOnUrl .

tmc:isbn a rdf:Property ;
  rdfs:label "isbn" ;
  rdfs:comment "The ISBN of the book." ;
  rdfs:subPropertyOf tmc:identifier ;
  schema:domainIncludes tmc:Book ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:isbn, <http://purl.org/ontology/bibo/isbn> .

tmc:isConsumableFor a rdf:Property ;
  rdfs:label "is Consumable For" ;
  rdfs:comment "A pointer to another product (or multiple products) for which this product is a consumable." ;
  schema:domainIncludes tmc:Product ;
  schema:rangeIncludes tmc:Product ;
  owl:equivalentProperty schema:isConsumableFor .

tmc:isEncodedByBioChemEntity a rdf:Property ;
  rdfs:label "is Encoded By Bio Chem Entity" ;
  rdfs:comment "Another BioChemEntity encoding by this one." ;
  schema:domainIncludes tmc:BioChemEntity ;
  schema:rangeIncludes tmc:Gene ;
  schema:inverseOf tmc:encodesBioChemEntity ;
  owl:equivalentProperty schema:isEncodedByBioChemEntity .

tmc:isFamilyFriendly a rdf:Property ;
  rdfs:label "is Family Friendly" ;
  rdfs:comment "Indicates whether this content is family friendly." ;
  schema:domainIncludes tmc:Product, tmc:Offer, tmc:CreativeWork ;
  schema:rangeIncludes schema:Boolean ;
  owl:equivalentProperty schema:isFamilyFriendly .

tmc:isGift a rdf:Property ;
  rdfs:label "is Gift" ;
  rdfs:comment "Indicates whether the offer was accepted as a gift for someone other than the buyer." ;
  schema:domainIncludes tmc:Order ;
  schema:rangeIncludes schema:Boolean ;
  owl:equivalentProperty schema:isGift .

tmc:isicV4 a rdf:Property ;
  rdfs:label "isicV4" ;
  rdfs:comment "International Standard Industrial Classification of All Economic Activities, Revision 4 (ISIC Rev.4) code identifying either an entity’s activity or an industry category (section, division, group, or class)." ;
  schema:domainIncludes tmc:Place, tmc:Organization, tmc:Person, tmc:IndustryClassification ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:isicV4 .

tmc:isInvolvedInBiologicalProcess a rdf:Property ;
  rdfs:label "is Involved In Biological Process" ;
  rdfs:comment "Biological process this BioChemEntity is involved in; please use PropertyValue if you want to include any evidence." ;
  schema:domainIncludes tmc:BioChemEntity ;
  schema:rangeIncludes tmc:DefinedTerm, tmc:PropertyValue, schema:URL ;
  owl:equivalentProperty schema:isInvolvedInBiologicalProcess .

tmc:isLiveBroadcast a rdf:Property ;
  rdfs:label "is Live Broadcast" ;
  rdfs:comment "True if the broadcast is of a live event." ;
  schema:domainIncludes tmc:BroadcastEvent ;
  schema:rangeIncludes schema:Boolean ;
  owl:equivalentProperty schema:isLiveBroadcast .

tmc:isLocatedInSubcellularLocation a rdf:Property ;
  rdfs:label "is Located In Subcellular Location" ;
  rdfs:comment "Subcellular location where this BioChemEntity is located; please use PropertyValue if you want to include any evidence." ;
  schema:domainIncludes tmc:BioChemEntity ;
  schema:rangeIncludes schema:URL, tmc:DefinedTerm, tmc:PropertyValue ;
  owl:equivalentProperty schema:isLocatedInSubcellularLocation .

tmc:iso6523Code a rdf:Property ;
  rdfs:label "iso6523Code" ;
  rdfs:comment "An organization identifier as defined in ISO 6523(-1). Note that many existing organization identifiers such as [leiCode](https://schema.org/leiCode), [duns](https://schema.org/duns) and [vatID](https://schema.org/vatID) can be expressed as an ISO 6523 identifier by setting the ICD part of the ISO 6523 identifier accordingly. " ;
  schema:domainIncludes tmc:Organization ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:iso6523Code .

tmc:isPartOf a rdf:Property ;
  rdfs:label "is Part Of" ;
  rdfs:comment "Indicates an item or CreativeWork that this item, or CreativeWork (in some sense), is part of." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes schema:URL, tmc:CreativeWork ;
  schema:inverseOf tmc:hasPart ;
  owl:equivalentProperty schema:isPartOf .

tmc:isPartOfBioChemEntity a rdf:Property ;
  rdfs:label "is Part Of Bio Chem Entity" ;
  rdfs:comment "Indicates a BioChemEntity that is (in some sense) a part of this BioChemEntity. " ;
  schema:domainIncludes tmc:BioChemEntity ;
  schema:rangeIncludes tmc:BioChemEntity ;
  schema:inverseOf tmc:hasBioChemEntityPart ;
  owl:equivalentProperty schema:isPartOfBioChemEntity .

tmc:isPlanForApartment a rdf:Property ;
  rdfs:label "is Plan For Apartment" ;
  rdfs:comment "Indicates some accommodation that this floor plan describes." ;
  schema:domainIncludes tmc:FloorPlan ;
  schema:rangeIncludes tmc:Accommodation ;
  owl:equivalentProperty schema:isPlanForApartment .

tmc:isProprietary a rdf:Property ;
  rdfs:label "is Proprietary" ;
  rdfs:comment "True if this item's name is a proprietary/brand name (vs. generic name)." ;
  schema:domainIncludes tmc:DietarySupplement, tmc:Drug ;
  schema:rangeIncludes schema:Boolean ;
  owl:equivalentProperty schema:isProprietary .

tmc:isrcCode a rdf:Property ;
  rdfs:label "isrc Code" ;
  rdfs:comment "The International Standard Recording Code for the recording." ;
  schema:domainIncludes tmc:MusicRecording ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:isrcCode .

tmc:isRelatedTo a rdf:Property ;
  rdfs:label "is Related To" ;
  rdfs:comment "A pointer to another, somehow related product (or multiple products)." ;
  schema:domainIncludes tmc:Service, tmc:Product ;
  schema:rangeIncludes tmc:Product, tmc:Service ;
  owl:equivalentProperty schema:isRelatedTo .

tmc:isResizable a rdf:Property ;
  rdfs:label "is Resizable" ;
  rdfs:comment "Whether the 3DModel allows resizing. For example, room layout applications often do not allow 3DModel elements to be resized to reflect reality." ;
  schema:domainIncludes tmc:3DModel ;
  schema:rangeIncludes schema:Boolean ;
  owl:equivalentProperty schema:isResizable .

tmc:isSimilarTo a rdf:Property ;
  rdfs:label "is Similar To" ;
  rdfs:comment "A pointer to another, functionally similar product (or multiple products)." ;
  schema:domainIncludes tmc:Service, tmc:Product ;
  schema:rangeIncludes tmc:Product, tmc:Service ;
  owl:equivalentProperty schema:isSimilarTo .

tmc:issn a rdf:Property ;
  rdfs:label "issn" ;
  rdfs:comment "The International Standard Serial Number (ISSN) that identifies this serial publication. You can repeat this property to identify different formats of, or the linking ISSN (ISSN-L) for, this serial publication." ;
  rdfs:subPropertyOf tmc:identifier ;
  schema:domainIncludes tmc:Dataset, tmc:WebSite, tmc:Blog, tmc:CreativeWorkSeries ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:issn, <http://purl.org/ontology/bibo/issn> .

tmc:issuedBy a rdf:Property ;
  rdfs:label "issued By" ;
  rdfs:comment "The organization issuing the ticket or permit." ;
  schema:domainIncludes tmc:Permit, tmc:Ticket ;
  schema:rangeIncludes tmc:Organization ;
  owl:equivalentProperty schema:issuedBy .

tmc:issuedThrough a rdf:Property ;
  rdfs:label "issued Through" ;
  rdfs:comment "The service through which the permit was granted." ;
  schema:domainIncludes tmc:Permit ;
  schema:rangeIncludes tmc:Service ;
  owl:equivalentProperty schema:issuedThrough .

tmc:issueNumber a rdf:Property ;
  rdfs:label "issue Number" ;
  rdfs:comment "Identifies the issue of publication; for example, \"iii\" or \"2\"." ;
  rdfs:subPropertyOf tmc:position ;
  schema:domainIncludes tmc:PublicationIssue ;
  schema:rangeIncludes schema:Integer, schema:Text ;
  owl:equivalentProperty schema:issueNumber, <http://purl.org/ontology/bibo/issue> .

tmc:isUnlabelledFallback a rdf:Property ;
  rdfs:label "is Unlabelled Fallback" ;
  rdfs:comment "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." ;
  schema:domainIncludes tmc:DeliveryTimeSettings, tmc:ShippingRateSettings ;
  schema:rangeIncludes schema:Boolean ;
  owl:equivalentProperty schema:isUnlabelledFallback .

tmc:isVariantOf a rdf:Property ;
  rdfs:label "is Variant Of" ;
  rdfs:comment "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." ;
  schema:domainIncludes tmc:ProductModel, tmc:Product ;
  schema:rangeIncludes tmc:ProductModel, tmc:ProductGroup ;
  schema:inverseOf tmc:hasVariant ;
  owl:equivalentProperty schema:isVariantOf .

tmc:iswcCode a rdf:Property ;
  rdfs:label "iswc Code" ;
  rdfs:comment "The International Standard Musical Work Code for the composition." ;
  schema:domainIncludes tmc:MusicComposition ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:iswcCode .

tmc:item a rdf:Property ;
  rdfs:label "item" ;
  rdfs:comment "An entity represented by an entry in a list or data feed (e.g. an 'artist' in a list of 'artists')." ;
  schema:domainIncludes tmc:ListItem, tmc:DataFeedItem ;
  schema:rangeIncludes tmc:Thing ;
  owl:equivalentProperty schema:item .

tmc:ItemAvailability a rdfs:Class, schema:Enumeration ;
  rdfs:label "Item Availability" ;
  rdfs:comment "A list of possible product availability options." ;
  rdfs:subClassOf tmc:Enumeration ;
  owl:equivalentClass schema:ItemAvailability .

tmc:itemCondition a rdf:Property ;
  rdfs:label "item Condition" ;
  rdfs:comment "A predefined value from OfferItemCondition specifying the condition of the product or service, or the products or services included in the offer. Also used for product return policies to specify the condition of products accepted for returns." ;
  schema:domainIncludes tmc:Demand, tmc:Product, tmc:Offer, tmc:MerchantReturnPolicy ;
  schema:rangeIncludes tmc:OfferItemCondition ;
  owl:equivalentProperty schema:itemCondition .

tmc:itemDefectReturnFees a rdf:Property ;
  rdfs:label "item Defect Return Fees" ;
  rdfs:comment "The type of return fees for returns of defect products." ;
  schema:domainIncludes tmc:MerchantReturnPolicy ;
  schema:rangeIncludes tmc:ReturnFeesEnumeration ;
  owl:equivalentProperty schema:itemDefectReturnFees .

tmc:itemDefectReturnLabelSource a rdf:Property ;
  rdfs:label "item Defect Return Label Source" ;
  rdfs:comment "The method (from an enumeration) by which the customer obtains a return shipping label for a defect product." ;
  schema:domainIncludes tmc:MerchantReturnPolicy ;
  schema:rangeIncludes tmc:ReturnLabelSourceEnumeration ;
  owl:equivalentProperty schema:itemDefectReturnLabelSource .

tmc:itemDefectReturnShippingFeesAmount a rdf:Property ;
  rdfs:label "item Defect Return Shipping Fees Amount" ;
  rdfs:comment "Amount of shipping costs for defect product returns. Applicable when property [[itemDefectReturnFees]] equals [[ReturnShippingFees]]." ;
  schema:domainIncludes tmc:MerchantReturnPolicy ;
  schema:rangeIncludes tmc:MonetaryAmount ;
  owl:equivalentProperty schema:itemDefectReturnShippingFeesAmount .

tmc:ItemList a rdfs:Class ;
  rdfs:label "Item List" ;
  rdfs:comment "A list of items of any sort&#x2014;for example, Top 10 Movies About Weathermen, or Top 100 Party Songs. Not to be confused with HTML lists, which are often used only for formatting." ;
  rdfs:subClassOf tmc:Intangible ;
  owl:equivalentClass schema:ItemList .

tmc:itemListElement a rdf:Property ;
  rdfs:label "item List Element" ;
  rdfs:comment "For itemListElement values, you can use simple strings (e.g. \"Peter\", \"Paul\", \"Mary\"), existing entities, or use ListItem.\\n\\nText values are best if the elements in the list are plain strings. Existing entities are best for a simple, unordered list of existing things in your data. ListItem is used with ordered lists when you want to provide additional context about the element in that list or when the same item might be in different places in different lists.\\n\\nNote: The order of elements in your mark-up is not sufficient for indicating the order or elements.  Use ListItem with a 'position' property in such cases." ;
  schema:domainIncludes tmc:ItemList ;
  schema:rangeIncludes tmc:ListItem, schema:Text, tmc:Thing ;
  owl:equivalentProperty schema:itemListElement .

tmc:itemListOrder a rdf:Property ;
  rdfs:label "item List Order" ;
  rdfs:comment "Type of ordering (e.g. Ascending, Descending, Unordered)." ;
  schema:domainIncludes tmc:ItemList ;
  schema:rangeIncludes tmc:ItemListOrderType, schema:Text ;
  owl:equivalentProperty schema:itemListOrder .

tmc:ItemListOrderAscending a tmc:ItemListOrderType ;
  rdfs:label "Item List Order Ascending" ;
  rdfs:comment "An ItemList ordered with lower values listed first." ;
  tmc:instanceOf tmc:ItemListOrderType .

tmc:ItemListOrderDescending a tmc:ItemListOrderType ;
  rdfs:label "Item List Order Descending" ;
  rdfs:comment "An ItemList ordered with higher values listed first." ;
  tmc:instanceOf tmc:ItemListOrderType .

tmc:ItemListOrderType a rdfs:Class, schema:Enumeration ;
  rdfs:label "Item List Order Type" ;
  rdfs:comment "Enumerated for values for itemListOrder for indicating how an ordered ItemList is organized." ;
  rdfs:subClassOf tmc:Enumeration ;
  owl:equivalentClass schema:ItemListOrderType .

tmc:ItemListUnordered a tmc:ItemListOrderType ;
  rdfs:label "Item List Unordered" ;
  rdfs:comment "An ItemList ordered with no explicit order." ;
  tmc:instanceOf tmc:ItemListOrderType .

tmc:itemLocation a rdf:Property ;
  rdfs:label "item Location" ;
  rdfs:comment "Current location of the item." ;
  rdfs:subPropertyOf tmc:location ;
  schema:domainIncludes tmc:ArchiveComponent ;
  schema:rangeIncludes tmc:Place, schema:Text, tmc:PostalAddress ;
  owl:equivalentProperty schema:itemLocation .

tmc:itemOffered a rdf:Property ;
  rdfs:label "item Offered" ;
  rdfs:comment "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." ;
  schema:domainIncludes tmc:Demand, tmc:Offer ;
  schema:rangeIncludes tmc:Accommodation, tmc:AggregateOffer, tmc:CreativeWork, tmc:EducationalOccupationalProgram, tmc:Event, tmc:Fundraiser, tmc:JobPosting, tmc:MenuItem, tmc:Product, tmc:Service, tmc:Trip ;
  schema:inverseOf tmc:offers ;
  owl:equivalentProperty schema:itemOffered .

tmc:ItemPage a rdfs:Class ;
  rdfs:label "Item Page" ;
  rdfs:comment "A page devoted to a single item, such as a particular product or hotel." ;
  rdfs:subClassOf tmc:WebPage ;
  owl:equivalentClass schema:ItemPage .

tmc:itemReviewed a rdf:Property ;
  rdfs:label "item Reviewed" ;
  rdfs:comment "The item that is being reviewed/rated." ;
  schema:domainIncludes tmc:Review, tmc:AggregateRating ;
  schema:rangeIncludes tmc:Thing ;
  owl:equivalentProperty schema:itemReviewed .

tmc:itemShipped a rdf:Property ;
  rdfs:label "item Shipped" ;
  rdfs:comment "Item(s) being shipped." ;
  schema:domainIncludes tmc:ParcelDelivery ;
  schema:rangeIncludes tmc:Product ;
  owl:equivalentProperty schema:itemShipped .

tmc:itinerary a rdf:Property ;
  rdfs:label "itinerary" ;
  rdfs:comment "Destination(s) ( [[Place]] ) that make up a trip. For a trip where destination order is important use [[ItemList]] to specify that order (see examples)." ;
  schema:domainIncludes tmc:Trip ;
  schema:rangeIncludes tmc:ItemList, tmc:Place ;
  owl:equivalentProperty schema:itinerary .

tmc:ITServices a rdfs:Class ;
  rdfs:label "IT Services" ;
  rdfs:comment "IT consulting, systems integration, managed services and outsourcing." ;
  rdfs:subClassOf tmc:Industry ;
  tmc:instanceOf tmc:IndustryType .

tmc:ITServices a tmc:IndustryType .

tmc:iupacName a rdf:Property ;
  rdfs:label "iupac Name" ;
  rdfs:comment "Systematic method of naming chemical compounds as recommended by the International Union of Pure and Applied Chemistry (IUPAC)." ;
  schema:domainIncludes tmc:MolecularEntity ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:iupacName .

tmc:JewelryStore a rdfs:Class ;
  rdfs:label "Jewelry Store" ;
  rdfs:comment "A jewelry store." ;
  rdfs:subClassOf tmc:Store ;
  owl:equivalentClass schema:JewelryStore .

tmc:jobBenefits a rdf:Property ;
  rdfs:label "job Benefits" ;
  rdfs:comment "Description of benefits associated with the job." ;
  schema:domainIncludes tmc:JobPosting ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:jobBenefits .

tmc:jobImmediateStart a rdf:Property ;
  rdfs:label "job Immediate Start" ;
  rdfs:comment "An indicator as to whether a position is available for an immediate start." ;
  schema:domainIncludes tmc:JobPosting ;
  schema:rangeIncludes schema:Boolean ;
  owl:equivalentProperty schema:jobImmediateStart .

tmc:jobLocation a rdf:Property ;
  rdfs:label "job Location" ;
  rdfs:comment "A (typically single) geographic location associated with the job position." ;
  schema:domainIncludes tmc:JobPosting ;
  schema:rangeIncludes tmc:Place ;
  owl:equivalentProperty schema:jobLocation .

tmc:jobLocationType a rdf:Property ;
  rdfs:label "job Location Type" ;
  rdfs:comment "A description of the job location (e.g. TELECOMMUTE for telecommute jobs)." ;
  schema:domainIncludes tmc:JobPosting ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:jobLocationType .

tmc:JobPosting a rdfs:Class ;
  rdfs:label "Job Posting" ;
  rdfs:comment "A listing that describes a job opening in a certain organization." ;
  rdfs:subClassOf tmc:Intangible ;
  tmc:instanceOf tmc:ListingType ;
  owl:equivalentClass schema:JobPosting .

tmc:JobPosting a tmc:ListingType .

tmc:jobStartDate a rdf:Property ;
  rdfs:label "job Start Date" ;
  rdfs:comment "The date on which a successful applicant for this job would be expected to start work. Choose a specific date in the future or use the jobImmediateStart property to indicate the position is to be filled as soon as possible." ;
  schema:domainIncludes tmc:JobPosting ;
  schema:rangeIncludes schema:Text, schema:Date ;
  owl:equivalentProperty schema:jobStartDate .

tmc:jobTitle a rdf:Property ;
  rdfs:label "job Title" ;
  rdfs:comment "The job title of a person." ;
  schema:domainIncludes tmc:Person ;
  schema:rangeIncludes tmc:DefinedTerm, schema:Text ;
  owl:equivalentProperty schema:jobTitle .

tmc:JoinAction a rdfs:Class ;
  rdfs:label "Join Action" ;
  rdfs:comment "An agent joins an event/group with participants/friends at a location.\\n\\nRelated actions:\\n\\n* [[RegisterAction]]: Unlike RegisterAction, JoinAction refers to joining a group/team of people.\\n* [[SubscribeAction]]: Unlike SubscribeAction, JoinAction does not imply that you'll be receiving updates.\\n* [[FollowAction]]: Unlike FollowAction, JoinAction does not imply that you'll be polling for updates." ;
  rdfs:subClassOf tmc:InteractAction ;
  owl:equivalentClass schema:JoinAction .

tmc:Joint a rdfs:Class ;
  rdfs:label "Joint" ;
  rdfs:comment "The anatomical location at which two or more bones make contact." ;
  rdfs:subClassOf tmc:AnatomicalStructure ;
  owl:equivalentClass schema:Joint .

tmc:JumpRope a rdfs:Class ;
  rdfs:label "Jump Rope" ;
  rdfs:comment "Jumping rope, a cardiovascular exercise that involves jumping over a rope that is swung under the feet and over the head." ;
  rdfs:subClassOf tmc:ExerciseAndFitness ;
  tmc:instanceOf tmc:PhysicalActivityType .

tmc:JumpRope a tmc:PhysicalActivityType .

tmc:jurisdiction a rdf:Property ;
  rdfs:label "jurisdiction" ;
  rdfs:comment "Indicates a legal jurisdiction, e.g. of some legislation, or where some government service is based." ;
  schema:domainIncludes tmc:Legislation, tmc:GovernmentService ;
  schema:rangeIncludes tmc:AdministrativeArea, schema:Text ;
  owl:equivalentProperty schema:jurisdiction .

tmc:keywords a rdf:Property ;
  rdfs:label "keywords" ;
  rdfs:comment "Keywords or tags used to describe some item. Multiple textual entries in a keywords list are typically delimited by commas, or by repeating the property." ;
  schema:domainIncludes tmc:CreativeWork, tmc:Organization, tmc:Product, tmc:Event, tmc:Place ;
  schema:rangeIncludes schema:URL, tmc:DefinedTerm, schema:Text ;
  owl:equivalentProperty schema:keywords .

tmc:Kilograms a tmc:WeightUnit ;
  rdfs:label "Kilograms" ;
  rdfs:comment "An abbreviation for the kilogram weight unit" ;
  tmc:instanceOf tmc:WeightUnit .

tmc:knownVehicleDamages a rdf:Property ;
  rdfs:label "known Vehicle Damages" ;
  rdfs:comment "A textual description of known damages, both repaired and unrepaired." ;
  schema:domainIncludes tmc:Vehicle ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:knownVehicleDamages .

tmc:knows a rdf:Property ;
  rdfs:label "knows" ;
  rdfs:comment "The most generic bi-directional social/work relation." ;
  schema:domainIncludes tmc:Person ;
  schema:rangeIncludes tmc:Person ;
  owl:equivalentProperty schema:knows .

tmc:knowsAbout a rdf:Property ;
  rdfs:label "knows About" ;
  rdfs:comment "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." ;
  schema:domainIncludes tmc:Organization, tmc:Person ;
  schema:rangeIncludes tmc:Thing, schema:Text, schema:URL ;
  owl:equivalentProperty schema:knowsAbout .

tmc:knowsLanguage a rdf:Property ;
  rdfs:label "knows Language" ;
  rdfs:comment "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](http://tools.ietf.org/html/bcp47)." ;
  schema:domainIncludes tmc:Organization, tmc:Person ;
  schema:rangeIncludes schema:Text, tmc:Language ;
  owl:equivalentProperty schema:knowsLanguage .

tmc:KosherDiet a tmc:RestrictedDiet ;
  rdfs:label "Kosher Diet" ;
  rdfs:comment "A diet conforming to Jewish dietary practices." ;
  tmc:instanceOf tmc:RestrictedDiet .

tmc:label a rdf:Property ;
  rdfs:label "label" ;
  rdfs:comment "The readable label of a term" ;
  schema:domainIncludes tmc:Class, tmc:Property, tmc:Enumeration ;
  schema:rangeIncludes schema:Text .

tmc:labelDetails a rdf:Property ;
  rdfs:label "label Details" ;
  rdfs:comment "Link to the drug's label details." ;
  schema:domainIncludes tmc:Drug ;
  schema:rangeIncludes schema:URL ;
  owl:equivalentProperty schema:labelDetails .

tmc:LaboratoryScience a tmc:MedicalSpecialty ;
  rdfs:label "Laboratory Science" ;
  rdfs:comment "A medical science pertaining to chemical, hematological, immunologic, microscopic, or bacteriological diagnostic analyses or research." ;
  tmc:instanceOf tmc:MedicalSpecialty .

tmc:LakeBodyOfWater a rdfs:Class ;
  rdfs:label "Lake Body Of Water" ;
  rdfs:comment "A lake (for example, Lake Pontrachain)." ;
  rdfs:subClassOf tmc:BodyOfWater ;
  owl:equivalentClass schema:LakeBodyOfWater .

tmc:Landform a rdfs:Class ;
  rdfs:label "Landform" ;
  rdfs:comment "A landform or physical feature.  Landform elements include mountains, plains, lakes, rivers, seascape and oceanic waterbody interface features such as bays, peninsulas, seas and so forth, including sub-aqueous terrain features such as submersed mountain ranges, volcanoes, and the great ocean basins." ;
  rdfs:subClassOf tmc:Place ;
  owl:equivalentClass schema:Landform .

tmc:landlord a rdf:Property ;
  rdfs:label "landlord" ;
  rdfs:comment "A sub property of participant. The owner of the real estate property." ;
  rdfs:subPropertyOf tmc:participant ;
  schema:domainIncludes tmc:RentAction ;
  schema:rangeIncludes tmc:Person, tmc:Organization ;
  owl:equivalentProperty schema:landlord .

tmc:LandmarksOrHistoricalBuildings a rdfs:Class ;
  rdfs:label "Landmarks Or Historical Buildings" ;
  rdfs:comment "An historical landmark or building." ;
  rdfs:subClassOf tmc:Place ;
  owl:equivalentClass schema:LandmarksOrHistoricalBuildings .

tmc:language a rdf:Property ;
  rdfs:label "language" ;
  rdfs:comment "A sub property of instrument. The language used on this action." ;
  rdfs:subPropertyOf tmc:instrument ;
  schema:domainIncludes tmc:CommunicateAction, tmc:WriteAction ;
  schema:rangeIncludes tmc:Language ;
  owl:equivalentProperty schema:language .

tmc:Language a rdfs:Class ;
  rdfs:label "Language" ;
  rdfs:comment "Natural languages such as Spanish, Tamil, Hindi, English, etc. Formal language code tags expressed in [BCP 47](https://en.wikipedia.org/wiki/IETF_language_tag) can be used via the [[alternateName]] property. The Language type previously also covered programming languages such as Scheme and Lisp, which are now best represented using [[ComputerLanguage]]." ;
  rdfs:subClassOf tmc:Intangible ;
  owl:equivalentClass schema:Language .

tmc:LaserDiscFormat a tmc:MusicReleaseFormatType ;
  rdfs:label "Laser Disc Format" ;
  rdfs:comment "LaserDiscFormat." ;
  tmc:instanceOf tmc:MusicReleaseFormatType .

tmc:lastReviewed a rdf:Property ;
  rdfs:label "last Reviewed" ;
  rdfs:comment "Date on which the content on this web page was last reviewed for accuracy and/or completeness." ;
  schema:domainIncludes tmc:WebPage ;
  schema:rangeIncludes schema:Date ;
  owl:equivalentProperty schema:lastReviewed .

tmc:latitude a rdf:Property ;
  rdfs:label "latitude" ;
  rdfs:comment "The latitude of a location. For example ```37.42242``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System))." ;
  schema:domainIncludes tmc:Place, tmc:GeoCoordinates ;
  schema:rangeIncludes schema:Number, schema:Text ;
  owl:equivalentProperty schema:latitude .

tmc:layoutImage a rdf:Property ;
  rdfs:label "layout Image" ;
  rdfs:comment "A schematic image showing the floorplan layout." ;
  rdfs:subPropertyOf tmc:image ;
  schema:domainIncludes tmc:FloorPlan ;
  schema:rangeIncludes schema:URL, tmc:ImageObject ;
  owl:equivalentProperty schema:layoutImage .

tmc:LearningResource a rdfs:Class ;
  rdfs:label "Learning Resource" ;
  rdfs:comment "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.\n\n[[LearningResource]] is expected to be used as an addition to a primary type such as [[Book]], [[VideoObject]], [[Product]] etc.\n\n[[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." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:LearningResource .

tmc:learningResourceType a rdf:Property ;
  rdfs:label "learning Resource Type" ;
  rdfs:comment "The predominant type or kind characterizing the learning resource. For example, 'presentation', 'handout'." ;
  schema:domainIncludes tmc:LearningResource, tmc:CreativeWork ;
  schema:rangeIncludes tmc:DefinedTerm, schema:Text ;
  owl:equivalentProperty schema:learningResourceType .

tmc:leaseLength a rdf:Property ;
  rdfs:label "lease Length" ;
  rdfs:comment "Length of the lease for some [[Accommodation]], either particular to some [[Offer]] or in some cases intrinsic to the property." ;
  schema:domainIncludes tmc:Accommodation, tmc:Offer, tmc:RealEstateListing ;
  schema:rangeIncludes tmc:QuantitativeValue, tmc:Duration ;
  owl:equivalentProperty schema:leaseLength .

tmc:LeaseOut a tmc:BusinessFunction ;
  rdfs:label "Lease Out" ;
  rdfs:comment "The act of granting permission to use the object." ;
  tmc:instanceOf tmc:BusinessFunction .

tmc:LeaveAction a rdfs:Class ;
  rdfs:label "Leave Action" ;
  rdfs:comment "An agent leaves an event / group with participants/friends at a location.\\n\\nRelated actions:\\n\\n* [[JoinAction]]: The antonym of LeaveAction.\\n* [[UnRegisterAction]]: Unlike UnRegisterAction, LeaveAction implies leaving a group/team of people rather than a service." ;
  rdfs:subClassOf tmc:InteractAction ;
  owl:equivalentClass schema:LeaveAction .

tmc:LeftHandDriving a tmc:SteeringPositionValue ;
  rdfs:label "Left Hand Driving" ;
  rdfs:comment "The steering position is on the left side of the vehicle (viewed from the main direction of driving)." ;
  tmc:instanceOf tmc:SteeringPositionValue .

tmc:LegalForceStatus a rdfs:Class ;
  rdfs:label "Legal Force Status" ;
  rdfs:comment "A list of possible statuses for the legal force of a legislation." ;
  rdfs:subClassOf tmc:StatusEnumeration ;
  owl:equivalentClass schema:LegalForceStatus .

tmc:legalName a rdf:Property ;
  rdfs:label "legal Name" ;
  rdfs:comment "The official name of the organization, e.g. the registered company name." ;
  schema:domainIncludes tmc:Organization ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:legalName .

tmc:LegalService a rdfs:Class ;
  rdfs:label "Legal Service" ;
  rdfs:comment "A LegalService is a business that provides legally-oriented services, advice and representation, e.g. law firms.\\n\\nAs a [[LocalBusiness]] it can be described as a [[provider]] of one or more [[Service]]\\(s)." ;
  rdfs:subClassOf tmc:LocalBusiness ;
  owl:equivalentClass schema:LegalService .

tmc:legalStatus a rdf:Property ;
  rdfs:label "legal Status" ;
  rdfs:comment "The drug or supplement's legal status, including any controlled substance schedules that apply." ;
  schema:domainIncludes tmc:DietarySupplement, tmc:Drug, tmc:MedicalEntity ;
  schema:rangeIncludes schema:Text, tmc:DrugLegalStatus, tmc:MedicalEnumeration ;
  owl:equivalentProperty schema:legalStatus .

tmc:LegalValueLevel a rdfs:Class, schema:Enumeration ;
  rdfs:label "Legal Value Level" ;
  rdfs:comment "A list of possible levels for the legal validity of a legislation." ;
  rdfs:subClassOf tmc:Enumeration ;
  owl:equivalentClass schema:LegalValueLevel .

tmc:Legislation a rdfs:Class ;
  rdfs:label "Legislation" ;
  rdfs:comment "A legal document such as an act, decree, bill, etc. (enforceable or not) or a component of a legal act (like an article)." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:Legislation .

tmc:legislationApplies a rdf:Property ;
  rdfs:label "legislation Applies" ;
  rdfs:comment "Indicates that this legislation (or part of a legislation) somehow transfers another legislation in a different legislative context. This is an informative link, and it has no legal value. For legally-binding links of transposition, use the <a href=\"/legislationTransposes\">legislationTransposes</a> property. For example an informative consolidated law of a European Union's member state \"applies\" the consolidated version of the European Directive implemented in it." ;
  schema:domainIncludes tmc:Legislation ;
  schema:rangeIncludes tmc:Legislation ;
  owl:equivalentProperty schema:legislationApplies, <http://data.europa.eu/eli/ontology#implements> .

tmc:legislationChanges a rdf:Property ;
  rdfs:label "legislation Changes" ;
  rdfs:comment "Another legislation that this legislation changes. This encompasses the notions of amendment, replacement, correction, repeal, or other types of change. This may be a direct change (textual or non-textual amendment) or a consequential or indirect change. The property is to be used to express the existence of a change relationship between two acts rather than the existence of a consolidated version of the text that shows the result of the change. For consolidation relationships, use the <a href=\"/legislationConsolidates\">legislationConsolidates</a> property." ;
  schema:domainIncludes tmc:Legislation ;
  schema:rangeIncludes tmc:Legislation ;
  owl:equivalentProperty schema:legislationChanges, <http://data.europa.eu/eli/ontology#changes> .

tmc:legislationConsolidates a rdf:Property ;
  rdfs:label "legislation Consolidates" ;
  rdfs:comment "Indicates another legislation taken into account in this consolidated legislation (which is usually the product of an editorial process that revises the legislation). This property should be used multiple times to refer to both the original version or the previous consolidated version, and to the legislations making the change." ;
  schema:domainIncludes tmc:Legislation ;
  schema:rangeIncludes tmc:Legislation ;
  owl:equivalentProperty schema:legislationConsolidates, <http://data.europa.eu/eli/ontology#consolidates> .

tmc:legislationDate a rdf:Property ;
  rdfs:label "legislation Date" ;
  rdfs:comment "The date of adoption or signature of the legislation. This is the date at which the text is officially aknowledged to be a legislation, even though it might not even be published or in force." ;
  rdfs:subPropertyOf tmc:dateCreated ;
  schema:domainIncludes tmc:Legislation ;
  schema:rangeIncludes schema:Date ;
  owl:equivalentProperty schema:legislationDate, <http://data.europa.eu/eli/ontology#date_document> .

tmc:legislationDateVersion a rdf:Property ;
  rdfs:label "legislation Date Version" ;
  rdfs:comment "The point-in-time at which the provided description of the legislation is valid (e.g.: when looking at the law on the 2016-04-07 (= dateVersion), I get the consolidation of 2015-04-12 of the \"National Insurance Contributions Act 2015\")" ;
  schema:domainIncludes tmc:Legislation ;
  schema:rangeIncludes schema:Date ;
  owl:equivalentProperty schema:legislationDateVersion, <http://data.europa.eu/eli/ontology#version_date> .

tmc:legislationIdentifier a rdf:Property ;
  rdfs:label "legislation Identifier" ;
  rdfs:comment "An identifier for the legislation. This can be either a string-based identifier, like the CELEX at EU level or the NOR in France, or a web-based, URL/URI identifier, like an ELI (European Legislation Identifier) or an URN-Lex." ;
  rdfs:subPropertyOf tmc:identifier ;
  schema:domainIncludes tmc:Legislation ;
  schema:rangeIncludes schema:URL, schema:Text ;
  owl:equivalentProperty schema:legislationIdentifier .

tmc:legislationJurisdiction a rdf:Property ;
  rdfs:label "legislation Jurisdiction" ;
  rdfs:comment "The jurisdiction from which the legislation originates." ;
  rdfs:subPropertyOf tmc:jurisdiction, tmc:spatialCoverage ;
  schema:domainIncludes tmc:Legislation ;
  schema:rangeIncludes tmc:AdministrativeArea, schema:Text ;
  owl:equivalentProperty schema:legislationJurisdiction, <http://data.europa.eu/eli/ontology#jurisdiction> .

tmc:legislationLegalForce a rdf:Property ;
  rdfs:label "legislation Legal Force" ;
  rdfs:comment "Whether the legislation is currently in force, not in force, or partially in force." ;
  schema:domainIncludes tmc:Legislation ;
  schema:rangeIncludes tmc:LegalForceStatus ;
  owl:equivalentProperty schema:legislationLegalForce, <http://data.europa.eu/eli/ontology#in_force> .

tmc:legislationLegalValue a rdf:Property ;
  rdfs:label "legislation Legal Value" ;
  rdfs:comment "The legal value of this legislation file. The same legislation can be written in multiple files with different legal values. Typically a digitally signed PDF have a \"stronger\" legal value than the HTML file of the same act." ;
  schema:domainIncludes tmc:LegislationObject ;
  schema:rangeIncludes tmc:LegalValueLevel ;
  owl:equivalentProperty schema:legislationLegalValue, <http://data.europa.eu/eli/ontology#legal_value> .

tmc:LegislationObject a rdfs:Class ;
  rdfs:label "Legislation Object" ;
  rdfs:comment "A specific object or file containing a Legislation. Note that the same Legislation can be published in multiple files. For example, a digitally signed PDF, a plain PDF and an HTML version." ;
  rdfs:subClassOf tmc:Legislation, tmc:MediaObject ;
  owl:equivalentClass schema:LegislationObject .

tmc:legislationPassedBy a rdf:Property ;
  rdfs:label "legislation Passed By" ;
  rdfs:comment "The person or organization that originally passed or made the law: typically parliament (for primary legislation) or government (for secondary legislation). This indicates the \"legal author\" of the law, as opposed to its physical author." ;
  rdfs:subPropertyOf tmc:creator ;
  schema:domainIncludes tmc:Legislation ;
  schema:rangeIncludes tmc:Organization, tmc:Person ;
  owl:equivalentProperty schema:legislationPassedBy, <http://data.europa.eu/eli/ontology#passed_by> .

tmc:legislationResponsible a rdf:Property ;
  rdfs:label "legislation Responsible" ;
  rdfs:comment "An individual or organization that has some kind of responsibility for the legislation. Typically the ministry who is/was in charge of elaborating the legislation, or the adressee for potential questions about the legislation once it is published." ;
  schema:domainIncludes tmc:Legislation ;
  schema:rangeIncludes tmc:Organization, tmc:Person ;
  owl:equivalentProperty schema:legislationResponsible, <http://data.europa.eu/eli/ontology#responsibility_of> .

tmc:legislationTransposes a rdf:Property ;
  rdfs:label "legislation Transposes" ;
  rdfs:comment "Indicates that this legislation (or part of legislation) fulfills the objectives set by another legislation, by passing appropriate implementation measures. Typically, some legislations of European Union's member states or regions transpose European Directives. This indicates a legally binding link between the 2 legislations." ;
  rdfs:subPropertyOf tmc:legislationApplies ;
  schema:domainIncludes tmc:Legislation ;
  schema:rangeIncludes tmc:Legislation ;
  owl:equivalentProperty schema:legislationTransposes, <http://data.europa.eu/eli/ontology#transposes> .

tmc:legislationType a rdf:Property ;
  rdfs:label "legislation Type" ;
  rdfs:comment "The type of the legislation. Examples of values are \"law\", \"act\", \"directive\", \"decree\", \"regulation\", \"statutory instrument\", \"loi organique\", \"règlement grand-ducal\", etc., depending on the country." ;
  rdfs:subPropertyOf tmc:genre ;
  schema:domainIncludes tmc:Legislation ;
  schema:rangeIncludes tmc:CategoryCode, schema:Text ;
  owl:equivalentProperty schema:legislationType, <http://data.europa.eu/eli/ontology#type_document> .

tmc:LegislativeBuilding a rdfs:Class ;
  rdfs:label "Legislative Building" ;
  rdfs:comment "A legislative building&#x2014;for example, the state capitol." ;
  rdfs:subClassOf tmc:GovernmentBuilding ;
  owl:equivalentClass schema:LegislativeBuilding .

tmc:leiCode a rdf:Property ;
  rdfs:label "lei Code" ;
  rdfs:comment "An organization identifier that uniquely identifies a legal entity as defined in ISO 17442." ;
  rdfs:subPropertyOf tmc:identifier ;
  schema:domainIncludes tmc:Organization ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:leiCode .

tmc:LeisureTimeActivity a tmc:PhysicalActivityCategory ;
  rdfs:label "Leisure Time Activity" ;
  rdfs:comment "Any physical activity engaged in for recreational purposes. Examples may include ballroom dancing, roller skating, canoeing, fishing, etc." ;
  tmc:instanceOf tmc:PhysicalActivityCategory .

tmc:LendAction a rdfs:Class ;
  rdfs:label "Lend Action" ;
  rdfs:comment "The act of providing an object under an agreement that it will be returned at a later date. Reciprocal of BorrowAction.\\n\\nRelated actions:\\n\\n* [[BorrowAction]]: Reciprocal of LendAction." ;
  rdfs:subClassOf tmc:TransferAction ;
  owl:equivalentClass schema:LendAction .

tmc:lender a rdf:Property ;
  rdfs:label "lender" ;
  rdfs:comment "A sub property of participant. The person that lends the object being borrowed." ;
  rdfs:subPropertyOf tmc:participant ;
  schema:domainIncludes tmc:BorrowAction ;
  schema:rangeIncludes tmc:Organization, tmc:Person ;
  owl:equivalentProperty schema:lender .

tmc:lesser a rdf:Property ;
  rdfs:label "lesser" ;
  rdfs:comment "This ordering relation for qualitative values indicates that the subject is lesser than the object." ;
  schema:domainIncludes tmc:QualitativeValue ;
  schema:rangeIncludes tmc:QualitativeValue ;
  owl:equivalentProperty schema:lesser .

tmc:lesserOrEqual a rdf:Property ;
  rdfs:label "lesser Or Equal" ;
  rdfs:comment "This ordering relation for qualitative values indicates that the subject is lesser than or equal to the object." ;
  schema:domainIncludes tmc:QualitativeValue ;
  schema:rangeIncludes tmc:QualitativeValue ;
  owl:equivalentProperty schema:lesserOrEqual .

tmc:letterer a rdf:Property ;
  rdfs:label "letterer" ;
  rdfs:comment "The individual who adds lettering, including speech balloons and sound effects, to artwork." ;
  schema:domainIncludes tmc:VisualArtwork, tmc:ComicStory, tmc:ComicIssue ;
  schema:rangeIncludes tmc:Person ;
  owl:equivalentProperty schema:letterer .

tmc:Library a rdfs:Class ;
  rdfs:label "Library" ;
  rdfs:comment "A library." ;
  rdfs:subClassOf tmc:LocalBusiness ;
  owl:equivalentClass schema:Library .

tmc:LibrarySystem a rdfs:Class ;
  rdfs:label "Library System" ;
  rdfs:comment "A [[LibrarySystem]] is a collaborative system amongst several libraries." ;
  rdfs:subClassOf tmc:Organization ;
  owl:equivalentClass schema:LibrarySystem .

tmc:license a rdf:Property ;
  rdfs:label "license" ;
  rdfs:comment "A license document that applies to this content, typically indicated by URL." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes schema:URL, tmc:CreativeWork ;
  owl:equivalentProperty schema:license .

tmc:LifestyleModification a rdfs:Class ;
  rdfs:label "Lifestyle Modification" ;
  rdfs:comment "A process of care involving exercise, changes to diet, fitness routines, and other lifestyle changes aimed at improving a health condition." ;
  rdfs:subClassOf tmc:MedicalEntity ;
  owl:equivalentClass schema:LifestyleModification .

tmc:Ligament a rdfs:Class ;
  rdfs:label "Ligament" ;
  rdfs:comment "A short band of tough, flexible, fibrous connective tissue that functions to connect multiple bones, cartilages, and structurally support joints." ;
  rdfs:subClassOf tmc:AnatomicalStructure ;
  owl:equivalentClass schema:Ligament .

tmc:LikeAction a rdfs:Class ;
  rdfs:label "Like Action" ;
  rdfs:comment "The act of expressing a positive sentiment about the object. An agent likes an object (a proposition, topic or theme) with participants." ;
  rdfs:subClassOf tmc:ReactAction ;
  owl:equivalentClass schema:LikeAction .

tmc:LimitedAvailability a tmc:ItemAvailability ;
  rdfs:label "Limited Availability" ;
  rdfs:comment "Indicates that the item has limited availability." ;
  tmc:instanceOf tmc:ItemAvailability .

tmc:LimitedByGuaranteeCharity a tmc:UKNonprofitType ;
  rdfs:label "Limited By Guarantee Charity" ;
  rdfs:comment "LimitedByGuaranteeCharity: Non-profit type referring to a charitable company that is limited by guarantee (UK)." ;
  tmc:instanceOf tmc:UKNonprofitType .

tmc:line a rdf:Property ;
  rdfs:label "line" ;
  rdfs:comment "A line is a point-to-point path consisting of two or more points. A line is expressed as a series of two or more point objects separated by space." ;
  schema:domainIncludes tmc:GeoShape ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:line .

tmc:linkRelationship a rdf:Property ;
  rdfs:label "link Relationship" ;
  rdfs:comment "Indicates the relationship type of a Web link. " ;
  schema:domainIncludes tmc:LinkRole ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:linkRelationship .

tmc:LinkRole a rdfs:Class ;
  rdfs:label "Link Role" ;
  rdfs:comment "A Role that represents a Web link, e.g. as expressed via the 'url' property. Its linkRelationship property can indicate URL-based and plain textual link types, e.g. those in IANA link registry or others such as 'amphtml'. This structure provides a placeholder where details from HTML's link element can be represented outside of HTML, e.g. in JSON-LD feeds." ;
  rdfs:subClassOf tmc:Role ;
  owl:equivalentClass schema:LinkRole .

tmc:LiquorStore a rdfs:Class ;
  rdfs:label "Liquor Store" ;
  rdfs:comment "A shop that sells alcoholic drinks such as wine, beer, whisky and other spirits." ;
  rdfs:subClassOf tmc:Store ;
  owl:equivalentClass schema:LiquorStore .

tmc:ListenAction a rdfs:Class ;
  rdfs:label "Listen Action" ;
  rdfs:comment "The act of consuming audio content." ;
  rdfs:subClassOf tmc:ConsumeAction ;
  owl:equivalentClass schema:ListenAction .

tmc:Listing a rdfs:Class ;
  rdfs:label "Listing" ;
  rdfs:comment "Listing is at the heart of our marketplace platform. It's the primary way sellers present their offerings, whether they are physical products, services, or experiences. Customers use listings to browse and make purchases. What's unique is that each listing can have different versions or 'variants' of the same item, allowing for flexibility and efficient management." ;
  rdfs:subClassOf tmc:Offer .

tmc:listingSubTypes a rdf:Property ;
  rdfs:label "listing sub types" ;
  schema:domainIncludes tmc:Listing ;
  schema:rangeIncludes tmc:EventType .

tmc:ListingType a rdfs:Class, schema:Enumeration ;
  rdfs:label "Listing Type" ;
  rdfs:subClassOf tmc:Enumeration .

tmc:listingType a rdf:Property ;
  rdfs:label "listing type" ;
  schema:domainIncludes tmc:Listing ;
  schema:rangeIncludes tmc:ListingType .

tmc:ListItem a rdfs:Class ;
  rdfs:label "List Item" ;
  rdfs:comment "An list item, e.g. a step in a checklist or how-to description." ;
  rdfs:subClassOf tmc:Intangible ;
  owl:equivalentClass schema:ListItem .

tmc:ListPrice a tmc:PriceTypeEnumeration ;
  rdfs:label "List Price" ;
  rdfs:comment "Represents the list price (the price a product is actually advertised for) of an offered product." ;
  tmc:instanceOf tmc:PriceTypeEnumeration .

tmc:LiteraryEvent a rdfs:Class ;
  rdfs:label "Literary Event" ;
  rdfs:comment "Event type: Literary event." ;
  rdfs:subClassOf tmc:Event ;
  owl:equivalentClass schema:LiteraryEvent .

tmc:LiveAlbum a tmc:MusicAlbumProductionType ;
  rdfs:label "Live Album" ;
  rdfs:comment "LiveAlbum." ;
  tmc:instanceOf tmc:MusicAlbumProductionType .

tmc:LiveBlogPosting a rdfs:Class ;
  rdfs:label "Live Blog Posting" ;
  rdfs:comment "A [[LiveBlogPosting]] is a [[BlogPosting]] intended to provide a rolling textual coverage of an ongoing event through continuous updates." ;
  rdfs:subClassOf tmc:BlogPosting ;
  owl:equivalentClass schema:LiveBlogPosting .

tmc:liveBlogUpdate a rdf:Property ;
  rdfs:label "live Blog Update" ;
  rdfs:comment "An update to the LiveBlog." ;
  schema:domainIncludes tmc:LiveBlogPosting ;
  schema:rangeIncludes tmc:BlogPosting ;
  owl:equivalentProperty schema:liveBlogUpdate .

tmc:LiveStream a tmc:VirtualLocationType ;
  rdfs:label "Live Stream" ;
  rdfs:comment "A live streaming event or session conducted online." ;
  tmc:instanceOf tmc:VirtualLocationType .

tmc:LivingWithHealthAspect a tmc:HealthAspectEnumeration ;
  rdfs:label "Living With Health Aspect" ;
  rdfs:comment "Information about coping or life related to the topic." ;
  tmc:instanceOf tmc:HealthAspectEnumeration .

tmc:loanMortgageMandateAmount a rdf:Property ;
  rdfs:label "loan Mortgage Mandate Amount" ;
  rdfs:comment "Amount of mortgage mandate that can be converted into a proper mortgage at a later stage." ;
  schema:domainIncludes tmc:MortgageLoan ;
  schema:rangeIncludes tmc:MonetaryAmount ;
  owl:equivalentProperty schema:loanMortgageMandateAmount .

tmc:LoanOrCredit a rdfs:Class ;
  rdfs:label "Loan Or Credit" ;
  rdfs:comment "A financial product for the loaning of an amount of money, or line of credit, under agreed terms and charges." ;
  rdfs:subClassOf tmc:FinancialProduct ;
  owl:equivalentClass schema:LoanOrCredit .

tmc:loanPaymentAmount a rdf:Property ;
  rdfs:label "loan Payment Amount" ;
  rdfs:comment "The amount of money to pay in a single payment." ;
  schema:domainIncludes tmc:RepaymentSpecification ;
  schema:rangeIncludes tmc:MonetaryAmount ;
  owl:equivalentProperty schema:loanPaymentAmount .

tmc:loanPaymentFrequency a rdf:Property ;
  rdfs:label "loan Payment Frequency" ;
  rdfs:comment "Frequency of payments due, i.e. number of months between payments. This is defined as a frequency, i.e. the reciprocal of a period of time." ;
  schema:domainIncludes tmc:RepaymentSpecification ;
  schema:rangeIncludes schema:Number ;
  owl:equivalentProperty schema:loanPaymentFrequency .

tmc:loanRepaymentForm a rdf:Property ;
  rdfs:label "loan Repayment Form" ;
  rdfs:comment "A form of paying back money previously borrowed from a lender. Repayment usually takes the form of periodic payments that normally include part principal plus interest in each payment." ;
  schema:domainIncludes tmc:LoanOrCredit ;
  schema:rangeIncludes tmc:RepaymentSpecification ;
  owl:equivalentProperty schema:loanRepaymentForm .

tmc:loanTerm a rdf:Property ;
  rdfs:label "loan Term" ;
  rdfs:comment "The duration of the loan or credit agreement." ;
  rdfs:subPropertyOf tmc:duration ;
  schema:domainIncludes tmc:LoanOrCredit ;
  schema:rangeIncludes tmc:QuantitativeValue ;
  owl:equivalentProperty schema:loanTerm .

tmc:loanType a rdf:Property ;
  rdfs:label "loan Type" ;
  rdfs:comment "The type of a loan or credit." ;
  schema:domainIncludes tmc:LoanOrCredit ;
  schema:rangeIncludes schema:URL, schema:Text ;
  owl:equivalentProperty schema:loanType .

tmc:LocalBusiness a rdfs:Class ;
  rdfs:label "Local Business" ;
  rdfs:comment " A specific, physical location of a business, such as a restaurant, bank branch, medical office, bowling alley, or club." ;
  rdfs:subClassOf tmc:Place, tmc:Organization ;
  owl:equivalentClass schema:LocalBusiness .

tmc:LocalBusinessType a rdfs:Class ;
  rdfs:label "Local Business Type" ;
  rdfs:comment "A local business type" .

tmc:LocalMunicipalAuthorities a rdfs:Class ;
  rdfs:label "Local/Municipal Authorities" ;
  rdfs:comment "Government bodies managing local community services such as city planning, local road maintenance, and municipal utilities." ;
  rdfs:subClassOf tmc:GovernmentOrganization ;
  tmc:instanceOf tmc:GovernmentOrganizationType .

tmc:LocalMunicipalAuthorities a tmc:GovernmentOrganizationType .

tmc:location a rdf:Property ;
  rdfs:label "location" ;
  rdfs:comment "The location of, for example, where an event is happening, where an organization is located, or where an action takes place." ;
  schema:domainIncludes tmc:Action, tmc:Event, tmc:Organization, tmc:InteractionCounter ;
  schema:rangeIncludes tmc:Place, schema:Text, tmc:VirtualLocation, tmc:PostalAddress ;
  owl:equivalentProperty schema:location .

tmc:locationCreated a rdf:Property ;
  rdfs:label "location Created" ;
  rdfs:comment "The location where the CreativeWork was created, which may not be the same as the location depicted in the CreativeWork." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes tmc:Place ;
  owl:equivalentProperty schema:locationCreated .

tmc:LocationFeatureSpecification a rdfs:Class ;
  rdfs:label "Location Feature Specification" ;
  rdfs:comment "Specifies a location feature by providing a structured value representing a feature of an accommodation as a property-value pair of varying degrees of formality." ;
  rdfs:subClassOf tmc:PropertyValue ;
  owl:equivalentClass schema:LocationFeatureSpecification .

tmc:LockerDelivery a tmc:DeliveryMethod ;
  rdfs:label "Locker Delivery" ;
  rdfs:comment "A DeliveryMethod in which an item is made available via locker." ;
  tmc:instanceOf tmc:DeliveryMethod .

tmc:Locksmith a rdfs:Class ;
  rdfs:label "Locksmith" ;
  rdfs:comment "A locksmith." ;
  rdfs:subClassOf tmc:HomeAndConstructionBusiness ;
  owl:equivalentClass schema:Locksmith .

tmc:LodgingBusiness a rdfs:Class ;
  rdfs:label "Lodging Business" ;
  rdfs:comment "A lodging business, such as a motel, hotel, or inn." ;
  rdfs:subClassOf tmc:LocalBusiness ;
  owl:equivalentClass schema:LodgingBusiness .

tmc:LodgingReservation a rdfs:Class ;
  rdfs:label "Lodging Reservation" ;
  rdfs:comment "A reservation for lodging at a hotel, motel, inn, etc.\\n\\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations." ;
  rdfs:subClassOf tmc:Reservation ;
  owl:equivalentClass schema:LodgingReservation .

tmc:lodgingUnitDescription a rdf:Property ;
  rdfs:label "lodging Unit Description" ;
  rdfs:comment "A full description of the lodging unit." ;
  schema:domainIncludes tmc:LodgingReservation ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:lodgingUnitDescription .

tmc:lodgingUnitType a rdf:Property ;
  rdfs:label "lodging Unit Type" ;
  rdfs:comment "Textual description of the unit type (including suite vs. room, size of bed, etc.)." ;
  schema:domainIncludes tmc:LodgingReservation ;
  schema:rangeIncludes schema:Text, tmc:QualitativeValue ;
  owl:equivalentProperty schema:lodgingUnitType .

tmc:logo a rdf:Property ;
  rdfs:label "logo" ;
  rdfs:comment "An associated logo." ;
  rdfs:subPropertyOf tmc:image ;
  schema:domainIncludes tmc:Brand, tmc:Service, tmc:Organization, tmc:Product, tmc:Place ;
  schema:rangeIncludes tmc:ImageObject, schema:URL ;
  owl:equivalentProperty schema:logo .

tmc:longitude a rdf:Property ;
  rdfs:label "longitude" ;
  rdfs:comment "The longitude of a location. For example ```-122.08585``` ([WGS 84](https://en.wikipedia.org/wiki/World_Geodetic_System))." ;
  schema:domainIncludes tmc:Place, tmc:GeoCoordinates ;
  schema:rangeIncludes schema:Text, schema:Number ;
  owl:equivalentProperty schema:longitude .

tmc:Longitudinal a tmc:MedicalObservationalStudyDesign ;
  rdfs:label "Longitudinal" ;
  rdfs:comment "Unlike cross-sectional studies, longitudinal studies track the same people, and therefore the differences observed in those people are less likely to be the result of cultural differences across generations. Longitudinal studies are also used in medicine to uncover predictors of certain diseases." ;
  tmc:instanceOf tmc:MedicalObservationalStudyDesign .

tmc:LoseAction a rdfs:Class ;
  rdfs:label "Lose Action" ;
  rdfs:comment "The act of being defeated in a competitive activity." ;
  rdfs:subClassOf tmc:AchieveAction ;
  owl:equivalentClass schema:LoseAction .

tmc:loser a rdf:Property ;
  rdfs:label "loser" ;
  rdfs:comment "A sub property of participant. The loser of the action." ;
  rdfs:subPropertyOf tmc:participant ;
  schema:domainIncludes tmc:WinAction ;
  schema:rangeIncludes tmc:Person ;
  owl:equivalentProperty schema:loser .

tmc:LowCalorieDiet a tmc:RestrictedDiet ;
  rdfs:label "Low Calorie Diet" ;
  rdfs:comment "A diet focused on reduced calorie intake." ;
  tmc:instanceOf tmc:RestrictedDiet .

tmc:LowFatDiet a tmc:RestrictedDiet ;
  rdfs:label "Low Fat Diet" ;
  rdfs:comment "A diet focused on reduced fat and cholesterol intake." ;
  tmc:instanceOf tmc:RestrictedDiet .

tmc:LowImpact a tmc:PlayFeature ;
  rdfs:label "Low Impact" ;
  rdfs:comment "Activities that are gentle on joints, focusing on smooth movements and reduced physical strain." ;
  tmc:instanceOf tmc:PlayFeature .

tmc:LowLactoseDiet a tmc:RestrictedDiet ;
  rdfs:label "Low Lactose Diet" ;
  rdfs:comment "A diet appropriate for people with lactose intolerance." ;
  tmc:instanceOf tmc:RestrictedDiet .

tmc:lowPrice a rdf:Property ;
  rdfs:label "low Price" ;
  rdfs:comment "The lowest price of all offers available.\\n\\nUsage guidelines:\\n\\n* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similar Unicode symbols.\\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator." ;
  schema:domainIncludes tmc:AggregateOffer ;
  schema:rangeIncludes schema:Number, schema:Text ;
  owl:equivalentProperty schema:lowPrice .

tmc:LowRisk a tmc:PlayRiskLevel ;
  rdfs:label "Low Risk" ;
  rdfs:comment "Activities with minimal physical or psychological risks, typically safe for all ages and skill levels. Examples include walking, yoga, and board games." ;
  tmc:instanceOf tmc:PlayRiskLevel .

tmc:LowSaltDiet a tmc:RestrictedDiet ;
  rdfs:label "Low Salt Diet" ;
  rdfs:comment "A diet focused on reduced sodium intake." ;
  tmc:instanceOf tmc:RestrictedDiet .

tmc:Lung a tmc:PhysicalExam ;
  rdfs:label "Lung" ;
  rdfs:comment "Lung and respiratory system clinical examination." ;
  tmc:instanceOf tmc:PhysicalExam .

tmc:LymphaticVessel a rdfs:Class ;
  rdfs:label "Lymphatic Vessel" ;
  rdfs:comment "A type of blood vessel that specifically carries lymph fluid unidirectionally toward the heart." ;
  rdfs:subClassOf tmc:Vessel ;
  owl:equivalentClass schema:LymphaticVessel .

tmc:lyricist a rdf:Property ;
  rdfs:label "lyricist" ;
  rdfs:comment "The person who wrote the words." ;
  schema:domainIncludes tmc:MusicComposition ;
  schema:rangeIncludes tmc:Person ;
  owl:equivalentProperty schema:lyricist .

tmc:lyrics a rdf:Property ;
  rdfs:label "lyrics" ;
  rdfs:comment "The words in the song." ;
  schema:domainIncludes tmc:MusicComposition ;
  schema:rangeIncludes tmc:CreativeWork ;
  owl:equivalentProperty schema:lyrics .

tmc:mainContentOfPage a rdf:Property ;
  rdfs:label "main Content Of Page" ;
  rdfs:comment "Indicates if this web page element is the main subject of the page." ;
  schema:domainIncludes tmc:WebPage ;
  schema:rangeIncludes tmc:WebPageElement ;
  owl:equivalentProperty schema:mainContentOfPage .

tmc:mainEntity a rdf:Property ;
  rdfs:label "main Entity" ;
  rdfs:comment "Indicates the primary entity described in some page or other CreativeWork." ;
  rdfs:subPropertyOf tmc:about ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes tmc:Thing ;
  schema:inverseOf tmc:mainEntityOfPage ;
  owl:equivalentProperty schema:mainEntity .

tmc:mainEntityOfPage a rdf:Property ;
  rdfs:label "main Entity Of Page" ;
  rdfs:comment "Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See [background notes](/docs/datamodel.html#mainEntityBackground) for details." ;
  schema:domainIncludes tmc:Thing ;
  schema:rangeIncludes schema:URL, tmc:CreativeWork ;
  schema:inverseOf tmc:mainEntity ;
  owl:equivalentProperty schema:mainEntityOfPage .

tmc:Maintain a tmc:BusinessFunction ;
  rdfs:label "Maintain" ;
  rdfs:comment "The act of maintaining/repairing an object." ;
  tmc:instanceOf tmc:BusinessFunction .

tmc:maintainer a rdf:Property ;
  rdfs:label "maintainer" ;
  rdfs:comment "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.\n      " ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes tmc:Person, tmc:Organization ;
  owl:equivalentProperty schema:maintainer .

tmc:makesOffer a rdf:Property ;
  rdfs:label "makes Offer" ;
  rdfs:comment "A pointer to products or services offered by the organization or person." ;
  schema:domainIncludes tmc:Organization, tmc:Person ;
  schema:rangeIncludes tmc:Offer ;
  schema:inverseOf tmc:offeredBy ;
  owl:equivalentProperty schema:makesOffer .

tmc:Male a tmc:GenderType, tmc:GenderGroupType ;
  rdfs:label "Male" ;
  rdfs:comment "The male gender." ;
  tmc:instanceOf tmc:GenderType, tmc:GenderGroupType .

tmc:manufacturer a rdf:Property ;
  rdfs:label "manufacturer" ;
  rdfs:comment "The manufacturer of the product." ;
  schema:domainIncludes tmc:Product ;
  schema:rangeIncludes tmc:Organization ;
  owl:equivalentProperty schema:manufacturer .

tmc:Manuscript a rdfs:Class ;
  rdfs:label "Manuscript" ;
  rdfs:comment "A book, document, or piece of music written by hand rather than typed or printed." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:Manuscript .

tmc:map a rdf:Property ;
  rdfs:label "map" ;
  rdfs:comment "A URL to a map of the place." ;
  schema:domainIncludes tmc:Place ;
  schema:rangeIncludes schema:URL ;
  owl:equivalentProperty schema:map .

tmc:Map a rdfs:Class ;
  rdfs:label "Map" ;
  rdfs:comment "A map." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:Map .

tmc:MapCategoryType a rdfs:Class, schema:Enumeration ;
  rdfs:label "Map Category Type" ;
  rdfs:comment "An enumeration of several kinds of Map." ;
  rdfs:subClassOf tmc:Enumeration ;
  owl:equivalentClass schema:MapCategoryType .

tmc:maps a rdf:Property ;
  rdfs:label "maps" ;
  rdfs:comment "A URL to a map of the place." ;
  schema:domainIncludes tmc:Place ;
  schema:rangeIncludes schema:URL ;
  owl:equivalentProperty schema:maps .

tmc:mapType a rdf:Property ;
  rdfs:label "map Type" ;
  rdfs:comment "Indicates the kind of Map, from the MapCategoryType Enumeration." ;
  schema:domainIncludes tmc:Map ;
  schema:rangeIncludes tmc:MapCategoryType ;
  owl:equivalentProperty schema:mapType .

tmc:marginOfError a rdf:Property ;
  rdfs:label "margin Of Error" ;
  rdfs:comment "A marginOfError for an [[Observation]]." ;
  schema:domainIncludes tmc:Observation ;
  schema:rangeIncludes tmc:QuantitativeValue ;
  owl:equivalentProperty schema:marginOfError .

tmc:Marketplace a rdfs:Class ;
  rdfs:label "Marketplace" ;
  rdfs:comment "A marketplace is a representation of a collection of offerings that are sold by different vendors or resellers." ;
  rdfs:subClassOf tmc:WebApplication, tmc:PlatformEntity .

tmc:MarryAction a rdfs:Class ;
  rdfs:label "Marry Action" ;
  rdfs:comment "The act of marrying a person." ;
  rdfs:subClassOf tmc:InteractAction ;
  owl:equivalentClass schema:MarryAction .

tmc:MartialArtsDojo a rdfs:Class ;
  rdfs:label "Martial Arts Dojo" ;
  rdfs:comment "A martial arts dojo is a space designed for training in various martial arts disciplines, often equipped with mats and training equipment." ;
  rdfs:subClassOf tmc:SportsActivityLocation ;
  tmc:instanceOf tmc:SportsActivityLocationType .

tmc:MartialArtsDojo a tmc:SportsActivityLocationType .

tmc:Mass a rdfs:Class ;
  rdfs:label "Mass" ;
  rdfs:comment "Properties that take Mass as values are of the form '&lt;Number&gt; &lt;Mass unit of measure&gt;'. E.g., '7 kg'." ;
  rdfs:subClassOf tmc:Quantity ;
  owl:equivalentClass schema:Mass .

tmc:masthead a rdf:Property ;
  rdfs:label "masthead" ;
  rdfs:comment "For a [[NewsMediaOrganization]], a link to the masthead page or a page listing top editorial management." ;
  rdfs:subPropertyOf tmc:publishingPrinciples ;
  schema:domainIncludes tmc:NewsMediaOrganization ;
  schema:rangeIncludes schema:URL, tmc:CreativeWork ;
  owl:equivalentProperty schema:masthead .

tmc:material a rdf:Property ;
  rdfs:label "material" ;
  rdfs:comment "A material that something is made from, e.g. leather, wool, cotton, paper." ;
  schema:domainIncludes tmc:Product, tmc:CreativeWork ;
  schema:rangeIncludes tmc:Product, schema:URL, schema:Text ;
  owl:equivalentProperty schema:material .

tmc:materialExtent a rdf:Property ;
  rdfs:label "material Extent" ;
  rdfs:comment "The quantity of the materials being described or an expression of the physical space they occupy." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes tmc:QuantitativeValue, schema:Text ;
  owl:equivalentProperty schema:materialExtent .

tmc:mathExpression a rdf:Property ;
  rdfs:label "math Expression" ;
  rdfs:comment "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." ;
  schema:domainIncludes tmc:MathSolver ;
  schema:rangeIncludes tmc:SolveMathAction, schema:Text ;
  owl:equivalentProperty schema:mathExpression .

tmc:MathSolver a rdfs:Class ;
  rdfs:label "Math Solver" ;
  rdfs:comment "A math solver which is capable of solving a subset of mathematical problems." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:MathSolver .

tmc:maximumAttendeeCapacity a rdf:Property ;
  rdfs:label "maximum Attendee Capacity" ;
  rdfs:comment "The total number of individuals that may attend an event or venue." ;
  schema:domainIncludes tmc:Place, tmc:Event ;
  schema:rangeIncludes schema:Integer ;
  owl:equivalentProperty schema:maximumAttendeeCapacity .

tmc:MaximumDoseSchedule a rdfs:Class ;
  rdfs:label "Maximum Dose Schedule" ;
  rdfs:comment "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." ;
  rdfs:subClassOf tmc:DoseSchedule ;
  owl:equivalentClass schema:MaximumDoseSchedule .

tmc:maximumEnrollment a rdf:Property ;
  rdfs:label "maximum Enrollment" ;
  rdfs:comment "The maximum number of students who may be enrolled in the program." ;
  schema:domainIncludes tmc:EducationalOccupationalProgram ;
  schema:rangeIncludes schema:Integer ;
  owl:equivalentProperty schema:maximumEnrollment .

tmc:maximumIntake a rdf:Property ;
  rdfs:label "maximum Intake" ;
  rdfs:comment "Recommended intake of this supplement for a given population as defined by a specific recommending authority." ;
  schema:domainIncludes tmc:DietarySupplement, tmc:Substance, tmc:DrugStrength, tmc:Drug ;
  schema:rangeIncludes tmc:MaximumDoseSchedule ;
  owl:equivalentProperty schema:maximumIntake .

tmc:maximumPhysicalAttendeeCapacity a rdf:Property ;
  rdfs:label "maximum Physical Attendee Capacity" ;
  rdfs:comment "The maximum physical attendee capacity of an [[Event]] whose [[eventAttendanceMode]] is [[OfflineEventAttendanceMode]] (or the offline aspects, in the case of a [[MixedEventAttendanceMode]]). " ;
  schema:domainIncludes tmc:Event ;
  schema:rangeIncludes schema:Integer ;
  owl:equivalentProperty schema:maximumPhysicalAttendeeCapacity .

tmc:maximumVirtualAttendeeCapacity a rdf:Property ;
  rdfs:label "maximum Virtual Attendee Capacity" ;
  rdfs:comment "The maximum physical attendee capacity of an [[Event]] whose [[eventAttendanceMode]] is [[OnlineEventAttendanceMode]] (or the online aspects, in the case of a [[MixedEventAttendanceMode]]). " ;
  schema:domainIncludes tmc:Event ;
  schema:rangeIncludes schema:Integer ;
  owl:equivalentProperty schema:maximumVirtualAttendeeCapacity .

tmc:maxPrice a rdf:Property ;
  rdfs:label "max Price" ;
  rdfs:comment "The highest price if the price is a range." ;
  schema:domainIncludes tmc:PriceSpecification ;
  schema:rangeIncludes schema:Number ;
  owl:equivalentProperty schema:maxPrice .

tmc:maxValue a rdf:Property ;
  rdfs:label "max Value" ;
  rdfs:comment "The upper value of some characteristic or property." ;
  schema:domainIncludes tmc:QuantitativeValue, tmc:PropertyValueSpecification, tmc:PropertyValue, tmc:MonetaryAmount ;
  schema:rangeIncludes schema:Number ;
  owl:equivalentProperty schema:maxValue .

tmc:MayTreatHealthAspect a tmc:HealthAspectEnumeration ;
  rdfs:label "May Treat Health Aspect" ;
  rdfs:comment "Related topics may be treated by a Topic." ;
  tmc:instanceOf tmc:HealthAspectEnumeration .

tmc:mealService a rdf:Property ;
  rdfs:label "meal Service" ;
  rdfs:comment "Description of the meals that will be provided or available for purchase." ;
  schema:domainIncludes tmc:Flight ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:mealService .

tmc:measuredProperty a rdf:Property ;
  rdfs:label "measured Property" ;
  rdfs:comment "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](https://www.gs1.org/voc/?show=properties)." ;
  schema:domainIncludes tmc:Observation ;
  schema:rangeIncludes tmc:Property ;
  owl:equivalentProperty schema:measuredProperty .

tmc:measuredValue a rdf:Property ;
  rdfs:label "measured Value" ;
  rdfs:comment "The measuredValue of an [[Observation]]." ;
  schema:domainIncludes tmc:Observation ;
  schema:rangeIncludes tmc:DataType ;
  owl:equivalentProperty schema:measuredValue .

tmc:measurementTechnique a rdf:Property ;
  rdfs:label "measurement Technique" ;
  rdfs:comment "A technique or technology used in a [[Dataset]] (or [[DataDownload]], [[DataCatalog]]),\ncorresponding 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.\n\nFor example, if [[variableMeasured]] is: molecule concentration, [[measurementTechnique]] could be: \"mass spectrometry\" or \"nmr spectroscopy\" or \"colorimetry\" or \"immunofluorescence\".\n\nIf the [[variableMeasured]] is \"depression rating\", the [[measurementTechnique]] could be \"Zung Scale\" or \"HAM-D\" or \"Beck Depression Inventory\".\n\nIf there are several [[variableMeasured]] properties recorded for some given data object, use a [[PropertyValue]] for each [[variableMeasured]] and attach the corresponding [[measurementTechnique]].\n      " ;
  schema:domainIncludes tmc:DataCatalog, tmc:Dataset, tmc:PropertyValue, tmc:DataDownload ;
  schema:rangeIncludes schema:URL, schema:Text ;
  owl:equivalentProperty schema:measurementTechnique .

tmc:MeasurementTypeEnumeration a rdfs:Class, schema:Enumeration ;
  rdfs:label "Measurement Type Enumeration" ;
  rdfs:comment "Enumeration of common measurement types (or dimensions), for example \"chest\" for a person, \"inseam\" for pants, \"gauge\" for screws, or \"wheel\" for bicycles." ;
  rdfs:subClassOf tmc:Enumeration ;
  owl:equivalentClass schema:MeasurementTypeEnumeration .

tmc:mechanismOfAction a rdf:Property ;
  rdfs:label "mechanism Of Action" ;
  rdfs:comment "The specific biochemical interaction through which this drug or supplement produces its pharmacological effect." ;
  schema:domainIncludes tmc:DietarySupplement, tmc:Drug ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:mechanismOfAction .

tmc:mediaAuthenticityCategory a rdf:Property ;
  rdfs:label "media Authenticity Category" ;
  rdfs:comment "Indicates a MediaManipulationRatingEnumeration classification of a media object (in the context of how it was published or shared)." ;
  schema:domainIncludes tmc:MediaReview ;
  schema:rangeIncludes tmc:MediaManipulationRatingEnumeration ;
  owl:equivalentProperty schema:mediaAuthenticityCategory .

tmc:MediaGallery a rdfs:Class ;
  rdfs:label "Media Gallery" ;
  rdfs:comment "Web page type: Media gallery page. A mixed-media page that can contain media such as images, videos, and other multimedia." ;
  rdfs:subClassOf tmc:CollectionPage ;
  owl:equivalentClass schema:MediaGallery .

tmc:mediaItemAppearance a rdf:Property ;
  rdfs:label "media Item Appearance" ;
  rdfs:comment "In the context of a [[MediaReview]], indicates specific media item(s) that are grouped using a [[MediaReviewItem]]." ;
  schema:domainIncludes tmc:MediaReviewItem ;
  schema:rangeIncludes tmc:MediaObject ;
  owl:equivalentProperty schema:mediaItemAppearance .

tmc:MediaManipulationRatingEnumeration a rdfs:Class, schema:Enumeration ;
  rdfs:label "Media Manipulation Rating Enumeration" ;
  rdfs:comment "Codes for use with the mediaAuthenticityCategory property, indicating the authenticity of a media object (in the context of how it was published or shared). In general these codes are not mutually exclusive, although some combinations (such as 'original' versus 'transformed', 'edited' and 'staged') would be contradictory if applied in the same MediaReview. Note that the application of these codes is with regard to a piece of media shared or published in a particular context." ;
  rdfs:subClassOf tmc:Enumeration ;
  owl:equivalentClass schema:MediaManipulationRatingEnumeration .

tmc:median a rdf:Property ;
  rdfs:label "median" ;
  rdfs:comment "The median value." ;
  schema:domainIncludes tmc:QuantitativeValueDistribution ;
  schema:rangeIncludes schema:Number ;
  owl:equivalentProperty schema:median .

tmc:MediaObject a rdfs:Class ;
  rdfs:label "Media Object" ;
  rdfs:comment "A media object, such as an image, video, or audio object embedded in a web page or a downloadable dataset, i.e. DataDownload. Note that a creative work may have many media objects associated with it on the same web page. For example, a page about a single song (MusicRecording) may have a music video (VideoObject), and a high and low bandwidth audio stream (2 [[AudioObject]]s)." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:MediaObject .

tmc:MediaReview a rdfs:Class ;
  rdfs:label "Media Review" ;
  rdfs:comment "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.\n    For more general reviews of media in the broader sense, use [[UserReview]], [[CriticReview]] or other [[Review]] types. This definition is\n    a work in progress. While the [[MediaManipulationRatingEnumeration]] list reflects significant community review amongst fact-checkers and others working\n    to combat misinformation, the specific structures for representing media objects, their versions and publication context, are still evolving. Similarly, best practices for the relationship between [[MediaReview]] and [[ClaimReview]] markup have not yet been finalized." ;
  rdfs:subClassOf tmc:Review ;
  owl:equivalentClass schema:MediaReview .

tmc:MediaReviewItem a rdfs:Class ;
  rdfs:label "Media Review Item" ;
  rdfs:comment "Represents an item or group of closely related items treated as a unit for the sake of evaluation in a [[MediaReview]]. Authorship etc. apply to the items rather than to the curation/grouping or reviewing party." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:MediaReviewItem .

tmc:MediaSubscription a rdfs:Class ;
  rdfs:label "Media Subscription" ;
  rdfs:comment "A subscription which allows a user to access media including audio, video, books, etc." ;
  rdfs:subClassOf tmc:Intangible ;
  owl:equivalentClass schema:MediaSubscription .

tmc:medicalAudience a rdf:Property ;
  rdfs:label "medical Audience" ;
  rdfs:comment "Medical audience for page." ;
  schema:domainIncludes tmc:MedicalWebPage ;
  schema:rangeIncludes tmc:MedicalAudience, tmc:MedicalAudienceType ;
  owl:equivalentProperty schema:medicalAudience .

tmc:MedicalAudience a rdfs:Class ;
  rdfs:label "Medical Audience" ;
  rdfs:comment "Target audiences for medical web pages." ;
  rdfs:subClassOf tmc:PeopleAudience, tmc:Audience ;
  owl:equivalentClass schema:MedicalAudience .

tmc:MedicalAudienceType a rdfs:Class ;
  rdfs:label "Medical Audience Type" ;
  rdfs:comment "Target audiences types for medical web pages. Enumerated type." ;
  rdfs:subClassOf tmc:MedicalEnumeration ;
  owl:equivalentClass schema:MedicalAudienceType .

tmc:MedicalBusiness a rdfs:Class ;
  rdfs:label "Medical Business" ;
  rdfs:comment "A particular physical or virtual business of an organization for medical purposes. Examples of MedicalBusiness include different businesses run by health professionals." ;
  rdfs:subClassOf tmc:LocalBusiness ;
  owl:equivalentClass schema:MedicalBusiness .

tmc:MedicalCause a rdfs:Class ;
  rdfs:label "Medical Cause" ;
  rdfs:comment "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." ;
  rdfs:subClassOf tmc:MedicalEntity ;
  owl:equivalentClass schema:MedicalCause .

tmc:MedicalClinic a rdfs:Class ;
  rdfs:label "Medical Clinic" ;
  rdfs:comment "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." ;
  rdfs:subClassOf tmc:MedicalBusiness, tmc:MedicalOrganization ;
  owl:equivalentClass schema:MedicalClinic .

tmc:MedicalCode a rdfs:Class ;
  rdfs:label "Medical Code" ;
  rdfs:comment "A code for a medical entity." ;
  rdfs:subClassOf tmc:MedicalIntangible, tmc:CategoryCode ;
  owl:equivalentClass schema:MedicalCode .

tmc:MedicalCondition a rdfs:Class ;
  rdfs:label "Medical Condition" ;
  rdfs:comment "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." ;
  rdfs:subClassOf tmc:MedicalEntity ;
  owl:equivalentClass schema:MedicalCondition .

tmc:MedicalConditionStage a rdfs:Class ;
  rdfs:label "Medical Condition Stage" ;
  rdfs:comment "A stage of a medical condition, such as 'Stage IIIa'." ;
  rdfs:subClassOf tmc:MedicalIntangible ;
  owl:equivalentClass schema:MedicalConditionStage .

tmc:MedicalContraindication a rdfs:Class ;
  rdfs:label "Medical Contraindication" ;
  rdfs:comment "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 these risks may be outweighed by other considerations or mitigated by other measures)." ;
  rdfs:subClassOf tmc:MedicalEntity ;
  owl:equivalentClass schema:MedicalContraindication .

tmc:MedicalDevice a rdfs:Class ;
  rdfs:label "Medical Device" ;
  rdfs:comment "Any object used in a medical capacity, such as to diagnose or treat a patient." ;
  rdfs:subClassOf tmc:MedicalEntity ;
  owl:equivalentClass schema:MedicalDevice, <http://purl.bioontology.org/ontology/SNOMEDCT/63653004> .

tmc:MedicalDevicePurpose a rdfs:Class ;
  rdfs:label "Medical Device Purpose" ;
  rdfs:comment "Categories of medical devices, organized by the purpose or intended use of the device." ;
  rdfs:subClassOf tmc:MedicalEnumeration ;
  owl:equivalentClass schema:MedicalDevicePurpose .

tmc:MedicalEntity a rdfs:Class ;
  rdfs:label "Medical Entity" ;
  rdfs:comment "The most generic type of entity related to health and the practice of medicine." ;
  rdfs:subClassOf tmc:Thing ;
  owl:equivalentClass schema:MedicalEntity .

tmc:MedicalEnumeration a rdfs:Class, schema:Enumeration ;
  rdfs:label "Medical Enumeration" ;
  rdfs:comment "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." ;
  rdfs:subClassOf tmc:Enumeration ;
  owl:equivalentClass schema:MedicalEnumeration .

tmc:MedicalEvidenceLevel a rdfs:Class ;
  rdfs:label "Medical Evidence Level" ;
  rdfs:comment "Level of evidence for a medical guideline. Enumerated type." ;
  rdfs:subClassOf tmc:MedicalEnumeration ;
  owl:equivalentClass schema:MedicalEvidenceLevel .

tmc:MedicalGuideline a rdfs:Class ;
  rdfs:label "Medical Guideline" ;
  rdfs:comment "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." ;
  rdfs:subClassOf tmc:MedicalEntity ;
  owl:equivalentClass schema:MedicalGuideline .

tmc:MedicalGuidelineContraindication a rdfs:Class ;
  rdfs:label "Medical Guideline Contraindication" ;
  rdfs:comment "A guideline contraindication that designates a process as harmful and where quality of the data supporting the contraindication is sound." ;
  rdfs:subClassOf tmc:MedicalGuideline ;
  owl:equivalentClass schema:MedicalGuidelineContraindication .

tmc:MedicalGuidelineRecommendation a rdfs:Class ;
  rdfs:label "Medical Guideline Recommendation" ;
  rdfs:comment "A guideline recommendation that is regarded as efficacious and where quality of the data supporting the recommendation is sound." ;
  rdfs:subClassOf tmc:MedicalGuideline ;
  owl:equivalentClass schema:MedicalGuidelineRecommendation .

tmc:MedicalImagingTechnique a rdfs:Class ;
  rdfs:label "Medical Imaging Technique" ;
  rdfs:comment "Any medical imaging modality typically used for diagnostic purposes. Enumerated type." ;
  rdfs:subClassOf tmc:MedicalEnumeration ;
  owl:equivalentClass schema:MedicalImagingTechnique .

tmc:MedicalIndication a rdfs:Class ;
  rdfs:label "Medical Indication" ;
  rdfs:comment "A condition or factor that indicates use of a medical therapy, including signs, symptoms, risk factors, anatomical states, etc." ;
  rdfs:subClassOf tmc:MedicalEntity ;
  owl:equivalentClass schema:MedicalIndication .

tmc:MedicalIntangible a rdfs:Class ;
  rdfs:label "Medical Intangible" ;
  rdfs:comment "A utility class that serves as the umbrella for a number of 'intangible' things in the medical space." ;
  rdfs:subClassOf tmc:MedicalEntity ;
  owl:equivalentClass schema:MedicalIntangible .

tmc:MedicalObservationalStudy a rdfs:Class ;
  rdfs:label "Medical Observational Study" ;
  rdfs:comment "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." ;
  rdfs:subClassOf tmc:MedicalStudy ;
  owl:equivalentClass schema:MedicalObservationalStudy .

tmc:MedicalObservationalStudyDesign a rdfs:Class ;
  rdfs:label "Medical Observational Study Design" ;
  rdfs:comment "Design models for observational medical studies. Enumerated type." ;
  rdfs:subClassOf tmc:MedicalEnumeration ;
  owl:equivalentClass schema:MedicalObservationalStudyDesign .

tmc:MedicalOrganization a rdfs:Class ;
  rdfs:label "Medical Organization" ;
  rdfs:comment "A medical organization (physical or not), such as hospital, institution or clinic." ;
  rdfs:subClassOf tmc:Organization ;
  owl:equivalentClass schema:MedicalOrganization .

tmc:MedicalProcedure a rdfs:Class ;
  rdfs:label "Medical Procedure" ;
  rdfs:comment "A process of care used in either a diagnostic, therapeutic, preventive or palliative capacity that relies on invasive (surgical), non-invasive, or other techniques." ;
  rdfs:subClassOf tmc:MedicalEntity ;
  owl:equivalentClass schema:MedicalProcedure, <http://purl.bioontology.org/ontology/SNOMEDCT/50731006> .

tmc:MedicalProcedureType a rdfs:Class ;
  rdfs:label "Medical Procedure Type" ;
  rdfs:comment "An enumeration that describes different types of medical procedures." ;
  rdfs:subClassOf tmc:MedicalEnumeration ;
  owl:equivalentClass schema:MedicalProcedureType .

tmc:MedicalResearcher a tmc:MedicalAudienceType ;
  rdfs:label "Medical Researcher" ;
  rdfs:comment "Medical researchers." ;
  tmc:instanceOf tmc:MedicalAudienceType .

tmc:MedicalRiskCalculator a rdfs:Class ;
  rdfs:label "Medical Risk Calculator" ;
  rdfs:comment "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." ;
  rdfs:subClassOf tmc:MedicalRiskEstimator ;
  owl:equivalentClass schema:MedicalRiskCalculator .

tmc:MedicalRiskEstimator a rdfs:Class ;
  rdfs:label "Medical Risk Estimator" ;
  rdfs:comment "Any rule set or interactive tool for estimating the risk of developing a complication or condition." ;
  rdfs:subClassOf tmc:MedicalEntity ;
  owl:equivalentClass schema:MedicalRiskEstimator .

tmc:MedicalRiskFactor a rdfs:Class ;
  rdfs:label "Medical Risk Factor" ;
  rdfs:comment "A risk factor is anything that increases a person's likelihood of developing or contracting a disease, medical condition, or complication." ;
  rdfs:subClassOf tmc:MedicalEntity ;
  owl:equivalentClass schema:MedicalRiskFactor .

tmc:MedicalRiskScore a rdfs:Class ;
  rdfs:label "Medical Risk Score" ;
  rdfs:comment "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." ;
  rdfs:subClassOf tmc:MedicalRiskEstimator ;
  owl:equivalentClass schema:MedicalRiskScore .

tmc:MedicalScholarlyArticle a rdfs:Class ;
  rdfs:label "Medical Scholarly Article" ;
  rdfs:comment "A scholarly article in the medical domain." ;
  rdfs:subClassOf tmc:ScholarlyArticle ;
  owl:equivalentClass schema:MedicalScholarlyArticle .

tmc:MedicalSign a rdfs:Class ;
  rdfs:label "Medical Sign" ;
  rdfs:comment "Any physical manifestation of a person's medical condition discoverable by objective diagnostic tests or physical examination." ;
  rdfs:subClassOf tmc:MedicalSignOrSymptom ;
  owl:equivalentClass schema:MedicalSign .

tmc:MedicalSignOrSymptom a rdfs:Class ;
  rdfs:label "Medical Sign Or Symptom" ;
  rdfs:comment "Any feature associated or not with a medical condition. In medicine a symptom is generally subjective while a sign is objective." ;
  rdfs:subClassOf tmc:MedicalCondition ;
  owl:equivalentClass schema:MedicalSignOrSymptom .

tmc:medicalSpecialty a rdf:Property ;
  rdfs:label "medical Specialty" ;
  rdfs:comment "A medical specialty of the provider." ;
  schema:domainIncludes tmc:Physician, tmc:MedicalOrganization, tmc:MedicalClinic, tmc:Hospital ;
  schema:rangeIncludes tmc:MedicalSpecialty ;
  owl:equivalentProperty schema:medicalSpecialty .

tmc:MedicalSpecialty a rdfs:Class ;
  rdfs:label "Medical Specialty" ;
  rdfs:comment "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." ;
  rdfs:subClassOf tmc:MedicalEnumeration ;
  owl:equivalentClass schema:MedicalSpecialty .

tmc:MedicalStudy a rdfs:Class ;
  rdfs:label "Medical Study" ;
  rdfs:comment "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." ;
  rdfs:subClassOf tmc:MedicalEntity ;
  owl:equivalentClass schema:MedicalStudy .

tmc:MedicalStudyStatus a rdfs:Class ;
  rdfs:label "Medical Study Status" ;
  rdfs:comment "The status of a medical study. Enumerated type." ;
  rdfs:subClassOf tmc:MedicalEnumeration ;
  owl:equivalentClass schema:MedicalStudyStatus .

tmc:MedicalSymptom a rdfs:Class ;
  rdfs:label "Medical Symptom" ;
  rdfs:comment "Any complaint sensed and expressed by the patient (therefore defined as subjective)  like stomachache, lower-back pain, or fatigue." ;
  rdfs:subClassOf tmc:MedicalSignOrSymptom ;
  owl:equivalentClass schema:MedicalSymptom .

tmc:MedicalTest a rdfs:Class ;
  rdfs:label "Medical Test" ;
  rdfs:comment "Any medical test, typically performed for diagnostic purposes." ;
  rdfs:subClassOf tmc:MedicalEntity ;
  owl:equivalentClass schema:MedicalTest .

tmc:MedicalTestPanel a rdfs:Class ;
  rdfs:label "Medical Test Panel" ;
  rdfs:comment "Any collection of tests commonly ordered together." ;
  rdfs:subClassOf tmc:MedicalTest ;
  owl:equivalentClass schema:MedicalTestPanel .

tmc:MedicalTherapy a rdfs:Class ;
  rdfs:label "Medical Therapy" ;
  rdfs:comment "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." ;
  rdfs:subClassOf tmc:TherapeuticProcedure ;
  owl:equivalentClass schema:MedicalTherapy .

tmc:MedicalTrial a rdfs:Class ;
  rdfs:label "Medical Trial" ;
  rdfs:comment "A medical trial is a type of medical study that uses a scientific process 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." ;
  rdfs:subClassOf tmc:MedicalStudy ;
  owl:equivalentClass schema:MedicalTrial .

tmc:MedicalTrialDesign a rdfs:Class ;
  rdfs:label "Medical Trial Design" ;
  rdfs:comment "Design models for medical trials. Enumerated type." ;
  rdfs:subClassOf tmc:MedicalEnumeration ;
  owl:equivalentClass schema:MedicalTrialDesign .

tmc:MedicalWebPage a rdfs:Class ;
  rdfs:label "Medical Web Page" ;
  rdfs:comment "A web page that provides medical information." ;
  rdfs:subClassOf tmc:WebPage ;
  owl:equivalentClass schema:MedicalWebPage .

tmc:medicineSystem a rdf:Property ;
  rdfs:label "medicine System" ;
  rdfs:comment "The system of medicine that includes this MedicalEntity, for example 'evidence-based', 'homeopathic', 'chiropractic', etc." ;
  schema:domainIncludes tmc:MedicalEntity ;
  schema:rangeIncludes tmc:MedicineSystem ;
  owl:equivalentProperty schema:medicineSystem .

tmc:MedicineSystem a rdfs:Class ;
  rdfs:label "Medicine System" ;
  rdfs:comment "Systems of medical practice." ;
  rdfs:subClassOf tmc:MedicalEnumeration ;
  owl:equivalentClass schema:MedicineSystem .

tmc:Meditation a tmc:PlayQuality ;
  rdfs:label "Meditation" ;
  rdfs:comment "Activities promoting mindfulness and mental tranquility, facilitating focus and inner peace." ;
  tmc:instanceOf tmc:PlayQuality .

tmc:MeetingRoom a rdfs:Class ;
  rdfs:label "Meeting Room" ;
  rdfs:comment "A meeting room, conference room, or conference hall is a room provided for singular events such as business conferences and meetings (source: Wikipedia, the free encyclopedia, see <a href=\"http://en.wikipedia.org/wiki/Conference_hall\">http://en.wikipedia.org/wiki/Conference_hall</a>).\n<br /><br />\nSee 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>.\n" ;
  rdfs:subClassOf tmc:Room ;
  owl:equivalentClass schema:MeetingRoom .

tmc:meetsEmissionStandard a rdf:Property ;
  rdfs:label "meets Emission Standard" ;
  rdfs:comment "Indicates that the vehicle meets the respective emission standard." ;
  schema:domainIncludes tmc:Vehicle ;
  schema:rangeIncludes schema:Text, schema:URL, tmc:QualitativeValue ;
  owl:equivalentProperty schema:meetsEmissionStandard .

tmc:member a rdf:Property ;
  rdfs:label "member" ;
  rdfs:comment "A member of an Organization or a ProgramMembership. Organizations can be members of organizations; ProgramMembership is typically for individuals." ;
  schema:domainIncludes tmc:Organization, tmc:ProgramMembership ;
  schema:rangeIncludes tmc:Organization, tmc:Person ;
  schema:inverseOf tmc:memberOf ;
  owl:equivalentProperty schema:member .

tmc:memberOf a rdf:Property ;
  rdfs:label "member Of" ;
  rdfs:comment "An Organization (or ProgramMembership) to which this Person or Organization belongs." ;
  schema:domainIncludes tmc:Organization, tmc:Person ;
  schema:rangeIncludes tmc:Organization, tmc:ProgramMembership ;
  schema:inverseOf tmc:member ;
  owl:equivalentProperty schema:memberOf .

tmc:members a rdf:Property ;
  rdfs:label "members" ;
  rdfs:comment "A member of this organization." ;
  schema:domainIncludes tmc:Organization, tmc:ProgramMembership ;
  schema:rangeIncludes tmc:Organization, tmc:Person ;
  owl:equivalentProperty schema:members .

tmc:membershipNumber a rdf:Property ;
  rdfs:label "membership Number" ;
  rdfs:comment "A unique identifier for the membership." ;
  schema:domainIncludes tmc:ProgramMembership ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:membershipNumber .

tmc:membershipPointsEarned a rdf:Property ;
  rdfs:label "membership Points Earned" ;
  rdfs:comment "The number of membership points earned by the member. If necessary, the unitText can be used to express the units the points are issued in. (E.g. stars, miles, etc.)" ;
  schema:domainIncludes tmc:ProgramMembership ;
  schema:rangeIncludes schema:Number, tmc:QuantitativeValue ;
  owl:equivalentProperty schema:membershipPointsEarned .

tmc:memoryRequirements a rdf:Property ;
  rdfs:label "memory Requirements" ;
  rdfs:comment "Minimum memory requirements." ;
  schema:domainIncludes tmc:SoftwareApplication ;
  schema:rangeIncludes schema:Text, schema:URL ;
  owl:equivalentProperty schema:memoryRequirements .

tmc:MensClothingStore a rdfs:Class ;
  rdfs:label "Mens Clothing Store" ;
  rdfs:comment "A men's clothing store." ;
  rdfs:subClassOf tmc:Store ;
  owl:equivalentClass schema:MensClothingStore .

tmc:MentalHealth a tmc:PlayBenefit ;
  rdfs:label "Mental Health" ;
  rdfs:comment "Play that supports mental well-being, including stress reduction, mood improvement, and cognitive function enhancement." ;
  tmc:instanceOf tmc:PlayBenefit .

tmc:MentalHealthTherapist a tmc:PersonHealthWellnessExpertType ;
  rdfs:label "Mental Health Therapist" ;
  rdfs:comment "Dedicated to supporting mental and emotional well-being, offering counseling and therapeutic techniques to help individuals cope with challenges and improve mental health." ;
  tmc:instanceOf tmc:PersonHealthWellnessExpertType .

tmc:mentions a rdf:Property ;
  rdfs:label "mentions" ;
  rdfs:comment "Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes tmc:Thing ;
  owl:equivalentProperty schema:mentions .

tmc:menu a rdf:Property ;
  rdfs:label "menu" ;
  rdfs:comment "Either the actual menu as a structured representation, as text, or a URL of the menu." ;
  schema:domainIncludes tmc:FoodEstablishment ;
  schema:rangeIncludes tmc:Menu, schema:Text, schema:URL ;
  owl:equivalentProperty schema:menu .

tmc:Menu a rdfs:Class ;
  rdfs:label "Menu" ;
  rdfs:comment "A structured representation of food or drink items available from a FoodEstablishment." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:Menu .

tmc:menuAddOn a rdf:Property ;
  rdfs:label "menu Add On" ;
  rdfs:comment "Additional menu item(s) such as a side dish of salad or side order of fries that can be added to this menu item. Additionally it can be a menu section containing allowed add-on menu items for this menu item." ;
  schema:domainIncludes tmc:MenuItem ;
  schema:rangeIncludes tmc:MenuItem, tmc:MenuSection ;
  owl:equivalentProperty schema:menuAddOn .

tmc:MenuItem a rdfs:Class ;
  rdfs:label "Menu Item" ;
  rdfs:comment "A food or drink item listed in a menu or menu section." ;
  rdfs:subClassOf tmc:Intangible ;
  owl:equivalentClass schema:MenuItem .

tmc:MenuSection a rdfs:Class ;
  rdfs:label "Menu Section" ;
  rdfs:comment "A sub-grouping of food or drink items in a menu. E.g. courses (such as 'Dinner', 'Breakfast', etc.), specific type of dishes (such as 'Meat', 'Vegan', 'Drinks', etc.), or some other classification made by the menu provider." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:MenuSection .

tmc:merchant a rdf:Property ;
  rdfs:label "merchant" ;
  rdfs:comment "'merchant' is an out-dated term for 'seller'." ;
  schema:domainIncludes tmc:Order ;
  schema:rangeIncludes tmc:Organization, tmc:Person ;
  owl:equivalentProperty schema:merchant .

tmc:merchantReturnDays a rdf:Property ;
  rdfs:label "merchant Return Days" ;
  rdfs:comment "Specifies either a fixed return date or the number of days (from the delivery date) that a product can be returned. Used when the [[returnPolicyCategory]] property is specified as [[MerchantReturnFiniteReturnWindow]]." ;
  schema:domainIncludes tmc:MerchantReturnPolicySeasonalOverride, tmc:MerchantReturnPolicy ;
  schema:rangeIncludes schema:DateTime, schema:Integer, schema:Date ;
  owl:equivalentProperty schema:merchantReturnDays .

tmc:MerchantReturnEnumeration a rdfs:Class, schema:Enumeration ;
  rdfs:label "Merchant Return Enumeration" ;
  rdfs:comment "Enumerates several kinds of product return policies." ;
  rdfs:subClassOf tmc:Enumeration ;
  owl:equivalentClass schema:MerchantReturnEnumeration .

tmc:MerchantReturnFiniteReturnWindow a tmc:MerchantReturnEnumeration ;
  rdfs:label "Merchant Return Finite Return Window" ;
  rdfs:comment "Specifies that there is a finite window for product returns." ;
  tmc:instanceOf tmc:MerchantReturnEnumeration .

tmc:merchantReturnLink a rdf:Property ;
  rdfs:label "merchant Return Link" ;
  rdfs:comment "Specifies a Web page or service by URL, for product returns." ;
  schema:domainIncludes tmc:MerchantReturnPolicy ;
  schema:rangeIncludes schema:URL ;
  owl:equivalentProperty schema:merchantReturnLink .

tmc:MerchantReturnNotPermitted a tmc:MerchantReturnEnumeration ;
  rdfs:label "Merchant Return Not Permitted" ;
  rdfs:comment "Specifies that product returns are not permitted." ;
  tmc:instanceOf tmc:MerchantReturnEnumeration .

tmc:MerchantReturnPolicy a rdfs:Class ;
  rdfs:label "Merchant Return Policy" ;
  rdfs:comment "A MerchantReturnPolicy provides information about product return policies associated with an [[Organization]], [[Product]], or [[Offer]]." ;
  rdfs:subClassOf tmc:Intangible ;
  owl:equivalentClass schema:MerchantReturnPolicy .

tmc:MerchantReturnPolicySeasonalOverride a rdfs:Class ;
  rdfs:label "Merchant Return Policy Seasonal Override" ;
  rdfs:comment "A seasonal override of a return policy, for example used for holidays." ;
  rdfs:subClassOf tmc:Intangible ;
  owl:equivalentClass schema:MerchantReturnPolicySeasonalOverride .

tmc:MerchantReturnUnlimitedWindow a tmc:MerchantReturnEnumeration ;
  rdfs:label "Merchant Return Unlimited Window" ;
  rdfs:comment "Specifies that there is an unlimited window for product returns." ;
  tmc:instanceOf tmc:MerchantReturnEnumeration .

tmc:MerchantReturnUnspecified a tmc:MerchantReturnEnumeration ;
  rdfs:label "Merchant Return Unspecified" ;
  rdfs:comment "Specifies that a product return policy is not provided." ;
  tmc:instanceOf tmc:MerchantReturnEnumeration .

tmc:Message a rdfs:Class ;
  rdfs:label "Message" ;
  rdfs:comment "A single message from a sender to one or more organizations or people." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:Message .

tmc:messageAttachment a rdf:Property ;
  rdfs:label "message Attachment" ;
  rdfs:comment "A CreativeWork attached to the message." ;
  schema:domainIncludes tmc:Message ;
  schema:rangeIncludes tmc:CreativeWork ;
  owl:equivalentProperty schema:messageAttachment .

tmc:Meters a tmc:HeightUnit ;
  rdfs:label "Meters" ;
  rdfs:comment "An abbreviation for the meter height unit" ;
  tmc:instanceOf tmc:HeightUnit .

tmc:MicrosoftTeamsConferencingService a tmc:VideoConferencingService ;
  rdfs:label "Microsoft Teams Conferencing Service" ;
  rdfs:comment "A video conferencing service provided by Microsoft through its Microsoft Teams platform." ;
  tmc:instanceOf tmc:VideoConferencingService .

tmc:MiddleSchool a rdfs:Class ;
  rdfs:label "Middle School" ;
  rdfs:comment "An educational setting for pre-adolescents, typically aged 11-14, bridging elementary and high school education." ;
  rdfs:subClassOf tmc:EducationalOrganization ;
  tmc:instanceOf tmc:EducationalOrganizationType ;
  owl:equivalentClass schema:MiddleSchool .

tmc:MiddleSchool a tmc:EducationalOrganizationType .

tmc:Midwifery a tmc:MedicalSpecialty ;
  rdfs:label "Midwifery" ;
  rdfs:comment "A nurse-like health profession that deals with pregnancy, childbirth, and the postpartum period (including care of the newborn), besides sexual and reproductive health of women throughout their lives." ;
  tmc:instanceOf tmc:MedicalSpecialty .

tmc:mileageFromOdometer a rdf:Property ;
  rdfs:label "mileage From Odometer" ;
  rdfs:comment "The total distance travelled by the particular vehicle since its initial production, as read from its odometer.\\n\\nTypical unit code(s): KMT for kilometers, SMI for statute miles" ;
  schema:domainIncludes tmc:Vehicle ;
  schema:rangeIncludes tmc:QuantitativeValue ;
  owl:equivalentProperty schema:mileageFromOdometer .

tmc:MindAndBody a rdfs:Class ;
  rdfs:label "Mind and Body" ;
  rdfs:comment "Performing activities like walking meditation, Gyrotonic exercise, and Qigong." ;
  rdfs:subClassOf tmc:StudioActivities .

tmc:MindBodyConnection a tmc:PlayQuality ;
  rdfs:label "Mind Body Connection" ;
  rdfs:comment "Play that enhances awareness between mental and physical states, involving coordination and concentration." ;
  tmc:instanceOf tmc:PlayQuality .

tmc:MindBodyInstructor a tmc:PersonInstructorType ;
  rdfs:label "Mind-Body Instructor (Yoga, Pilates, etc.)" ;
  rdfs:comment "Teaches disciplines like Yoga and Pilates, focusing on the connection between mental and physical well-being through structured movements and meditation." ;
  tmc:instanceOf tmc:PersonInstructorType .

tmc:MinimumAdvertisedPrice a tmc:PriceTypeEnumeration ;
  rdfs:label "Minimum Advertised Price" ;
  rdfs:comment "Represents the minimum advertised price (\"MAP\") (as dictated by the manufacturer) of an offered product." ;
  tmc:instanceOf tmc:PriceTypeEnumeration .

tmc:minimumPaymentDue a rdf:Property ;
  rdfs:label "minimum Payment Due" ;
  rdfs:comment "The minimum payment required at this time." ;
  schema:domainIncludes tmc:Invoice ;
  schema:rangeIncludes tmc:MonetaryAmount, tmc:PriceSpecification ;
  owl:equivalentProperty schema:minimumPaymentDue .

tmc:minPrice a rdf:Property ;
  rdfs:label "min Price" ;
  rdfs:comment "The lowest price if the price is a range." ;
  schema:domainIncludes tmc:PriceSpecification ;
  schema:rangeIncludes schema:Number ;
  owl:equivalentProperty schema:minPrice .

tmc:minValue a rdf:Property ;
  rdfs:label "min Value" ;
  rdfs:comment "The lower value of some characteristic or property." ;
  schema:domainIncludes tmc:QuantitativeValue, tmc:PropertyValueSpecification, tmc:PropertyValue, tmc:MonetaryAmount ;
  schema:rangeIncludes schema:Number ;
  owl:equivalentProperty schema:minValue .

tmc:MisconceptionsHealthAspect a tmc:HealthAspectEnumeration ;
  rdfs:label "Misconceptions Health Aspect" ;
  rdfs:comment "Content about common misconceptions and myths that are related to a topic." ;
  tmc:instanceOf tmc:HealthAspectEnumeration .

tmc:mission a rdf:Property ;
  rdfs:label "mission" ;
  rdfs:comment "What the Brand does today and how it operates to advance its purpose." ;
  schema:domainIncludes tmc:Brand ;
  schema:rangeIncludes schema:Text .

tmc:missionCoveragePrioritiesPolicy a rdf:Property ;
  rdfs:label "mission Coverage Priorities Policy" ;
  rdfs:comment "For a [[NewsMediaOrganization]], a statement on coverage priorities, including any public agenda or stance on issues." ;
  rdfs:subPropertyOf tmc:publishingPrinciples ;
  schema:domainIncludes tmc:NewsMediaOrganization ;
  schema:rangeIncludes tmc:CreativeWork, schema:URL ;
  owl:equivalentProperty schema:missionCoveragePrioritiesPolicy .

tmc:missionPillars a rdf:Property ;
  rdfs:label "missionPillars" ;
  rdfs:comment "Strategic focus areas that operationalize the Brand's mission; each pillar may be associated with features, teams, and key performance indicators (KPIs)." ;
  schema:domainIncludes tmc:Brand ;
  schema:rangeIncludes schema:Text .

tmc:Mixed a tmc:GenderGroupType ;
  rdfs:label "Mixed" ;
  rdfs:comment "A gender group that includes both male and female participants, often used to describe mixed-gender sports teams, events, or activities." ;
  tmc:instanceOf tmc:GenderGroupType .

tmc:MixedCardio a rdfs:Class ;
  rdfs:label "Mixed Cardio" ;
  rdfs:comment "Workouts that mix a variety of cardio exercise machines or modalities." ;
  rdfs:subClassOf tmc:ExerciseAndFitness ;
  tmc:instanceOf tmc:PhysicalActivityType .

tmc:MixedCardio a tmc:PhysicalActivityType .

tmc:MixedEventAttendanceMode a tmc:EventAttendanceModeEnumeration ;
  rdfs:label "Mixed Event Attendance Mode" ;
  rdfs:comment "MixedEventAttendanceMode - an event that is conducted as a combination of both offline and online modes." ;
  tmc:instanceOf tmc:EventAttendanceModeEnumeration .

tmc:MixtapeAlbum a tmc:MusicAlbumProductionType ;
  rdfs:label "Mixtape Album" ;
  rdfs:comment "MixtapeAlbum." ;
  tmc:instanceOf tmc:MusicAlbumProductionType .

tmc:MobileApplication a rdfs:Class ;
  rdfs:label "Mobile Application" ;
  rdfs:comment "A software application designed specifically to work well on a mobile device such as a telephone." ;
  rdfs:subClassOf tmc:SoftwareApplication ;
  owl:equivalentClass schema:MobileApplication .

tmc:MobilePhoneStore a rdfs:Class ;
  rdfs:label "Mobile Phone Store" ;
  rdfs:comment "A store that sells mobile phones and related accessories." ;
  rdfs:subClassOf tmc:Store ;
  owl:equivalentClass schema:MobilePhoneStore .

tmc:mobileUrl a rdf:Property ;
  rdfs:label "mobile Url" ;
  rdfs:comment "The [[mobileUrl]] property is provided for specific situations in which data consumers need to determine whether one of several provided URLs is a dedicated 'mobile site'.\n\nTo discourage over-use, and reflecting intial usecases, the property is expected only on [[Product]] and [[Offer]], rather than [[Thing]]. The general trend in web technology is towards [responsive design](https://en.wikipedia.org/wiki/Responsive_web_design) in which content can be flexibly adapted to a wide range of browsing environments. Pages and sites referenced with the long-established [[url]] property should ideally also be usable on a wide variety of devices, including mobile phones. In most cases, it would be pointless and counter productive to attempt to update all [[url]] markup to use [[mobileUrl]] for more mobile-oriented pages. The property is intended for the case when items (primarily [[Product]] and [[Offer]]) have extra URLs hosted on an additional \"mobile site\" alongside the main one. It should not be taken as an endorsement of this publication style.\n    " ;
  schema:domainIncludes tmc:Product, tmc:Offer ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:mobileUrl .

tmc:MobileWebPlatform a tmc:DigitalPlatformEnumeration ;
  rdfs:label "Mobile Web Platform" ;
  rdfs:comment "Represents the broad notion of 'mobile' browsers as a Web Platform." ;
  tmc:instanceOf tmc:DigitalPlatformEnumeration .

tmc:model a rdf:Property ;
  rdfs:label "model" ;
  rdfs:comment "The model of the product. Use with the URL of a ProductModel or a textual representation of the model identifier. The URL of the ProductModel can be from an external source. It is recommended to additionally provide strong product identifiers via the gtin8/gtin13/gtin14 and mpn properties." ;
  schema:domainIncludes tmc:Product ;
  schema:rangeIncludes tmc:ProductModel, schema:Text ;
  owl:equivalentProperty schema:model .

tmc:modelDate a rdf:Property ;
  rdfs:label "model Date" ;
  rdfs:comment "The release date of a vehicle model (often used to differentiate versions of the same make and model)." ;
  schema:domainIncludes tmc:Vehicle ;
  schema:rangeIncludes schema:Date ;
  owl:equivalentProperty schema:modelDate .

tmc:ModerateRisk a tmc:PlayRiskLevel ;
  rdfs:label "Moderate Risk" ;
  rdfs:comment "PlayTypes that involve some level of risk but generally safe with proper precautions. Suitable for those with moderate experience. Examples include team sports like soccer, moderate hiking, and cycling." ;
  tmc:instanceOf tmc:PlayRiskLevel .

tmc:modifiedTime a rdf:Property ;
  rdfs:label "modified Time" ;
  rdfs:comment "The date and time the reservation was modified." ;
  schema:domainIncludes tmc:Reservation ;
  schema:rangeIncludes schema:DateTime ;
  owl:equivalentProperty schema:modifiedTime .

tmc:ModularCourse a tmc:CourseTypeEnum ;
  rdfs:label "Modular Course" ;
  rdfs:comment "A course with distinct modules, which may include videos, text, or other multimedia content. Each module can be completed independently of the others." ;
  tmc:instanceOf tmc:CourseTypeEnum .

tmc:MolecularEntity a rdfs:Class ;
  rdfs:label "Molecular Entity" ;
  rdfs:comment "Any constitutionally or isotopically distinct atom, molecule, ion, ion pair, radical, radical ion, complex, conformer etc., identifiable as a separately distinguishable entity." ;
  rdfs:subClassOf tmc:BioChemEntity ;
  owl:equivalentClass schema:MolecularEntity .

tmc:molecularFormula a rdf:Property ;
  rdfs:label "molecular Formula" ;
  rdfs:comment "The empirical formula is the simplest whole number ratio of all the atoms in a molecule." ;
  schema:domainIncludes tmc:MolecularEntity ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:molecularFormula .

tmc:molecularWeight a rdf:Property ;
  rdfs:label "molecular Weight" ;
  rdfs:comment "This is the molecular weight of the entity being described, not of the parent. Units should be included in the form '&lt;Number&gt; &lt;unit&gt;', for example '12 amu' or as '&lt;QuantitativeValue&gt;." ;
  schema:domainIncludes tmc:MolecularEntity ;
  schema:rangeIncludes tmc:QuantitativeValue, schema:Text ;
  owl:equivalentProperty schema:molecularWeight .

tmc:Monday a tmc:DayOfWeek ;
  rdfs:label "Monday" ;
  rdfs:comment "The day of the week between Sunday and Tuesday." ;
  tmc:instanceOf tmc:DayOfWeek .

tmc:MonetaryAmount a rdfs:Class ;
  rdfs:label "Monetary Amount" ;
  rdfs:comment "A monetary value or range. This type can be used to describe an amount of money such as $50 USD, or a range as in describing a bank account being suitable for a balance between £1,000 and £1,000,000 GBP, or the value of a salary, etc. It is recommended to use [[PriceSpecification]] Types to describe the price of an Offer, Invoice, etc." ;
  rdfs:subClassOf tmc:StructuredValue ;
  owl:equivalentClass schema:MonetaryAmount .

tmc:MonetaryAmountDistribution a rdfs:Class ;
  rdfs:label "Monetary Amount Distribution" ;
  rdfs:comment "A statistical distribution of monetary amounts." ;
  rdfs:subClassOf tmc:QuantitativeValueDistribution ;
  owl:equivalentClass schema:MonetaryAmountDistribution .

tmc:MonetaryGrant a rdfs:Class ;
  rdfs:label "Monetary Grant" ;
  rdfs:comment "A monetary grant." ;
  rdfs:subClassOf tmc:Grant ;
  owl:equivalentClass schema:MonetaryGrant .

tmc:MoneyTransfer a rdfs:Class ;
  rdfs:label "Money Transfer" ;
  rdfs:comment "The act of transferring money from one place to another place. This may occur electronically or physically." ;
  rdfs:subClassOf tmc:TransferAction ;
  owl:equivalentClass schema:MoneyTransfer .

tmc:monoisotopicMolecularWeight a rdf:Property ;
  rdfs:label "monoisotopic Molecular Weight" ;
  rdfs:comment "The monoisotopic mass is the sum of the masses of the atoms in a molecule using the unbound, ground-state, rest mass of the principal (most abundant) isotope for each element instead of the isotopic average mass. Please include the units in the form '&lt;Number&gt; &lt;unit&gt;', for example '770.230488 g/mol' or as '&lt;QuantitativeValue&gt;." ;
  schema:domainIncludes tmc:MolecularEntity ;
  schema:rangeIncludes schema:Text, tmc:QuantitativeValue ;
  owl:equivalentProperty schema:monoisotopicMolecularWeight .

tmc:monthlyMinimumRepaymentAmount a rdf:Property ;
  rdfs:label "monthly Minimum Repayment Amount" ;
  rdfs:comment "The minimum payment is the lowest amount of money that one is required to pay on a credit card statement each month." ;
  schema:domainIncludes tmc:PaymentCard ;
  schema:rangeIncludes schema:Number, tmc:MonetaryAmount ;
  owl:equivalentProperty schema:monthlyMinimumRepaymentAmount .

tmc:monthsOfExperience a rdf:Property ;
  rdfs:label "months Of Experience" ;
  rdfs:comment "Indicates the minimal number of months of experience required for a position." ;
  schema:domainIncludes tmc:OccupationalExperienceRequirements ;
  schema:rangeIncludes schema:Number ;
  owl:equivalentProperty schema:monthsOfExperience .

tmc:MortgageLoan a rdfs:Class ;
  rdfs:label "Mortgage Loan" ;
  rdfs:comment "A loan in which property or real estate is used as collateral. (A loan securitized against some real estate.)" ;
  rdfs:subClassOf tmc:LoanOrCredit ;
  owl:equivalentClass schema:MortgageLoan .

tmc:Mosque a rdfs:Class ;
  rdfs:label "Mosque" ;
  rdfs:comment "A mosque." ;
  rdfs:subClassOf tmc:PlaceOfWorship ;
  owl:equivalentClass schema:Mosque .

tmc:Motel a rdfs:Class ;
  rdfs:label "Motel" ;
  rdfs:comment "A motel.\n<br /><br />\nSee 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>.\n" ;
  rdfs:subClassOf tmc:LodgingBusiness ;
  owl:equivalentClass schema:Motel .

tmc:Motorcycle a rdfs:Class ;
  rdfs:label "Motorcycle" ;
  rdfs:comment "A motorcycle or motorbike is a single-track, two-wheeled motor vehicle." ;
  rdfs:subClassOf tmc:Vehicle ;
  owl:equivalentClass schema:Motorcycle .

tmc:MotorcycleDealer a rdfs:Class ;
  rdfs:label "Motorcycle Dealer" ;
  rdfs:comment "A motorcycle dealer." ;
  rdfs:subClassOf tmc:AutomotiveBusiness ;
  owl:equivalentClass schema:MotorcycleDealer .

tmc:MotorcycleRepair a rdfs:Class ;
  rdfs:label "Motorcycle Repair" ;
  rdfs:comment "A motorcycle repair shop." ;
  rdfs:subClassOf tmc:AutomotiveBusiness ;
  owl:equivalentClass schema:MotorcycleRepair .

tmc:MotorizedBicycle a rdfs:Class ;
  rdfs:label "Motorized Bicycle" ;
  rdfs:comment "A motorized bicycle is a bicycle with an attached motor used to power the vehicle, or to assist with pedaling." ;
  rdfs:subClassOf tmc:Vehicle ;
  owl:equivalentClass schema:MotorizedBicycle .

tmc:Mountain a rdfs:Class ;
  rdfs:label "Mountain" ;
  rdfs:comment "A mountain, like Mount Whitney or Mount Everest." ;
  rdfs:subClassOf tmc:Landform ;
  owl:equivalentClass schema:Mountain .

tmc:MoveAction a rdfs:Class ;
  rdfs:label "Move Action" ;
  rdfs:comment "The act of an agent relocating to a place.\\n\\nRelated actions:\\n\\n* [[TransferAction]]: Unlike TransferAction, the subject of the move is a living Person or Organization rather than an inanimate object." ;
  rdfs:subClassOf tmc:Action ;
  owl:equivalentClass schema:MoveAction .

tmc:Movie a rdfs:Class ;
  rdfs:label "Movie" ;
  rdfs:comment "A movie." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:Movie .

tmc:MovieClip a rdfs:Class ;
  rdfs:label "Movie Clip" ;
  rdfs:comment "A short segment/part of a movie." ;
  rdfs:subClassOf tmc:Clip ;
  owl:equivalentClass schema:MovieClip .

tmc:MovieRentalStore a rdfs:Class ;
  rdfs:label "Movie Rental Store" ;
  rdfs:comment "A movie rental store." ;
  rdfs:subClassOf tmc:Store ;
  owl:equivalentClass schema:MovieRentalStore .

tmc:MovieSeries a rdfs:Class ;
  rdfs:label "Movie Series" ;
  rdfs:comment "A series of movies. Included movies can be indicated with the hasPart property." ;
  rdfs:subClassOf tmc:CreativeWorkSeries ;
  owl:equivalentClass schema:MovieSeries .

tmc:MovieTheater a rdfs:Class ;
  rdfs:label "Movie Theater" ;
  rdfs:comment "A movie theater." ;
  rdfs:subClassOf tmc:CivicStructure, tmc:EntertainmentBusiness ;
  owl:equivalentClass schema:MovieTheater .

tmc:MovingCompany a rdfs:Class ;
  rdfs:label "Moving Company" ;
  rdfs:comment "A moving company." ;
  rdfs:subClassOf tmc:HomeAndConstructionBusiness ;
  owl:equivalentClass schema:MovingCompany .

tmc:mpn a rdf:Property ;
  rdfs:label "mpn" ;
  rdfs:comment "The Manufacturer Part Number (MPN) of the product, or the product to which the offer refers." ;
  schema:domainIncludes tmc:Demand, tmc:Product, tmc:Offer ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:mpn .

tmc:MRI a tmc:MedicalImagingTechnique ;
  rdfs:label "MRI" ;
  rdfs:comment "Magnetic resonance imaging." ;
  tmc:instanceOf tmc:MedicalImagingTechnique .

tmc:MSRP a tmc:PriceTypeEnumeration ;
  rdfs:label "MSRP" ;
  rdfs:comment "Represents the manufacturer suggested retail price (\"MSRP\") of an offered product." ;
  tmc:instanceOf tmc:PriceTypeEnumeration .

tmc:MulticellularParasite a tmc:InfectiousAgentClass ;
  rdfs:label "Multicellular Parasite" ;
  rdfs:comment "Multicellular parasite that causes an infection." ;
  tmc:instanceOf tmc:InfectiousAgentClass .

tmc:MultiCenterTrial a tmc:MedicalTrialDesign ;
  rdfs:label "Multi Center Trial" ;
  rdfs:comment "A trial that takes place at multiple centers." ;
  tmc:instanceOf tmc:MedicalTrialDesign .

tmc:MultiMemberLlc a tmc:BusinessStructureCompany ;
  rdfs:label "MultiMemberLlc" ;
  tmc:instanceOf tmc:BusinessStructureCompany .

tmc:MultinationalCorporation a rdfs:Class ;
  rdfs:label "Multinational Corporation (MNC)" ;
  rdfs:comment "A large corporation operating in multiple countries. MNCs have a centralized global management structure but adapt operations to different countries." ;
  rdfs:subClassOf tmc:Corporation ;
  tmc:instanceOf tmc:CorporationType .

tmc:MultinationalCorporation a tmc:CorporationType .

tmc:MultiPlayer a tmc:GamePlayMode ;
  rdfs:label "Multi Player" ;
  rdfs:comment "Play mode: MultiPlayer. Requiring or allowing multiple human players to play simultaneously." ;
  tmc:instanceOf tmc:GamePlayMode .

tmc:multipleValues a rdf:Property ;
  rdfs:label "multiple Values" ;
  rdfs:comment "Whether multiple values are allowed for the property.  Default is false." ;
  schema:domainIncludes tmc:PropertyValueSpecification ;
  schema:rangeIncludes schema:Boolean ;
  owl:equivalentProperty schema:multipleValues .

tmc:Muscle a rdfs:Class ;
  rdfs:label "Muscle" ;
  rdfs:comment "A muscle is an anatomical structure consisting of a contractile form of tissue that animals use to effect movement." ;
  rdfs:subClassOf tmc:AnatomicalStructure ;
  owl:equivalentClass schema:Muscle .

tmc:muscleAction a rdf:Property ;
  rdfs:label "muscle Action" ;
  rdfs:comment "The movement the muscle generates." ;
  schema:domainIncludes tmc:Muscle ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:muscleAction .

tmc:Musculoskeletal a tmc:MedicalSpecialty ;
  rdfs:label "Musculoskeletal" ;
  rdfs:comment "A specific branch of medical science that pertains to diagnosis and treatment of disorders of muscles, ligaments and skeletal system." ;
  tmc:instanceOf tmc:MedicalSpecialty .

tmc:MusculoskeletalExam a tmc:PhysicalExam ;
  rdfs:label "Musculoskeletal Exam" ;
  rdfs:comment "Musculoskeletal system clinical examination." ;
  tmc:instanceOf tmc:PhysicalExam .

tmc:Museum a rdfs:Class ;
  rdfs:label "Museum" ;
  rdfs:comment "A museum." ;
  rdfs:subClassOf tmc:CivicStructure ;
  owl:equivalentClass schema:Museum .

tmc:MusicAlbum a rdfs:Class ;
  rdfs:label "Music Album" ;
  rdfs:comment "A collection of music tracks." ;
  rdfs:subClassOf tmc:MusicPlaylist ;
  owl:equivalentClass schema:MusicAlbum .

tmc:MusicAlbumProductionType a rdfs:Class, schema:Enumeration ;
  rdfs:label "Music Album Production Type" ;
  rdfs:comment "Classification of the album by its type of content: soundtrack, live album, studio album, etc." ;
  rdfs:subClassOf tmc:Enumeration ;
  owl:equivalentClass schema:MusicAlbumProductionType .

tmc:MusicAlbumReleaseType a rdfs:Class, schema:Enumeration ;
  rdfs:label "Music Album Release Type" ;
  rdfs:comment "The kind of release which this album is: single, EP or album." ;
  rdfs:subClassOf tmc:Enumeration ;
  owl:equivalentClass schema:MusicAlbumReleaseType .

tmc:musicalKey a rdf:Property ;
  rdfs:label "musical Key" ;
  rdfs:comment "The key, mode, or scale this composition uses." ;
  schema:domainIncludes tmc:MusicComposition ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:musicalKey .

tmc:musicArrangement a rdf:Property ;
  rdfs:label "music Arrangement" ;
  rdfs:comment "An arrangement derived from the composition." ;
  schema:domainIncludes tmc:MusicComposition ;
  schema:rangeIncludes tmc:MusicComposition ;
  owl:equivalentProperty schema:musicArrangement .

tmc:musicBy a rdf:Property ;
  rdfs:label "music By" ;
  rdfs:comment "The composer of the soundtrack." ;
  schema:domainIncludes tmc:TVSeries, tmc:RadioSeries, tmc:Movie, tmc:MovieSeries, tmc:Episode, tmc:VideoGame, tmc:Clip, tmc:VideoGameSeries, tmc:VideoObject ;
  schema:rangeIncludes tmc:MusicGroup, tmc:Person ;
  owl:equivalentProperty schema:musicBy .

tmc:MusicComposition a rdfs:Class ;
  rdfs:label "Music Composition" ;
  rdfs:comment "A musical composition." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:MusicComposition .

tmc:musicCompositionForm a rdf:Property ;
  rdfs:label "music Composition Form" ;
  rdfs:comment "The type of composition (e.g. overture, sonata, symphony, etc.)." ;
  schema:domainIncludes tmc:MusicComposition ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:musicCompositionForm .

tmc:MusicEvent a rdfs:Class ;
  rdfs:label "Music Event" ;
  rdfs:comment "Event type: Music event." ;
  rdfs:subClassOf tmc:Event ;
  owl:equivalentClass schema:MusicEvent .

tmc:MusicGroup a rdfs:Class ;
  rdfs:label "Music Group" ;
  rdfs:comment "A musical group, such as a band, an orchestra, or a choir. Can also be a solo musician." ;
  rdfs:subClassOf tmc:PerformingGroup ;
  owl:equivalentClass schema:MusicGroup .

tmc:musicGroupMember a rdf:Property ;
  rdfs:label "music Group Member" ;
  rdfs:comment "A member of a music group&#x2014;for example, John, Paul, George, or Ringo." ;
  schema:domainIncludes tmc:MusicGroup ;
  schema:rangeIncludes tmc:Person ;
  owl:equivalentProperty schema:musicGroupMember .

tmc:MusicPlaylist a rdfs:Class ;
  rdfs:label "Music Playlist" ;
  rdfs:comment "A collection of music tracks in playlist form." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:MusicPlaylist .

tmc:MusicRecording a rdfs:Class ;
  rdfs:label "Music Recording" ;
  rdfs:comment "A music recording (track), usually a single song." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:MusicRecording .

tmc:MusicRelease a rdfs:Class ;
  rdfs:label "Music Release" ;
  rdfs:comment "A MusicRelease is a specific release of a music album." ;
  rdfs:subClassOf tmc:MusicPlaylist ;
  owl:equivalentClass schema:MusicRelease .

tmc:musicReleaseFormat a rdf:Property ;
  rdfs:label "music Release Format" ;
  rdfs:comment "Format of this release (the type of recording media used, i.e. compact disc, digital media, LP, etc.)." ;
  schema:domainIncludes tmc:MusicRelease ;
  schema:rangeIncludes tmc:MusicReleaseFormatType ;
  owl:equivalentProperty schema:musicReleaseFormat .

tmc:MusicReleaseFormatType a rdfs:Class, schema:Enumeration ;
  rdfs:label "Music Release Format Type" ;
  rdfs:comment "Format of this release (the type of recording media used, i.e. compact disc, digital media, LP, etc.)." ;
  rdfs:subClassOf tmc:Enumeration ;
  owl:equivalentClass schema:MusicReleaseFormatType .

tmc:MusicStore a rdfs:Class ;
  rdfs:label "Music Store" ;
  rdfs:comment "A music store." ;
  rdfs:subClassOf tmc:Store ;
  owl:equivalentClass schema:MusicStore .

tmc:MusicVenue a rdfs:Class ;
  rdfs:label "Music Venue" ;
  rdfs:comment "A music venue." ;
  rdfs:subClassOf tmc:CivicStructure ;
  owl:equivalentClass schema:MusicVenue .

tmc:MusicVideoObject a rdfs:Class ;
  rdfs:label "Music Video Object" ;
  rdfs:comment "A music video file." ;
  rdfs:subClassOf tmc:MediaObject ;
  owl:equivalentClass schema:MusicVideoObject .

tmc:naics a rdf:Property ;
  rdfs:label "naics" ;
  rdfs:comment "North American Industry Classification System (NAICS) code identifying either an entity’s classified activity or an industry category (sector, subsector, industry group, industry, or national industry)." ;
  schema:domainIncludes tmc:Organization, tmc:Person, tmc:IndustryClassification ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:naics .

tmc:NailSalon a rdfs:Class ;
  rdfs:label "Nail Salon" ;
  rdfs:comment "A nail salon." ;
  rdfs:subClassOf tmc:HealthAndBeautyBusiness ;
  owl:equivalentClass schema:NailSalon .

tmc:name a rdf:Property ;
  rdfs:label "name" ;
  rdfs:comment "The name of the item." ;
  rdfs:subPropertyOf tmc:label ;
  schema:domainIncludes tmc:Thing ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:name, <http://purl.org/dc/terms/title> .

tmc:namedPosition a rdf:Property ;
  rdfs:label "named Position" ;
  rdfs:comment "A position played, performed or filled by a person or organization, as part of an organization. For example, an athlete in a SportsTeam might play in the position named 'Quarterback'." ;
  schema:domainIncludes tmc:Role ;
  schema:rangeIncludes schema:Text, schema:URL ;
  owl:equivalentProperty schema:namedPosition .

tmc:NarcoticConsideration a tmc:AdultOrientedEnumeration ;
  rdfs:label "Narcotic Consideration" ;
  rdfs:comment "Item is a narcotic as defined by the 1961 UN convention, for example marijuana or heroin." ;
  tmc:instanceOf tmc:AdultOrientedEnumeration .

tmc:nationality a rdf:Property ;
  rdfs:label "nationality" ;
  rdfs:comment "Nationality of the person." ;
  schema:domainIncludes tmc:Person ;
  schema:rangeIncludes tmc:Country ;
  owl:equivalentProperty schema:nationality .

tmc:naturalProgression a rdf:Property ;
  rdfs:label "natural Progression" ;
  rdfs:comment "The expected progression of the condition if it is not treated and allowed to progress naturally." ;
  schema:domainIncludes tmc:MedicalCondition ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:naturalProgression .

tmc:Neck a tmc:PhysicalExam ;
  rdfs:label "Neck" ;
  rdfs:comment "Neck assessment with clinical examination." ;
  tmc:instanceOf tmc:PhysicalExam .

tmc:negativeNotes a rdf:Property ;
  rdfs:label "negative Notes" ;
  rdfs:comment "Provides negative considerations regarding something, most typically in pro/con lists for reviews (alongside [[positiveNotes]]). For symmetry \n\nIn the case of a [[Review]], the property describes the [[itemReviewed]] from the perspective of the review; in the case of a [[Product]], the product itself is being described. Since product descriptions \ntend to emphasise positive claims, it may be relatively unusual to find [[negativeNotes]] used in this way. Nevertheless for the sake of symmetry, [[negativeNotes]] can be used on [[Product]].\n\nThe property values can be expressed either as unstructured text (repeated as necessary), or if ordered, as a list (in which case the most negative is at the beginning of the list)." ;
  schema:domainIncludes tmc:Product, tmc:Review ;
  schema:rangeIncludes tmc:ListItem, schema:Text, tmc:ItemList, tmc:WebContent ;
  owl:equivalentProperty schema:negativeNotes .

tmc:nerve a rdf:Property ;
  rdfs:label "nerve" ;
  rdfs:comment "The underlying innervation associated with the muscle." ;
  schema:domainIncludes tmc:Muscle ;
  schema:rangeIncludes tmc:Nerve ;
  owl:equivalentProperty schema:nerve .

tmc:Nerve a rdfs:Class ;
  rdfs:label "Nerve" ;
  rdfs:comment "A common pathway for the electrochemical nerve impulses that are transmitted along each of the axons." ;
  rdfs:subClassOf tmc:AnatomicalStructure ;
  owl:equivalentClass schema:Nerve .

tmc:nerveMotor a rdf:Property ;
  rdfs:label "nerve Motor" ;
  rdfs:comment "The neurological pathway extension that involves muscle control." ;
  schema:domainIncludes tmc:Nerve ;
  schema:rangeIncludes tmc:Muscle ;
  owl:equivalentProperty schema:nerveMotor .

tmc:netWorth a rdf:Property ;
  rdfs:label "net Worth" ;
  rdfs:comment "The total financial value of the person as calculated by subtracting assets from liabilities." ;
  schema:domainIncludes tmc:Person ;
  schema:rangeIncludes tmc:MonetaryAmount, tmc:PriceSpecification ;
  owl:equivalentProperty schema:netWorth .

tmc:Neuro a tmc:PhysicalExam ;
  rdfs:label "Neuro" ;
  rdfs:comment "Neurological system clinical examination." ;
  tmc:instanceOf tmc:PhysicalExam .

tmc:Neurologic a tmc:MedicalSpecialty ;
  rdfs:label "Neurologic" ;
  rdfs:comment "A specific branch of medical science that studies the nerves and nervous system and its respective disease states." ;
  tmc:instanceOf tmc:MedicalSpecialty .

tmc:NewCondition a tmc:OfferItemCondition ;
  rdfs:label "New Condition" ;
  rdfs:comment "Indicates that the item is new." ;
  tmc:instanceOf tmc:OfferItemCondition .

tmc:NewsArticle a rdfs:Class ;
  rdfs:label "News Article" ;
  rdfs:comment "A NewsArticle is an article whose content reports news, or provides background context and supporting materials for understanding the news.\n\nA more detailed overview of [schema.org News markup](/docs/news.html) is also available.\n" ;
  rdfs:subClassOf tmc:Article ;
  owl:equivalentClass schema:NewsArticle .

tmc:NewsMediaOrganization a rdfs:Class ;
  rdfs:label "News Media Organization" ;
  rdfs:comment "A News/Media organization such as a newspaper or TV station." ;
  rdfs:subClassOf tmc:Organization ;
  owl:equivalentClass schema:NewsMediaOrganization .

tmc:Newspaper a rdfs:Class ;
  rdfs:label "Newspaper" ;
  rdfs:comment "A publication containing information about varied topics that are pertinent to general information, a geographic area, or a specific subject matter (i.e. business, culture, education). Often published daily." ;
  rdfs:subClassOf tmc:Periodical ;
  owl:equivalentClass schema:Newspaper .

tmc:newsUpdatesAndGuidelines a rdf:Property ;
  rdfs:label "news Updates And Guidelines" ;
  rdfs:comment "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." ;
  schema:domainIncludes tmc:SpecialAnnouncement ;
  schema:rangeIncludes tmc:WebContent, schema:URL ;
  owl:equivalentProperty schema:newsUpdatesAndGuidelines .

tmc:nextItem a rdf:Property ;
  rdfs:label "next Item" ;
  rdfs:comment "A link to the ListItem that follows the current one." ;
  schema:domainIncludes tmc:ListItem ;
  schema:rangeIncludes tmc:ListItem ;
  owl:equivalentProperty schema:nextItem .

tmc:NGO a rdfs:Class ;
  rdfs:label "NGO" ;
  rdfs:comment "Organization: Non-governmental Organization." ;
  rdfs:subClassOf tmc:Organization ;
  owl:equivalentClass schema:NGO .

tmc:NightClub a rdfs:Class ;
  rdfs:label "Night Club" ;
  rdfs:comment "A nightclub or discotheque." ;
  rdfs:subClassOf tmc:EntertainmentBusiness ;
  owl:equivalentClass schema:NightClub .

tmc:NLNonprofitType a rdfs:Class ;
  rdfs:label "NL Nonprofit Type" ;
  rdfs:comment "NLNonprofitType: Non-profit organization type originating from the Netherlands." ;
  rdfs:subClassOf tmc:NonprofitType ;
  owl:equivalentClass schema:NLNonprofitType .

tmc:noBylinesPolicy a rdf:Property ;
  rdfs:label "no Bylines Policy" ;
  rdfs:comment "For a [[NewsMediaOrganization]] or other news-related [[Organization]], a statement explaining when authors of articles are not named in bylines." ;
  rdfs:subPropertyOf tmc:publishingPrinciples ;
  schema:domainIncludes tmc:NewsMediaOrganization ;
  schema:rangeIncludes tmc:CreativeWork, schema:URL ;
  owl:equivalentProperty schema:noBylinesPolicy .

tmc:nonEqual a rdf:Property ;
  rdfs:label "non Equal" ;
  rdfs:comment "This ordering relation for qualitative values indicates that the subject is not equal to the object." ;
  schema:domainIncludes tmc:QualitativeValue ;
  schema:rangeIncludes tmc:QualitativeValue ;
  owl:equivalentProperty schema:nonEqual .

tmc:NoninvasiveProcedure a tmc:MedicalProcedureType ;
  rdfs:label "Noninvasive Procedure" ;
  rdfs:comment "A type of medical procedure that involves noninvasive techniques." ;
  tmc:instanceOf tmc:MedicalProcedureType .

tmc:NonProfit a tmc:BusinessType ;
  rdfs:label "Non Profit" ;
  tmc:instanceOf tmc:BusinessType .

tmc:Nonprofit501a a tmc:USNonprofitType ;
  rdfs:label "Nonprofit501a" ;
  rdfs:comment "Nonprofit501a: Non-profit type referring to Farmers’ Cooperative Associations." ;
  tmc:instanceOf tmc:USNonprofitType .

tmc:Nonprofit501c1 a tmc:USNonprofitType ;
  rdfs:label "Nonprofit501c1" ;
  rdfs:comment "Nonprofit501c1: Non-profit type referring to Corporations Organized Under Act of Congress, including Federal Credit Unions and National Farm Loan Associations." ;
  tmc:instanceOf tmc:USNonprofitType .

tmc:Nonprofit501c10 a tmc:USNonprofitType ;
  rdfs:label "Nonprofit501c10" ;
  rdfs:comment "Nonprofit501c10: Non-profit type referring to Domestic Fraternal Societies and Associations." ;
  tmc:instanceOf tmc:USNonprofitType .

tmc:Nonprofit501c11 a tmc:USNonprofitType ;
  rdfs:label "Nonprofit501c11" ;
  rdfs:comment "Nonprofit501c11: Non-profit type referring to Teachers' Retirement Fund Associations." ;
  tmc:instanceOf tmc:USNonprofitType .

tmc:Nonprofit501c12 a tmc:USNonprofitType ;
  rdfs:label "Nonprofit501c12" ;
  rdfs:comment "Nonprofit501c12: Non-profit type referring to Benevolent Life Insurance Associations, Mutual Ditch or Irrigation Companies, Mutual or Cooperative Telephone Companies." ;
  tmc:instanceOf tmc:USNonprofitType .

tmc:Nonprofit501c13 a tmc:USNonprofitType ;
  rdfs:label "Nonprofit501c13" ;
  rdfs:comment "Nonprofit501c13: Non-profit type referring to Cemetery Companies." ;
  tmc:instanceOf tmc:USNonprofitType .

tmc:Nonprofit501c14 a tmc:USNonprofitType ;
  rdfs:label "Nonprofit501c14" ;
  rdfs:comment "Nonprofit501c14: Non-profit type referring to State-Chartered Credit Unions, Mutual Reserve Funds." ;
  tmc:instanceOf tmc:USNonprofitType .

tmc:Nonprofit501c15 a tmc:USNonprofitType ;
  rdfs:label "Nonprofit501c15" ;
  rdfs:comment "Nonprofit501c15: Non-profit type referring to Mutual Insurance Companies or Associations." ;
  tmc:instanceOf tmc:USNonprofitType .

tmc:Nonprofit501c16 a tmc:USNonprofitType ;
  rdfs:label "Nonprofit501c16" ;
  rdfs:comment "Nonprofit501c16: Non-profit type referring to Cooperative Organizations to Finance Crop Operations." ;
  tmc:instanceOf tmc:USNonprofitType .

tmc:Nonprofit501c17 a tmc:USNonprofitType ;
  rdfs:label "Nonprofit501c17" ;
  rdfs:comment "Nonprofit501c17: Non-profit type referring to Supplemental Unemployment Benefit Trusts." ;
  tmc:instanceOf tmc:USNonprofitType .

tmc:Nonprofit501c18 a tmc:USNonprofitType ;
  rdfs:label "Nonprofit501c18" ;
  rdfs:comment "Nonprofit501c18: Non-profit type referring to Employee Funded Pension Trust (created before 25 June 1959)." ;
  tmc:instanceOf tmc:USNonprofitType .

tmc:Nonprofit501c19 a tmc:USNonprofitType ;
  rdfs:label "Nonprofit501c19" ;
  rdfs:comment "Nonprofit501c19: Non-profit type referring to Post or Organization of Past or Present Members of the Armed Forces." ;
  tmc:instanceOf tmc:USNonprofitType .

tmc:Nonprofit501c2 a tmc:USNonprofitType ;
  rdfs:label "Nonprofit501c2" ;
  rdfs:comment "Nonprofit501c2: Non-profit type referring to Title-holding Corporations for Exempt Organizations." ;
  tmc:instanceOf tmc:USNonprofitType .

tmc:Nonprofit501c20 a tmc:USNonprofitType ;
  rdfs:label "Nonprofit501c20" ;
  rdfs:comment "Nonprofit501c20: Non-profit type referring to Group Legal Services Plan Organizations." ;
  tmc:instanceOf tmc:USNonprofitType .

tmc:Nonprofit501c21 a tmc:USNonprofitType ;
  rdfs:label "Nonprofit501c21" ;
  rdfs:comment "Nonprofit501c21: Non-profit type referring to Black Lung Benefit Trusts." ;
  tmc:instanceOf tmc:USNonprofitType .

tmc:Nonprofit501c22 a tmc:USNonprofitType ;
  rdfs:label "Nonprofit501c22" ;
  rdfs:comment "Nonprofit501c22: Non-profit type referring to Withdrawal Liability Payment Funds." ;
  tmc:instanceOf tmc:USNonprofitType .

tmc:Nonprofit501c23 a tmc:USNonprofitType ;
  rdfs:label "Nonprofit501c23" ;
  rdfs:comment "Nonprofit501c23: Non-profit type referring to Veterans Organizations." ;
  tmc:instanceOf tmc:USNonprofitType .

tmc:Nonprofit501c24 a tmc:USNonprofitType ;
  rdfs:label "Nonprofit501c24" ;
  rdfs:comment "Nonprofit501c24: Non-profit type referring to Section 4049 ERISA Trusts." ;
  tmc:instanceOf tmc:USNonprofitType .

tmc:Nonprofit501c25 a tmc:USNonprofitType ;
  rdfs:label "Nonprofit501c25" ;
  rdfs:comment "Nonprofit501c25: Non-profit type referring to Real Property Title-Holding Corporations or Trusts with Multiple Parents." ;
  tmc:instanceOf tmc:USNonprofitType .

tmc:Nonprofit501c26 a tmc:USNonprofitType ;
  rdfs:label "Nonprofit501c26" ;
  rdfs:comment "Nonprofit501c26: Non-profit type referring to State-Sponsored Organizations Providing Health Coverage for High-Risk Individuals." ;
  tmc:instanceOf tmc:USNonprofitType .

tmc:Nonprofit501c27 a tmc:USNonprofitType ;
  rdfs:label "Nonprofit501c27" ;
  rdfs:comment "Nonprofit501c27: Non-profit type referring to State-Sponsored Workers' Compensation Reinsurance Organizations." ;
  tmc:instanceOf tmc:USNonprofitType .

tmc:Nonprofit501c28 a tmc:USNonprofitType ;
  rdfs:label "Nonprofit501c28" ;
  rdfs:comment "Nonprofit501c28: Non-profit type referring to National Railroad Retirement Investment Trusts." ;
  tmc:instanceOf tmc:USNonprofitType .

tmc:Nonprofit501c3 a tmc:USNonprofitType ;
  rdfs:label "Nonprofit501c3" ;
  rdfs:comment "Nonprofit501c3: Non-profit type referring to Religious, Educational, Charitable, Scientific, Literary, Testing for Public Safety, Fostering National or International Amateur Sports Competition, or Prevention of Cruelty to Children or Animals Organizations." ;
  tmc:instanceOf tmc:USNonprofitType .

tmc:Nonprofit501c4 a tmc:USNonprofitType ;
  rdfs:label "Nonprofit501c4" ;
  rdfs:comment "Nonprofit501c4: Non-profit type referring to Civic Leagues, Social Welfare Organizations, and Local Associations of Employees." ;
  tmc:instanceOf tmc:USNonprofitType .

tmc:Nonprofit501c5 a tmc:USNonprofitType ;
  rdfs:label "Nonprofit501c5" ;
  rdfs:comment "Nonprofit501c5: Non-profit type referring to Labor, Agricultural and Horticultural Organizations." ;
  tmc:instanceOf tmc:USNonprofitType .

tmc:Nonprofit501c6 a tmc:USNonprofitType ;
  rdfs:label "Nonprofit501c6" ;
  rdfs:comment "Nonprofit501c6: Non-profit type referring to Business Leagues, Chambers of Commerce, Real Estate Boards." ;
  tmc:instanceOf tmc:USNonprofitType .

tmc:Nonprofit501c7 a tmc:USNonprofitType ;
  rdfs:label "Nonprofit501c7" ;
  rdfs:comment "Nonprofit501c7: Non-profit type referring to Social and Recreational Clubs." ;
  tmc:instanceOf tmc:USNonprofitType .

tmc:Nonprofit501c8 a tmc:USNonprofitType ;
  rdfs:label "Nonprofit501c8" ;
  rdfs:comment "Nonprofit501c8: Non-profit type referring to Fraternal Beneficiary Societies and Associations." ;
  tmc:instanceOf tmc:USNonprofitType .

tmc:Nonprofit501c9 a tmc:USNonprofitType ;
  rdfs:label "Nonprofit501c9" ;
  rdfs:comment "Nonprofit501c9: Non-profit type referring to Voluntary Employee Beneficiary Associations." ;
  tmc:instanceOf tmc:USNonprofitType .

tmc:Nonprofit501d a tmc:USNonprofitType ;
  rdfs:label "Nonprofit501d" ;
  rdfs:comment "Nonprofit501d: Non-profit type referring to Religious and Apostolic Associations." ;
  tmc:instanceOf tmc:USNonprofitType .

tmc:Nonprofit501e a tmc:USNonprofitType ;
  rdfs:label "Nonprofit501e" ;
  rdfs:comment "Nonprofit501e: Non-profit type referring to Cooperative Hospital Service Organizations." ;
  tmc:instanceOf tmc:USNonprofitType .

tmc:Nonprofit501f a tmc:USNonprofitType ;
  rdfs:label "Nonprofit501f" ;
  rdfs:comment "Nonprofit501f: Non-profit type referring to Cooperative Service Organizations." ;
  tmc:instanceOf tmc:USNonprofitType .

tmc:Nonprofit501k a tmc:USNonprofitType ;
  rdfs:label "Nonprofit501k" ;
  rdfs:comment "Nonprofit501k: Non-profit type referring to Child Care Organizations." ;
  tmc:instanceOf tmc:USNonprofitType .

tmc:Nonprofit501n a tmc:USNonprofitType ;
  rdfs:label "Nonprofit501n" ;
  rdfs:comment "Nonprofit501n: Non-profit type referring to Charitable Risk Pools." ;
  tmc:instanceOf tmc:USNonprofitType .

tmc:Nonprofit501q a tmc:USNonprofitType ;
  rdfs:label "Nonprofit501q" ;
  rdfs:comment "Nonprofit501q: Non-profit type referring to Credit Counseling Organizations." ;
  tmc:instanceOf tmc:USNonprofitType .

tmc:Nonprofit527 a tmc:USNonprofitType ;
  rdfs:label "Nonprofit527" ;
  rdfs:comment "Nonprofit527: Non-profit type referring to political organizations." ;
  tmc:instanceOf tmc:USNonprofitType .

tmc:NonprofitANBI a tmc:NLNonprofitType ;
  rdfs:label "Nonprofit ANBI" ;
  rdfs:comment "NonprofitANBI: Non-profit type referring to a Public Benefit Organization (NL)." ;
  tmc:instanceOf tmc:NLNonprofitType .

tmc:NonProfitCorporation a rdfs:Class ;
  rdfs:label "Non-Profit Corporation" ;
  rdfs:comment "A corporation organized for social, public, or community benefit purposes, without the profit motive as a primary driver. They reinvest profits back into their missions." ;
  rdfs:subClassOf tmc:Corporation ;
  tmc:instanceOf tmc:CorporationType .

tmc:NonProfitCorporation a tmc:CorporationType .

tmc:NonprofitSBBI a tmc:NLNonprofitType ;
  rdfs:label "Nonprofit SBBI" ;
  rdfs:comment "NonprofitSBBI: Non-profit type referring to a Social Interest Promoting Institution (NL)." ;
  tmc:instanceOf tmc:NLNonprofitType .

tmc:nonprofitStatus a rdf:Property ;
  rdfs:label "nonprofit Status" ;
  rdfs:comment "nonprofitStatus indicates the legal status of a non-profit organization in its primary place of business." ;
  schema:domainIncludes tmc:Organization ;
  schema:rangeIncludes tmc:NonprofitType ;
  owl:equivalentProperty schema:nonprofitStatus .

tmc:NonprofitType a rdfs:Class, schema:Enumeration ;
  rdfs:label "Nonprofit Type" ;
  rdfs:comment "NonprofitType enumerates several kinds of official non-profit types of which a non-profit organization can be." ;
  rdfs:subClassOf tmc:Enumeration ;
  owl:equivalentClass schema:NonprofitType .

tmc:nonProprietaryName a rdf:Property ;
  rdfs:label "non Proprietary Name" ;
  rdfs:comment "The generic name of this drug or supplement." ;
  schema:domainIncludes tmc:DietarySupplement, tmc:Drug ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:nonProprietaryName .

tmc:normalRange a rdf:Property ;
  rdfs:label "normal Range" ;
  rdfs:comment "Range of acceptable values for a typical patient, when applicable." ;
  schema:domainIncludes tmc:MedicalTest ;
  schema:rangeIncludes schema:Text, tmc:MedicalEnumeration ;
  owl:equivalentProperty schema:normalRange .

tmc:Nose a tmc:PhysicalExam ;
  rdfs:label "Nose" ;
  rdfs:comment "Nose function assessment with clinical examination." ;
  tmc:instanceOf tmc:PhysicalExam .

tmc:Notary a rdfs:Class ;
  rdfs:label "Notary" ;
  rdfs:comment "A notary." ;
  rdfs:subClassOf tmc:LegalService ;
  owl:equivalentClass schema:Notary .

tmc:NoteDigitalDocument a rdfs:Class ;
  rdfs:label "Note Digital Document" ;
  rdfs:comment "A file containing a note, primarily for the author." ;
  rdfs:subClassOf tmc:DigitalDocument ;
  owl:equivalentClass schema:NoteDigitalDocument .

tmc:NotInForce a tmc:LegalForceStatus ;
  rdfs:label "Not In Force" ;
  rdfs:comment "Indicates that a legislation is currently not in force." ;
  tmc:instanceOf tmc:LegalForceStatus .

tmc:NotYetRecruiting a tmc:MedicalStudyStatus ;
  rdfs:label "Not Yet Recruiting" ;
  rdfs:comment "Not yet recruiting." ;
  tmc:instanceOf tmc:MedicalStudyStatus .

tmc:nsn a rdf:Property ;
  rdfs:label "nsn" ;
  rdfs:comment "Indicates the [NATO stock number](https://en.wikipedia.org/wiki/NATO_Stock_Number) (nsn) of a [[Product]]. " ;
  rdfs:subPropertyOf tmc:identifier ;
  schema:domainIncludes tmc:Product ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:nsn .

tmc:numAdults a rdf:Property ;
  rdfs:label "num Adults" ;
  rdfs:comment "The number of adults staying in the unit." ;
  schema:domainIncludes tmc:LodgingReservation ;
  schema:rangeIncludes tmc:QuantitativeValue, schema:Integer ;
  owl:equivalentProperty schema:numAdults .

tmc:numberedPosition a rdf:Property ;
  rdfs:label "numbered Position" ;
  rdfs:comment "A number associated with a role in an organization, for example, the number on an athlete's jersey." ;
  schema:domainIncludes tmc:OrganizationRole ;
  schema:rangeIncludes schema:Number ;
  owl:equivalentProperty schema:numberedPosition .

tmc:numberOfAccommodationUnits a rdf:Property ;
  rdfs:label "number Of Accommodation Units" ;
  rdfs:comment "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]]." ;
  schema:domainIncludes tmc:ApartmentComplex, tmc:FloorPlan ;
  schema:rangeIncludes tmc:QuantitativeValue ;
  owl:equivalentProperty schema:numberOfAccommodationUnits .

tmc:numberOfAirbags a rdf:Property ;
  rdfs:label "number Of Airbags" ;
  rdfs:comment "The number or type of airbags in the vehicle." ;
  schema:domainIncludes tmc:Vehicle ;
  schema:rangeIncludes schema:Number, schema:Text ;
  owl:equivalentProperty schema:numberOfAirbags .

tmc:numberOfAvailableAccommodationUnits a rdf:Property ;
  rdfs:label "number Of Available Accommodation Units" ;
  rdfs:comment "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]]." ;
  schema:domainIncludes tmc:ApartmentComplex, tmc:FloorPlan ;
  schema:rangeIncludes tmc:QuantitativeValue ;
  owl:equivalentProperty schema:numberOfAvailableAccommodationUnits .

tmc:numberOfAxles a rdf:Property ;
  rdfs:label "number Of Axles" ;
  rdfs:comment "The number of axles.\\n\\nTypical unit code(s): C62" ;
  schema:domainIncludes tmc:Vehicle ;
  schema:rangeIncludes schema:Number, tmc:QuantitativeValue ;
  owl:equivalentProperty schema:numberOfAxles .

tmc:numberOfBathroomsTotal a rdf:Property ;
  rdfs:label "number Of Bathrooms Total" ;
  rdfs:comment "The total integer number of bathrooms in some [[Accommodation]], following real estate conventions as [documented in RESO](https://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]]." ;
  schema:domainIncludes tmc:FloorPlan, tmc:Accommodation ;
  schema:rangeIncludes schema:Integer ;
  owl:equivalentProperty schema:numberOfBathroomsTotal .

tmc:numberOfBedrooms a rdf:Property ;
  rdfs:label "number Of Bedrooms" ;
  rdfs:comment "The total integer number of bedrooms in a some [[Accommodation]], [[ApartmentComplex]] or [[FloorPlan]]." ;
  schema:domainIncludes tmc:FloorPlan, tmc:Accommodation, tmc:ApartmentComplex ;
  schema:rangeIncludes schema:Number, tmc:QuantitativeValue ;
  owl:equivalentProperty schema:numberOfBedrooms .

tmc:numberOfBeds a rdf:Property ;
  rdfs:label "number Of Beds" ;
  rdfs:comment "The quantity of the given bed type available in the HotelRoom, Suite, House, or Apartment." ;
  schema:domainIncludes tmc:BedDetails ;
  schema:rangeIncludes schema:Number ;
  owl:equivalentProperty schema:numberOfBeds .

tmc:numberOfCredits a rdf:Property ;
  rdfs:label "number Of Credits" ;
  rdfs:comment "The number of credits or units awarded by a Course or required to complete an EducationalOccupationalProgram." ;
  schema:domainIncludes tmc:Course, tmc:EducationalOccupationalProgram ;
  schema:rangeIncludes tmc:StructuredValue, schema:Integer ;
  owl:equivalentProperty schema:numberOfCredits .

tmc:numberOfDoors a rdf:Property ;
  rdfs:label "number Of Doors" ;
  rdfs:comment "The number of doors.\\n\\nTypical unit code(s): C62" ;
  schema:domainIncludes tmc:Vehicle ;
  schema:rangeIncludes schema:Number, tmc:QuantitativeValue ;
  owl:equivalentProperty schema:numberOfDoors .

tmc:numberOfEmployees a rdf:Property ;
  rdfs:label "number Of Employees" ;
  rdfs:comment "The number of employees in an organization, e.g. business." ;
  schema:domainIncludes tmc:BusinessAudience, tmc:Organization ;
  schema:rangeIncludes tmc:QuantitativeValue, schema:Text ;
  owl:equivalentProperty schema:numberOfEmployees .

tmc:numberOfEpisodes a rdf:Property ;
  rdfs:label "number Of Episodes" ;
  rdfs:comment "The number of episodes in this season or series." ;
  schema:domainIncludes tmc:RadioSeries, tmc:VideoGameSeries, tmc:TVSeries, tmc:CreativeWorkSeason ;
  schema:rangeIncludes schema:Integer ;
  owl:equivalentProperty schema:numberOfEpisodes .

tmc:numberOfForwardGears a rdf:Property ;
  rdfs:label "number Of Forward Gears" ;
  rdfs:comment "The total number of forward gears available for the transmission system of the vehicle.\\n\\nTypical unit code(s): C62" ;
  schema:domainIncludes tmc:Vehicle ;
  schema:rangeIncludes schema:Number, tmc:QuantitativeValue ;
  owl:equivalentProperty schema:numberOfForwardGears .

tmc:numberOfFullBathrooms a rdf:Property ;
  rdfs:label "number Of Full Bathrooms" ;
  rdfs:comment "Number of full bathrooms - The total number of full and ¾ bathrooms in an [[Accommodation]]. This corresponds to the [BathroomsFull field in RESO](https://ddwiki.reso.org/display/DDW17/BathroomsFull+Field)." ;
  schema:domainIncludes tmc:FloorPlan, tmc:Accommodation ;
  schema:rangeIncludes schema:Number ;
  owl:equivalentProperty schema:numberOfFullBathrooms .

tmc:numberOfItems a rdf:Property ;
  rdfs:label "number Of Items" ;
  rdfs:comment "The number of items in an ItemList. Note that some descriptions might not fully describe all items in a list (e.g., multi-page pagination); in such cases, the numberOfItems would be for the entire list." ;
  schema:domainIncludes tmc:ItemList ;
  schema:rangeIncludes schema:Integer ;
  owl:equivalentProperty schema:numberOfItems .

tmc:numberOfLoanPayments a rdf:Property ;
  rdfs:label "number Of Loan Payments" ;
  rdfs:comment "The number of payments contractually required at origination to repay the loan. For monthly paying loans this is the number of months from the contractual first payment date to the maturity date." ;
  schema:domainIncludes tmc:RepaymentSpecification ;
  schema:rangeIncludes schema:Number ;
  owl:equivalentProperty schema:numberOfLoanPayments .

tmc:numberOfPages a rdf:Property ;
  rdfs:label "number Of Pages" ;
  rdfs:comment "The number of pages in the book." ;
  schema:domainIncludes tmc:Book ;
  schema:rangeIncludes schema:Integer ;
  owl:equivalentProperty schema:numberOfPages .

tmc:numberOfPartialBathrooms a rdf:Property ;
  rdfs:label "number Of Partial Bathrooms" ;
  rdfs:comment "Number of partial bathrooms - The total number of half and ¼ bathrooms in an [[Accommodation]]. This corresponds to the [BathroomsPartial field in RESO](https://ddwiki.reso.org/display/DDW17/BathroomsPartial+Field). " ;
  schema:domainIncludes tmc:FloorPlan, tmc:Accommodation ;
  schema:rangeIncludes schema:Number ;
  owl:equivalentProperty schema:numberOfPartialBathrooms .

tmc:numberOfPlayers a rdf:Property ;
  rdfs:label "number Of Players" ;
  rdfs:comment "Indicate how many people can play this game (minimum, maximum, or range)." ;
  schema:domainIncludes tmc:Game, tmc:VideoGameSeries, tmc:TeamSport ;
  schema:rangeIncludes tmc:QuantitativeValue ;
  owl:equivalentProperty schema:numberOfPlayers .

tmc:numberOfPreviousOwners a rdf:Property ;
  rdfs:label "number Of Previous Owners" ;
  rdfs:comment "The number of owners of the vehicle, including the current one.\\n\\nTypical unit code(s): C62" ;
  schema:domainIncludes tmc:Vehicle ;
  schema:rangeIncludes tmc:QuantitativeValue, schema:Number ;
  owl:equivalentProperty schema:numberOfPreviousOwners .

tmc:numberOfRooms a rdf:Property ;
  rdfs:label "number Of Rooms" ;
  rdfs:comment "The number of rooms (excluding bathrooms and closets) of the accommodation or lodging business.\nTypical 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." ;
  schema:domainIncludes tmc:Apartment, tmc:SingleFamilyResidence, tmc:FloorPlan, tmc:LodgingBusiness, tmc:Accommodation, tmc:House, tmc:Suite ;
  schema:rangeIncludes schema:Number, tmc:QuantitativeValue ;
  owl:equivalentProperty schema:numberOfRooms .

tmc:numberOfSeasons a rdf:Property ;
  rdfs:label "number Of Seasons" ;
  rdfs:comment "The number of seasons in this series." ;
  schema:domainIncludes tmc:RadioSeries, tmc:VideoGameSeries, tmc:TVSeries ;
  schema:rangeIncludes schema:Integer ;
  owl:equivalentProperty schema:numberOfSeasons .

tmc:numChildren a rdf:Property ;
  rdfs:label "num Children" ;
  rdfs:comment "The number of children staying in the unit." ;
  schema:domainIncludes tmc:LodgingReservation ;
  schema:rangeIncludes schema:Integer, tmc:QuantitativeValue ;
  owl:equivalentProperty schema:numChildren .

tmc:numConstraints a rdf:Property ;
  rdfs:label "num Constraints" ;
  rdfs:comment "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]]." ;
  schema:domainIncludes tmc:StatisticalPopulation ;
  schema:rangeIncludes schema:Integer ;
  owl:equivalentProperty schema:numConstraints .

tmc:numTracks a rdf:Property ;
  rdfs:label "num Tracks" ;
  rdfs:comment "The number of tracks in this album or playlist." ;
  schema:domainIncludes tmc:MusicPlaylist ;
  schema:rangeIncludes schema:Integer ;
  owl:equivalentProperty schema:numTracks .

tmc:Nursing a tmc:MedicalSpecialty ;
  rdfs:label "Nursing" ;
  rdfs:comment "A health profession of a person formally educated and trained in the care of the sick or infirm person." ;
  tmc:instanceOf tmc:MedicalSpecialty .

tmc:nutrition a rdf:Property ;
  rdfs:label "nutrition" ;
  rdfs:comment "Nutrition information about the recipe or menu item." ;
  schema:domainIncludes tmc:MenuItem, tmc:Recipe ;
  schema:rangeIncludes tmc:NutritionInformation ;
  owl:equivalentProperty schema:nutrition .

tmc:NutritionInformation a rdfs:Class ;
  rdfs:label "Nutrition Information" ;
  rdfs:comment "Nutritional information about the recipe." ;
  rdfs:subClassOf tmc:StructuredValue ;
  owl:equivalentClass schema:NutritionInformation .

tmc:NutritionSpecialist a tmc:PersonHealthWellnessExpertType ;
  rdfs:label "Nutrition Specialist" ;
  rdfs:comment "Focuses on dietary guidance and planning, helping clients achieve health goals through balanced nutrition and understanding of food's impact on the body." ;
  tmc:instanceOf tmc:PersonHealthWellnessExpertType .

tmc:object a rdf:Property ;
  rdfs:label "object" ;
  rdfs:comment "The object upon which the action is carried out, whose state is kept intact or changed. Also known as the semantic roles patient, affected or undergoer (which change their state) or theme (which doesn't). E.g. John read *a book*." ;
  schema:domainIncludes tmc:Action ;
  schema:rangeIncludes tmc:Thing ;
  owl:equivalentProperty schema:object .

tmc:Observation a rdfs:Class ;
  rdfs:label "Observation" ;
  rdfs:comment "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](https://www.w3.org/TR/vocab-data-cube/#dsd-example)).\nSee also [[StatisticalPopulation]], and the [data and datasets](/docs/data-and-datasets.html) overview for more details.\n  " ;
  rdfs:subClassOf tmc:Intangible ;
  owl:equivalentClass schema:Observation .

tmc:Observational a tmc:MedicalObservationalStudyDesign ;
  rdfs:label "Observational" ;
  rdfs:comment "An observational study design." ;
  tmc:instanceOf tmc:MedicalObservationalStudyDesign .

tmc:observationDate a rdf:Property ;
  rdfs:label "observation Date" ;
  rdfs:comment "The observationDate of an [[Observation]]." ;
  schema:domainIncludes tmc:Observation ;
  schema:rangeIncludes schema:DateTime ;
  owl:equivalentProperty schema:observationDate .

tmc:observedNode a rdf:Property ;
  rdfs:label "observed Node" ;
  rdfs:comment "The observedNode of an [[Observation]], often a [[StatisticalPopulation]]." ;
  schema:domainIncludes tmc:Observation ;
  schema:rangeIncludes tmc:StatisticalPopulation ;
  owl:equivalentProperty schema:observedNode .

tmc:Obstetric a tmc:MedicalSpecialty ;
  rdfs:label "Obstetric" ;
  rdfs:comment "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." ;
  tmc:instanceOf tmc:MedicalSpecialty .

tmc:occupancy a rdf:Property ;
  rdfs:label "occupancy" ;
  rdfs:comment "The allowed total occupancy for the accommodation in persons (including infants etc). For individual accommodations, this is not necessarily the legal maximum but defines the permitted usage as per the contractual agreement (e.g. a double room used by a single person).\nTypical unit code(s): C62 for person" ;
  schema:domainIncludes tmc:HotelRoom, tmc:Suite, tmc:Apartment, tmc:SingleFamilyResidence ;
  schema:rangeIncludes tmc:QuantitativeValue ;
  owl:equivalentProperty schema:occupancy .

tmc:Occupation a rdfs:Class ;
  rdfs:label "Occupation" ;
  rdfs:comment "A profession, may involve prolonged training and/or a formal qualification." ;
  rdfs:subClassOf tmc:Intangible ;
  owl:equivalentClass schema:Occupation .

tmc:OccupationalActivity a tmc:PhysicalActivityCategory ;
  rdfs:label "Occupational Activity" ;
  rdfs:comment "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." ;
  tmc:instanceOf tmc:PhysicalActivityCategory .

tmc:occupationalCategory a rdf:Property ;
  rdfs:label "occupational Category" ;
  rdfs:comment "A category describing the job, preferably using a term from a taxonomy such as [BLS O*NET-SOC](http://www.onetcenter.org/taxonomy.html), [ISCO-08](https://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\nNote: for historical reasons, any textual label and formal code provided as a literal may be assumed to be from O*NET-SOC." ;
  schema:domainIncludes tmc:JobPosting, tmc:WorkBasedProgram, tmc:EducationalOccupationalProgram, tmc:Occupation ;
  schema:rangeIncludes schema:Text, tmc:CategoryCode ;
  owl:equivalentProperty schema:occupationalCategory .

tmc:occupationalCredentialAwarded a rdf:Property ;
  rdfs:label "occupational Credential Awarded" ;
  rdfs:comment "A description of the qualification, award, certificate, diploma or other occupational credential awarded as a consequence of successful completion of this course or program." ;
  schema:domainIncludes tmc:EducationalOccupationalProgram, tmc:Course ;
  schema:rangeIncludes tmc:EducationalOccupationalCredential, schema:Text, schema:URL ;
  owl:equivalentProperty schema:occupationalCredentialAwarded .

tmc:OccupationalExperienceRequirements a rdfs:Class ;
  rdfs:label "Occupational Experience Requirements" ;
  rdfs:comment "Indicates employment-related experience requirements, e.g. [[monthsOfExperience]]." ;
  rdfs:subClassOf tmc:Intangible ;
  owl:equivalentClass schema:OccupationalExperienceRequirements .

tmc:OccupationalTherapy a rdfs:Class ;
  rdfs:label "Occupational Therapy" ;
  rdfs:comment "A treatment of people with physical, emotional, or social problems, using purposeful activity to help them overcome or learn to deal with their problems." ;
  rdfs:subClassOf tmc:MedicalTherapy ;
  owl:equivalentClass schema:OccupationalTherapy .

tmc:occupationLocation a rdf:Property ;
  rdfs:label "occupation Location" ;
  rdfs:comment " The region/country for which this occupational description is appropriate. Note that educational requirements and qualifications can vary between jurisdictions." ;
  schema:domainIncludes tmc:Occupation ;
  schema:rangeIncludes tmc:AdministrativeArea ;
  owl:equivalentProperty schema:occupationLocation .

tmc:OceanBodyOfWater a rdfs:Class ;
  rdfs:label "Ocean Body Of Water" ;
  rdfs:comment "An ocean (for example, the Pacific)." ;
  rdfs:subClassOf tmc:BodyOfWater ;
  owl:equivalentClass schema:OceanBodyOfWater .

tmc:Offer a rdfs:Class ;
  rdfs:label "Offer" ;
  rdfs:comment "An offer to transfer some rights to an item or to provide a service — for example, an offer to sell tickets to an event, to provide access to a digital movie, to stream a TV show over the internet, to repair a motorcycle, to loan a book, or to support a fundraising campaign." ;
  rdfs:subClassOf tmc:Intangible ;
  owl:equivalentClass schema:Offer .

tmc:OfferCatalog a rdfs:Class ;
  rdfs:label "Offer Catalog" ;
  rdfs:comment "An OfferCatalog is an ItemList that contains related Offers and/or further OfferCatalogs that are offeredBy the same provider." ;
  rdfs:subClassOf tmc:ItemList ;
  owl:equivalentClass schema:OfferCatalog .

tmc:offerCount a rdf:Property ;
  rdfs:label "offer Count" ;
  rdfs:comment "The number of offers for the product." ;
  schema:domainIncludes tmc:AggregateOffer ;
  schema:rangeIncludes schema:Integer ;
  owl:equivalentProperty schema:offerCount .

tmc:offeredBy a rdf:Property ;
  rdfs:label "offered By" ;
  rdfs:comment "A pointer to the organization or person making the offer." ;
  schema:domainIncludes tmc:Offer ;
  schema:rangeIncludes tmc:Organization, tmc:Person ;
  schema:inverseOf tmc:makesOffer ;
  owl:equivalentProperty schema:offeredBy .

tmc:OfferForLease a rdfs:Class ;
  rdfs:label "Offer For Lease" ;
  rdfs:comment "An [[OfferForLease]] in Schema.org represents an [[Offer]] to lease out something, i.e. an [[Offer]] whose\n  [[businessFunction]] is [lease out](http://purl.org/goodrelations/v1#LeaseOut.). See [Good Relations](https://en.wikipedia.org/wiki/GoodRelations) for\n  background on the underlying concepts.\n  " ;
  rdfs:subClassOf tmc:Offer ;
  owl:equivalentClass schema:OfferForLease .

tmc:OfferForPurchase a rdfs:Class ;
  rdfs:label "Offer For Purchase" ;
  rdfs:comment "An [[OfferForPurchase]] in Schema.org represents an [[Offer]] to sell something, i.e. an [[Offer]] whose\n  [[businessFunction]] is [sell](http://purl.org/goodrelations/v1#Sell.). See [Good Relations](https://en.wikipedia.org/wiki/GoodRelations) for\n  background on the underlying concepts.\n  " ;
  rdfs:subClassOf tmc:Offer ;
  owl:equivalentClass schema:OfferForPurchase .

tmc:OfferItemCondition a rdfs:Class, schema:Enumeration ;
  rdfs:label "Offer Item Condition" ;
  rdfs:comment "A list of possible conditions for the item." ;
  rdfs:subClassOf tmc:Enumeration ;
  owl:equivalentClass schema:OfferItemCondition .

tmc:offers a rdf:Property ;
  rdfs:label "offers" ;
  rdfs:comment "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." ;
  schema:domainIncludes tmc:Product, tmc:Event, tmc:AggregateOffer, tmc:EducationalOccupationalProgram, tmc:Trip, tmc:Service, tmc:MenuItem, tmc:CreativeWork ;
  schema:rangeIncludes tmc:Demand, tmc:Offer ;
  schema:inverseOf tmc:itemOffered ;
  owl:equivalentProperty schema:offers .

tmc:OfferShippingDetails a rdfs:Class ;
  rdfs:label "Offer Shipping Details" ;
  rdfs:comment "OfferShippingDetails represents information about shipping destinations.\n\nMultiple of these entities can be used to represent different shipping rates for different destinations:\n\nOne entity for Alaska/Hawaii. A different one for continental US. A different one for all France.\n\nMultiple of these entities can be used to represent different shipping costs and delivery times.\n\nTwo entities that are identical but differ in rate and time:\n\nE.g. Cheaper and slower: $5 in 5-7 days\nor Fast and expensive: $15 in 1-2 days." ;
  rdfs:subClassOf tmc:StructuredValue ;
  owl:equivalentClass schema:OfferShippingDetails .

tmc:offersPrescriptionByMail a rdf:Property ;
  rdfs:label "offers Prescription By Mail" ;
  rdfs:comment "Whether prescriptions can be delivered by mail." ;
  schema:domainIncludes tmc:HealthPlanFormulary ;
  schema:rangeIncludes schema:Boolean ;
  owl:equivalentProperty schema:offersPrescriptionByMail .

tmc:OfficeEquipmentStore a rdfs:Class ;
  rdfs:label "Office Equipment Store" ;
  rdfs:comment "An office equipment store." ;
  rdfs:subClassOf tmc:Store ;
  owl:equivalentClass schema:OfficeEquipmentStore .

tmc:OfficialLegalValue a tmc:LegalValueLevel ;
  rdfs:label "Official Legal Value" ;
  rdfs:comment "All the documents published by an official publisher should have at least the legal value level \"OfficialLegalValue\". This indicates that the document was published by an organisation with the public task of making it available (e.g. a consolidated version of an EU directive published by the EU Office of Publications)." ;
  tmc:instanceOf tmc:LegalValueLevel .

tmc:OfflineEventAttendanceMode a tmc:EventAttendanceModeEnumeration ;
  rdfs:label "Offline Event Attendance Mode" ;
  rdfs:comment "OfflineEventAttendanceMode - an event that is primarily conducted offline." ;
  tmc:instanceOf tmc:EventAttendanceModeEnumeration .

tmc:OfflinePermanently a tmc:GameServerStatus ;
  rdfs:label "Offline Permanently" ;
  rdfs:comment "Game server status: OfflinePermanently. Server is offline and not available." ;
  tmc:instanceOf tmc:GameServerStatus .

tmc:OfflineTemporarily a tmc:GameServerStatus ;
  rdfs:label "Offline Temporarily" ;
  rdfs:comment "Game server status: OfflineTemporarily. Server is offline now but it can be online soon." ;
  tmc:instanceOf tmc:GameServerStatus .

tmc:Oncologic a tmc:MedicalSpecialty ;
  rdfs:label "Oncologic" ;
  rdfs:comment "A specific branch of medical science that deals with benign and malignant tumors, including the study of their development, diagnosis, treatment and prevention." ;
  tmc:instanceOf tmc:MedicalSpecialty .

tmc:OnDemandEvent a rdfs:Class ;
  rdfs:label "On Demand Event" ;
  rdfs:comment "A publication event, e.g. catch-up TV or radio podcast, during which a program is available on-demand." ;
  rdfs:subClassOf tmc:PublicationEvent ;
  owl:equivalentClass schema:OnDemandEvent .

tmc:OneTimePayments a tmc:GovernmentBenefitsType ;
  rdfs:label "One Time Payments" ;
  rdfs:comment "OneTimePayments: this is a benefit for one-time payments for individuals." ;
  tmc:instanceOf tmc:GovernmentBenefitsType .

tmc:Online a tmc:GameServerStatus ;
  rdfs:label "Online" ;
  rdfs:comment "Game server status: Online. Server is available." ;
  tmc:instanceOf tmc:GameServerStatus .

tmc:OnlineBusiness a rdfs:Class ;
  rdfs:label "Online Business" ;
  rdfs:comment "A particular online business, either standalone or the online part of a broader organization. Examples include an eCommerce site, an online travel booking site, an online learning site, an online logistics and shipping provider, an online (virtual) doctor, etc." ;
  rdfs:subClassOf tmc:Organization ;
  owl:equivalentClass schema:OnlineBusiness .

tmc:OnlineEventAttendanceMode a tmc:EventAttendanceModeEnumeration ;
  rdfs:label "Online Event Attendance Mode" ;
  rdfs:comment "OnlineEventAttendanceMode - an event that is primarily conducted online." ;
  tmc:instanceOf tmc:EventAttendanceModeEnumeration .

tmc:OnlineFull a tmc:GameServerStatus ;
  rdfs:label "Online Full" ;
  rdfs:comment "Game server status: OnlineFull. Server is online but unavailable. The maximum number of players has reached." ;
  tmc:instanceOf tmc:GameServerStatus .

tmc:OnlineOnly a tmc:ItemAvailability ;
  rdfs:label "Online Only" ;
  rdfs:comment "Indicates that the item is available only online." ;
  tmc:instanceOf tmc:ItemAvailability .

tmc:OnlineStore a rdfs:Class ;
  rdfs:label "Online Store" ;
  rdfs:comment "An eCommerce site." ;
  rdfs:subClassOf tmc:OnlineBusiness ;
  owl:equivalentClass schema:OnlineStore .

tmc:OnSitePickup a tmc:DeliveryMethod ;
  rdfs:label "On Site Pickup" ;
  rdfs:comment "A DeliveryMethod in which an item is collected on site, e.g. in a store or at a box office." ;
  tmc:instanceOf tmc:DeliveryMethod .

tmc:openingHours a rdf:Property ;
  rdfs:label "opening Hours" ;
  rdfs:comment "The general opening hours for a business. Opening hours can be specified as a weekly time range, starting with days, then times per day. Multiple days can be listed with commas ',' separating each day. Day or time ranges are specified using a hyphen '-'.\\n\\n* Days are specified using the following two-letter combinations: ```Mo```, ```Tu```, ```We```, ```Th```, ```Fr```, ```Sa```, ```Su```.\\n* Times are specified using 24:00 format. For example, 3pm is specified as ```15:00```, 10am as ```10:00```. \\n* Here is an example: <code>&lt;time itemprop=\"openingHours\" datetime=&quot;Tu,Th 16:00-20:00&quot;&gt;Tuesdays and Thursdays 4-8pm&lt;/time&gt;</code>.\\n* If a business is open 7 days a week, then it can be specified as <code>&lt;time itemprop=&quot;openingHours&quot; datetime=&quot;Mo-Su&quot;&gt;Monday through Sunday, all day&lt;/time&gt;</code>." ;
  schema:domainIncludes tmc:LocalBusiness, tmc:CivicStructure ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:openingHours .

tmc:openingHoursSpecification a rdf:Property ;
  rdfs:label "opening Hours Specification" ;
  rdfs:comment "The opening hours of a certain place." ;
  schema:domainIncludes tmc:Place ;
  schema:rangeIncludes tmc:OpeningHoursSpecification ;
  owl:equivalentProperty schema:openingHoursSpecification .

tmc:OpeningHoursSpecification a rdfs:Class ;
  rdfs:label "Opening Hours Specification" ;
  rdfs:comment "A structured value providing information about the opening hours of a place or a certain service inside a place.\\n\\n\nThe place is __open__ if the [[opens]] property is specified, and __closed__ otherwise.\\n\\nIf the value for the [[closes]] property is less than the value for the [[opens]] property then the hour range is assumed to span over the next day.\n      " ;
  rdfs:subClassOf tmc:StructuredValue ;
  owl:equivalentClass schema:OpeningHoursSpecification .

tmc:opens a rdf:Property ;
  rdfs:label "opens" ;
  rdfs:comment "The opening hour of the place or service on the given day(s) of the week." ;
  schema:domainIncludes tmc:OpeningHoursSpecification ;
  schema:rangeIncludes schema:Time ;
  owl:equivalentProperty schema:opens .

tmc:OpenTrial a tmc:MedicalTrialDesign ;
  rdfs:label "Open Trial" ;
  rdfs:comment "A trial design in which the researcher knows the full details of the treatment, and so does the patient." ;
  tmc:instanceOf tmc:MedicalTrialDesign .

tmc:operatingSystem a rdf:Property ;
  rdfs:label "operating System" ;
  rdfs:comment "Operating systems supported (Windows 7, OS X 10.6, Android 1.6)." ;
  schema:domainIncludes tmc:SoftwareApplication ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:operatingSystem .

tmc:OpinionNewsArticle a rdfs:Class ;
  rdfs:label "Opinion News Article" ;
  rdfs:comment "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]]/[[BlogPosting]] entry in the Opinions section of a news publication. " ;
  rdfs:subClassOf tmc:NewsArticle ;
  owl:equivalentClass schema:OpinionNewsArticle .

tmc:opponent a rdf:Property ;
  rdfs:label "opponent" ;
  rdfs:comment "A sub property of participant. The opponent on this action." ;
  rdfs:subPropertyOf tmc:participant ;
  schema:domainIncludes tmc:ExerciseAction ;
  schema:rangeIncludes tmc:Person ;
  owl:equivalentProperty schema:opponent .

tmc:Optician a rdfs:Class ;
  rdfs:label "Optician" ;
  rdfs:comment "A store that sells reading glasses and similar devices for improving vision." ;
  rdfs:subClassOf tmc:MedicalBusiness ;
  owl:equivalentClass schema:Optician .

tmc:option a rdf:Property ;
  rdfs:label "option" ;
  rdfs:comment "A sub property of object. The options subject to this action." ;
  rdfs:subPropertyOf tmc:object ;
  schema:domainIncludes tmc:ChooseAction ;
  schema:rangeIncludes schema:Text, tmc:Thing ;
  owl:equivalentProperty schema:option .

tmc:Optometric a tmc:MedicalSpecialty ;
  rdfs:label "Optometric" ;
  rdfs:comment "The science or practice of testing visual acuity and prescribing corrective lenses." ;
  tmc:instanceOf tmc:MedicalSpecialty .

tmc:Order a rdfs:Class ;
  rdfs:label "Order" ;
  rdfs:comment "An order is a confirmation of a transaction (a receipt), which can contain multiple line items, each represented by an Offer that has been accepted by the customer." ;
  rdfs:subClassOf tmc:Intangible ;
  owl:equivalentClass schema:Order .

tmc:OrderAction a rdfs:Class ;
  rdfs:label "Order Action" ;
  rdfs:comment "An agent orders an object/product/service to be delivered/sent." ;
  rdfs:subClassOf tmc:TradeAction ;
  owl:equivalentClass schema:OrderAction .

tmc:OrderCancelled a tmc:OrderStatus ;
  rdfs:label "Order Cancelled" ;
  rdfs:comment "OrderStatus representing cancellation of an order." ;
  tmc:instanceOf tmc:OrderStatus .

tmc:orderDate a rdf:Property ;
  rdfs:label "order Date" ;
  rdfs:comment "Date order was placed." ;
  schema:domainIncludes tmc:Order ;
  schema:rangeIncludes schema:DateTime, schema:Date ;
  owl:equivalentProperty schema:orderDate .

tmc:OrderDelivered a tmc:OrderStatus ;
  rdfs:label "Order Delivered" ;
  rdfs:comment "OrderStatus representing successful delivery of an order." ;
  tmc:instanceOf tmc:OrderStatus .

tmc:orderDelivery a rdf:Property ;
  rdfs:label "order Delivery" ;
  rdfs:comment "The delivery of the parcel related to this order or order item." ;
  schema:domainIncludes tmc:Order, tmc:OrderItem ;
  schema:rangeIncludes tmc:ParcelDelivery ;
  owl:equivalentProperty schema:orderDelivery .

tmc:orderedItem a rdf:Property ;
  rdfs:label "ordered Item" ;
  rdfs:comment "The item ordered." ;
  schema:domainIncludes tmc:OrderItem, tmc:Order ;
  schema:rangeIncludes tmc:Product, tmc:Service, tmc:OrderItem ;
  owl:equivalentProperty schema:orderedItem .

tmc:OrderInTransit a tmc:OrderStatus ;
  rdfs:label "Order In Transit" ;
  rdfs:comment "OrderStatus representing that an order is in transit." ;
  tmc:instanceOf tmc:OrderStatus .

tmc:OrderItem a rdfs:Class ;
  rdfs:label "Order Item" ;
  rdfs:comment "An order item is a line of an order. It includes the quantity and shipping details of a bought offer." ;
  rdfs:subClassOf tmc:Intangible ;
  owl:equivalentClass schema:OrderItem .

tmc:orderItemNumber a rdf:Property ;
  rdfs:label "order Item Number" ;
  rdfs:comment "The identifier of the order item." ;
  schema:domainIncludes tmc:OrderItem ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:orderItemNumber .

tmc:orderItemStatus a rdf:Property ;
  rdfs:label "order Item Status" ;
  rdfs:comment "The current status of the order item." ;
  schema:domainIncludes tmc:OrderItem ;
  schema:rangeIncludes tmc:OrderStatus ;
  owl:equivalentProperty schema:orderItemStatus .

tmc:orderNumber a rdf:Property ;
  rdfs:label "order Number" ;
  rdfs:comment "The identifier of the transaction." ;
  rdfs:subPropertyOf tmc:identifier ;
  schema:domainIncludes tmc:Order ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:orderNumber .

tmc:OrderPaymentDue a tmc:OrderStatus ;
  rdfs:label "Order Payment Due" ;
  rdfs:comment "OrderStatus representing that payment is due on an order." ;
  tmc:instanceOf tmc:OrderStatus .

tmc:OrderPickupAvailable a tmc:OrderStatus ;
  rdfs:label "Order Pickup Available" ;
  rdfs:comment "OrderStatus representing availability of an order for pickup." ;
  tmc:instanceOf tmc:OrderStatus .

tmc:OrderProblem a tmc:OrderStatus ;
  rdfs:label "Order Problem" ;
  rdfs:comment "OrderStatus representing that there is a problem with the order." ;
  tmc:instanceOf tmc:OrderStatus .

tmc:OrderProcessing a tmc:OrderStatus ;
  rdfs:label "Order Processing" ;
  rdfs:comment "OrderStatus representing that an order is being processed." ;
  tmc:instanceOf tmc:OrderStatus .

tmc:orderQuantity a rdf:Property ;
  rdfs:label "order Quantity" ;
  rdfs:comment "The number of the item ordered. If the property is not set, assume the quantity is one." ;
  schema:domainIncludes tmc:OrderItem ;
  schema:rangeIncludes schema:Number ;
  owl:equivalentProperty schema:orderQuantity .

tmc:OrderReturned a tmc:OrderStatus ;
  rdfs:label "Order Returned" ;
  rdfs:comment "OrderStatus representing that an order has been returned." ;
  tmc:instanceOf tmc:OrderStatus .

tmc:orderStatus a rdf:Property ;
  rdfs:label "order Status" ;
  rdfs:comment "The current status of the order." ;
  schema:domainIncludes tmc:Order ;
  schema:rangeIncludes tmc:OrderStatus ;
  owl:equivalentProperty schema:orderStatus .

tmc:OrderStatus a rdfs:Class ;
  rdfs:label "Order Status" ;
  rdfs:comment "Enumerated status values for Order." ;
  rdfs:subClassOf tmc:StatusEnumeration ;
  owl:equivalentClass schema:OrderStatus .

tmc:Organization a rdfs:Class ;
  rdfs:label "Organization" ;
  rdfs:comment "An organization such as a school, NGO, corporation, club, etc." ;
  rdfs:subClassOf tmc:Thing, tmc:Provider ;
  tmc:instanceOf tmc:ProviderType ;
  owl:equivalentClass schema:Organization .

tmc:Organization a tmc:ProviderType .

tmc:OrganizationRole a rdfs:Class ;
  rdfs:label "Organization Role" ;
  rdfs:comment "A subclass of Role used to describe roles within organizations." ;
  rdfs:subClassOf tmc:Role ;
  owl:equivalentClass schema:OrganizationRole .

tmc:OrganizeAction a rdfs:Class ;
  rdfs:label "Organize Action" ;
  rdfs:comment "The act of manipulating/administering/supervising/controlling one or more objects." ;
  rdfs:subClassOf tmc:Action ;
  owl:equivalentClass schema:OrganizeAction .

tmc:organizer a rdf:Property ;
  rdfs:label "organizer" ;
  rdfs:comment "An organizer of an Event." ;
  schema:domainIncludes tmc:Event ;
  schema:rangeIncludes tmc:Organization, tmc:Person ;
  owl:equivalentProperty schema:organizer .

tmc:OrganizerType a rdfs:Class, schema:Enumeration ;
  rdfs:label "Organizer Type" ;
  rdfs:subClassOf tmc:Enumeration ;
  tmc:enumerationOf tmc:Organization .

tmc:organizerType a rdf:Property ;
  rdfs:label "organizer type" ;
  schema:domainIncludes tmc:Organization ;
  schema:rangeIncludes tmc:OrganizerType .

tmc:originAddress a rdf:Property ;
  rdfs:label "origin Address" ;
  rdfs:comment "Shipper's address." ;
  schema:domainIncludes tmc:ParcelDelivery ;
  schema:rangeIncludes tmc:PostalAddress ;
  owl:equivalentProperty schema:originAddress .

tmc:OriginalMediaContent a tmc:MediaManipulationRatingEnumeration ;
  rdfs:label "Original Media Content" ;
  rdfs:comment "Content coded 'as original media content' in a MediaReview, considered in the context of how it was published or shared.\n\nFor a VideoObject to be 'original': No evidence the footage has been misleadingly altered or manipulated, though it may contain false or misleading claims.\n\nFor an ImageObject to be 'original': No evidence the image has been misleadingly altered or manipulated, though it may still contain false or misleading claims.\n\nFor an ImageObject with embedded text to be 'original': No evidence the image has been misleadingly altered or manipulated, though it may still contain false or misleading claims.\n\nFor an AudioObject to be 'original': No evidence the audio has been misleadingly altered or manipulated, though it may contain false or misleading claims." ;
  tmc:instanceOf tmc:MediaManipulationRatingEnumeration .

tmc:originalMediaContextDescription a rdf:Property ;
  rdfs:label "original Media Context Description" ;
  rdfs:comment "Describes, in a [[MediaReview]] when dealing with [[DecontextualizedContent]], background information that can contribute to better interpretation of the [[MediaObject]]." ;
  rdfs:subPropertyOf tmc:description ;
  schema:domainIncludes tmc:MediaReview ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:originalMediaContextDescription .

tmc:originalMediaLink a rdf:Property ;
  rdfs:label "original Media Link" ;
  rdfs:comment "Link to the page containing an original version of the content, or directly to an online copy of the original [[MediaObject]] content, e.g. video file." ;
  schema:domainIncludes tmc:MediaReview ;
  schema:rangeIncludes tmc:WebPage, tmc:MediaObject, schema:URL ;
  owl:equivalentProperty schema:originalMediaLink .

tmc:OriginalShippingFees a tmc:ReturnFeesEnumeration ;
  rdfs:label "Original Shipping Fees" ;
  rdfs:comment "Specifies that the customer must pay the original shipping costs when returning a product." ;
  tmc:instanceOf tmc:ReturnFeesEnumeration .

tmc:originatesFrom a rdf:Property ;
  rdfs:label "originates From" ;
  rdfs:comment "The vasculature the lymphatic structure originates, or afferents, from." ;
  schema:domainIncludes tmc:LymphaticVessel ;
  schema:rangeIncludes tmc:Vessel ;
  owl:equivalentProperty schema:originatesFrom .

tmc:Osteopathic a tmc:MedicineSystem ;
  rdfs:label "Osteopathic" ;
  rdfs:comment "A system of medicine focused on promoting the body's innate ability to heal itself." ;
  tmc:instanceOf tmc:MedicineSystem .

tmc:OTC a tmc:DrugPrescriptionStatus ;
  rdfs:label "OTC" ;
  rdfs:comment "The character of a medical substance, typically a medicine, of being available over the counter or not." ;
  tmc:instanceOf tmc:DrugPrescriptionStatus .

tmc:Otolaryngologic a tmc:MedicalSpecialty ;
  rdfs:label "Otolaryngologic" ;
  rdfs:comment "A specific branch of medical science that is concerned with the ear, nose and throat and their respective disease states." ;
  tmc:instanceOf tmc:MedicalSpecialty .

tmc:OutdoorRecreationArea a rdfs:Class ;
  rdfs:label "Outdoor Recreation Area" ;
  rdfs:comment "Open spaces for playing outdoor games such as beach volleyball, bocce ball, and disc golf, often found in parks or community centers." ;
  rdfs:subClassOf tmc:SportsActivityLocation ;
  tmc:instanceOf tmc:SportsActivityLocationType .

tmc:OutdoorRecreationArea a tmc:SportsActivityLocationType .

tmc:OutletStore a rdfs:Class ;
  rdfs:label "Outlet Store" ;
  rdfs:comment "An outlet store." ;
  rdfs:subClassOf tmc:Store ;
  owl:equivalentClass schema:OutletStore .

tmc:OutOfStock a tmc:ItemAvailability ;
  rdfs:label "Out Of Stock" ;
  rdfs:comment "Indicates that the item is out of stock." ;
  tmc:instanceOf tmc:ItemAvailability .

tmc:overdosage a rdf:Property ;
  rdfs:label "overdosage" ;
  rdfs:comment "Any information related to overdose on a drug, including signs or symptoms, treatments, contact information for emergency response." ;
  schema:domainIncludes tmc:Drug ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:overdosage .

tmc:OverviewHealthAspect a tmc:HealthAspectEnumeration ;
  rdfs:label "Overview Health Aspect" ;
  rdfs:comment "Overview of the content. Contains a summarized view of the topic with the most relevant information for an introduction." ;
  tmc:instanceOf tmc:HealthAspectEnumeration .

tmc:ownedFrom a rdf:Property ;
  rdfs:label "owned From" ;
  rdfs:comment "The date and time of obtaining the product." ;
  schema:domainIncludes tmc:OwnershipInfo ;
  schema:rangeIncludes schema:DateTime ;
  owl:equivalentProperty schema:ownedFrom .

tmc:ownedThrough a rdf:Property ;
  rdfs:label "owned Through" ;
  rdfs:comment "The date and time of giving up ownership on the product." ;
  schema:domainIncludes tmc:OwnershipInfo ;
  schema:rangeIncludes schema:DateTime ;
  owl:equivalentProperty schema:ownedThrough .

tmc:ownershipFundingInfo a rdf:Property ;
  rdfs:label "ownership Funding Info" ;
  rdfs:comment "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." ;
  rdfs:subPropertyOf tmc:publishingPrinciples ;
  schema:domainIncludes tmc:NewsMediaOrganization, tmc:Organization ;
  schema:rangeIncludes tmc:AboutPage, schema:Text, tmc:CreativeWork, schema:URL ;
  owl:equivalentProperty schema:ownershipFundingInfo .

tmc:OwnershipInfo a rdfs:Class ;
  rdfs:label "Ownership Info" ;
  rdfs:comment "A structured value providing information about when a certain organization or person owned a certain product." ;
  rdfs:subClassOf tmc:StructuredValue ;
  owl:equivalentClass schema:OwnershipInfo .

tmc:owns a rdf:Property ;
  rdfs:label "owns" ;
  rdfs:comment "Products owned by the organization or person." ;
  schema:domainIncludes tmc:Organization, tmc:Person ;
  schema:rangeIncludes tmc:Product, tmc:OwnershipInfo ;
  owl:equivalentProperty schema:owns .

tmc:pageEnd a rdf:Property ;
  rdfs:label "page End" ;
  rdfs:comment "The page on which the work ends; for example \"138\" or \"xvi\"." ;
  schema:domainIncludes tmc:PublicationVolume, tmc:PublicationIssue, tmc:Chapter, tmc:Article ;
  schema:rangeIncludes schema:Integer, schema:Text ;
  owl:equivalentProperty schema:pageEnd, <http://purl.org/ontology/bibo/pageEnd> .

tmc:pageStart a rdf:Property ;
  rdfs:label "page Start" ;
  rdfs:comment "The page on which the work starts; for example \"135\" or \"xiii\"." ;
  schema:domainIncludes tmc:Chapter, tmc:Article, tmc:PublicationVolume, tmc:PublicationIssue ;
  schema:rangeIncludes schema:Integer, schema:Text ;
  owl:equivalentProperty schema:pageStart, <http://purl.org/ontology/bibo/pageStart> .

tmc:pagination a rdf:Property ;
  rdfs:label "pagination" ;
  rdfs:comment "Any description of pages that is not separated into pageStart and pageEnd; for example, \"1-6, 9, 55\" or \"10-12, 46-49\"." ;
  schema:domainIncludes tmc:PublicationVolume, tmc:PublicationIssue, tmc:Chapter, tmc:Article ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:pagination, <http://purl.org/ontology/bibo/pages> .

tmc:PaidLeave a tmc:GovernmentBenefitsType ;
  rdfs:label "Paid Leave" ;
  rdfs:comment "PaidLeave: this is a benefit for paid leave." ;
  tmc:instanceOf tmc:GovernmentBenefitsType .

tmc:PaintAction a rdfs:Class ;
  rdfs:label "Paint Action" ;
  rdfs:comment "The act of producing a painting, typically with paint and canvas as instruments." ;
  rdfs:subClassOf tmc:CreateAction ;
  owl:equivalentClass schema:PaintAction .

tmc:Painting a rdfs:Class ;
  rdfs:label "Painting" ;
  rdfs:comment "A painting." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:Painting .

tmc:PalliativeProcedure a rdfs:Class ;
  rdfs:label "Palliative Procedure" ;
  rdfs:comment "A medical procedure intended primarily for palliative purposes, aimed at relieving the symptoms of an underlying health condition." ;
  rdfs:subClassOf tmc:MedicalProcedure, tmc:MedicalTherapy ;
  owl:equivalentClass schema:PalliativeProcedure .

tmc:Paperback a tmc:BookFormatType ;
  rdfs:label "Paperback" ;
  rdfs:comment "Book format: Paperback." ;
  tmc:instanceOf tmc:BookFormatType .

tmc:ParcelDelivery a rdfs:Class ;
  rdfs:label "Parcel Delivery" ;
  rdfs:comment "The delivery of a parcel either via the postal service or a commercial service." ;
  rdfs:subClassOf tmc:Intangible ;
  owl:equivalentClass schema:ParcelDelivery .

tmc:ParcelService a tmc:DeliveryMethod ;
  rdfs:label "Parcel Service" ;
  rdfs:comment "A private parcel service as the delivery mode available for a certain offer." ;
  tmc:instanceOf tmc:DeliveryMethod .

tmc:parent a rdf:Property ;
  rdfs:label "parent" ;
  rdfs:comment "A parent of this person." ;
  schema:domainIncludes tmc:Person ;
  schema:rangeIncludes tmc:Person ;
  owl:equivalentProperty schema:parent .

tmc:ParentalSupport a tmc:GovernmentBenefitsType ;
  rdfs:label "Parental Support" ;
  rdfs:comment "ParentalSupport: this is a benefit for parental support." ;
  tmc:instanceOf tmc:GovernmentBenefitsType .

tmc:ParentAudience a rdfs:Class ;
  rdfs:label "Parent Audience" ;
  rdfs:comment "A set of characteristics describing parents, who can be interested in viewing some content." ;
  rdfs:subClassOf tmc:PeopleAudience ;
  owl:equivalentClass schema:ParentAudience .

tmc:parentItem a rdf:Property ;
  rdfs:label "parent Item" ;
  rdfs:comment "The parent of a question, answer or item in general." ;
  schema:domainIncludes tmc:Comment ;
  schema:rangeIncludes tmc:Comment ;
  owl:equivalentProperty schema:parentItem .

tmc:parentOrganization a rdf:Property ;
  rdfs:label "parent Organization" ;
  rdfs:comment "The larger organization that this organization is a [[subOrganization]] of, if any." ;
  schema:domainIncludes tmc:Organization ;
  schema:rangeIncludes tmc:Organization ;
  schema:inverseOf tmc:subOrganization ;
  owl:equivalentProperty schema:parentOrganization .

tmc:parents a rdf:Property ;
  rdfs:label "parents" ;
  rdfs:comment "A parents of the person." ;
  schema:domainIncludes tmc:Person ;
  schema:rangeIncludes tmc:Person ;
  owl:equivalentProperty schema:parents .

tmc:parentService a rdf:Property ;
  rdfs:label "parent Service" ;
  rdfs:comment "A broadcast service to which the broadcast service may belong to such as regional variations of a national channel." ;
  schema:domainIncludes tmc:BroadcastService ;
  schema:rangeIncludes tmc:BroadcastService ;
  owl:equivalentProperty schema:parentService .

tmc:parentTaxon a rdf:Property ;
  rdfs:label "parent Taxon" ;
  rdfs:comment "Closest parent taxon of the taxon in question." ;
  schema:domainIncludes tmc:Taxon ;
  schema:rangeIncludes schema:URL, schema:Text, tmc:Taxon ;
  schema:inverseOf tmc:childTaxon ;
  owl:equivalentProperty schema:parentTaxon .

tmc:Park a rdfs:Class ;
  rdfs:label "Park" ;
  rdfs:comment "A park." ;
  rdfs:subClassOf tmc:CivicStructure ;
  owl:equivalentClass schema:Park .

tmc:ParkingFacility a rdfs:Class ;
  rdfs:label "Parking Facility" ;
  rdfs:comment "A parking lot or other parking facility." ;
  rdfs:subClassOf tmc:CivicStructure ;
  owl:equivalentClass schema:ParkingFacility .

tmc:ParkingMap a tmc:MapCategoryType ;
  rdfs:label "Parking Map" ;
  rdfs:comment "A parking map." ;
  tmc:instanceOf tmc:MapCategoryType .

tmc:PartiallyInForce a tmc:LegalForceStatus ;
  rdfs:label "Partially In Force" ;
  rdfs:comment "Indicates that parts of the legislation are in force, and parts are not." ;
  tmc:instanceOf tmc:LegalForceStatus .

tmc:participant a rdf:Property ;
  rdfs:label "participant" ;
  rdfs:comment "Other co-agents that participated in the action indirectly. E.g. John wrote a book with *Steve*." ;
  schema:domainIncludes tmc:Action ;
  schema:rangeIncludes tmc:Organization, tmc:Person ;
  owl:equivalentProperty schema:participant .

tmc:partOfEpisode a rdf:Property ;
  rdfs:label "part Of Episode" ;
  rdfs:comment "The episode to which this clip belongs." ;
  rdfs:subPropertyOf tmc:isPartOf ;
  schema:domainIncludes tmc:Clip ;
  schema:rangeIncludes tmc:Episode ;
  owl:equivalentProperty schema:partOfEpisode .

tmc:partOfInvoice a rdf:Property ;
  rdfs:label "part Of Invoice" ;
  rdfs:comment "The order is being paid as part of the referenced Invoice." ;
  schema:domainIncludes tmc:Order ;
  schema:rangeIncludes tmc:Invoice ;
  owl:equivalentProperty schema:partOfInvoice .

tmc:partOfOrder a rdf:Property ;
  rdfs:label "part Of Order" ;
  rdfs:comment "The overall order the items in this delivery were included in." ;
  schema:domainIncludes tmc:ParcelDelivery ;
  schema:rangeIncludes tmc:Order ;
  owl:equivalentProperty schema:partOfOrder .

tmc:partOfSeason a rdf:Property ;
  rdfs:label "part Of Season" ;
  rdfs:comment "The season to which this episode belongs." ;
  rdfs:subPropertyOf tmc:isPartOf ;
  schema:domainIncludes tmc:Episode, tmc:Clip ;
  schema:rangeIncludes tmc:CreativeWorkSeason ;
  owl:equivalentProperty schema:partOfSeason .

tmc:partOfSeries a rdf:Property ;
  rdfs:label "part Of Series" ;
  rdfs:comment "The series to which this episode or season belongs." ;
  rdfs:subPropertyOf tmc:isPartOf ;
  schema:domainIncludes tmc:Episode, tmc:Clip, tmc:CreativeWorkSeason ;
  schema:rangeIncludes tmc:CreativeWorkSeries ;
  owl:equivalentProperty schema:partOfSeries .

tmc:partOfSystem a rdf:Property ;
  rdfs:label "part Of System" ;
  rdfs:comment "The anatomical or organ system that this structure is part of." ;
  schema:domainIncludes tmc:AnatomicalStructure ;
  schema:rangeIncludes tmc:AnatomicalSystem ;
  owl:equivalentProperty schema:partOfSystem .

tmc:partOfTrip a rdf:Property ;
  rdfs:label "part Of Trip" ;
  rdfs:comment "Identifies that this [[Trip]] is a subTrip of another Trip.  For example Day 1, Day 2, etc. of a multi-day trip." ;
  schema:domainIncludes tmc:Trip ;
  schema:rangeIncludes tmc:Trip ;
  schema:inverseOf tmc:subTrip ;
  owl:equivalentProperty schema:partOfTrip .

tmc:partOfTVSeries a rdf:Property ;
  rdfs:label "part Of TV Series" ;
  rdfs:comment "The TV series to which this episode or season belongs." ;
  rdfs:subPropertyOf tmc:isPartOf ;
  schema:domainIncludes tmc:TVEpisode, tmc:TVClip, tmc:TVSeason ;
  schema:rangeIncludes tmc:TVSeries ;
  owl:equivalentProperty schema:partOfTVSeries .

tmc:partySize a rdf:Property ;
  rdfs:label "party Size" ;
  rdfs:comment "Number of people the reservation should accommodate." ;
  schema:domainIncludes tmc:TaxiReservation, tmc:FoodEstablishmentReservation ;
  schema:rangeIncludes tmc:QuantitativeValue, schema:Integer ;
  owl:equivalentProperty schema:partySize .

tmc:passengerPriorityStatus a rdf:Property ;
  rdfs:label "passenger Priority Status" ;
  rdfs:comment "The priority status assigned to a passenger for security or boarding (e.g. FastTrack or Priority)." ;
  schema:domainIncludes tmc:FlightReservation ;
  schema:rangeIncludes schema:Text, tmc:QualitativeValue ;
  owl:equivalentProperty schema:passengerPriorityStatus .

tmc:passengerSequenceNumber a rdf:Property ;
  rdfs:label "passenger Sequence Number" ;
  rdfs:comment "The passenger's sequence number as assigned by the airline." ;
  schema:domainIncludes tmc:FlightReservation ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:passengerSequenceNumber .

tmc:Pathology a tmc:MedicalSpecialty ;
  rdfs:label "Pathology" ;
  rdfs:comment "A specific branch of medical science that is concerned with the study of the cause, origin and nature of a disease state, including its consequences as a result of manifestation of the disease. In clinical care, the term is used to designate a branch of medicine using laboratory tests to diagnose and determine the prognostic significance of illness." ;
  tmc:instanceOf tmc:MedicalSpecialty .

tmc:PathologyTest a rdfs:Class ;
  rdfs:label "Pathology Test" ;
  rdfs:comment "A medical test performed by a laboratory that typically involves examination of a tissue sample by a pathologist." ;
  rdfs:subClassOf tmc:MedicalTest ;
  owl:equivalentClass schema:PathologyTest .

tmc:pathophysiology a rdf:Property ;
  rdfs:label "pathophysiology" ;
  rdfs:comment "Changes in the normal mechanical, physical, and biochemical functions that are associated with this activity or condition." ;
  schema:domainIncludes tmc:PhysicalActivity, tmc:MedicalCondition ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:pathophysiology .

tmc:Patient a rdfs:Class ;
  rdfs:label "Patient" ;
  rdfs:comment "A patient is any person recipient of health care services." ;
  rdfs:subClassOf tmc:MedicalAudience, tmc:Person ;
  owl:equivalentClass schema:Patient, <http://purl.bioontology.org/ontology/SNOMEDCT/116154003> .

tmc:PatientExperienceHealthAspect a tmc:HealthAspectEnumeration ;
  rdfs:label "Patient Experience Health Aspect" ;
  rdfs:comment "Content about the real life experience of patients or people that have lived a similar experience about the topic. May be forums, topics, Q-and-A and related material." ;
  tmc:instanceOf tmc:HealthAspectEnumeration .

tmc:pattern a rdf:Property ;
  rdfs:label "pattern" ;
  rdfs:comment "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." ;
  schema:domainIncludes tmc:Product, tmc:CreativeWork ;
  schema:rangeIncludes tmc:DefinedTerm, schema:Text ;
  owl:equivalentProperty schema:pattern .

tmc:PawnShop a rdfs:Class ;
  rdfs:label "Pawn Shop" ;
  rdfs:comment "A shop that will buy, or lend money against the security of, personal possessions." ;
  rdfs:subClassOf tmc:Store ;
  owl:equivalentClass schema:PawnShop .

tmc:PayAction a rdfs:Class ;
  rdfs:label "Pay Action" ;
  rdfs:comment "An agent pays a price to a participant." ;
  rdfs:subClassOf tmc:TradeAction ;
  owl:equivalentClass schema:PayAction .

tmc:payload a rdf:Property ;
  rdfs:label "payload" ;
  rdfs:comment "The permitted weight of passengers and cargo, EXCLUDING the weight of the empty vehicle.\\n\\nTypical unit code(s): KGM for kilogram, LBR for pound\\n\\n* 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." ;
  schema:domainIncludes tmc:Vehicle ;
  schema:rangeIncludes tmc:QuantitativeValue ;
  owl:equivalentProperty schema:payload .

tmc:paymentAccepted a rdf:Property ;
  rdfs:label "payment Accepted" ;
  rdfs:comment "Cash, Credit Card, Cryptocurrency, Local Exchange Tradings System, etc." ;
  schema:domainIncludes tmc:LocalBusiness ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:paymentAccepted .

tmc:PaymentAutomaticallyApplied a tmc:PaymentStatusType ;
  rdfs:label "Payment Automatically Applied" ;
  rdfs:comment "An automatic payment system is in place and will be used." ;
  tmc:instanceOf tmc:PaymentStatusType .

tmc:PaymentCard a rdfs:Class ;
  rdfs:label "Payment Card" ;
  rdfs:comment "A payment method using a credit, debit, store or other card to associate the payment with an account." ;
  rdfs:subClassOf tmc:PaymentMethod ;
  owl:equivalentClass schema:PaymentCard .

tmc:PaymentChargeSpecification a rdfs:Class ;
  rdfs:label "Payment Charge Specification" ;
  rdfs:comment "The costs of settling the payment using a particular payment method." ;
  rdfs:subClassOf tmc:PriceSpecification ;
  owl:equivalentClass schema:PaymentChargeSpecification .

tmc:PaymentComplete a tmc:PaymentStatusType ;
  rdfs:label "Payment Complete" ;
  rdfs:comment "The payment has been received and processed." ;
  tmc:instanceOf tmc:PaymentStatusType .

tmc:PaymentDeclined a tmc:PaymentStatusType ;
  rdfs:label "Payment Declined" ;
  rdfs:comment "The payee received the payment, but it was declined for some reason." ;
  tmc:instanceOf tmc:PaymentStatusType .

tmc:paymentDue a rdf:Property ;
  rdfs:label "payment Due" ;
  rdfs:comment "The date that payment is due." ;
  schema:domainIncludes tmc:Invoice, tmc:Order ;
  schema:rangeIncludes schema:DateTime ;
  owl:equivalentProperty schema:paymentDue .

tmc:PaymentDue a tmc:PaymentStatusType ;
  rdfs:label "Payment Due" ;
  rdfs:comment "The payment is due, but still within an acceptable time to be received." ;
  tmc:instanceOf tmc:PaymentStatusType .

tmc:paymentDueDate a rdf:Property ;
  rdfs:label "payment Due Date" ;
  rdfs:comment "The date that payment is due." ;
  schema:domainIncludes tmc:Invoice, tmc:Order ;
  schema:rangeIncludes schema:Date, schema:DateTime ;
  owl:equivalentProperty schema:paymentDueDate .

tmc:paymentMethod a rdf:Property ;
  rdfs:label "payment Method" ;
  rdfs:comment "The name of the credit card or other method of payment for the order." ;
  schema:domainIncludes tmc:Invoice, tmc:Order ;
  schema:rangeIncludes tmc:PaymentMethod ;
  owl:equivalentProperty schema:paymentMethod .

tmc:PaymentMethod a rdfs:Class, schema:Enumeration ;
  rdfs:label "Payment Method" ;
  rdfs:comment "A payment method is a standardized procedure for transferring the monetary amount for a purchase. Payment methods are characterized by the legal and technical structures used, and by the organization or group carrying out the transaction." ;
  rdfs:subClassOf tmc:Enumeration ;
  owl:equivalentClass schema:PaymentMethod .

tmc:paymentMethodId a rdf:Property ;
  rdfs:label "payment Method Id" ;
  rdfs:comment "An identifier for the method of payment used (e.g. the last 4 digits of the credit card)." ;
  schema:domainIncludes tmc:Invoice, tmc:Order ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:paymentMethodId .

tmc:PaymentPastDue a tmc:PaymentStatusType ;
  rdfs:label "Payment Past Due" ;
  rdfs:comment "The payment is due and considered late." ;
  tmc:instanceOf tmc:PaymentStatusType .

tmc:PaymentService a rdfs:Class ;
  rdfs:label "Payment Service" ;
  rdfs:comment "A Service to transfer funds from a person or organization to a beneficiary person or organization." ;
  rdfs:subClassOf tmc:FinancialProduct ;
  owl:equivalentClass schema:PaymentService .

tmc:paymentStatus a rdf:Property ;
  rdfs:label "payment Status" ;
  rdfs:comment "The status of payment; whether the invoice has been paid or not." ;
  schema:domainIncludes tmc:Invoice ;
  schema:rangeIncludes schema:Text, tmc:PaymentStatusType ;
  owl:equivalentProperty schema:paymentStatus .

tmc:PaymentStatusType a rdfs:Class ;
  rdfs:label "Payment Status Type" ;
  rdfs:comment "A specific payment status. For example, PaymentDue, PaymentComplete, etc." ;
  rdfs:subClassOf tmc:StatusEnumeration ;
  owl:equivalentClass schema:PaymentStatusType .

tmc:paymentUrl a rdf:Property ;
  rdfs:label "payment Url" ;
  rdfs:comment "The URL for sending a payment." ;
  schema:domainIncludes tmc:Order ;
  schema:rangeIncludes schema:URL ;
  owl:equivalentProperty schema:paymentUrl .

tmc:Pediatric a tmc:MedicalSpecialty ;
  rdfs:label "Pediatric" ;
  rdfs:comment "A specific branch of medical science that specializes in the care of infants, children and adolescents." ;
  tmc:instanceOf tmc:MedicalSpecialty .

tmc:penciler a rdf:Property ;
  rdfs:label "penciler" ;
  rdfs:comment "The individual who draws the primary narrative artwork." ;
  schema:domainIncludes tmc:VisualArtwork, tmc:ComicStory, tmc:ComicIssue ;
  schema:rangeIncludes tmc:Person ;
  owl:equivalentProperty schema:penciler .

tmc:PeopleAudience a rdfs:Class ;
  rdfs:label "People Audience" ;
  rdfs:comment "A set of characteristics belonging to people, e.g. who compose an item's target audience." ;
  rdfs:subClassOf tmc:Audience ;
  tmc:instanceOf tmc:AudienceType ;
  owl:equivalentClass schema:PeopleAudience .

tmc:PeopleAudience a tmc:AudienceType .

tmc:percentile10 a rdf:Property ;
  rdfs:label "percentile10" ;
  rdfs:comment "The 10th percentile value." ;
  schema:domainIncludes tmc:QuantitativeValueDistribution ;
  schema:rangeIncludes schema:Number ;
  owl:equivalentProperty schema:percentile10 .

tmc:percentile25 a rdf:Property ;
  rdfs:label "percentile25" ;
  rdfs:comment "The 25th percentile value." ;
  schema:domainIncludes tmc:QuantitativeValueDistribution ;
  schema:rangeIncludes schema:Number ;
  owl:equivalentProperty schema:percentile25 .

tmc:percentile75 a rdf:Property ;
  rdfs:label "percentile75" ;
  rdfs:comment "The 75th percentile value." ;
  schema:domainIncludes tmc:QuantitativeValueDistribution ;
  schema:rangeIncludes schema:Number ;
  owl:equivalentProperty schema:percentile75 .

tmc:percentile90 a rdf:Property ;
  rdfs:label "percentile90" ;
  rdfs:comment "The 90th percentile value." ;
  schema:domainIncludes tmc:QuantitativeValueDistribution ;
  schema:rangeIncludes schema:Number ;
  owl:equivalentProperty schema:percentile90 .

tmc:PercutaneousProcedure a tmc:MedicalProcedureType ;
  rdfs:label "Percutaneous Procedure" ;
  rdfs:comment "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." ;
  tmc:instanceOf tmc:MedicalProcedureType .

tmc:PerformAction a rdfs:Class ;
  rdfs:label "Perform Action" ;
  rdfs:comment "The act of participating in performance arts." ;
  rdfs:subClassOf tmc:PlayAction ;
  owl:equivalentClass schema:PerformAction .

tmc:PerformanceRole a rdfs:Class ;
  rdfs:label "Performance Role" ;
  rdfs:comment "A PerformanceRole is a Role that some entity places with regard to a theatrical performance, e.g. in a Movie, TVSeries etc." ;
  rdfs:subClassOf tmc:Role ;
  owl:equivalentClass schema:PerformanceRole .

tmc:performer a rdf:Property ;
  rdfs:label "performer" ;
  rdfs:comment "A performer at the event&#x2014;for example, a presenter, musician, musical group or actor." ;
  schema:domainIncludes tmc:Event ;
  schema:rangeIncludes tmc:Person, tmc:Organization ;
  owl:equivalentProperty schema:performer .

tmc:performerIn a rdf:Property ;
  rdfs:label "performer In" ;
  rdfs:comment "Event that this person is a performer or participant in." ;
  schema:domainIncludes tmc:Person ;
  schema:rangeIncludes tmc:Event ;
  owl:equivalentProperty schema:performerIn .

tmc:performers a rdf:Property ;
  rdfs:label "performers" ;
  rdfs:comment "The main performer or performers of the event&#x2014;for example, a presenter, musician, or actor." ;
  schema:domainIncludes tmc:Event ;
  schema:rangeIncludes tmc:Person, tmc:Organization ;
  owl:equivalentProperty schema:performers .

tmc:PerformingArtsTheater a rdfs:Class ;
  rdfs:label "Performing Arts Theater" ;
  rdfs:comment "A theater or other performing art center." ;
  rdfs:subClassOf tmc:CivicStructure ;
  owl:equivalentClass schema:PerformingArtsTheater .

tmc:PerformingGroup a rdfs:Class ;
  rdfs:label "Performing Group" ;
  rdfs:comment "A performance group, such as a band, an orchestra, or a circus." ;
  rdfs:subClassOf tmc:Organization ;
  owl:equivalentClass schema:PerformingGroup .

tmc:performTime a rdf:Property ;
  rdfs:label "perform Time" ;
  rdfs:comment "The length of time it takes to perform instructions or a direction (not including time to prepare the supplies), in [ISO 8601 duration format](http://en.wikipedia.org/wiki/ISO_8601)." ;
  schema:domainIncludes tmc:HowTo, tmc:HowToDirection ;
  schema:rangeIncludes tmc:Duration ;
  owl:equivalentProperty schema:performTime .

tmc:Periodical a rdfs:Class ;
  rdfs:label "Periodical" ;
  rdfs:comment "A publication in any medium issued in successive parts bearing numerical or chronological designations and intended to continue indefinitely, such as a magazine, scholarly journal, or newspaper.\\n\\nSee also [blog post](http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html)." ;
  rdfs:subClassOf tmc:CreativeWorkSeries ;
  owl:equivalentClass schema:Periodical, <http://purl.org/ontology/bibo/Periodical> .

tmc:permissions a rdf:Property ;
  rdfs:label "permissions" ;
  rdfs:comment "Permission(s) required to run the app (for example, a mobile app may require full internet access or may run only on wifi)." ;
  schema:domainIncludes tmc:SoftwareApplication ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:permissions .

tmc:permissionType a rdf:Property ;
  rdfs:label "permission Type" ;
  rdfs:comment "The type of permission granted the person, organization, or audience." ;
  schema:domainIncludes tmc:DigitalDocumentPermission ;
  schema:rangeIncludes tmc:DigitalDocumentPermissionType ;
  owl:equivalentProperty schema:permissionType .

tmc:Permit a rdfs:Class ;
  rdfs:label "Permit" ;
  rdfs:comment "A permit issued by an organization, e.g. a parking pass." ;
  rdfs:subClassOf tmc:Intangible ;
  owl:equivalentClass schema:Permit .

tmc:permitAudience a rdf:Property ;
  rdfs:label "permit Audience" ;
  rdfs:comment "The target audience for this permit." ;
  schema:domainIncludes tmc:Permit ;
  schema:rangeIncludes tmc:Audience ;
  owl:equivalentProperty schema:permitAudience .

tmc:permittedUsage a rdf:Property ;
  rdfs:label "permitted Usage" ;
  rdfs:comment "Indications regarding the permitted usage of the accommodation." ;
  schema:domainIncludes tmc:Accommodation ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:permittedUsage .

tmc:Person a rdfs:Class ;
  rdfs:label "Person" ;
  rdfs:comment "A person (alive, dead, undead, or fictional)." ;
  rdfs:subClassOf tmc:Thing, tmc:Provider ;
  tmc:instanceOf tmc:ProviderType ;
  owl:equivalentClass schema:Person, <http://xmlns.com/foaf/0.1/Person> .

tmc:Person a tmc:ProviderType .

tmc:PersonalAchievement a tmc:PlayBenefit ;
  rdfs:label "Personal Achievement" ;
  rdfs:comment "Activities that provide opportunities for setting and achieving personal goals, fostering a sense of accomplishment." ;
  tmc:instanceOf tmc:PlayBenefit .

tmc:PersonalAndHouseholdServices a rdfs:Class ;
  rdfs:label "Personal & Household Services" ;
  rdfs:comment "Consumer services such as salons, cleaning, repair and household help." ;
  rdfs:subClassOf tmc:IndustryGroup ;
  tmc:instanceOf tmc:IndustryGroupType .

tmc:PersonalAndHouseholdServices a tmc:IndustryGroupType .

tmc:PersonalServices a rdfs:Class ;
  rdfs:label "Personal Services" ;
  rdfs:comment "Local and remote consumer services including beauty, cleaning, repair and household help." ;
  rdfs:subClassOf tmc:Industry ;
  tmc:instanceOf tmc:IndustryType .

tmc:PersonalServices a tmc:IndustryType .

tmc:PersonalSportsCoach a tmc:PersonCoachType ;
  rdfs:label "Personal Sports Coach" ;
  rdfs:comment "Provides one-on-one coaching in sports, offering personalized training plans, techniques, and performance improvement strategies for individual athletes." ;
  tmc:instanceOf tmc:PersonCoachType .

tmc:PersonalTrainer a tmc:TrainingPerformanceSpecialistType ;
  rdfs:label "Personal Trainer" ;
  rdfs:comment "Provides individualized fitness coaching, designing customized workout plans to help clients achieve their personal health and fitness goals." ;
  tmc:instanceOf tmc:TrainingPerformanceSpecialistType .

tmc:PersonCoach a tmc:PersonType ;
  rdfs:label "Coach" ;
  rdfs:comment "A professional responsible for training, guiding, and strategizing in sports or fitness, enhancing skills and performance in individuals or teams." ;
  tmc:instanceOf tmc:PersonType .

tmc:PersonCoachType a rdfs:Class, schema:Enumeration ;
  rdfs:label "Person Coach Type" ;
  rdfs:subClassOf tmc:Enumeration ;
  tmc:enumerationOf tmc:PersonCoach .

tmc:PersonHealthWellnessExpert a tmc:PersonType ;
  rdfs:label "Health and Wellness Expert" ;
  rdfs:comment "A professional dedicated to promoting overall health and well-being, specializing in various aspects of physical and mental health." ;
  tmc:instanceOf tmc:PersonType .

tmc:PersonHealthWellnessExpertType a rdfs:Class ;
  rdfs:label "Health and Wellness Expert" ;
  tmc:enumerationOf tmc:PersonHealthWellnessExpert .

tmc:PersonInstructor a tmc:PersonType ;
  rdfs:label "Instructor" ;
  rdfs:comment "A professional skilled in teaching and guiding individuals or groups in various activities, ranging from fitness and sports to outdoor adventures." ;
  tmc:instanceOf tmc:PersonType .

tmc:PersonInstructorType a rdfs:Class, schema:Enumeration ;
  rdfs:label "PersonInstructorType" ;
  rdfs:subClassOf tmc:Enumeration ;
  tmc:enumerationOf tmc:PersonInstructor .

tmc:PersonType a rdfs:Class, schema:Enumeration ;
  rdfs:label "PersonType" ;
  rdfs:subClassOf tmc:Enumeration ;
  tmc:enumerationOf tmc:Person .

tmc:personType a rdf:Property ;
  rdfs:label "personType" ;
  schema:domainIncludes tmc:Person ;
  schema:rangeIncludes tmc:PersonType .

tmc:PET a tmc:MedicalImagingTechnique ;
  rdfs:label "PET" ;
  rdfs:comment "Positron emission tomography imaging." ;
  tmc:instanceOf tmc:MedicalImagingTechnique .

tmc:petsAllowed a rdf:Property ;
  rdfs:label "pets Allowed" ;
  rdfs:comment "Indicates whether pets are allowed to enter the accommodation or lodging business. More detailed information can be put in a text value." ;
  schema:domainIncludes tmc:FloorPlan, tmc:LodgingBusiness, tmc:Accommodation, tmc:ApartmentComplex ;
  schema:rangeIncludes schema:Text, schema:Boolean ;
  owl:equivalentProperty schema:petsAllowed .

tmc:PetStore a rdfs:Class ;
  rdfs:label "Pet Store" ;
  rdfs:comment "A pet store." ;
  rdfs:subClassOf tmc:Store ;
  owl:equivalentClass schema:PetStore .

tmc:Pharmacy a rdfs:Class ;
  rdfs:label "Pharmacy" ;
  rdfs:comment "A pharmacy or drugstore." ;
  rdfs:subClassOf tmc:MedicalBusiness, tmc:MedicalOrganization ;
  owl:equivalentClass schema:Pharmacy .

tmc:PharmacySpecialty a tmc:MedicalSpecialty ;
  rdfs:label "Pharmacy Specialty" ;
  rdfs:comment "The practice or art and science of preparing and dispensing drugs and medicines." ;
  tmc:instanceOf tmc:MedicalSpecialty .

tmc:phoneticText a rdf:Property ;
  rdfs:label "phonetic Text" ;
  rdfs:comment "Representation of a text [[textValue]] using the specified [[speechToTextMarkup]]. For example the city name of Houston in IPA: /ˈhjuːstən/." ;
  schema:domainIncludes tmc:PronounceableText ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:phoneticText .

tmc:photo a rdf:Property ;
  rdfs:label "photo" ;
  rdfs:comment "A photograph of this place." ;
  rdfs:subPropertyOf tmc:image ;
  schema:domainIncludes tmc:Place ;
  schema:rangeIncludes tmc:Photograph, tmc:ImageObject ;
  owl:equivalentProperty schema:photo .

tmc:Photograph a rdfs:Class ;
  rdfs:label "Photograph" ;
  rdfs:comment "A photograph." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:Photograph .

tmc:PhotographAction a rdfs:Class ;
  rdfs:label "Photograph Action" ;
  rdfs:comment "The act of capturing still images of objects using a camera." ;
  rdfs:subClassOf tmc:CreateAction ;
  owl:equivalentClass schema:PhotographAction .

tmc:Photographer a tmc:ContentCreatorInfluencerType ;
  rdfs:label "Photographer" ;
  tmc:instanceOf tmc:ContentCreatorInfluencerType .

tmc:photos a rdf:Property ;
  rdfs:label "photos" ;
  rdfs:comment "Photographs of this place." ;
  schema:domainIncludes tmc:Place ;
  schema:rangeIncludes tmc:ImageObject, tmc:Photograph ;
  owl:equivalentProperty schema:photos .

tmc:PhysicalActivity a rdfs:Class ;
  rdfs:label "Physical Activity" ;
  rdfs:comment "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." ;
  rdfs:subClassOf tmc:PlayActivity, tmc:LifestyleModification ;
  owl:equivalentClass schema:PhysicalActivity .

tmc:PhysicalActivityCategory a rdfs:Class, schema:Enumeration ;
  rdfs:label "Physical Activity Category" ;
  rdfs:comment "Categories of physical activity, organized by physiologic classification." ;
  rdfs:subClassOf tmc:Enumeration ;
  owl:equivalentClass schema:PhysicalActivityCategory .

tmc:PhysicalActivityType a rdfs:Class, schema:Enumeration ;
  rdfs:label "Physical Activity Type" ;
  rdfs:subClassOf tmc:Enumeration .

tmc:PhysicalExam a rdfs:Class ;
  rdfs:label "Physical Exam" ;
  rdfs:comment "A type of physical examination of a patient performed by a physician." ;
  rdfs:subClassOf tmc:MedicalEnumeration ;
  owl:equivalentClass schema:PhysicalExam .

tmc:physicalRequirement a rdf:Property ;
  rdfs:label "physical Requirement" ;
  rdfs:comment "A description of the types of physical activity associated with the job. Defined terms such as those in O*net may be used, but note that there is no way to specify the level of ability as well as its nature when using a defined term." ;
  schema:domainIncludes tmc:JobPosting ;
  schema:rangeIncludes tmc:DefinedTerm, schema:Text, schema:URL ;
  owl:equivalentProperty schema:physicalRequirement .

tmc:PhysicalStrength a tmc:PlayBenefit ;
  rdfs:label "Physical Strength" ;
  rdfs:comment "Activities focusing on building muscle strength and endurance, contributing to physical robustness and stamina." ;
  tmc:instanceOf tmc:PlayBenefit .

tmc:PhysicalTherapist a tmc:PersonHealthWellnessExpertType ;
  rdfs:label "Physical Therapist" ;
  rdfs:comment "Provides therapy to treat and manage physical pain, injuries, or impairments, using techniques like exercises and hands-on therapy to improve movement and comfort." ;
  tmc:instanceOf tmc:PersonHealthWellnessExpertType .

tmc:PhysicalTherapy a rdfs:Class ;
  rdfs:label "Physical Therapy" ;
  rdfs:comment "A process of progressive physical care and rehabilitation aimed at improving a health condition." ;
  rdfs:subClassOf tmc:MedicalTherapy ;
  owl:equivalentClass schema:PhysicalTherapy .

tmc:Physician a rdfs:Class ;
  rdfs:label "Physician" ;
  rdfs:comment "A doctor's office." ;
  rdfs:subClassOf tmc:MedicalOrganization, tmc:MedicalBusiness ;
  owl:equivalentClass schema:Physician .

tmc:physiologicalBenefits a rdf:Property ;
  rdfs:label "physiological Benefits" ;
  rdfs:comment "Specific physiologic benefits associated to the plan." ;
  schema:domainIncludes tmc:Diet ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:physiologicalBenefits .

tmc:Physiotherapy a tmc:MedicalSpecialty ;
  rdfs:label "Physiotherapy" ;
  rdfs:comment "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." ;
  tmc:instanceOf tmc:MedicalSpecialty .

tmc:pickupLocation a rdf:Property ;
  rdfs:label "pickup Location" ;
  rdfs:comment "Where a taxi will pick up a passenger or a rental car can be picked up." ;
  schema:domainIncludes tmc:TaxiReservation, tmc:RentalCarReservation ;
  schema:rangeIncludes tmc:Place ;
  owl:equivalentProperty schema:pickupLocation .

tmc:pickupTime a rdf:Property ;
  rdfs:label "pickup Time" ;
  rdfs:comment "When a taxi will pick up a passenger or a rental car can be picked up." ;
  schema:domainIncludes tmc:RentalCarReservation, tmc:TaxiReservation ;
  schema:rangeIncludes schema:DateTime ;
  owl:equivalentProperty schema:pickupTime .

tmc:pillars a rdf:Property ;
  rdfs:label "pillars" ;
  rdfs:comment "The set of impact pillar items contained in an Impact Pillars Group." ;
  schema:domainIncludes tmc:ImpactPillarsGroup ;
  schema:rangeIncludes tmc:ImpactPillar .

tmc:Place a rdfs:Class ;
  rdfs:label "Place" ;
  rdfs:comment "Entities that have a somewhat fixed, physical extension." ;
  rdfs:subClassOf tmc:Thing ;
  owl:equivalentClass schema:Place .

tmc:PlaceboControlledTrial a tmc:MedicalTrialDesign ;
  rdfs:label "Placebo Controlled Trial" ;
  rdfs:comment "A placebo-controlled trial design." ;
  tmc:instanceOf tmc:MedicalTrialDesign .

tmc:PlaceOfWorship a rdfs:Class ;
  rdfs:label "Place Of Worship" ;
  rdfs:comment "Place of worship, such as a church, synagogue, or mosque." ;
  rdfs:subClassOf tmc:CivicStructure ;
  owl:equivalentClass schema:PlaceOfWorship .

tmc:placeTypes a rdf:Property ;
  rdfs:label "place Types" ;
  rdfs:comment "The sub types of the place" ;
  schema:domainIncludes tmc:Places ;
  schema:rangeIncludes tmc:Places .

tmc:PlanAction a rdfs:Class ;
  rdfs:label "Plan Action" ;
  rdfs:comment "The act of planning the execution of an event/task/action/reservation/plan to a future date." ;
  rdfs:subClassOf tmc:OrganizeAction ;
  owl:equivalentClass schema:PlanAction .

tmc:PlasticSurgery a tmc:MedicalSpecialty ;
  rdfs:label "Plastic Surgery" ;
  rdfs:comment "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." ;
  tmc:instanceOf tmc:MedicalSpecialty .

tmc:PlatformEntity a rdfs:Class ;
  rdfs:label "Platform Entity" ;
  rdfs:comment "Umbrella for conceptual entities that make up the platform (features, classifications, codes, APIs, data contracts, etc.)." ;
  rdfs:subClassOf tmc:Intangible .

tmc:playersOnline a rdf:Property ;
  rdfs:label "players Online" ;
  rdfs:comment "Number of players on the server." ;
  schema:domainIncludes tmc:GameServer ;
  schema:rangeIncludes schema:Integer ;
  owl:equivalentProperty schema:playersOnline .

tmc:playerType a rdf:Property ;
  rdfs:label "player Type" ;
  rdfs:comment "Player type required&#x2014;for example, Flash or Silverlight." ;
  schema:domainIncludes tmc:MediaObject ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:playerType .

tmc:PlayGameAction a rdfs:Class ;
  rdfs:label "Play Game Action" ;
  rdfs:comment "The act of playing a video game." ;
  rdfs:subClassOf tmc:ConsumeAction ;
  owl:equivalentClass schema:PlayGameAction .

tmc:Playground a rdfs:Class ;
  rdfs:label "Playground" ;
  rdfs:comment "A playground." ;
  rdfs:subClassOf tmc:CivicStructure ;
  owl:equivalentClass schema:Playground .

tmc:playMode a rdf:Property ;
  rdfs:label "play Mode" ;
  rdfs:comment "Indicates whether this game is multi-player, co-op or single-player.  The game can be marked as multi-player, co-op and single-player at the same time." ;
  schema:domainIncludes tmc:VideoGameSeries, tmc:VideoGame ;
  schema:rangeIncludes tmc:GamePlayMode ;
  owl:equivalentProperty schema:playMode .

tmc:Plumber a rdfs:Class ;
  rdfs:label "Plumber" ;
  rdfs:comment "A plumbing service." ;
  rdfs:subClassOf tmc:HomeAndConstructionBusiness ;
  owl:equivalentClass schema:Plumber .

tmc:PodcastEpisode a rdfs:Class ;
  rdfs:label "Podcast Episode" ;
  rdfs:comment "A single episode of a podcast series." ;
  rdfs:subClassOf tmc:Episode ;
  owl:equivalentClass schema:PodcastEpisode .

tmc:PodcastHost a tmc:ContentCreatorInfluencerType ;
  rdfs:label "Podcast Host" ;
  tmc:instanceOf tmc:ContentCreatorInfluencerType .

tmc:PodcastSeason a rdfs:Class ;
  rdfs:label "Podcast Season" ;
  rdfs:comment "A single season of a podcast. Many podcasts do not break down into separate seasons. In that case, PodcastSeries should be used." ;
  rdfs:subClassOf tmc:CreativeWorkSeason ;
  owl:equivalentClass schema:PodcastSeason .

tmc:PodcastSeries a rdfs:Class ;
  rdfs:label "Podcast Series" ;
  rdfs:comment "A podcast is an episodic series of digital audio or video files which a user can download and listen to." ;
  rdfs:subClassOf tmc:CreativeWorkSeries ;
  owl:equivalentClass schema:PodcastSeries .

tmc:Podiatric a tmc:MedicalSpecialty ;
  rdfs:label "Podiatric" ;
  rdfs:comment "Podiatry is the care of the human foot, especially the diagnosis and treatment of foot disorders." ;
  tmc:instanceOf tmc:MedicalSpecialty .

tmc:PoliceStation a rdfs:Class ;
  rdfs:label "Police Station" ;
  rdfs:comment "A police station." ;
  rdfs:subClassOf tmc:EmergencyService, tmc:CivicStructure ;
  owl:equivalentClass schema:PoliceStation .

tmc:polygon a rdf:Property ;
  rdfs:label "polygon" ;
  rdfs:comment "A polygon is the area enclosed by a point-to-point path for which the starting and ending points are the same. A polygon is expressed as a series of four or more space delimited points where the first and final points are identical." ;
  schema:domainIncludes tmc:GeoShape ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:polygon .

tmc:Pond a rdfs:Class ;
  rdfs:label "Pond" ;
  rdfs:comment "A pond." ;
  rdfs:subClassOf tmc:BodyOfWater ;
  owl:equivalentClass schema:Pond .

tmc:populationType a rdf:Property ;
  rdfs:label "population Type" ;
  rdfs:comment "Indicates the populationType common to all members of a [[StatisticalPopulation]]." ;
  schema:domainIncludes tmc:StatisticalPopulation ;
  schema:rangeIncludes tmc:Class ;
  owl:equivalentProperty schema:populationType .

tmc:position a rdf:Property ;
  rdfs:label "position" ;
  rdfs:comment "The position of an item in a series or sequence of items." ;
  schema:domainIncludes tmc:ListItem, tmc:CreativeWork ;
  schema:rangeIncludes schema:Text, schema:Integer ;
  owl:equivalentProperty schema:position .

tmc:positiveNotes a rdf:Property ;
  rdfs:label "positive Notes" ;
  rdfs:comment "Provides positive considerations regarding something, for example product highlights or (alongside [[negativeNotes]]) pro/con lists for reviews.\n\nIn the case of a [[Review]], the property describes the [[itemReviewed]] from the perspective of the review; in the case of a [[Product]], the product itself is being described.\n\nThe property values can be expressed either as unstructured text (repeated as necessary), or if ordered, as a list (in which case the most positive is at the beginning of the list)." ;
  schema:domainIncludes tmc:Product, tmc:Review ;
  schema:rangeIncludes schema:Text, tmc:WebContent, tmc:ListItem, tmc:ItemList ;
  owl:equivalentProperty schema:positiveNotes .

tmc:possibleComplication a rdf:Property ;
  rdfs:label "possible Complication" ;
  rdfs:comment "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." ;
  schema:domainIncludes tmc:MedicalCondition ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:possibleComplication .

tmc:possibleTreatment a rdf:Property ;
  rdfs:label "possible Treatment" ;
  rdfs:comment "A possible treatment to address this condition, sign or symptom." ;
  schema:domainIncludes tmc:MedicalSignOrSymptom, tmc:MedicalCondition ;
  schema:rangeIncludes tmc:MedicalTherapy ;
  owl:equivalentProperty schema:possibleTreatment .

tmc:PostalAddress a rdfs:Class ;
  rdfs:label "Postal Address" ;
  rdfs:comment "The mailing address." ;
  rdfs:subClassOf tmc:ContactPoint ;
  owl:equivalentClass schema:PostalAddress .

tmc:postalCode a rdf:Property ;
  rdfs:label "postal Code" ;
  rdfs:comment "The postal code. For example, 94043." ;
  rdfs:subPropertyOf tmc:address ;
  schema:domainIncludes tmc:PostalAddress, tmc:GeoCoordinates, tmc:DefinedRegion, tmc:GeoShape ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:postalCode .

tmc:postalCodeBegin a rdf:Property ;
  rdfs:label "postal Code Begin" ;
  rdfs:comment "First postal code in a range (included)." ;
  schema:domainIncludes tmc:PostalCodeRangeSpecification ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:postalCodeBegin .

tmc:postalCodeEnd a rdf:Property ;
  rdfs:label "postal Code End" ;
  rdfs:comment "Last postal code in the range (included). Needs to be after [[postalCodeBegin]]." ;
  schema:domainIncludes tmc:PostalCodeRangeSpecification ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:postalCodeEnd .

tmc:postalCodePrefix a rdf:Property ;
  rdfs:label "postal Code Prefix" ;
  rdfs:comment "A defined range of postal codes indicated by a common textual prefix. Used for non-numeric systems such as UK." ;
  schema:domainIncludes tmc:DefinedRegion ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:postalCodePrefix .

tmc:postalCodeRange a rdf:Property ;
  rdfs:label "postal Code Range" ;
  rdfs:comment "A defined range of postal codes." ;
  schema:domainIncludes tmc:DefinedRegion ;
  schema:rangeIncludes tmc:PostalCodeRangeSpecification ;
  owl:equivalentProperty schema:postalCodeRange .

tmc:PostalCodeRangeSpecification a rdfs:Class ;
  rdfs:label "Postal Code Range Specification" ;
  rdfs:comment "Indicates a range of postal codes, usually defined as the set of valid codes between [[postalCodeBegin]] and [[postalCodeEnd]], inclusively." ;
  rdfs:subClassOf tmc:StructuredValue ;
  owl:equivalentClass schema:PostalCodeRangeSpecification .

tmc:Poster a rdfs:Class ;
  rdfs:label "Poster" ;
  rdfs:comment "A large, usually printed placard, bill, or announcement, often illustrated, that is posted to advertise or publicize something." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:Poster .

tmc:PostOffice a rdfs:Class ;
  rdfs:label "Post Office" ;
  rdfs:comment "A post office." ;
  rdfs:subClassOf tmc:GovernmentOffice ;
  owl:equivalentClass schema:PostOffice .

tmc:postOfficeBoxNumber a rdf:Property ;
  rdfs:label "post Office Box Number" ;
  rdfs:comment "The post office box number for PO box addresses." ;
  rdfs:subPropertyOf tmc:address ;
  schema:domainIncludes tmc:PostalAddress ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:postOfficeBoxNumber .

tmc:postOp a rdf:Property ;
  rdfs:label "post Op" ;
  rdfs:comment "A description of the postoperative procedures, care, and/or followups for this device." ;
  schema:domainIncludes tmc:MedicalDevice ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:postOp .

tmc:potentialAction a rdf:Property ;
  rdfs:label "potential Action" ;
  rdfs:comment "Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role." ;
  schema:domainIncludes tmc:Thing ;
  schema:rangeIncludes tmc:Action ;
  owl:equivalentProperty schema:potentialAction .

tmc:PotentialActionStatus a tmc:ActionStatusType ;
  rdfs:label "Potential Action Status" ;
  rdfs:comment "A description of an action that is supported." ;
  tmc:instanceOf tmc:ActionStatusType .

tmc:potentialUse a rdf:Property ;
  rdfs:label "potential Use" ;
  rdfs:comment "Intended use of the BioChemEntity by humans." ;
  schema:domainIncludes tmc:ChemicalSubstance, tmc:MolecularEntity ;
  schema:rangeIncludes tmc:DefinedTerm ;
  owl:equivalentProperty schema:potentialUse .

tmc:Pounds a tmc:WeightUnit ;
  rdfs:label "Pounds" ;
  rdfs:comment "An abbreviation for the pound weight unit" ;
  tmc:instanceOf tmc:WeightUnit .

tmc:Precision a tmc:PlayFeature ;
  rdfs:label "Precision" ;
  rdfs:comment "Play requiring exact movements and accuracy, ideal for improving focus and detail-oriented skills." ;
  tmc:instanceOf tmc:PlayFeature .

tmc:predecessorOf a rdf:Property ;
  rdfs:label "predecessor Of" ;
  rdfs:comment "A pointer from a previous, often discontinued variant of the product to its newer variant." ;
  schema:domainIncludes tmc:ProductModel ;
  schema:rangeIncludes tmc:ProductModel ;
  owl:equivalentProperty schema:predecessorOf .

tmc:pregnancyCategory a rdf:Property ;
  rdfs:label "pregnancy Category" ;
  rdfs:comment "Pregnancy category of this drug." ;
  schema:domainIncludes tmc:Drug ;
  schema:rangeIncludes tmc:DrugPregnancyCategory ;
  owl:equivalentProperty schema:pregnancyCategory .

tmc:PregnancyHealthAspect a tmc:HealthAspectEnumeration ;
  rdfs:label "Pregnancy Health Aspect" ;
  rdfs:comment "Content discussing pregnancy-related aspects of a health topic." ;
  tmc:instanceOf tmc:HealthAspectEnumeration .

tmc:pregnancyWarning a rdf:Property ;
  rdfs:label "pregnancy Warning" ;
  rdfs:comment "Any precaution, guidance, contraindication, etc. related to this drug's use during pregnancy." ;
  schema:domainIncludes tmc:Drug ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:pregnancyWarning .

tmc:preOp a rdf:Property ;
  rdfs:label "pre Op" ;
  rdfs:comment "A description of the workup, testing, and other preparations required before implanting this device." ;
  schema:domainIncludes tmc:MedicalDevice ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:preOp .

tmc:PreOrder a tmc:ItemAvailability ;
  rdfs:label "Pre Order" ;
  rdfs:comment "Indicates that the item is available for pre-order." ;
  tmc:instanceOf tmc:ItemAvailability .

tmc:PreOrderAction a rdfs:Class ;
  rdfs:label "Pre Order Action" ;
  rdfs:comment "An agent orders a (not yet released) object/product/service to be delivered/sent." ;
  rdfs:subClassOf tmc:TradeAction ;
  owl:equivalentClass schema:PreOrderAction .

tmc:preparation a rdf:Property ;
  rdfs:label "preparation" ;
  rdfs:comment "Typical preparation that a patient must undergo before having the procedure performed." ;
  schema:domainIncludes tmc:MedicalProcedure ;
  schema:rangeIncludes schema:Text, tmc:MedicalEntity ;
  owl:equivalentProperty schema:preparation .

tmc:PreparationAndRecovery a rdfs:Class ;
  rdfs:label "Preparation and Recovery" ;
  rdfs:comment "Performing warm-up and therapeutic activities like foam rolling and stretching." ;
  rdfs:subClassOf tmc:ExerciseAndFitness ;
  tmc:instanceOf tmc:PhysicalActivityType .

tmc:PreparationAndRecovery a tmc:PhysicalActivityType .

tmc:PrependAction a rdfs:Class ;
  rdfs:label "Prepend Action" ;
  rdfs:comment "The act of inserting at the beginning if an ordered collection." ;
  rdfs:subClassOf tmc:InsertAction ;
  owl:equivalentClass schema:PrependAction .

tmc:prepTime a rdf:Property ;
  rdfs:label "prep Time" ;
  rdfs:comment "The length of time it takes to prepare the items to be used in instructions or a direction, in [ISO 8601 duration format](http://en.wikipedia.org/wiki/ISO_8601)." ;
  schema:domainIncludes tmc:HowToDirection, tmc:HowTo ;
  schema:rangeIncludes tmc:Duration ;
  owl:equivalentProperty schema:prepTime .

tmc:PreSale a tmc:ItemAvailability ;
  rdfs:label "Pre Sale" ;
  rdfs:comment "Indicates that the item is available for ordering and delivery before general availability." ;
  tmc:instanceOf tmc:ItemAvailability .

tmc:Preschool a rdfs:Class ;
  rdfs:label "Preschool" ;
  rdfs:comment "An early childhood educational setting, focusing on play, social skills, and basic learning." ;
  rdfs:subClassOf tmc:EducationalOrganization ;
  tmc:instanceOf tmc:EducationalOrganizationType ;
  owl:equivalentClass schema:Preschool .

tmc:Preschool a tmc:EducationalOrganizationType .

tmc:prescribingInfo a rdf:Property ;
  rdfs:label "prescribing Info" ;
  rdfs:comment "Link to prescribing information for the drug." ;
  schema:domainIncludes tmc:Drug ;
  schema:rangeIncludes schema:URL ;
  owl:equivalentProperty schema:prescribingInfo .

tmc:PrescriptionOnly a tmc:DrugPrescriptionStatus ;
  rdfs:label "Prescription Only" ;
  rdfs:comment "Available by prescription only." ;
  tmc:instanceOf tmc:DrugPrescriptionStatus .

tmc:prescriptionStatus a rdf:Property ;
  rdfs:label "prescription Status" ;
  rdfs:comment "Indicates the status of drug prescription, e.g. local catalogs classifications or whether the drug is available by prescription or over-the-counter, etc." ;
  schema:domainIncludes tmc:Drug ;
  schema:rangeIncludes schema:Text, tmc:DrugPrescriptionStatus ;
  owl:equivalentProperty schema:prescriptionStatus .

tmc:PresentationDigitalDocument a rdfs:Class ;
  rdfs:label "Presentation Digital Document" ;
  rdfs:comment "A file containing slides or used for a presentation." ;
  rdfs:subClassOf tmc:DigitalDocument ;
  owl:equivalentClass schema:PresentationDigitalDocument .

tmc:PreventionHealthAspect a tmc:HealthAspectEnumeration ;
  rdfs:label "Prevention Health Aspect" ;
  rdfs:comment "Information about actions or measures that can be taken to avoid getting the topic or reaching a critical situation related to the topic." ;
  tmc:instanceOf tmc:HealthAspectEnumeration .

tmc:PreventionIndication a rdfs:Class ;
  rdfs:label "Prevention Indication" ;
  rdfs:comment "An indication for preventing an underlying condition, symptom, etc." ;
  rdfs:subClassOf tmc:MedicalIndication ;
  owl:equivalentClass schema:PreventionIndication .

tmc:previousItem a rdf:Property ;
  rdfs:label "previous Item" ;
  rdfs:comment "A link to the ListItem that precedes the current one." ;
  schema:domainIncludes tmc:ListItem ;
  schema:rangeIncludes tmc:ListItem ;
  owl:equivalentProperty schema:previousItem .

tmc:previousStartDate a rdf:Property ;
  rdfs:label "previous Start Date" ;
  rdfs:comment "Used in conjunction with eventStatus for rescheduled or cancelled events. This property contains the previously scheduled start date. For rescheduled events, the startDate property should be used for the newly scheduled start date. In the (rare) case of an event that has been postponed and rescheduled multiple times, this field may be repeated." ;
  schema:domainIncludes tmc:Event ;
  schema:rangeIncludes schema:Date ;
  owl:equivalentProperty schema:previousStartDate .

tmc:price a rdf:Property ;
  rdfs:label "price" ;
  rdfs:comment "The offer price of a product, or of a price component when attached to PriceSpecification and its subtypes." ;
  schema:domainIncludes tmc:PriceSpecification, tmc:TradeAction, tmc:Offer, tmc:Listing ;
  schema:rangeIncludes schema:Text, schema:Number ;
  owl:equivalentProperty schema:price .

tmc:priceComponent a rdf:Property ;
  rdfs:label "price Component" ;
  rdfs:comment "This property links to all [[UnitPriceSpecification]] nodes that apply in parallel for the [[CompoundPriceSpecification]] node." ;
  schema:domainIncludes tmc:CompoundPriceSpecification ;
  schema:rangeIncludes tmc:UnitPriceSpecification ;
  owl:equivalentProperty schema:priceComponent .

tmc:priceComponentType a rdf:Property ;
  rdfs:label "price Component Type" ;
  rdfs:comment "Identifies a price component (for example, a line item on an invoice), part of the total price for an offer." ;
  schema:domainIncludes tmc:UnitPriceSpecification ;
  schema:rangeIncludes tmc:PriceComponentTypeEnumeration ;
  owl:equivalentProperty schema:priceComponentType .

tmc:PriceComponentTypeEnumeration a rdfs:Class, schema:Enumeration ;
  rdfs:label "Price Component Type Enumeration" ;
  rdfs:comment "Enumerates different price components that together make up the total price for an offered product." ;
  rdfs:subClassOf tmc:Enumeration ;
  owl:equivalentClass schema:PriceComponentTypeEnumeration .

tmc:priceCurrency a rdf:Property ;
  rdfs:label "price Currency" ;
  rdfs:comment "The currency of the price." ;
  schema:domainIncludes tmc:TradeAction, tmc:Offer, tmc:Ticket, tmc:Reservation, tmc:PriceSpecification, tmc:Listing ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:priceCurrency .

tmc:priceRange a rdf:Property ;
  rdfs:label "price Range" ;
  rdfs:comment "The price range of the business, for example ```$$$```." ;
  schema:domainIncludes tmc:LocalBusiness ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:priceRange .

tmc:priceSpecification a rdf:Property ;
  rdfs:label "price Specification" ;
  rdfs:comment "One or more detailed price specifications, indicating the unit price and delivery or payment charges." ;
  schema:domainIncludes tmc:Demand, tmc:Offer, tmc:TradeAction ;
  schema:rangeIncludes tmc:PriceSpecification ;
  owl:equivalentProperty schema:priceSpecification .

tmc:PriceSpecification a rdfs:Class ;
  rdfs:label "Price Specification" ;
  rdfs:comment "A structured value representing a price or price range. Typically, only the subclasses of this type are used for markup. It is recommended to use [[MonetaryAmount]] to describe independent amounts of money such as a salary, credit card limits, etc." ;
  rdfs:subClassOf tmc:StructuredValue ;
  owl:equivalentClass schema:PriceSpecification .

tmc:priceType a rdf:Property ;
  rdfs:label "price Type" ;
  rdfs:comment "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." ;
  schema:domainIncludes tmc:CompoundPriceSpecification, tmc:UnitPriceSpecification ;
  schema:rangeIncludes schema:Text, tmc:PriceTypeEnumeration ;
  owl:equivalentProperty schema:priceType .

tmc:PriceTypeEnumeration a rdfs:Class, schema:Enumeration ;
  rdfs:label "Price Type Enumeration" ;
  rdfs:comment "Enumerates different price types, for example list price, invoice price, and sale price." ;
  rdfs:subClassOf tmc:Enumeration ;
  owl:equivalentClass schema:PriceTypeEnumeration .

tmc:priceValidUntil a rdf:Property ;
  rdfs:label "price Valid Until" ;
  rdfs:comment "This property is particularly useful for indicating time-sensitive pricing, such as limited-time discounts or promotional rates. After the priceValidUntil date, the price may change, or the offer may no longer be available at that price. It focuses specifically on the expiration of the stated price, which can differ from the overall validity period of the offer (defined by properties like validThrough)" ;
  schema:domainIncludes tmc:Offer, tmc:Listing ;
  schema:rangeIncludes schema:Date ;
  owl:equivalentProperty schema:priceValidUntil .

tmc:PrimaryCare a tmc:MedicalSpecialty ;
  rdfs:label "Primary Care" ;
  rdfs:comment "The medical care by a physician, or other health-care professional, who is the patient's first contact with the health-care system and who may recommend a specialist if necessary." ;
  tmc:instanceOf tmc:MedicalSpecialty .

tmc:primaryImageOfPage a rdf:Property ;
  rdfs:label "primary Image Of Page" ;
  rdfs:comment "Indicates the main image on the page." ;
  schema:domainIncludes tmc:WebPage ;
  schema:rangeIncludes tmc:ImageObject ;
  owl:equivalentProperty schema:primaryImageOfPage .

tmc:primaryPrevention a rdf:Property ;
  rdfs:label "primary Prevention" ;
  rdfs:comment "A preventative therapy used to prevent an initial occurrence of the medical condition, such as vaccination." ;
  schema:domainIncludes tmc:MedicalCondition ;
  schema:rangeIncludes tmc:MedicalTherapy ;
  owl:equivalentProperty schema:primaryPrevention .

tmc:printColumn a rdf:Property ;
  rdfs:label "print Column" ;
  rdfs:comment "The number of the column in which the NewsArticle appears in the print edition." ;
  schema:domainIncludes tmc:NewsArticle ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:printColumn .

tmc:printEdition a rdf:Property ;
  rdfs:label "print Edition" ;
  rdfs:comment "The edition of the print product in which the NewsArticle appears." ;
  schema:domainIncludes tmc:NewsArticle ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:printEdition .

tmc:printPage a rdf:Property ;
  rdfs:label "print Page" ;
  rdfs:comment "If this NewsArticle appears in print, this field indicates the name of the page on which the article is found. Please note that this field is intended for the exact page name (e.g. A5, B18)." ;
  schema:domainIncludes tmc:NewsArticle ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:printPage .

tmc:printSection a rdf:Property ;
  rdfs:label "print Section" ;
  rdfs:comment "If this NewsArticle appears in print, this field indicates the print section in which the article appeared." ;
  schema:domainIncludes tmc:NewsArticle ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:printSection .

tmc:Prion a tmc:InfectiousAgentClass ;
  rdfs:label "Prion" ;
  rdfs:comment "A prion is an infectious agent composed of protein in a misfolded form." ;
  tmc:instanceOf tmc:InfectiousAgentClass .

tmc:PrivateCorporation a tmc:CorporationType, tmc:BusinessStructureCompany ;
  rdfs:label "Private Corporation" ;
  rdfs:comment "A corporation owned by private individuals or entities, with no public trading of shares. They often have fewer shareholders and less regulatory oversight compared to public corporations." ;
  tmc:instanceOf tmc:CorporationType, tmc:BusinessStructureCompany .

tmc:PrivatePartnership a tmc:BusinessStructureCompany ;
  rdfs:label "Private Partnership" ;
  tmc:instanceOf tmc:BusinessStructureCompany .

tmc:procedure a rdf:Property ;
  rdfs:label "procedure" ;
  rdfs:comment "A description of the procedure involved in setting up, using, and/or installing the device." ;
  schema:domainIncludes tmc:MedicalDevice ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:procedure .

tmc:procedureType a rdf:Property ;
  rdfs:label "procedure Type" ;
  rdfs:comment "The type of procedure, for example Surgical, Noninvasive, or Percutaneous." ;
  schema:domainIncludes tmc:MedicalProcedure ;
  schema:rangeIncludes tmc:MedicalProcedureType ;
  owl:equivalentProperty schema:procedureType .

tmc:processingTime a rdf:Property ;
  rdfs:label "processing Time" ;
  rdfs:comment "Estimated processing time for the service using this channel." ;
  schema:domainIncludes tmc:ServiceChannel ;
  schema:rangeIncludes tmc:Duration ;
  owl:equivalentProperty schema:processingTime .

tmc:processorRequirements a rdf:Property ;
  rdfs:label "processor Requirements" ;
  rdfs:comment "Processor architecture required to run the application (e.g. IA64)." ;
  schema:domainIncludes tmc:SoftwareApplication ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:processorRequirements .

tmc:producer a rdf:Property ;
  rdfs:label "producer" ;
  rdfs:comment "The person or organization who produced the work (e.g. music album, movie, TV/radio series etc.)." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes tmc:Organization, tmc:Person ;
  owl:equivalentProperty schema:producer .

tmc:produces a rdf:Property ;
  rdfs:label "produces" ;
  rdfs:comment "The tangible thing generated by the service, e.g. a passport, permit, etc." ;
  schema:domainIncludes tmc:Service ;
  schema:rangeIncludes tmc:Thing ;
  owl:equivalentProperty schema:produces .

tmc:Product a rdfs:Class ;
  rdfs:label "Product" ;
  rdfs:comment "Any offered product or service. For example: a pair of shoes; a concert ticket; the rental of a car; a haircut; or an episode of a TV show streamed online." ;
  rdfs:subClassOf tmc:Thing, tmc:Listing ;
  tmc:instanceOf tmc:ListingType ;
  owl:equivalentClass schema:Product .

tmc:Product a tmc:ListingType .

tmc:ProductCollection a rdfs:Class ;
  rdfs:label "Product Collection" ;
  rdfs:comment "A set of products (either [[ProductGroup]]s or specific variants) that are listed together e.g. in an [[Offer]]." ;
  rdfs:subClassOf tmc:Collection, tmc:Product ;
  owl:equivalentClass schema:ProductCollection .

tmc:ProductGroup a rdfs:Class ;
  rdfs:label "Product Group" ;
  rdfs:comment "A ProductGroup represents a group of [[Product]]s that vary only in certain well-described ways, such as by [[size]], [[color]], [[material]] etc.\n\nWhile 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]]. " ;
  rdfs:subClassOf tmc:Product ;
  owl:equivalentClass schema:ProductGroup .

tmc:productGroupID a rdf:Property ;
  rdfs:label "product Group ID" ;
  rdfs:comment "Indicates a textual identifier for a ProductGroup." ;
  schema:domainIncludes tmc:ProductGroup ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:productGroupID .

tmc:productID a rdf:Property ;
  rdfs:label "product ID" ;
  rdfs:comment "The product identifier, such as ISBN. For example: ``` meta itemprop=\"productID\" content=\"isbn:123-456-789\" ```." ;
  rdfs:subPropertyOf tmc:identifier ;
  schema:domainIncludes tmc:Product ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:productID .

tmc:productionCompany a rdf:Property ;
  rdfs:label "production Company" ;
  rdfs:comment "The production company or studio responsible for the item, e.g. series, video game, episode etc." ;
  schema:domainIncludes tmc:MediaObject, tmc:Episode, tmc:VideoGameSeries, tmc:TVSeries, tmc:CreativeWorkSeason, tmc:Movie, tmc:MovieSeries, tmc:RadioSeries ;
  schema:rangeIncludes tmc:Organization ;
  owl:equivalentProperty schema:productionCompany .

tmc:productionDate a rdf:Property ;
  rdfs:label "production Date" ;
  rdfs:comment "The date of production of the item, e.g. vehicle." ;
  schema:domainIncludes tmc:Product, tmc:Vehicle ;
  schema:rangeIncludes schema:Date ;
  owl:equivalentProperty schema:productionDate .

tmc:ProductModel a rdfs:Class ;
  rdfs:label "Product Model" ;
  rdfs:comment "A datasheet or vendor specification of a product (in the sense of a prototypical description)." ;
  rdfs:subClassOf tmc:Product ;
  owl:equivalentClass schema:ProductModel .

tmc:productSupported a rdf:Property ;
  rdfs:label "product Supported" ;
  rdfs:comment "The product or service this support contact point is related to (such as product support for a particular product line). This can be a specific product or product line (e.g. \"iPhone\") or a general category of products or services (e.g. \"smartphones\")." ;
  schema:domainIncludes tmc:ContactPoint ;
  schema:rangeIncludes schema:Text, tmc:Product ;
  owl:equivalentProperty schema:productSupported .

tmc:ProfessionalService a rdfs:Class ;
  rdfs:label "Professional Service" ;
  rdfs:comment "Original definition: \"provider of professional services.\"\\n\\nThe general [[ProfessionalService]] type for local businesses was deprecated due to confusion with [[Service]]. For reference, the types that it included were: [[Dentist]],\n        [[AccountingService]], [[Attorney]], [[Notary]], as well as types for several kinds of [[HomeAndConstructionBusiness]]: [[Electrician]], [[GeneralContractor]],\n        [[HousePainter]], [[Locksmith]], [[Plumber]], [[RoofingContractor]]. [[LegalService]] was introduced as a more inclusive supertype of [[Attorney]]." ;
  rdfs:subClassOf tmc:LocalBusiness ;
  owl:equivalentClass schema:ProfessionalService .

tmc:proficiencyLevel a rdf:Property ;
  rdfs:label "proficiency Level" ;
  rdfs:comment "Proficiency needed for this content; expected values: 'Beginner', 'Expert'." ;
  schema:domainIncludes tmc:TechArticle ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:proficiencyLevel .

tmc:ProfilePage a rdfs:Class ;
  rdfs:label "Profile Page" ;
  rdfs:comment "Web page type: Profile page." ;
  rdfs:subClassOf tmc:WebPage ;
  owl:equivalentClass schema:ProfilePage .

tmc:PrognosisHealthAspect a tmc:HealthAspectEnumeration ;
  rdfs:label "Prognosis Health Aspect" ;
  rdfs:comment "Typical progression and happenings of life course of the topic." ;
  tmc:instanceOf tmc:HealthAspectEnumeration .

tmc:ProgramMembership a rdfs:Class ;
  rdfs:label "Program Membership" ;
  rdfs:comment "Used to describe membership in a loyalty programs (e.g. \"StarAliance\"), traveler clubs (e.g. \"AAA\"), purchase clubs (\"Safeway Club\"), etc." ;
  rdfs:subClassOf tmc:Intangible ;
  owl:equivalentClass schema:ProgramMembership .

tmc:programMembershipUsed a rdf:Property ;
  rdfs:label "program Membership Used" ;
  rdfs:comment "Any membership in a frequent flyer, hotel loyalty program, etc. being applied to the reservation." ;
  schema:domainIncludes tmc:Reservation ;
  schema:rangeIncludes tmc:ProgramMembership ;
  owl:equivalentProperty schema:programMembershipUsed .

tmc:programmingLanguage a rdf:Property ;
  rdfs:label "programming Language" ;
  rdfs:comment "The computer programming language." ;
  schema:domainIncludes tmc:SoftwareSourceCode ;
  schema:rangeIncludes schema:Text, tmc:ComputerLanguage ;
  owl:equivalentProperty schema:programmingLanguage .

tmc:programmingModel a rdf:Property ;
  rdfs:label "programming Model" ;
  rdfs:comment "Indicates whether API is managed or unmanaged." ;
  schema:domainIncludes tmc:APIReference ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:programmingModel .

tmc:programName a rdf:Property ;
  rdfs:label "program Name" ;
  rdfs:comment "The program providing the membership." ;
  schema:domainIncludes tmc:ProgramMembership ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:programName .

tmc:programPrerequisites a rdf:Property ;
  rdfs:label "program Prerequisites" ;
  rdfs:comment "Prerequisites for enrolling in the program." ;
  schema:domainIncludes tmc:EducationalOccupationalProgram ;
  schema:rangeIncludes schema:Text, tmc:EducationalOccupationalCredential, tmc:Course, tmc:AlignmentObject ;
  owl:equivalentProperty schema:programPrerequisites .

tmc:programType a rdf:Property ;
  rdfs:label "program Type" ;
  rdfs:comment "The type of educational or occupational program. For example, classroom, internship, alternance, etc." ;
  schema:domainIncludes tmc:EducationalOccupationalProgram ;
  schema:rangeIncludes tmc:DefinedTerm, schema:Text ;
  owl:equivalentProperty schema:programType .

tmc:Project a rdfs:Class ;
  rdfs:label "Project" ;
  rdfs:comment "An enterprise (potentially individual but typically collaborative), planned to achieve a particular aim.\nUse properties from [[Organization]], [[subOrganization]]/[[parentOrganization]] to indicate project sub-structures. \n   " ;
  rdfs:subClassOf tmc:Organization ;
  owl:equivalentClass schema:Project .

tmc:promise a rdf:Property ;
  rdfs:label "promise" ;
  rdfs:comment "The Brand promise: the consistent outcome customers can expect from each interaction." ;
  schema:domainIncludes tmc:Brand ;
  schema:rangeIncludes schema:Text .

tmc:PronounceableText a rdfs:Class ;
  rdfs:label "Pronounceable Text" ;
  rdfs:comment "Data type: PronounceableText." ;
  rdfs:subClassOf tmc:Text ;
  owl:equivalentClass schema:PronounceableText .

tmc:Property a rdfs:Class ;
  rdfs:label "Property" ;
  rdfs:comment "A property, used to indicate attributes and relationships of some Thing; equivalent to rdf:Property." ;
  rdfs:subClassOf tmc:Intangible ;
  owl:equivalentClass schema:Property, <http://www.w3.org/1999/02/22-rdf-syntax-ns#Property> .

tmc:propertyID a rdf:Property ;
  rdfs:label "property ID" ;
  rdfs:comment "A commonly used identifier for the characteristic represented by the property, e.g. a manufacturer or a standard code for a property. propertyID can be\n(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)\na 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).\nStandards bodies should promote a standard prefix for the identifiers of properties from their standards." ;
  schema:domainIncludes tmc:PropertyValue ;
  schema:rangeIncludes schema:Text, schema:URL ;
  owl:equivalentProperty schema:propertyID .

tmc:PropertyValue a rdfs:Class ;
  rdfs:label "Property Value" ;
  rdfs:comment "A property-value pair, e.g. representing a feature of a product or place. Use the 'name' property for the name of the property. If there is an additional human-readable version of the value, put that into the 'description' property.\\n\\n Always use specific schema.org properties when a) they exist and b) you can populate them. Using PropertyValue as a substitute will typically not trigger the same effect as using the original, specific property.\n    " ;
  rdfs:subClassOf tmc:StructuredValue ;
  owl:equivalentClass schema:PropertyValue .

tmc:PropertyValueSpecification a rdfs:Class ;
  rdfs:label "Property Value Specification" ;
  rdfs:comment "A Property value specification." ;
  rdfs:subClassOf tmc:Intangible ;
  owl:equivalentClass schema:PropertyValueSpecification .

tmc:ProPlayer a tmc:AthleteType ;
  rdfs:label "Pro Player" ;
  rdfs:comment "A professional athlete competing at the highest levels in their sport, demonstrating exceptional skill, dedication, and often participating in major leagues or tournaments." ;
  tmc:instanceOf tmc:AthleteType .

tmc:proprietaryName a rdf:Property ;
  rdfs:label "proprietary Name" ;
  rdfs:comment "Proprietary name given to the diet plan, typically by its originator or creator." ;
  schema:domainIncludes tmc:DietarySupplement, tmc:Drug ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:proprietaryName .

tmc:Protein a rdfs:Class ;
  rdfs:label "Protein" ;
  rdfs:comment "Protein is here used in its widest possible definition, as classes of amino acid based molecules. Amyloid-beta Protein in human (UniProt P05067), eukaryota (e.g. an OrthoDB group) or even a single molecule that one can point to are all of type schema:Protein. A protein can thus be a subclass of another protein, e.g. schema:Protein as a UniProt record can have multiple isoforms inside it which would also be schema:Protein. They can be imagined, synthetic, hypothetical or naturally occurring." ;
  rdfs:subClassOf tmc:BioChemEntity ;
  owl:equivalentClass schema:Protein .

tmc:proteinContent a rdf:Property ;
  rdfs:label "protein Content" ;
  rdfs:comment "The number of grams of protein." ;
  schema:domainIncludes tmc:NutritionInformation ;
  schema:rangeIncludes tmc:Mass ;
  owl:equivalentProperty schema:proteinContent .

tmc:Protozoa a tmc:InfectiousAgentClass ;
  rdfs:label "Protozoa" ;
  rdfs:comment "Single-celled organism that causes an infection." ;
  tmc:instanceOf tmc:InfectiousAgentClass .

tmc:Provider a rdfs:Class ;
  rdfs:label "Provider" ;
  rdfs:subClassOf tmc:Account ;
  tmc:instanceOf tmc:AccountType .

tmc:Provider a tmc:AccountType .

tmc:provider a rdf:Property ;
  rdfs:label "provider" ;
  rdfs:comment "The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller." ;
  schema:domainIncludes tmc:Service, tmc:EducationalOccupationalProgram, tmc:Reservation, tmc:CreativeWork, tmc:ParcelDelivery, tmc:Trip, tmc:Invoice, tmc:Action ;
  schema:rangeIncludes tmc:Organization, tmc:Person ;
  owl:equivalentProperty schema:provider .

tmc:providerMobility a rdf:Property ;
  rdfs:label "provider Mobility" ;
  rdfs:comment "Indicates the mobility of a provided service (e.g. 'static', 'dynamic')." ;
  schema:domainIncludes tmc:Service ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:providerMobility .

tmc:providerSubTypes a rdf:Property ;
  rdfs:label "providerSubTypes" ;
  schema:domainIncludes tmc:Provider ;
  schema:rangeIncludes tmc:OrganizerType, tmc:PersonType .

tmc:ProviderType a rdfs:Class, schema:Enumeration ;
  rdfs:label "Provider Type" ;
  rdfs:subClassOf tmc:Enumeration ;
  tmc:enumerationOf tmc:Provider .

tmc:providerType a rdf:Property ;
  rdfs:label "providerType" ;
  schema:domainIncludes tmc:Provider ;
  schema:rangeIncludes tmc:ProviderType .

tmc:providesBroadcastService a rdf:Property ;
  rdfs:label "provides Broadcast Service" ;
  rdfs:comment "The BroadcastService offered on this channel." ;
  schema:domainIncludes tmc:BroadcastChannel ;
  schema:rangeIncludes tmc:BroadcastService ;
  schema:inverseOf tmc:hasBroadcastChannel ;
  owl:equivalentProperty schema:providesBroadcastService .

tmc:ProvideService a tmc:BusinessFunction ;
  rdfs:label "Provide Service" ;
  rdfs:comment "The act of providing services." ;
  tmc:instanceOf tmc:BusinessFunction .

tmc:providesService a rdf:Property ;
  rdfs:label "provides Service" ;
  rdfs:comment "The service provided by this channel." ;
  schema:domainIncludes tmc:ServiceChannel ;
  schema:rangeIncludes tmc:Service ;
  owl:equivalentProperty schema:providesService .

tmc:Psychiatric a tmc:MedicalSpecialty ;
  rdfs:label "Psychiatric" ;
  rdfs:comment "A specific branch of medical science that is concerned with the study, treatment, and prevention of mental illness, using both medical and psychological therapies." ;
  tmc:instanceOf tmc:MedicalSpecialty .

tmc:PsychologicalTreatment a rdfs:Class ;
  rdfs:label "Psychological Treatment" ;
  rdfs:comment "A process of care relying upon counseling, dialogue and communication  aimed at improving a mental health condition without use of drugs." ;
  rdfs:subClassOf tmc:TherapeuticProcedure ;
  owl:equivalentClass schema:PsychologicalTreatment .

tmc:publicAccess a rdf:Property ;
  rdfs:label "public Access" ;
  rdfs:comment "A flag to signal that the [[Place]] is open to public visitors.  If this property is omitted there is no assumed default boolean value" ;
  schema:domainIncludes tmc:Place ;
  schema:rangeIncludes schema:Boolean ;
  owl:equivalentProperty schema:publicAccess .

tmc:PublicAndSocial a rdfs:Class ;
  rdfs:label "Public & Social" ;
  rdfs:comment "Education, community, civic and social services supporting public outcomes." ;
  rdfs:subClassOf tmc:IndustrySector ;
  tmc:instanceOf tmc:IndustrySectorType .

tmc:PublicAndSocial a tmc:IndustrySectorType .

tmc:publication a rdf:Property ;
  rdfs:label "publication" ;
  rdfs:comment "A publication event associated with the item." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes tmc:PublicationEvent ;
  owl:equivalentProperty schema:publication .

tmc:PublicationEvent a rdfs:Class ;
  rdfs:label "Publication Event" ;
  rdfs:comment "A PublicationEvent corresponds indifferently to the event of publication for a CreativeWork of any type, e.g. a broadcast event, an on-demand event, a book/journal publication via a variety of delivery media." ;
  rdfs:subClassOf tmc:Event ;
  owl:equivalentClass schema:PublicationEvent .

tmc:PublicationIssue a rdfs:Class ;
  rdfs:label "Publication Issue" ;
  rdfs:comment "A part of a successively published publication such as a periodical or publication volume, often numbered, usually containing a grouping of works such as articles.\\n\\nSee also [blog post](http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html)." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:PublicationIssue, <http://purl.org/ontology/bibo/Issue> .

tmc:publicationType a rdf:Property ;
  rdfs:label "publication Type" ;
  rdfs:comment "The type of the medical article, taken from the US NLM MeSH publication type catalog. See also [MeSH documentation](http://www.nlm.nih.gov/mesh/pubtypes.html)." ;
  schema:domainIncludes tmc:MedicalScholarlyArticle ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:publicationType .

tmc:PublicationVolume a rdfs:Class ;
  rdfs:label "Publication Volume" ;
  rdfs:comment "A part of a successively published publication such as a periodical or multi-volume work, often numbered. It may represent a time span, such as a year.\\n\\nSee also [blog post](http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html)." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:PublicationVolume .

tmc:PublicCorporation a rdfs:Class ;
  rdfs:label "Public Corporation" ;
  rdfs:comment "A corporation with publicly traded shares. These are subject to significant regulatory oversight and must disclose financial and business information regularly." ;
  rdfs:subClassOf tmc:Corporation ;
  tmc:instanceOf tmc:CorporationType, tmc:BusinessStructureCompany .

tmc:PublicCorporation a tmc:CorporationType, tmc:BusinessStructureCompany .

tmc:PublicHealth a tmc:MedicalSpecialty ;
  rdfs:label "Public Health" ;
  rdfs:comment "Branch of medicine that pertains to the health services to improve and protect community health, especially epidemiology, sanitation, immunization, and preventive medicine." ;
  tmc:instanceOf tmc:MedicalSpecialty .

tmc:PublicHolidays a tmc:DayOfWeek ;
  rdfs:label "Public Holidays" ;
  rdfs:comment "This stands for any day that is a public holiday; it is a placeholder for all official public holidays in some particular location. While not technically a \"day of the week\", it can be used with OpeningHoursSpecification. In the context of an opening hours specification it can be used to indicate opening hours on public holidays, overriding general opening hours for the day of the week on which a public holiday occurs." ;
  tmc:instanceOf tmc:DayOfWeek .

tmc:PublicPartnership a tmc:BusinessStructureCompany ;
  rdfs:label "Public Partnership" ;
  tmc:instanceOf tmc:BusinessStructureCompany .

tmc:PublicServiceOrganization a rdfs:Class ;
  rdfs:label "Public Service Organization" ;
  rdfs:comment "Essential public services such as emergency services (fire, police, ambulance), public transportation, and public libraries." ;
  rdfs:subClassOf tmc:GovernmentOrganization ;
  tmc:instanceOf tmc:GovernmentOrganizationType .

tmc:PublicServiceOrganization a tmc:GovernmentOrganizationType .

tmc:PublicSwimmingPool a rdfs:Class ;
  rdfs:label "Public Swimming Pool" ;
  rdfs:comment "A public swimming pool." ;
  rdfs:subClassOf tmc:SportsActivityLocation ;
  tmc:instanceOf tmc:LocalBusinessType, tmc:SportsActivityLocationType ;
  owl:equivalentClass schema:PublicSwimmingPool .

tmc:PublicSwimmingPool a tmc:LocalBusinessType, tmc:SportsActivityLocationType .

tmc:PublicToilet a rdfs:Class ;
  rdfs:label "Public Toilet" ;
  rdfs:comment "A public toilet is a room or small building containing one or more toilets (and possibly also urinals) which is available for use by the general public, or by customers or employees of certain businesses." ;
  rdfs:subClassOf tmc:CivicStructure ;
  owl:equivalentClass schema:PublicToilet .

tmc:publicTransportClosuresInfo a rdf:Property ;
  rdfs:label "public Transport Closures Info" ;
  rdfs:comment "Information about public transport closures." ;
  schema:domainIncludes tmc:SpecialAnnouncement ;
  schema:rangeIncludes tmc:WebContent, schema:URL ;
  owl:equivalentProperty schema:publicTransportClosuresInfo .

tmc:publishedBy a rdf:Property ;
  rdfs:label "published By" ;
  rdfs:comment "An agent associated with the publication event." ;
  schema:domainIncludes tmc:PublicationEvent ;
  schema:rangeIncludes tmc:Organization, tmc:Person ;
  owl:equivalentProperty schema:publishedBy .

tmc:publishedOn a rdf:Property ;
  rdfs:label "published On" ;
  rdfs:comment "A broadcast service associated with the publication event." ;
  schema:domainIncludes tmc:PublicationEvent ;
  schema:rangeIncludes tmc:BroadcastService ;
  owl:equivalentProperty schema:publishedOn .

tmc:publisher a rdf:Property ;
  rdfs:label "publisher" ;
  rdfs:comment "The publisher of the creative work." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes tmc:Organization, tmc:Person ;
  owl:equivalentProperty schema:publisher .

tmc:publisherImprint a rdf:Property ;
  rdfs:label "publisher Imprint" ;
  rdfs:comment "The publishing division which published the comic." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes tmc:Organization ;
  owl:equivalentProperty schema:publisherImprint .

tmc:publishingPrinciples a rdf:Property ;
  rdfs:label "publishing Principles" ;
  rdfs:comment "The publishingPrinciples property indicates (typically via [[URL]]) a document describing the editorial principles of an [[Organization]] (or individual, e.g. a [[Person]] writing a blog) that relate to their activities as a publisher, e.g. ethics or diversity policies. When applied to a [[CreativeWork]] (e.g. [[NewsArticle]]) the principles are those of the party primarily responsible for the creation of the [[CreativeWork]].\n\nWhile such policies are most typically expressed in natural language, sometimes related information (e.g. indicating a [[funder]]) can be expressed using schema.org terminology.\n" ;
  schema:domainIncludes tmc:Organization, tmc:Person, tmc:CreativeWork ;
  schema:rangeIncludes tmc:CreativeWork, schema:URL ;
  owl:equivalentProperty schema:publishingPrinciples .

tmc:Pulmonary a tmc:MedicalSpecialty ;
  rdfs:label "Pulmonary" ;
  rdfs:comment "A specific branch of medical science that pertains to the study of the respiratory system and its respective disease states." ;
  tmc:instanceOf tmc:MedicalSpecialty .

tmc:purchaseDate a rdf:Property ;
  rdfs:label "purchase Date" ;
  rdfs:comment "The date the item, e.g. vehicle, was purchased by the current owner." ;
  schema:domainIncludes tmc:Product, tmc:Vehicle ;
  schema:rangeIncludes schema:Date ;
  owl:equivalentProperty schema:purchaseDate .

tmc:purpose a rdf:Property ;
  rdfs:label "purpose" ;
  rdfs:comment "The enduring reason for a Brand's existence, independent of profit; a durable justification that guides objectives and activities." ;
  schema:domainIncludes tmc:Brand ;
  schema:rangeIncludes schema:Text .

tmc:QAPage a rdfs:Class ;
  rdfs:label "QA Page" ;
  rdfs:comment "A QAPage is a WebPage focussed on a specific Question and its Answer(s), e.g. in a question answering site or documenting Frequently Asked Questions (FAQs)." ;
  rdfs:subClassOf tmc:WebPage ;
  owl:equivalentClass schema:QAPage .

tmc:qualifications a rdf:Property ;
  rdfs:label "qualifications" ;
  rdfs:comment "Specific qualifications required for this role or Occupation." ;
  schema:domainIncludes tmc:Occupation, tmc:JobPosting ;
  schema:rangeIncludes tmc:EducationalOccupationalCredential, schema:Text ;
  owl:equivalentProperty schema:qualifications .

tmc:QualitativeValue a rdfs:Class, schema:Enumeration ;
  rdfs:label "Qualitative Value" ;
  rdfs:comment "A predefined value for a product characteristic, e.g. the power cord plug type 'US' or the garment sizes 'S', 'M', 'L', and 'XL'." ;
  rdfs:subClassOf tmc:Enumeration ;
  owl:equivalentClass schema:QualitativeValue .

tmc:QuantitativeValue a rdfs:Class ;
  rdfs:label "Quantitative Value" ;
  rdfs:comment " A point value or interval for product characteristics and other purposes." ;
  rdfs:subClassOf tmc:StructuredValue ;
  owl:equivalentClass schema:QuantitativeValue .

tmc:QuantitativeValueDistribution a rdfs:Class ;
  rdfs:label "Quantitative Value Distribution" ;
  rdfs:comment "A statistical distribution of values." ;
  rdfs:subClassOf tmc:StructuredValue ;
  owl:equivalentClass schema:QuantitativeValueDistribution .

tmc:Quantity a rdfs:Class ;
  rdfs:label "Quantity" ;
  rdfs:comment "Quantities such as distance, time, mass, weight, etc. Particular instances of say Mass are entities like '3 kg' or '4 milligrams'." ;
  rdfs:subClassOf tmc:Intangible ;
  owl:equivalentClass schema:Quantity .

tmc:quarantineGuidelines a rdf:Property ;
  rdfs:label "quarantine Guidelines" ;
  rdfs:comment "Guidelines about quarantine rules, e.g. in the context of a pandemic." ;
  schema:domainIncludes tmc:SpecialAnnouncement ;
  schema:rangeIncludes schema:URL, tmc:WebContent ;
  owl:equivalentProperty schema:quarantineGuidelines .

tmc:query a rdf:Property ;
  rdfs:label "query" ;
  rdfs:comment "A sub property of instrument. The query used on this action." ;
  rdfs:subPropertyOf tmc:instrument ;
  schema:domainIncludes tmc:SearchAction ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:query .

tmc:quest a rdf:Property ;
  rdfs:label "quest" ;
  rdfs:comment "The task that a player-controlled character, or group of characters may complete in order to gain a reward." ;
  schema:domainIncludes tmc:VideoGameSeries, tmc:Game ;
  schema:rangeIncludes tmc:Thing ;
  owl:equivalentProperty schema:quest .

tmc:question a rdf:Property ;
  rdfs:label "question" ;
  rdfs:comment "A sub property of object. A question." ;
  rdfs:subPropertyOf tmc:object ;
  schema:domainIncludes tmc:AskAction ;
  schema:rangeIncludes tmc:Question ;
  owl:equivalentProperty schema:question .

tmc:Question a rdfs:Class ;
  rdfs:label "Question" ;
  rdfs:comment "A specific question - e.g. from a user seeking answers online, or collected in a Frequently Asked Questions (FAQ) document." ;
  rdfs:subClassOf tmc:Comment ;
  owl:equivalentClass schema:Question .

tmc:Quiz a rdfs:Class ;
  rdfs:label "Quiz" ;
  rdfs:comment "Quiz: A test of knowledge, skills and abilities." ;
  rdfs:subClassOf tmc:LearningResource ;
  owl:equivalentClass schema:Quiz .

tmc:Quotation a rdfs:Class ;
  rdfs:label "Quotation" ;
  rdfs:comment "A quotation. Often but not necessarily from some written work, attributable to a real world author and - if associated with a fictional character - to any fictional Person. Use [[isBasedOn]] to link to source/origin. The [[recordedIn]] property can be used to reference a Quotation from an [[Event]]." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:Quotation .

tmc:QuoteAction a rdfs:Class ;
  rdfs:label "Quote Action" ;
  rdfs:comment "An agent quotes/estimates/appraises an object/product/service with a price at a location/store." ;
  rdfs:subClassOf tmc:TradeAction ;
  owl:equivalentClass schema:QuoteAction .

tmc:Racetrack a rdfs:Class ;
  rdfs:label "Racetrack" ;
  rdfs:comment "A racetrack is a specialized facility designed for racing automobiles, motorcycles, horses, or other forms of motorsports and equestrian racing." ;
  rdfs:subClassOf tmc:SportsActivityLocation ;
  tmc:instanceOf tmc:SportsActivityLocationType .

tmc:Racetrack a tmc:SportsActivityLocationType .

tmc:RadiationTherapy a rdfs:Class ;
  rdfs:label "Radiation Therapy" ;
  rdfs:comment "A process of care using radiation aimed at improving a health condition." ;
  rdfs:subClassOf tmc:MedicalTherapy ;
  owl:equivalentClass schema:RadiationTherapy .

tmc:RadioBroadcastService a rdfs:Class ;
  rdfs:label "Radio Broadcast Service" ;
  rdfs:comment "A delivery service through which radio content is provided via broadcast over the air or online." ;
  rdfs:subClassOf tmc:BroadcastService ;
  owl:equivalentClass schema:RadioBroadcastService .

tmc:RadioChannel a rdfs:Class ;
  rdfs:label "Radio Channel" ;
  rdfs:comment "A unique instance of a radio BroadcastService on a CableOrSatelliteService lineup." ;
  rdfs:subClassOf tmc:BroadcastChannel ;
  owl:equivalentClass schema:RadioChannel .

tmc:RadioClip a rdfs:Class ;
  rdfs:label "Radio Clip" ;
  rdfs:comment "A short radio program or a segment/part of a radio program." ;
  rdfs:subClassOf tmc:Clip ;
  owl:equivalentClass schema:RadioClip .

tmc:RadioEpisode a rdfs:Class ;
  rdfs:label "Radio Episode" ;
  rdfs:comment "A radio episode which can be part of a series or season." ;
  rdfs:subClassOf tmc:Episode ;
  owl:equivalentClass schema:RadioEpisode .

tmc:Radiography a tmc:MedicalImagingTechnique ;
  rdfs:label "Radiography" ;
  rdfs:comment "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." ;
  tmc:instanceOf tmc:MedicalImagingTechnique .

tmc:RadioSeason a rdfs:Class ;
  rdfs:label "Radio Season" ;
  rdfs:comment "Season dedicated to radio broadcast and associated online delivery." ;
  rdfs:subClassOf tmc:CreativeWorkSeason ;
  owl:equivalentClass schema:RadioSeason .

tmc:RadioSeries a rdfs:Class ;
  rdfs:label "Radio Series" ;
  rdfs:comment "CreativeWorkSeries dedicated to radio broadcast and associated online delivery." ;
  rdfs:subClassOf tmc:CreativeWorkSeries ;
  owl:equivalentClass schema:RadioSeries .

tmc:RadioStation a rdfs:Class ;
  rdfs:label "Radio Station" ;
  rdfs:comment "A radio station." ;
  rdfs:subClassOf tmc:LocalBusiness ;
  owl:equivalentClass schema:RadioStation .

tmc:raisedAmount a rdf:Property ;
  rdfs:label "raisedAmount" ;
  rdfs:comment "The amount of money raised in the fundraiser." ;
  rdfs:subPropertyOf tmc:amount ;
  schema:domainIncludes tmc:Fundraiser ;
  schema:rangeIncludes tmc:MonetaryAmount .

tmc:RaiseFunds a tmc:BusinessFunction ;
  rdfs:label "Raise Funds" ;
  rdfs:comment "The act of raising funds." ;
  tmc:instanceOf tmc:BusinessFunction .

tmc:RandomizedTrial a tmc:MedicalTrialDesign ;
  rdfs:label "Randomized Trial" ;
  rdfs:comment "A randomized trial design." ;
  tmc:instanceOf tmc:MedicalTrialDesign .

tmc:rangeIncludes a rdf:Property ;
  rdfs:label "range Includes" ;
  rdfs:comment "Relates a property to a class that constitutes (one of) the expected type(s) for values of the property." ;
  schema:domainIncludes tmc:Property ;
  schema:rangeIncludes tmc:Class ;
  tmc:instanceOf tmc:AxiomPropertyType ;
  owl:equivalentProperty schema:rangeIncludes .

tmc:Rating a rdfs:Class ;
  rdfs:label "Rating" ;
  rdfs:comment "A rating is an evaluation on a numeric scale, such as 1 to 5 stars." ;
  rdfs:subClassOf tmc:Intangible ;
  owl:equivalentClass schema:Rating .

tmc:ratingCount a rdf:Property ;
  rdfs:label "rating Count" ;
  rdfs:comment "The count of total number of ratings." ;
  schema:domainIncludes tmc:AggregateRating ;
  schema:rangeIncludes schema:Integer ;
  owl:equivalentProperty schema:ratingCount .

tmc:ratingExplanation a rdf:Property ;
  rdfs:label "rating Explanation" ;
  rdfs:comment "A short explanation (e.g. one to two sentences) providing background context and other information that led to the conclusion expressed in the rating. This is particularly applicable to ratings associated with \"fact check\" markup using [[ClaimReview]]." ;
  schema:domainIncludes tmc:Rating ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:ratingExplanation .

tmc:ratingSource a rdf:Property ;
  rdfs:label "Rating Source" ;
  rdfs:comment "The source provider who the ratings were conducted by. For example, google or tmpc." ;
  schema:domainIncludes tmc:Rating ;
  schema:rangeIncludes schema:Text .

tmc:ratingValue a rdf:Property ;
  rdfs:label "rating Value" ;
  rdfs:comment "The rating for the content.\\n\\nUsage guidelines:\\n\\n* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similar Unicode symbols.\\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator." ;
  schema:domainIncludes tmc:Rating ;
  schema:rangeIncludes schema:Number, schema:Text ;
  owl:equivalentProperty schema:ratingValue .

tmc:ReactAction a rdfs:Class ;
  rdfs:label "React Action" ;
  rdfs:comment "The act of responding instinctively and emotionally to an object, expressing a sentiment." ;
  rdfs:subClassOf tmc:AssessAction ;
  owl:equivalentClass schema:ReactAction .

tmc:ReadAction a rdfs:Class ;
  rdfs:label "Read Action" ;
  rdfs:comment "The act of consuming written content." ;
  rdfs:subClassOf tmc:ConsumeAction ;
  owl:equivalentClass schema:ReadAction .

tmc:readBy a rdf:Property ;
  rdfs:label "read By" ;
  rdfs:comment "A person who reads (performs) the audiobook." ;
  rdfs:subPropertyOf tmc:actor ;
  schema:domainIncludes tmc:Audiobook ;
  schema:rangeIncludes tmc:Person ;
  owl:equivalentProperty schema:readBy .

tmc:readonlyValue a rdf:Property ;
  rdfs:label "readonly Value" ;
  rdfs:comment "Whether or not a property is mutable.  Default is false. Specifying this for a property that also has a value makes it act similar to a \"hidden\" input in an HTML form." ;
  schema:domainIncludes tmc:PropertyValueSpecification ;
  schema:rangeIncludes schema:Boolean ;
  owl:equivalentProperty schema:readonlyValue .

tmc:ReadPermission a tmc:DigitalDocumentPermissionType ;
  rdfs:label "Read Permission" ;
  rdfs:comment "Permission to read or view the document." ;
  tmc:instanceOf tmc:DigitalDocumentPermissionType .

tmc:RealEstate a rdfs:Class ;
  rdfs:label "Real Estate" ;
  rdfs:comment "Equity REITs and real estate management & development." ;
  rdfs:subClassOf tmc:IndustrySector ;
  tmc:instanceOf tmc:IndustrySectorType .

tmc:RealEstate a tmc:IndustrySectorType .

tmc:realEstateAgent a rdf:Property ;
  rdfs:label "real Estate Agent" ;
  rdfs:comment "A sub property of participant. The real estate agent involved in the action." ;
  rdfs:subPropertyOf tmc:participant ;
  schema:domainIncludes tmc:RentAction ;
  schema:rangeIncludes tmc:RealEstateAgent ;
  owl:equivalentProperty schema:realEstateAgent .

tmc:RealEstateAgent a rdfs:Class ;
  rdfs:label "Real Estate Agent" ;
  rdfs:comment "A real-estate agent." ;
  rdfs:subClassOf tmc:LocalBusiness ;
  owl:equivalentClass schema:RealEstateAgent .

tmc:RealEstateAndPropertyManagement a rdfs:Class ;
  rdfs:label "Real Estate & Property Management" ;
  rdfs:comment "Marketplaces for agents, brokers, appraisers, leasing and property ops." ;
  rdfs:subClassOf tmc:Industry ;
  tmc:instanceOf tmc:IndustryType .

tmc:RealEstateAndPropertyManagement a tmc:IndustryType .

tmc:RealEstateListing a rdfs:Class ;
  rdfs:label "Real Estate Listing" ;
  rdfs:comment "A [[RealEstateListing]] is a listing that describes one or more real-estate [[Offer]]s (whose [[businessFunction]] is typically to lease out, or to sell).\n  The [[RealEstateListing]] type itself represents the overall listing, as manifested in some [[WebPage]].\n  " ;
  rdfs:subClassOf tmc:WebPage ;
  owl:equivalentClass schema:RealEstateListing .

tmc:RealEstateManagementAndDevelopment a rdfs:Class ;
  rdfs:label "Real Estate Management & Development" ;
  rdfs:comment "Development, operations, and real estate services." ;
  rdfs:subClassOf tmc:IndustryGroup ;
  tmc:instanceOf tmc:IndustryGroupType .

tmc:RealEstateManagementAndDevelopment a tmc:IndustryGroupType .

tmc:RearWheelDriveConfiguration a tmc:DriveWheelConfigurationValue ;
  rdfs:label "Rear Wheel Drive Configuration" ;
  rdfs:comment "Real-wheel drive is a transmission layout where the engine drives the rear wheels." ;
  tmc:instanceOf tmc:DriveWheelConfigurationValue .

tmc:ReceiveAction a rdfs:Class ;
  rdfs:label "Receive Action" ;
  rdfs:comment "The act of physically/electronically taking delivery of an object that has been transferred from an origin to a destination. Reciprocal of SendAction.\\n\\nRelated actions:\\n\\n* [[SendAction]]: The reciprocal of ReceiveAction.\\n* [[TakeAction]]: Unlike TakeAction, ReceiveAction does not imply that the ownership has been transferred (e.g. I can receive a package, but it does not mean the package is now mine)." ;
  rdfs:subClassOf tmc:TransferAction ;
  owl:equivalentClass schema:ReceiveAction .

tmc:recipe a rdf:Property ;
  rdfs:label "recipe" ;
  rdfs:comment "A sub property of instrument. The recipe/instructions used to perform the action." ;
  rdfs:subPropertyOf tmc:instrument ;
  schema:domainIncludes tmc:CookAction ;
  schema:rangeIncludes tmc:Recipe ;
  owl:equivalentProperty schema:recipe .

tmc:Recipe a rdfs:Class ;
  rdfs:label "Recipe" ;
  rdfs:comment "A recipe. For dietary restrictions covered by the recipe, a few common restrictions are enumerated via [[suitableForDiet]]. The [[keywords]] property can also be used to add more detail." ;
  rdfs:subClassOf tmc:HowTo ;
  owl:equivalentClass schema:Recipe .

tmc:recipeCategory a rdf:Property ;
  rdfs:label "recipe Category" ;
  rdfs:comment "The category of the recipe—for example, appetizer, entree, etc." ;
  schema:domainIncludes tmc:Recipe ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:recipeCategory .

tmc:recipeCuisine a rdf:Property ;
  rdfs:label "recipe Cuisine" ;
  rdfs:comment "The cuisine of the recipe (for example, French or Ethiopian)." ;
  schema:domainIncludes tmc:Recipe ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:recipeCuisine .

tmc:recipeIngredient a rdf:Property ;
  rdfs:label "recipe Ingredient" ;
  rdfs:comment "A single ingredient used in the recipe, e.g. sugar, flour or garlic." ;
  rdfs:subPropertyOf tmc:supply ;
  schema:domainIncludes tmc:Recipe ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:recipeIngredient .

tmc:recipeInstructions a rdf:Property ;
  rdfs:label "recipe Instructions" ;
  rdfs:comment "A step in making the recipe, in the form of a single item (document, video, etc.) or an ordered list with HowToStep and/or HowToSection items." ;
  rdfs:subPropertyOf tmc:step ;
  schema:domainIncludes tmc:Recipe ;
  schema:rangeIncludes schema:Text, tmc:ItemList, tmc:CreativeWork ;
  owl:equivalentProperty schema:recipeInstructions .

tmc:recipeYield a rdf:Property ;
  rdfs:label "recipe Yield" ;
  rdfs:comment "The quantity produced by the recipe (for example, number of people served, number of servings, etc)." ;
  rdfs:subPropertyOf tmc:yield ;
  schema:domainIncludes tmc:Recipe ;
  schema:rangeIncludes tmc:QuantitativeValue, schema:Text ;
  owl:equivalentProperty schema:recipeYield .

tmc:recipient a rdf:Property ;
  rdfs:label "recipient" ;
  rdfs:comment "A sub property of participant. The participant who is at the receiving end of the action." ;
  rdfs:subPropertyOf tmc:participant ;
  schema:domainIncludes tmc:TipAction, tmc:CommunicateAction, tmc:PayAction, tmc:DonateAction, tmc:ReturnAction, tmc:GiveAction, tmc:Message, tmc:SendAction, tmc:AuthorizeAction ;
  schema:rangeIncludes tmc:Organization, tmc:ContactPoint, tmc:Person, tmc:Audience ;
  owl:equivalentProperty schema:recipient .

tmc:recognizedBy a rdf:Property ;
  rdfs:label "recognized By" ;
  rdfs:comment "An organization that acknowledges the validity, value or utility of a credential. Note: recognition may include a process of quality assurance or accreditation." ;
  schema:domainIncludes tmc:EducationalOccupationalCredential ;
  schema:rangeIncludes tmc:Organization ;
  owl:equivalentProperty schema:recognizedBy .

tmc:recognizingAuthority a rdf:Property ;
  rdfs:label "recognizing Authority" ;
  rdfs:comment "If applicable, the organization that officially recognizes this entity as part of its endorsed system of medicine." ;
  schema:domainIncludes tmc:MedicalEntity ;
  schema:rangeIncludes tmc:Organization ;
  owl:equivalentProperty schema:recognizingAuthority .

tmc:Recommendation a rdfs:Class ;
  rdfs:label "Recommendation" ;
  rdfs:comment "[[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." ;
  rdfs:subClassOf tmc:Review ;
  owl:equivalentClass schema:Recommendation .

tmc:recommendationStrength a rdf:Property ;
  rdfs:label "recommendation Strength" ;
  rdfs:comment "Strength of the guideline's recommendation (e.g. 'class I')." ;
  schema:domainIncludes tmc:MedicalGuidelineRecommendation ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:recommendationStrength .

tmc:RecommendedDoseSchedule a rdfs:Class ;
  rdfs:label "Recommended Dose Schedule" ;
  rdfs:comment "A recommended dosing schedule for a drug or supplement as prescribed or recommended by an authority or by the drug/supplement's manufacturer. Capture the recommending authority in the recognizingAuthority property of MedicalEntity." ;
  rdfs:subClassOf tmc:DoseSchedule ;
  owl:equivalentClass schema:RecommendedDoseSchedule .

tmc:recommendedIntake a rdf:Property ;
  rdfs:label "recommended Intake" ;
  rdfs:comment "Recommended intake of this supplement for a given population as defined by a specific recommending authority." ;
  schema:domainIncludes tmc:DietarySupplement ;
  schema:rangeIncludes tmc:RecommendedDoseSchedule ;
  owl:equivalentProperty schema:recommendedIntake .

tmc:recordedAs a rdf:Property ;
  rdfs:label "recorded As" ;
  rdfs:comment "An audio recording of the work." ;
  schema:domainIncludes tmc:MusicComposition ;
  schema:rangeIncludes tmc:MusicRecording ;
  schema:inverseOf tmc:recordingOf ;
  owl:equivalentProperty schema:recordedAs .

tmc:recordedAt a rdf:Property ;
  rdfs:label "recorded At" ;
  rdfs:comment "The Event where the CreativeWork was recorded. The CreativeWork may capture all or part of the event." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes tmc:Event ;
  schema:inverseOf tmc:recordedIn ;
  owl:equivalentProperty schema:recordedAt .

tmc:recordedIn a rdf:Property ;
  rdfs:label "recorded In" ;
  rdfs:comment "The CreativeWork that captured all or part of this Event." ;
  schema:domainIncludes tmc:Event ;
  schema:rangeIncludes tmc:CreativeWork ;
  schema:inverseOf tmc:recordedAt ;
  owl:equivalentProperty schema:recordedIn .

tmc:recordingOf a rdf:Property ;
  rdfs:label "recording Of" ;
  rdfs:comment "The composition this track is a recording of." ;
  schema:domainIncludes tmc:MusicRecording ;
  schema:rangeIncludes tmc:MusicComposition ;
  schema:inverseOf tmc:recordedAs ;
  owl:equivalentProperty schema:recordingOf .

tmc:recordLabel a rdf:Property ;
  rdfs:label "record Label" ;
  rdfs:comment "The label that issued the release." ;
  schema:domainIncludes tmc:MusicRelease ;
  schema:rangeIncludes tmc:Organization ;
  owl:equivalentProperty schema:recordLabel, <http://purl.org/ontology/mo/label> .

tmc:recourseLoan a rdf:Property ;
  rdfs:label "recourse Loan" ;
  rdfs:comment "The only way you get the money back in the event of default is the security. Recourse is where you still have the opportunity to go back to the borrower for the rest of the money." ;
  schema:domainIncludes tmc:LoanOrCredit ;
  schema:rangeIncludes schema:Boolean ;
  owl:equivalentProperty schema:recourseLoan .

tmc:Recreational a tmc:PlayQuality ;
  rdfs:label "Recreational" ;
  rdfs:comment "Leisure-focused activities, casual and non-competitive, accessible for relaxation and enjoyment." ;
  tmc:instanceOf tmc:PlayQuality .

tmc:RecreationalSocialClub a rdfs:Class ;
  rdfs:label "Recreational Social Club" ;
  rdfs:comment "A venue that provides a social setting for community members to engage in recreational activities, sports, and leisure pursuits, often including facilities like bowling alleys, table tennis, and clubhouses for specific interest groups such as biking and motoring." ;
  rdfs:subClassOf tmc:SportsActivityLocation ;
  tmc:instanceOf tmc:SportsActivityLocationType .

tmc:RecreationalSocialClub a tmc:SportsActivityLocationType .

tmc:Recruiting a tmc:MedicalStudyStatus ;
  rdfs:label "Recruiting" ;
  rdfs:comment "Recruiting participants." ;
  tmc:instanceOf tmc:MedicalStudyStatus .

tmc:RecyclingCenter a rdfs:Class ;
  rdfs:label "Recycling Center" ;
  rdfs:comment "A recycling center." ;
  rdfs:subClassOf tmc:LocalBusiness ;
  owl:equivalentClass schema:RecyclingCenter .

tmc:ReducedRelevanceForChildrenConsideration a tmc:AdultOrientedEnumeration ;
  rdfs:label "Reduced Relevance For Children Consideration" ;
  rdfs:comment "A general code for cases where relevance to children is reduced, e.g. adult education, mortgages, retirement-related products, etc." ;
  tmc:instanceOf tmc:AdultOrientedEnumeration .

tmc:referenceQuantity a rdf:Property ;
  rdfs:label "reference Quantity" ;
  rdfs:comment "The reference quantity for which a certain price applies, e.g. 1 EUR per 4 kWh of electricity. This property is a replacement for unitOfMeasurement for the advanced cases where the price does not relate to a standard unit." ;
  schema:domainIncludes tmc:UnitPriceSpecification ;
  schema:rangeIncludes tmc:QuantitativeValue ;
  owl:equivalentProperty schema:referenceQuantity .

tmc:referencesOrder a rdf:Property ;
  rdfs:label "references Order" ;
  rdfs:comment "The Order(s) related to this Invoice. One or more Orders may be combined into a single Invoice." ;
  schema:domainIncludes tmc:Invoice ;
  schema:rangeIncludes tmc:Order ;
  owl:equivalentProperty schema:referencesOrder .

tmc:refundType a rdf:Property ;
  rdfs:label "refund Type" ;
  rdfs:comment "A refund type, from an enumerated list." ;
  schema:domainIncludes tmc:MerchantReturnPolicy ;
  schema:rangeIncludes tmc:RefundTypeEnumeration ;
  owl:equivalentProperty schema:refundType .

tmc:RefundTypeEnumeration a rdfs:Class, schema:Enumeration ;
  rdfs:label "Refund Type Enumeration" ;
  rdfs:comment "Enumerates several kinds of product return refund types." ;
  rdfs:subClassOf tmc:Enumeration ;
  owl:equivalentClass schema:RefundTypeEnumeration .

tmc:RefurbishedCondition a tmc:OfferItemCondition ;
  rdfs:label "Refurbished Condition" ;
  rdfs:comment "Indicates that the item is refurbished." ;
  tmc:instanceOf tmc:OfferItemCondition .

tmc:regionDrained a rdf:Property ;
  rdfs:label "region Drained" ;
  rdfs:comment "The anatomical or organ system drained by this vessel; generally refers to a specific part of an organ." ;
  schema:domainIncludes tmc:Vein, tmc:LymphaticVessel ;
  schema:rangeIncludes tmc:AnatomicalSystem, tmc:AnatomicalStructure ;
  owl:equivalentProperty schema:regionDrained .

tmc:regionsAllowed a rdf:Property ;
  rdfs:label "regions Allowed" ;
  rdfs:comment "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](http://en.wikipedia.org/wiki/ISO_3166)." ;
  schema:domainIncludes tmc:MediaObject ;
  schema:rangeIncludes tmc:Place ;
  owl:equivalentProperty schema:regionsAllowed .

tmc:RegisterAction a rdfs:Class ;
  rdfs:label "Register Action" ;
  rdfs:comment "The act of registering to be a user of a service, product or web page.\\n\\nRelated actions:\\n\\n* [[JoinAction]]: Unlike JoinAction, RegisterAction implies you are registering to be a user of a service, *not* a group/team of people.\\n* [[FollowAction]]: Unlike FollowAction, RegisterAction doesn'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." ;
  rdfs:subClassOf tmc:InteractAction ;
  owl:equivalentClass schema:RegisterAction .

tmc:registrationUrl a rdf:Property ;
  rdfs:label "registration Url" ;
  rdfs:comment "The URL of the registration page for a listing." ;
  schema:domainIncludes tmc:Listing ;
  schema:rangeIncludes schema:URL ;
  owl:equivalentProperty schema:registrationUrl .

tmc:Registry a tmc:MedicalObservationalStudyDesign ;
  rdfs:label "Registry" ;
  rdfs:comment "A registry-based study design." ;
  tmc:instanceOf tmc:MedicalObservationalStudyDesign .

tmc:RegulatoryAgencies a rdfs:Class ;
  rdfs:label "Regulatory Agencies" ;
  rdfs:comment "Specialized organizations responsible for overseeing and regulating specific industries or sectors, ensuring compliance with laws and standards." ;
  rdfs:subClassOf tmc:GovernmentOrganization ;
  tmc:instanceOf tmc:GovernmentOrganizationType .

tmc:RegulatoryAgencies a tmc:GovernmentOrganizationType .

tmc:RehabilitationSpecialist a tmc:PersonHealthWellnessExpertType ;
  rdfs:label "Rehabilitation Specialist" ;
  rdfs:comment "Specializes in recovery and rehabilitation, assisting individuals in regaining strength, mobility, and functionality following injury or illness." ;
  tmc:instanceOf tmc:PersonHealthWellnessExpertType .

tmc:ReimbursementCap a tmc:DrugCostCategory ;
  rdfs:label "Reimbursement Cap" ;
  rdfs:comment "The drug's cost represents the maximum reimbursement paid by an insurer for the drug." ;
  tmc:instanceOf tmc:DrugCostCategory .

tmc:RejectAction a rdfs:Class ;
  rdfs:label "Reject Action" ;
  rdfs:comment "The act of rejecting to/adopting an object.\\n\\nRelated actions:\\n\\n* [[AcceptAction]]: The antonym of RejectAction." ;
  rdfs:subClassOf tmc:AllocateAction ;
  owl:equivalentClass schema:RejectAction .

tmc:relatedAnatomy a rdf:Property ;
  rdfs:label "related Anatomy" ;
  rdfs:comment "Anatomical systems or structures that relate to the superficial anatomy." ;
  schema:domainIncludes tmc:SuperficialAnatomy ;
  schema:rangeIncludes tmc:AnatomicalSystem, tmc:AnatomicalStructure ;
  owl:equivalentProperty schema:relatedAnatomy .

tmc:relatedCondition a rdf:Property ;
  rdfs:label "related Condition" ;
  rdfs:comment "A medical condition associated with this anatomy." ;
  schema:domainIncludes tmc:AnatomicalSystem, tmc:SuperficialAnatomy, tmc:AnatomicalStructure ;
  schema:rangeIncludes tmc:MedicalCondition ;
  owl:equivalentProperty schema:relatedCondition .

tmc:relatedDrug a rdf:Property ;
  rdfs:label "related Drug" ;
  rdfs:comment "Any other drug related to this one, for example commonly-prescribed alternatives." ;
  schema:domainIncludes tmc:Drug ;
  schema:rangeIncludes tmc:Drug ;
  owl:equivalentProperty schema:relatedDrug .

tmc:relatedIndustries a rdf:Property ;
  rdfs:label "Related industries" ;
  schema:domainIncludes tmc:Industry ;
  schema:rangeIncludes tmc:Industry .

tmc:relatedLink a rdf:Property ;
  rdfs:label "related Link" ;
  rdfs:comment "A link related to this web page, for example to other related web pages." ;
  schema:domainIncludes tmc:WebPage ;
  schema:rangeIncludes schema:URL ;
  owl:equivalentProperty schema:relatedLink .

tmc:relatedStructure a rdf:Property ;
  rdfs:label "related Structure" ;
  rdfs:comment "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." ;
  schema:domainIncludes tmc:AnatomicalSystem ;
  schema:rangeIncludes tmc:AnatomicalStructure ;
  owl:equivalentProperty schema:relatedStructure .

tmc:relatedTherapy a rdf:Property ;
  rdfs:label "related Therapy" ;
  rdfs:comment "A medical therapy related to this anatomy." ;
  schema:domainIncludes tmc:AnatomicalStructure, tmc:SuperficialAnatomy, tmc:AnatomicalSystem ;
  schema:rangeIncludes tmc:MedicalTherapy ;
  owl:equivalentProperty schema:relatedTherapy .

tmc:relatedTo a rdf:Property ;
  rdfs:label "related To" ;
  rdfs:comment "The most generic familial relation." ;
  schema:domainIncludes tmc:Person ;
  schema:rangeIncludes tmc:Person ;
  owl:equivalentProperty schema:relatedTo .

tmc:RelatedTopicsHealthAspect a tmc:HealthAspectEnumeration ;
  rdfs:label "Related Topics Health Aspect" ;
  rdfs:comment "Other prominent or relevant topics tied to the main topic." ;
  tmc:instanceOf tmc:HealthAspectEnumeration .

tmc:Relaxation a tmc:PlayQuality ;
  rdfs:label "Relaxation" ;
  rdfs:comment "Indicates that the activity is conducive to relaxation and stress reduction." ;
  tmc:instanceOf tmc:PlayQuality .

tmc:releaseDate a rdf:Property ;
  rdfs:label "release Date" ;
  rdfs:comment "The release date of a product or product model. This can be used to distinguish the exact variant of a product." ;
  schema:domainIncludes tmc:Product ;
  schema:rangeIncludes schema:Date ;
  owl:equivalentProperty schema:releaseDate .

tmc:releasedEvent a rdf:Property ;
  rdfs:label "released Event" ;
  rdfs:comment "The place and time the release was issued, expressed as a PublicationEvent." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes tmc:PublicationEvent ;
  owl:equivalentProperty schema:releasedEvent .

tmc:releaseNotes a rdf:Property ;
  rdfs:label "release Notes" ;
  rdfs:comment "Description of what changed in this version." ;
  schema:domainIncludes tmc:SoftwareApplication ;
  schema:rangeIncludes schema:Text, schema:URL ;
  owl:equivalentProperty schema:releaseNotes .

tmc:releaseOf a rdf:Property ;
  rdfs:label "release Of" ;
  rdfs:comment "The album this is a release of." ;
  schema:domainIncludes tmc:MusicRelease ;
  schema:rangeIncludes tmc:MusicAlbum ;
  schema:inverseOf tmc:albumRelease ;
  owl:equivalentProperty schema:releaseOf .

tmc:relevantOccupation a rdf:Property ;
  rdfs:label "relevant Occupation" ;
  rdfs:comment "The Occupation for the JobPosting." ;
  schema:domainIncludes tmc:JobPosting ;
  schema:rangeIncludes tmc:Occupation ;
  owl:equivalentProperty schema:relevantOccupation .

tmc:relevantSpecialty a rdf:Property ;
  rdfs:label "relevant Specialty" ;
  rdfs:comment "If applicable, a medical specialty in which this entity is relevant." ;
  schema:domainIncludes tmc:MedicalEntity ;
  schema:rangeIncludes tmc:MedicalSpecialty ;
  owl:equivalentProperty schema:relevantSpecialty .

tmc:remainingAttendeeCapacity a rdf:Property ;
  rdfs:label "remaining Attendee Capacity" ;
  rdfs:comment "The number of attendee places for an event that remain unallocated." ;
  schema:domainIncludes tmc:Event ;
  schema:rangeIncludes schema:Integer ;
  owl:equivalentProperty schema:remainingAttendeeCapacity .

tmc:RemixAlbum a tmc:MusicAlbumProductionType ;
  rdfs:label "Remix Album" ;
  rdfs:comment "RemixAlbum." ;
  tmc:instanceOf tmc:MusicAlbumProductionType .

tmc:Renal a tmc:MedicalSpecialty ;
  rdfs:label "Renal" ;
  rdfs:comment "A specific branch of medical science that pertains to the study of the kidneys and its respective disease states." ;
  tmc:instanceOf tmc:MedicalSpecialty .

tmc:renegotiableLoan a rdf:Property ;
  rdfs:label "renegotiable Loan" ;
  rdfs:comment "Whether the terms for payment of interest can be renegotiated during the life of the loan." ;
  schema:domainIncludes tmc:LoanOrCredit ;
  schema:rangeIncludes schema:Boolean ;
  owl:equivalentProperty schema:renegotiableLoan .

tmc:RenewableEnergy a rdfs:Class ;
  rdfs:label "Renewable Energy" ;
  rdfs:comment "Renewable electricity generation and related services." ;
  rdfs:subClassOf tmc:IndustryGroup ;
  tmc:instanceOf tmc:IndustryGroupType .

tmc:RenewableEnergy a tmc:IndustryGroupType .

tmc:RentAction a rdfs:Class ;
  rdfs:label "Rent Action" ;
  rdfs:comment "The act of giving money in return for temporary use, but not ownership, of an object such as a vehicle or property. For example, an agent rents a property from a landlord in exchange for a periodic payment." ;
  rdfs:subClassOf tmc:TradeAction ;
  owl:equivalentClass schema:RentAction .

tmc:RentalCarReservation a rdfs:Class ;
  rdfs:label "Rental Car Reservation" ;
  rdfs:comment "A reservation for a rental car.\\n\\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations." ;
  rdfs:subClassOf tmc:Reservation ;
  owl:equivalentClass schema:RentalCarReservation .

tmc:RentalVehicleUsage a tmc:CarUsageType ;
  rdfs:label "Rental Vehicle Usage" ;
  rdfs:comment "Indicates the usage of the vehicle as a rental car." ;
  tmc:instanceOf tmc:CarUsageType .

tmc:Repair a tmc:BusinessFunction ;
  rdfs:label "Repair" ;
  rdfs:comment "The act of repairing an object." ;
  tmc:instanceOf tmc:BusinessFunction .

tmc:RepaymentSpecification a rdfs:Class ;
  rdfs:label "Repayment Specification" ;
  rdfs:comment "A structured value representing repayment." ;
  rdfs:subClassOf tmc:StructuredValue ;
  owl:equivalentClass schema:RepaymentSpecification .

tmc:repeatCount a rdf:Property ;
  rdfs:label "repeat Count" ;
  rdfs:comment "Defines the number of times a recurring [[Event]] will take place." ;
  schema:domainIncludes tmc:Schedule ;
  schema:rangeIncludes schema:Integer ;
  owl:equivalentProperty schema:repeatCount .

tmc:repeatFrequency a rdf:Property ;
  rdfs:label "repeat Frequency" ;
  rdfs:comment "Defines the frequency at which [[Event]]s will occur according to a schedule [[Schedule]]. The intervals between events should be defined as a [[Duration]] of time." ;
  rdfs:subPropertyOf tmc:frequency ;
  schema:domainIncludes tmc:Schedule ;
  schema:rangeIncludes schema:Text, tmc:Duration ;
  owl:equivalentProperty schema:repeatFrequency .

tmc:repetitions a rdf:Property ;
  rdfs:label "repetitions" ;
  rdfs:comment "Number of times one should repeat the activity." ;
  schema:domainIncludes tmc:ExercisePlan ;
  schema:rangeIncludes schema:Number, tmc:QuantitativeValue ;
  owl:equivalentProperty schema:repetitions .

tmc:ReplaceAction a rdfs:Class ;
  rdfs:label "Replace Action" ;
  rdfs:comment "The act of editing a recipient by replacing an old object with a new object." ;
  rdfs:subClassOf tmc:UpdateAction ;
  owl:equivalentClass schema:ReplaceAction .

tmc:replacee a rdf:Property ;
  rdfs:label "replacee" ;
  rdfs:comment "A sub property of object. The object that is being replaced." ;
  rdfs:subPropertyOf tmc:object ;
  schema:domainIncludes tmc:ReplaceAction ;
  schema:rangeIncludes tmc:Thing ;
  owl:equivalentProperty schema:replacee .

tmc:replacer a rdf:Property ;
  rdfs:label "replacer" ;
  rdfs:comment "A sub property of object. The object that replaces." ;
  rdfs:subPropertyOf tmc:object ;
  schema:domainIncludes tmc:ReplaceAction ;
  schema:rangeIncludes tmc:Thing ;
  owl:equivalentProperty schema:replacer .

tmc:ReplyAction a rdfs:Class ;
  rdfs:label "Reply Action" ;
  rdfs:comment "The act of responding to a question/message asked/sent by the object. Related to [[AskAction]].\\n\\nRelated actions:\\n\\n* [[AskAction]]: Appears generally as an origin of a ReplyAction." ;
  rdfs:subClassOf tmc:CommunicateAction ;
  owl:equivalentClass schema:ReplyAction .

tmc:replyToUrl a rdf:Property ;
  rdfs:label "reply To Url" ;
  rdfs:comment "The URL at which a reply may be posted to the specified UserComment." ;
  schema:domainIncludes tmc:UserComments ;
  schema:rangeIncludes schema:URL ;
  owl:equivalentProperty schema:replyToUrl .

tmc:Report a rdfs:Class ;
  rdfs:label "Report" ;
  rdfs:comment "A Report generated by governmental or non-governmental organization." ;
  rdfs:subClassOf tmc:Article ;
  owl:equivalentClass schema:Report .

tmc:ReportageNewsArticle a rdfs:Class ;
  rdfs:label "Reportage News Article" ;
  rdfs:comment "The [[ReportageNewsArticle]] type is a subtype of [[NewsArticle]] representing\n news articles which are the result of journalistic news reporting conventions.\n\nIn 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.\n\nThe [[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.\n\nA [[ReportageNewsArticle]] which goes deeper into analysis can also be marked with an additional type of [[AnalysisNewsArticle]].\n" ;
  rdfs:subClassOf tmc:NewsArticle ;
  owl:equivalentClass schema:ReportageNewsArticle .

tmc:ReportedDoseSchedule a rdfs:Class ;
  rdfs:label "Reported Dose Schedule" ;
  rdfs:comment "A patient-reported or observed dosing schedule for a drug or supplement." ;
  rdfs:subClassOf tmc:DoseSchedule ;
  owl:equivalentClass schema:ReportedDoseSchedule .

tmc:reportNumber a rdf:Property ;
  rdfs:label "report Number" ;
  rdfs:comment "The number or other unique designator assigned to a Report by the publishing organization." ;
  schema:domainIncludes tmc:Report ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:reportNumber .

tmc:representativeOfPage a rdf:Property ;
  rdfs:label "representative Of Page" ;
  rdfs:comment "Indicates whether this image is representative of the content of the page." ;
  schema:domainIncludes tmc:ImageObject ;
  schema:rangeIncludes schema:Boolean ;
  owl:equivalentProperty schema:representativeOfPage .

tmc:requiredCollateral a rdf:Property ;
  rdfs:label "required Collateral" ;
  rdfs:comment "Assets required to secure loan or credit repayments. It may take form of third party pledge, goods, financial instruments (cash, securities, etc.)" ;
  schema:domainIncludes tmc:LoanOrCredit ;
  schema:rangeIncludes tmc:Thing, schema:Text ;
  owl:equivalentProperty schema:requiredCollateral .

tmc:requiredGender a rdf:Property ;
  rdfs:label "required Gender" ;
  rdfs:comment "Audiences defined by a person's gender. When blank, the listing is not gender specific and is open to all genders." ;
  schema:domainIncludes tmc:PeopleAudience, tmc:Event ;
  schema:rangeIncludes tmc:GenderType ;
  owl:equivalentProperty schema:requiredGender .

tmc:requiredMaxAge a rdf:Property ;
  rdfs:label "required Max Age" ;
  rdfs:comment "Audiences defined by a person's maximum age." ;
  schema:domainIncludes tmc:PeopleAudience, tmc:Event, tmc:CreativeWork ;
  schema:rangeIncludes schema:Integer ;
  owl:equivalentProperty schema:requiredMaxAge .

tmc:requiredMinAge a rdf:Property ;
  rdfs:label "required Min Age" ;
  rdfs:comment "Audiences defined by a person's minimum age." ;
  schema:domainIncludes tmc:PeopleAudience, tmc:Event, tmc:CreativeWork ;
  schema:rangeIncludes schema:Integer ;
  owl:equivalentProperty schema:requiredMinAge .

tmc:requiredQuantity a rdf:Property ;
  rdfs:label "required Quantity" ;
  rdfs:comment "The required quantity of the item(s)." ;
  schema:domainIncludes tmc:HowToItem ;
  schema:rangeIncludes schema:Text, schema:Number, tmc:QuantitativeValue ;
  owl:equivalentProperty schema:requiredQuantity .

tmc:requirements a rdf:Property ;
  rdfs:label "requirements" ;
  rdfs:comment "Component dependency requirements for application. This includes runtime environments and shared libraries that are not included in the application distribution package, but required to run the application (examples: DirectX, Java or .NET runtime)." ;
  schema:domainIncludes tmc:SoftwareApplication ;
  schema:rangeIncludes schema:Text, schema:URL ;
  owl:equivalentProperty schema:requirements .

tmc:requiresSubscription a rdf:Property ;
  rdfs:label "requires Subscription" ;
  rdfs:comment "Indicates if use of the media require a subscription  (either paid or free). Allowed values are ```true``` or ```false``` (note that an earlier version had 'yes', 'no')." ;
  schema:domainIncludes tmc:ActionAccessSpecification, tmc:MediaObject ;
  schema:rangeIncludes tmc:MediaSubscription, schema:Boolean ;
  owl:equivalentProperty schema:requiresSubscription .

tmc:Researcher a rdfs:Class ;
  rdfs:label "Researcher" ;
  rdfs:comment "Researchers." ;
  rdfs:subClassOf tmc:Audience ;
  tmc:instanceOf tmc:AudienceType ;
  owl:equivalentClass schema:Researcher .

tmc:Researcher a tmc:AudienceType .

tmc:ResearchOrganization a rdfs:Class ;
  rdfs:label "Research Organization" ;
  rdfs:comment "A Research Organization (e.g. scientific institute, research company)." ;
  rdfs:subClassOf tmc:Organization ;
  owl:equivalentClass schema:ResearchOrganization .

tmc:ResearchProject a rdfs:Class ;
  rdfs:label "Research Project" ;
  rdfs:comment "A Research project." ;
  rdfs:subClassOf tmc:Project ;
  owl:equivalentClass schema:ResearchProject .

tmc:Reservation a rdfs:Class ;
  rdfs:label "Reservation" ;
  rdfs:comment "Describes a reservation for travel, dining or an event. Some reservations require tickets. \\n\\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, restaurant reservations, flights, or rental cars, use [[Offer]]." ;
  rdfs:subClassOf tmc:Intangible ;
  owl:equivalentClass schema:Reservation .

tmc:ReservationCancelled a tmc:ReservationStatusType ;
  rdfs:label "Reservation Cancelled" ;
  rdfs:comment "The status for a previously confirmed reservation that is now cancelled." ;
  tmc:instanceOf tmc:ReservationStatusType .

tmc:ReservationConfirmed a tmc:ReservationStatusType ;
  rdfs:label "Reservation Confirmed" ;
  rdfs:comment "The status of a confirmed reservation." ;
  tmc:instanceOf tmc:ReservationStatusType .

tmc:reservationFor a rdf:Property ;
  rdfs:label "reservation For" ;
  rdfs:comment "The thing -- flight, event, restaurant, etc. being reserved." ;
  schema:domainIncludes tmc:Reservation ;
  schema:rangeIncludes tmc:Thing ;
  owl:equivalentProperty schema:reservationFor .

tmc:ReservationHold a tmc:ReservationStatusType ;
  rdfs:label "Reservation Hold" ;
  rdfs:comment "The status of a reservation on hold pending an update like credit card number or flight changes." ;
  tmc:instanceOf tmc:ReservationStatusType .

tmc:reservationId a rdf:Property ;
  rdfs:label "reservation Id" ;
  rdfs:comment "A unique identifier for the reservation." ;
  schema:domainIncludes tmc:Reservation ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:reservationId .

tmc:ReservationPackage a rdfs:Class ;
  rdfs:label "Reservation Package" ;
  rdfs:comment "A group of multiple reservations with common values for all sub-reservations." ;
  rdfs:subClassOf tmc:Reservation ;
  owl:equivalentClass schema:ReservationPackage .

tmc:ReservationPending a tmc:ReservationStatusType ;
  rdfs:label "Reservation Pending" ;
  rdfs:comment "The status of a reservation when a request has been sent, but not confirmed." ;
  tmc:instanceOf tmc:ReservationStatusType .

tmc:reservationStatus a rdf:Property ;
  rdfs:label "reservation Status" ;
  rdfs:comment "The current status of the reservation." ;
  schema:domainIncludes tmc:Reservation ;
  schema:rangeIncludes tmc:ReservationStatusType ;
  owl:equivalentProperty schema:reservationStatus .

tmc:ReservationStatusType a rdfs:Class ;
  rdfs:label "Reservation Status Type" ;
  rdfs:comment "Enumerated status values for Reservation." ;
  rdfs:subClassOf tmc:StatusEnumeration ;
  owl:equivalentClass schema:ReservationStatusType .

tmc:ReserveAction a rdfs:Class ;
  rdfs:label "Reserve Action" ;
  rdfs:comment "Reserving a concrete object.\\n\\nRelated actions:\\n\\n* [[ScheduleAction]]: Unlike ScheduleAction, ReserveAction reserves concrete objects (e.g. a table, a hotel) towards a time slot / spatial allocation." ;
  rdfs:subClassOf tmc:PlanAction ;
  owl:equivalentClass schema:ReserveAction .

tmc:reservedTicket a rdf:Property ;
  rdfs:label "reserved Ticket" ;
  rdfs:comment "A ticket associated with the reservation." ;
  schema:domainIncludes tmc:Reservation ;
  schema:rangeIncludes tmc:Ticket ;
  owl:equivalentProperty schema:reservedTicket .

tmc:Reservoir a rdfs:Class ;
  rdfs:label "Reservoir" ;
  rdfs:comment "A reservoir of water, typically an artificially created lake, like the Lake Kariba reservoir." ;
  rdfs:subClassOf tmc:BodyOfWater ;
  owl:equivalentClass schema:Reservoir .

tmc:Residence a rdfs:Class ;
  rdfs:label "Residence" ;
  rdfs:comment "The place where a person lives." ;
  rdfs:subClassOf tmc:Place ;
  owl:equivalentClass schema:Residence .

tmc:Resort a rdfs:Class ;
  rdfs:label "Resort" ;
  rdfs:comment "A resort is a place used for relaxation or recreation, attracting visitors for holidays or vacations. Resorts are places, towns or sometimes commercial establishments operated by a single company (source: Wikipedia, the free encyclopedia, see <a href=\"http://en.wikipedia.org/wiki/Resort\">http://en.wikipedia.org/wiki/Resort</a>).\n<br /><br />\nSee 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>.\n    " ;
  rdfs:subClassOf tmc:LodgingBusiness ;
  owl:equivalentClass schema:Resort .

tmc:RespiratoryTherapy a tmc:MedicalSpecialty ;
  rdfs:label "Respiratory Therapy" ;
  rdfs:comment "The therapy that is concerned with the maintenance or improvement of respiratory function (as in patients with pulmonary disease)." ;
  tmc:instanceOf tmc:MedicalSpecialty .

tmc:responsibilities a rdf:Property ;
  rdfs:label "responsibilities" ;
  rdfs:comment "Responsibilities associated with this role or Occupation." ;
  schema:domainIncludes tmc:Occupation, tmc:JobPosting ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:responsibilities .

tmc:Restaurant a rdfs:Class ;
  rdfs:label "Restaurant" ;
  rdfs:comment "A restaurant." ;
  rdfs:subClassOf tmc:FoodEstablishment ;
  owl:equivalentClass schema:Restaurant .

tmc:restockingFee a rdf:Property ;
  rdfs:label "restocking Fee" ;
  rdfs:comment "Use [[MonetaryAmount]] to specify a fixed restocking fee for product returns, or use [[Number]] to specify a percentage of the product price paid by the customer." ;
  schema:domainIncludes tmc:MerchantReturnPolicy ;
  schema:rangeIncludes tmc:MonetaryAmount, schema:Number ;
  owl:equivalentProperty schema:restockingFee .

tmc:RestockingFees a tmc:ReturnFeesEnumeration ;
  rdfs:label "Restocking Fees" ;
  rdfs:comment "Specifies that the customer must pay a restocking fee when returning a product." ;
  tmc:instanceOf tmc:ReturnFeesEnumeration .

tmc:restPeriods a rdf:Property ;
  rdfs:label "rest Periods" ;
  rdfs:comment "How often one should break from the activity." ;
  schema:domainIncludes tmc:ExercisePlan ;
  schema:rangeIncludes tmc:QuantitativeValue, schema:Text ;
  owl:equivalentProperty schema:restPeriods .

tmc:RestrictedDiet a rdfs:Class, schema:Enumeration ;
  rdfs:label "Restricted Diet" ;
  rdfs:comment "A diet restricted to certain foods or preparations for cultural, religious, health or lifestyle reasons." ;
  rdfs:subClassOf tmc:Enumeration ;
  owl:equivalentClass schema:RestrictedDiet .

tmc:result a rdf:Property ;
  rdfs:label "result" ;
  rdfs:comment "The result produced in the action. E.g. John wrote *a book*." ;
  schema:domainIncludes tmc:Action ;
  schema:rangeIncludes tmc:Thing ;
  owl:equivalentProperty schema:result .

tmc:resultComment a rdf:Property ;
  rdfs:label "result Comment" ;
  rdfs:comment "A sub property of result. The Comment created or sent as a result of this action." ;
  rdfs:subPropertyOf tmc:result ;
  schema:domainIncludes tmc:ReplyAction, tmc:CommentAction ;
  schema:rangeIncludes tmc:Comment ;
  owl:equivalentProperty schema:resultComment .

tmc:resultReview a rdf:Property ;
  rdfs:label "result Review" ;
  rdfs:comment "A sub property of result. The review that resulted in the performing of the action." ;
  rdfs:subPropertyOf tmc:result ;
  schema:domainIncludes tmc:ReviewAction ;
  schema:rangeIncludes tmc:Review ;
  owl:equivalentProperty schema:resultReview .

tmc:ResultsAvailable a tmc:MedicalStudyStatus ;
  rdfs:label "Results Available" ;
  rdfs:comment "Results are available." ;
  tmc:instanceOf tmc:MedicalStudyStatus .

tmc:ResultsNotAvailable a tmc:MedicalStudyStatus ;
  rdfs:label "Results Not Available" ;
  rdfs:comment "Results are not available." ;
  tmc:instanceOf tmc:MedicalStudyStatus .

tmc:ResumeAction a rdfs:Class ;
  rdfs:label "Resume Action" ;
  rdfs:comment "The act of resuming a device or application which was formerly paused (e.g. resume music playback or resume a timer)." ;
  rdfs:subClassOf tmc:ControlAction ;
  owl:equivalentClass schema:ResumeAction .

tmc:Retail a tmc:DrugCostCategory ;
  rdfs:label "Retail" ;
  rdfs:comment "The drug's cost represents the retail cost of the drug." ;
  tmc:instanceOf tmc:DrugCostCategory .

tmc:RetailAndShopping a rdfs:Class ;
  rdfs:label "Retail & Shopping" ;
  rdfs:comment "Consumer retail marketplaces across general merchandise and specialties." ;
  rdfs:subClassOf tmc:Industry ;
  tmc:instanceOf tmc:IndustryType .

tmc:RetailAndShopping a tmc:IndustryType .

tmc:Retailing a rdfs:Class ;
  rdfs:label "Retailing" ;
  rdfs:comment "General, specialty and online retail." ;
  rdfs:subClassOf tmc:IndustryGroup ;
  tmc:instanceOf tmc:IndustryGroupType .

tmc:Retailing a tmc:IndustryGroupType .

tmc:ReturnAction a rdfs:Class ;
  rdfs:label "Return Action" ;
  rdfs:comment "The act of returning to the origin that which was previously received (concrete objects) or taken (ownership)." ;
  rdfs:subClassOf tmc:TransferAction ;
  owl:equivalentClass schema:ReturnAction .

tmc:ReturnAtKiosk a tmc:ReturnMethodEnumeration ;
  rdfs:label "Return At Kiosk" ;
  rdfs:comment "Specifies that product returns must be made at a kiosk." ;
  tmc:instanceOf tmc:ReturnMethodEnumeration .

tmc:ReturnByMail a tmc:ReturnMethodEnumeration ;
  rdfs:label "Return By Mail" ;
  rdfs:comment "Specifies that product returns must be done by mail." ;
  tmc:instanceOf tmc:ReturnMethodEnumeration .

tmc:returnFees a rdf:Property ;
  rdfs:label "return Fees" ;
  rdfs:comment "The type of return fees for purchased products (for any return reason)." ;
  schema:domainIncludes tmc:MerchantReturnPolicy ;
  schema:rangeIncludes tmc:ReturnFeesEnumeration ;
  owl:equivalentProperty schema:returnFees .

tmc:ReturnFeesCustomerResponsibility a tmc:ReturnFeesEnumeration ;
  rdfs:label "Return Fees Customer Responsibility" ;
  rdfs:comment "Specifies that product returns must be paid for, and are the responsibility of, the customer." ;
  tmc:instanceOf tmc:ReturnFeesEnumeration .

tmc:ReturnFeesEnumeration a rdfs:Class, schema:Enumeration ;
  rdfs:label "Return Fees Enumeration" ;
  rdfs:comment "Enumerates several kinds of policies for product return fees." ;
  rdfs:subClassOf tmc:Enumeration ;
  owl:equivalentClass schema:ReturnFeesEnumeration .

tmc:ReturnInStore a tmc:ReturnMethodEnumeration ;
  rdfs:label "Return In Store" ;
  rdfs:comment "Specifies that product returns must be made in a store." ;
  tmc:instanceOf tmc:ReturnMethodEnumeration .

tmc:ReturnLabelCustomerResponsibility a tmc:ReturnLabelSourceEnumeration ;
  rdfs:label "Return Label Customer Responsibility" ;
  rdfs:comment "Indicated that creating a return label is the responsibility of the customer." ;
  tmc:instanceOf tmc:ReturnLabelSourceEnumeration .

tmc:ReturnLabelDownloadAndPrint a tmc:ReturnLabelSourceEnumeration ;
  rdfs:label "Return Label Download And Print" ;
  rdfs:comment "Indicated that a return label must be downloaded and printed by the customer." ;
  tmc:instanceOf tmc:ReturnLabelSourceEnumeration .

tmc:ReturnLabelInBox a tmc:ReturnLabelSourceEnumeration ;
  rdfs:label "Return Label In Box" ;
  rdfs:comment "Specifies that a return label will be provided by the seller in the shipping box." ;
  tmc:instanceOf tmc:ReturnLabelSourceEnumeration .

tmc:returnLabelSource a rdf:Property ;
  rdfs:label "return Label Source" ;
  rdfs:comment "The method (from an enumeration) by which the customer obtains a return shipping label for a product returned for any reason." ;
  schema:domainIncludes tmc:MerchantReturnPolicy ;
  schema:rangeIncludes tmc:ReturnLabelSourceEnumeration ;
  owl:equivalentProperty schema:returnLabelSource .

tmc:ReturnLabelSourceEnumeration a rdfs:Class, schema:Enumeration ;
  rdfs:label "Return Label Source Enumeration" ;
  rdfs:comment "Enumerates several types of return labels for product returns." ;
  rdfs:subClassOf tmc:Enumeration ;
  owl:equivalentClass schema:ReturnLabelSourceEnumeration .

tmc:returnMethod a rdf:Property ;
  rdfs:label "return Method" ;
  rdfs:comment "The type of return method offered, specified from an enumeration." ;
  schema:domainIncludes tmc:MerchantReturnPolicy ;
  schema:rangeIncludes tmc:ReturnMethodEnumeration ;
  owl:equivalentProperty schema:returnMethod .

tmc:ReturnMethodEnumeration a rdfs:Class, schema:Enumeration ;
  rdfs:label "Return Method Enumeration" ;
  rdfs:comment "Enumerates several types of product return methods." ;
  rdfs:subClassOf tmc:Enumeration ;
  owl:equivalentClass schema:ReturnMethodEnumeration .

tmc:returnPolicyCategory a rdf:Property ;
  rdfs:label "return Policy Category" ;
  rdfs:comment "Specifies an applicable return policy (from an enumeration)." ;
  schema:domainIncludes tmc:MerchantReturnPolicySeasonalOverride, tmc:MerchantReturnPolicy ;
  schema:rangeIncludes tmc:MerchantReturnEnumeration ;
  owl:equivalentProperty schema:returnPolicyCategory .

tmc:returnPolicyCountry a rdf:Property ;
  rdfs:label "return Policy Country" ;
  rdfs:comment "The country where the product has to be sent to for returns, for example \"Ireland\" using the [[name]] property of [[Country]]. You can also provide the two-letter [ISO 3166-1 alpha-2 country code](http://en.wikipedia.org/wiki/ISO_3166-1). Note that this can be different from the country where the product was originally shipped from or sent to." ;
  schema:domainIncludes tmc:MerchantReturnPolicy ;
  schema:rangeIncludes tmc:Country, schema:Text ;
  owl:equivalentProperty schema:returnPolicyCountry .

tmc:returnPolicySeasonalOverride a rdf:Property ;
  rdfs:label "return Policy Seasonal Override" ;
  rdfs:comment "Seasonal override of a return policy." ;
  schema:domainIncludes tmc:MerchantReturnPolicy ;
  schema:rangeIncludes tmc:MerchantReturnPolicySeasonalOverride ;
  owl:equivalentProperty schema:returnPolicySeasonalOverride .

tmc:ReturnShippingFees a tmc:ReturnFeesEnumeration ;
  rdfs:label "Return Shipping Fees" ;
  rdfs:comment "Specifies that the customer must pay the return shipping costs when returning a product." ;
  tmc:instanceOf tmc:ReturnFeesEnumeration .

tmc:returnShippingFeesAmount a rdf:Property ;
  rdfs:label "return Shipping Fees Amount" ;
  rdfs:comment "Amount of shipping costs for product returns (for any reason). Applicable when property [[returnFees]] equals [[ReturnShippingFees]]." ;
  schema:domainIncludes tmc:MerchantReturnPolicy ;
  schema:rangeIncludes tmc:MonetaryAmount ;
  owl:equivalentProperty schema:returnShippingFeesAmount .

tmc:review a rdf:Property ;
  rdfs:label "review" ;
  rdfs:comment "A review of the item." ;
  schema:domainIncludes tmc:Organization, tmc:Offer, tmc:Brand, tmc:Event, tmc:Place, tmc:Product, tmc:Service, tmc:CreativeWork ;
  schema:rangeIncludes tmc:Review ;
  owl:equivalentProperty schema:review .

tmc:Review a rdfs:Class ;
  rdfs:label "Review" ;
  rdfs:comment "A review of an item - for example, of a restaurant, movie, or store." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:Review .

tmc:ReviewAction a rdfs:Class ;
  rdfs:label "Review Action" ;
  rdfs:comment "The act of producing a balanced opinion about the object for an audience. An agent reviews an object with participants resulting in a review." ;
  rdfs:subClassOf tmc:AssessAction ;
  owl:equivalentClass schema:ReviewAction .

tmc:reviewAspect a rdf:Property ;
  rdfs:label "review Aspect" ;
  rdfs:comment "This Review or Rating is relevant to this part or facet of the itemReviewed." ;
  schema:domainIncludes tmc:Guide, tmc:Review, tmc:Rating ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:reviewAspect .

tmc:reviewBody a rdf:Property ;
  rdfs:label "review Body" ;
  rdfs:comment "The actual body of the review." ;
  schema:domainIncludes tmc:Review ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:reviewBody .

tmc:reviewCount a rdf:Property ;
  rdfs:label "review Count" ;
  rdfs:comment "The count of total number of reviews." ;
  schema:domainIncludes tmc:AggregateRating ;
  schema:rangeIncludes schema:Integer ;
  owl:equivalentProperty schema:reviewCount .

tmc:reviewedBy a rdf:Property ;
  rdfs:label "reviewed By" ;
  rdfs:comment "People or organizations that have reviewed the content on this web page for accuracy and/or completeness." ;
  schema:domainIncludes tmc:WebPage ;
  schema:rangeIncludes tmc:Organization, tmc:Person ;
  owl:equivalentProperty schema:reviewedBy .

tmc:ReviewNewsArticle a rdfs:Class ;
  rdfs:label "Review News Article" ;
  rdfs:comment "A [[NewsArticle]] and [[CriticReview]] providing a professional critic's assessment of a service, product, performance, or artistic or literary work." ;
  rdfs:subClassOf tmc:NewsArticle, tmc:CriticReview ;
  owl:equivalentClass schema:ReviewNewsArticle .

tmc:reviewRating a rdf:Property ;
  rdfs:label "review Rating" ;
  rdfs:comment "The rating given in this review. Note that reviews can themselves be rated. The ```reviewRating``` applies to rating given by the review. The [[aggregateRating]] property applies to the review itself, as a creative work." ;
  schema:domainIncludes tmc:Review ;
  schema:rangeIncludes tmc:Rating ;
  owl:equivalentProperty schema:reviewRating .

tmc:reviews a rdf:Property ;
  rdfs:label "reviews" ;
  rdfs:comment "Review of the item." ;
  schema:domainIncludes tmc:Product, tmc:Offer, tmc:CreativeWork, tmc:Place, tmc:Organization ;
  schema:rangeIncludes tmc:Review ;
  owl:equivalentProperty schema:reviews .

tmc:Rheumatologic a tmc:MedicalSpecialty ;
  rdfs:label "Rheumatologic" ;
  rdfs:comment "A specific branch of medical science that deals with the study and treatment of rheumatic, autoimmune or joint diseases." ;
  tmc:instanceOf tmc:MedicalSpecialty .

tmc:RightHandDriving a tmc:SteeringPositionValue ;
  rdfs:label "Right Hand Driving" ;
  rdfs:comment "The steering position is on the right side of the vehicle (viewed from the main direction of driving)." ;
  tmc:instanceOf tmc:SteeringPositionValue .

tmc:riskFactor a rdf:Property ;
  rdfs:label "risk Factor" ;
  rdfs:comment "A modifiable or non-modifiable factor that increases the risk of a patient contracting this condition, e.g. age,  coexisting condition." ;
  schema:domainIncludes tmc:MedicalCondition ;
  schema:rangeIncludes tmc:MedicalRiskFactor ;
  owl:equivalentProperty schema:riskFactor .

tmc:risks a rdf:Property ;
  rdfs:label "risks" ;
  rdfs:comment "Specific physiologic risks associated to the diet plan." ;
  schema:domainIncludes tmc:Diet ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:risks .

tmc:RisksOrComplicationsHealthAspect a tmc:HealthAspectEnumeration ;
  rdfs:label "Risks Or Complications Health Aspect" ;
  rdfs:comment "Information about the risk factors and possible complications that may follow a topic." ;
  tmc:instanceOf tmc:HealthAspectEnumeration .

tmc:RiverBodyOfWater a rdfs:Class ;
  rdfs:label "River Body Of Water" ;
  rdfs:comment "A river (for example, the broad majestic Shannon)." ;
  rdfs:subClassOf tmc:BodyOfWater ;
  owl:equivalentClass schema:RiverBodyOfWater .

tmc:RockClimbingGym a rdfs:Class ;
  rdfs:label "Rock Climbing Gym" ;
  rdfs:comment "A rock climbing gym is an indoor facility that simulates rock climbing terrain with various artificial walls, routes, and bouldering challenges." ;
  rdfs:subClassOf tmc:SportsActivityLocation ;
  tmc:instanceOf tmc:SportsActivityLocationType .

tmc:RockClimbingGym a tmc:SportsActivityLocationType .

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

tmc:roleName a rdf:Property ;
  rdfs:label "role Name" ;
  rdfs:comment "A role played, performed or filled by a person or organization. For example, the team of creators for a comic book might fill the roles named 'inker', 'penciller', and 'letterer'; or an athlete in a SportsTeam might play in the position named 'Quarterback'." ;
  schema:domainIncludes tmc:Role ;
  schema:rangeIncludes schema:Text, schema:URL ;
  owl:equivalentProperty schema:roleName .

tmc:RoofingContractor a rdfs:Class ;
  rdfs:label "Roofing Contractor" ;
  rdfs:comment "A roofing contractor." ;
  rdfs:subClassOf tmc:HomeAndConstructionBusiness ;
  owl:equivalentClass schema:RoofingContractor .

tmc:roofLoad a rdf:Property ;
  rdfs:label "roof Load" ;
  rdfs:comment "The permitted total weight of cargo and installations (e.g. a roof rack) on top of the vehicle.\\n\\nTypical unit code(s): KGM for kilogram, LBR for pound\\n\\n* 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." ;
  schema:domainIncludes tmc:Car, tmc:BusOrCoach ;
  schema:rangeIncludes tmc:QuantitativeValue ;
  owl:equivalentProperty schema:roofLoad .

tmc:Room a rdfs:Class ;
  rdfs:label "Room" ;
  rdfs:comment "A room is a distinguishable space within a structure, usually separated from other spaces by interior walls (source: Wikipedia, the free encyclopedia, see <a href=\"http://en.wikipedia.org/wiki/Room\">http://en.wikipedia.org/wiki/Room</a>).\n<br /><br />\nSee 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>.\n" ;
  rdfs:subClassOf tmc:Accommodation ;
  owl:equivalentClass schema:Room .

tmc:RsvpAction a rdfs:Class ;
  rdfs:label "Rsvp Action" ;
  rdfs:comment "The act of notifying an event organizer as to whether you expect to attend the event." ;
  rdfs:subClassOf tmc:InformAction ;
  owl:equivalentClass schema:RsvpAction .

tmc:rsvpResponse a rdf:Property ;
  rdfs:label "rsvp Response" ;
  rdfs:comment "The response (yes, no, maybe) to the RSVP." ;
  schema:domainIncludes tmc:RsvpAction ;
  schema:rangeIncludes tmc:RsvpResponseType ;
  owl:equivalentProperty schema:rsvpResponse .

tmc:RsvpResponseMaybe a tmc:RsvpResponseType ;
  rdfs:label "Rsvp Response Maybe" ;
  rdfs:comment "The invitee may or may not attend." ;
  tmc:instanceOf tmc:RsvpResponseType .

tmc:RsvpResponseNo a tmc:RsvpResponseType ;
  rdfs:label "Rsvp Response No" ;
  rdfs:comment "The invitee will not attend." ;
  tmc:instanceOf tmc:RsvpResponseType .

tmc:RsvpResponseType a rdfs:Class, schema:Enumeration ;
  rdfs:label "Rsvp Response Type" ;
  rdfs:comment "RsvpResponseType is an enumeration type whose instances represent responding to an RSVP request." ;
  rdfs:subClassOf tmc:Enumeration ;
  owl:equivalentClass schema:RsvpResponseType .

tmc:RsvpResponseYes a tmc:RsvpResponseType ;
  rdfs:label "Rsvp Response Yes" ;
  rdfs:comment "The invitee will attend." ;
  tmc:instanceOf tmc:RsvpResponseType .

tmc:RugbyField a rdfs:Class ;
  rdfs:label "Rugby Field" ;
  rdfs:comment "A RugbyField is a specific type of field designed for playing rugby, usually marked by lines, posts, and other markings." ;
  rdfs:subClassOf tmc:SportField ;
  tmc:instanceOf tmc:SportsActivityLocationType .

tmc:RugbyField a tmc:SportsActivityLocationType .

tmc:RugbyLeagueField a rdfs:Class ;
  rdfs:label "Rugby League Field" ;
  rdfs:comment "A field specifically designed for rugby league matches, typically measuring 100 meters in length and 68 meters in width, with additional in-goal areas of up to 6-11 meters." ;
  rdfs:subClassOf tmc:RugbyField .

tmc:RugbyUnionField a rdfs:Class ;
  rdfs:label "Rugby Union Field" ;
  rdfs:comment "A field specifically designed for rugby union matches, typically measuring 100 meters in length and 70 meters in width, with additional in-goal areas of up to 22 meters." ;
  rdfs:subClassOf tmc:RugbyField .

tmc:runsTo a rdf:Property ;
  rdfs:label "runs To" ;
  rdfs:comment "The vasculature the lymphatic structure runs, or efferents, to." ;
  schema:domainIncludes tmc:LymphaticVessel ;
  schema:rangeIncludes tmc:Vessel ;
  owl:equivalentProperty schema:runsTo .

tmc:runtime a rdf:Property ;
  rdfs:label "runtime" ;
  rdfs:comment "Runtime platform or script interpreter dependencies (example: Java v1, Python 2.3, .NET Framework 3.0)." ;
  schema:domainIncludes tmc:SoftwareSourceCode ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:runtime .

tmc:runtimePlatform a rdf:Property ;
  rdfs:label "runtime Platform" ;
  rdfs:comment "Runtime platform or script interpreter dependencies (example: Java v1, Python 2.3, .NET Framework 3.0)." ;
  schema:domainIncludes tmc:SoftwareSourceCode ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:runtimePlatform .

tmc:RVPark a rdfs:Class ;
  rdfs:label "RV Park" ;
  rdfs:comment "A place offering space for \"Recreational Vehicles\", Caravans, mobile homes and the like." ;
  rdfs:subClassOf tmc:CivicStructure ;
  owl:equivalentClass schema:RVPark .

tmc:rxcui a rdf:Property ;
  rdfs:label "rxcui" ;
  rdfs:comment "The RxCUI drug identifier from RXNORM." ;
  schema:domainIncludes tmc:Drug ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:rxcui .

tmc:safetyConsideration a rdf:Property ;
  rdfs:label "safety Consideration" ;
  rdfs:comment "Any potential safety concern associated with the supplement. May include interactions with other drugs and foods, pregnancy, breastfeeding, known adverse reactions, and documented efficacy of the supplement." ;
  schema:domainIncludes tmc:DietarySupplement ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:safetyConsideration .

tmc:SafetyHealthAspect a tmc:HealthAspectEnumeration ;
  rdfs:label "Safety Health Aspect" ;
  rdfs:comment "Content about the safety-related aspects of a health topic." ;
  tmc:instanceOf tmc:HealthAspectEnumeration .

tmc:salaryCurrency a rdf:Property ;
  rdfs:label "salary Currency" ;
  rdfs:comment "The currency (coded using [ISO 4217](http://en.wikipedia.org/wiki/ISO_4217)) used for the main salary information in this job posting or for this employee." ;
  schema:domainIncludes tmc:JobPosting, tmc:EmployeeRole ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:salaryCurrency .

tmc:salaryUponCompletion a rdf:Property ;
  rdfs:label "salary Upon Completion" ;
  rdfs:comment "The expected salary upon completing the training." ;
  schema:domainIncludes tmc:EducationalOccupationalProgram ;
  schema:rangeIncludes tmc:MonetaryAmountDistribution ;
  owl:equivalentProperty schema:salaryUponCompletion .

tmc:SaleEvent a rdfs:Class ;
  rdfs:label "Sale Event" ;
  rdfs:comment "Event type: Sales event." ;
  rdfs:subClassOf tmc:Event ;
  owl:equivalentClass schema:SaleEvent .

tmc:SalePrice a tmc:PriceTypeEnumeration ;
  rdfs:label "Sale Price" ;
  rdfs:comment "Represents a sale price (usually active for a limited period) of an offered product." ;
  tmc:instanceOf tmc:PriceTypeEnumeration .

tmc:sameAs a rdf:Property ;
  rdfs:label "same As" ;
  rdfs:comment "URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website." ;
  schema:domainIncludes tmc:Thing ;
  schema:rangeIncludes schema:URL ;
  owl:equivalentProperty schema:sameAs .

tmc:sampleType a rdf:Property ;
  rdfs:label "sample Type" ;
  rdfs:comment "What type of code sample: full (compile ready) solution, code snippet, inline code, scripts, template." ;
  schema:domainIncludes tmc:SoftwareSourceCode ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:sampleType .

tmc:SatireOrParodyContent a tmc:MediaManipulationRatingEnumeration ;
  rdfs:label "Satire Or Parody Content" ;
  rdfs:comment "Content coded 'satire or parody content' in a MediaReview, considered in the context of how it was published or shared.\n\nFor a VideoObject to be 'satire or parody content': A video that was created as political or humorous commentary and is presented in that context. (Reshares of satire/parody content that do not include relevant context are more likely to fall under the “missing context” rating.)\n\nFor an ImageObject to be 'satire or parody content': An image that was created as political or humorous commentary and is presented in that context. (Reshares of satire/parody content that do not include relevant context are more likely to fall under the “missing context” rating.)\n\nFor an ImageObject with embedded text to be 'satire or parody content': An image that was created as political or humorous commentary and is presented in that context. (Reshares of satire/parody content that do not include relevant context are more likely to fall under the “missing context” rating.)\n\nFor an AudioObject to be 'satire or parody content': Audio that was created as political or humorous commentary and is presented in that context. (Reshares of satire/parody content that do not include relevant context are more likely to fall under the “missing context” rating.)" ;
  tmc:instanceOf tmc:MediaManipulationRatingEnumeration .

tmc:SatiricalArticle a rdfs:Class ;
  rdfs:label "Satirical Article" ;
  rdfs:comment "An [[Article]] whose content is primarily [[satirical]](https://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." ;
  rdfs:subClassOf tmc:Article ;
  owl:equivalentClass schema:SatiricalArticle .

tmc:saturatedFatContent a rdf:Property ;
  rdfs:label "saturated Fat Content" ;
  rdfs:comment "The number of grams of saturated fat." ;
  schema:domainIncludes tmc:NutritionInformation ;
  schema:rangeIncludes tmc:Mass ;
  owl:equivalentProperty schema:saturatedFatContent .

tmc:Saturday a tmc:DayOfWeek ;
  rdfs:label "Saturday" ;
  rdfs:comment "The day of the week between Friday and Sunday." ;
  tmc:instanceOf tmc:DayOfWeek .

tmc:Schedule a rdfs:Class ;
  rdfs:label "Schedule" ;
  rdfs:comment "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 occurrences 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." ;
  rdfs:subClassOf tmc:Intangible ;
  owl:equivalentClass schema:Schedule .

tmc:ScheduleAction a rdfs:Class ;
  rdfs:label "Schedule Action" ;
  rdfs:comment "Scheduling future actions, events, or tasks.\\n\\nRelated actions:\\n\\n* [[ReserveAction]]: Unlike ReserveAction, ScheduleAction allocates future actions (e.g. an event, a task, etc) towards a time slot / spatial allocation." ;
  rdfs:subClassOf tmc:PlanAction ;
  owl:equivalentClass schema:ScheduleAction .

tmc:scheduledPaymentDate a rdf:Property ;
  rdfs:label "scheduled Payment Date" ;
  rdfs:comment "The date the invoice is scheduled to be paid." ;
  schema:domainIncludes tmc:Invoice ;
  schema:rangeIncludes schema:Date ;
  owl:equivalentProperty schema:scheduledPaymentDate .

tmc:scheduledTime a rdf:Property ;
  rdfs:label "scheduled Time" ;
  rdfs:comment "The time the object is scheduled to." ;
  schema:domainIncludes tmc:PlanAction ;
  schema:rangeIncludes schema:DateTime ;
  owl:equivalentProperty schema:scheduledTime .

tmc:scheduleTimezone a rdf:Property ;
  rdfs:label "schedule Timezone" ;
  rdfs:comment "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." ;
  schema:domainIncludes tmc:Schedule, tmc:Listing ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:scheduleTimezone .

tmc:scheduleType a rdf:Property ;
  rdfs:label "Schedule Type" ;
  rdfs:comment "The type of schedule associated with the item or event. When left blank, a schedule is not applicable to the listing." ;
  schema:domainIncludes tmc:Listing, tmc:Schedule ;
  schema:rangeIncludes tmc:ScheduleType .

tmc:ScheduleType a rdfs:Class, schema:Enumeration ;
  rdfs:label "Schedule Type" ;
  rdfs:comment "The types of schedules that can be associated with a listing." ;
  rdfs:subClassOf tmc:Enumeration .

tmc:ScheduleTypeDateTime a tmc:ScheduleType ;
  rdfs:label "Date Time" ;
  rdfs:comment "A schedule that denotes a date and time range only. Example: A schedule for a race that starts at 10:00 AM and ends at 11:00 AM." ;
  tmc:instanceOf tmc:ScheduleType .

tmc:ScheduleTypeDays a tmc:ScheduleType ;
  rdfs:label "Days" ;
  rdfs:comment "A schedule that denotes recurring days. Example: A hotel that allows bookings for full days only." ;
  tmc:instanceOf tmc:ScheduleType .

tmc:ScheduleTypeTimeSlots a tmc:ScheduleType ;
  rdfs:label "Time Slots" ;
  rdfs:comment "A schedule that denotes recurring time slots. Example: A schedule for a yoga class that meets every Monday and Wednesday at 10:00 AM and 11:00 AM." ;
  tmc:instanceOf tmc:ScheduleType .

tmc:ScheduleTypeWorkHours a tmc:ScheduleType ;
  rdfs:label "Work Hours" ;
  rdfs:comment "A schedule that denotes recurring work hours with bookable slots. Example: A schedule for a restaurant that is open from 10:00 AM to 11:00 PM every day, with a bookable slot for 10:00 AM to 11:00 AM." ;
  tmc:instanceOf tmc:ScheduleType .

tmc:schemaVersion a rdf:Property ;
  rdfs:label "schema Version" ;
  rdfs:comment "Indicates (by URL or string) a particular version of a schema used in some CreativeWork. This property was created primarily to\n    indicate the use of a specific schema.org release, e.g. ```10.0``` as a simple string, or more explicitly via URL, ```https://schema.org/docs/releases.html#v10.0```. There may be situations in which other schemas might usefully be referenced this way, e.g. ```http://dublincore.org/specifications/dublin-core/dces/1999-07-02/``` but this has not been carefully explored in the community." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes schema:URL, schema:Text ;
  owl:equivalentProperty schema:schemaVersion .

tmc:ScholarlyArticle a rdfs:Class ;
  rdfs:label "Scholarly Article" ;
  rdfs:comment "A scholarly article." ;
  rdfs:subClassOf tmc:Article ;
  owl:equivalentClass schema:ScholarlyArticle .

tmc:School a rdfs:Class ;
  rdfs:label "School" ;
  rdfs:comment "A school." ;
  rdfs:subClassOf tmc:EducationalOrganization ;
  owl:equivalentClass schema:School .

tmc:schoolClosuresInfo a rdf:Property ;
  rdfs:label "school Closures Info" ;
  rdfs:comment "Information about school closures." ;
  schema:domainIncludes tmc:SpecialAnnouncement ;
  schema:rangeIncludes tmc:WebContent, schema:URL ;
  owl:equivalentProperty schema:schoolClosuresInfo .

tmc:SchoolDistrict a rdfs:Class ;
  rdfs:label "School District" ;
  rdfs:comment "A School District is an administrative area for the administration of schools." ;
  rdfs:subClassOf tmc:AdministrativeArea ;
  owl:equivalentClass schema:SchoolDistrict .

tmc:screenCount a rdf:Property ;
  rdfs:label "screen Count" ;
  rdfs:comment "The number of screens in the movie theater." ;
  schema:domainIncludes tmc:MovieTheater ;
  schema:rangeIncludes schema:Number ;
  owl:equivalentProperty schema:screenCount .

tmc:ScreeningEvent a rdfs:Class ;
  rdfs:label "Screening Event" ;
  rdfs:comment "A screening of a movie or other video." ;
  rdfs:subClassOf tmc:Event ;
  owl:equivalentClass schema:ScreeningEvent .

tmc:ScreeningHealthAspect a tmc:HealthAspectEnumeration ;
  rdfs:label "Screening Health Aspect" ;
  rdfs:comment "Content about how to screen or further filter a topic." ;
  tmc:instanceOf tmc:HealthAspectEnumeration .

tmc:screenshot a rdf:Property ;
  rdfs:label "screenshot" ;
  rdfs:comment "A link to a screenshot image of the app." ;
  schema:domainIncludes tmc:SoftwareApplication ;
  schema:rangeIncludes schema:URL, tmc:ImageObject ;
  owl:equivalentProperty schema:screenshot .

tmc:Sculpture a rdfs:Class ;
  rdfs:label "Sculpture" ;
  rdfs:comment "A piece of sculpture." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:Sculpture .

tmc:sdDatePublished a rdf:Property ;
  rdfs:label "sd Date Published" ;
  rdfs:comment "Indicates the date on which the current structured data was generated / published. Typically used alongside [[sdPublisher]]" ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes schema:Date ;
  owl:equivalentProperty schema:sdDatePublished .

tmc:sdLicense a rdf:Property ;
  rdfs:label "sd License" ;
  rdfs:comment "A license document that applies to this structured data, typically indicated by URL." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes tmc:CreativeWork, schema:URL ;
  owl:equivalentProperty schema:sdLicense .

tmc:sdPublisher a rdf:Property ;
  rdfs:label "sd Publisher" ;
  rdfs:comment "Indicates the party responsible for generating and publishing the current structured data markup, typically in cases where the structured data is derived automatically from existing published content but published on a different site. For example, student projects and open data initiatives often re-publish existing content with more explicitly structured metadata. The\n[[sdPublisher]] property helps make such practices more explicit." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes tmc:Organization, tmc:Person ;
  owl:equivalentProperty schema:sdPublisher .

tmc:SeaBodyOfWater a rdfs:Class ;
  rdfs:label "Sea Body Of Water" ;
  rdfs:comment "A sea (for example, the Caspian sea)." ;
  rdfs:subClassOf tmc:BodyOfWater ;
  owl:equivalentClass schema:SeaBodyOfWater .

tmc:SearchAction a rdfs:Class ;
  rdfs:label "Search Action" ;
  rdfs:comment "The act of searching for an object.\\n\\nRelated actions:\\n\\n* [[FindAction]]: SearchAction generally leads to a FindAction, but not necessarily." ;
  rdfs:subClassOf tmc:Action ;
  owl:equivalentClass schema:SearchAction .

tmc:SearchRescueOrganization a rdfs:Class ;
  rdfs:label "Search Rescue Organization" ;
  rdfs:comment "A Search and Rescue organization of some kind." ;
  rdfs:subClassOf tmc:Organization ;
  owl:equivalentClass schema:SearchRescueOrganization .

tmc:SearchResultsPage a rdfs:Class ;
  rdfs:label "Search Results Page" ;
  rdfs:comment "Web page type: Search results page." ;
  rdfs:subClassOf tmc:WebPage ;
  owl:equivalentClass schema:SearchResultsPage .

tmc:season a rdf:Property ;
  rdfs:label "season" ;
  rdfs:comment "A season in a media series." ;
  rdfs:subPropertyOf tmc:hasPart ;
  schema:domainIncludes tmc:VideoGameSeries, tmc:TVSeries, tmc:RadioSeries ;
  schema:rangeIncludes schema:URL, tmc:CreativeWorkSeason ;
  owl:equivalentProperty schema:season .

tmc:Season a rdfs:Class ;
  rdfs:label "Season" ;
  rdfs:comment "A media season, e.g. TV, radio, video game etc." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:Season .

tmc:seasonNumber a rdf:Property ;
  rdfs:label "season Number" ;
  rdfs:comment "Position of the season within an ordered group of seasons." ;
  rdfs:subPropertyOf tmc:position ;
  schema:domainIncludes tmc:CreativeWorkSeason ;
  schema:rangeIncludes schema:Text, schema:Integer ;
  owl:equivalentProperty schema:seasonNumber .

tmc:seasons a rdf:Property ;
  rdfs:label "seasons" ;
  rdfs:comment "A season in a media series." ;
  schema:domainIncludes tmc:TVSeries, tmc:RadioSeries, tmc:VideoGameSeries ;
  schema:rangeIncludes tmc:CreativeWorkSeason ;
  owl:equivalentProperty schema:seasons .

tmc:Seat a rdfs:Class ;
  rdfs:label "Seat" ;
  rdfs:comment "Used to describe a seat, such as a reserved seat in an event reservation." ;
  rdfs:subClassOf tmc:Intangible ;
  owl:equivalentClass schema:Seat .

tmc:seatingCapacity a rdf:Property ;
  rdfs:label "seating Capacity" ;
  rdfs:comment "The number of persons that can be seated (e.g. in a vehicle), both in terms of the physical space available, and in terms of limitations set by law.\\n\\nTypical unit code(s): C62 for persons " ;
  schema:domainIncludes tmc:Vehicle ;
  schema:rangeIncludes schema:Number, tmc:QuantitativeValue ;
  owl:equivalentProperty schema:seatingCapacity .

tmc:SeatingMap a tmc:MapCategoryType ;
  rdfs:label "Seating Map" ;
  rdfs:comment "A seating map." ;
  tmc:instanceOf tmc:MapCategoryType .

tmc:seatingType a rdf:Property ;
  rdfs:label "seating Type" ;
  rdfs:comment "The type/class of the seat." ;
  schema:domainIncludes tmc:Seat ;
  schema:rangeIncludes schema:Text, tmc:QualitativeValue ;
  owl:equivalentProperty schema:seatingType .

tmc:seatNumber a rdf:Property ;
  rdfs:label "seat Number" ;
  rdfs:comment "The location of the reserved seat (e.g., 27)." ;
  schema:domainIncludes tmc:Seat ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:seatNumber .

tmc:seatRow a rdf:Property ;
  rdfs:label "seat Row" ;
  rdfs:comment "The row location of the reserved seat (e.g., B)." ;
  schema:domainIncludes tmc:Seat ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:seatRow .

tmc:seatSection a rdf:Property ;
  rdfs:label "seat Section" ;
  rdfs:comment "The section location of the reserved seat (e.g. Orchestra)." ;
  schema:domainIncludes tmc:Seat ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:seatSection .

tmc:secondaryPrevention a rdf:Property ;
  rdfs:label "secondary Prevention" ;
  rdfs:comment "A preventative therapy used to prevent reoccurrence of the medical condition after an initial episode of the condition." ;
  schema:domainIncludes tmc:MedicalCondition ;
  schema:rangeIncludes tmc:MedicalTherapy ;
  owl:equivalentProperty schema:secondaryPrevention .

tmc:securityClearanceRequirement a rdf:Property ;
  rdfs:label "security Clearance Requirement" ;
  rdfs:comment "A description of any security clearance requirements of the job." ;
  schema:domainIncludes tmc:JobPosting ;
  schema:rangeIncludes schema:Text, schema:URL ;
  owl:equivalentProperty schema:securityClearanceRequirement .

tmc:securityScreening a rdf:Property ;
  rdfs:label "security Screening" ;
  rdfs:comment "The type of security screening the passenger is subject to." ;
  schema:domainIncludes tmc:FlightReservation ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:securityScreening .

tmc:SeeDoctorHealthAspect a tmc:HealthAspectEnumeration ;
  rdfs:label "See Doctor Health Aspect" ;
  rdfs:comment "Information about questions that may be asked, when to see a professional, measures before seeing a doctor or content about the first consultation." ;
  tmc:instanceOf tmc:HealthAspectEnumeration .

tmc:seeks a rdf:Property ;
  rdfs:label "seeks" ;
  rdfs:comment "A pointer to products or services sought by the organization or person (demand)." ;
  schema:domainIncludes tmc:Organization, tmc:Person ;
  schema:rangeIncludes tmc:Demand ;
  owl:equivalentProperty schema:seeks .

tmc:SeekToAction a rdfs:Class ;
  rdfs:label "Seek To Action" ;
  rdfs:comment "This is the [[Action]] of navigating to a specific [[startOffset]] timestamp within a [[VideoObject]], typically represented with a URL template structure." ;
  rdfs:subClassOf tmc:Action ;
  owl:equivalentClass schema:SeekToAction .

tmc:SelfCareHealthAspect a tmc:HealthAspectEnumeration ;
  rdfs:label "Self Care Health Aspect" ;
  rdfs:comment "Self care actions or measures that can be taken to sooth, health or avoid a topic. This may be carried at home and can be carried/managed by the person itself." ;
  tmc:instanceOf tmc:HealthAspectEnumeration .

tmc:SelfStorage a rdfs:Class ;
  rdfs:label "Self Storage" ;
  rdfs:comment "A self-storage facility." ;
  rdfs:subClassOf tmc:LocalBusiness ;
  owl:equivalentClass schema:SelfStorage .

tmc:Sell a tmc:BusinessFunction ;
  rdfs:label "Sell" ;
  rdfs:comment "The act of selling an object for a certain price." ;
  tmc:instanceOf tmc:BusinessFunction .

tmc:SellAction a rdfs:Class ;
  rdfs:label "Sell Action" ;
  rdfs:comment "The act of taking money from a buyer in exchange for goods or services rendered. An agent sells an object, product, or service to a buyer for a price. Reciprocal of BuyAction." ;
  rdfs:subClassOf tmc:TradeAction ;
  owl:equivalentClass schema:SellAction .

tmc:seller a rdf:Property ;
  rdfs:label "seller" ;
  rdfs:comment "An entity which offers (sells / leases / lends / loans) the services / goods.  A seller may also be a provider." ;
  rdfs:subPropertyOf tmc:participant ;
  schema:domainIncludes tmc:Demand, tmc:Offer, tmc:BuyAction, tmc:Order, tmc:Flight ;
  schema:rangeIncludes tmc:Organization, tmc:Person ;
  owl:equivalentProperty schema:seller .

tmc:SendAction a rdfs:Class ;
  rdfs:label "Send Action" ;
  rdfs:comment "The act of physically/electronically dispatching an object for transfer from an origin to a destination. Related actions:\\n\\n* [[ReceiveAction]]: The reciprocal of SendAction.\\n* [[GiveAction]]: Unlike GiveAction, SendAction does not imply the transfer of ownership (e.g. I can send you my laptop, but I'm not necessarily giving it to you)." ;
  rdfs:subClassOf tmc:TransferAction ;
  owl:equivalentClass schema:SendAction .

tmc:sender a rdf:Property ;
  rdfs:label "sender" ;
  rdfs:comment "A sub property of participant. The participant who is at the sending end of the action." ;
  rdfs:subPropertyOf tmc:participant ;
  schema:domainIncludes tmc:Message, tmc:ReceiveAction ;
  schema:rangeIncludes tmc:Audience, tmc:Organization, tmc:Person ;
  owl:equivalentProperty schema:sender .

tmc:sensoryRequirement a rdf:Property ;
  rdfs:label "sensory Requirement" ;
  rdfs:comment "A description of any sensory requirements and levels necessary to function on the job, including hearing and vision. Defined terms such as those in O*net may be used, but note that there is no way to specify the level of ability as well as its nature when using a defined term." ;
  schema:domainIncludes tmc:JobPosting ;
  schema:rangeIncludes schema:URL, tmc:DefinedTerm, schema:Text ;
  owl:equivalentProperty schema:sensoryRequirement .

tmc:sensoryUnit a rdf:Property ;
  rdfs:label "sensory Unit" ;
  rdfs:comment "The neurological pathway extension that inputs and sends information to the brain or spinal cord." ;
  schema:domainIncludes tmc:Nerve ;
  schema:rangeIncludes tmc:AnatomicalStructure, tmc:SuperficialAnatomy ;
  owl:equivalentProperty schema:sensoryUnit .

tmc:serialNumber a rdf:Property ;
  rdfs:label "serial Number" ;
  rdfs:comment "The serial number or any alphanumeric identifier of a particular product. When attached to an offer, it is a shortcut for the serial number of the product included in the offer." ;
  rdfs:subPropertyOf tmc:identifier ;
  schema:domainIncludes tmc:IndividualProduct, tmc:Demand, tmc:Offer ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:serialNumber .

tmc:Series a rdfs:Class ;
  rdfs:label "Series" ;
  rdfs:comment "A Series in schema.org is a group of related items, typically but not necessarily of the same kind. See also [[CreativeWorkSeries]], [[EventSeries]]." ;
  rdfs:subClassOf tmc:Intangible ;
  owl:equivalentClass schema:Series .

tmc:seriousAdverseOutcome a rdf:Property ;
  rdfs:label "serious Adverse Outcome" ;
  rdfs:comment "A possible serious complication and/or serious side effect of this therapy. Serious adverse outcomes include those that are life-threatening; result in death, disability, or permanent damage; require hospitalization or prolong existing hospitalization; cause congenital anomalies or birth defects; or jeopardize the patient and may require medical or surgical intervention to prevent one of the outcomes in this definition." ;
  schema:domainIncludes tmc:MedicalTherapy, tmc:MedicalDevice ;
  schema:rangeIncludes tmc:MedicalEntity ;
  owl:equivalentProperty schema:seriousAdverseOutcome .

tmc:serverStatus a rdf:Property ;
  rdfs:label "server Status" ;
  rdfs:comment "Status of a game server." ;
  schema:domainIncludes tmc:GameServer ;
  schema:rangeIncludes tmc:GameServerStatus ;
  owl:equivalentProperty schema:serverStatus .

tmc:servesCuisine a rdf:Property ;
  rdfs:label "serves Cuisine" ;
  rdfs:comment "The cuisine of the restaurant." ;
  schema:domainIncludes tmc:FoodEstablishment ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:servesCuisine .

tmc:Service a rdfs:Class ;
  rdfs:label "Service" ;
  rdfs:comment "A service provided by an organization, e.g. delivery service, print services, etc." ;
  rdfs:subClassOf tmc:Intangible, tmc:Listing ;
  tmc:instanceOf tmc:ListingType ;
  owl:equivalentClass schema:Service .

tmc:Service a tmc:ListingType .

tmc:serviceArea a rdf:Property ;
  rdfs:label "service Area" ;
  rdfs:comment "The geographic area where the service is provided." ;
  schema:domainIncludes tmc:Service, tmc:Organization, tmc:ContactPoint ;
  schema:rangeIncludes tmc:AdministrativeArea, tmc:Place, tmc:GeoShape ;
  owl:equivalentProperty schema:serviceArea .

tmc:serviceAudience a rdf:Property ;
  rdfs:label "service Audience" ;
  rdfs:comment "The audience eligible for this service." ;
  schema:domainIncludes tmc:Service ;
  schema:rangeIncludes tmc:Audience ;
  owl:equivalentProperty schema:serviceAudience .

tmc:ServiceChannel a rdfs:Class ;
  rdfs:label "Service Channel" ;
  rdfs:comment "A means for accessing a service, e.g. a government office location, web site, or phone number." ;
  rdfs:subClassOf tmc:Intangible ;
  owl:equivalentClass schema:ServiceChannel .

tmc:serviceLocation a rdf:Property ;
  rdfs:label "service Location" ;
  rdfs:comment "The location (e.g. civic structure, local business, etc.) where a person can go to access the service." ;
  schema:domainIncludes tmc:ServiceChannel ;
  schema:rangeIncludes tmc:Place ;
  owl:equivalentProperty schema:serviceLocation .

tmc:serviceOperator a rdf:Property ;
  rdfs:label "service Operator" ;
  rdfs:comment "The operating organization, if different from the provider.  This enables the representation of services that are provided by an organization, but operated by another organization like a subcontractor." ;
  schema:domainIncludes tmc:GovernmentService ;
  schema:rangeIncludes tmc:Organization ;
  owl:equivalentProperty schema:serviceOperator .

tmc:serviceOutput a rdf:Property ;
  rdfs:label "service Output" ;
  rdfs:comment "The tangible thing generated by the service, e.g. a passport, permit, etc." ;
  schema:domainIncludes tmc:Service ;
  schema:rangeIncludes tmc:Thing ;
  owl:equivalentProperty schema:serviceOutput .

tmc:servicePhone a rdf:Property ;
  rdfs:label "service Phone" ;
  rdfs:comment "The phone number to use to access the service." ;
  schema:domainIncludes tmc:ServiceChannel ;
  schema:rangeIncludes tmc:ContactPoint ;
  owl:equivalentProperty schema:servicePhone .

tmc:servicePostalAddress a rdf:Property ;
  rdfs:label "service Postal Address" ;
  rdfs:comment "The address for accessing the service by mail." ;
  schema:domainIncludes tmc:ServiceChannel ;
  schema:rangeIncludes tmc:PostalAddress ;
  owl:equivalentProperty schema:servicePostalAddress .

tmc:serviceSmsNumber a rdf:Property ;
  rdfs:label "service Sms Number" ;
  rdfs:comment "The number to access the service by text message." ;
  schema:domainIncludes tmc:ServiceChannel ;
  schema:rangeIncludes tmc:ContactPoint ;
  owl:equivalentProperty schema:serviceSmsNumber .

tmc:serviceType a rdf:Property ;
  rdfs:label "service Type" ;
  rdfs:comment "The type of service being offered, e.g. veterans' benefits, emergency relief, etc." ;
  schema:domainIncludes tmc:Service ;
  schema:rangeIncludes schema:Text, tmc:GovernmentBenefitsType ;
  owl:equivalentProperty schema:serviceType .

tmc:serviceUrl a rdf:Property ;
  rdfs:label "service Url" ;
  rdfs:comment "The website to access the service." ;
  schema:domainIncludes tmc:ServiceChannel ;
  schema:rangeIncludes schema:URL ;
  owl:equivalentProperty schema:serviceUrl .

tmc:servingSize a rdf:Property ;
  rdfs:label "serving Size" ;
  rdfs:comment "The serving size, in terms of the number of volume or mass." ;
  schema:domainIncludes tmc:NutritionInformation ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:servingSize .

tmc:SexualContentConsideration a tmc:AdultOrientedEnumeration ;
  rdfs:label "Sexual Content Consideration" ;
  rdfs:comment "The item contains sexually oriented content such as nudity, suggestive or explicit material, or related online services, or is intended to enhance sexual activity. Examples: Erotic videos or magazine, sexual enhancement devices, sex toys." ;
  tmc:instanceOf tmc:AdultOrientedEnumeration .

tmc:sha256 a rdf:Property ;
  rdfs:label "sha256" ;
  rdfs:comment "The [SHA-2](https://en.wikipedia.org/wiki/SHA-2) SHA256 hash of the content of the item. For example, a zero-length input has value 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'" ;
  rdfs:subPropertyOf tmc:description ;
  schema:domainIncludes tmc:MediaObject ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:sha256 .

tmc:ShareAction a rdfs:Class ;
  rdfs:label "Share Action" ;
  rdfs:comment "The act of distributing content to people for their amusement or edification." ;
  rdfs:subClassOf tmc:CommunicateAction ;
  owl:equivalentClass schema:ShareAction .

tmc:sharedContent a rdf:Property ;
  rdfs:label "shared Content" ;
  rdfs:comment "A CreativeWork such as an image, video, or audio clip shared as part of this posting." ;
  schema:domainIncludes tmc:SocialMediaPosting ;
  schema:rangeIncludes tmc:CreativeWork ;
  owl:equivalentProperty schema:sharedContent .

tmc:SheetMusic a rdfs:Class ;
  rdfs:label "Sheet Music" ;
  rdfs:comment "Printed music, as opposed to performed or recorded music." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:SheetMusic .

tmc:ShippingDeliveryTime a rdfs:Class ;
  rdfs:label "Shipping Delivery Time" ;
  rdfs:comment "ShippingDeliveryTime provides various pieces of information about delivery times for shipping." ;
  rdfs:subClassOf tmc:StructuredValue ;
  owl:equivalentClass schema:ShippingDeliveryTime .

tmc:shippingDestination a rdf:Property ;
  rdfs:label "shipping Destination" ;
  rdfs:comment "indicates (possibly multiple) shipping destinations. These can be defined in several ways, e.g. postalCode ranges." ;
  schema:domainIncludes tmc:ShippingRateSettings, tmc:OfferShippingDetails, tmc:DeliveryTimeSettings ;
  schema:rangeIncludes tmc:DefinedRegion ;
  owl:equivalentProperty schema:shippingDestination .

tmc:shippingDetails a rdf:Property ;
  rdfs:label "shipping Details" ;
  rdfs:comment "Indicates information about the shipping policies and options associated with an [[Offer]]." ;
  schema:domainIncludes tmc:Offer ;
  schema:rangeIncludes tmc:OfferShippingDetails ;
  owl:equivalentProperty schema:shippingDetails .

tmc:shippingLabel a rdf:Property ;
  rdfs:label "shipping Label" ;
  rdfs:comment "Label to match an [[OfferShippingDetails]] with a [[ShippingRateSettings]] (within the context of a [[shippingSettingsLink]] cross-reference)." ;
  schema:domainIncludes tmc:OfferShippingDetails, tmc:ShippingRateSettings ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:shippingLabel .

tmc:shippingOrigin a rdf:Property ;
  rdfs:label "shipping Origin" ;
  rdfs:comment "Indicates the origin of a shipment, i.e. where it should be coming from." ;
  schema:domainIncludes tmc:OfferShippingDetails ;
  schema:rangeIncludes tmc:DefinedRegion ;
  owl:equivalentProperty schema:shippingOrigin .

tmc:shippingRate a rdf:Property ;
  rdfs:label "shipping Rate" ;
  rdfs:comment "The shipping rate is the cost of shipping to the specified destination. Typically, the maxValue and currency values (of the [[MonetaryAmount]]) are most appropriate." ;
  schema:domainIncludes tmc:ShippingRateSettings, tmc:OfferShippingDetails ;
  schema:rangeIncludes tmc:MonetaryAmount ;
  owl:equivalentProperty schema:shippingRate .

tmc:ShippingRateSettings a rdfs:Class ;
  rdfs:label "Shipping Rate Settings" ;
  rdfs:comment "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]]." ;
  rdfs:subClassOf tmc:StructuredValue ;
  owl:equivalentClass schema:ShippingRateSettings .

tmc:shippingSettingsLink a rdf:Property ;
  rdfs:label "shipping Settings Link" ;
  rdfs:comment "Link to a page containing [[ShippingRateSettings]] and [[DeliveryTimeSettings]] details." ;
  schema:domainIncludes tmc:OfferShippingDetails ;
  schema:rangeIncludes schema:URL ;
  owl:equivalentProperty schema:shippingSettingsLink .

tmc:ShoeStore a rdfs:Class ;
  rdfs:label "Shoe Store" ;
  rdfs:comment "A shoe store." ;
  rdfs:subClassOf tmc:Store ;
  owl:equivalentClass schema:ShoeStore .

tmc:ShootingAndArcheryRange a rdfs:Class ;
  rdfs:label "Shooting and Archery Range" ;
  rdfs:comment "A controlled environment suitable for archery and shooting sports, providing targets and safety features." ;
  rdfs:subClassOf tmc:SportsActivityLocation ;
  tmc:instanceOf tmc:SportsActivityLocationType .

tmc:ShootingAndArcheryRange a tmc:SportsActivityLocationType .

tmc:ShoppingCenter a rdfs:Class ;
  rdfs:label "Shopping Center" ;
  rdfs:comment "A shopping center or mall." ;
  rdfs:subClassOf tmc:LocalBusiness ;
  owl:equivalentClass schema:ShoppingCenter .

tmc:ShortStory a rdfs:Class ;
  rdfs:label "Short Story" ;
  rdfs:comment "Short story or tale. A brief work of literature, usually written in narrative prose." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:ShortStory .

tmc:sibling a rdf:Property ;
  rdfs:label "sibling" ;
  rdfs:comment "A sibling of the person." ;
  schema:domainIncludes tmc:Person ;
  schema:rangeIncludes tmc:Person ;
  owl:equivalentProperty schema:sibling .

tmc:siblings a rdf:Property ;
  rdfs:label "siblings" ;
  rdfs:comment "A sibling of the person." ;
  schema:domainIncludes tmc:Person ;
  schema:rangeIncludes tmc:Person ;
  owl:equivalentProperty schema:siblings .

tmc:SideEffectsHealthAspect a tmc:HealthAspectEnumeration ;
  rdfs:label "Side Effects Health Aspect" ;
  rdfs:comment "Side effects that can be observed from the usage of the topic." ;
  tmc:instanceOf tmc:HealthAspectEnumeration .

tmc:signDetected a rdf:Property ;
  rdfs:label "sign Detected" ;
  rdfs:comment "A sign detected by the test." ;
  schema:domainIncludes tmc:MedicalTest ;
  schema:rangeIncludes tmc:MedicalSign ;
  owl:equivalentProperty schema:signDetected .

tmc:significance a rdf:Property ;
  rdfs:label "significance" ;
  rdfs:comment "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." ;
  schema:domainIncludes tmc:SuperficialAnatomy ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:significance .

tmc:significantLink a rdf:Property ;
  rdfs:label "significant Link" ;
  rdfs:comment "One of the more significant URLs on the page. Typically, these are the non-navigation links that are clicked on the most." ;
  schema:domainIncludes tmc:WebPage ;
  schema:rangeIncludes schema:URL ;
  owl:equivalentProperty schema:significantLink .

tmc:significantLinks a rdf:Property ;
  rdfs:label "significant Links" ;
  rdfs:comment "The most significant URLs on the page. Typically, these are the non-navigation links that are clicked on the most." ;
  schema:domainIncludes tmc:WebPage ;
  schema:rangeIncludes schema:URL ;
  owl:equivalentProperty schema:significantLinks .

tmc:signOrSymptom a rdf:Property ;
  rdfs:label "sign Or Symptom" ;
  rdfs:comment "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." ;
  schema:domainIncludes tmc:MedicalCondition ;
  schema:rangeIncludes tmc:MedicalSignOrSymptom ;
  owl:equivalentProperty schema:signOrSymptom .

tmc:SingleBlindedTrial a tmc:MedicalTrialDesign ;
  rdfs:label "Single Blinded Trial" ;
  rdfs:comment "A trial design in which the researcher knows which treatment the patient was randomly assigned to but the patient does not." ;
  tmc:instanceOf tmc:MedicalTrialDesign .

tmc:SingleCenterTrial a tmc:MedicalTrialDesign ;
  rdfs:label "Single Center Trial" ;
  rdfs:comment "A trial that takes place at a single center." ;
  tmc:instanceOf tmc:MedicalTrialDesign .

tmc:SingleFamilyResidence a rdfs:Class ;
  rdfs:label "Single Family Residence" ;
  rdfs:comment "Residence type: Single-family home." ;
  rdfs:subClassOf tmc:House ;
  owl:equivalentClass schema:SingleFamilyResidence .

tmc:SingleMemberLlc a tmc:BusinessStructureCompany ;
  rdfs:label "Single Member LLC" ;
  tmc:instanceOf tmc:BusinessStructureCompany .

tmc:SinglePlayer a tmc:GamePlayMode ;
  rdfs:label "Single Player" ;
  rdfs:comment "Play mode: SinglePlayer. Which is played by a lone player." ;
  tmc:instanceOf tmc:GamePlayMode .

tmc:SingleRelease a tmc:MusicAlbumReleaseType ;
  rdfs:label "Single Release" ;
  rdfs:comment "SingleRelease." ;
  tmc:instanceOf tmc:MusicAlbumReleaseType .

tmc:SiteNavigationElement a rdfs:Class ;
  rdfs:label "Site Navigation Element" ;
  rdfs:comment "A navigation element of the page." ;
  rdfs:subClassOf tmc:WebPageElement ;
  owl:equivalentClass schema:SiteNavigationElement .

tmc:size a rdf:Property ;
  rdfs:label "size" ;
  rdfs:comment "A standardized size of a product or creative work, specified either through a simple textual string (for example 'XL', '32Wx34L'), a  QuantitativeValue with a unitCode, or a comprehensive and structured [[SizeSpecification]]; in other cases, the [[width]], [[height]], [[depth]] and [[weight]] properties may be more applicable. " ;
  schema:domainIncludes tmc:Product, tmc:CreativeWork ;
  schema:rangeIncludes tmc:DefinedTerm, tmc:QuantitativeValue, schema:Text, tmc:SizeSpecification ;
  owl:equivalentProperty schema:size .

tmc:sizeGroup a rdf:Property ;
  rdfs:label "size Group" ;
  rdfs:comment "The size group (also known as \"size type\") for a product's size. Size groups are common in the fashion industry to define size segments and suggested audiences for wearable products. Multiple values can be combined, for example \"men's big and tall\", \"petite maternity\" or \"regular\"" ;
  schema:domainIncludes tmc:SizeSpecification ;
  schema:rangeIncludes tmc:SizeGroupEnumeration, schema:Text ;
  owl:equivalentProperty schema:sizeGroup .

tmc:SizeGroupEnumeration a rdfs:Class, schema:Enumeration ;
  rdfs:label "Size Group Enumeration" ;
  rdfs:comment "Enumerates common size groups for various product categories." ;
  rdfs:subClassOf tmc:Enumeration ;
  owl:equivalentClass schema:SizeGroupEnumeration .

tmc:SizeSpecification a tmc:QualitativeValue ;
  rdfs:label "Size Specification" ;
  rdfs:comment "Size related properties of a product, typically a size code (name) and optionally a sizeSystem, sizeGroup, and product measurements (hasMeasurement). In addition, the intended audience can be defined through suggestedAge, suggestedGender, and suggested body measurements (suggestedMeasurement)." ;
  tmc:instanceOf tmc:QualitativeValue .

tmc:sizeSystem a rdf:Property ;
  rdfs:label "size System" ;
  rdfs:comment "The size system used to identify a product's size. Typically either a standard (for example, \"GS1\" or \"ISO-EN13402\"), country code (for example \"US\" or \"JP\"), or a measuring system (for example \"Metric\" or \"Imperial\")." ;
  schema:domainIncludes tmc:SizeSpecification ;
  schema:rangeIncludes schema:Text, tmc:SizeSystemEnumeration ;
  owl:equivalentProperty schema:sizeSystem .

tmc:SizeSystemEnumeration a rdfs:Class, schema:Enumeration ;
  rdfs:label "Size System Enumeration" ;
  rdfs:comment "Enumerates common size systems for different categories of products, for example \"EN-13402\" or \"UK\" for wearables or \"Imperial\" for screws." ;
  rdfs:subClassOf tmc:Enumeration ;
  owl:equivalentClass schema:SizeSystemEnumeration .

tmc:SizeSystemImperial a tmc:SizeSystemEnumeration ;
  rdfs:label "Size System Imperial" ;
  rdfs:comment "Imperial size system." ;
  tmc:instanceOf tmc:SizeSystemEnumeration .

tmc:SizeSystemMetric a tmc:SizeSystemEnumeration ;
  rdfs:label "Size System Metric" ;
  rdfs:comment "Metric size system." ;
  tmc:instanceOf tmc:SizeSystemEnumeration .

tmc:SkatePark a rdfs:Class ;
  rdfs:label "Skate Park" ;
  rdfs:comment "A skate park is an outdoor or indoor area with smooth surfaces and a variety of ramps, rails, and bowls for skateboarding, rollerblading, and BMX biking." ;
  rdfs:subClassOf tmc:SportsActivityLocation ;
  tmc:instanceOf tmc:SportsActivityLocationType .

tmc:SkatePark a tmc:SportsActivityLocationType .

tmc:SkillBased a tmc:PlayFeature ;
  rdfs:label "Skill Based" ;
  rdfs:comment "Activities that necessitate specific learned abilities, focusing on the development and application of particular skills." ;
  tmc:instanceOf tmc:PlayFeature .

tmc:SkillDevelopment a tmc:PlayBenefit ;
  rdfs:label "Skill Development" ;
  rdfs:comment "Play that aids in acquiring and refining a variety of skills, both physical and mental, applicable in various life aspects." ;
  tmc:instanceOf tmc:PlayBenefit .

tmc:SkillLevel a rdfs:Class, schema:Enumeration ;
  rdfs:label "Skill Level" ;
  rdfs:subClassOf tmc:Play, tmc:Enumeration .

tmc:skillLevel a rdf:Property ;
  rdfs:label "skillLevel" ;
  schema:domainIncludes tmc:PlayActivity, tmc:Event ;
  schema:rangeIncludes tmc:SkillLevel .

tmc:SkillLevelAdvanced a tmc:SkillLevel ;
  rdfs:label "Advanced" ;
  rdfs:comment "Advanced participants have a high level of skill and experience in the activity. They are proficient, capable of performing complex actions and strategies. They may have competed at higher levels or received specialized training." ;
  tmc:instanceOf tmc:SkillLevel .

tmc:SkillLevelAllLevels a tmc:SkillLevel ;
  rdfs:label "All Levels" ;
  rdfs:comment "Use this category to indicate that the event, workout, or recreational activity is open to participants of all skill levels. This implies that beginners, intermediates, advanced, and expert participants are welcome." ;
  tmc:instanceOf tmc:SkillLevel .

tmc:SkillLevelBeginner a tmc:SkillLevel ;
  rdfs:label "Beginner" ;
  rdfs:comment "Participants at the beginner level are typically new to the activity. They may have limited experience and basic knowledge of the activity. They require guidance and instruction to participate effectively." ;
  tmc:instanceOf tmc:SkillLevel .

tmc:SkillLevelExpert a tmc:SkillLevel ;
  rdfs:label "Expert" ;
  rdfs:comment "Expert participants are highly skilled and experienced individuals in the activity. They are often considered masters, with a deep understanding of advanced techniques and strategies. They may have competed professionally or achieved recognition for their expertise." ;
  tmc:instanceOf tmc:SkillLevel .

tmc:SkillLevelIntermediate a tmc:SkillLevel ;
  rdfs:label "Intermediate" ;
  rdfs:comment "Intermediate participants have acquired some experience and skills in the activity. They can perform basic actions and understand the fundamental techniques. They may still be refining their techniques and benefiting from further practice." ;
  tmc:instanceOf tmc:SkillLevel .

tmc:SkillLevelNeverAttemptedBefore a tmc:SkillLevel ;
  rdfs:label "Never Attempted Before" ;
  rdfs:comment "Participants in this category have never attempted the activity before. They are complete beginners with no prior experience or knowledge of the activity. They may require significant guidance and instruction to participate effectively." ;
  tmc:instanceOf tmc:SkillLevel .

tmc:SkillLevelNotApplicable a tmc:SkillLevel ;
  rdfs:label "Not Applicable" ;
  rdfs:comment "Use this category when skill level categorization is not relevant to the activity. For example, some recreational activities may not require specific skill levels." ;
  tmc:instanceOf tmc:SkillLevel .

tmc:SkillLevelPro a tmc:SkillLevel ;
  rdfs:label "Pro" ;
  rdfs:comment "Participants are considered pros in all aspects of the activity." ;
  tmc:instanceOf tmc:SkillLevel .

tmc:skills a rdf:Property ;
  rdfs:label "skills" ;
  rdfs:comment "A statement of knowledge, skill, ability, task or any other assertion expressing a competency that is desired or required to fulfill this role or to work in this occupation." ;
  schema:domainIncludes tmc:Occupation, tmc:JobPosting ;
  schema:rangeIncludes schema:Text, tmc:DefinedTerm ;
  owl:equivalentProperty schema:skills .

tmc:Skin a tmc:PhysicalExam ;
  rdfs:label "Skin" ;
  rdfs:comment "Skin assessment with clinical examination." ;
  tmc:instanceOf tmc:PhysicalExam .

tmc:SkiResort a rdfs:Class ;
  rdfs:label "Ski Resort" ;
  rdfs:comment "A ski resort." ;
  rdfs:subClassOf tmc:SportsActivityLocation, tmc:Resort ;
  tmc:instanceOf tmc:LocalBusinessType, tmc:SportsActivityLocationType ;
  owl:equivalentClass schema:SkiResort .

tmc:SkiResort a tmc:LocalBusinessType, tmc:SportsActivityLocationType .

tmc:sku a rdf:Property ;
  rdfs:label "sku" ;
  rdfs:comment "The Stock Keeping Unit (SKU), i.e. a merchant-specific identifier for a product or service, or the product to which the offer refers." ;
  rdfs:subPropertyOf tmc:identifier ;
  schema:domainIncludes tmc:Demand, tmc:Product, tmc:Offer ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:sku .

tmc:slogan a rdf:Property ;
  rdfs:label "slogan" ;
  rdfs:comment "A slogan or motto associated with the item." ;
  schema:domainIncludes tmc:Service, tmc:Organization, tmc:Product, tmc:Brand, tmc:Place ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:slogan .

tmc:smiles a rdf:Property ;
  rdfs:label "smiles" ;
  rdfs:comment "A specification in form of a line notation for describing the structure of chemical species using short ASCII strings.  Double bond stereochemistry \\ indicators may need to be escaped in the string in formats where the backslash is an escape character." ;
  rdfs:subPropertyOf tmc:hasRepresentation ;
  schema:domainIncludes tmc:MolecularEntity ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:smiles .

tmc:smokingAllowed a rdf:Property ;
  rdfs:label "smoking Allowed" ;
  rdfs:comment "Indicates whether it is allowed to smoke in the place, e.g. in the restaurant, hotel or hotel room." ;
  schema:domainIncludes tmc:Place ;
  schema:rangeIncludes schema:Boolean ;
  owl:equivalentProperty schema:smokingAllowed .

tmc:SoccerField a rdfs:Class ;
  rdfs:label "Soccer Field" ;
  rdfs:comment "A soccer field, also known as a football pitch in some regions, is an outdoor area designated for playing soccer with specific dimensions and markings." ;
  rdfs:subClassOf tmc:SportsActivityLocation ;
  tmc:instanceOf tmc:SportsActivityLocationType .

tmc:SoccerField a tmc:SportsActivityLocationType .

tmc:SocialConnection a tmc:PlayBenefit ;
  rdfs:label "Social Connection" ;
  rdfs:comment "Play that fosters social interactions and community building, enhancing interpersonal skills and teamwork." ;
  tmc:instanceOf tmc:PlayBenefit .

tmc:SocialDance a rdfs:Class ;
  rdfs:label "Social Dance" ;
  rdfs:comment "Dancing with a partner or partners, such as swing, salsa, or folk dances." ;
  rdfs:subClassOf tmc:StudioActivities .

tmc:SocialEvent a rdfs:Class ;
  rdfs:label "Social Event" ;
  rdfs:comment "Event type: Social event." ;
  rdfs:subClassOf tmc:Event ;
  owl:equivalentClass schema:SocialEvent .

tmc:SocialMediaInfluencer a tmc:ContentCreatorInfluencerType ;
  rdfs:label "Social Media Influencer" ;
  tmc:instanceOf tmc:ContentCreatorInfluencerType .

tmc:SocialMediaPosting a rdfs:Class ;
  rdfs:label "Social Media Posting" ;
  rdfs:comment "A post to a social media platform, including blog posts, tweets, Facebook posts, etc." ;
  rdfs:subClassOf tmc:Article ;
  owl:equivalentClass schema:SocialMediaPosting .

tmc:sodiumContent a rdf:Property ;
  rdfs:label "sodium Content" ;
  rdfs:comment "The number of milligrams of sodium." ;
  schema:domainIncludes tmc:NutritionInformation ;
  schema:rangeIncludes tmc:Mass ;
  owl:equivalentProperty schema:sodiumContent .

tmc:softwareAddOn a rdf:Property ;
  rdfs:label "software Add On" ;
  rdfs:comment "Additional content for a software application." ;
  schema:domainIncludes tmc:SoftwareApplication ;
  schema:rangeIncludes tmc:SoftwareApplication ;
  owl:equivalentProperty schema:softwareAddOn .

tmc:SoftwareAndServices a rdfs:Class ;
  rdfs:label "Software & Services" ;
  rdfs:comment "Software products and IT-enabled services." ;
  rdfs:subClassOf tmc:IndustryGroup ;
  tmc:instanceOf tmc:IndustryGroupType .

tmc:SoftwareAndServices a tmc:IndustryGroupType .

tmc:SoftwareApplication a rdfs:Class ;
  rdfs:label "Software Application" ;
  rdfs:comment "A software application." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:SoftwareApplication .

tmc:softwareHelp a rdf:Property ;
  rdfs:label "software Help" ;
  rdfs:comment "Software application help." ;
  schema:domainIncludes tmc:SoftwareApplication ;
  schema:rangeIncludes tmc:CreativeWork ;
  owl:equivalentProperty schema:softwareHelp .

tmc:softwareRequirements a rdf:Property ;
  rdfs:label "software Requirements" ;
  rdfs:comment "Component dependency requirements for application. This includes runtime environments and shared libraries that are not included in the application distribution package, but required to run the application (examples: DirectX, Java or .NET runtime)." ;
  schema:domainIncludes tmc:SoftwareApplication ;
  schema:rangeIncludes schema:Text, schema:URL ;
  owl:equivalentProperty schema:softwareRequirements .

tmc:SoftwareSourceCode a rdfs:Class ;
  rdfs:label "Software Source Code" ;
  rdfs:comment "Computer programming source code. Example: Full (compile ready) solutions, code snippet samples, scripts, templates." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:SoftwareSourceCode .

tmc:softwareVersion a rdf:Property ;
  rdfs:label "software Version" ;
  rdfs:comment "Version of the software instance." ;
  schema:domainIncludes tmc:SoftwareApplication ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:softwareVersion .

tmc:SoldOut a tmc:ItemAvailability ;
  rdfs:label "Sold Out" ;
  rdfs:comment "Indicates that the item has sold out." ;
  tmc:instanceOf tmc:ItemAvailability .

tmc:SoleProprietorship a tmc:BusinessStructureCompany ;
  rdfs:label "Sole Proprietorship" ;
  tmc:instanceOf tmc:BusinessStructureCompany .

tmc:Solo a tmc:PlayFeature ;
  rdfs:label "Solo" ;
  rdfs:comment "Activities that can be done alone, emphasizing individual engagement and personal space." ;
  tmc:instanceOf tmc:PlayFeature .

tmc:SolveMathAction a rdfs:Class ;
  rdfs:label "Solve Math Action" ;
  rdfs:comment "The action that takes in a math expression and directs users to a page potentially capable of solving/simplifying that expression." ;
  rdfs:subClassOf tmc:Action ;
  owl:equivalentClass schema:SolveMathAction .

tmc:SomeProducts a rdfs:Class ;
  rdfs:label "Some Products" ;
  rdfs:comment "A placeholder for multiple similar products of the same kind." ;
  rdfs:subClassOf tmc:Product ;
  owl:equivalentClass schema:SomeProducts .

tmc:SoundtrackAlbum a tmc:MusicAlbumProductionType ;
  rdfs:label "Soundtrack Album" ;
  rdfs:comment "SoundtrackAlbum." ;
  tmc:instanceOf tmc:MusicAlbumProductionType .

tmc:sourcedFrom a rdf:Property ;
  rdfs:label "sourced From" ;
  rdfs:comment "The neurological pathway that originates the neurons." ;
  schema:domainIncludes tmc:Nerve ;
  schema:rangeIncludes tmc:BrainStructure ;
  owl:equivalentProperty schema:sourcedFrom .

tmc:sourceOrganization a rdf:Property ;
  rdfs:label "source Organization" ;
  rdfs:comment "The Organization on whose behalf the creator was working." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes tmc:Organization ;
  owl:equivalentProperty schema:sourceOrganization .

tmc:spatial a rdf:Property ;
  rdfs:label "spatial" ;
  rdfs:comment "The \"spatial\" property can be used in cases when more specific properties\n(e.g. [[locationCreated]], [[spatialCoverage]], [[contentLocation]]) are not known to be appropriate." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes tmc:Place ;
  owl:equivalentProperty schema:spatial, <http://purl.org/dc/terms/spatial> .

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

tmc:speakable a rdf:Property ;
  rdfs:label "speakable" ;
  rdfs:comment "Indicates sections of a Web page that are particularly 'speakable' in the sense of being highlighted as being especially appropriate for text-to-speech conversion. Other sections of a page may also be usefully spoken in particular circumstances; the 'speakable' property serves to indicate the parts most likely to be generally useful for speech.\n\nThe *speakable* property can be repeated an arbitrary number of times, with three kinds of possible 'content-locator' values:\n\n1.) *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.\n\n2.) CSS Selectors - addresses content in the annotated page, e.g. via class attribute. Use the [[cssSelector]] property.\n\n3.)  XPaths - addresses content via XPaths (assuming an XML view of the content). Use the [[xpath]] property.\n\n\nFor 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\nwe define a supporting type, [[SpeakableSpecification]]  which is defined to be a possible value of the *speakable* property.\n         " ;
  schema:domainIncludes tmc:Article, tmc:WebPage ;
  schema:rangeIncludes tmc:SpeakableSpecification, schema:URL ;
  owl:equivalentProperty schema:speakable .

tmc:SpeakableSpecification a rdfs:Class ;
  rdfs:label "Speakable Specification" ;
  rdfs:comment "A SpeakableSpecification indicates (typically via [[xpath]] or [[cssSelector]]) sections of a document that are highlighted as particularly [[speakable]]. Instances of this type are expected to be used primarily as values of the [[speakable]] property." ;
  rdfs:subClassOf tmc:Intangible ;
  owl:equivalentClass schema:SpeakableSpecification .

tmc:SpecialAnnouncement a rdfs:Class ;
  rdfs:label "Special Announcement" ;
  rdfs:comment "A SpecialAnnouncement combines a simple date-stamped textual information update\n      with contextualized Web links and other structured data.  It represents an information update made by a\n      locally-oriented organization, for example schools, pharmacies, healthcare providers,  community groups, police,\n      local government.\n\nFor work in progress guidelines on Coronavirus-related markup see [this doc](https://docs.google.com/document/d/14ikaGCKxo50rRM7nvKSlbUpjyIk2WMQd3IkB1lItlrM/edit#).\n\nThe motivating scenario for SpecialAnnouncement is the [Coronavirus pandemic](https://en.wikipedia.org/wiki/2019%E2%80%9320_coronavirus_pandemic), and the initial vocabulary is oriented to this urgent situation. Schema.org\nexpect to improve the markup iteratively as it is deployed and as feedback emerges from use. In addition to our\nusual [Github entry](https://github.com/schemaorg/schemaorg/issues/2490), feedback comments can also be provided in [this document](https://docs.google.com/document/d/1fpdFFxk8s87CWwACs53SGkYv3aafSxz_DTtOQxMrBJQ/edit#).\n\n\nWhile this schema is designed to communicate urgent crisis-related information, it is not the same as an emergency warning technology like [CAP](https://en.wikipedia.org/wiki/Common_Alerting_Protocol), although there may be overlaps. The intent is to cover\nthe kinds of everyday practical information being posted to existing websites during an emergency situation.\n\nSeveral kinds of information can be provided:\n\nWe encourage the provision of \"name\", \"text\", \"datePosted\", \"expires\" (if appropriate), \"category\" and\n\"url\" as a simple baseline. It is important to provide a value for \"category\" where possible, most ideally as a well known\nURL from Wikipedia or Wikidata. In the case of the 2019-2020 Coronavirus pandemic, this should be \"https://en.wikipedia.org/w/index.php?title=2019-20\\_coronavirus\\_pandemic\" or \"https://www.wikidata.org/wiki/Q81068910\".\n\nFor 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\nunlikely that a single SpecialAnnouncement will need all of the possible properties simultaneously.\n\nWe 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]].\n\nMany [[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 [[CivicStructure]]s. 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]].\n\nThe [[about]] property can be used to indicate entities that are the focus of the announcement. We now recommend using [[about]] only\nfor 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.\n\nThe basic content of [[SpecialAnnouncement]] is similar to that of an [RSS](https://en.wikipedia.org/wiki/RSS) or [Atom](https://en.wikipedia.org/wiki/Atom_(Web_standard)) feed. For publishers without such feeds, basic feed-like information can be shared by posting\n[[SpecialAnnouncement]] updates in a page, e.g. using JSON-LD. For sites with Atom/RSS functionality, you can point to a feed\nwith the [[webFeed]] property. This can be a simple URL, or an inline [[DataFeed]] object, with [[encodingFormat]] providing\nmedia type information, e.g. \"application/rss+xml\" or \"application/atom+xml\".\n" ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:SpecialAnnouncement .

tmc:specialCommitments a rdf:Property ;
  rdfs:label "special Commitments" ;
  rdfs:comment "Any special commitments associated with this job posting. Valid entries include VeteranCommit, MilitarySpouseCommit, etc." ;
  schema:domainIncludes tmc:JobPosting ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:specialCommitments .

tmc:SpecializedTrainer a tmc:TrainingPerformanceSpecialistType ;
  rdfs:label "Specialized Trainer (for specific fitness/sports disciplines)" ;
  rdfs:comment "An expert in a particular fitness or sports discipline, offering in-depth training and techniques specific to that area to improve skill and performance." ;
  tmc:instanceOf tmc:TrainingPerformanceSpecialistType .

tmc:specialOpeningHoursSpecification a rdf:Property ;
  rdfs:label "special Opening Hours Specification" ;
  rdfs:comment "The special opening hours of a certain place.\\n\\nUse this to explicitly override general opening hours brought in scope by [[openingHoursSpecification]] or [[openingHours]].\n      " ;
  schema:domainIncludes tmc:Place ;
  schema:rangeIncludes tmc:OpeningHoursSpecification ;
  owl:equivalentProperty schema:specialOpeningHoursSpecification .

tmc:specialty a rdf:Property ;
  rdfs:label "specialty" ;
  rdfs:comment "One of the domain specialities to which this web page's content applies." ;
  schema:domainIncludes tmc:WebPage ;
  schema:rangeIncludes tmc:Specialty ;
  owl:equivalentProperty schema:specialty .

tmc:Specialty a rdfs:Class, schema:Enumeration ;
  rdfs:label "Specialty" ;
  rdfs:comment "Any branch of a field in which people typically develop specific expertise, usually after significant study, time, and effort." ;
  rdfs:subClassOf tmc:Enumeration ;
  owl:equivalentClass schema:Specialty .

tmc:SpeechPathology a tmc:MedicalSpecialty ;
  rdfs:label "Speech Pathology" ;
  rdfs:comment "The scientific study and treatment of defects, disorders, and malfunctions of speech and voice, as stuttering, lisping, or lalling, and of language disturbances, as aphasia or delayed language acquisition." ;
  tmc:instanceOf tmc:MedicalSpecialty .

tmc:speechToTextMarkup a rdf:Property ;
  rdfs:label "speech To Text Markup" ;
  rdfs:comment "Form of markup used. eg. [SSML](https://www.w3.org/TR/speech-synthesis11) or [IPA](https://www.wikidata.org/wiki/Property:P898)." ;
  schema:domainIncludes tmc:PronounceableText ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:speechToTextMarkup .

tmc:Speed a tmc:PlayFeature ;
  rdfs:label "Speed" ;
  rdfs:comment " Play types emphasizing rapid movement, suitable for enhancing quickness and reaction times." ;
  tmc:instanceOf tmc:PlayFeature .

tmc:speed a rdf:Property ;
  rdfs:label "speed" ;
  rdfs:comment "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.\\n\\nTypical unit code(s): KMH for km/h, HM for mile per hour (0.447 04 m/s), KNT for knot\\n\\n*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." ;
  schema:domainIncludes tmc:Vehicle ;
  schema:rangeIncludes tmc:QuantitativeValue ;
  owl:equivalentProperty schema:speed .

tmc:spokenByCharacter a rdf:Property ;
  rdfs:label "spoken By Character" ;
  rdfs:comment "The (e.g. fictional) character, Person or Organization to whom the quotation is attributed within the containing CreativeWork." ;
  schema:domainIncludes tmc:Quotation ;
  schema:rangeIncludes tmc:Organization, tmc:Person ;
  owl:equivalentProperty schema:spokenByCharacter .

tmc:SpokenWordAlbum a tmc:MusicAlbumProductionType ;
  rdfs:label "Spoken Word Album" ;
  rdfs:comment "SpokenWordAlbum." ;
  tmc:instanceOf tmc:MusicAlbumProductionType .

tmc:sponsor a rdf:Property ;
  rdfs:label "sponsor" ;
  rdfs:comment "A person or organization that supports a thing through a pledge, promise, or financial contribution. E.g. a sponsor of a Medical Study or a corporate sponsor of an event." ;
  schema:domainIncludes tmc:Event, tmc:MedicalStudy, tmc:Grant, tmc:CreativeWork, tmc:Organization, tmc:Person ;
  schema:rangeIncludes tmc:Organization, tmc:Person ;
  owl:equivalentProperty schema:sponsor .

tmc:Sport a rdfs:Class ;
  rdfs:label "Sport" ;
  rdfs:comment "A representation of a sport - forms of competitive activity, usually physical" .

tmc:sport a rdf:Property ;
  rdfs:label "sport" ;
  rdfs:comment "A type of sport (e.g. Baseball)." ;
  schema:domainIncludes tmc:Sport, tmc:SportsEvent, tmc:PlayAction, tmc:PhysicalActivity ;
  schema:rangeIncludes tmc:SportType, tmc:PlayType ;
  owl:equivalentProperty schema:sport .

tmc:SportCourt a rdfs:Class ;
  rdfs:label "Sport Court" ;
  rdfs:comment "A sport court is a designated area for playing specific sports or games, usually enclosed or marked by boundaries." ;
  rdfs:subClassOf tmc:SportPitch .

tmc:SportField a rdfs:Class ;
  rdfs:label "Sport Field" ;
  rdfs:comment "A sport field is an open, generally flat area used for playing sports or games, typically marked by boundary lines or other markers." ;
  rdfs:subClassOf tmc:SportPitch .

tmc:SportingGoodsStore a rdfs:Class ;
  rdfs:label "Sporting Goods Store" ;
  rdfs:comment "A sporting goods store." ;
  rdfs:subClassOf tmc:Store ;
  tmc:instanceOf tmc:LocalBusinessType ;
  owl:equivalentClass schema:SportingGoodsStore .

tmc:SportingGoodsStore a tmc:LocalBusinessType .

tmc:SportPitch a rdfs:Class ;
  rdfs:label "Sport Pitch" ;
  rdfs:comment "A sport court is a designated area for playing specific sports or games, usually enclosed or marked by boundaries." ;
  rdfs:subClassOf tmc:Accommodation, tmc:Facility, tmc:SportsActivityLocation .

tmc:sports a rdf:Property ;
  rdfs:label "Sports" ;
  rdfs:comment "A set of sports." ;
  schema:domainIncludes tmc:SportsOrganization, tmc:SportsActivityLocation ;
  schema:rangeIncludes tmc:SportType ;
  owl:equivalentProperty schema:sport .

tmc:sportsActivityLocation a rdf:Property ;
  rdfs:label "sports Activity Location" ;
  rdfs:comment "A sub property of location. The sports activity location where this action occurred." ;
  rdfs:subPropertyOf tmc:location ;
  schema:domainIncludes tmc:ExerciseAction ;
  schema:rangeIncludes tmc:SportsActivityLocation ;
  owl:equivalentProperty schema:sportsActivityLocation .

tmc:SportsActivityLocation a rdfs:Class ;
  rdfs:label "Sports Activity Location" ;
  rdfs:comment "A sports location, such as a playing field." ;
  rdfs:subClassOf tmc:LocalBusiness ;
  tmc:instanceOf tmc:OrganizerType ;
  owl:equivalentClass schema:SportsActivityLocation .

tmc:SportsActivityLocation a tmc:OrganizerType .

tmc:SportsActivityLocationType a rdfs:Class, schema:Enumeration ;
  rdfs:label "Sports Activity Location" ;
  rdfs:comment "The type of sports activity location." ;
  rdfs:subClassOf tmc:Enumeration .

tmc:SportsAndRecreation a rdfs:Class ;
  rdfs:label "Sport, Active Recreation & Fitness" ;
  rdfs:comment "Sports programs, recreational experiences, clubs and fitness services." ;
  rdfs:subClassOf tmc:Industry ;
  tmc:instanceOf tmc:IndustryType .

tmc:SportsAndRecreation a tmc:IndustryType .

tmc:SportsAssociation a rdfs:Class ;
  rdfs:label "Sports Association" ;
  rdfs:comment "An organization that governs a specific type of sport or activity at a regional, national, or international level. These associations often set rules, organize competitions, and govern the conduct of their sport." ;
  rdfs:subClassOf tmc:SportsOrganization ;
  tmc:instanceOf tmc:SportsOrganizationType .

tmc:SportsAssociation a tmc:SportsOrganizationType .

tmc:SportsClub a rdfs:Class ;
  rdfs:label "Sports Club" ;
  rdfs:comment "A SportsClub is an organization dedicated to nurturing teams in a particular sport. It provides coaching, training, and opportunities to compete in leagues and tournaments. Focused on skill development, teamwork, and sportsmanship, it caters to both amateur and professional athletes." ;
  rdfs:subClassOf tmc:SportsOrganization ;
  tmc:instanceOf tmc:SportsOrganizationType .

tmc:SportsClub a tmc:SportsOrganizationType .

tmc:sportsEvent a rdf:Property ;
  rdfs:label "sports Event" ;
  rdfs:comment "A sub property of location. The sports event where this action occurred." ;
  rdfs:subPropertyOf tmc:location ;
  schema:domainIncludes tmc:ExerciseAction ;
  schema:rangeIncludes tmc:SportsEvent ;
  owl:equivalentProperty schema:sportsEvent .

tmc:SportsEvent a rdfs:Class ;
  rdfs:label "Sports Event" ;
  rdfs:comment "Event type: Sports event." ;
  rdfs:subClassOf tmc:Event, tmc:PlayActivity ;
  owl:equivalentClass schema:SportsEvent .

tmc:SportsFederation a rdfs:Class ;
  rdfs:label "Sports Federation" ;
  rdfs:comment "A national-level organization governing a specific sport, responsible for setting rules, organizing national competitions, and overseeing athlete development." ;
  rdfs:subClassOf tmc:SportsOrganization ;
  tmc:instanceOf tmc:SportsOrganizationType .

tmc:SportsFederation a tmc:SportsOrganizationType .

tmc:SportsGoverningBody a rdfs:Class ;
  rdfs:label "Sports Governing Body" ;
  rdfs:comment "An international entity that sets global rules for a sport, organizes world championships, and promotes the sport's development and integrity worldwide." ;
  rdfs:subClassOf tmc:SportsOrganization ;
  tmc:instanceOf tmc:SportsOrganizationType .

tmc:SportsGoverningBody a tmc:SportsOrganizationType .

tmc:SportsInstructor a tmc:PersonInstructorType ;
  rdfs:label "Sports Instructor" ;
  rdfs:comment "Expert in a specific sport, providing training and skill development for individuals or groups in that sport, ranging from beginners to advanced levels." ;
  tmc:instanceOf tmc:PersonInstructorType .

tmc:SportsLeague a rdfs:Class ;
  rdfs:label "Sports League" ;
  rdfs:comment "An organization that hosts sporting competitions, typically consisting of multiple teams or clubs competing against each other in a specific sport." ;
  rdfs:subClassOf tmc:SportsOrganization ;
  tmc:instanceOf tmc:SportsOrganizationType .

tmc:SportsLeague a tmc:SportsOrganizationType .

tmc:SportsOrganization a rdfs:Class ;
  rdfs:label "Sports Organization" ;
  rdfs:comment "Represents the collection of all sports organizations, including sports teams, governing bodies, and sports associations." ;
  rdfs:subClassOf tmc:Organization ;
  tmc:instanceOf tmc:OrganizerType ;
  owl:equivalentClass schema:SportsOrganization .

tmc:SportsOrganization a tmc:OrganizerType .

tmc:SportsOrganizationType a rdfs:Class, schema:Enumeration ;
  rdfs:label "Sport Organization Type" ;
  rdfs:comment "A type of  sports organization like a sports team, sports association, or sports club." ;
  rdfs:subClassOf tmc:Enumeration .

tmc:sportsOrganizationType a rdf:Property ;
  rdfs:label "sports Team" ;
  rdfs:comment "A type of  sports organization like a sports team, sports association, or sports club." ;
  schema:domainIncludes tmc:SportsOrganization ;
  schema:rangeIncludes tmc:SportsOrganizationType .

tmc:SportsPerformanceExpert a tmc:TrainingPerformanceSpecialistType ;
  rdfs:label "Sports Performance Expert" ;
  rdfs:comment "Focuses on optimizing athletic performance, employing advanced techniques and strategies in sports science to enhance the abilities of competitive athletes." ;
  tmc:instanceOf tmc:TrainingPerformanceSpecialistType .

tmc:sportsTeam a rdf:Property ;
  rdfs:label "sports Team" ;
  rdfs:comment "A sub property of participant. The sports team that participated on this action." ;
  rdfs:subPropertyOf tmc:participant ;
  schema:domainIncludes tmc:ExerciseAction ;
  schema:rangeIncludes tmc:SportsTeam ;
  owl:equivalentProperty schema:sportsTeam .

tmc:SportsTeam a rdfs:Class ;
  rdfs:label "Sports Team" ;
  rdfs:comment "An organized group of athletes who train together and compete in sporting events, typically representing a specific club, school, or region." ;
  rdfs:subClassOf tmc:SportsOrganization ;
  tmc:instanceOf tmc:SportsOrganizationType ;
  owl:equivalentClass schema:SportsTeam .

tmc:SportsTeam a tmc:SportsOrganizationType .

tmc:SportsTrainingAndEducationCenter a rdfs:Class ;
  rdfs:label "Sports Training and Education Center" ;
  rdfs:comment "A facility dedicated to offering structured training programs and educational courses in a specific sport or physical activity, such as swimming, diving, surfing, horse riding, or any other specialized skill development." ;
  rdfs:subClassOf tmc:SportsActivityLocation ;
  tmc:instanceOf tmc:SportsActivityLocationType .

tmc:SportsTrainingAndEducationCenter a tmc:SportsActivityLocationType .

tmc:spouse a rdf:Property ;
  rdfs:label "spouse" ;
  rdfs:comment "The person's spouse." ;
  schema:domainIncludes tmc:Person ;
  schema:rangeIncludes tmc:Person ;
  owl:equivalentProperty schema:spouse .

tmc:SpreadsheetDigitalDocument a rdfs:Class ;
  rdfs:label "Spreadsheet Digital Document" ;
  rdfs:comment "A spreadsheet file." ;
  rdfs:subClassOf tmc:DigitalDocument ;
  owl:equivalentClass schema:SpreadsheetDigitalDocument .

tmc:SRP a tmc:PriceTypeEnumeration ;
  rdfs:label "SRP" ;
  rdfs:comment "Represents the suggested retail price (\"SRP\") of an offered product." ;
  tmc:instanceOf tmc:PriceTypeEnumeration .

tmc:StadiumOrArena a rdfs:Class ;
  rdfs:label "Stadium Or Arena" ;
  rdfs:comment "A stadium." ;
  rdfs:subClassOf tmc:SportsActivityLocation, tmc:CivicStructure ;
  tmc:instanceOf tmc:LocalBusinessType, tmc:SportsActivityLocationType ;
  owl:equivalentClass schema:StadiumOrArena .

tmc:StadiumOrArena a tmc:LocalBusinessType, tmc:SportsActivityLocationType .

tmc:stage a rdf:Property ;
  rdfs:label "stage" ;
  rdfs:comment "The stage of the condition, if applicable." ;
  schema:domainIncludes tmc:MedicalCondition ;
  schema:rangeIncludes tmc:MedicalConditionStage ;
  owl:equivalentProperty schema:stage .

tmc:stageAsNumber a rdf:Property ;
  rdfs:label "stage As Number" ;
  rdfs:comment "The stage represented as a number, e.g. 3." ;
  schema:domainIncludes tmc:MedicalConditionStage ;
  schema:rangeIncludes schema:Number ;
  owl:equivalentProperty schema:stageAsNumber .

tmc:StagedContent a tmc:MediaManipulationRatingEnumeration ;
  rdfs:label "Staged Content" ;
  rdfs:comment "Content coded 'staged content' in a MediaReview, considered in the context of how it was published or shared.\n\nFor a VideoObject to be 'staged content': A video that has been created using actors or similarly contrived.\n\nFor an ImageObject to be 'staged content': An image that was created using actors or similarly contrived, such as a screenshot of a fake tweet.\n\nFor an ImageObject with embedded text to be 'staged content': An image that was created using actors or similarly contrived, such as a screenshot of a fake tweet.\n\nFor an AudioObject to be 'staged content': Audio that has been created using actors or similarly contrived." ;
  tmc:instanceOf tmc:MediaManipulationRatingEnumeration .

tmc:StagesHealthAspect a tmc:HealthAspectEnumeration ;
  rdfs:label "Stages Health Aspect" ;
  rdfs:comment "Stages that can be observed from a topic." ;
  tmc:instanceOf tmc:HealthAspectEnumeration .

tmc:StairClimbing a rdfs:Class ;
  rdfs:label "Stair Climbing" ;
  rdfs:comment "Workouts using a stair climbing machine." ;
  rdfs:subClassOf tmc:ExerciseAndFitness ;
  tmc:instanceOf tmc:PhysicalActivityType .

tmc:StairClimbing a tmc:PhysicalActivityType .

tmc:Stairs a rdfs:Class ;
  rdfs:label "Stairs" ;
  rdfs:comment "Running, walking, or other drills using stairs (for example, in a stadium or inside a multilevel building)." ;
  rdfs:subClassOf tmc:ExerciseAndFitness ;
  tmc:instanceOf tmc:PhysicalActivityType .

tmc:Stairs a tmc:PhysicalActivityType .

tmc:starRating a rdf:Property ;
  rdfs:label "star Rating" ;
  rdfs:comment "An official rating for a lodging business or food establishment, e.g. from national associations or standards bodies. Use the author property to indicate the rating organization, e.g. as an Organization with name such as (e.g. HOTREC, DEHOGA, WHR, or Hotelstars)." ;
  schema:domainIncludes tmc:FoodEstablishment, tmc:LodgingBusiness ;
  schema:rangeIncludes tmc:Rating ;
  owl:equivalentProperty schema:starRating .

tmc:startDate a rdf:Property ;
  rdfs:label "start Date" ;
  rdfs:comment "The start date and time of the item (in [ISO 8601 date format](http://en.wikipedia.org/wiki/ISO_8601))." ;
  schema:domainIncludes tmc:MerchantReturnPolicySeasonalOverride, tmc:CreativeWorkSeries, tmc:DatedMoneySpecification, tmc:Role, tmc:Schedule, tmc:Event, tmc:EducationalOccupationalProgram, tmc:CreativeWorkSeason ;
  schema:rangeIncludes schema:DateTime, schema:Date ;
  owl:equivalentProperty schema:startDate .

tmc:startOffset a rdf:Property ;
  rdfs:label "start Offset" ;
  rdfs:comment "The start time of the clip expressed as the number of seconds from the beginning of the work." ;
  schema:domainIncludes tmc:Clip, tmc:SeekToAction ;
  schema:rangeIncludes schema:Number, tmc:HyperTocEntry ;
  owl:equivalentProperty schema:startOffset .

tmc:startTime a rdf:Property ;
  rdfs:label "start Time" ;
  rdfs:comment "The startTime of something. For a reserved event or service (e.g. FoodEstablishmentReservation), the time that it is expected to start. For actions that span a period of time, when the action was performed. E.g. John wrote a book from *January* to December. For media, including audio and video, it's the time offset of the start of a clip within a larger file.\\n\\nNote that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions." ;
  schema:domainIncludes tmc:Schedule, tmc:Action, tmc:MediaObject, tmc:InteractionCounter, tmc:FoodEstablishmentReservation ;
  schema:rangeIncludes schema:Time, schema:DateTime ;
  owl:equivalentProperty schema:startTime .

tmc:State a rdfs:Class ;
  rdfs:label "State" ;
  rdfs:comment "A state or province of a country." ;
  rdfs:subClassOf tmc:AdministrativeArea ;
  owl:equivalentClass schema:State .

tmc:Statement a rdfs:Class ;
  rdfs:label "Statement" ;
  rdfs:comment "A statement about something, for example a fun or interesting fact. If known, the main entity this statement is about can be indicated using mainEntity. For more formal claims (e.g. in Fact Checking), consider using [[Claim]] instead. Use the [[text]] property to capture the text of the statement." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:Statement .

tmc:StateOwnedCorporation a rdfs:Class ;
  rdfs:label "State-Owned Corporation (SOC)" ;
  rdfs:comment "A corporation owned wholly or partly by a government. These corporations can be involved in a variety of sectors and serve both commercial objectives and public policy goals." ;
  rdfs:subClassOf tmc:Corporation ;
  tmc:instanceOf tmc:CorporationType .

tmc:StateOwnedCorporation a tmc:CorporationType .

tmc:StateProvincialGovernmentDepartment a rdfs:Class ;
  rdfs:label "State/Provincial Government Department" ;
  rdfs:comment "Entities operating at a state or provincial level, responsible for region-specific governance in areas like education, health, and transportation." ;
  rdfs:subClassOf tmc:GovernmentOrganization ;
  tmc:instanceOf tmc:GovernmentOrganizationType .

tmc:StateProvincialGovernmentDepartment a tmc:GovernmentOrganizationType .

tmc:StatisticalPopulation a rdfs:Class ;
  rdfs:label "Statistical Population" ;
  rdfs:comment "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.\nThe properties [[numConstraints]] and [[constrainingProperty]] 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\npopulation, 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.\n  " ;
  rdfs:subClassOf tmc:Intangible ;
  owl:equivalentClass schema:StatisticalPopulation .

tmc:status a rdf:Property ;
  rdfs:label "status" ;
  rdfs:comment "The status of the study (enumerated)." ;
  schema:domainIncludes tmc:MedicalProcedure, tmc:MedicalCondition, tmc:MedicalStudy, tmc:StatusChange ;
  schema:rangeIncludes tmc:MedicalStudyStatus, schema:Text, tmc:EventStatusType ;
  owl:equivalentProperty schema:status .

tmc:StatusChange a rdfs:Class ;
  rdfs:label "StatusChange" ;
  rdfs:comment "A status change of an account." ;
  rdfs:subClassOf tmc:StructuredValue .

tmc:statusChangedBy a rdf:Property ;
  rdfs:label "Status Changed By" ;
  rdfs:comment "The person who changed the status of an account." ;
  schema:domainIncludes tmc:StatusChange ;
  schema:rangeIncludes schema:Text .

tmc:statusChangeNotes a rdf:Property ;
  rdfs:label "Status Change Notes" ;
  rdfs:comment "Notes associated with a status change." ;
  schema:domainIncludes tmc:StatusChange ;
  schema:rangeIncludes schema:Text .

tmc:statusChanges a rdf:Property ;
  rdfs:label "status changes" ;
  rdfs:comment "Tracks the status changes of an account and the metadata associated with each change." ;
  schema:domainIncludes tmc:Provider ;
  schema:rangeIncludes tmc:StatusChange .

tmc:StatusEnumeration a rdfs:Class, schema:Enumeration ;
  rdfs:label "Status Enumeration" ;
  rdfs:comment "Lists or enumerations dealing with status types." ;
  rdfs:subClassOf tmc:Enumeration ;
  owl:equivalentClass schema:StatusEnumeration .

tmc:steeringPosition a rdf:Property ;
  rdfs:label "steering Position" ;
  rdfs:comment "The position of the steering wheel or similar device (mostly for cars)." ;
  schema:domainIncludes tmc:Vehicle ;
  schema:rangeIncludes tmc:SteeringPositionValue ;
  owl:equivalentProperty schema:steeringPosition .

tmc:SteeringPositionValue a rdfs:Class ;
  rdfs:label "Steering Position Value" ;
  rdfs:comment "A value indicating a steering position." ;
  rdfs:subClassOf tmc:QualitativeValue ;
  owl:equivalentClass schema:SteeringPositionValue .

tmc:step a rdf:Property ;
  rdfs:label "step" ;
  rdfs:comment "A single step item (as HowToStep, text, document, video, etc.) or a HowToSection." ;
  schema:domainIncludes tmc:HowTo ;
  schema:rangeIncludes tmc:HowToSection, tmc:HowToStep, schema:Text, tmc:CreativeWork ;
  owl:equivalentProperty schema:step .

tmc:steps a rdf:Property ;
  rdfs:label "steps" ;
  rdfs:comment "A single step item (as HowToStep, text, document, video, etc.) or a HowToSection (originally misnamed 'steps'; 'step' is preferred)." ;
  schema:domainIncludes tmc:HowToSection, tmc:HowTo ;
  schema:rangeIncludes schema:Text, tmc:ItemList, tmc:CreativeWork ;
  owl:equivalentProperty schema:steps .

tmc:StepTraining a rdfs:Class ;
  rdfs:label "Step Training" ;
  rdfs:comment "Training using a step bench." ;
  rdfs:subClassOf tmc:ExerciseAndFitness ;
  tmc:instanceOf tmc:PhysicalActivityType .

tmc:StepTraining a tmc:PhysicalActivityType .

tmc:stepValue a rdf:Property ;
  rdfs:label "step Value" ;
  rdfs:comment "The stepValue attribute indicates the granularity that is expected (and required) of the value in a PropertyValueSpecification." ;
  schema:domainIncludes tmc:PropertyValueSpecification ;
  schema:rangeIncludes schema:Number ;
  owl:equivalentProperty schema:stepValue .

tmc:storageRequirements a rdf:Property ;
  rdfs:label "storage Requirements" ;
  rdfs:comment "Storage requirements (free space required)." ;
  schema:domainIncludes tmc:SoftwareApplication ;
  schema:rangeIncludes schema:URL, schema:Text ;
  owl:equivalentProperty schema:storageRequirements .

tmc:Store a rdfs:Class ;
  rdfs:label "Store" ;
  rdfs:comment "A retail good store." ;
  rdfs:subClassOf tmc:LocalBusiness ;
  owl:equivalentClass schema:Store .

tmc:StoreCreditRefund a tmc:RefundTypeEnumeration ;
  rdfs:label "Store Credit Refund" ;
  rdfs:comment "Specifies that the customer receives a store credit as refund when returning a product." ;
  tmc:instanceOf tmc:RefundTypeEnumeration .

tmc:Strategic a tmc:PlayFeature ;
  rdfs:label "Strategic" ;
  rdfs:comment "Activities that involve planning and forethought, ideal for developing problem-solving and decision-making skills." ;
  tmc:instanceOf tmc:PlayFeature .

tmc:streetAddress a rdf:Property ;
  rdfs:label "street Address" ;
  rdfs:comment "The street address. For example, 1600 Amphitheatre Pkwy." ;
  rdfs:subPropertyOf tmc:address ;
  schema:domainIncludes tmc:PostalAddress ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:streetAddress .

tmc:StrengthTraining a tmc:PhysicalActivityCategory ;
  rdfs:label "Strength Training" ;
  rdfs:comment "Physical activity that is engaged in to improve muscle and bone strength. Also referred to as resistance training." ;
  tmc:instanceOf tmc:PhysicalActivityCategory .

tmc:strengthUnit a rdf:Property ;
  rdfs:label "strength Unit" ;
  rdfs:comment "The units of an active ingredient's strength, e.g. mg." ;
  schema:domainIncludes tmc:DrugStrength ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:strengthUnit .

tmc:strengthValue a rdf:Property ;
  rdfs:label "strength Value" ;
  rdfs:comment "The value of an active ingredient's strength, e.g. 325." ;
  schema:domainIncludes tmc:DrugStrength ;
  schema:rangeIncludes schema:Number ;
  owl:equivalentProperty schema:strengthValue .

tmc:StressRelief a tmc:PlayBenefit ;
  rdfs:label "Stress Relief" ;
  rdfs:comment "Play types that offer relaxation and a mental break, effective in reducing stress and promoting mental relaxation." ;
  tmc:instanceOf tmc:PlayBenefit .

tmc:structuralClass a rdf:Property ;
  rdfs:label "structural Class" ;
  rdfs:comment "The name given to how bone physically connects to each other." ;
  schema:domainIncludes tmc:Joint ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:structuralClass .

tmc:StructuredValue a rdfs:Class ;
  rdfs:label "Structured Value" ;
  rdfs:comment "Structured values are used when the value of a property has a more complex structure than simply being a textual value or a reference to another thing." ;
  rdfs:subClassOf tmc:Intangible ;
  owl:equivalentClass schema:StructuredValue .

tmc:StudioAlbum a tmc:MusicAlbumProductionType ;
  rdfs:label "Studio Album" ;
  rdfs:comment "StudioAlbum." ;
  tmc:instanceOf tmc:MusicAlbumProductionType .

tmc:study a rdf:Property ;
  rdfs:label "study" ;
  rdfs:comment "A medical study or trial related to this entity." ;
  schema:domainIncludes tmc:MedicalEntity ;
  schema:rangeIncludes tmc:MedicalStudy ;
  owl:equivalentProperty schema:study .

tmc:studyDesign a rdf:Property ;
  rdfs:label "study Design" ;
  rdfs:comment "Specifics about the observational study design (enumerated)." ;
  schema:domainIncludes tmc:MedicalObservationalStudy ;
  schema:rangeIncludes tmc:MedicalObservationalStudyDesign ;
  owl:equivalentProperty schema:studyDesign .

tmc:studyLocation a rdf:Property ;
  rdfs:label "study Location" ;
  rdfs:comment "The location in which the study is taking/took place." ;
  schema:domainIncludes tmc:MedicalStudy ;
  schema:rangeIncludes tmc:AdministrativeArea ;
  owl:equivalentProperty schema:studyLocation .

tmc:studySubject a rdf:Property ;
  rdfs:label "study Subject" ;
  rdfs:comment "A subject of the study, i.e. one of the medical conditions, therapies, devices, drugs, etc. investigated by the study." ;
  schema:domainIncludes tmc:MedicalStudy ;
  schema:rangeIncludes tmc:MedicalEntity ;
  owl:equivalentProperty schema:studySubject .

tmc:subClassOf a rdf:Property ;
  rdfs:label "subClassOf" ;
  rdfs:comment "The terms that this term is a sub class of" ;
  schema:domainIncludes tmc:Class ;
  schema:rangeIncludes tmc:Class ;
  tmc:instanceOf tmc:AxiomClassType .

tmc:subEvent a rdf:Property ;
  rdfs:label "sub Event" ;
  rdfs:comment "An Event that is part of this event. For example, a conference event includes many presentations, each of which is a subEvent of the conference." ;
  schema:domainIncludes tmc:Event ;
  schema:rangeIncludes tmc:Event ;
  schema:inverseOf tmc:superEvent ;
  owl:equivalentProperty schema:subEvent .

tmc:subEvents a rdf:Property ;
  rdfs:label "sub Events" ;
  rdfs:comment "Events that are a part of this event. For example, a conference event includes many presentations, each subEvents of the conference." ;
  schema:domainIncludes tmc:Event ;
  schema:rangeIncludes tmc:Event ;
  owl:equivalentProperty schema:subEvents .

tmc:subFeatures a rdf:Property ;
  schema:domainIncludes tmc:Feature ;
  schema:rangeIncludes schema:Text .

tmc:subjectOf a rdf:Property ;
  rdfs:label "subject Of" ;
  rdfs:comment "A CreativeWork or Event about this Thing." ;
  schema:domainIncludes tmc:Thing ;
  schema:rangeIncludes tmc:Event, tmc:CreativeWork ;
  schema:inverseOf tmc:about ;
  owl:equivalentProperty schema:subjectOf .

tmc:subOrganization a rdf:Property ;
  rdfs:label "sub Organization" ;
  rdfs:comment "A relationship between two organizations where the first includes the second, e.g., as a subsidiary. See also: the more specific 'department' property." ;
  schema:domainIncludes tmc:Organization ;
  schema:rangeIncludes tmc:Organization ;
  schema:inverseOf tmc:parentOrganization ;
  owl:equivalentProperty schema:subOrganization .

tmc:subPropertyOf a rdf:Property ;
  rdfs:label "subPropertyOf" ;
  rdfs:comment "The terms that this term is a sub property of" ;
  schema:domainIncludes tmc:Property ;
  schema:rangeIncludes tmc:Property ;
  tmc:instanceOf tmc:AxiomPropertyType .

tmc:subReservation a rdf:Property ;
  rdfs:label "sub Reservation" ;
  rdfs:comment "The individual reservations included in the package. Typically a repeated property." ;
  schema:domainIncludes tmc:ReservationPackage ;
  schema:rangeIncludes tmc:Reservation ;
  owl:equivalentProperty schema:subReservation .

tmc:SubscribeAction a rdfs:Class ;
  rdfs:label "Subscribe Action" ;
  rdfs:comment "The act of forming a personal connection with someone/something (object) unidirectionally/asymmetrically to get updates pushed to.\\n\\nRelated actions:\\n\\n* [[FollowAction]]: Unlike FollowAction, SubscribeAction implies that the subscriber acts as a passive agent being constantly/actively pushed for updates.\\n* [[RegisterAction]]: Unlike RegisterAction, SubscribeAction implies that the agent is interested in continuing receiving updates from the object.\\n* [[JoinAction]]: Unlike JoinAction, SubscribeAction implies that the agent is interested in continuing receiving updates from the object." ;
  rdfs:subClassOf tmc:InteractAction ;
  owl:equivalentClass schema:SubscribeAction .

tmc:Subscription a tmc:PriceComponentTypeEnumeration ;
  rdfs:label "Subscription" ;
  rdfs:comment "Represents the subscription pricing component of the total price for an offered product." ;
  tmc:instanceOf tmc:PriceComponentTypeEnumeration .

tmc:subStageSuffix a rdf:Property ;
  rdfs:label "sub Stage Suffix" ;
  rdfs:comment "The substage, e.g. 'a' for Stage IIIa." ;
  schema:domainIncludes tmc:MedicalConditionStage ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:subStageSuffix .

tmc:Substance a rdfs:Class ;
  rdfs:label "Substance" ;
  rdfs:comment "Any matter of defined composition that has discrete existence, whose origin may be biological, mineral or chemical." ;
  rdfs:subClassOf tmc:MedicalEntity ;
  owl:equivalentClass schema:Substance, <http://purl.bioontology.org/ontology/SNOMEDCT/105590001> .

tmc:subStructure a rdf:Property ;
  rdfs:label "sub Structure" ;
  rdfs:comment "Component (sub-)structure(s) that comprise this anatomical structure." ;
  schema:domainIncludes tmc:AnatomicalStructure ;
  schema:rangeIncludes tmc:AnatomicalStructure ;
  owl:equivalentProperty schema:subStructure .

tmc:subTest a rdf:Property ;
  rdfs:label "sub Test" ;
  rdfs:comment "A component test of the panel." ;
  schema:domainIncludes tmc:MedicalTestPanel ;
  schema:rangeIncludes tmc:MedicalTest ;
  owl:equivalentProperty schema:subTest .

tmc:subtitleLanguage a rdf:Property ;
  rdfs:label "subtitle Language" ;
  rdfs:comment "Languages in which subtitles/captions are available, in [IETF BCP 47 standard format](http://tools.ietf.org/html/bcp47)." ;
  schema:domainIncludes tmc:ScreeningEvent, tmc:Movie, tmc:BroadcastEvent, tmc:TVEpisode ;
  schema:rangeIncludes tmc:Language, schema:Text ;
  owl:equivalentProperty schema:subtitleLanguage .

tmc:subTrip a rdf:Property ;
  rdfs:label "sub Trip" ;
  rdfs:comment "Identifies a [[Trip]] that is a subTrip of this Trip.  For example Day 1, Day 2, etc. of a multi-day trip." ;
  schema:domainIncludes tmc:Trip ;
  schema:rangeIncludes tmc:Trip ;
  schema:inverseOf tmc:partOfTrip ;
  owl:equivalentProperty schema:subTrip .

tmc:SubwayStation a rdfs:Class ;
  rdfs:label "Subway Station" ;
  rdfs:comment "A subway station." ;
  rdfs:subClassOf tmc:CivicStructure ;
  owl:equivalentClass schema:SubwayStation .

tmc:successorOf a rdf:Property ;
  rdfs:label "successor Of" ;
  rdfs:comment "A pointer from a newer variant of a product  to its previous, often discontinued predecessor." ;
  schema:domainIncludes tmc:ProductModel ;
  schema:rangeIncludes tmc:ProductModel ;
  owl:equivalentProperty schema:successorOf .

tmc:sugarContent a rdf:Property ;
  rdfs:label "sugar Content" ;
  rdfs:comment "The number of grams of sugar." ;
  schema:domainIncludes tmc:NutritionInformation ;
  schema:rangeIncludes tmc:Mass ;
  owl:equivalentProperty schema:sugarContent .

tmc:suggestedAge a rdf:Property ;
  rdfs:label "suggested Age" ;
  rdfs:comment "The age or age range for the intended audience or person, for example 3-12 months for infants, 1-5 years for toddlers." ;
  schema:domainIncludes tmc:SizeSpecification, tmc:PeopleAudience ;
  schema:rangeIncludes tmc:QuantitativeValue ;
  owl:equivalentProperty schema:suggestedAge .

tmc:suggestedAnswer a rdf:Property ;
  rdfs:label "suggested Answer" ;
  rdfs:comment "An answer (possibly one of several, possibly incorrect) to a Question, e.g. on a Question/Answer site." ;
  schema:domainIncludes tmc:Question ;
  schema:rangeIncludes tmc:Answer, tmc:ItemList ;
  owl:equivalentProperty schema:suggestedAnswer .

tmc:suggestedGender a rdf:Property ;
  rdfs:label "suggested Gender" ;
  rdfs:comment "The suggested gender of the intended person or audience, for example \"male\", \"female\", or \"unisex\"." ;
  schema:domainIncludes tmc:SizeSpecification, tmc:PeopleAudience ;
  schema:rangeIncludes tmc:GenderType, schema:Text ;
  owl:equivalentProperty schema:suggestedGender .

tmc:suggestedMaxAge a rdf:Property ;
  rdfs:label "suggested Max Age" ;
  rdfs:comment "Maximum recommended age in years for the audience or user." ;
  schema:domainIncludes tmc:PeopleAudience ;
  schema:rangeIncludes schema:Number ;
  owl:equivalentProperty schema:suggestedMaxAge .

tmc:suggestedMeasurement a rdf:Property ;
  rdfs:label "suggested Measurement" ;
  rdfs:comment "A suggested range of body measurements for the intended audience or person, for example inseam between 32 and 34 inches or height between 170 and 190 cm. Typically found on a size chart for wearable products." ;
  schema:domainIncludes tmc:SizeSpecification, tmc:PeopleAudience ;
  schema:rangeIncludes tmc:QuantitativeValue ;
  owl:equivalentProperty schema:suggestedMeasurement .

tmc:suggestedMinAge a rdf:Property ;
  rdfs:label "suggested Min Age" ;
  rdfs:comment "Minimum recommended age in years for the audience or user." ;
  schema:domainIncludes tmc:PeopleAudience ;
  schema:rangeIncludes schema:Number ;
  owl:equivalentProperty schema:suggestedMinAge .

tmc:suitableForDiet a rdf:Property ;
  rdfs:label "suitable For Diet" ;
  rdfs:comment "Indicates a dietary restriction or guideline for which this recipe or menu item is suitable, e.g. diabetic, halal etc." ;
  schema:domainIncludes tmc:Recipe, tmc:MenuItem ;
  schema:rangeIncludes tmc:RestrictedDiet ;
  owl:equivalentProperty schema:suitableForDiet .

tmc:Suite a rdfs:Class ;
  rdfs:label "Suite" ;
  rdfs:comment "A suite in a hotel or other public accommodation, denotes a class of luxury accommodations, the key feature of which is multiple rooms (source: Wikipedia, the free encyclopedia, see <a href=\"http://en.wikipedia.org/wiki/Suite_(hotel)\">http://en.wikipedia.org/wiki/Suite_(hotel)</a>).\n<br /><br />\nSee 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>.\n" ;
  rdfs:subClassOf tmc:Accommodation ;
  owl:equivalentClass schema:Suite .

tmc:Sunday a tmc:DayOfWeek ;
  rdfs:label "Sunday" ;
  rdfs:comment "The day of the week between Saturday and Monday." ;
  tmc:instanceOf tmc:DayOfWeek .

tmc:superEvent a rdf:Property ;
  rdfs:label "super Event" ;
  rdfs:comment "An event that this event is a part of. For example, a collection of individual music performances might each have a music festival as their superEvent." ;
  schema:domainIncludes tmc:Event ;
  schema:rangeIncludes tmc:Event ;
  schema:inverseOf tmc:subEvent ;
  owl:equivalentProperty schema:superEvent .

tmc:SuperficialAnatomy a rdfs:Class ;
  rdfs:label "Superficial Anatomy" ;
  rdfs:comment "Anatomical features that can be observed by sight (without dissection), including the form and proportions of the human body as well as surface landmarks that correspond to deeper subcutaneous structures. Superficial anatomy plays an important role in sports medicine, phlebotomy, and other medical specialties as underlying anatomical structures can be identified through surface palpation. For example, during back surgery, superficial anatomy can be used to palpate and count vertebrae to find the site of incision. Or in phlebotomy, superficial anatomy can be used to locate an underlying vein; for example, the median cubital vein can be located by palpating the borders of the cubital fossa (such as the epicondyles of the humerus) and then looking for the superficial signs of the vein, such as size, prominence, ability to refill after depression, and feel of surrounding tissue support. As another example, in a subluxation (dislocation) of the glenohumeral joint, the bony structure becomes pronounced with the deltoid muscle failing to cover the glenohumeral joint allowing the edges of the scapula to be superficially visible. Here, the superficial anatomy is the visible edges of the scapula, implying the underlying dislocation of the joint (the related anatomical structure)." ;
  rdfs:subClassOf tmc:MedicalEntity ;
  owl:equivalentClass schema:SuperficialAnatomy .

tmc:supersededBy a rdf:Property ;
  rdfs:label "superseded By" ;
  rdfs:comment "Relates a term (i.e. a property, class or enumeration) to one that supersedes it." ;
  schema:domainIncludes tmc:Class, tmc:Enumeration, tmc:Property ;
  schema:rangeIncludes tmc:Class, tmc:Property, tmc:Enumeration ;
  owl:equivalentProperty schema:supersededBy .

tmc:supply a rdf:Property ;
  rdfs:label "supply" ;
  rdfs:comment "A sub-property of instrument. A supply consumed when performing instructions or a direction." ;
  rdfs:subPropertyOf tmc:instrument ;
  schema:domainIncludes tmc:HowTo, tmc:HowToDirection ;
  schema:rangeIncludes schema:Text, tmc:HowToSupply ;
  owl:equivalentProperty schema:supply .

tmc:supplyTo a rdf:Property ;
  rdfs:label "supply To" ;
  rdfs:comment "The area to which the artery supplies blood." ;
  schema:domainIncludes tmc:Artery ;
  schema:rangeIncludes tmc:AnatomicalStructure ;
  owl:equivalentProperty schema:supplyTo .

tmc:supportingData a rdf:Property ;
  rdfs:label "supporting Data" ;
  rdfs:comment "Supporting data for a SoftwareApplication." ;
  schema:domainIncludes tmc:SoftwareApplication ;
  schema:rangeIncludes tmc:DataFeed ;
  owl:equivalentProperty schema:supportingData .

tmc:surface a rdf:Property ;
  rdfs:label "surface" ;
  rdfs:comment "A material used as a surface in some artwork, e.g. Canvas, Paper, Wood, Board, etc." ;
  rdfs:subPropertyOf tmc:material ;
  schema:domainIncludes tmc:VisualArtwork ;
  schema:rangeIncludes schema:Text, schema:URL ;
  owl:equivalentProperty schema:surface .

tmc:Surgical a tmc:MedicalSpecialty ;
  rdfs:label "Surgical" ;
  rdfs:comment "A specific branch of medical science that pertains to treating diseases, injuries and deformities by manual and instrumental means." ;
  tmc:instanceOf tmc:MedicalSpecialty .

tmc:SurgicalProcedure a rdfs:Class ;
  rdfs:label "Surgical Procedure" ;
  rdfs:comment "A medical procedure involving an incision with instruments; performed for diagnose, or therapeutic purposes." ;
  rdfs:subClassOf tmc:MedicalProcedure ;
  owl:equivalentClass schema:SurgicalProcedure, <http://purl.bioontology.org/ontology/SNOMEDCT/387713003> .

tmc:SuspendAction a rdfs:Class ;
  rdfs:label "Suspend Action" ;
  rdfs:comment "The act of momentarily pausing a device or application (e.g. pause music playback or pause a timer)." ;
  rdfs:subClassOf tmc:ControlAction ;
  owl:equivalentClass schema:SuspendAction .

tmc:Suspended a tmc:MedicalStudyStatus ;
  rdfs:label "Suspended" ;
  rdfs:comment "Suspended." ;
  tmc:instanceOf tmc:MedicalStudyStatus .

tmc:SwimBikeRun a rdfs:Class ;
  rdfs:label "Swim-Bike-Run" ;
  rdfs:comment "Multisport Activities - Swim, Bike, Run" ;
  rdfs:subClassOf tmc:MultisportActivities .

tmc:SymptomsHealthAspect a tmc:HealthAspectEnumeration ;
  rdfs:label "Symptoms Health Aspect" ;
  rdfs:comment "Symptoms or related symptoms of a Topic." ;
  tmc:instanceOf tmc:HealthAspectEnumeration .

tmc:Synagogue a rdfs:Class ;
  rdfs:label "Synagogue" ;
  rdfs:comment "A synagogue." ;
  rdfs:subClassOf tmc:PlaceOfWorship ;
  owl:equivalentClass schema:Synagogue .

tmc:Table a rdfs:Class ;
  rdfs:label "Table" ;
  rdfs:comment "A table on a Web page." ;
  rdfs:subClassOf tmc:WebPageElement ;
  owl:equivalentClass schema:Table .

tmc:TakeAction a rdfs:Class ;
  rdfs:label "Take Action" ;
  rdfs:comment "The act of gaining ownership of an object from an origin. Reciprocal of GiveAction.\\n\\nRelated actions:\\n\\n* [[GiveAction]]: The reciprocal of TakeAction.\\n* [[ReceiveAction]]: Unlike ReceiveAction, TakeAction implies that ownership has been transferred." ;
  rdfs:subClassOf tmc:TransferAction ;
  owl:equivalentClass schema:TakeAction .

tmc:target a rdf:Property ;
  rdfs:label "target" ;
  rdfs:comment "Indicates a target EntryPoint, or url, for an Action." ;
  schema:domainIncludes tmc:Action ;
  schema:rangeIncludes schema:URL, tmc:EntryPoint ;
  owl:equivalentProperty schema:target .

tmc:targetAmount a rdf:Property ;
  rdfs:label "targetAmount" ;
  rdfs:comment "The target amount of money to be raised in the fundraiser." ;
  rdfs:subPropertyOf tmc:amount ;
  schema:domainIncludes tmc:Fundraiser ;
  schema:rangeIncludes tmc:MonetaryAmount .

tmc:targetCollection a rdf:Property ;
  rdfs:label "target Collection" ;
  rdfs:comment "A sub property of object. The collection target of the action." ;
  rdfs:subPropertyOf tmc:object ;
  schema:domainIncludes tmc:UpdateAction ;
  schema:rangeIncludes tmc:Thing ;
  owl:equivalentProperty schema:targetCollection .

tmc:targetDescription a rdf:Property ;
  rdfs:label "target Description" ;
  rdfs:comment "The description of a node in an established educational framework." ;
  schema:domainIncludes tmc:AlignmentObject ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:targetDescription .

tmc:targetName a rdf:Property ;
  rdfs:label "target Name" ;
  rdfs:comment "The name of a node in an established educational framework." ;
  schema:domainIncludes tmc:AlignmentObject ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:targetName .

tmc:targetPlatform a rdf:Property ;
  rdfs:label "target Platform" ;
  rdfs:comment "Type of app development: phone, Metro style, desktop, XBox, etc." ;
  schema:domainIncludes tmc:APIReference ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:targetPlatform .

tmc:targetPopulation a rdf:Property ;
  rdfs:label "target Population" ;
  rdfs:comment "Characteristics of the population for which this is intended, or which typically uses it, e.g. 'adults'." ;
  schema:domainIncludes tmc:DoseSchedule, tmc:DietarySupplement ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:targetPopulation .

tmc:targetProduct a rdf:Property ;
  rdfs:label "target Product" ;
  rdfs:comment "Target Operating System / Product to which the code applies.  If applies to several versions, just the product name can be used." ;
  schema:domainIncludes tmc:SoftwareSourceCode ;
  schema:rangeIncludes tmc:SoftwareApplication ;
  owl:equivalentProperty schema:targetProduct .

tmc:targetUrl a rdf:Property ;
  rdfs:label "target Url" ;
  rdfs:comment "The URL of a node in an established educational framework." ;
  schema:domainIncludes tmc:AlignmentObject ;
  schema:rangeIncludes schema:URL ;
  owl:equivalentProperty schema:targetUrl .

tmc:TattooParlor a rdfs:Class ;
  rdfs:label "Tattoo Parlor" ;
  rdfs:comment "A tattoo parlor." ;
  rdfs:subClassOf tmc:HealthAndBeautyBusiness ;
  owl:equivalentClass schema:TattooParlor .

tmc:Taxi a rdfs:Class ;
  rdfs:label "Taxi" ;
  rdfs:comment "A taxi." ;
  rdfs:subClassOf tmc:Service ;
  owl:equivalentClass schema:Taxi .

tmc:taxID a rdf:Property ;
  rdfs:label "Tax ID" ;
  rdfs:comment "The Tax / Fiscal ID of the organization or person, e.g. the TIN in the US or the CIF/NIF in Spain." ;
  rdfs:subPropertyOf tmc:identifier ;
  schema:domainIncludes tmc:Organization, tmc:Person ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:taxID .

tmc:TaxiReservation a rdfs:Class ;
  rdfs:label "Taxi Reservation" ;
  rdfs:comment "A reservation for a taxi.\\n\\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use [[Offer]]." ;
  rdfs:subClassOf tmc:Reservation ;
  owl:equivalentClass schema:TaxiReservation .

tmc:TaxiService a rdfs:Class ;
  rdfs:label "Taxi Service" ;
  rdfs:comment "A service for a vehicle for hire with a driver for local travel. Fares are usually calculated based on distance traveled." ;
  rdfs:subClassOf tmc:Service ;
  owl:equivalentClass schema:TaxiService .

tmc:TaxiStand a rdfs:Class ;
  rdfs:label "Taxi Stand" ;
  rdfs:comment "A taxi stand." ;
  rdfs:subClassOf tmc:CivicStructure ;
  owl:equivalentClass schema:TaxiStand .

tmc:TaxiVehicleUsage a tmc:CarUsageType ;
  rdfs:label "Taxi Vehicle Usage" ;
  rdfs:comment "Indicates the usage of the car as a taxi." ;
  tmc:instanceOf tmc:CarUsageType .

tmc:Taxon a rdfs:Class ;
  rdfs:label "Taxon" ;
  rdfs:comment "A set of organisms asserted to represent a natural cohesive biological unit." ;
  rdfs:subClassOf tmc:Thing ;
  owl:equivalentClass schema:Taxon .

tmc:taxonomicRange a rdf:Property ;
  rdfs:label "taxonomic Range" ;
  rdfs:comment "The taxonomic grouping of the organism that expresses, encodes, or in some way related to the BioChemEntity." ;
  schema:domainIncludes tmc:BioChemEntity ;
  schema:rangeIncludes schema:URL, tmc:DefinedTerm, schema:Text, tmc:Taxon ;
  owl:equivalentProperty schema:taxonomicRange .

tmc:taxonRank a rdf:Property ;
  rdfs:label "taxon Rank" ;
  rdfs:comment "The taxonomic rank of this taxon given preferably as a URI from a controlled vocabulary – typically the ranks from TDWG TaxonRank ontology or equivalent Wikidata URIs." ;
  schema:domainIncludes tmc:Taxon ;
  schema:rangeIncludes schema:URL, tmc:PropertyValue, schema:Text ;
  owl:equivalentProperty schema:taxonRank .

tmc:teaches a rdf:Property ;
  rdfs:label "teaches" ;
  rdfs:comment "The item being described is intended to help a person learn the competency or learning outcome defined by the referenced term." ;
  schema:domainIncludes tmc:CreativeWork, tmc:EducationEvent, tmc:LearningResource ;
  schema:rangeIncludes tmc:DefinedTerm, schema:Text ;
  owl:equivalentProperty schema:teaches .

tmc:TeamCoach a tmc:PersonCoachType ;
  rdfs:label "Team Coach" ;
  rdfs:comment "Focuses on coaching sports teams, developing team strategies, fostering teamwork, and enhancing collective performance in a specific sport." ;
  tmc:instanceOf tmc:PersonCoachType .

tmc:Teamwork a tmc:PlayFeature ;
  rdfs:label "Teamwork" ;
  rdfs:comment "Activities requiring cooperative effort among participants, fostering collaboration and group dynamics." ;
  tmc:instanceOf tmc:PlayFeature .

tmc:TechArticle a rdfs:Class ;
  rdfs:label "Tech Article" ;
  rdfs:comment "A technical article - Example: How-to (task) topics, step-by-step, procedural troubleshooting, specifications, etc." ;
  rdfs:subClassOf tmc:Article ;
  owl:equivalentClass schema:TechArticle .

tmc:telephone a rdf:Property ;
  rdfs:label "telephone" ;
  rdfs:comment "The telephone number. Including the international dialing prefix." ;
  schema:domainIncludes tmc:Place, tmc:Organization, tmc:ContactPoint, tmc:Person ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:telephone .

tmc:telephoneFormatted a rdf:Property ;
  rdfs:label "telephoneFormatted" ;
  rdfs:comment "The local telephone number." ;
  schema:domainIncludes tmc:Place ;
  schema:rangeIncludes schema:Text .

tmc:TelevisionChannel a rdfs:Class ;
  rdfs:label "Television Channel" ;
  rdfs:comment "A unique instance of a television BroadcastService on a CableOrSatelliteService lineup." ;
  rdfs:subClassOf tmc:BroadcastChannel ;
  owl:equivalentClass schema:TelevisionChannel .

tmc:TelevisionStation a rdfs:Class ;
  rdfs:label "Television Station" ;
  rdfs:comment "A television station." ;
  rdfs:subClassOf tmc:LocalBusiness ;
  owl:equivalentClass schema:TelevisionStation .

tmc:temporal a rdf:Property ;
  rdfs:label "temporal" ;
  rdfs:comment "The \"temporal\" property can be used in cases where more specific properties\n(e.g. [[temporalCoverage]], [[dateCreated]], [[dateModified]], [[datePublished]]) are not known to be appropriate." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes schema:DateTime, schema:Text ;
  owl:equivalentProperty schema:temporal .

tmc:temporalCoverage a rdf:Property ;
  rdfs:label "temporal Coverage" ;
  rdfs:comment "The temporalCoverage of a CreativeWork indicates the period that the content applies to, i.e. that it describes, either as a DateTime or as a textual string indicating a time period in [ISO 8601 time interval format](https://en.wikipedia.org/wiki/ISO_8601#Time_intervals). In\n      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.\n      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\".\n\nOpen-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." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes schema:URL, schema:Text, schema:DateTime ;
  owl:equivalentProperty schema:temporalCoverage, <http://purl.org/dc/terms/temporal> .

tmc:TennisComplex a rdfs:Class ;
  rdfs:label "Tennis Complex" ;
  rdfs:comment "A tennis complex." ;
  rdfs:subClassOf tmc:SportsActivityLocation ;
  tmc:instanceOf tmc:LocalBusinessType, tmc:SportsActivityLocationType ;
  owl:equivalentClass schema:TennisComplex .

tmc:TennisComplex a tmc:LocalBusinessType, tmc:SportsActivityLocationType .

tmc:TennisCourt a rdfs:Class ;
  rdfs:label "TennisCourt" ;
  rdfs:comment "A TennisCourt is a specific type of court designed for playing tennis, usually marked by lines and nets." ;
  rdfs:subClassOf tmc:SportCourt .

tmc:termCode a rdf:Property ;
  rdfs:label "term Code" ;
  rdfs:comment "A code that identifies this [[DefinedTerm]] within a [[DefinedTermSet]]" ;
  schema:domainIncludes tmc:DefinedTerm ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:termCode .

tmc:termDuration a rdf:Property ;
  rdfs:label "term Duration" ;
  rdfs:comment "The amount of time in a term as defined by the institution. A term is a length of time where students take one or more classes. Semesters and quarters are common units for term." ;
  schema:domainIncludes tmc:EducationalOccupationalProgram ;
  schema:rangeIncludes tmc:Duration ;
  owl:equivalentProperty schema:termDuration .

tmc:Terminated a tmc:MedicalStudyStatus ;
  rdfs:label "Terminated" ;
  rdfs:comment "Terminated." ;
  tmc:instanceOf tmc:MedicalStudyStatus .

tmc:termsOfService a rdf:Property ;
  rdfs:label "terms Of Service" ;
  rdfs:comment "Human-readable terms of service documentation." ;
  schema:domainIncludes tmc:Service ;
  schema:rangeIncludes schema:URL, schema:Text ;
  owl:equivalentProperty schema:termsOfService .

tmc:termsPerYear a rdf:Property ;
  rdfs:label "terms Per Year" ;
  rdfs:comment "The number of times terms of study are offered per year. Semesters and quarters are common units for term. For example, if the student can only take 2 semesters for the program in one year, then termsPerYear should be 2." ;
  schema:domainIncludes tmc:EducationalOccupationalProgram ;
  schema:rangeIncludes schema:Number ;
  owl:equivalentProperty schema:termsPerYear .

tmc:text a rdf:Property ;
  rdfs:label "text" ;
  rdfs:comment "The textual content of this CreativeWork." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:text .

tmc:TextBasedCourse a tmc:CourseTypeEnum ;
  rdfs:label "Text Based Course" ;
  rdfs:comment "A course primarily focused on text-based content, such as articles, ebooks, or PDFs." ;
  tmc:instanceOf tmc:CourseTypeEnum .

tmc:TextDigitalDocument a rdfs:Class ;
  rdfs:label "Text Digital Document" ;
  rdfs:comment "A file composed primarily of text." ;
  rdfs:subClassOf tmc:DigitalDocument ;
  owl:equivalentClass schema:TextDigitalDocument .

tmc:textValue a rdf:Property ;
  rdfs:label "text Value" ;
  rdfs:comment "Text value being annotated." ;
  schema:domainIncludes tmc:PronounceableText ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:textValue .

tmc:TheaterEvent a rdfs:Class ;
  rdfs:label "Theater Event" ;
  rdfs:comment "Event type: Theater performance." ;
  rdfs:subClassOf tmc:Event ;
  owl:equivalentClass schema:TheaterEvent .

tmc:TheaterGroup a rdfs:Class ;
  rdfs:label "Theater Group" ;
  rdfs:comment "A theater group or company, for example, the Royal Shakespeare Company or Druid Theatre." ;
  rdfs:subClassOf tmc:PerformingGroup ;
  owl:equivalentClass schema:TheaterGroup .

tmc:TheatricalPlay a rdfs:Class ;
  rdfs:label "Play" ;
  rdfs:comment "A play is a form of literature, usually consisting of dialogue between characters, intended for theatrical performance rather than just reading. Note: A performance of a Play would be a [[TheaterEvent]] or [[BroadcastEvent]] - the *Play* being the [[workPerformed]]." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:Play .

tmc:Therapeutic a tmc:PlayQuality ;
  rdfs:label "Therapeutic" ;
  rdfs:comment "Activities with restorative benefits for physical, mental, or emotional well-being, often used for rehabilitation or stress management." ;
  tmc:instanceOf tmc:PlayQuality .

tmc:TherapeuticDevice a tmc:MedicalDevicePurpose ;
  rdfs:label "Therapeutic Device" ;
  rdfs:comment "A medical device used for therapeutic purposes." ;
  tmc:instanceOf tmc:MedicalDevicePurpose .

tmc:TherapeuticProcedure a rdfs:Class ;
  rdfs:label "Therapeutic Procedure" ;
  rdfs:comment "A medical procedure intended primarily for therapeutic purposes, aimed at improving a health condition." ;
  rdfs:subClassOf tmc:MedicalProcedure ;
  owl:equivalentClass schema:TherapeuticProcedure, <http://purl.bioontology.org/ontology/SNOMEDCT/277132007> .

tmc:Thesis a rdfs:Class ;
  rdfs:label "Thesis" ;
  rdfs:comment "A thesis or dissertation document submitted in support of candidature for an academic degree or professional qualification." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:Thesis .

tmc:Thing a rdfs:Class ;
  rdfs:label "Thing" ;
  rdfs:comment "The most generic type of item." ;
  owl:equivalentClass schema:Thing .

tmc:Throat a tmc:PhysicalExam ;
  rdfs:label "Throat" ;
  rdfs:comment "Throat assessment with  clinical examination." ;
  tmc:instanceOf tmc:PhysicalExam .

tmc:thumbnail a rdf:Property ;
  rdfs:label "thumbnail" ;
  rdfs:comment "Thumbnail image for an image or video." ;
  schema:domainIncludes tmc:ImageObject, tmc:VideoObject ;
  schema:rangeIncludes tmc:ImageObject ;
  owl:equivalentProperty schema:thumbnail .

tmc:thumbnailUrl a rdf:Property ;
  rdfs:label "thumbnail Url" ;
  rdfs:comment "A thumbnail image relevant to the Thing." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes schema:URL ;
  owl:equivalentProperty schema:thumbnailUrl .

tmc:Thursday a tmc:DayOfWeek ;
  rdfs:label "Thursday" ;
  rdfs:comment "The day of the week between Wednesday and Friday." ;
  tmc:instanceOf tmc:DayOfWeek .

tmc:tickerSymbol a rdf:Property ;
  rdfs:label "ticker Symbol" ;
  rdfs:comment "The exchange traded instrument associated with a Corporation object. The tickerSymbol is expressed as an exchange and an instrument name separated by a space character. For the exchange component of the tickerSymbol attribute, we recommend using the controlled vocabulary of Market Identifier Codes (MIC) specified in ISO 15022." ;
  schema:domainIncludes tmc:Corporation ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:tickerSymbol .

tmc:Ticket a rdfs:Class ;
  rdfs:label "Ticket" ;
  rdfs:comment "Used to describe a ticket to an event, a flight, a bus ride, etc." ;
  rdfs:subClassOf tmc:Intangible ;
  owl:equivalentClass schema:Ticket .

tmc:ticketedSeat a rdf:Property ;
  rdfs:label "ticketed Seat" ;
  rdfs:comment "The seat associated with the ticket." ;
  schema:domainIncludes tmc:Ticket ;
  schema:rangeIncludes tmc:Seat ;
  owl:equivalentProperty schema:ticketedSeat .

tmc:ticketNumber a rdf:Property ;
  rdfs:label "ticket Number" ;
  rdfs:comment "The unique identifier for the ticket." ;
  schema:domainIncludes tmc:Ticket ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:ticketNumber .

tmc:ticketToken a rdf:Property ;
  rdfs:label "ticket Token" ;
  rdfs:comment "Reference to an asset (e.g., Barcode, QR code image or PDF) usable for entrance." ;
  schema:domainIncludes tmc:Ticket ;
  schema:rangeIncludes schema:URL, schema:Text ;
  owl:equivalentProperty schema:ticketToken .

tmc:TieAction a rdfs:Class ;
  rdfs:label "Tie Action" ;
  rdfs:comment "The act of reaching a draw in a competitive activity." ;
  rdfs:subClassOf tmc:AchieveAction ;
  owl:equivalentClass schema:TieAction .

tmc:timeOfDay a rdf:Property ;
  rdfs:label "time Of Day" ;
  rdfs:comment "The time of day the program normally runs. For example, \"evenings\"." ;
  schema:domainIncludes tmc:EducationalOccupationalProgram ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:timeOfDay .

tmc:timeRequired a rdf:Property ;
  rdfs:label "time Required" ;
  rdfs:comment "Approximate or typical time it takes to work with or through this learning resource for the typical intended target audience, e.g. 'PT30M', 'PT1H25M'." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes tmc:Duration ;
  owl:equivalentProperty schema:timeRequired .

tmc:timeToComplete a rdf:Property ;
  rdfs:label "time To Complete" ;
  rdfs:comment "The expected length of time to complete the program if attending full-time." ;
  schema:domainIncludes tmc:EducationalOccupationalProgram ;
  schema:rangeIncludes tmc:Duration ;
  owl:equivalentProperty schema:timeToComplete .

tmc:TipAction a rdfs:Class ;
  rdfs:label "Tip Action" ;
  rdfs:comment "The act of giving money voluntarily to a beneficiary in recognition of services rendered." ;
  rdfs:subClassOf tmc:TradeAction ;
  owl:equivalentClass schema:TipAction .

tmc:TireShop a rdfs:Class ;
  rdfs:label "Tire Shop" ;
  rdfs:comment "A tire shop." ;
  rdfs:subClassOf tmc:Store ;
  owl:equivalentClass schema:TireShop .

tmc:tissueSample a rdf:Property ;
  rdfs:label "tissue Sample" ;
  rdfs:comment "The type of tissue sample required for the test." ;
  schema:domainIncludes tmc:PathologyTest ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:tissueSample .

tmc:title a rdf:Property ;
  rdfs:label "title" ;
  rdfs:comment "The title of the job." ;
  schema:domainIncludes tmc:JobPosting ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:title .

tmc:titleEIDR a rdf:Property ;
  rdfs:label "title EIDR" ;
  rdfs:comment "An [EIDR](https://eidr.org/) (Entertainment Identifier Registry) [[identifier]] representing at the most general/abstract level, a work of film or television.\n\nFor 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]].\n\nSince 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.\n" ;
  rdfs:subPropertyOf tmc:identifier ;
  schema:domainIncludes tmc:TVEpisode, tmc:Movie ;
  schema:rangeIncludes schema:URL, schema:Text ;
  owl:equivalentProperty schema:titleEIDR .

tmc:TobaccoNicotineConsideration a tmc:AdultOrientedEnumeration ;
  rdfs:label "Tobacco Nicotine Consideration" ;
  rdfs:comment "Item contains tobacco and/or nicotine, for example cigars, cigarettes, chewing tobacco, e-cigarettes, or hookahs." ;
  tmc:instanceOf tmc:AdultOrientedEnumeration .

tmc:tocContinuation a rdf:Property ;
  rdfs:label "toc Continuation" ;
  rdfs:comment "A [[HyperTocEntry]] can have a [[tocContinuation]] indicated, which is another [[HyperTocEntry]] that would be the default next item to play or render." ;
  schema:domainIncludes tmc:HyperTocEntry ;
  schema:rangeIncludes tmc:HyperTocEntry ;
  owl:equivalentProperty schema:tocContinuation .

tmc:tocEntry a rdf:Property ;
  rdfs:label "toc Entry" ;
  rdfs:comment "Indicates a [[HyperTocEntry]] in a [[HyperToc]]." ;
  rdfs:subPropertyOf tmc:hasPart ;
  schema:domainIncludes tmc:HyperToc ;
  schema:rangeIncludes tmc:HyperTocEntry ;
  owl:equivalentProperty schema:tocEntry .

tmc:TollFree a tmc:ContactPointOption ;
  rdfs:label "Toll Free" ;
  rdfs:comment "The associated telephone number is toll free." ;
  tmc:instanceOf tmc:ContactPointOption .

tmc:toLocation a rdf:Property ;
  rdfs:label "to Location" ;
  rdfs:comment "A sub property of location. The final location of the object or the agent after the action." ;
  rdfs:subPropertyOf tmc:location ;
  schema:domainIncludes tmc:TransferAction, tmc:MoveAction, tmc:InsertAction, tmc:ExerciseAction ;
  schema:rangeIncludes tmc:Place ;
  owl:equivalentProperty schema:toLocation .

tmc:tongueWeight a rdf:Property ;
  rdfs:label "tongue Weight" ;
  rdfs:comment "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).\\n\\nTypical unit code(s): KGM for kilogram, LBR for pound\\n\\n* 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." ;
  schema:domainIncludes tmc:Vehicle ;
  schema:rangeIncludes tmc:QuantitativeValue ;
  owl:equivalentProperty schema:tongueWeight .

tmc:tool a rdf:Property ;
  rdfs:label "tool" ;
  rdfs:comment "A sub property of instrument. An object used (but not consumed) when performing instructions or a direction." ;
  rdfs:subPropertyOf tmc:instrument ;
  schema:domainIncludes tmc:HowToDirection, tmc:HowTo ;
  schema:rangeIncludes tmc:HowToTool, schema:Text ;
  owl:equivalentProperty schema:tool .

tmc:toRecipient a rdf:Property ;
  rdfs:label "to Recipient" ;
  rdfs:comment "A sub property of recipient. The recipient who was directly sent the message." ;
  rdfs:subPropertyOf tmc:recipient ;
  schema:domainIncludes tmc:Message ;
  schema:rangeIncludes tmc:Person, tmc:Organization, tmc:ContactPoint, tmc:Audience ;
  owl:equivalentProperty schema:toRecipient .

tmc:torque a rdf:Property ;
  rdfs:label "torque" ;
  rdfs:comment "The torque (turning force) of the vehicle's engine.\\n\\nTypical unit code(s): NU for newton metre (N m), F17 for pound-force per foot, or F48 for pound-force per inch\\n\\n* 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." ;
  schema:domainIncludes tmc:EngineSpecification ;
  schema:rangeIncludes tmc:QuantitativeValue ;
  owl:equivalentProperty schema:torque .

tmc:totalJobOpenings a rdf:Property ;
  rdfs:label "total Job Openings" ;
  rdfs:comment "The number of positions open for this job posting. Use a positive integer. Do not use if the number of positions is unclear or not known." ;
  schema:domainIncludes tmc:JobPosting ;
  schema:rangeIncludes schema:Integer ;
  owl:equivalentProperty schema:totalJobOpenings .

tmc:totalPaymentDue a rdf:Property ;
  rdfs:label "total Payment Due" ;
  rdfs:comment "The total amount due." ;
  schema:domainIncludes tmc:Invoice ;
  schema:rangeIncludes tmc:MonetaryAmount, tmc:PriceSpecification ;
  owl:equivalentProperty schema:totalPaymentDue .

tmc:totalPrice a rdf:Property ;
  rdfs:label "total Price" ;
  rdfs:comment "The total price for the reservation or ticket, including applicable taxes, shipping, etc.\\n\\nUsage guidelines:\\n\\n* Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similar Unicode symbols.\\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator." ;
  schema:domainIncludes tmc:Reservation, tmc:Ticket ;
  schema:rangeIncludes schema:Number, tmc:PriceSpecification, schema:Text ;
  owl:equivalentProperty schema:totalPrice .

tmc:totalTime a rdf:Property ;
  rdfs:label "total Time" ;
  rdfs:comment "The total time required to perform instructions or a direction (including time to prepare the supplies), in [ISO 8601 duration format](http://en.wikipedia.org/wiki/ISO_8601)." ;
  schema:domainIncludes tmc:HowToDirection, tmc:HowTo ;
  schema:rangeIncludes tmc:Duration ;
  owl:equivalentProperty schema:totalTime .

tmc:tourBookingPage a rdf:Property ;
  rdfs:label "tour Booking Page" ;
  rdfs:comment "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." ;
  schema:domainIncludes tmc:Place, tmc:Accommodation, tmc:ApartmentComplex ;
  schema:rangeIncludes schema:URL ;
  owl:equivalentProperty schema:tourBookingPage .

tmc:TouristAttraction a rdfs:Class ;
  rdfs:label "Tourist Attraction" ;
  rdfs:comment "A tourist attraction.  In principle any Thing can be a [[TouristAttraction]], from a [[Mountain]] and [[LandmarksOrHistoricalBuildings]] to a [[LocalBusiness]].  This Type can be used on its own to describe a general [[TouristAttraction]], or be used as an [[additionalType]] to add tourist attraction properties to any other type.  (See examples below)" ;
  rdfs:subClassOf tmc:Place ;
  owl:equivalentClass schema:TouristAttraction .

tmc:TouristDestination a rdfs:Class ;
  rdfs:label "Tourist Destination" ;
  rdfs:comment "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](http://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.\n  (See examples below.)" ;
  rdfs:subClassOf tmc:Place ;
  owl:equivalentClass schema:TouristDestination .

tmc:TouristInformationCenter a rdfs:Class ;
  rdfs:label "Tourist Information Center" ;
  rdfs:comment "A tourist information center." ;
  rdfs:subClassOf tmc:LocalBusiness ;
  owl:equivalentClass schema:TouristInformationCenter .

tmc:TouristTrip a rdfs:Class ;
  rdfs:label "Tourist Trip" ;
  rdfs:comment "A tourist trip. A created itinerary of visits to one or more places of interest ([[TouristAttraction]]/[[TouristDestination]]) often linked by a similar theme, geographic area, or interest to a particular [[touristType]]. The [UNWTO](http://www2.unwto.org/) defines tourism trip as the Trip taken by visitors.\n  (See examples below.)" ;
  rdfs:subClassOf tmc:Trip ;
  owl:equivalentClass schema:TouristTrip .

tmc:touristType a rdf:Property ;
  rdfs:label "tourist Type" ;
  rdfs:comment "Attraction suitable for type(s) of tourist. E.g. children, visitors from a particular country, etc. " ;
  schema:domainIncludes tmc:TouristDestination, tmc:TouristAttraction, tmc:TouristTrip ;
  schema:rangeIncludes schema:Text, tmc:Audience ;
  owl:equivalentProperty schema:touristType .

tmc:Tournament a rdfs:Class ;
  rdfs:label "Tournament" ;
  rdfs:subClassOf tmc:PlayActivity, tmc:Event ;
  tmc:instanceOf tmc:EventType .

tmc:Tournament a tmc:EventType .

tmc:Toxicologic a tmc:MedicalSpecialty ;
  rdfs:label "Toxicologic" ;
  rdfs:comment "A specific branch of medical science that is concerned with poisons, their nature, effects and detection and involved in the treatment of poisoning." ;
  tmc:instanceOf tmc:MedicalSpecialty .

tmc:ToyStore a rdfs:Class ;
  rdfs:label "Toy Store" ;
  rdfs:comment "A toy store." ;
  rdfs:subClassOf tmc:Store ;
  owl:equivalentClass schema:ToyStore .

tmc:track a rdf:Property ;
  rdfs:label "track" ;
  rdfs:comment "A music recording (track)&#x2014;usually a single song. If an ItemList is given, the list should contain items of type MusicRecording." ;
  schema:domainIncludes tmc:MusicPlaylist, tmc:MusicGroup ;
  schema:rangeIncludes tmc:ItemList, tmc:MusicRecording ;
  owl:equivalentProperty schema:track .

tmc:TrackAction a rdfs:Class ;
  rdfs:label "Track Action" ;
  rdfs:comment "An agent tracks an object for updates.\\n\\nRelated actions:\\n\\n* [[FollowAction]]: Unlike FollowAction, TrackAction refers to the interest on the location of innanimates objects.\\n* [[SubscribeAction]]: Unlike SubscribeAction, TrackAction refers to  the interest on the location of innanimate objects." ;
  rdfs:subClassOf tmc:FindAction ;
  owl:equivalentClass schema:TrackAction .

tmc:trackingNumber a rdf:Property ;
  rdfs:label "tracking Number" ;
  rdfs:comment "Shipper tracking number." ;
  schema:domainIncludes tmc:ParcelDelivery ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:trackingNumber .

tmc:trackingUrl a rdf:Property ;
  rdfs:label "tracking Url" ;
  rdfs:comment "Tracking url for the parcel delivery." ;
  schema:domainIncludes tmc:ParcelDelivery ;
  schema:rangeIncludes schema:URL ;
  owl:equivalentProperty schema:trackingUrl .

tmc:tracks a rdf:Property ;
  rdfs:label "tracks" ;
  rdfs:comment "A music recording (track)&#x2014;usually a single song." ;
  schema:domainIncludes tmc:MusicPlaylist, tmc:MusicGroup ;
  schema:rangeIncludes tmc:MusicRecording ;
  owl:equivalentProperty schema:tracks .

tmc:TradeAction a rdfs:Class ;
  rdfs:label "Trade Action" ;
  rdfs:comment "The act of participating in an exchange of goods and services for monetary compensation. An agent trades an object, product or service with a participant in exchange for a one time or periodic payment." ;
  rdfs:subClassOf tmc:Action ;
  owl:equivalentClass schema:TradeAction .

tmc:TraditionalChinese a tmc:MedicineSystem ;
  rdfs:label "Traditional Chinese" ;
  rdfs:comment "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." ;
  tmc:instanceOf tmc:MedicineSystem .

tmc:TraditionalStrengthTraining a rdfs:Class ;
  rdfs:label "Traditional Strength Training" ;
  rdfs:comment "Strength training exercises primarily using machines or free weights." ;
  rdfs:subClassOf tmc:ExerciseAndFitness ;
  tmc:instanceOf tmc:PhysicalActivityType .

tmc:TraditionalStrengthTraining a tmc:PhysicalActivityType .

tmc:trailer a rdf:Property ;
  rdfs:label "trailer" ;
  rdfs:comment "The trailer of a movie or TV/radio series, season, episode, etc." ;
  schema:domainIncludes tmc:VideoGameSeries, tmc:TVSeries, tmc:CreativeWorkSeason, tmc:Movie, tmc:MovieSeries, tmc:RadioSeries, tmc:Episode, tmc:VideoGame ;
  schema:rangeIncludes tmc:VideoObject ;
  owl:equivalentProperty schema:trailer .

tmc:trailerWeight a rdf:Property ;
  rdfs:label "trailer Weight" ;
  rdfs:comment "The permitted weight of a trailer attached to the vehicle.\\n\\nTypical unit code(s): KGM for kilogram, LBR for pound\\n* 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." ;
  schema:domainIncludes tmc:Vehicle ;
  schema:rangeIncludes tmc:QuantitativeValue ;
  owl:equivalentProperty schema:trailerWeight .

tmc:TrainingPerformanceSpecialist a tmc:PersonType ;
  rdfs:label "Training and Performance Specialist" ;
  rdfs:comment "A professional focused on enhancing physical performance and fitness, offering specialized training tailored to specific goals, sports, or fitness levels." ;
  tmc:instanceOf tmc:PersonType .

tmc:TrainingPerformanceSpecialistType a rdfs:Class, schema:Enumeration ;
  rdfs:label "Training and Performance Specialist Type" ;
  rdfs:subClassOf tmc:Enumeration ;
  tmc:enumerationOf tmc:TrainingPerformanceSpecialist .

tmc:trainingSalary a rdf:Property ;
  rdfs:label "training Salary" ;
  rdfs:comment "The estimated salary earned while in the program." ;
  schema:domainIncludes tmc:WorkBasedProgram, tmc:EducationalOccupationalProgram ;
  schema:rangeIncludes tmc:MonetaryAmountDistribution ;
  owl:equivalentProperty schema:trainingSalary .

tmc:trainName a rdf:Property ;
  rdfs:label "train Name" ;
  rdfs:comment "The name of the train (e.g. The Orient Express)." ;
  schema:domainIncludes tmc:TrainTrip ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:trainName .

tmc:trainNumber a rdf:Property ;
  rdfs:label "train Number" ;
  rdfs:comment "The unique identifier for the train." ;
  schema:domainIncludes tmc:TrainTrip ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:trainNumber .

tmc:TrainReservation a rdfs:Class ;
  rdfs:label "Train Reservation" ;
  rdfs:comment "A reservation for train travel.\\n\\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, use [[Offer]]." ;
  rdfs:subClassOf tmc:Reservation ;
  owl:equivalentClass schema:TrainReservation .

tmc:TrainStation a rdfs:Class ;
  rdfs:label "Train Station" ;
  rdfs:comment "A train station." ;
  rdfs:subClassOf tmc:CivicStructure ;
  owl:equivalentClass schema:TrainStation .

tmc:TrainTrip a rdfs:Class ;
  rdfs:label "Train Trip" ;
  rdfs:comment "A trip on a commercial train line." ;
  rdfs:subClassOf tmc:Trip ;
  owl:equivalentClass schema:TrainTrip .

tmc:transcript a rdf:Property ;
  rdfs:label "transcript" ;
  rdfs:comment "If this MediaObject is an AudioObject or VideoObject, the transcript of that object." ;
  schema:domainIncludes tmc:VideoObject, tmc:AudioObject ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:transcript .

tmc:transFatContent a rdf:Property ;
  rdfs:label "trans Fat Content" ;
  rdfs:comment "The number of grams of trans fat." ;
  schema:domainIncludes tmc:NutritionInformation ;
  schema:rangeIncludes tmc:Mass ;
  owl:equivalentProperty schema:transFatContent .

tmc:TransferAction a rdfs:Class ;
  rdfs:label "Transfer Action" ;
  rdfs:comment "The act of transferring/moving (abstract or concrete) animate or inanimate objects from one place to another." ;
  rdfs:subClassOf tmc:Action ;
  owl:equivalentClass schema:TransferAction .

tmc:TransformedContent a tmc:MediaManipulationRatingEnumeration ;
  rdfs:label "Transformed Content" ;
  rdfs:comment "Content coded 'transformed content' in a MediaReview, considered in the context of how it was published or shared.\n\nFor a VideoObject to be 'transformed content':  or all of the video has been manipulated to transform the footage itself. This category includes using tools like the Adobe Suite to change the speed of the video, add or remove visual elements or dub audio. Deepfakes are also a subset of transformation.\n\nFor an ImageObject to be 'transformed content': Adding or deleting visual elements to give the image a different meaning with the intention to mislead.\n\nFor an ImageObject with embedded text to be 'transformed content': Adding or deleting visual elements to give the image a different meaning with the intention to mislead.\n\nFor an AudioObject to be 'transformed content': Part or all of the audio has been manipulated to alter the words or sounds, or the audio has been synthetically generated, such as to create a sound-alike voice." ;
  tmc:instanceOf tmc:MediaManipulationRatingEnumeration .

tmc:Transition a rdfs:Class ;
  rdfs:label "Transition" ;
  rdfs:comment "The transition time between activities in a multisport workout." ;
  rdfs:subClassOf tmc:MultisportActivities .

tmc:TransitMap a tmc:MapCategoryType ;
  rdfs:label "Transit Map" ;
  rdfs:comment "A transit map." ;
  tmc:instanceOf tmc:MapCategoryType .

tmc:transitTime a rdf:Property ;
  rdfs:label "transit Time" ;
  rdfs:comment "The typical delay the order has been sent for delivery and the goods reach the final customer. Typical properties: minValue, maxValue, unitCode (d for DAY)." ;
  schema:domainIncludes tmc:ShippingDeliveryTime ;
  schema:rangeIncludes tmc:QuantitativeValue ;
  owl:equivalentProperty schema:transitTime .

tmc:transitTimeLabel a rdf:Property ;
  rdfs:label "transit Time Label" ;
  rdfs:comment "Label to match an [[OfferShippingDetails]] with a [[DeliveryTimeSettings]] (within the context of a [[shippingSettingsLink]] cross-reference)." ;
  schema:domainIncludes tmc:OfferShippingDetails, tmc:DeliveryTimeSettings ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:transitTimeLabel .

tmc:translationOfWork a rdf:Property ;
  rdfs:label "translation Of Work" ;
  rdfs:comment "The work that this work has been translated from. E.g. 物种起源 is a translationOf “On the Origin of Species”." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes tmc:CreativeWork ;
  schema:inverseOf tmc:workTranslation ;
  owl:equivalentProperty schema:translationOfWork .

tmc:translator a rdf:Property ;
  rdfs:label "translator" ;
  rdfs:comment "Organization or person who adapts a creative work to different languages, regional differences and technical requirements of a target market, or that translates during some event." ;
  schema:domainIncludes tmc:CreativeWork, tmc:Event ;
  schema:rangeIncludes tmc:Organization, tmc:Person ;
  owl:equivalentProperty schema:translator .

tmc:transmissionMethod a rdf:Property ;
  rdfs:label "transmission Method" ;
  rdfs:comment "How the disease spreads, either as a route or vector, for example 'direct contact', 'Aedes aegypti', etc." ;
  schema:domainIncludes tmc:InfectiousDisease ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:transmissionMethod .

tmc:TransportationAndMobility a rdfs:Class ;
  rdfs:label "Transportation & Mobility" ;
  rdfs:comment "Passenger and cargo transport, logistics, and mobility platforms." ;
  rdfs:subClassOf tmc:IndustryGroup ;
  tmc:instanceOf tmc:IndustryGroupType .

tmc:TransportationAndMobility a tmc:IndustryGroupType .

tmc:TravelAction a rdfs:Class ;
  rdfs:label "Travel Action" ;
  rdfs:comment "The act of traveling from a fromLocation to a destination by a specified mode of transport, optionally with participants." ;
  rdfs:subClassOf tmc:MoveAction ;
  owl:equivalentClass schema:TravelAction .

tmc:TravelAgency a rdfs:Class ;
  rdfs:label "Travel Agency" ;
  rdfs:comment "A travel agency." ;
  rdfs:subClassOf tmc:LocalBusiness ;
  owl:equivalentClass schema:TravelAgency .

tmc:TravelAndTourism a rdfs:Class ;
  rdfs:label "Travel & Tourism" ;
  rdfs:comment "Travel agencies, tour operators, and consumer travel platforms." ;
  rdfs:subClassOf tmc:Industry ;
  tmc:instanceOf tmc:IndustryType .

tmc:TravelAndTourism a tmc:IndustryType .

tmc:travelBans a rdf:Property ;
  rdfs:label "travel Bans" ;
  rdfs:comment "Information about travel bans, e.g. in the context of a pandemic." ;
  schema:domainIncludes tmc:SpecialAnnouncement ;
  schema:rangeIncludes schema:URL, tmc:WebContent ;
  owl:equivalentProperty schema:travelBans .

tmc:TreatmentIndication a rdfs:Class ;
  rdfs:label "Treatment Indication" ;
  rdfs:comment "An indication for treating an underlying condition, symptom, etc." ;
  rdfs:subClassOf tmc:MedicalIndication ;
  owl:equivalentClass schema:TreatmentIndication .

tmc:TreatmentsHealthAspect a tmc:HealthAspectEnumeration ;
  rdfs:label "Treatments Health Aspect" ;
  rdfs:comment "Treatments or related therapies for a Topic." ;
  tmc:instanceOf tmc:HealthAspectEnumeration .

tmc:trialDesign a rdf:Property ;
  rdfs:label "trial Design" ;
  rdfs:comment "Specifics about the trial design (enumerated)." ;
  schema:domainIncludes tmc:MedicalTrial ;
  schema:rangeIncludes tmc:MedicalTrialDesign ;
  owl:equivalentProperty schema:trialDesign .

tmc:tributary a rdf:Property ;
  rdfs:label "tributary" ;
  rdfs:comment "The anatomical or organ system that the vein flows into; a larger structure that the vein connects to." ;
  schema:domainIncludes tmc:Vein ;
  schema:rangeIncludes tmc:AnatomicalStructure ;
  owl:equivalentProperty schema:tributary .

tmc:Trip a rdfs:Class ;
  rdfs:label "Trip" ;
  rdfs:comment "A trip or journey. An itinerary of visits to one or more places." ;
  rdfs:subClassOf tmc:Intangible, tmc:Listing ;
  tmc:instanceOf tmc:ListingType ;
  owl:equivalentClass schema:Trip .

tmc:Trip a tmc:ListingType .

tmc:TripleBlindedTrial a tmc:MedicalTrialDesign ;
  rdfs:label "Triple Blinded Trial" ;
  rdfs:comment "A trial design in which neither the researcher, the person administering the therapy nor the patient knows the details of the treatment the patient was randomly assigned to." ;
  tmc:instanceOf tmc:MedicalTrialDesign .

tmc:Tuesday a tmc:DayOfWeek ;
  rdfs:label "Tuesday" ;
  rdfs:comment "The day of the week between Monday and Wednesday." ;
  tmc:instanceOf tmc:DayOfWeek .

tmc:TVClip a rdfs:Class ;
  rdfs:label "TV Clip" ;
  rdfs:comment "A short TV program or a segment/part of a TV program." ;
  rdfs:subClassOf tmc:Clip ;
  owl:equivalentClass schema:TVClip .

tmc:TVEpisode a rdfs:Class ;
  rdfs:label "TV Episode" ;
  rdfs:comment "A TV episode which can be part of a series or season." ;
  rdfs:subClassOf tmc:Episode ;
  owl:equivalentClass schema:TVEpisode .

tmc:TVSeason a rdfs:Class ;
  rdfs:label "TV Season" ;
  rdfs:comment "Season dedicated to TV broadcast and associated online delivery." ;
  rdfs:subClassOf tmc:CreativeWorkSeason, tmc:CreativeWork ;
  owl:equivalentClass schema:TVSeason .

tmc:TVSeries a rdfs:Class ;
  rdfs:label "TV Series" ;
  rdfs:comment "CreativeWorkSeries dedicated to TV broadcast and associated online delivery." ;
  rdfs:subClassOf tmc:CreativeWork, tmc:CreativeWorkSeries ;
  owl:equivalentClass schema:TVSeries .

tmc:TypeAndQuantityNode a rdfs:Class ;
  rdfs:label "Type And Quantity Node" ;
  rdfs:comment "A structured value indicating the quantity, unit of measurement, and business function of goods included in a bundle offer." ;
  rdfs:subClassOf tmc:StructuredValue ;
  owl:equivalentClass schema:TypeAndQuantityNode .

tmc:typeOfBed a rdf:Property ;
  rdfs:label "type Of Bed" ;
  rdfs:comment "The type of bed to which the BedDetail refers, i.e. the type of bed available in the quantity indicated by quantity." ;
  schema:domainIncludes tmc:BedDetails ;
  schema:rangeIncludes tmc:BedType, schema:Text ;
  owl:equivalentProperty schema:typeOfBed .

tmc:typeOfGood a rdf:Property ;
  rdfs:label "type Of Good" ;
  rdfs:comment "The product that this structured value is referring to." ;
  schema:domainIncludes tmc:TypeAndQuantityNode, tmc:OwnershipInfo ;
  schema:rangeIncludes tmc:Product, tmc:Service ;
  owl:equivalentProperty schema:typeOfGood .

tmc:TypesHealthAspect a tmc:HealthAspectEnumeration ;
  rdfs:label "Types Health Aspect" ;
  rdfs:comment "Categorization and other types related to a topic." ;
  tmc:instanceOf tmc:HealthAspectEnumeration .

tmc:typicalAgeRange a rdf:Property ;
  rdfs:label "typical Age Range" ;
  rdfs:comment "The typical expected age range, e.g. '7-9', '11-'." ;
  schema:domainIncludes tmc:CreativeWork, tmc:Event ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:typicalAgeRange .

tmc:typicalCreditsPerTerm a rdf:Property ;
  rdfs:label "typical Credits Per Term" ;
  rdfs:comment "The number of credits or units a full-time student would be expected to take in 1 term however 'term' is defined by the institution." ;
  schema:domainIncludes tmc:EducationalOccupationalProgram ;
  schema:rangeIncludes schema:Integer, tmc:StructuredValue ;
  owl:equivalentProperty schema:typicalCreditsPerTerm .

tmc:typicalTest a rdf:Property ;
  rdfs:label "typical Test" ;
  rdfs:comment "A medical test typically performed given this condition." ;
  schema:domainIncludes tmc:MedicalCondition ;
  schema:rangeIncludes tmc:MedicalTest ;
  owl:equivalentProperty schema:typicalTest .

tmc:UKNonprofitType a rdfs:Class ;
  rdfs:label "UK Nonprofit Type" ;
  rdfs:comment "UKNonprofitType: Non-profit organization type originating from the United Kingdom." ;
  rdfs:subClassOf tmc:NonprofitType ;
  owl:equivalentClass schema:UKNonprofitType .

tmc:UKTrust a tmc:UKNonprofitType ;
  rdfs:label "UK Trust" ;
  rdfs:comment "UKTrust: Non-profit type referring to a UK trust." ;
  tmc:instanceOf tmc:UKNonprofitType .

tmc:Ultrasound a tmc:MedicalImagingTechnique ;
  rdfs:label "Ultrasound" ;
  rdfs:comment "Ultrasound imaging." ;
  tmc:instanceOf tmc:MedicalImagingTechnique .

tmc:UnclassifiedAdultConsideration a tmc:AdultOrientedEnumeration ;
  rdfs:label "Unclassified Adult Consideration" ;
  rdfs:comment "The item is suitable only for adults, without indicating why. Due to widespread use of \"adult\" as a euphemism for \"sexual\", many such items are likely suited also for the SexualContentConsideration code." ;
  tmc:instanceOf tmc:AdultOrientedEnumeration .

tmc:underName a rdf:Property ;
  rdfs:label "under Name" ;
  rdfs:comment "The person or organization the reservation or ticket is for." ;
  schema:domainIncludes tmc:Ticket, tmc:Reservation ;
  schema:rangeIncludes tmc:Organization, tmc:Person ;
  owl:equivalentProperty schema:underName .

tmc:UnemploymentSupport a tmc:GovernmentBenefitsType ;
  rdfs:label "Unemployment Support" ;
  rdfs:comment "UnemploymentSupport: this is a benefit for unemployment support." ;
  tmc:instanceOf tmc:GovernmentBenefitsType .

tmc:UnincorporatedAssociation a tmc:BusinessStructureCompany ;
  rdfs:label "Unincorporated Association" ;
  tmc:instanceOf tmc:BusinessStructureCompany .

tmc:UnincorporatedAssociationCharity a tmc:UKNonprofitType ;
  rdfs:label "Unincorporated Association Charity" ;
  rdfs:comment "UnincorporatedAssociationCharity: Non-profit type referring to a charitable company that is not incorporated (UK)." ;
  tmc:instanceOf tmc:UKNonprofitType .

tmc:unitCode a rdf:Property ;
  rdfs:label "unit Code" ;
  rdfs:comment "The unit of measurement given using the UN/CEFACT Common Code (3 characters) or a URL. Other codes than the UN/CEFACT Common Code may be used with a prefix followed by a colon." ;
  schema:domainIncludes tmc:PropertyValue, tmc:QuantitativeValue, tmc:TypeAndQuantityNode, tmc:UnitPriceSpecification ;
  schema:rangeIncludes schema:Text, schema:URL ;
  owl:equivalentProperty schema:unitCode .

tmc:UnitPriceSpecification a rdfs:Class ;
  rdfs:label "Unit Price Specification" ;
  rdfs:comment "The price asked for a given offer by the respective organization or person." ;
  rdfs:subClassOf tmc:PriceSpecification ;
  owl:equivalentClass schema:UnitPriceSpecification .

tmc:unitText a rdf:Property ;
  rdfs:label "unit Text" ;
  rdfs:comment "A string or text indicating the unit of measurement. Useful if you cannot provide a standard unit code for\n<a href='unitCode'>unitCode</a>." ;
  schema:domainIncludes tmc:QuantitativeValue, tmc:UnitPriceSpecification, tmc:PropertyValue, tmc:TypeAndQuantityNode ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:unitText .

tmc:unnamedSourcesPolicy a rdf:Property ;
  rdfs:label "unnamed Sources Policy" ;
  rdfs:comment "For an [[Organization]] (typically a [[NewsMediaOrganization]]), a statement about policy on use of unnamed sources and the decision process required." ;
  rdfs:subPropertyOf tmc:publishingPrinciples ;
  schema:domainIncludes tmc:NewsMediaOrganization, tmc:Organization ;
  schema:rangeIncludes tmc:CreativeWork, schema:URL ;
  owl:equivalentProperty schema:unnamedSourcesPolicy .

tmc:UnofficialLegalValue a tmc:LegalValueLevel ;
  rdfs:label "Unofficial Legal Value" ;
  rdfs:comment "Indicates that a document has no particular or special standing (e.g. a republication of a law by a private publisher)." ;
  tmc:instanceOf tmc:LegalValueLevel .

tmc:UnRegisterAction a rdfs:Class ;
  rdfs:label "Un Register Action" ;
  rdfs:comment "The act of un-registering from a service.\\n\\nRelated actions:\\n\\n* [[RegisterAction]]: antonym of UnRegisterAction.\\n* [[LeaveAction]]: Unlike LeaveAction, UnRegisterAction implies that you are unregistering from a service you were previously registered, rather than leaving a team/group of people." ;
  rdfs:subClassOf tmc:InteractAction ;
  owl:equivalentClass schema:UnRegisterAction .

tmc:unsaturatedFatContent a rdf:Property ;
  rdfs:label "unsaturated Fat Content" ;
  rdfs:comment "The number of grams of unsaturated fat." ;
  schema:domainIncludes tmc:NutritionInformation ;
  schema:rangeIncludes tmc:Mass ;
  owl:equivalentProperty schema:unsaturatedFatContent .

tmc:UpdateAction a rdfs:Class ;
  rdfs:label "Update Action" ;
  rdfs:comment "The act of managing by changing/editing the state of the object." ;
  rdfs:subClassOf tmc:Action ;
  owl:equivalentClass schema:UpdateAction .

tmc:uploadDate a rdf:Property ;
  rdfs:label "upload Date" ;
  rdfs:comment "Date when this media object was uploaded to this site." ;
  schema:domainIncludes tmc:MediaObject ;
  schema:rangeIncludes schema:Date ;
  owl:equivalentProperty schema:uploadDate .

tmc:upvoteCount a rdf:Property ;
  rdfs:label "upvote Count" ;
  rdfs:comment "The number of upvotes this question, answer or comment has received from the community." ;
  schema:domainIncludes tmc:Comment ;
  schema:rangeIncludes schema:Integer ;
  owl:equivalentProperty schema:upvoteCount .

tmc:url a rdf:Property ;
  rdfs:label "url" ;
  rdfs:comment "URL of the item." ;
  schema:domainIncludes tmc:Thing ;
  schema:rangeIncludes schema:URL ;
  owl:equivalentProperty schema:url .

tmc:URL a rdfs:Class ;
  rdfs:label "URL" ;
  rdfs:comment "Data type: URL." ;
  rdfs:subClassOf tmc:Text ;
  owl:equivalentClass schema:URL .

tmc:urlTemplate a rdf:Property ;
  rdfs:label "url Template" ;
  rdfs:comment "An url template (RFC6570) that will be used to construct the target of the execution of the action." ;
  schema:domainIncludes tmc:EntryPoint ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:urlTemplate .

tmc:Urologic a tmc:MedicalSpecialty ;
  rdfs:label "Urologic" ;
  rdfs:comment "A specific branch of medical science that is concerned with the diagnosis and treatment of diseases pertaining to the urinary tract and the urogenital system." ;
  tmc:instanceOf tmc:MedicalSpecialty .

tmc:usageInfo a rdf:Property ;
  rdfs:label "usage Info" ;
  rdfs:comment "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.\n\nThis 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." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes schema:URL, tmc:CreativeWork ;
  owl:equivalentProperty schema:usageInfo .

tmc:UsageOrScheduleHealthAspect a tmc:HealthAspectEnumeration ;
  rdfs:label "Usage Or Schedule Health Aspect" ;
  rdfs:comment "Content about how, when, frequency and dosage of a topic." ;
  tmc:instanceOf tmc:HealthAspectEnumeration .

tmc:UseAction a rdfs:Class ;
  rdfs:label "Use Action" ;
  rdfs:comment "The act of applying an object to its intended purpose." ;
  rdfs:subClassOf tmc:ConsumeAction ;
  owl:equivalentClass schema:UseAction .

tmc:UsedCondition a tmc:OfferItemCondition ;
  rdfs:label "Used Condition" ;
  rdfs:comment "Indicates that the item is used." ;
  tmc:instanceOf tmc:OfferItemCondition .

tmc:usedToDiagnose a rdf:Property ;
  rdfs:label "used To Diagnose" ;
  rdfs:comment "A condition the test is used to diagnose." ;
  schema:domainIncludes tmc:MedicalTest ;
  schema:rangeIncludes tmc:MedicalCondition ;
  owl:equivalentProperty schema:usedToDiagnose .

tmc:User a rdfs:Class ;
  rdfs:label "User" ;
  rdfs:comment "A user of a marketplace." ;
  rdfs:subClassOf tmc:Account, tmc:Person ;
  tmc:instanceOf tmc:AccountType .

tmc:User a tmc:AccountType .

tmc:usesDevice a rdf:Property ;
  rdfs:label "uses Device" ;
  rdfs:comment "Device used to perform the test." ;
  schema:domainIncludes tmc:MedicalTest ;
  schema:rangeIncludes tmc:MedicalDevice ;
  owl:equivalentProperty schema:usesDevice .

tmc:usesHealthPlanIdStandard a rdf:Property ;
  rdfs:label "uses Health Plan Id Standard" ;
  rdfs:comment "The standard for interpreting the Plan ID. The preferred is \"HIOS\". See the Centers for Medicare & Medicaid Services for more details." ;
  schema:domainIncludes tmc:HealthInsurancePlan ;
  schema:rangeIncludes schema:URL, schema:Text ;
  owl:equivalentProperty schema:usesHealthPlanIdStandard .

tmc:USNonprofitType a rdfs:Class ;
  rdfs:label "US Nonprofit Type" ;
  rdfs:comment "USNonprofitType: Non-profit organization type originating from the United States." ;
  rdfs:subClassOf tmc:NonprofitType ;
  owl:equivalentClass schema:USNonprofitType .

tmc:utterances a rdf:Property ;
  rdfs:label "utterances" ;
  rdfs:comment "Text of an utterances (spoken words, lyrics etc.) that occurs at a certain section of a media object, represented as a [[HyperTocEntry]]." ;
  schema:domainIncludes tmc:HyperTocEntry ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:utterances .

tmc:validFor a rdf:Property ;
  rdfs:label "valid For" ;
  rdfs:comment "The duration of validity of a permit or similar thing." ;
  schema:domainIncludes tmc:EducationalOccupationalCredential, tmc:Permit ;
  schema:rangeIncludes tmc:Duration ;
  owl:equivalentProperty schema:validFor .

tmc:validFrom a rdf:Property ;
  rdfs:label "valid From" ;
  rdfs:comment "the date and time when the offer becomes active, meaning when you can start booking, purchasing, or accepting it. Example: For the boat lease, this might be when the offer is first posted (e.g., June 1, 2010)." ;
  schema:domainIncludes tmc:Demand, tmc:MonetaryAmount, tmc:LocationFeatureSpecification, tmc:PriceSpecification, tmc:OpeningHoursSpecification, tmc:Permit, tmc:Offer, tmc:Listing ;
  schema:rangeIncludes schema:Date, schema:DateTime ;
  owl:equivalentProperty schema:validFrom .

tmc:validIn a rdf:Property ;
  rdfs:label "valid In" ;
  rdfs:comment "Specifies the date and time after which a particular price is no longer valid for the offer." ;
  schema:domainIncludes tmc:EducationalOccupationalCredential, tmc:Permit ;
  schema:rangeIncludes tmc:AdministrativeArea ;
  owl:equivalentProperty schema:validIn .

tmc:validThrough a rdf:Property ;
  rdfs:label "valid Through" ;
  rdfs:comment "This is the date and time after which the offer can no longer be accepted. It’s the deadline to book or buy. Example: For the boat lease, this is the last moment to reserve it (e.g., July 15, 2010, at 23:59)." ;
  schema:domainIncludes tmc:Demand, tmc:MonetaryAmount, tmc:Offer, tmc:PriceSpecification, tmc:JobPosting, tmc:LocationFeatureSpecification, tmc:OpeningHoursSpecification, tmc:Listing ;
  schema:rangeIncludes schema:Date, schema:DateTime ;
  owl:equivalentProperty schema:validThrough .

tmc:validUntil a rdf:Property ;
  rdfs:label "valid Until" ;
  rdfs:comment "The date when the item is no longer valid." ;
  schema:domainIncludes tmc:Permit ;
  schema:rangeIncludes schema:Date ;
  owl:equivalentProperty schema:validUntil .

tmc:value a rdf:Property ;
  rdfs:label "value" ;
  rdfs:comment "The value of the quantitative value or property value node.\\n\\n* 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 similar Unicode symbols.\\n* Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator." ;
  schema:domainIncludes tmc:PropertyValue, tmc:QuantitativeValue, tmc:MonetaryAmount ;
  schema:rangeIncludes tmc:StructuredValue, schema:Text, schema:Boolean, schema:Number ;
  owl:equivalentProperty schema:value .

tmc:valueAddedTaxIncluded a rdf:Property ;
  rdfs:label "value Added Tax Included" ;
  rdfs:comment "Specifies whether the applicable value-added tax (VAT) is included in the price specification or not." ;
  schema:domainIncludes tmc:PriceSpecification ;
  schema:rangeIncludes schema:Boolean ;
  owl:equivalentProperty schema:valueAddedTaxIncluded .

tmc:valueMaxLength a rdf:Property ;
  rdfs:label "value Max Length" ;
  rdfs:comment "Specifies the allowed range for number of characters in a literal value." ;
  schema:domainIncludes tmc:PropertyValueSpecification ;
  schema:rangeIncludes schema:Number ;
  owl:equivalentProperty schema:valueMaxLength .

tmc:valueMinLength a rdf:Property ;
  rdfs:label "value Min Length" ;
  rdfs:comment "Specifies the minimum allowed range for number of characters in a literal value." ;
  schema:domainIncludes tmc:PropertyValueSpecification ;
  schema:rangeIncludes schema:Number ;
  owl:equivalentProperty schema:valueMinLength .

tmc:valueName a rdf:Property ;
  rdfs:label "value Name" ;
  rdfs:comment "Indicates the name of the PropertyValueSpecification to be used in URL templates and form encoding in a manner analogous to HTML's input@name." ;
  schema:domainIncludes tmc:PropertyValueSpecification ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:valueName .

tmc:valuePattern a rdf:Property ;
  rdfs:label "value Pattern" ;
  rdfs:comment "Specifies a regular expression for testing literal values according to the HTML spec." ;
  schema:domainIncludes tmc:PropertyValueSpecification ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:valuePattern .

tmc:valueReference a rdf:Property ;
  rdfs:label "value Reference" ;
  rdfs:comment "A secondary value that provides additional information on the original value, e.g. a reference temperature or a type of measurement." ;
  schema:domainIncludes tmc:QualitativeValue, tmc:PropertyValue, tmc:QuantitativeValue ;
  schema:rangeIncludes tmc:Enumeration, tmc:QualitativeValue, tmc:DefinedTerm, tmc:StructuredValue, tmc:PropertyValue, schema:Text, tmc:MeasurementTypeEnumeration, tmc:QuantitativeValue ;
  owl:equivalentProperty schema:valueReference .

tmc:valueRequired a rdf:Property ;
  rdfs:label "value Required" ;
  rdfs:comment "Whether the property must be filled in to complete the action.  Default is false." ;
  schema:domainIncludes tmc:PropertyValueSpecification ;
  schema:rangeIncludes schema:Boolean ;
  owl:equivalentProperty schema:valueRequired .

tmc:variableMeasured a rdf:Property ;
  rdfs:label "variable Measured" ;
  rdfs:comment "The variableMeasured property can indicate (repeated as necessary) the  variables that are measured in some dataset, either described as text or as pairs of identifier and description using PropertyValue." ;
  schema:domainIncludes tmc:Dataset ;
  schema:rangeIncludes schema:Text, tmc:PropertyValue ;
  owl:equivalentProperty schema:variableMeasured .

tmc:variantCover a rdf:Property ;
  rdfs:label "variant Cover" ;
  rdfs:comment "A description of the variant cover\n    \tfor the issue, if the issue is a variant printing. For example, \"Bryan Hitch\n    \tVariant Cover\" or \"2nd Printing Variant\"." ;
  schema:domainIncludes tmc:ComicIssue ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:variantCover .

tmc:variesBy a rdf:Property ;
  rdfs:label "varies By" ;
  rdfs:comment "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." ;
  schema:domainIncludes tmc:ProductGroup ;
  schema:rangeIncludes schema:Text, tmc:DefinedTerm ;
  owl:equivalentProperty schema:variesBy .

tmc:vatID a rdf:Property ;
  rdfs:label "vat ID" ;
  rdfs:comment "The Value-added Tax ID of the organization or person." ;
  schema:domainIncludes tmc:Organization, tmc:Person ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:vatID .

tmc:VeganDiet a tmc:RestrictedDiet ;
  rdfs:label "Vegan Diet" ;
  rdfs:comment "A diet exclusive of all animal products." ;
  tmc:instanceOf tmc:RestrictedDiet .

tmc:VegetarianDiet a tmc:RestrictedDiet ;
  rdfs:label "Vegetarian Diet" ;
  rdfs:comment "A diet exclusive of animal meat." ;
  tmc:instanceOf tmc:RestrictedDiet .

tmc:Vehicle a rdfs:Class ;
  rdfs:label "Vehicle" ;
  rdfs:comment "A vehicle is a device that is designed or used to transport people or cargo over land, water, air, or through space." ;
  rdfs:subClassOf tmc:Product ;
  owl:equivalentClass schema:Vehicle .

tmc:vehicleConfiguration a rdf:Property ;
  rdfs:label "vehicle Configuration" ;
  rdfs:comment "A short text indicating the configuration of the vehicle, e.g. '5dr hatchback ST 2.5 MT 225 hp' or 'limited edition'." ;
  schema:domainIncludes tmc:Vehicle ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:vehicleConfiguration .

tmc:vehicleEngine a rdf:Property ;
  rdfs:label "vehicle Engine" ;
  rdfs:comment "Information about the engine or engines of the vehicle." ;
  schema:domainIncludes tmc:Vehicle ;
  schema:rangeIncludes tmc:EngineSpecification ;
  owl:equivalentProperty schema:vehicleEngine .

tmc:vehicleIdentificationNumber a rdf:Property ;
  rdfs:label "vehicle Identification Number" ;
  rdfs:comment "The Vehicle Identification Number (VIN) is a unique serial number used by the automotive industry to identify individual motor vehicles." ;
  rdfs:subPropertyOf tmc:serialNumber ;
  schema:domainIncludes tmc:Vehicle ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:vehicleIdentificationNumber .

tmc:vehicleInteriorColor a rdf:Property ;
  rdfs:label "vehicle Interior Color" ;
  rdfs:comment "The color or color combination of the interior of the vehicle." ;
  schema:domainIncludes tmc:Vehicle ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:vehicleInteriorColor .

tmc:vehicleInteriorType a rdf:Property ;
  rdfs:label "vehicle Interior Type" ;
  rdfs:comment "The type or material of the interior of the vehicle (e.g. synthetic fabric, leather, wood, etc.). While most interior types are characterized by the material used, an interior type can also be based on vehicle usage or target audience." ;
  schema:domainIncludes tmc:Vehicle ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:vehicleInteriorType .

tmc:vehicleModelDate a rdf:Property ;
  rdfs:label "vehicle Model Date" ;
  rdfs:comment "The release date of a vehicle model (often used to differentiate versions of the same make and model)." ;
  schema:domainIncludes tmc:Vehicle ;
  schema:rangeIncludes schema:Date ;
  owl:equivalentProperty schema:vehicleModelDate .

tmc:vehicleSeatingCapacity a rdf:Property ;
  rdfs:label "vehicle Seating Capacity" ;
  rdfs:comment "The number of passengers that can be seated in the vehicle, both in terms of the physical space available, and in terms of limitations set by law.\\n\\nTypical unit code(s): C62 for persons." ;
  schema:domainIncludes tmc:Vehicle ;
  schema:rangeIncludes schema:Number, tmc:QuantitativeValue ;
  owl:equivalentProperty schema:vehicleSeatingCapacity .

tmc:vehicleSpecialUsage a rdf:Property ;
  rdfs:label "vehicle Special Usage" ;
  rdfs:comment "Indicates whether the vehicle has been used for special purposes, like commercial rental, driving school, or as a taxi. The legislation in many countries requires this information to be revealed when offering a car for sale." ;
  schema:domainIncludes tmc:Vehicle ;
  schema:rangeIncludes tmc:CarUsageType, schema:Text ;
  owl:equivalentProperty schema:vehicleSpecialUsage .

tmc:vehicleTransmission a rdf:Property ;
  rdfs:label "vehicle Transmission" ;
  rdfs:comment "The type of component used for transmitting the power from a rotating power source to the wheels or other relevant component(s) (\"gearbox\" for cars)." ;
  schema:domainIncludes tmc:Vehicle ;
  schema:rangeIncludes schema:Text, schema:URL, tmc:QualitativeValue ;
  owl:equivalentProperty schema:vehicleTransmission .

tmc:Vein a rdfs:Class ;
  rdfs:label "Vein" ;
  rdfs:comment "A type of blood vessel that specifically carries blood to the heart." ;
  rdfs:subClassOf tmc:Vessel ;
  owl:equivalentClass schema:Vein .

tmc:Velodrome a rdfs:Class ;
  rdfs:label "Velodrome" ;
  rdfs:comment "A velodrome is an arena specifically for track cycling, featuring steeply banked oval tracks and seating for spectators." ;
  rdfs:subClassOf tmc:SportsActivityLocation ;
  tmc:instanceOf tmc:SportsActivityLocationType .

tmc:Velodrome a tmc:SportsActivityLocationType .

tmc:vendor a rdf:Property ;
  rdfs:label "vendor" ;
  rdfs:comment "'vendor' is an earlier term for 'seller'." ;
  rdfs:subPropertyOf tmc:participant ;
  schema:domainIncludes tmc:BuyAction ;
  schema:rangeIncludes tmc:Organization, tmc:Person ;
  owl:equivalentProperty schema:vendor .

tmc:VenueMap a tmc:MapCategoryType ;
  rdfs:label "Venue Map" ;
  rdfs:comment "A venue map (e.g. for malls, auditoriums, museums, etc.)." ;
  tmc:instanceOf tmc:MapCategoryType .

tmc:verificationFactCheckingPolicy a rdf:Property ;
  rdfs:label "verification Fact Checking Policy" ;
  rdfs:comment "Disclosure about verification and fact-checking processes for a [[NewsMediaOrganization]] or other fact-checking [[Organization]]." ;
  rdfs:subPropertyOf tmc:publishingPrinciples ;
  schema:domainIncludes tmc:NewsMediaOrganization ;
  schema:rangeIncludes tmc:CreativeWork, schema:URL ;
  owl:equivalentProperty schema:verificationFactCheckingPolicy .

tmc:version a rdf:Property ;
  rdfs:label "version" ;
  rdfs:comment "The version of the CreativeWork embodied by a specified resource." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes schema:Number, schema:Text ;
  owl:equivalentProperty schema:version .

tmc:Vessel a rdfs:Class ;
  rdfs:label "Vessel" ;
  rdfs:comment "A component of the human body circulatory system comprised of an intricate network of hollow tubes that transport blood throughout the entire body." ;
  rdfs:subClassOf tmc:AnatomicalStructure ;
  owl:equivalentClass schema:Vessel .

tmc:VeterinaryCare a rdfs:Class ;
  rdfs:label "Veterinary Care" ;
  rdfs:comment "A vet's office." ;
  rdfs:subClassOf tmc:MedicalOrganization ;
  owl:equivalentClass schema:VeterinaryCare .

tmc:video a rdf:Property ;
  rdfs:label "video" ;
  rdfs:comment "An embedded video object." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes tmc:VideoObject, tmc:Clip ;
  owl:equivalentProperty schema:video .

tmc:videoConferencingService a rdf:Property ;
  rdfs:label "videoConferencingService" ;
  rdfs:comment "The video conferencing service being used for the virtual event or meeting." ;
  schema:domainIncludes tmc:VirtualLocation ;
  schema:rangeIncludes tmc:VideoConferencingService .

tmc:VideoConferencingService a rdfs:Class, schema:Enumeration ;
  rdfs:label "Video Conferencing Service" ;
  rdfs:comment "A service that provides video conferencing capabilities for virtual events or meetings." ;
  rdfs:subClassOf tmc:Enumeration .

tmc:VideoContentCreator a tmc:ContentCreatorInfluencerType ;
  rdfs:label "Video Content Creator" ;
  tmc:instanceOf tmc:ContentCreatorInfluencerType .

tmc:VideoCourse a tmc:CourseTypeEnum ;
  rdfs:label "Video Course" ;
  rdfs:comment "A course that includes video content, either as a single video or a series of videos." ;
  tmc:instanceOf tmc:CourseTypeEnum .

tmc:videoFormat a rdf:Property ;
  rdfs:label "video Format" ;
  rdfs:comment "The type of screening or video broadcast used (e.g. IMAX, 3D, SD, HD, etc.)." ;
  schema:domainIncludes tmc:BroadcastEvent, tmc:BroadcastService, tmc:ScreeningEvent ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:videoFormat .

tmc:videoFrameSize a rdf:Property ;
  rdfs:label "video Frame Size" ;
  rdfs:comment "The frame size of the video." ;
  schema:domainIncludes tmc:VideoObject ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:videoFrameSize .

tmc:VideoGallery a rdfs:Class ;
  rdfs:label "Video Gallery" ;
  rdfs:comment "Web page type: Video gallery page." ;
  rdfs:subClassOf tmc:MediaGallery ;
  owl:equivalentClass schema:VideoGallery .

tmc:VideoGame a rdfs:Class ;
  rdfs:label "Video Game" ;
  rdfs:comment "A video game is an electronic game that involves human interaction with a user interface to generate visual feedback on a video device." ;
  rdfs:subClassOf tmc:SoftwareApplication, tmc:Game ;
  owl:equivalentClass schema:VideoGame .

tmc:VideoGameClip a rdfs:Class ;
  rdfs:label "Video Game Clip" ;
  rdfs:comment "A short segment/part of a video game." ;
  rdfs:subClassOf tmc:Clip ;
  owl:equivalentClass schema:VideoGameClip .

tmc:VideoGameSeries a rdfs:Class ;
  rdfs:label "Video Game Series" ;
  rdfs:comment "A video game series." ;
  rdfs:subClassOf tmc:CreativeWorkSeries ;
  owl:equivalentClass schema:VideoGameSeries .

tmc:VideoObject a rdfs:Class ;
  rdfs:label "Video Object" ;
  rdfs:comment "A video file." ;
  rdfs:subClassOf tmc:MediaObject ;
  owl:equivalentClass schema:VideoObject .

tmc:VideoObjectSnapshot a rdfs:Class ;
  rdfs:label "Video Object Snapshot" ;
  rdfs:comment "A specific and exact (byte-for-byte) version of a [[VideoObject]]. Two byte-for-byte identical files, for the purposes of this type, considered identical. If they have different embedded metadata the files will differ. Different external facts about the files, e.g. creator or dateCreated that aren't represented in their actual content, do not affect this notion of identity." ;
  rdfs:subClassOf tmc:VideoObject ;
  owl:equivalentClass schema:VideoObjectSnapshot .

tmc:videoQuality a rdf:Property ;
  rdfs:label "video Quality" ;
  rdfs:comment "The quality of the video." ;
  schema:domainIncludes tmc:VideoObject ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:videoQuality .

tmc:ViewAction a rdfs:Class ;
  rdfs:label "View Action" ;
  rdfs:comment "The act of consuming static visual content." ;
  rdfs:subClassOf tmc:ConsumeAction ;
  owl:equivalentClass schema:ViewAction .

tmc:VinylFormat a tmc:MusicReleaseFormatType ;
  rdfs:label "Vinyl Format" ;
  rdfs:comment "VinylFormat." ;
  tmc:instanceOf tmc:MusicReleaseFormatType .

tmc:ViolenceConsideration a tmc:AdultOrientedEnumeration ;
  rdfs:label "Violence Consideration" ;
  rdfs:comment "Item shows or promotes violence." ;
  tmc:instanceOf tmc:AdultOrientedEnumeration .

tmc:VirtualConference a tmc:VirtualLocationType ;
  rdfs:label "Virtual Conference" ;
  rdfs:comment "A virtual conference event conducted online." ;
  tmc:instanceOf tmc:VirtualLocationType .

tmc:VirtualLocation a rdfs:Class ;
  rdfs:label "Virtual Location" ;
  rdfs:comment "An online or virtual location for attending events. For example, one may attend an online seminar or educational event. While a virtual location may be used as the location of an event, virtual locations should not be confused with physical locations in the real world." ;
  rdfs:subClassOf tmc:Intangible ;
  owl:equivalentClass schema:VirtualLocation .

tmc:VirtualLocationType a rdfs:Class, schema:Enumeration ;
  rdfs:label "Virtual Location Type" ;
  rdfs:comment "An enumeration of virtual location types." ;
  rdfs:subClassOf tmc:Enumeration .

tmc:virtualLocationType a rdf:Property ;
  rdfs:label "virtualLocationType" ;
  rdfs:comment "The type of virtual location associated with an event or listing." ;
  schema:domainIncludes tmc:VirtualLocation ;
  schema:rangeIncludes tmc:VirtualLocationType .

tmc:Virus a tmc:InfectiousAgentClass ;
  rdfs:label "Virus" ;
  rdfs:comment "Pathogenic virus that causes viral infection." ;
  tmc:instanceOf tmc:InfectiousAgentClass .

tmc:vision a rdf:Property ;
  rdfs:label "vision" ;
  rdfs:comment "The future state the Brand seeks to help create for its audiences and context." ;
  schema:domainIncludes tmc:Brand ;
  schema:rangeIncludes schema:Text .

tmc:VisualArtsEvent a rdfs:Class ;
  rdfs:label "Visual Arts Event" ;
  rdfs:comment "Event type: Visual arts event." ;
  rdfs:subClassOf tmc:Event ;
  owl:equivalentClass schema:VisualArtsEvent .

tmc:VisualArtwork a rdfs:Class ;
  rdfs:label "Visual Artwork" ;
  rdfs:comment "A work of art that is primarily visual in character." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:VisualArtwork .

tmc:VitalSign a rdfs:Class ;
  rdfs:label "Vital Sign" ;
  rdfs:comment "Vital signs are measures of various physiological functions in order to assess the most basic body functions." ;
  rdfs:subClassOf tmc:MedicalSign ;
  owl:equivalentClass schema:VitalSign .

tmc:Volcano a rdfs:Class ;
  rdfs:label "Volcano" ;
  rdfs:comment "A volcano, like Fujisan." ;
  rdfs:subClassOf tmc:Landform ;
  owl:equivalentClass schema:Volcano .

tmc:volumeNumber a rdf:Property ;
  rdfs:label "volume Number" ;
  rdfs:comment "Identifies the volume of publication or multi-part work; for example, \"iii\" or \"2\"." ;
  rdfs:subPropertyOf tmc:position ;
  schema:domainIncludes tmc:PublicationVolume ;
  schema:rangeIncludes schema:Text, schema:Integer ;
  owl:equivalentProperty schema:volumeNumber, <http://purl.org/ontology/bibo/volume> .

tmc:VoteAction a rdfs:Class ;
  rdfs:label "Vote Action" ;
  rdfs:comment "The act of expressing a preference from a fixed/finite/structured set of choices/options." ;
  rdfs:subClassOf tmc:ChooseAction ;
  owl:equivalentClass schema:VoteAction .

tmc:WantAction a rdfs:Class ;
  rdfs:label "Want Action" ;
  rdfs:comment "The act of expressing a desire about the object. An agent wants an object." ;
  rdfs:subClassOf tmc:ReactAction ;
  owl:equivalentClass schema:WantAction .

tmc:warning a rdf:Property ;
  rdfs:label "warning" ;
  rdfs:comment "Any FDA or other warnings about the drug (text or URL)." ;
  schema:domainIncludes tmc:Drug ;
  schema:rangeIncludes schema:Text, schema:URL ;
  owl:equivalentProperty schema:warning .

tmc:warranty a rdf:Property ;
  rdfs:label "warranty" ;
  rdfs:comment "The warranty promise(s) included in the offer." ;
  schema:domainIncludes tmc:Demand, tmc:Offer ;
  schema:rangeIncludes tmc:WarrantyPromise ;
  owl:equivalentProperty schema:warranty .

tmc:warrantyPromise a rdf:Property ;
  rdfs:label "warranty Promise" ;
  rdfs:comment "The warranty promise(s) included in the offer." ;
  schema:domainIncludes tmc:SellAction, tmc:BuyAction ;
  schema:rangeIncludes tmc:WarrantyPromise ;
  owl:equivalentProperty schema:warrantyPromise .

tmc:WarrantyPromise a rdfs:Class ;
  rdfs:label "Warranty Promise" ;
  rdfs:comment "A structured value representing the duration and scope of services that will be provided to a customer free of charge in case of a defect or malfunction of a product." ;
  rdfs:subClassOf tmc:StructuredValue ;
  owl:equivalentClass schema:WarrantyPromise .

tmc:warrantyScope a rdf:Property ;
  rdfs:label "warranty Scope" ;
  rdfs:comment "The scope of the warranty promise." ;
  schema:domainIncludes tmc:WarrantyPromise ;
  schema:rangeIncludes tmc:WarrantyScope ;
  owl:equivalentProperty schema:warrantyScope .

tmc:WarrantyScope a rdfs:Class, schema:Enumeration ;
  rdfs:label "Warranty Scope" ;
  rdfs:comment "A range of services that will be provided to a customer free of charge in case of a defect or malfunction of a product." ;
  rdfs:subClassOf tmc:Enumeration ;
  owl:equivalentClass schema:WarrantyScope .

tmc:WatchAction a rdfs:Class ;
  rdfs:label "Watch Action" ;
  rdfs:comment "The act of consuming dynamic/moving visual content." ;
  rdfs:subClassOf tmc:ConsumeAction ;
  owl:equivalentClass schema:WatchAction .

tmc:Waterfall a rdfs:Class ;
  rdfs:label "Waterfall" ;
  rdfs:comment "A waterfall, like Niagara." ;
  rdfs:subClassOf tmc:BodyOfWater ;
  owl:equivalentClass schema:Waterfall .

tmc:WaterFitness a rdfs:Class ;
  rdfs:label "Water Fitness" ;
  rdfs:comment "Aerobic exercise performed in shallow water." .

tmc:WeaponConsideration a tmc:AdultOrientedEnumeration ;
  rdfs:label "Weapon Consideration" ;
  rdfs:comment "The item is intended to induce bodily harm, for example guns, mace, combat knives, brass knuckles, nail or other bombs, and spears." ;
  tmc:instanceOf tmc:AdultOrientedEnumeration .

tmc:WearableMeasurementBack a tmc:WearableMeasurementTypeEnumeration ;
  rdfs:label "Wearable Measurement Back" ;
  rdfs:comment "Measurement of the back section, for example of a jacket" ;
  tmc:instanceOf tmc:WearableMeasurementTypeEnumeration .

tmc:WearableMeasurementChestOrBust a tmc:WearableMeasurementTypeEnumeration ;
  rdfs:label "Wearable Measurement Chest Or Bust" ;
  rdfs:comment "Measurement of the chest/bust section, for example of a suit" ;
  tmc:instanceOf tmc:WearableMeasurementTypeEnumeration .

tmc:WearableMeasurementCollar a tmc:WearableMeasurementTypeEnumeration ;
  rdfs:label "Wearable Measurement Collar" ;
  rdfs:comment "Measurement of the collar, for example of a shirt" ;
  tmc:instanceOf tmc:WearableMeasurementTypeEnumeration .

tmc:WearableMeasurementCup a tmc:WearableMeasurementTypeEnumeration ;
  rdfs:label "Wearable Measurement Cup" ;
  rdfs:comment "Measurement of the cup, for example of a bra" ;
  tmc:instanceOf tmc:WearableMeasurementTypeEnumeration .

tmc:WearableMeasurementHeight a tmc:WearableMeasurementTypeEnumeration ;
  rdfs:label "Wearable Measurement Height" ;
  rdfs:comment "Measurement of the height, for example the heel height of a shoe" ;
  tmc:instanceOf tmc:WearableMeasurementTypeEnumeration .

tmc:WearableMeasurementHips a tmc:WearableMeasurementTypeEnumeration ;
  rdfs:label "Wearable Measurement Hips" ;
  rdfs:comment "Measurement of the hip section, for example of a skirt" ;
  tmc:instanceOf tmc:WearableMeasurementTypeEnumeration .

tmc:WearableMeasurementInseam a tmc:WearableMeasurementTypeEnumeration ;
  rdfs:label "Wearable Measurement Inseam" ;
  rdfs:comment "Measurement of the inseam, for example of pants" ;
  tmc:instanceOf tmc:WearableMeasurementTypeEnumeration .

tmc:WearableMeasurementLength a tmc:WearableMeasurementTypeEnumeration ;
  rdfs:label "Wearable Measurement Length" ;
  rdfs:comment "Represents the length, for example of a dress" ;
  tmc:instanceOf tmc:WearableMeasurementTypeEnumeration .

tmc:WearableMeasurementOutsideLeg a tmc:WearableMeasurementTypeEnumeration ;
  rdfs:label "Wearable Measurement Outside Leg" ;
  rdfs:comment "Measurement of the outside leg, for example of pants" ;
  tmc:instanceOf tmc:WearableMeasurementTypeEnumeration .

tmc:WearableMeasurementSleeve a tmc:WearableMeasurementTypeEnumeration ;
  rdfs:label "Wearable Measurement Sleeve" ;
  rdfs:comment "Measurement of the sleeve length, for example of a shirt" ;
  tmc:instanceOf tmc:WearableMeasurementTypeEnumeration .

tmc:WearableMeasurementTypeEnumeration a rdfs:Class ;
  rdfs:label "Wearable Measurement Type Enumeration" ;
  rdfs:comment "Enumerates common types of measurement for wearables products." ;
  rdfs:subClassOf tmc:MeasurementTypeEnumeration ;
  owl:equivalentClass schema:WearableMeasurementTypeEnumeration .

tmc:WearableMeasurementWaist a tmc:WearableMeasurementTypeEnumeration ;
  rdfs:label "Wearable Measurement Waist" ;
  rdfs:comment "Measurement of the waist section, for example of pants" ;
  tmc:instanceOf tmc:WearableMeasurementTypeEnumeration .

tmc:WearableMeasurementWidth a tmc:WearableMeasurementTypeEnumeration ;
  rdfs:label "Wearable Measurement Width" ;
  rdfs:comment "Measurement of the width, for example of shoes" ;
  tmc:instanceOf tmc:WearableMeasurementTypeEnumeration .

tmc:WearableSizeGroupBig a tmc:WearableSizeGroupEnumeration ;
  rdfs:label "Wearable Size Group Big" ;
  rdfs:comment "Size group \"Big\" for wearables." ;
  tmc:instanceOf tmc:WearableSizeGroupEnumeration .

tmc:WearableSizeGroupBoys a tmc:WearableSizeGroupEnumeration ;
  rdfs:label "Wearable Size Group Boys" ;
  rdfs:comment "Size group \"Boys\" for wearables." ;
  tmc:instanceOf tmc:WearableSizeGroupEnumeration .

tmc:WearableSizeGroupEnumeration a rdfs:Class ;
  rdfs:label "Wearable Size Group Enumeration" ;
  rdfs:comment "Enumerates common size groups (also known as \"size types\") for wearable products." ;
  rdfs:subClassOf tmc:SizeGroupEnumeration ;
  owl:equivalentClass schema:WearableSizeGroupEnumeration .

tmc:WearableSizeGroupExtraShort a tmc:WearableSizeGroupEnumeration ;
  rdfs:label "Wearable Size Group Extra Short" ;
  rdfs:comment "Size group \"Extra Short\" for wearables." ;
  tmc:instanceOf tmc:WearableSizeGroupEnumeration .

tmc:WearableSizeGroupExtraTall a tmc:WearableSizeGroupEnumeration ;
  rdfs:label "Wearable Size Group Extra Tall" ;
  rdfs:comment "Size group \"Extra Tall\" for wearables." ;
  tmc:instanceOf tmc:WearableSizeGroupEnumeration .

tmc:WearableSizeGroupGirls a tmc:WearableSizeGroupEnumeration ;
  rdfs:label "Wearable Size Group Girls" ;
  rdfs:comment "Size group \"Girls\" for wearables." ;
  tmc:instanceOf tmc:WearableSizeGroupEnumeration .

tmc:WearableSizeGroupHusky a tmc:WearableSizeGroupEnumeration ;
  rdfs:label "Wearable Size Group Husky" ;
  rdfs:comment "Size group \"Husky\" (or \"Stocky\") for wearables." ;
  tmc:instanceOf tmc:WearableSizeGroupEnumeration .

tmc:WearableSizeGroupInfants a tmc:WearableSizeGroupEnumeration ;
  rdfs:label "Wearable Size Group Infants" ;
  rdfs:comment "Size group \"Infants\" for wearables." ;
  tmc:instanceOf tmc:WearableSizeGroupEnumeration .

tmc:WearableSizeGroupJuniors a tmc:WearableSizeGroupEnumeration ;
  rdfs:label "Wearable Size Group Juniors" ;
  rdfs:comment "Size group \"Juniors\" for wearables." ;
  tmc:instanceOf tmc:WearableSizeGroupEnumeration .

tmc:WearableSizeGroupMaternity a tmc:WearableSizeGroupEnumeration ;
  rdfs:label "Wearable Size Group Maternity" ;
  rdfs:comment "Size group \"Maternity\" for wearables." ;
  tmc:instanceOf tmc:WearableSizeGroupEnumeration .

tmc:WearableSizeGroupMens a tmc:WearableSizeGroupEnumeration ;
  rdfs:label "Wearable Size Group Mens" ;
  rdfs:comment "Size group \"Mens\" for wearables." ;
  tmc:instanceOf tmc:WearableSizeGroupEnumeration .

tmc:WearableSizeGroupMisses a tmc:WearableSizeGroupEnumeration ;
  rdfs:label "Wearable Size Group Misses" ;
  rdfs:comment "Size group \"Misses\" (also known as \"Missy\") for wearables." ;
  tmc:instanceOf tmc:WearableSizeGroupEnumeration .

tmc:WearableSizeGroupPetite a tmc:WearableSizeGroupEnumeration ;
  rdfs:label "Wearable Size Group Petite" ;
  rdfs:comment "Size group \"Petite\" for wearables." ;
  tmc:instanceOf tmc:WearableSizeGroupEnumeration .

tmc:WearableSizeGroupPlus a tmc:WearableSizeGroupEnumeration ;
  rdfs:label "Wearable Size Group Plus" ;
  rdfs:comment "Size group \"Plus\" for wearables." ;
  tmc:instanceOf tmc:WearableSizeGroupEnumeration .

tmc:WearableSizeGroupRegular a tmc:WearableSizeGroupEnumeration ;
  rdfs:label "Wearable Size Group Regular" ;
  rdfs:comment "Size group \"Regular\" for wearables." ;
  tmc:instanceOf tmc:WearableSizeGroupEnumeration .

tmc:WearableSizeGroupShort a tmc:WearableSizeGroupEnumeration ;
  rdfs:label "Wearable Size Group Short" ;
  rdfs:comment "Size group \"Short\" for wearables." ;
  tmc:instanceOf tmc:WearableSizeGroupEnumeration .

tmc:WearableSizeGroupTall a tmc:WearableSizeGroupEnumeration ;
  rdfs:label "Wearable Size Group Tall" ;
  rdfs:comment "Size group \"Tall\" for wearables." ;
  tmc:instanceOf tmc:WearableSizeGroupEnumeration .

tmc:WearableSizeGroupWomens a tmc:WearableSizeGroupEnumeration ;
  rdfs:label "Wearable Size Group Womens" ;
  rdfs:comment "Size group \"Womens\" for wearables." ;
  tmc:instanceOf tmc:WearableSizeGroupEnumeration .

tmc:WearableSizeSystemAU a tmc:WearableSizeSystemEnumeration ;
  rdfs:label "Wearable Size System AU" ;
  rdfs:comment "Australian size system for wearables." ;
  tmc:instanceOf tmc:WearableSizeSystemEnumeration .

tmc:WearableSizeSystemBR a tmc:WearableSizeSystemEnumeration ;
  rdfs:label "Wearable Size System BR" ;
  rdfs:comment "Brazilian size system for wearables." ;
  tmc:instanceOf tmc:WearableSizeSystemEnumeration .

tmc:WearableSizeSystemCN a tmc:WearableSizeSystemEnumeration ;
  rdfs:label "Wearable Size System CN" ;
  rdfs:comment "Chinese size system for wearables." ;
  tmc:instanceOf tmc:WearableSizeSystemEnumeration .

tmc:WearableSizeSystemContinental a tmc:WearableSizeSystemEnumeration ;
  rdfs:label "Wearable Size System Continental" ;
  rdfs:comment "Continental size system for wearables." ;
  tmc:instanceOf tmc:WearableSizeSystemEnumeration .

tmc:WearableSizeSystemDE a tmc:WearableSizeSystemEnumeration ;
  rdfs:label "Wearable Size System DE" ;
  rdfs:comment "German size system for wearables." ;
  tmc:instanceOf tmc:WearableSizeSystemEnumeration .

tmc:WearableSizeSystemEN13402 a tmc:WearableSizeSystemEnumeration ;
  rdfs:label "Wearable Size System EN13402" ;
  rdfs:comment "EN 13402 (joint European standard for size labelling of clothes)." ;
  tmc:instanceOf tmc:WearableSizeSystemEnumeration .

tmc:WearableSizeSystemEnumeration a rdfs:Class ;
  rdfs:label "Wearable Size System Enumeration" ;
  rdfs:comment "Enumerates common size systems specific for wearable products" ;
  rdfs:subClassOf tmc:SizeSystemEnumeration ;
  owl:equivalentClass schema:WearableSizeSystemEnumeration .

tmc:WearableSizeSystemEurope a tmc:WearableSizeSystemEnumeration ;
  rdfs:label "Wearable Size System Europe" ;
  rdfs:comment "European size system for wearables." ;
  tmc:instanceOf tmc:WearableSizeSystemEnumeration .

tmc:WearableSizeSystemFR a tmc:WearableSizeSystemEnumeration ;
  rdfs:label "Wearable Size System FR" ;
  rdfs:comment "French size system for wearables." ;
  tmc:instanceOf tmc:WearableSizeSystemEnumeration .

tmc:WearableSizeSystemGS1 a tmc:WearableSizeSystemEnumeration ;
  rdfs:label "Wearable Size System GS1" ;
  rdfs:comment "GS1 (formerly NRF) size system for wearables." ;
  tmc:instanceOf tmc:WearableSizeSystemEnumeration .

tmc:WearableSizeSystemIT a tmc:WearableSizeSystemEnumeration ;
  rdfs:label "Wearable Size System IT" ;
  rdfs:comment "Italian size system for wearables." ;
  tmc:instanceOf tmc:WearableSizeSystemEnumeration .

tmc:WearableSizeSystemJP a tmc:WearableSizeSystemEnumeration ;
  rdfs:label "Wearable Size System JP" ;
  rdfs:comment "Japanese size system for wearables." ;
  tmc:instanceOf tmc:WearableSizeSystemEnumeration .

tmc:WearableSizeSystemMX a tmc:WearableSizeSystemEnumeration ;
  rdfs:label "Wearable Size System MX" ;
  rdfs:comment "Mexican size system for wearables." ;
  tmc:instanceOf tmc:WearableSizeSystemEnumeration .

tmc:WearableSizeSystemUK a tmc:WearableSizeSystemEnumeration ;
  rdfs:label "Wearable Size System UK" ;
  rdfs:comment "United Kingdom size system for wearables." ;
  tmc:instanceOf tmc:WearableSizeSystemEnumeration .

tmc:WearableSizeSystemUS a tmc:WearableSizeSystemEnumeration ;
  rdfs:label "Wearable Size System US" ;
  rdfs:comment "United States size system for wearables." ;
  tmc:instanceOf tmc:WearableSizeSystemEnumeration .

tmc:WearAction a rdfs:Class ;
  rdfs:label "Wear Action" ;
  rdfs:comment "The act of dressing oneself in clothing." ;
  rdfs:subClassOf tmc:UseAction ;
  owl:equivalentClass schema:WearAction .

tmc:WebAPI a rdfs:Class ;
  rdfs:label "Web API" ;
  rdfs:comment "An application programming interface accessible over Web/Internet technologies." ;
  rdfs:subClassOf tmc:Service ;
  owl:equivalentClass schema:WebAPI .

tmc:WebApplication a rdfs:Class ;
  rdfs:label "Web Application" ;
  rdfs:comment "Web applications." ;
  rdfs:subClassOf tmc:SoftwareApplication ;
  owl:equivalentClass schema:WebApplication .

tmc:webCheckinTime a rdf:Property ;
  rdfs:label "web Checkin Time" ;
  rdfs:comment "The time when a passenger can check into the flight online." ;
  schema:domainIncludes tmc:Flight ;
  schema:rangeIncludes schema:DateTime ;
  owl:equivalentProperty schema:webCheckinTime .

tmc:WebContent a rdfs:Class ;
  rdfs:label "Web Content" ;
  rdfs:comment "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 are 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]].)" ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:WebContent .

tmc:webFeed a rdf:Property ;
  rdfs:label "web Feed" ;
  rdfs:comment "The URL for a feed, e.g. associated with a podcast series, blog, or series of date-stamped updates. This is usually RSS or Atom." ;
  schema:domainIncludes tmc:SpecialAnnouncement, tmc:PodcastSeries ;
  schema:rangeIncludes tmc:DataFeed, schema:URL ;
  owl:equivalentProperty schema:webFeed .

tmc:WebPage a rdfs:Class ;
  rdfs:label "Web Page" ;
  rdfs:comment "A web page. Every web page is implicitly assumed to be declared to be of type WebPage, so the various properties about that webpage, such as <code>breadcrumb</code> may be used. We recommend explicit declaration if these properties are specified, but if they are found outside of an itemscope, they will be assumed to be about the page." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:WebPage .

tmc:WebPageElement a rdfs:Class ;
  rdfs:label "Web Page Element" ;
  rdfs:comment "A web page element, like a table or an image." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:WebPageElement .

tmc:WebSite a rdfs:Class ;
  rdfs:label "Web Site" ;
  rdfs:comment "A WebSite is a set of related web pages and other items typically served from a single web domain and accessible via URLs." ;
  rdfs:subClassOf tmc:CreativeWork ;
  owl:equivalentClass schema:WebSite .

tmc:website a rdf:Property ;
  rdfs:label "website" ;
  rdfs:comment "." ;
  rdfs:subPropertyOf tmc:url ;
  schema:domainIncludes tmc:Places, tmc:Listing, tmc:Account ;
  schema:rangeIncludes tmc:WebSite, schema:URL .

tmc:Wednesday a tmc:DayOfWeek ;
  rdfs:label "Wednesday" ;
  rdfs:comment "The day of the week between Tuesday and Thursday." ;
  tmc:instanceOf tmc:DayOfWeek .

tmc:weight a rdf:Property ;
  rdfs:label "weight" ;
  rdfs:comment "The weight of a thing." ;
  schema:domainIncludes tmc:Person, tmc:Product, tmc:OfferShippingDetails ;
  schema:rangeIncludes tmc:WeightValue ;
  owl:equivalentProperty schema:weight .

tmc:weightTotal a rdf:Property ;
  rdfs:label "weight Total" ;
  rdfs:comment "The permitted total weight of the loaded vehicle, including passengers and cargo and the weight of the empty vehicle.\\n\\nTypical unit code(s): KGM for kilogram, LBR for pound\\n\\n* 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." ;
  schema:domainIncludes tmc:Vehicle ;
  schema:rangeIncludes tmc:QuantitativeValue ;
  owl:equivalentProperty schema:weightTotal .

tmc:WeightUnit a rdfs:Class, schema:Enumeration ;
  rdfs:label "WeightUnit" ;
  rdfs:subClassOf tmc:Enumeration .

tmc:weightUnit a rdf:Property ;
  rdfs:label "weightUnit" ;
  schema:domainIncludes tmc:WeightValue ;
  schema:rangeIncludes tmc:WeightUnit .

tmc:WeightValue a rdfs:Class ;
  rdfs:label "WeightValue" ;
  rdfs:comment "A point value or interval for product characteristics and other purposes." ;
  rdfs:subClassOf tmc:StructuredValue .

tmc:weightValue a rdf:Property ;
  rdfs:label "The number or type of the unit for weight" ;
  schema:domainIncludes tmc:WeightValue ;
  schema:rangeIncludes schema:Number .

tmc:WellnessCoach a tmc:PersonCoachType ;
  rdfs:label "Wellness Coach" ;
  rdfs:comment "Focuses on holistic wellness, helping clients achieve a balanced lifestyle through fitness, nutrition, and mental well-being strategies." ;
  tmc:instanceOf tmc:PersonCoachType .

tmc:WesternConventional a tmc:MedicineSystem ;
  rdfs:label "Western Conventional" ;
  rdfs:comment "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." ;
  tmc:instanceOf tmc:MedicineSystem .

tmc:wheelbase a rdf:Property ;
  rdfs:label "wheelbase" ;
  rdfs:comment "The distance between the centers of the front and rear wheels.\\n\\nTypical unit code(s): CMT for centimeters, MTR for meters, INH for inches, FOT for foot/feet" ;
  schema:domainIncludes tmc:Vehicle ;
  schema:rangeIncludes tmc:QuantitativeValue ;
  owl:equivalentProperty schema:wheelbase .

tmc:WheelchairRunPace a rdfs:Class ;
  rdfs:label "Wheelchair Run Pace" ;
  rdfs:comment "A wheelchair workout at running pace." ;
  rdfs:subClassOf tmc:ExerciseAndFitness ;
  tmc:instanceOf tmc:PhysicalActivityType .

tmc:WheelchairRunPace a tmc:PhysicalActivityType .

tmc:WheelchairWalkPace a rdfs:Class ;
  rdfs:label "Wheelchair Walk Pace" ;
  rdfs:comment "A wheelchair workout at walking pace." ;
  rdfs:subClassOf tmc:ExerciseAndFitness ;
  tmc:instanceOf tmc:PhysicalActivityType .

tmc:WheelchairWalkPace a tmc:PhysicalActivityType .

tmc:Wholesale a tmc:DrugCostCategory ;
  rdfs:label "Wholesale" ;
  rdfs:comment "The drug's cost represents the wholesale acquisition cost of the drug." ;
  tmc:instanceOf tmc:DrugCostCategory .

tmc:WholesaleStore a rdfs:Class ;
  rdfs:label "Wholesale Store" ;
  rdfs:comment "A wholesale store." ;
  rdfs:subClassOf tmc:Store ;
  owl:equivalentClass schema:WholesaleStore .

tmc:width a rdf:Property ;
  rdfs:label "width" ;
  rdfs:comment "The width of the item." ;
  schema:domainIncludes tmc:VisualArtwork, tmc:Product, tmc:MediaObject, tmc:OfferShippingDetails ;
  schema:rangeIncludes tmc:Distance, tmc:QuantitativeValue ;
  owl:equivalentProperty schema:width .

tmc:WinAction a rdfs:Class ;
  rdfs:label "Win Action" ;
  rdfs:comment "The act of achieving victory in a competitive activity." ;
  rdfs:subClassOf tmc:AchieveAction ;
  owl:equivalentClass schema:WinAction .

tmc:Winery a rdfs:Class ;
  rdfs:label "Winery" ;
  rdfs:comment "A winery." ;
  rdfs:subClassOf tmc:FoodEstablishment ;
  owl:equivalentClass schema:Winery .

tmc:winner a rdf:Property ;
  rdfs:label "winner" ;
  rdfs:comment "A sub property of participant. The winner of the action." ;
  rdfs:subPropertyOf tmc:participant ;
  schema:domainIncludes tmc:LoseAction ;
  schema:rangeIncludes tmc:Person ;
  owl:equivalentProperty schema:winner .

tmc:Withdrawn a tmc:MedicalStudyStatus ;
  rdfs:label "Withdrawn" ;
  rdfs:comment "Withdrawn." ;
  tmc:instanceOf tmc:MedicalStudyStatus .

tmc:wordCount a rdf:Property ;
  rdfs:label "word Count" ;
  rdfs:comment "The number of words in the text of the Article." ;
  schema:domainIncludes tmc:Article ;
  schema:rangeIncludes schema:Integer ;
  owl:equivalentProperty schema:wordCount .

tmc:WorkBasedProgram a rdfs:Class ;
  rdfs:label "Work Based Program" ;
  rdfs:comment "A program with both an educational and employment component. Typically based at a workplace and structured around work-based learning, with the aim of instilling competencies related to an occupation. WorkBasedProgram is used to distinguish programs such as apprenticeships from school, college or other classroom based educational programs." ;
  rdfs:subClassOf tmc:EducationalOccupationalProgram ;
  owl:equivalentClass schema:WorkBasedProgram .

tmc:WorkersUnion a rdfs:Class ;
  rdfs:label "Workers Union" ;
  rdfs:comment "A Workers Union (also known as a Labor Union, Labour Union, or Trade Union) is an organization that promotes the interests of its worker members by collectively bargaining with management, organizing, and political lobbying." ;
  rdfs:subClassOf tmc:Organization ;
  owl:equivalentClass schema:WorkersUnion .

tmc:workExample a rdf:Property ;
  rdfs:label "work Example" ;
  rdfs:comment "Example/instance/realization/derivation of the concept of this creative work. E.g. the paperback edition, first edition, or e-book." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes tmc:CreativeWork ;
  schema:inverseOf tmc:exampleOfWork ;
  owl:equivalentProperty schema:workExample .

tmc:workFeatured a rdf:Property ;
  rdfs:label "work Featured" ;
  rdfs:comment "A work featured in some event, e.g. exhibited in an ExhibitionEvent.\n       Specific subproperties are available for workPerformed (e.g. a play), or a workPresented (a Movie at a ScreeningEvent)." ;
  schema:domainIncludes tmc:Event ;
  schema:rangeIncludes tmc:CreativeWork ;
  owl:equivalentProperty schema:workFeatured .

tmc:workHours a rdf:Property ;
  rdfs:label "work Hours" ;
  rdfs:comment "The typical working hours for this job (e.g. 1st shift, night shift, 8am-5pm)." ;
  schema:domainIncludes tmc:JobPosting ;
  schema:rangeIncludes schema:Text ;
  owl:equivalentProperty schema:workHours .

tmc:workload a rdf:Property ;
  rdfs:label "workload" ;
  rdfs:comment "Quantitative measure of the physiologic output of the exercise; also referred to as energy expenditure." ;
  schema:domainIncludes tmc:ExercisePlan ;
  schema:rangeIncludes tmc:Energy, tmc:QuantitativeValue ;
  owl:equivalentProperty schema:workload .

tmc:workLocation a rdf:Property ;
  rdfs:label "work Location" ;
  rdfs:comment "A contact location for a person's place of work." ;
  rdfs:subPropertyOf tmc:location ;
  schema:domainIncludes tmc:Person ;
  schema:rangeIncludes tmc:ContactPoint, tmc:Place ;
  owl:equivalentProperty schema:workLocation .

tmc:workPerformed a rdf:Property ;
  rdfs:label "work Performed" ;
  rdfs:comment "A work performed in some event, for example a play performed in a TheaterEvent." ;
  rdfs:subPropertyOf tmc:workFeatured ;
  schema:domainIncludes tmc:Event ;
  schema:rangeIncludes tmc:CreativeWork ;
  owl:equivalentProperty schema:workPerformed .

tmc:workPresented a rdf:Property ;
  rdfs:label "work Presented" ;
  rdfs:comment "The movie presented during this event." ;
  rdfs:subPropertyOf tmc:workFeatured ;
  schema:domainIncludes tmc:ScreeningEvent ;
  schema:rangeIncludes tmc:Movie ;
  owl:equivalentProperty schema:workPresented .

tmc:worksFor a rdf:Property ;
  rdfs:label "works For" ;
  rdfs:comment "Organizations that the person works for." ;
  schema:domainIncludes tmc:Person ;
  schema:rangeIncludes tmc:Organization ;
  owl:equivalentProperty schema:worksFor .

tmc:workTranslation a rdf:Property ;
  rdfs:label "work Translation" ;
  rdfs:comment "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." ;
  schema:domainIncludes tmc:CreativeWork ;
  schema:rangeIncludes tmc:CreativeWork ;
  schema:inverseOf tmc:translationOfWork ;
  owl:equivalentProperty schema:workTranslation .

tmc:worstRating a rdf:Property ;
  rdfs:label "worst Rating" ;
  rdfs:comment "The lowest value allowed in this rating system. If worstRating is omitted, 1 is assumed." ;
  schema:domainIncludes tmc:Rating ;
  schema:rangeIncludes schema:Text, schema:Number ;
  owl:equivalentProperty schema:worstRating .

tmc:WPAdBlock a rdfs:Class ;
  rdfs:label "WP Ad Block" ;
  rdfs:comment "An advertising section of the page." ;
  rdfs:subClassOf tmc:WebPageElement ;
  owl:equivalentClass schema:WPAdBlock .

tmc:WPFooter a rdfs:Class ;
  rdfs:label "WP Footer" ;
  rdfs:comment "The footer section of the page." ;
  rdfs:subClassOf tmc:WebPageElement ;
  owl:equivalentClass schema:WPFooter .

tmc:WPHeader a rdfs:Class ;
  rdfs:label "WP Header" ;
  rdfs:comment "The header section of the page." ;
  rdfs:subClassOf tmc:WebPageElement ;
  owl:equivalentClass schema:WPHeader .

tmc:WPSideBar a rdfs:Class ;
  rdfs:label "WP Side Bar" ;
  rdfs:comment "A sidebar section of the page." ;
  rdfs:subClassOf tmc:WebPageElement ;
  owl:equivalentClass schema:WPSideBar .

tmc:WriteAction a rdfs:Class ;
  rdfs:label "Write Action" ;
  rdfs:comment "The act of authoring written creative content." ;
  rdfs:subClassOf tmc:CreateAction ;
  owl:equivalentClass schema:WriteAction .

tmc:WritePermission a tmc:DigitalDocumentPermissionType ;
  rdfs:label "Write Permission" ;
  rdfs:comment "Permission to write or edit the document." ;
  tmc:instanceOf tmc:DigitalDocumentPermissionType .

tmc:xpath a rdf:Property ;
  rdfs:label "xpath" ;
  rdfs:comment "An XPath, e.g. of a [[SpeakableSpecification]] or [[WebPageElement]]. In the latter case, multiple matches within a page can constitute a single conceptual \"Web page element\"." ;
  schema:domainIncludes tmc:SpeakableSpecification, tmc:WebPageElement ;
  schema:rangeIncludes tmc:XPathType ;
  owl:equivalentProperty schema:xpath .

tmc:XPathType a rdfs:Class ;
  rdfs:label "X Path Type" ;
  rdfs:comment "Text representing an XPath (typically but not necessarily version 1.0)." ;
  rdfs:subClassOf tmc:Text ;
  owl:equivalentClass schema:XPathType .

tmc:XRay a tmc:MedicalImagingTechnique ;
  rdfs:label "X Ray" ;
  rdfs:comment "X-ray imaging." ;
  tmc:instanceOf tmc:MedicalImagingTechnique .

tmc:yearBuilt a rdf:Property ;
  rdfs:label "year Built" ;
  rdfs:comment "The year an [[Accommodation]] was constructed. This corresponds to the [YearBuilt field in RESO](https://ddwiki.reso.org/display/DDW17/YearBuilt+Field). " ;
  schema:domainIncludes tmc:Accommodation ;
  schema:rangeIncludes schema:Number ;
  owl:equivalentProperty schema:yearBuilt .

tmc:yearlyRevenue a rdf:Property ;
  rdfs:label "yearly Revenue" ;
  rdfs:comment "The size of the business in annual revenue." ;
  schema:domainIncludes tmc:BusinessAudience ;
  schema:rangeIncludes tmc:QuantitativeValue ;
  owl:equivalentProperty schema:yearlyRevenue .

tmc:yearsInOperation a rdf:Property ;
  rdfs:label "years In Operation" ;
  rdfs:comment "The age of the business." ;
  schema:domainIncludes tmc:BusinessAudience ;
  schema:rangeIncludes tmc:QuantitativeValue ;
  owl:equivalentProperty schema:yearsInOperation .

tmc:yield a rdf:Property ;
  rdfs:label "yield" ;
  rdfs:comment "The quantity that results by performing instructions. For example, a paper airplane, 10 personalized candles." ;
  schema:domainIncludes tmc:HowTo ;
  schema:rangeIncludes tmc:QuantitativeValue, schema:Text ;
  owl:equivalentProperty schema:yield .

tmc:YogaAndPilatesStudio a rdfs:Class ;
  rdfs:label "Yoga and Pilates Studio" ;
  rdfs:comment "A facility dedicated to the practice of yoga and Pilates, offering classes and space for individual practice." ;
  rdfs:subClassOf tmc:SportsActivityLocation ;
  tmc:instanceOf tmc:SportsActivityLocationType .

tmc:YogaAndPilatesStudio a tmc:SportsActivityLocationType .

tmc:YouthSportsCoach a tmc:PersonCoachType ;
  rdfs:label "Youth Sports Coach" ;
  rdfs:comment "Specializes in coaching young athletes, focusing on skill development, sportsmanship, and fostering a love of the game in a supportive environment." ;
  tmc:instanceOf tmc:PersonCoachType .

tmc:ZoneBoardingPolicy a tmc:BoardingPolicyType ;
  rdfs:label "Zone Boarding Policy" ;
  rdfs:comment "The airline boards by zones of the plane." ;
  tmc:instanceOf tmc:BoardingPolicyType .

tmc:Zoo a rdfs:Class ;
  rdfs:label "Zoo" ;
  rdfs:comment "A zoo." ;
  rdfs:subClassOf tmc:CivicStructure ;
  owl:equivalentClass schema:Zoo .

tmc:ZoomConferencingService a tmc:VideoConferencingService ;
  rdfs:label "Zoom Conferencing Service" ;
  rdfs:comment "A video conferencing service provided by Zoom Video Communications." ;
  tmc:instanceOf tmc:VideoConferencingService .

tmc:MonetizationItem a rdfs:Class ;
  rdfs:label "Monetization Item" ;
  rdfs:comment "A monetizable capability or service offering derived from platform features." ;
  rdfs:subClassOf tmc:PlatformEntity .

tmc:MonetizationItemType a rdfs:Class, schema:Enumeration ;
  rdfs:label "Monetization Item Type" ;
  rdfs:comment "An enumeration of monetization items available on the platform." ;
  rdfs:subClassOf tmc:Enumeration ;
  tmc:enumerationOf tmc:MonetizationItem .

tmc:enabledByFeature a rdf:Property ;
  rdfs:label "Enabled By Feature" ;
  rdfs:comment "The platform feature(s) that enable or power this monetization item." ;
  schema:domainIncludes tmc:MonetizationItem ;
  schema:rangeIncludes tmc:Feature .

tmc:MonetizationProviderSubscription a rdfs:Class ;
  rdfs:label "Provider Subscription" ;
  rdfs:comment "Tiered SaaS subscription for provider accounts with access to platform tools and capabilities." ;
  rdfs:subClassOf tmc:MonetizationItem ;
  tmc:instanceOf tmc:MonetizationItemType .

tmc:MonetizationProviderSubscription a tmc:MonetizationItemType .

tmc:MonetizationMicroMarketplace a rdfs:Class ;
  rdfs:label "Micro-Marketplace" ;
  rdfs:comment "Tenant-specific marketplace instance with scoped datasets, policies, and branding." ;
  rdfs:subClassOf tmc:MonetizationItem ;
  tmc:instanceOf tmc:MonetizationItemType .

tmc:MonetizationMicroMarketplace a tmc:MonetizationItemType .

tmc:MonetizationSearchPriority a rdfs:Class ;
  rdfs:label "Search Priority" ;
  rdfs:comment "Priority placement and visibility in search and discovery results." ;
  rdfs:subClassOf tmc:MonetizationItem ;
  tmc:instanceOf tmc:MonetizationItemType .

tmc:MonetizationSearchPriority a tmc:MonetizationItemType .

tmc:MonetizationLeadEngine a rdfs:Class ;
  rdfs:label "Lead Engine" ;
  rdfs:comment "Request and reserve flows with lead routing and conversion tracking." ;
  rdfs:subClassOf tmc:MonetizationItem ;
  tmc:instanceOf tmc:MonetizationItemType .

tmc:MonetizationLeadEngine a tmc:MonetizationItemType .

tmc:MonetizationAnalyticsPlus a rdfs:Class ;
  rdfs:label "Analytics Plus" ;
  rdfs:comment "Extended analytics history, UTM tracking, and conversion insights." ;
  rdfs:subClassOf tmc:MonetizationItem ;
  tmc:instanceOf tmc:MonetizationItemType .

tmc:MonetizationAnalyticsPlus a tmc:MonetizationItemType .

tmc:MonetizationTeamCollaboration a rdfs:Class ;
  rdfs:label "Team Collaboration" ;
  rdfs:comment "Multi-user access control, roles, and shared workspaces for organizations." ;
  rdfs:subClassOf tmc:MonetizationItem ;
  tmc:instanceOf tmc:MonetizationItemType .

tmc:MonetizationTeamCollaboration a tmc:MonetizationItemType .

tmc:MonetizationContacts a rdfs:Class ;
  rdfs:label "Contacts" ;
  rdfs:comment "Contact and lead management with customer records and outreach tools." ;
  rdfs:subClassOf tmc:MonetizationItem ;
  tmc:instanceOf tmc:MonetizationItemType .

tmc:MonetizationContacts a tmc:MonetizationItemType .

tmc:MonetizationVerificationBadge a rdfs:Class ;
  rdfs:label "Verification Badge" ;
  rdfs:comment "Verified provider status with identity and eligibility verification." ;
  rdfs:subClassOf tmc:MonetizationItem ;
  tmc:instanceOf tmc:MonetizationItemType .

tmc:MonetizationVerificationBadge a tmc:MonetizationItemType .

tmc:MonetizationCustomDomain a rdfs:Class ;
  rdfs:label "Custom Domain" ;
  rdfs:comment "Custom domain or subdomain for provider profiles and listings." ;
  rdfs:subClassOf tmc:MonetizationItem ;
  tmc:instanceOf tmc:MonetizationItemType .

tmc:MonetizationCustomDomain a tmc:MonetizationItemType .

tmc:MonetizationCustomBrandColors a rdfs:Class ;
  rdfs:label "Custom Brand Colors" ;
  rdfs:comment "Custom branding and color theming for provider profiles." ;
  rdfs:subClassOf tmc:MonetizationItem ;
  tmc:instanceOf tmc:MonetizationItemType .

tmc:MonetizationCustomBrandColors a tmc:MonetizationItemType .

tmc:MonetizationProviderAiAssistant a rdfs:Class ;
  rdfs:label "Provider AI Assistant" ;
  rdfs:comment "AI-assisted authoring, recommendations, and content enrichment for providers." ;
  rdfs:subClassOf tmc:MonetizationItem ;
  tmc:instanceOf tmc:MonetizationItemType .

tmc:MonetizationProviderAiAssistant a tmc:MonetizationItemType .

tmc:MonetizationActivityAuditLogs a rdfs:Class ;
  rdfs:label "Activity Audit Logs" ;
  rdfs:comment "Audit logging and activity tracking for security and compliance." ;
  rdfs:subClassOf tmc:MonetizationItem ;
  tmc:instanceOf tmc:MonetizationItemType .

tmc:MonetizationActivityAuditLogs a tmc:MonetizationItemType .

tmc:MonetizationPrioritySupport a rdfs:Class ;
  rdfs:label "Priority Support" ;
  rdfs:comment "Priority access to support channels and faster response times." ;
  rdfs:subClassOf tmc:MonetizationItem ;
  tmc:instanceOf tmc:MonetizationItemType .

tmc:MonetizationPrioritySupport a tmc:MonetizationItemType .

tmc:MonetizationDedicatedManager a rdfs:Class ;
  rdfs:label "Dedicated Manager" ;
  rdfs:comment "Dedicated account manager for high-tier providers." ;
  rdfs:subClassOf tmc:MonetizationItem ;
  tmc:instanceOf tmc:MonetizationItemType .

tmc:MonetizationDedicatedManager a tmc:MonetizationItemType .

tmc:MonetizationKnowledgeBase a rdfs:Class ;
  rdfs:label "Knowledge Base" ;
  rdfs:comment "Provider-managed knowledge base for customers and team members." ;
  rdfs:subClassOf tmc:MonetizationItem ;
  tmc:instanceOf tmc:MonetizationItemType .

tmc:MonetizationKnowledgeBase a tmc:MonetizationItemType .

tmc:MonetizationTransactionFee a rdfs:Class ;
  rdfs:label "Transaction Fee" ;
  rdfs:comment "Percentage fee on transactions charged to providers." ;
  rdfs:subClassOf tmc:MonetizationItem ;
  tmc:instanceOf tmc:MonetizationItemType .

tmc:MonetizationTransactionFee a tmc:MonetizationItemType .

tmc:MonetizationServiceFee a rdfs:Class ;
  rdfs:label "Service Fee" ;
  rdfs:comment "Percentage fee on transactions charged to customers at checkout." ;
  rdfs:subClassOf tmc:MonetizationItem ;
  tmc:instanceOf tmc:MonetizationItemType .

tmc:MonetizationServiceFee a tmc:MonetizationItemType .

tmc:MonetizationPayouts a rdfs:Class ;
  rdfs:label "Payouts" ;
  rdfs:comment "Standard payout processing to provider bank accounts." ;
  rdfs:subClassOf tmc:MonetizationItem ;
  tmc:instanceOf tmc:MonetizationItemType .

tmc:MonetizationPayouts a tmc:MonetizationItemType .

tmc:MonetizationInstantPayouts a rdfs:Class ;
  rdfs:label "Instant Payouts" ;
  rdfs:comment "Same-day payout access for an additional fee." ;
  rdfs:subClassOf tmc:MonetizationItem ;
  tmc:instanceOf tmc:MonetizationItemType .

tmc:MonetizationInstantPayouts a tmc:MonetizationItemType .

tmc:MonetizationPosts a rdfs:Class ;
  rdfs:label "Posts" ;
  rdfs:comment "Long-form and short-form content publishing capabilities." ;
  rdfs:subClassOf tmc:MonetizationItem ;
  tmc:instanceOf tmc:MonetizationItemType .

tmc:MonetizationPosts a tmc:MonetizationItemType .

tmc:MonetizationListingBoost a rdfs:Class ;
  rdfs:label "Listing Boost" ;
  rdfs:comment "Temporary visibility boost for listings in search and browse." ;
  rdfs:subClassOf tmc:MonetizationItem ;
  tmc:instanceOf tmc:MonetizationItemType .

tmc:MonetizationListingBoost a tmc:MonetizationItemType .

tmc:MonetizationPlaceOwnership a rdfs:Class ;
  rdfs:label "Place Ownership" ;
  rdfs:comment "Claim and customize venue profiles for enhanced presence." ;
  rdfs:subClassOf tmc:MonetizationItem ;
  tmc:instanceOf tmc:MonetizationItemType .

tmc:MonetizationPlaceOwnership a tmc:MonetizationItemType .

tmc:MonetizationAffiliateProgram a rdfs:Class ;
  rdfs:label "Affiliate Program" ;
  rdfs:comment "Commission-based affiliate tracking and payouts for promoters." ;
  rdfs:subClassOf tmc:MonetizationItem ;
  tmc:instanceOf tmc:MonetizationItemType .

tmc:MonetizationAffiliateProgram a tmc:MonetizationItemType .

tmc:MonetizationRewardAccess a rdfs:Class ;
  rdfs:label "Reward Access" ;
  rdfs:comment "Consumer access to rewards, vouchers, and promotional offers." ;
  rdfs:subClassOf tmc:MonetizationItem ;
  tmc:instanceOf tmc:MonetizationItemType .

tmc:MonetizationRewardAccess a tmc:MonetizationItemType .

tmc:MonetizationRewardCampaigns a rdfs:Class ;
  rdfs:label "Reward Campaigns" ;
  rdfs:comment "Campaigns issuing vouchers and incentives with eligibility rules." ;
  rdfs:subClassOf tmc:MonetizationItem ;
  tmc:instanceOf tmc:MonetizationItemType .

tmc:MonetizationRewardCampaigns a tmc:MonetizationItemType .

tmc:MonetizationAutogenerateImages a rdfs:Class ;
  rdfs:label "Autogenerate Images" ;
  rdfs:comment "AI-powered image generation for listings and content." ;
  rdfs:subClassOf tmc:MonetizationItem ;
  tmc:instanceOf tmc:MonetizationItemType .

tmc:MonetizationAutogenerateImages a tmc:MonetizationItemType .

tmc:MonetizationProviderLists a rdfs:Class ;
  rdfs:label "Provider Lists" ;
  rdfs:comment "Curated lists created and managed by providers." ;
  rdfs:subClassOf tmc:MonetizationItem ;
  tmc:instanceOf tmc:MonetizationItemType .

tmc:MonetizationProviderLists a tmc:MonetizationItemType .

tmc:MonetizationListingLimit a rdfs:Class ;
  rdfs:label "Listing Limit" ;
  rdfs:comment "Number of listings a provider can create based on tier." ;
  rdfs:subClassOf tmc:MonetizationItem ;
  tmc:instanceOf tmc:MonetizationItemType .

tmc:MonetizationListingLimit a tmc:MonetizationItemType .

tmc:10KRun a rdfs:Class ;
  rdfs:label "10K Run" ;
  rdfs:comment "A 10K run is a race or run covering a distance of 10 kilometers, equivalent to approximately 6.2 miles. It is a popular road racing distance, providing a moderate to challenging level of endurance for participants." ;
  rdfs:subClassOf tmc:LongDistanceRunning ;
  tmc:instanceOf tmc:SportDiscipline, tmc:PlayType .

tmc:10KRun a tmc:SportDiscipline, tmc:PlayType .

tmc:3x3Basketball a rdfs:Class ;
  rdfs:label "3x3 Basketball" ;
  rdfs:comment "A variation of basketball played three-a-side, with one backboard and in a half-court setup." ;
  rdfs:subClassOf tmc:Basketball, tmc:OlympicSport, tmc:TeamSport ;
  tmc:instanceOf tmc:SportType, tmc:PlayType, tmc:SportDiscipline .

tmc:3x3Basketball a tmc:SportType, tmc:PlayType, tmc:SportDiscipline .

tmc:5KRun a rdfs:Class ;
  rdfs:label "5K Run" ;
  rdfs:comment "A 5K run is a popular and standard distance in running events, covering 5 kilometers or approximately 3.1 miles. It is a common race format for both competitive and recreational runners, offering a moderate challenge and attracting participants of various fitness levels." ;
  rdfs:subClassOf tmc:LongDistanceRunning ;
  tmc:instanceOf tmc:SportDiscipline, tmc:PlayType .

tmc:5KRun a tmc:SportDiscipline, tmc:PlayType .

tmc:ActiveRecreation a rdfs:Class, schema:Enumeration ;
  rdfs:label "Active Recreation" ;
  rdfs:subClassOf tmc:PlayType, tmc:Enumeration ;
  tmc:instanceOf tmc:PlayActivityType .

tmc:ActiveRecreation a tmc:PlayActivityType .

tmc:Abseiling a rdfs:Class ;
  rdfs:label "Abseiling" ;
  rdfs:comment "Abseiling, also known as rappelling, is a controlled descent down a vertical surface, such as a rock face or cliff, using a rope. Participants wear specialized equipment, which includes a harness and a descender, to control their descent while facing the surface they are descending." ;
  rdfs:subClassOf tmc:Climbing ;
  tmc:instanceOf tmc:ActiveRecreation, tmc:SportType, tmc:PlayType .

tmc:Abseiling a tmc:ActiveRecreation, tmc:SportType, tmc:PlayType .

tmc:FitnessType a rdfs:Class, schema:Enumeration ;
  rdfs:label "Fitness" ;
  rdfs:subClassOf tmc:PlayType, tmc:Enumeration ;
  tmc:instanceOf tmc:PlayActivityType .

tmc:FitnessType a tmc:PlayActivityType .

tmc:AcrobaticGymnastics a rdfs:Class ;
  rdfs:label "Acrobatic Gymnastics" ;
  rdfs:comment "Acrobatic Gymnastics is a discipline within gymnastics that involves choreographed routines performed by pairs or groups. Participants execute dynamic and balance-based acrobatic moves, often incorporating lifts and partner balances to create visually captivating performances." ;
  rdfs:subClassOf tmc:Gymnastics, tmc:OlympicSport, tmc:IndividualSport, tmc:TeamSport ;
  tmc:instanceOf tmc:FitnessType, tmc:SportDiscipline, tmc:SportType, tmc:PlayType .

tmc:AcrobaticGymnastics a tmc:FitnessType, tmc:SportDiscipline, tmc:SportType, tmc:PlayType .

tmc:GirlsPlay a tmc:PlayList ;
  rdfs:label "Girls Play" ;
  rdfs:comment "Girls Play is a playlist of activities that are specifically designed for girls. It includes activities that are fun, challenging, and empowering." ;
  tmc:instanceOf tmc:PlayList .

tmc:SeniorsPlay a tmc:PlayList ;
  rdfs:label "Seniors Play" ;
  rdfs:comment "Seniors Play is a playlist of activities that are specifically designed for seniors. It includes activities that are fun, challenging, and empowering." ;
  tmc:instanceOf tmc:PlayList .

tmc:MentalWellness a tmc:PlayList ;
  rdfs:label "Mental Wellness" ;
  rdfs:comment "Mental Wellness is a playlist of activities that are specifically designed for mental wellness. It includes activities that are fun, challenging, and empowering." ;
  tmc:instanceOf tmc:PlayList .

tmc:InclusivePlay a tmc:PlayList ;
  rdfs:label "Inclusive Play" ;
  rdfs:comment "Inclusive Play is a curated collection of activities designed to accommodate participants of all abilities, including those with physical, cognitive, or sensory disabilities. It focuses on accessible sports and recreational activities that can be adapted to various needs, promoting equal participation, social integration, and enjoyment for everyone regardless of their abilities or limitations." ;
  tmc:instanceOf tmc:PlayList .

tmc:FamilyPlay a tmc:PlayList ;
  rdfs:label "Family Play" ;
  rdfs:comment "Family Play is a playlist of activities that are specifically designed for families. It includes activities that are fun, challenging, and empowering." ;
  tmc:instanceOf tmc:PlayList .

tmc:AerialSilk a tmc:PlayType, tmc:SportType ;
  rdfs:label "Aerial Silk" ;
  rdfs:comment "Aerial silk, also known as aerial fabric or aerial ribbons, is an aerial acrobatics performance art where artists perform on hanging fabric suspended from the ceiling. Performers use the fabric to climb, wrap, and create various poses and drops, showcasing strength, flexibility, and grace while suspended in the air." ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:Aerobatics a rdfs:Class ;
  rdfs:label "Aerobatics" ;
  rdfs:comment "Aerobatics is the practice of flying maneuvers involving aircraft attitudes that are not used in normal flight. Aerobatics are performed in airplanes and gliders for training, recreation, entertainment, and sport. Additionally, some helicopters, such as the MBB Bo 105, are capable of limited aerobatic maneuvers." ;
  rdfs:subClassOf tmc:AirSports ;
  tmc:instanceOf tmc:PlayType .

tmc:Aerobatics a tmc:PlayType .

tmc:AerobicGymnastics a rdfs:Class ;
  rdfs:label "Aerobic Gymnastics" ;
  rdfs:comment "Aerobic Gymnastics is a dynamic sport that combines gymnastic elements with aerobic exercise. Participants perform high-energy routines set to music, incorporating jumps, leaps, and strength-based movements to demonstrate flexibility, coordination, and cardiovascular fitness." ;
  rdfs:subClassOf tmc:Gymnastics, tmc:Aerobics ;
  tmc:instanceOf tmc:SportDiscipline, tmc:SportType, tmc:PlayType .

tmc:AerobicGymnastics a tmc:SportDiscipline, tmc:SportType, tmc:PlayType .

tmc:Aerobics a rdfs:Class ;
  rdfs:label "Aerobics" ;
  rdfs:comment "Aerobics is a form of physical exercise that combines rhythmic aerobic exercise with stretching and strength training routines with the goal of improving all elements of fitness." ;
  rdfs:subClassOf tmc:StudioActivities, tmc:ExerciseAndFitnessSport ;
  tmc:instanceOf tmc:PlayType, tmc:FitnessType .

tmc:Aerobics a tmc:PlayType, tmc:FitnessType .

tmc:AirRacing a rdfs:Class ;
  rdfs:label "Air Racing" ;
  rdfs:comment "Air Racing is a sport that involves small airplanes that race against each other in an aerial circuit. It's a thrilling spectacle of speed, precision, and skill." ;
  rdfs:subClassOf tmc:AirSports ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:AirRacing a tmc:PlayType, tmc:SportType .

tmc:AirSports a tmc:PlayCategory ;
  rdfs:label "Air Sports" ;
  rdfs:comment "Take flight with our Air Sports activities. Whether you're a beginner or a seasoned pro, our experiences are a gateway to the exhilarating world of aviation." ;
  tmc:instanceOf tmc:PlayCategory .

tmc:AlpineSkiing a rdfs:Class ;
  rdfs:label "Alpine Skiing" ;
  rdfs:comment "Alpine skiing is a downhill skiing discipline where participants navigate snow-covered slopes marked with a series of gates. Skiers use ski poles and alpine skis with fixed-heel bindings, making quick turns around gates to complete the course. Alpine skiing is characterized by speed and precision and is a popular form of competitive and recreational skiing." ;
  rdfs:subClassOf tmc:Skiing, tmc:OlympicSport, tmc:WinterSport, tmc:OutdoorActivities ;
  tmc:instanceOf tmc:SportType, tmc:PlayType, tmc:ActiveRecreation .

tmc:AlpineSkiing a tmc:SportType, tmc:PlayType, tmc:ActiveRecreation .

tmc:AmericanFootball a rdfs:Class ;
  rdfs:label "American Football" ;
  rdfs:comment "American football is a team sport played between two teams, each consisting of 11 players, on a rectangular field with goalposts at each end. The objective is to score points by advancing an oval-shaped ball, called the football, into the opponent's end zone. Teams can achieve this by running with the ball, known as a rushing play, or by passing it to a teammate, known as a passing play." ;
  rdfs:subClassOf tmc:TeamSport ;
  tmc:instanceOf tmc:SportType, tmc:PlayType .

tmc:AmericanFootball a tmc:SportType, tmc:PlayType .

tmc:Archery a rdfs:Class ;
  rdfs:label "Archery" ;
  rdfs:comment "Archery is a precision sport where participants use a bow to shoot arrows at a target. The objective is to score points by hitting specific marked areas on the target. Archers aim to achieve accuracy and consistency in their shots, with factors like distance and wind playing crucial roles in the challenge." ;
  rdfs:subClassOf tmc:Shooting, tmc:IndividualSport, tmc:OlympicSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:Archery a tmc:PlayType, tmc:SportType .

tmc:ArtisticCycling a rdfs:Class ;
  rdfs:label "Artistic Cycling" ;
  rdfs:comment "Artistic cycling is a unique discipline within the sport of cycling where athletes perform highly choreographed routines on specialized bicycles. These routines, often set to music, include a combination of intricate balance, precision, and acrobatic movements. Athletes showcase their skills by performing various tricks, poses, and maneuvers while maintaining control of the bicycle. Artistic cycling is judged based on the difficulty and execution of the routine, making it a visually captivating and skillful form of cycling sport." ;
  rdfs:subClassOf tmc:CycleSport, tmc:IndoorCycling, tmc:IndividualSport, tmc:TeamSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportDiscipline, tmc:SportType .

tmc:ArtisticCycling a tmc:PlayType, tmc:SportDiscipline, tmc:SportType .

tmc:ArtisticGymnastics a rdfs:Class ;
  rdfs:label "Artistic Gymnastics" ;
  rdfs:comment "Artistic gymnastics is a dynamic and visually captivating sport where athletes perform choreographed routines on various apparatus, including the vault, uneven bars, balance beam, and floor exercise. Gymnasts showcase a combination of strength, flexibility, balance, and agility, performing intricate movements and acrobatics. Artistic gymnastics is both a team and individual sport, with male and female gymnasts demonstrating skill and grace in their routines." ;
  rdfs:subClassOf tmc:Gymnastics, tmc:IndividualSport, tmc:TeamSport, tmc:OlympicSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportDiscipline, tmc:SportType .

tmc:ArtisticGymnastics a tmc:PlayType, tmc:SportDiscipline, tmc:SportType .

tmc:ArtisticSwimming a rdfs:Class ;
  rdfs:label "Artistic Swimming" ;
  rdfs:comment "Artistic swimming, also known as synchronized swimming, is a water sport that combines dance, gymnastics, and swimming. Athletes perform synchronized routines to music, demonstrating strength, flexibility, and artistic expression. Competitions are judged on technical and artistic aspects, with events featuring solo, duet, and team performances." ;
  rdfs:subClassOf tmc:WaterSports, tmc:OlympicSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:ArtisticSwimming a tmc:PlayType, tmc:SportType .

tmc:AustralianFootball a rdfs:Class ;
  rdfs:label "Australian Football" ;
  rdfs:comment "Playing Australian football, a contact sport played between two teams of eighteen players on an oval-shaped field." ;
  rdfs:subClassOf tmc:TeamSport ;
  tmc:instanceOf tmc:PhysicalActivityType, tmc:SportType, tmc:PlayType .

tmc:AustralianFootball a tmc:PhysicalActivityType, tmc:SportType, tmc:PlayType .

tmc:Badminton a rdfs:Class ;
  rdfs:label "Badminton" ;
  rdfs:comment "Badminton is a racquet sport played using racquets to hit a shuttlecock across a net. Although it may be played with larger teams, the most common forms of the game are 'singles' (with one player per side) and 'doubles' (with two players per side). Badminton is often played as a casual outdoor activity in a yard or on a beach; formal games are played on a rectangular indoor court. Points are scored by striking the shuttlecock with the racquet and landing it within the other team's half of the court." ;
  rdfs:subClassOf tmc:RacketSports, tmc:OlympicSport, tmc:TeamSport ;
  tmc:instanceOf tmc:SportType, tmc:PlayType .

tmc:Badminton a tmc:SportType, tmc:PlayType .

tmc:BallBadminton a rdfs:Class ;
  rdfs:label "Ball Badminton" ;
  rdfs:comment "Ball badminton is a sport native to India. It is a racket sport game, played with a yellow ball made of wool, on a court divided by a net. The game was played as early as 1856 by the royal family in Tanjore, the capital of Thanjavur district in Tamil Nadu, India. It enjoys the greatest popularity in India. Ball badminton is a fast-paced game; it demands skill, quick reflexes, good judgment, agility, and the ability to control the ball with one's wrist." ;
  rdfs:subClassOf tmc:RacketSports ;
  tmc:instanceOf tmc:SportType, tmc:PlayType .

tmc:BallBadminton a tmc:SportType, tmc:PlayType .

tmc:Ballet a rdfs:Class ;
  rdfs:label "Ballet" ;
  rdfs:comment "Ballet is a classical dance form characterized by precise, graceful movements and elaborate techniques. Ballet dancers, often use specific positions and gestures to convey storytelling or abstract themes, and ballet is recognized for its emphasis on discipline and artistry." ;
  rdfs:subClassOf tmc:Dance ;
  tmc:instanceOf tmc:FitnessType, tmc:PlayType .

tmc:Ballet a tmc:FitnessType, tmc:PlayType .

tmc:Barre a rdfs:Class ;
  rdfs:label "Barre" ;
  rdfs:comment "Barre is a form of physical exercise, usually conducted in group classes in gyms or specialty studios. It is distinguished from other group fitness activities by its use of the ballet barre and its incorporation of movements derived from ballet. These classical dance movements and positions are combined with those drawn from yoga and pilates, and other equipment is sometimes used in addition to the barre, such as resistance bands, yoga straps, exercise balls, and hand weights." ;
  rdfs:subClassOf tmc:ExerciseAndFitnessSport ;
  tmc:instanceOf tmc:PlayType, tmc:FitnessType .

tmc:Barre a tmc:PlayType, tmc:FitnessType .

tmc:BarrelRacing a rdfs:Class ;
  rdfs:label "Barrel Racing" ;
  rdfs:comment "Barrel racing is a rodeo event where horse and rider complete a timed cloverleaf pattern around three barrels set in a triangle within an arena. The goal is to navigate the course as quickly as possible without knocking over the barrels. Barrel racing requires a combination of speed, agility, and precise horsemanship." ;
  rdfs:subClassOf tmc:Equestrian, tmc:Rodeo ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:BarrelRacing a tmc:PlayType, tmc:SportType .

tmc:Baseball a rdfs:Class ;
  rdfs:label "Baseball" ;
  rdfs:comment "Baseball is a bat-and-ball sport played between two teams of nine players each. The game is played on a diamond-shaped field, with bases placed at the corners. The objective is to score runs by hitting a pitched ball with a bat and then running around the bases in a counter-clockwise direction." ;
  rdfs:subClassOf tmc:TeamSport, tmc:OlympicSport ;
  tmc:instanceOf tmc:SportType, tmc:PlayType .

tmc:Baseball a tmc:SportType, tmc:PlayType .

tmc:BASEJumping a rdfs:Class ;
  rdfs:label "BASE Jumping" ;
  rdfs:comment "BASE jumping is an extreme sport where participants jump from fixed objects, such as cliffs, bridges, or buildings, using a parachute to break their fall. The term \"BASE\" stands for Building, Antenna, Span (bridges), and Earth (cliffs), representing the types of structures or natural formations typically used as jump platforms." ;
  rdfs:subClassOf tmc:OutdoorActivities, tmc:ExtremeSport ;
  tmc:instanceOf tmc:SportType, tmc:PlayType, tmc:ActiveRecreation .

tmc:BASEJumping a tmc:SportType, tmc:PlayType, tmc:ActiveRecreation .

tmc:Basketball a rdfs:Class ;
  rdfs:label "Basketball" ;
  rdfs:comment "Basketball is a fast-paced team sport played between two teams, each consisting of five players playing at a time. The objective is to score points by shooting a ball through the opponent's basket, a hoop suspended 10 feet above the ground. The game is played on a rectangular court with a hoop at each end." ;
  rdfs:subClassOf tmc:TeamSport, tmc:OlympicSport ;
  tmc:instanceOf tmc:SportType, tmc:PlayType .

tmc:Basketball a tmc:SportType, tmc:PlayType .

tmc:BasqueRuralSports a tmc:PlayType, tmc:SportType ;
  rdfs:label "Basque Rural Sports" ;
  rdfs:comment "Basque Rural Sports, also known as Basque Rural Sports or \"Herri Kirolak\" in Basque, is a traditional sports category originating in the Basque Country. These sports showcase strength, agility, and rural skills. Examples include stone lifting (harrijasotzaile), wood chopping (aizkolaritza), and tug-of-war (soka-tira)." ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:BeachBasketball a rdfs:Class ;
  rdfs:label "Beach Basketball" ;
  rdfs:comment "Basketball played on the beach." ;
  rdfs:subClassOf tmc:Basketball, tmc:BeachSport ;
  tmc:instanceOf tmc:SportType, tmc:PlayType, tmc:SportDiscipline .

tmc:BeachBasketball a tmc:SportType, tmc:PlayType, tmc:SportDiscipline .

tmc:BeachHandball a rdfs:Class ;
  rdfs:label "Beach Handball" ;
  rdfs:comment "Beach Handball is a variant of team handball played on a sandy beach. Two teams, each consisting of four players and a goalkeeper, compete to score goals by throwing a ball into the opponent's net." ;
  rdfs:subClassOf tmc:BeachSport, tmc:TeamSport, tmc:OlympicSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportDiscipline, tmc:SportType .

tmc:BeachHandball a tmc:PlayType, tmc:SportDiscipline, tmc:SportType .

tmc:BeachSport a tmc:PlayCategory ;
  rdfs:label "Beach Sports" ;
  rdfs:comment "\"Beach Sports\" refers to a range of athletic activities played on sand or near the sea, including beach volleyball, surfing, and beach soccer. Ideal for combining fitness with fun, these sports emphasize agility and coordination in a relaxed, scenic beach environment. Popular for both competitive play and social enjoyment, beach sports are a staple of outdoor leisure and vacation activities." ;
  tmc:instanceOf tmc:PlayCategory .

tmc:BeachVolleyball a rdfs:Class ;
  rdfs:label "Beach Volleyball" ;
  rdfs:comment "Beach volleyball is a dynamic and fast-paced team sport played on sand courts. Each team consists of two players, and the objective is to score points by sending the ball over the net and into the opponent's court with matches typically played in a best-of-three sets format." ;
  rdfs:subClassOf tmc:Volleyball, tmc:OlympicSport, tmc:BeachSport, tmc:TeamSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:BeachVolleyball a tmc:PlayType, tmc:SportType .

tmc:BenchrestShooting a rdfs:Class ;
  rdfs:label "Benchrest Shooting" ;
  rdfs:comment "Benchrest shooting is a precision shooting sport where participants use rifles set on a stable bench or rest to achieve maximum accuracy. Competitors aim to place shots on a target at various distances, often ranging from 100 to 300 yards or more. The rifles used are typically highly accurate and may have specialized features. Benchrest shooting emphasizes extreme precision, with shooters striving to achieve the tightest shot groups." ;
  rdfs:subClassOf tmc:Shooting, tmc:IndividualSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportDiscipline, tmc:SportType .

tmc:BenchrestShooting a tmc:PlayType, tmc:SportDiscipline, tmc:SportType .

tmc:Bhangra a rdfs:Class ;
  rdfs:label "Bhangra" ;
  rdfs:comment "Bhangra is a lively and energetic folk dance originating from the Punjab region in South Asia. It features vibrant movements, energetic music, and is often performed during celebrations and festivals. Bhangra has become popular worldwide and is known for its infectious rhythm and joyful expression." ;
  rdfs:subClassOf tmc:Dance ;
  tmc:instanceOf tmc:PlayType, tmc:FitnessType .

tmc:Bhangra a tmc:PlayType, tmc:FitnessType .

tmc:Biathlon a rdfs:Class ;
  rdfs:label "Biathlon" ;
  rdfs:comment "Biathlon is a winter sport that combines cross-country skiing and rifle shooting. Athletes ski over a designated distance, stopping at shooting ranges to accurately hit targets. There are two shooting styles: prone (lying down) and standing. Missed shots result in penalty loops or added time to the athlete's skiing." ;
  rdfs:subClassOf tmc:WinterSport, tmc:OlympicSport, tmc:IndividualSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportDiscipline, tmc:SportType .

tmc:Biathlon a tmc:PlayType, tmc:SportDiscipline, tmc:SportType .

tmc:BlindSoccer a rdfs:Class ;
  rdfs:label "Blind Soccer" ;
  rdfs:comment "Blind soccer, also known as blind football, is a version of football (soccer) designed for individuals with visual impairments. The sport is played with a ball that makes noise to help players locate it. The field is smaller, and the goals have reduced dimensions. Each team consists of visually impaired outfield players and a sighted goalkeeper." ;
  rdfs:subClassOf tmc:TeamSport, tmc:ParalympicSport, tmc:Parasport, tmc:Soccer ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:BlindSoccer a tmc:PlayType, tmc:SportType .

tmc:BMX a rdfs:Class ;
  rdfs:label "BMX" ;
  rdfs:comment "BMX (Bicycle Motocross) is a cycling sport characterized by short, off-road tracks featuring jumps and obstacles. Riders, known as BMXers, compete in fast-paced races, showcasing agility, speed, and bike-handling skills. BMX also includes freestyle events where riders perform tricks and stunts on ramps and obstacles." ;
  rdfs:subClassOf tmc:MountainBiking, tmc:IndividualSport, tmc:OlympicSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportDiscipline, tmc:SportType .

tmc:BMX a tmc:PlayType, tmc:SportDiscipline, tmc:SportType .

tmc:BMXRacing a rdfs:Class ;
  rdfs:label "BMX Racing" ;
  rdfs:comment "BMX Racing is a fast-paced bicycle racing sport conducted on a specially designed track with jumps, banked corners, and various obstacles. Riders, typically on small and sturdy BMX bikes, compete in heats to navigate the track and reach the finish line as quickly as possible." ;
  rdfs:subClassOf tmc:CycleSport, tmc:BMX, tmc:OlympicSport, tmc:IndividualSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportDiscipline, tmc:SportType .

tmc:BMXRacing a tmc:PlayType, tmc:SportDiscipline, tmc:SportType .

tmc:BoardSports a rdfs:Class ;
  rdfs:label "Board Sports" ;
  rdfs:comment "Board sports refer to recreational or competitive activities that involve riding a board as the primary means of movement. Participants typically stand on a board and navigate surfaces like snow, water, or pavement using various techniques, such as balancing, carving, or tricks." ;
  rdfs:subClassOf tmc:Sport ;
  tmc:instanceOf tmc:PlayCategory .

tmc:BoardSports a tmc:PlayCategory .

tmc:Bobsleigh a rdfs:Class ;
  rdfs:label "Bobsleigh" ;
  rdfs:comment "Bobsleigh is a winter sport where teams of two or four athletes make timed runs down narrow, twisting, and banked ice tracks in a gravity-powered sled. The team's goal is to complete the course in the fastest time possible." ;
  rdfs:subClassOf tmc:WinterSport, tmc:IndividualSport, tmc:TeamSport, tmc:OlympicSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:Bobsleigh a tmc:PlayType, tmc:SportType .

tmc:Boccia a tmc:PlayType, tmc:SportType ;
  rdfs:label "Boccia" ;
  rdfs:comment "Boccia is a precision ball sport designed for athletes with physical disabilities, particularly those with severe impairments affecting motor skills. The objective of the game is to throw or roll colored balls as close as possible to a white target ball, known as the jack. Players aim to score points by placing their balls strategically. Boccia can be played individually, in pairs, or in teams, and it is a part of the Paralympic Games." ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:Bodyboarding a rdfs:Class ;
  rdfs:label "Bodyboarding" ;
  rdfs:comment "Bodyboarding is a water sport where participants ride on a short, rectangular board, typically lying on their stomach or in a prone position. It is often done in the surf zone, and riders catch waves close to the shore. Bodyboarding involves riding the wave face, performing maneuvers, and is known for its accessibility to riders of various skill levels." ;
  rdfs:subClassOf tmc:WaterSports, tmc:BoardSports ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:Bodyboarding a tmc:PlayType, tmc:SportType .

tmc:BodyPump a rdfs:Class ;
  rdfs:label "BodyPump" ;
  rdfs:comment "Weightlifting-based group training program created and distributed internationally by Les Mills International. Classes last 60 minutes and contain eight songs or 'tracks', each focusing on a different muscle group, as well as a track for warming up at the beginning of the class and another at the end for relaxation and stretching." ;
  rdfs:subClassOf tmc:Aerobics ;
  tmc:instanceOf tmc:PlayType, tmc:FitnessType .

tmc:BodyPump a tmc:PlayType, tmc:FitnessType .

tmc:Bouldering a rdfs:Class ;
  rdfs:label "Bouldering" ;
  rdfs:comment "Bouldering is a form of rock climbing that involves short, challenging routes, or \"problems,\" typically without the use of ropes or harnesses. Climbers ascend boulders or artificial climbing walls, focusing on strength, technique, and problem-solving." ;
  rdfs:subClassOf tmc:RockClimbing, tmc:OutdoorActivities ;
  tmc:instanceOf tmc:SportType, tmc:PlayType .

tmc:Bouldering a tmc:SportType, tmc:PlayType .

tmc:Bowling a rdfs:Class ;
  rdfs:label "Bowling" ;
  rdfs:comment "Bowling is a sport or recreational activity where players roll a heavy ball down a lane to knock down pins arranged in a triangular formation at the end of the lane. The objective is to achieve the highest score by knocking down as many pins as possible in a set number of rolls." ;
  rdfs:subClassOf tmc:TeamSport ;
  tmc:instanceOf tmc:SportType, tmc:PlayType .

tmc:Bowling a tmc:SportType, tmc:PlayType .

tmc:Boxing a rdfs:Class ;
  rdfs:label "Boxing" ;
  rdfs:comment "Boxing is a combat sport that involves two opponents, typically of similar weight, who engage in a contest of skill, speed, and endurance. The objective is to score points by landing punches on the opponent's upper body and head while avoiding their punches. Boxing matches are divided into rounds, and the winner is determined by factors such as points awarded by judges, knockout, or the referee's decision." ;
  rdfs:subClassOf tmc:CombatSport, tmc:OlympicSport ;
  tmc:instanceOf tmc:SportType, tmc:PlayType .

tmc:Boxing a tmc:SportType, tmc:PlayType .

tmc:BrazilianJiuJitsu a rdfs:Class ;
  rdfs:label "Brazilian Jiu-Jitsu (BJJ)" ;
  rdfs:comment "Brazilian Jiu-Jitsu (BJJ) is a martial art and combat sport that focuses on ground fighting and submission grappling. Developed from traditional Japanese Jiu-Jitsu and Judo, BJJ places a strong emphasis on positional control, leverage, and submissions to overcome opponents. Practitioners, known as BJJ practitioners or grapplers, aim to submit their opponents through joint locks or chokes. BJJ is often practiced both as a self-defense system and as a competitive sport with tournaments held worldwide." ;
  rdfs:subClassOf tmc:CombatSport, tmc:MartialArts ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:BrazilianJiuJitsu a tmc:PlayType, tmc:SportType .

tmc:Breakdancing a rdfs:Class ;
  rdfs:label "Breakdancing" ;
  rdfs:comment "Breakdancing, also known as breaking, is a dynamic and acrobatic form of street dance that emerged in the hip-hop culture. It involves a combination of athletic moves, spins, flips, and intricate footwork performed to the rhythm of hip-hop and breakbeat music." ;
  rdfs:subClassOf tmc:Dance, tmc:OlympicSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:Breakdancing a tmc:PlayType, tmc:SportType .

tmc:BullseyeShooting a rdfs:Class ;
  rdfs:label "Bullseye Shooting" ;
  rdfs:comment "Bullseye shooting is a marksmanship sport where participants aim to hit a target's center, known as the bullseye, with precision and accuracy. Typically done with firearms, participants score points based on the proximity of their shots to the center. Bullseye shooting emphasizes skill, focus, and consistent marksmanship, making it a disciplined and competitive shooting activity." ;
  rdfs:subClassOf tmc:Shooting, tmc:OlympicSport ;
  tmc:instanceOf tmc:SportType, tmc:PlayType, tmc:SportDiscipline .

tmc:BullseyeShooting a tmc:SportType, tmc:PlayType, tmc:SportDiscipline .

tmc:Calisthenics a tmc:PlayType, tmc:FitnessType ;
  rdfs:label "Calisthenics" ;
  rdfs:comment "Calisthenics is a form of exercise that uses bodyweight movements to build strength, flexibility, and endurance. It typically involves exercises like push-ups, pull-ups, squats, and various dynamic movements. Calisthenics routines can be adapted to different fitness levels and goals, making it a versatile and accessible form of physical activity." ;
  tmc:instanceOf tmc:PlayType, tmc:FitnessType .

tmc:CanoeFlatwater a rdfs:Class ;
  rdfs:label "Canoe Flatwater" ;
  rdfs:comment "Canoe Flatwater, or Sprint Canoe, is a water sport where athletes paddle in a straight line on calm water using single or double-bladed paddles. Races vary in length, and speed and endurance are crucial for success." ;
  rdfs:subClassOf tmc:Canoeing, tmc:WaterSports, tmc:OlympicSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportType, tmc:SportDiscipline .

tmc:CanoeFlatwater a tmc:PlayType, tmc:SportType, tmc:SportDiscipline .

tmc:Canoeing a rdfs:Class ;
  rdfs:label "Canoeing" ;
  rdfs:comment "Canoeing is a water sport that involves propelling a canoe, typically a narrow, open boat, through water using paddles. Participants kneel or sit in the canoe and use single-bladed paddles to navigate rivers, lakes, or other water bodies. Canoeing can be done for recreation, fitness, or as a competitive sport. " ;
  rdfs:subClassOf tmc:WaterSports, tmc:OlympicSport, tmc:OutdoorActivities, tmc:SummerSport ;
  tmc:instanceOf tmc:SportType, tmc:PlayType, tmc:ActiveRecreation .

tmc:Canoeing a tmc:SportType, tmc:PlayType, tmc:ActiveRecreation .

tmc:CanoeSlalom a rdfs:Class ;
  rdfs:label "Canoe Slalom" ;
  rdfs:comment "Canoe Slalom is a whitewater sport where paddlers navigate a canoe through a course marked by a series of gates on a turbulent river. The gates consist of both upstream and downstream sections, and the objective is to complete the course in the shortest time possible without touching or missing any gates." ;
  rdfs:subClassOf tmc:WaterSports, tmc:IndividualSport, tmc:OlympicSport, tmc:Canoeing ;
  tmc:instanceOf tmc:SportDiscipline, tmc:PlayType, tmc:SportType .

tmc:CanoeSlalom a tmc:SportDiscipline, tmc:PlayType, tmc:SportType .

tmc:Canyoning a rdfs:Class ;
  rdfs:label "Canyoning" ;
  rdfs:comment "Canyoning, also known as canyoneering, is an adventure sport that involves descending narrow canyons or gorges using a variety of techniques such as hiking, climbing, rappelling, and swimming. Participants navigate through a combination of water and rock features, including waterfalls and pools, making it a multi-disciplinary and immersive outdoor experience." ;
  rdfs:subClassOf tmc:OutdoorActivities, tmc:ExtremeSport, tmc:WaterSports ;
  tmc:instanceOf tmc:ActiveRecreation, tmc:PlayType, tmc:SportType .

tmc:Canyoning a tmc:ActiveRecreation, tmc:PlayType, tmc:SportType .

tmc:Cheerleading a rdfs:Class ;
  rdfs:label "Cheerleading" ;
  rdfs:comment "Cheerleading is a dynamic and energetic activity that combines elements of dance, gymnastics, and organized routines. Participants, known as cheerleaders, perform a variety of synchronized movements, jumps, tumbling, and cheers to support sports teams or entertain audiences. It often involves stunts where cheerleaders lift, toss, and catch their teammates. Competitions are a significant aspect of cheerleading. It is a highly athletic and team-oriented activity that requires strength, flexibility, and coordination." ;
  rdfs:subClassOf tmc:Gymnastics, tmc:Dance ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:Cheerleading a tmc:PlayType, tmc:SportType .

tmc:ClayPigeonShooting a rdfs:Class ;
  rdfs:label "Clay Pigeon Shooting" ;
  rdfs:comment "Clay pigeon shooting is a shooting sport where participants use shotguns to aim at and shoot flying clay targets, known as clay pigeons. The targets are launched into the air, simulating the flight of birds. Participants aim to hit and break the clay pigeons, showcasing accuracy, precision, and timing. It is a popular recreational and competitive shooting activity." ;
  rdfs:subClassOf tmc:Shooting, tmc:OutdoorActivities, tmc:IndividualSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:ClayPigeonShooting a tmc:PlayType, tmc:SportType .

tmc:Climbing a tmc:PlayType, tmc:SportType, tmc:ActiveRecreation ;
  rdfs:label "Climbing" ;
  rdfs:comment "Climbing is a sport or recreational activity where participants ascend natural or artificial surfaces, such as rocks or indoor climbing walls, using their hands and feet. The goal is to reach the top of the climb or complete a specific route, showcasing strength, technique, and problem-solving skills." ;
  tmc:instanceOf tmc:PlayType, tmc:SportType, tmc:ActiveRecreation .

tmc:CloutArchery a rdfs:Class ;
  rdfs:label "Clout Archery" ;
  rdfs:comment "Clout Archery is a form of archery in which archers shoot arrows at a flag (known as 'the Clout') from a relatively long distance and score points depending on how close each arrow lands to the flag." ;
  rdfs:subClassOf tmc:Archery ;
  tmc:instanceOf tmc:PlayType, tmc:SportType, tmc:SportDiscipline .

tmc:CloutArchery a tmc:PlayType, tmc:SportType, tmc:SportDiscipline .

tmc:CognitiveAndIntellectualImpairmentPlay a tmc:PlayAccessibilityCategory ;
  rdfs:label "Cognitive and Intellectual Impairment" ;
  rdfs:comment "PlayTypes adapted for individuals with cognitive and intellectual impairments, featuring simplified rules or supportive environments, like Special Olympics events." ;
  tmc:instanceOf tmc:PlayAccessibilityCategory .

tmc:CombatSport a tmc:PlayCategory ;
  rdfs:label "Combat Sports" ;
  rdfs:comment "Combat sport is a broad term encompassing various competitive activities where participants engage in physical matches with the goal of defeating their opponents. These sports emphasize a combination of skill, strategy, and physical prowess. Participants in combat sports typically adhere to specific rules and regulations designed to ensure fair competition and safety." ;
  tmc:instanceOf tmc:PlayCategory .

tmc:Creeking a rdfs:Class ;
  rdfs:label "Creeking" ;
  rdfs:comment "Creeking is a specialized form of whitewater kayaking or canoeing, using specialized kayaks or canoes, that involves paddling down steep, technical, and often challenging sections of rivers known as creeks. Participants, called creek boaters, navigate through narrow channels, rocky drops, and tight gorges, requiring advanced paddling skills and precise maneuvering." ;
  rdfs:subClassOf tmc:Kayaking, tmc:Canoeing, tmc:ExtremeSport, tmc:OutdoorActivities ;
  tmc:instanceOf tmc:ActiveRecreation, tmc:PlayType, tmc:SportType .

tmc:Creeking a tmc:ActiveRecreation, tmc:PlayType, tmc:SportType .

tmc:Cricket a rdfs:Class ;
  rdfs:label "Cricket" ;
  rdfs:comment "Playing cricket, a bat-and-ball game played between two teams of eleven players on a circular or oval-shaped field." ;
  rdfs:subClassOf tmc:TeamSport, tmc:OlympicSport ;
  tmc:instanceOf tmc:SportType, tmc:PlayType .

tmc:Cricket a tmc:SportType, tmc:PlayType .

tmc:CrossCountryEquestrianism a rdfs:Class ;
  rdfs:label "Cross-Country Equestrianism" ;
  rdfs:comment "Cross-country equestrianism is a discipline within the sport of eventing, where horse and rider navigate a challenging outdoor course that includes various natural obstacles such as logs, water elements, and ditches. The goal is to complete the course within a set time while jumping the obstacles in the correct order. Cross-country tests the horse and rider's stamina, courage, and ability to negotiate diverse terrain. It is one of the three phases in eventing, alongside dressage and show jumping." ;
  rdfs:subClassOf tmc:Equestrian, tmc:Equitation, tmc:OlympicSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportDiscipline, tmc:SportType .

tmc:CrossCountryEquestrianism a tmc:PlayType, tmc:SportDiscipline, tmc:SportType .

tmc:CrossCountryRunning a rdfs:Class ;
  rdfs:label "Cross Country Running" ;
  rdfs:comment "Cross country running is a form of racing or training that takes place over varied natural terrain, often including grass, trails, hills, and sometimes obstacles. It challenges runners with different terrains and elevations, requiring both endurance and strategic pacing." ;
  rdfs:subClassOf tmc:LongDistanceRunning ;
  tmc:instanceOf tmc:SportDiscipline, tmc:PlayType .

tmc:CrossCountryRunning a tmc:SportDiscipline, tmc:PlayType .

tmc:CrossCountrySkiing a rdfs:Class ;
  rdfs:label "Cross Country Skiing" ;
  rdfs:comment "Cross-country skiing is a form of Nordic skiing where participants use narrow skis to traverse flat or undulating terrain. The toe of the ski boot is fixed to the binding, allowing the heel to rise off the ski. Skiers employ a striding motion and ski poles to propel themselves forward. It is both a recreational and competitive sport, with events taking place on groomed trails or in natural snowy landscapes." ;
  rdfs:subClassOf tmc:NordicSkiing, tmc:WinterSport, tmc:OutdoorActivities, tmc:OlympicSport ;
  tmc:instanceOf tmc:ActiveRecreation, tmc:SportType, tmc:PlayType, tmc:SportDiscipline .

tmc:CrossCountrySkiing a tmc:ActiveRecreation, tmc:SportType, tmc:PlayType, tmc:SportDiscipline .

tmc:CrossFit a rdfs:Class ;
  rdfs:label "CrossFit" ;
  rdfs:comment "CrossFit is a high-intensity fitness training program that combines elements of weightlifting, cardio, and gymnastics. Workouts, known as WODs (Workouts of the Day), are varied and focus on functional movements performed at a high intensity. Participants engage in a range of exercises, including weightlifting, running, rowing, and bodyweight movements. CrossFit aims to improve overall fitness, incorporating elements of strength, endurance, flexibility, and agility." ;
  rdfs:subClassOf tmc:ExerciseAndFitnessSport ;
  tmc:instanceOf tmc:FitnessType, tmc:PlayType, tmc:SportType .

tmc:CrossFit a tmc:FitnessType, tmc:PlayType, tmc:SportType .

tmc:Curling a rdfs:Class ;
  rdfs:label "Curling" ;
  rdfs:comment "Curling is a team sport played on a rectangular sheet of ice. Teams slide granite stones towards a target area, known as the house, located at the other end of the ice. The objective is to place the stones as close as possible to the center of the house, while strategically using sweepers to control the stone's speed and direction." ;
  rdfs:subClassOf tmc:WinterSport, tmc:OlympicSport, tmc:TeamSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:Curling a tmc:PlayType, tmc:SportType .

tmc:CycleSport a tmc:PlayCategory ;
  rdfs:label "Cycling Sports" ;
  rdfs:comment "Cycling sports encompass various disciplines of competitive cycling, ranging from road racing to mountain biking. These sports involve racing bicycles or mountain bikes in diverse terrains and formats." ;
  tmc:instanceOf tmc:PlayCategory .

tmc:Dance a tmc:PlayType, tmc:FitnessType ;
  rdfs:label "Dance" ;
  rdfs:comment "Dance is a performing art form characterized by expressive movements of the body, often accompanied by music. It serves as a means of communication, cultural expression, and artistic interpretation, encompassing a wide range of styles and traditions." ;
  tmc:instanceOf tmc:PlayType, tmc:FitnessType .

tmc:Darts a tmc:PlayType, tmc:SportType ;
  rdfs:label "Darts" ;
  rdfs:comment "Darts is a precision sport where players throw small, pointed missiles (darts) at a circular target board fixed to a wall. The standard dartboard is divided into numbered sections, each with a point value. Players aim to score points by hitting specific sections on the board. " ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:DeafBasketball a rdfs:Class ;
  rdfs:label "Deaf Basketball" ;
  rdfs:comment "Basketball played by deaf people. Sign language is used to communicate whistle blows and communication between players." ;
  rdfs:subClassOf tmc:Basketball, tmc:Parasport ;
  tmc:instanceOf tmc:SportType, tmc:PlayType, tmc:SportDiscipline .

tmc:DeafBasketball a tmc:SportType, tmc:PlayType, tmc:SportDiscipline .

tmc:DirtJumping a rdfs:Class ;
  rdfs:label "Dirt Jumping" ;
  rdfs:comment "Dirt jumping is a BMX and mountain biking discipline focused on performing aerial tricks and jumps on dirt tracks. Riders navigate specially designed dirt jumps and ramps, executing acrobatic maneuvers with their bikes. It combines elements of skill, balance, and creativity, showcasing tricks such as spins, flips, and grabs." ;
  rdfs:subClassOf tmc:MountainBiking, tmc:IndividualSport, tmc:OutdoorActivities, tmc:BMX, tmc:CycleSport ;
  tmc:instanceOf tmc:SportDiscipline, tmc:PlayType, tmc:SportType .

tmc:DirtJumping a tmc:SportDiscipline, tmc:PlayType, tmc:SportType .

tmc:DiscGolf a rdfs:Class ;
  rdfs:label "Disc Golf" ;
  rdfs:comment "Disc golf is a sport where players throw specialized flying discs toward a target, usually a metal basket with hanging chains, completing a course in as few throws as possible. It combines elements of traditional golf with frisbee, requiring accuracy and strategy." ;
  rdfs:subClassOf tmc:Golf, tmc:OutdoorActivities ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:DiscGolf a tmc:PlayType, tmc:SportType .

tmc:Diving a rdfs:Class ;
  rdfs:label "Diving" ;
  rdfs:comment "Diving is a sport where athletes perform acrobatic movements and maneuvers while jumping or falling into water from a diving platform or springboard. Competitors are judged on the execution, degree of difficulty, and overall aesthetics of their dives. Diving events include both individual and synchronized competitions. " ;
  rdfs:subClassOf tmc:WaterSports, tmc:Swimming, tmc:OlympicSport, tmc:IndividualSport, tmc:TeamSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportDiscipline, tmc:SportType .

tmc:Diving a tmc:PlayType, tmc:SportDiscipline, tmc:SportType .

tmc:DownhillMountainBiking a rdfs:Class ;
  rdfs:label "Downhill Mountain Biking" ;
  rdfs:comment "Downhill mountain biking is an exhilarating and gravity-focused cycling discipline where riders navigate steep, challenging descents on mountainous terrains. The emphasis is on speed and technical skill as cyclists negotiate obstacles, jumps, and rough terrain. Downhill courses are often rugged and demanding, featuring natural elements and man-made structures." ;
  rdfs:subClassOf tmc:MountainBiking, tmc:OutdoorActivities, tmc:CycleSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportDiscipline, tmc:SportType .

tmc:DownhillMountainBiking a tmc:PlayType, tmc:SportDiscipline, tmc:SportType .

tmc:DownhillSkiing a rdfs:Class ;
  rdfs:label "Downhill Skiing" ;
  rdfs:comment "Downhill skiing is a form of alpine skiing where participants ski downhill on snow-covered slopes without navigating through gates or a specific course. It emphasizes the thrill of descending slopes at varying speeds, with skiers using alpine skis and poles for balance and control. Downhill skiing is a popular recreational activity, and it is often enjoyed at ski resorts on groomed slopes." ;
  rdfs:subClassOf tmc:AlpineSkiing, tmc:WinterSport, tmc:OutdoorActivities ;
  tmc:instanceOf tmc:SportType, tmc:PlayType, tmc:ActiveRecreation, tmc:SportDiscipline .

tmc:DownhillSkiing a tmc:SportType, tmc:PlayType, tmc:ActiveRecreation, tmc:SportDiscipline .

tmc:Dressage a rdfs:Class ;
  rdfs:label "Dressage" ;
  rdfs:comment "Dressage is an equestrian sport that emphasizes the harmony and precision of horse and rider. Participants perform a series of predetermined movements and figures in a defined arena, showcasing the horse's responsiveness, flexibility, and obedience to subtle cues from the rider. Dressage is known for its elegance and the development of a strong partnership between the horse and rider." ;
  rdfs:subClassOf tmc:Equestrian, tmc:Equitation ;
  tmc:instanceOf tmc:PlayType, tmc:SportDiscipline, tmc:SportType .

tmc:Dressage a tmc:PlayType, tmc:SportDiscipline, tmc:SportType .

tmc:Equestrian a tmc:PlayCategory ;
  rdfs:label "Equestrian Sports" ;
  rdfs:comment "Part of the field of sport that encompasses all sports that are practiced with the horse as a partner." ;
  tmc:instanceOf tmc:PlayCategory .

tmc:Equitation a rdfs:Class ;
  rdfs:label "Equitation" ;
  rdfs:comment "Equitation, often referred to as horseback riding or horse riding, is the art and skill of riding horses. It encompasses various disciplines such as dressage, show jumping, and cross-country riding. Equitation involves communication and harmony between the rider and the horse, emphasizing balance, posture, and control. It is both a recreational activity and a competitive sport." ;
  rdfs:subClassOf tmc:Equestrian ;
  tmc:instanceOf tmc:SportType, tmc:PlayType, tmc:ActiveRecreation .

tmc:Equitation a tmc:SportType, tmc:PlayType, tmc:ActiveRecreation .

tmc:Eventing a rdfs:Class ;
  rdfs:label "Eventing" ;
  rdfs:comment "Eventing is an equestrian sport that combines three phases: dressage, cross-country, and show jumping. The sport tests the versatility and overall skills of horse and rider across different disciplines. Eventing showcases the partnership between horse and rider and is often considered the equestrian triathlon, requiring a well-rounded and agile equine athlete." ;
  rdfs:subClassOf tmc:Equestrian, tmc:OlympicSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportDiscipline, tmc:SportType .

tmc:Eventing a tmc:PlayType, tmc:SportDiscipline, tmc:SportType .

tmc:ExerciseAndFitnessSport a rdfs:Class ;
  rdfs:label "Exercise and Fitness" ;
  rdfs:comment "Exercise and fitness involve engaging in physical activities and routines designed to improve or maintain health, well-being, and physical performance. This includes activities like cardiovascular exercise, strength training, flexibility exercises, and other forms of physical activity aimed at enhancing overall fitness levels." ;
  rdfs:subClassOf tmc:Sport ;
  tmc:instanceOf tmc:PlayCategory .

tmc:ExerciseAndFitnessSport a tmc:PlayCategory .

tmc:ExtremeSport a tmc:PlayCategory ;
  rdfs:label "Extreme Sports" ;
  rdfs:comment "Push your limits with our Extreme Sports activities." ;
  tmc:instanceOf tmc:PlayCategory .

tmc:Fast5Netball a rdfs:Class ;
  rdfs:label "Fast5 Netball" ;
  rdfs:comment "A variation of netball featuring shortened games and goals worth multiple points. The new format was announced by the International Federation of Netball Associations (IFNA) (now the International Netball Federation) in 2008, and was primarily developed for a new international competition, the Fast5 Netball World Series. The rules were revamped for 2012, with the variation being renamed Fast5." ;
  rdfs:subClassOf tmc:Netball ;
  tmc:instanceOf tmc:SportType, tmc:PlayType, tmc:SportDiscipline .

tmc:Fast5Netball a tmc:SportType, tmc:PlayType, tmc:SportDiscipline .

tmc:Fencing a rdfs:Class ;
  rdfs:label "Fencing" ;
  rdfs:comment "Fencing is a combat sport where two opponents, armed with foils, épées, or sabres, engage in a series of attacks and defenses to score points. The objective is to land valid hits on specific target areas while avoiding being hit. Fencing is characterized by quick footwork, precise blade work, and strategic thinking." ;
  rdfs:subClassOf tmc:CombatSport, tmc:OlympicSport, tmc:IndividualSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:Fencing a tmc:PlayType, tmc:SportType .

tmc:FieldArchery a rdfs:Class ;
  rdfs:label "Field Archery" ;
  rdfs:comment "Competitive archery under field hunting conditions." ;
  rdfs:subClassOf tmc:Archery ;
  tmc:instanceOf tmc:PlayType, tmc:SportType, tmc:SportDiscipline .

tmc:FieldArchery a tmc:PlayType, tmc:SportType, tmc:SportDiscipline .

tmc:FieldHockey a rdfs:Class ;
  rdfs:label "Field Hockey" ;
  rdfs:comment "Field hockey is a team sport played on a rectangular field, with two teams of eleven players each. Players use a stick with a curved end to hit a small, hard ball and score goals by getting it into the opposing team's net. It is played on various surfaces, including grass and artificial turf." ;
  rdfs:subClassOf tmc:OlympicSport, tmc:TeamSport, tmc:Hockey ;
  tmc:instanceOf tmc:SportType, tmc:PlayType .

tmc:FieldHockey a tmc:SportType, tmc:PlayType .

tmc:FieldShooting a rdfs:Class ;
  rdfs:label "Field Shooting" ;
  rdfs:comment "Field shooting is a shooting sport conducted in outdoor environments, often featuring varying terrains and distances. Participants use firearms to engage targets situated in natural settings, challenging their marksmanship skills across different scenarios. Field shooting combines elements of precision shooting, adaptability, and strategic decision-making, making it a dynamic and versatile shooting discipline." ;
  rdfs:subClassOf tmc:Shooting, tmc:OutdoorActivities, tmc:IndividualSport ;
  tmc:instanceOf tmc:SportType, tmc:PlayType, tmc:SportDiscipline .

tmc:FieldShooting a tmc:SportType, tmc:PlayType, tmc:SportDiscipline .

tmc:FieldTarget a rdfs:Class ;
  rdfs:label "Field Target" ;
  rdfs:comment "Field target is an airgun shooting sport where participants use air rifles to shoot at metal targets placed in a natural outdoor setting. The targets feature different-sized apertures, and competitors aim to hit the target centers with accuracy. Each target has a designated point value, and participants navigate a course to shoot at multiple targets. Field target emphasizes precision, skill, and knowledge of shooting conditions, providing a challenging and competitive airgun sport." ;
  rdfs:subClassOf tmc:FieldShooting, tmc:IndividualSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:FieldTarget a tmc:PlayType, tmc:SportType .

tmc:FigureSkating a rdfs:Class ;
  rdfs:label "Figure Skating" ;
  rdfs:comment "Figure skating is a winter sport where athletes perform a series of choreographed movements, jumps, spins, and other intricate maneuvers on ice. Skaters, either individually or in pairs, are judged on their technical skills, artistic expression, and overall presentation." ;
  rdfs:subClassOf tmc:OlympicSport, tmc:IndividualSport, tmc:TeamSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:FigureSkating a tmc:PlayType, tmc:SportType .

tmc:Fishing a rdfs:Class ;
  rdfs:label "Fishing" ;
  rdfs:comment "Fishing is the activity of catching fish, typically for recreational or commercial purposes, using various methods such as angling, casting, or netting." ;
  rdfs:subClassOf tmc:OutdoorActivities, tmc:Hunting ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:Fishing a tmc:PlayType, tmc:SportType .

tmc:Fistball a rdfs:Class ;
  rdfs:label "Fistball" ;
  rdfs:comment "Fistball is a sport of European origin, primarily played in the German-speaking nations of Austria, Germany and Switzerland, as well as in Brazil. The objective of the game is similar to volleyball, in that teams try to hit a ball over a net, but the rules vary from volleyball in several major ways." ;
  rdfs:subClassOf tmc:TeamSport ;
  tmc:instanceOf tmc:SportType, tmc:PlayType .

tmc:Fistball a tmc:SportType, tmc:PlayType .

tmc:FitnessBootCamp a rdfs:Class ;
  rdfs:label "Fitness Boot Camp" ;
  rdfs:comment "A fitness boot camp is a type of group physical training program that may be conducted by gyms, personal trainers or other organizations. These programs are designed to build strength and fitness through a variety of types of exercise. The activities and format may be loosely modeled on aspects of fitness training used in the military and the trainers themselves may be former military personnel." ;
  rdfs:subClassOf tmc:Aerobics ;
  tmc:instanceOf tmc:PlayType, tmc:FitnessType .

tmc:FitnessBootCamp a tmc:PlayType, tmc:FitnessType .

tmc:FlagFootball a rdfs:Class ;
  rdfs:label "Flag Football" ;
  rdfs:comment "Flag football is a modified version of American football where instead of tackling opponents, players wear flags that are attached by velcro to belts. The objective is for the offensive team to advance the ball down the field by running or passing it, while the defensive team attempts to remove the ball carrier's flags to stop the play. A play is considered dead when a flag is pulled." ;
  rdfs:subClassOf tmc:AmericanFootball, tmc:OlympicSport, tmc:TeamSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:FlagFootball a tmc:PlayType, tmc:SportType .

tmc:Flamenco a rdfs:Class ;
  rdfs:label "Flamenco" ;
  rdfs:comment "Flamenco is a passionate and expressive art form originating in the Andalusian region of Spain. It combines singing (cante), guitar playing (toque), dance (baile), handclaps (palmas), and finger snapping to create a captivating and rhythmic performance. Flamenco often conveys intense emotions and features intricate footwork, dramatic gestures, and vibrant costumes." ;
  rdfs:subClassOf tmc:Dance ;
  tmc:instanceOf tmc:FitnessType, tmc:PlayType .

tmc:Flamenco a tmc:FitnessType, tmc:PlayType .

tmc:FreestyleBMX a rdfs:Class ;
  rdfs:label "Freestyle BMX" ;
  rdfs:comment "Freestyle BMX is a dynamic and expressive cycling discipline that focuses on performing tricks and stunts using a BMX (Bicycle Motocross) bike. Riders, known as freestyle BMXers, showcase their creativity and skill by executing a variety of aerial maneuvers, spins, flips, and grinds on ramps, rails, and other obstacles in skate parks or urban environments. Freestyle BMX competitions often include events such as park, street, vert, and flatland, each emphasizing different aspects of trick riding. This discipline places a strong emphasis on individual style and innovation." ;
  rdfs:subClassOf tmc:BMX, tmc:CycleSport, tmc:OlympicSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportDiscipline, tmc:SportType .

tmc:FreestyleBMX a tmc:PlayType, tmc:SportDiscipline, tmc:SportType .

tmc:FreestyleSkiing a rdfs:Class ;
  rdfs:label "Freestyle Skiing" ;
  rdfs:comment "Freestyle skiing is a winter sport that involves performing tricks, jumps, and maneuvers on skis. Athletes showcase their skills in various events, including mogul skiing, aerials, cross, halfpipe, and slopestyle. Freestyle skiing combines technical proficiency with creativity, emphasizing acrobatic and stylish elements on the slopes." ;
  rdfs:subClassOf tmc:OlympicSport, tmc:WinterSport, tmc:OutdoorActivities, tmc:AlpineSkiing ;
  tmc:instanceOf tmc:ActiveRecreation, tmc:SportDiscipline, tmc:PlayType, tmc:SportType .

tmc:FreestyleSkiing a tmc:ActiveRecreation, tmc:SportDiscipline, tmc:PlayType, tmc:SportType .

tmc:FullboreTargetRifle a rdfs:Class ;
  rdfs:label "Fullbore Target Rifle" ;
  rdfs:comment "Fullbore Target Rifle is a precision shooting discipline where participants use centerfire rifles to engage targets at long distances, typically beyond 300 meters. The rifles are characterized by their larger caliber ammunition, often referred to as \"fullbore\" cartridges. Competitors shoot from prone, sitting, and standing positions, demonstrating accuracy and consistency. Matches may involve multiple distances and various shooting conditions. " ;
  rdfs:subClassOf tmc:Shooting, tmc:IndividualSport, tmc:OutdoorActivities ;
  tmc:instanceOf tmc:SportType, tmc:SportDiscipline, tmc:PlayType .

tmc:FullboreTargetRifle a tmc:SportType, tmc:SportDiscipline, tmc:PlayType .

tmc:Futsal a rdfs:Class ;
  rdfs:label "Futsal" ;
  rdfs:comment "Futsal is a variant of soccer played indoors on a smaller, hard court. It is typically played between two teams of five players each, including a goalkeeper. The game features a smaller, heavier ball, and the fast-paced nature of futsal emphasizes skill, close ball control, and quick passes." ;
  rdfs:subClassOf tmc:OlympicSport, tmc:TeamSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:Futsal a tmc:PlayType, tmc:SportType .

tmc:Goalball a rdfs:Class ;
  rdfs:label "Goalball" ;
  rdfs:comment "Goalball is a Paralympic team sport specifically designed for athletes with visual impairments. The game is played indoors on a rectangular court, and the objective is to score goals by rolling a ball with bells embedded in it into the opponent's goal. The three players on each team take turns throwing the ball across the court, and the defending team tries to block the ball using their bodies." ;
  rdfs:subClassOf tmc:TeamSport, tmc:Parasport, tmc:ParalympicSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:Goalball a tmc:PlayType, tmc:SportType .

tmc:Golf a rdfs:Class ;
  rdfs:label "Golf" ;
  rdfs:comment "Golf is a precision sport where players use clubs to hit a ball into a series of holes on a course with as few strokes as possible." ;
  rdfs:subClassOf tmc:OutdoorActivities, tmc:OlympicSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:Golf a tmc:PlayType, tmc:SportType .

tmc:Gungdo a rdfs:Class ;
  rdfs:label "Gungdo" ;
  rdfs:comment "Experience the precision and focus of traditional Korean archery." ;
  rdfs:subClassOf tmc:Archery ;
  tmc:instanceOf tmc:PlayType, tmc:SportType, tmc:SportDiscipline .

tmc:Gungdo a tmc:PlayType, tmc:SportType, tmc:SportDiscipline .

tmc:Gymnastics a tmc:SportType, tmc:PlayType, tmc:FitnessType ;
  rdfs:label "Gymnastics" ;
  rdfs:comment "Gymnastics is a sport that involves a combination of strength, flexibility, balance, and artistic expression. Participants perform routines that include acrobatic and rhythmic movements, often on apparatus such as bars, beams, or mats." ;
  tmc:instanceOf tmc:SportType, tmc:PlayType, tmc:FitnessType .

tmc:HalfMarathon a rdfs:Class ;
  rdfs:label "Half Marathon" ;
  rdfs:comment "A half marathon is a long-distance running race covering 13.1 miles or 21.1 kilometers. It is a popular and challenging endurance event, attracting runners for both competitive racing and personal." ;
  rdfs:subClassOf tmc:LongDistanceRunning ;
  tmc:instanceOf tmc:SportDiscipline, tmc:PlayType .

tmc:HalfMarathon a tmc:SportDiscipline, tmc:PlayType .

tmc:Handball a rdfs:Class ;
  rdfs:label "Handball" ;
  rdfs:comment "Handball is a team sport played indoors or outdoors, where two teams of seven players each (including a goalkeeper) compete to score goals by throwing a ball into the opponent's net. Players use their hands to pass, dribble, and shoot the ball, combining elements of basketball and soccer." ;
  rdfs:subClassOf tmc:TeamSport, tmc:OlympicSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:Handball a tmc:PlayType, tmc:SportType .

tmc:HangGliding a rdfs:Class ;
  rdfs:label "Hang Gliding" ;
  rdfs:comment "Hang gliding is an air sport or recreational activity in which a pilot flies a light, non-motorized foot-launched glider. Most modern hang gliders are made of an aluminium alloy or composite frame covered with synthetic sailcloth to form a wing. The pilot is ensconced in a harness suspended from the airframe, and exercises control by shifting body weight in opposition to a control frame." ;
  rdfs:subClassOf tmc:AirSports ;
  tmc:instanceOf tmc:PlayType, tmc:ActiveRecreation .

tmc:HangGliding a tmc:PlayType, tmc:ActiveRecreation .

tmc:HearingImpairmentAdaptedPlay a tmc:PlayAccessibilityCategory ;
  rdfs:label "Hearing Impairment Adapted" ;
  rdfs:comment "PlayTypes accommodating individuals with hearing impairments, often using visual signals, such as deaf basketball." ;
  tmc:instanceOf tmc:PlayAccessibilityCategory .

tmc:HighIntensityIntervalTraining a rdfs:Class ;
  rdfs:label "HIIT" ;
  rdfs:comment "High-intensity interval training (HIIT) is a training protocol alternating short periods of intense or explosive anaerobic exercise with brief recovery periods until the point of exhaustion. HIIT involves exercises performed in repeated quick bursts at maximum or near maximal effort with periods of rest or low activity between bouts." ;
  rdfs:subClassOf tmc:ExerciseAndFitnessSport ;
  tmc:instanceOf tmc:PlayType, tmc:FitnessType .

tmc:HighIntensityIntervalTraining a tmc:PlayType, tmc:FitnessType .

tmc:HighPowerRifle a rdfs:Class ;
  rdfs:label "High Power Rifle" ;
  rdfs:comment "High Power Rifle is a competitive shooting discipline where participants use rifles to engage targets at varying distances. The sport typically includes both standing and prone positions, as well as shooting from distances up to 600 yards or more. Competitors use precision rifles and aim to score points based on accuracy and consistency. High Power Rifle matches often involve multiple stages and various shooting positions, challenging participants' marksmanship skills under different conditions." ;
  rdfs:subClassOf tmc:Shooting, tmc:IndividualSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportDiscipline, tmc:SportType .

tmc:HighPowerRifle a tmc:PlayType, tmc:SportDiscipline, tmc:SportType .

tmc:HikeAndFly a rdfs:Class ;
  rdfs:label "Hike and Fly" ;
  rdfs:comment "Combination of hiking and flying with a paraglider, hang glider or speed wing." ;
  rdfs:subClassOf tmc:Paragliding, tmc:Hiking ;
  tmc:instanceOf tmc:PlayType, tmc:ActiveRecreation .

tmc:HikeAndFly a tmc:PlayType, tmc:ActiveRecreation .

tmc:Hiking a rdfs:Class ;
  rdfs:label "Hiking" ;
  rdfs:comment "Hiking is a long, vigorous walk, usually on trails or footpaths in the countryside. Hiking is a popular activity with numerous benefits to health and wellbeing. In addition to the physical benefits, hiking also provides a sense of adventure and the opportunity to explore new places." ;
  rdfs:subClassOf tmc:Walking, tmc:OutdoorActivities ;
  tmc:instanceOf tmc:PlayType, tmc:ActiveRecreation .

tmc:Hiking a tmc:PlayType, tmc:ActiveRecreation .

tmc:HipHopDance a rdfs:Class ;
  rdfs:label "Hip Hop Dance" ;
  rdfs:comment "Hip hop dance is a dynamic and energetic street dance style that originated within the hip hop culture. It includes a wide range of movement forms, such as breaking, locking, and popping, and is characterized by its improvisational nature, rhythmic expression, and connection to urban music." ;
  rdfs:subClassOf tmc:Dance ;
  tmc:instanceOf tmc:FitnessType, tmc:PlayType .

tmc:HipHopDance a tmc:FitnessType, tmc:PlayType .

tmc:Hockey a rdfs:Class ;
  rdfs:label "Hockey" ;
  rdfs:comment "A family of sports in which two teams play against each other by trying to maneuver a ball or a puck into the opponent's goal using a stick. Hockey is known for its physicality and exciting, goal-oriented matches." ;
  rdfs:subClassOf tmc:TeamSport ;
  tmc:instanceOf tmc:SportType, tmc:PlayType .

tmc:Hockey a tmc:SportType, tmc:PlayType .

tmc:IceClimbing a rdfs:Class ;
  rdfs:label "Ice Climbing" ;
  rdfs:comment "\nIce climbing is a specialized form of climbing that involves ascending ice-covered rock faces, frozen waterfalls, or other icy formations using ice axes and crampons. Climbers use these tools to grip and ascend the ice, often in challenging alpine environments. Ice climbing requires technical skills and equipment tailored for icy conditions." ;
  rdfs:subClassOf tmc:Climbing, tmc:ExtremeSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:IceClimbing a tmc:PlayType, tmc:SportType .

tmc:IceHockey a rdfs:Class ;
  rdfs:label "Ice Hockey" ;
  rdfs:comment "Ice hockey is a fast-paced team sport played on an ice rink. Two teams, each consisting of six players, including a goaltender, compete to score goals by shooting a puck into the opponent's net. Players use ice skates, sticks, and teamwork to control the puck and navigate the rink. " ;
  rdfs:subClassOf tmc:Hockey, tmc:TeamSport, tmc:OlympicSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:IceHockey a tmc:PlayType, tmc:SportType .

tmc:IndividualSport a rdfs:Class ;
  rdfs:label "Individual Sports" ;
  rdfs:comment "A type of sport that involves individuals competing against each other." ;
  rdfs:subClassOf tmc:Sport ;
  tmc:instanceOf tmc:PlayCategory .

tmc:IndividualSport a tmc:PlayCategory .

tmc:IndoorArchery a rdfs:Class ;
  rdfs:label "Indoor Archery" ;
  rdfs:comment "Experience the precision and focus of archery in an indoor setting. Our indoor archery experiences are designed for all skill levels, from beginners to seasoned archers." ;
  rdfs:subClassOf tmc:Archery ;
  tmc:instanceOf tmc:PlayType, tmc:SportType, tmc:SportDiscipline .

tmc:IndoorArchery a tmc:PlayType, tmc:SportType, tmc:SportDiscipline .

tmc:IndoorCycling a rdfs:Class ;
  rdfs:label "Indoor Cycling" ;
  rdfs:comment "Indoor cycling, often called spinning, is a form of exercise with classes focusing on endurance, strength, intervals, high intensity (race days) and recovery, and involves using a special stationary exercise bicycle with a weighted flywheel in a classroom setting." ;
  rdfs:subClassOf tmc:Cycling ;
  tmc:instanceOf tmc:PlayType, tmc:FitnessType .

tmc:IndoorCycling a tmc:PlayType, tmc:FitnessType .

tmc:IndoorGolf a rdfs:Class ;
  rdfs:label "Indoor Golf" ;
  rdfs:comment "Indoor golf refers to a golfing experience conducted in an enclosed space including driving ranges, chipping areas, putting greens, and machines; sometimes using simulators. Players can practice their swings, play virtual courses, and receive feedback on their performance without the need for an outdoor golf course." ;
  rdfs:subClassOf tmc:Golf ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:IndoorGolf a tmc:PlayType, tmc:SportType .

tmc:IndoorNetball a rdfs:Class ;
  rdfs:label "Indoor Netball" ;
  rdfs:comment "A variation of netball, played exclusively indoors, in which the playing court is surrounded on each side and overhead by a net. The net prevents the ball from leaving the court, reducing the number of playing stoppages. This gives indoor netball a faster pace than netball." ;
  rdfs:subClassOf tmc:Netball ;
  tmc:instanceOf tmc:SportType, tmc:PlayType, tmc:SportDiscipline .

tmc:IndoorNetball a tmc:SportType, tmc:PlayType, tmc:SportDiscipline .

tmc:Jazz a rdfs:Class ;
  rdfs:label "Jazz" ;
  rdfs:comment "Jazz dance is a dynamic and expressive dance form that originated alongside jazz music in the early 20th century. It incorporates a blend of traditional African, Caribbean, and European dance styles, featuring energetic movements, syncopated rhythms, and a focus on individual expression." ;
  rdfs:subClassOf tmc:Dance ;
  tmc:instanceOf tmc:PlayType, tmc:FitnessType .

tmc:Jazz a tmc:PlayType, tmc:FitnessType .

tmc:Judo a rdfs:Class ;
  rdfs:label "Judo" ;
  rdfs:comment "Judo is a Japanese martial art and Olympic sport that focuses on throws, joint locks, and pins to subdue an opponent. Judo places a strong emphasis on using an opponent's force and balance against them. Practitioners, called judoka, aim to throw their opponents to the ground or immobilize them with holds and locks. Judo also includes ground-fighting techniques and is known for its emphasis on mutual respect and discipline." ;
  rdfs:subClassOf tmc:OlympicSport, tmc:MartialArts, tmc:CombatSport, tmc:ParalympicSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:Judo a tmc:PlayType, tmc:SportType .

tmc:Karate a rdfs:Class ;
  rdfs:label "Karate" ;
  rdfs:comment "Karate is a Japanese martial art that originated on the Ryukyu Islands, now known as Okinawa, and has developed into various styles worldwide. It is a striking martial art that involves punches, kicks, knee strikes, and elbow strikes. Karate also includes blocking and parrying techniques. Practitioners, known as karateka, train in forms (katas), sparring (kumite), and conditioning to develop their physical and mental discipline. Karate is practiced for self-defense, physical fitness, and character development and is recognized as an Olympic sport." ;
  rdfs:subClassOf tmc:MartialArts, tmc:OlympicSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:Karate a tmc:PlayType, tmc:SportType .

tmc:Kayaking a rdfs:Class ;
  rdfs:label "Kayaking" ;
  rdfs:comment "Kayaking is a water sport where individuals paddle small, narrow boats called kayaks. Kayaks are typically maneuvered using a double-bladed paddle, and participants can navigate various water environments, including rivers, lakes, and oceans. Kayaking is enjoyed for recreation, adventure, and competition, with different disciplines such as whitewater kayaking, sea kayaking, and flatwater racing." ;
  rdfs:subClassOf tmc:SummerSport, tmc:OutdoorActivities ;
  tmc:instanceOf tmc:ActiveRecreation, tmc:PlayType, tmc:SportType .

tmc:Kayaking a tmc:ActiveRecreation, tmc:PlayType, tmc:SportType .

tmc:KettlebellLifting a rdfs:Class ;
  rdfs:label "Kettlebell Lifting" ;
  rdfs:comment "Kettlebell lifting, also known as Girevoy Sport or Kettlebell Sport, is a form of weightlifting that involves the use of kettlebells. Participants, known as lifters, perform a series of lifts in a set period, aiming to complete as many repetitions as possible. The lifts typically include the jerk, snatch, and long cycle, each requiring a combination of strength, endurance, and technique. Kettlebell lifting provides a full-body workout, emphasizing cardiovascular fitness and muscular endurance." ;
  rdfs:subClassOf tmc:Weightlifting, tmc:ExerciseAndFitnessSport, tmc:IndividualSport ;
  tmc:instanceOf tmc:FitnessType, tmc:SportType, tmc:PlayType, tmc:SportDiscipline .

tmc:KettlebellLifting a tmc:FitnessType, tmc:SportType, tmc:PlayType, tmc:SportDiscipline .

tmc:Kickboxing a rdfs:Class ;
  rdfs:label "Kickboxing" ;
  rdfs:comment "Kickboxing is a combat sport that combines elements of traditional boxing with kicks from martial arts, emphasizing both punching and kicking techniques." ;
  rdfs:subClassOf tmc:MartialArts, tmc:CombatSport ;
  tmc:instanceOf tmc:PhysicalActivityType, tmc:SportType, tmc:PlayType .

tmc:Kickboxing a tmc:PhysicalActivityType, tmc:SportType, tmc:PlayType .

tmc:KiteLandboarding a rdfs:Class ;
  rdfs:label "Kite Landboarding" ;
  rdfs:comment "Kite landboarding, also known as land kiteboarding or flyboarding, is an exhilarating land-based sport where participants use a mountain board or landboard and are propelled by a controllable power kite. Riders harness the wind's power to cruise, jump, and perform tricks on various terrains such as beaches or open fields. Kite landboarding combines elements of kite control and board riding." ;
  rdfs:subClassOf tmc:OutdoorActivities, tmc:BoardSports, tmc:ExtremeSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:KiteLandboarding a tmc:PlayType, tmc:SportType .

tmc:KiteSurfing a rdfs:Class ;
  rdfs:label "Kite Surfing" ;
  rdfs:comment "Kite surfing, also known as kiteboarding, is an exhilarating water sport that combines elements of surfing, wakeboarding, and paragliding. Participants use a controllable power kite to harness the wind's force, propelling themselves on a board across the water's surface." ;
  rdfs:subClassOf tmc:OutdoorActivities, tmc:WaterSports, tmc:BoardSports ;
  tmc:instanceOf tmc:ActiveRecreation, tmc:PlayType, tmc:SportType .

tmc:KiteSurfing a tmc:ActiveRecreation, tmc:PlayType, tmc:SportType .

tmc:Kneeboarding a rdfs:Class ;
  rdfs:label "Kneeboarding" ;
  rdfs:comment "Kneeboarding is a water sport where participants ride on a kneeboard, a flat board with padded knee wells. Riders typically kneel on the board and are towed behind a boat, performing tricks and maneuvers on the water's surface." ;
  rdfs:subClassOf tmc:WaterSports, tmc:BoardSports ;
  tmc:instanceOf tmc:PlayType, tmc:SportType, tmc:ActiveRecreation .

tmc:Kneeboarding a tmc:PlayType, tmc:SportType, tmc:ActiveRecreation .

tmc:Kyudo a rdfs:Class ;
  rdfs:label "Kyūdō" ;
  rdfs:comment "Japanese archery based martial art." ;
  rdfs:subClassOf tmc:Archery, tmc:MartialArts ;
  tmc:instanceOf tmc:PlayType, tmc:SportType, tmc:SportDiscipline .

tmc:Kyudo a tmc:PlayType, tmc:SportType, tmc:SportDiscipline .

tmc:Lacrosse a rdfs:Class ;
  rdfs:label "Lacrosse" ;
  rdfs:comment "Playing lacrosse, a team sport in which two teams of twelve players each use a long-handled stick with a net to catch, carry, and pass a ball in an effort to score goals." ;
  rdfs:subClassOf tmc:TeamSport, tmc:OlympicSport ;
  tmc:instanceOf tmc:SportType, tmc:PlayType .

tmc:Lacrosse a tmc:SportType, tmc:PlayType .

tmc:LongDistanceRunning a rdfs:Class ;
  rdfs:label "Long Distance Running" ;
  rdfs:comment "Long-distance running is a form of aerobic exercise involving extended periods of continuous running, typically covering distances beyond 5 kilometers. It challenges endurance and cardiovascular fitness, with popular events including marathons and ultramarathons." ;
  rdfs:subClassOf tmc:Running, tmc:TrackAndField ;
  tmc:instanceOf tmc:PlayCategory .

tmc:LongDistanceRunning a tmc:PlayCategory .

tmc:Luge a rdfs:Class ;
  rdfs:label "Luge" ;
  rdfs:comment "Luge is a winter sport where athletes, individually or in pairs, make timed descents down narrow, twisting, and banked ice tracks in a small, one- or two-person sled. The competitors lie on their backs with their feet first, steering by using their calves and shoulders to shift their body weight. " ;
  rdfs:subClassOf tmc:WinterSport, tmc:OlympicSport, tmc:IndividualSport, tmc:TeamSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:Luge a tmc:PlayType, tmc:SportType .

tmc:Marathon a rdfs:Class ;
  rdfs:label "Marathon" ;
  rdfs:comment "A marathon is a long-distance running race that covers 26.2 miles or 42.195 kilometers. It is a challenging endurance event inspired by the legendary run of a Greek soldier from Marathon to Athens. Marathons are widely popular for both competitive racing and personal accomplishment." ;
  rdfs:subClassOf tmc:LongDistanceRunning ;
  tmc:instanceOf tmc:SportDiscipline, tmc:PlayType .

tmc:Marathon a tmc:SportDiscipline, tmc:PlayType .

tmc:MarathonSwimming a rdfs:Class ;
  rdfs:label "Marathon Swimming" ;
  rdfs:comment "Marathon swimming is a long-distance open water swimming discipline. Athletes compete in races held in natural bodies of water, such as oceans, lakes, or rivers, covering distances of 10 kilometers or more." ;
  rdfs:subClassOf tmc:OlympicSport, tmc:IndividualSport, tmc:WaterSports, tmc:Swimming ;
  tmc:instanceOf tmc:PlayType, tmc:SportDiscipline, tmc:SportType .

tmc:MarathonSwimming a tmc:PlayType, tmc:SportDiscipline, tmc:SportType .

tmc:MartialArts a tmc:PlayCategory ;
  rdfs:label "Martial Arts" ;
  rdfs:comment "Martial arts encompass various disciplines of structured physical combat and self-defense techniques, often rooted in traditions and philosophies. Martial arts promote physical fitness, mental discipline, and personal development." ;
  tmc:instanceOf tmc:PlayCategory .

tmc:MetallicSilhouetteShooting a rdfs:Class ;
  rdfs:label "Metallic Silhouette Shooting" ;
  rdfs:comment "Metallic silhouette shooting is a target shooting sport where participants use firearms to knock down metallic silhouette targets at varying distances. The targets represent animals such as chickens, pigs, turkeys, and rams. Shooters engage these targets from different positions and distances, aiming to knock them down in the fewest shots possible. The sport challenges marksmanship, precision, and speed, as participants move through a course of fire that includes targets at different sizes and distances. " ;
  rdfs:subClassOf tmc:FieldShooting ;
  tmc:instanceOf tmc:PlayType, tmc:SportDiscipline, tmc:SportType .

tmc:MetallicSilhouetteShooting a tmc:PlayType, tmc:SportDiscipline, tmc:SportType .

tmc:MiniatureGolf a rdfs:Class ;
  rdfs:label "Miniature Golf" ;
  rdfs:comment "Miniature golf, also known as mini golf, is a recreational sport where players navigate a small, themed course with various obstacles, attempting to complete each hole in as few strokes as possible using a putter." ;
  rdfs:subClassOf tmc:Golf ;
  tmc:instanceOf tmc:PlayType .

tmc:MiniatureGolf a tmc:PlayType .

tmc:MiniRugby a rdfs:Class ;
  rdfs:label "Mini Rugby" ;
  rdfs:comment "Mini rugby, often referred to as youth or junior rugby, is a modified version of rugby union designed for younger players. It introduces children to the sport in a safe and age-appropriate manner, emphasizing skill development, teamwork, and sportsmanship. Mini rugby typically involves smaller teams, simplified rules, and scaled-down field dimensions. " ;
  rdfs:subClassOf tmc:RugbyUnion, tmc:TeamSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:MiniRugby a tmc:PlayType, tmc:SportType .

tmc:MixedMartialArts a rdfs:Class ;
  rdfs:label "Mixed Martial Arts (MMA)" ;
  rdfs:comment "Mixed Martial Arts (MMA) is a full-contact combat sport that combines elements of various martial arts and disciplines. Fighters in MMA use a combination of striking techniques (boxing, kickboxing) and grappling techniques (wrestling, Brazilian Jiu-Jitsu) to compete in a caged or roped arena. Matches can be won by knockout, submission, judges' decision, or other criteria depending on the organization's rules. MMA has gained global popularity, and organizations like the Ultimate Fighting Championship (UFC) have played a significant role in its mainstream success." ;
  rdfs:subClassOf tmc:CombatSport, tmc:MartialArts ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:MixedMartialArts a tmc:PlayType, tmc:SportType .

tmc:ModernPentathlon a rdfs:Class ;
  rdfs:label "Modern Pentathlon" ;
  rdfs:comment "Modern Pentathlon is a multi-disciplinary Olympic sport that consists of five events. The five components of modern pentathlon are: Fencing, Swimming, Show Jumping, Pistol Shooting, and Running." ;
  rdfs:subClassOf tmc:OlympicSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:ModernPentathlon a tmc:PlayType, tmc:SportType .

tmc:MountainBiking a rdfs:Class ;
  rdfs:label "Mountain Biking" ;
  rdfs:comment "Mountain biking is an off-road cycling sport where riders navigate rugged terrains, trails, and obstacles. It includes disciplines like cross-country, downhill, and enduro, requiring a mix of skill, endurance, and technical prowess." ;
  rdfs:subClassOf tmc:CycleSport, tmc:IndividualSport, tmc:OlympicSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportDiscipline, tmc:SportType .

tmc:MountainBiking a tmc:PlayType, tmc:SportDiscipline, tmc:SportType .

tmc:Mountaineering a rdfs:Class ;
  rdfs:label "Mountaineering" ;
  rdfs:comment "Mountaineering is a high-altitude outdoor activity that involves climbing mountains. It encompasses a range of activities, including hiking, trekking, rock climbing, and ice climbing, often in challenging and alpine environments. Mountaineers face various obstacles such as steep terrain, glaciers, and adverse weather conditions, requiring a combination of physical fitness, technical skills, and strategic planning." ;
  rdfs:subClassOf tmc:Climbing, tmc:OutdoorActivities ;
  tmc:instanceOf tmc:SportType, tmc:PlayType .

tmc:Mountaineering a tmc:SportType, tmc:PlayType .

tmc:MuayThai a rdfs:Class ;
  rdfs:label "Muay Thai" ;
  rdfs:comment "Muay Thai, also known as \"The Art of Eight Limbs,\" is a striking martial art and combat sport originating from Thailand. It utilizes a combination of kicks, punches, knees, and elbows, making use of the body's eight points of contact. Muay Thai is known for its powerful and efficient striking techniques, clinch work, and strategic use of elbows and knees. " ;
  rdfs:subClassOf tmc:MartialArts, tmc:CombatSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:MuayThai a tmc:PlayType, tmc:SportType .

tmc:Netball a rdfs:Class ;
  rdfs:label "Netball" ;
  rdfs:comment "A ball sport played on a rectangular court by two teams of seven players. The primary objective is to shoot a ball through the defender's goal ring while preventing the opposing team from shooting through their own goal ring. It is one of a few sports created exclusively for women and girls and remains primarily played by them, on indoor and outdoor courts, especially in schools and most popularly in the Commonwealth of Nations." ;
  rdfs:subClassOf tmc:TeamSport ;
  tmc:instanceOf tmc:SportType, tmc:PlayType .

tmc:Netball a tmc:SportType, tmc:PlayType .

tmc:NordicCombined a rdfs:Class ;
  rdfs:label "Nordic Combined" ;
  rdfs:comment "Nordic combined is a winter sport that combines two disciplines: cross-country skiing and ski jumping. Athletes compete in both events, with scores or times from ski jumping determining the starting order for the cross-country race. Nordic combined requires a blend of ski jumping skill and cross-country skiing endurance, making it a challenging and dynamic sport." ;
  rdfs:subClassOf tmc:NordicSkiing, tmc:OlympicSport, tmc:WinterSport ;
  tmc:instanceOf tmc:SportType, tmc:PlayType .

tmc:NordicCombined a tmc:SportType, tmc:PlayType .

tmc:NordicSkiing a rdfs:Class ;
  rdfs:label "Nordic Skiing" ;
  rdfs:comment "Nordic skiing includes different skiing styles where the toe of the ski boot is attached to the binding, enabling the heel to lift, a contrast to alpine skiing where the boot is connected to the ski from toe to heel." ;
  rdfs:subClassOf tmc:Skiing, tmc:OlympicSport, tmc:WinterSport, tmc:OutdoorActivities ;
  tmc:instanceOf tmc:SportType, tmc:PlayType, tmc:ActiveRecreation .

tmc:NordicSkiing a tmc:SportType, tmc:PlayType, tmc:ActiveRecreation .

tmc:OlympicSport a rdfs:Class ;
  rdfs:label "Olympic Sport" ;
  rdfs:comment "Participate in the ultimate test of athletic prowess with Olympic Sports. Experience the thrill of competition and the joy of representing your country on the world stage." ;
  rdfs:subClassOf tmc:Sport ;
  tmc:instanceOf tmc:PlayCategory .

tmc:OlympicSport a tmc:PlayCategory .

tmc:OutdoorActivities a tmc:PlayCategory ;
  rdfs:label "Outdoor Activities" ;
  rdfs:comment "Activities that take place outdoors." ;
  tmc:instanceOf tmc:PlayCategory .

tmc:Paddleboarding a rdfs:Class ;
  rdfs:label "Paddleboarding" ;
  rdfs:comment "Paddleboarding is a water activity where participants stand, kneel, or sit on a large board and use a paddle to propel themselves through the water. It can be done on various water bodies, including oceans, lakes, and rivers, and offers a mix of recreation, fitness, and sometimes surfing-like elements." ;
  rdfs:subClassOf tmc:BoardSports, tmc:WaterSports ;
  tmc:instanceOf tmc:ActiveRecreation, tmc:PlayType .

tmc:Paddleboarding a tmc:ActiveRecreation, tmc:PlayType .

tmc:ParaAlpineSkiing a rdfs:Class ;
  rdfs:label "Para-Alpine Skiing" ;
  rdfs:comment "Para-alpine skiing is a sport adapted for individuals with physical disabilities, allowing them to participate in alpine skiing events. Athletes with impairments in their legs or mobility use specialized equipment, such as sit-skis, to navigate downhill courses." ;
  rdfs:subClassOf tmc:ParalympicSport, tmc:Parasport, tmc:AlpineSkiing, tmc:WinterSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:ParaAlpineSkiing a tmc:PlayType, tmc:SportType .

tmc:ParaArchery a rdfs:Class ;
  rdfs:label "Para-archery" ;
  rdfs:comment "Para-archery is an adapted form of archery for individuals with physical disabilities. Athletes showcase precision and accuracy in competitions, using specialized equipment or adaptations based on their impairments. Governed by the International Paralympic Committee (IPC), para-archery offers an inclusive platform for individuals with diverse abilities to participate in competitive archery at various levels." ;
  rdfs:subClassOf tmc:Archery, tmc:ParalympicSport, tmc:Parasport ;
  tmc:instanceOf tmc:PlayType, tmc:SportType, tmc:SportDiscipline .

tmc:ParaArchery a tmc:PlayType, tmc:SportType, tmc:SportDiscipline .

tmc:ParaAthletics a rdfs:Class ;
  rdfs:label "Para-athletics" ;
  rdfs:comment "Para-athletics includes a wide range of track and field events adapted to accommodate different impairments. The events include sprints, distance races, throws, jumps, and relays. Athletes compete in various classifications based on their impairment, ensuring fair and inclusive competition." ;
  rdfs:subClassOf tmc:TrackAndField, tmc:ParalympicSport, tmc:Parasport, tmc:IndividualSport, tmc:TeamSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:ParaAthletics a tmc:PlayType, tmc:SportType .

tmc:ParaBadminton a rdfs:Class ;
  rdfs:label "Para-badminton" ;
  rdfs:comment "Para-badminton is a modified version of badminton designed for athletes with physical disabilities. It follows similar rules to traditional badminton but has some adaptations to accommodate various impairments. Players with different disabilities, such as mobility impairments or limb deficiencies, compete in different classifications, ensuring fair and inclusive competition." ;
  rdfs:subClassOf tmc:Badminton, tmc:ParalympicSport, tmc:Parasport ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:ParaBadminton a tmc:PlayType, tmc:SportType .

tmc:ParaBiathlon a rdfs:Class ;
  rdfs:label "Para-biathlon" ;
  rdfs:comment "Para biathlon is a sport adapted for individuals with physical disabilities, combining cross-country skiing and rifle shooting. Athletes with impairments in their lower limbs or mobility use sit-skis to navigate the cross-country course and then demonstrate precision and control during the shooting segments. " ;
  rdfs:subClassOf tmc:ParalympicSport, tmc:Parasport, tmc:Biathlon, tmc:NordicSkiing, tmc:IndividualSport, tmc:WinterSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportType, tmc:SportDiscipline .

tmc:ParaBiathlon a tmc:PlayType, tmc:SportType, tmc:SportDiscipline .

tmc:Paracanoe a rdfs:Class ;
  rdfs:label "Paracanoe" ;
  rdfs:comment "Paracanoe is a Paralympic sport that involves paddling a kayak or canoe on flat water. It is designed for athletes with physical disabilities. Paracanoe includes different classifications based on the athlete's impairment, such as kayak (K) and va'a (V) classes. Athletes use single-blade paddles, and races are conducted over various distances." ;
  rdfs:subClassOf tmc:Canoeing, tmc:Kayaking, tmc:ParalympicSport, tmc:Parasport ;
  tmc:instanceOf tmc:PlayType, tmc:SportDiscipline, tmc:SportType .

tmc:Paracanoe a tmc:PlayType, tmc:SportDiscipline, tmc:SportType .

tmc:ParaCrossCountrySkiing a rdfs:Class ;
  rdfs:label "Para Cross-Country Skiing" ;
  rdfs:comment "Paralympic cross-country skiing is an adapted form of cross-country skiing designed for athletes with physical disabilities. Participants, using sit-skis or other adaptive equipment, navigate snowy courses, showcasing skill, endurance, and speed." ;
  rdfs:subClassOf tmc:ParalympicSport, tmc:Parasport, tmc:CrossCountrySkiing, tmc:WinterSport, tmc:IndividualSport, tmc:NordicSkiing ;
  tmc:instanceOf tmc:PlayType, tmc:SportType, tmc:SportDiscipline .

tmc:ParaCrossCountrySkiing a tmc:PlayType, tmc:SportType, tmc:SportDiscipline .

tmc:ParaCycling a rdfs:Class ;
  rdfs:label "Para-cycling" ;
  rdfs:comment "Para-cycling is a form of cycling specifically designed for athletes with physical disabilities. It is a discipline of parasport that includes various classifications based on the nature and extent of the athlete's impairment. Para-cycling events can take place on the road, track, or in off-road settings. The sport features different types of bicycles and tricycles adapted to accommodate individual needs." ;
  rdfs:subClassOf tmc:CycleSport, tmc:Parasport, tmc:ParalympicSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:ParaCycling a tmc:PlayType, tmc:SportType .

tmc:ParaEquestrian a rdfs:Class ;
  rdfs:label "Para-equestrian" ;
  rdfs:comment "Para-equestrian refers to equestrian sports adapted for athletes with physical disabilities. It is an inclusive discipline that allows individuals with impairments to compete in various equestrian events. Para-equestrian events may include dressage, which emphasizes precise and controlled movements, and other disciplines tailored to accommodate riders with different impairments." ;
  rdfs:subClassOf tmc:Equestrian, tmc:ParalympicSport, tmc:Parasport ;
  tmc:instanceOf tmc:PlayType, tmc:SportType, tmc:SportDiscipline .

tmc:ParaEquestrian a tmc:PlayType, tmc:SportType, tmc:SportDiscipline .

tmc:Paragliding a rdfs:Class ;
  rdfs:label "Paragliding" ;
  rdfs:comment "Soar through the skies with our Paragliding experiences. Whether you're a beginner or a seasoned pro, our activities are a gateway to the exhilarating world of aviation." ;
  rdfs:subClassOf tmc:AirSports, tmc:ExtremeSport, tmc:OutdoorActivities ;
  tmc:instanceOf tmc:PlayType, tmc:ActiveRecreation .

tmc:Paragliding a tmc:PlayType, tmc:ActiveRecreation .

tmc:ParaglidingAerobatics a rdfs:Class ;
  rdfs:label "Paragliding Aerobatics" ;
  rdfs:comment "Paragliding aerobatics is the practice of flying paragliders in loops, performing stalls, and other dangerous maneuvers." ;
  rdfs:subClassOf tmc:Paragliding, tmc:AirSports, tmc:Aerobatics, tmc:OutdoorActivities ;
  tmc:instanceOf tmc:PlayType, tmc:ActiveRecreation .

tmc:ParaglidingAerobatics a tmc:PlayType, tmc:ActiveRecreation .

tmc:ParaIceHockey a rdfs:Class ;
  rdfs:label "Para Ice Hockey" ;
  rdfs:comment "Para ice hockey, also known as Sledge Hockey or Sled Hockey, is an adapted version of ice hockey designed for athletes with physical disabilities, particularly those using sledges on the ice. Played with similar rules to traditional ice hockey, it provides an inclusive and competitive platform for individuals with diverse abilities. Governed by international ice hockey organizations and the International Paralympic Committee, para ice hockey showcases skill, speed, and teamwork on the ice." ;
  rdfs:subClassOf tmc:ParalympicSport, tmc:Parasport, tmc:IceHockey, tmc:TeamSport ;
  tmc:instanceOf tmc:SportType, tmc:PlayType .

tmc:ParaIceHockey a tmc:SportType, tmc:PlayType .

tmc:ParaJudo a rdfs:Class ;
  rdfs:label "Para Judo" ;
  rdfs:comment "Para Judo is a form of judo adapted for athletes with visual impairments. It is part of parasport and is governed by the International Judo Federation (IJF). Para Judo includes specific classifications to ensure fair competition based on the nature and extent of an athlete's impairment." ;
  rdfs:subClassOf tmc:ParalympicSport, tmc:Parasport, tmc:Judo, tmc:IndividualSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:ParaJudo a tmc:PlayType, tmc:SportType .

tmc:ParalympicSport a tmc:PlayCategory ;
  rdfs:label "Paralympic Sport" ;
  rdfs:comment "International multi-sport events for disabled athletes" ;
  tmc:instanceOf tmc:PlayCategory .

tmc:ParaPowerlifting a rdfs:Class ;
  rdfs:label "Para-powerlifting" ;
  rdfs:comment "Para powerlifting is a discipline of powerlifting designed for athletes with physical impairments. Para powerlifting emphasizes strength, technique, and control, providing individuals with physical disabilities the opportunity to showcase their powerlifting abilities on the international stage." ;
  rdfs:subClassOf tmc:ParalympicSport, tmc:Parasport, tmc:Powerlifting ;
  tmc:instanceOf tmc:PlayType, tmc:SportDiscipline, tmc:SportType .

tmc:ParaPowerlifting a tmc:PlayType, tmc:SportDiscipline, tmc:SportType .

tmc:Pararowing a rdfs:Class ;
  rdfs:label "Pararowing" ;
  rdfs:comment "Pararowing, also known as adaptive rowing, is a rowing discipline for athletes with physical disabilities. It follows the same basic rules as traditional rowing, with adaptations made to equipment and classification to accommodate athletes with different abilities. Athletes may use a fixed seat or sliding seat, and boats are adapted to meet the specific needs of the rowers." ;
  rdfs:subClassOf tmc:Parasport, tmc:ParalympicSport, tmc:Rowing ;
  tmc:instanceOf tmc:PlayType, tmc:SportDiscipline, tmc:SportType .

tmc:Pararowing a tmc:PlayType, tmc:SportDiscipline, tmc:SportType .

tmc:Parasailing a rdfs:Class ;
  rdfs:label "Parasailing" ;
  rdfs:comment "Experience the thrill of parasailing as you soar through the skies while being towed behind a boat." ;
  rdfs:subClassOf tmc:AirSports, tmc:OutdoorActivities ;
  tmc:instanceOf tmc:ActiveRecreation, tmc:PlayType .

tmc:Parasailing a tmc:ActiveRecreation, tmc:PlayType .

tmc:ParaShooting a rdfs:Class ;
  rdfs:label "Para-shooting" ;
  rdfs:comment "Parashooting, also known as shooting Para sport, is an adaptation of shooting sports for competitors with disabilities. Athletes use pistols or rifles to fire a series of shots at a stationary target, with each shot worth a maximum score of 10.9 points." ;
  rdfs:subClassOf tmc:ParalympicSport, tmc:Parasport, tmc:Shooting ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:ParaShooting a tmc:PlayType, tmc:SportType .

tmc:ParaSnowboarding a rdfs:Class ;
  rdfs:label "Para-snowboarding" ;
  rdfs:comment "Para-snowboarding is a winter sport adapted for individuals with physical disabilities, allowing them to compete in snowboarding events. Athletes with impairments in their lower limbs or mobility use specialized equipment, such as adaptive snowboards, to navigate downhill courses." ;
  rdfs:subClassOf tmc:WinterSport, tmc:ParalympicSport, tmc:Parasport, tmc:Snowboarding, tmc:IndividualSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportDiscipline, tmc:SportType .

tmc:ParaSnowboarding a tmc:PlayType, tmc:SportDiscipline, tmc:SportType .

tmc:Parasport a tmc:PlayCategory ;
  rdfs:label "Parasport" ;
  rdfs:comment "The term \"parasport\" emphasizes the adaptation of sports to accommodate different abilities, allowing individuals with disabilities to engage in athletic pursuits and compete on equal terms. These sports provide opportunities for people with various impairments to participate in physical activities, compete at different levels, and promote inclusivity in the world of sports" ;
  tmc:instanceOf tmc:PlayCategory .

tmc:ParaSwimming a rdfs:Class ;
  rdfs:label "Para-swimming" ;
  rdfs:comment "Para-swimming, also known as Paralympic swimming, is a competitive swimming discipline for athletes with physical disabilities. It is open to male and female athletes in all eligible impairment groups who compete in breaststroke, butterfly, freestyle, medley, and relay events." ;
  rdfs:subClassOf tmc:Swimming, tmc:ParalympicSport, tmc:Parasport, tmc:TeamSport, tmc:IndividualSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:ParaSwimming a tmc:PlayType, tmc:SportType .

tmc:ParaTableTennis a rdfs:Class ;
  rdfs:label " Para Table Tennis" ;
  rdfs:comment "Para table tennis, also known as table tennis in the Paralympic context, is a sport that follows the rules set by the International Table Tennis Federation with slight modifications for wheelchair athletes. Athletes from various disability groups can take part, and they receive classifications between 1-11, with classes 1-5 for those in wheelchairs and classes 6-10 for those with other disabilities that allow standing." ;
  rdfs:subClassOf tmc:TableTennis, tmc:ParalympicSport, tmc:Parasport, tmc:IndividualSport, tmc:TeamSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:ParaTableTennis a tmc:PlayType, tmc:SportType .

tmc:ParaTaekwondo a rdfs:Class ;
  rdfs:label "Para-taekwondo" ;
  rdfs:comment "Para-taekwondo includes disciplines such as kyorugi (sparring) and poomsae (martial art forms) for athletes with different impairments. In Para taekwondo, kicks to the head are forbidden, and punches to the body are not scored. Athletes score points based on landing kicks to the body with sufficient power and accuracy." ;
  rdfs:subClassOf tmc:Taekwondo, tmc:ParalympicSport, tmc:Parasport, tmc:IndividualSport, tmc:MartialArts ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:ParaTaekwondo a tmc:PlayType, tmc:SportType .

tmc:ParaTriathlon a rdfs:Class ;
  rdfs:label "Para-triathlon" ;
  rdfs:comment "Para-triathlon is a multisport discipline adapted for individuals with physical disabilities, combining swimming, cycling, and running. Athletes participate in a swim leg, followed by a cycling segment using adaptive equipment, and conclude with a wheelchair or running portion. " ;
  rdfs:subClassOf tmc:ParalympicSport, tmc:Parasport, tmc:Triathlon ;
  tmc:instanceOf tmc:PlayType, tmc:SportDiscipline, tmc:SportType .

tmc:ParaTriathlon a tmc:PlayType, tmc:SportDiscipline, tmc:SportType .

tmc:PhysicalImpairment a tmc:PlayAccessibilityCategory ;
  rdfs:label "Physical Impairment" ;
  tmc:instanceOf tmc:PlayAccessibilityCategory .

tmc:Pickleball a rdfs:Class ;
  rdfs:label "Pickleball" ;
  rdfs:comment "Pickleball is a paddle sport that combines elements of tennis, badminton, and table tennis. It is played with a perforated plastic ball on a smaller court, and participants use solid paddles to hit the ball over a net." ;
  rdfs:subClassOf tmc:RacketSports ;
  tmc:instanceOf tmc:SportType, tmc:PhysicalActivityType, tmc:PlayType .

tmc:Pickleball a tmc:SportType, tmc:PhysicalActivityType, tmc:PlayType .

tmc:Pilates a rdfs:Class ;
  rdfs:label "Pilates" ;
  rdfs:comment "Pilates uses a combination of around 50 repetitive exercises to spur muscle exertion. Each exercise flows from the 'five essentials': breath, cervical alignment, rib and scapular stabilization, pelvic mobility, and utilization of the transverses abdomens. Each exercise is typically repeated three to five times." ;
  rdfs:subClassOf tmc:StudioActivities ;
  tmc:instanceOf tmc:PlayType, tmc:FitnessType .

tmc:Pilates a tmc:PlayType, tmc:FitnessType .

tmc:PlayAccessibilityCategory a rdfs:Class, schema:Enumeration ;
  rdfs:label "Play Accessibility Category" ;
  rdfs:comment "Groups PlayTypes designed for specific accessibility needs, ensuring inclusive and engaging activities for individuals with diverse abilities. These categories encompass sports and activities tailored to particular physical, sensory, or cognitive conditions." ;
  rdfs:subClassOf tmc:Play, tmc:Enumeration .

tmc:PoleClimbing a rdfs:Class ;
  rdfs:label "Pole Climbing" ;
  rdfs:comment "Pole climbing is a physical activity or sport where individuals ascend a vertical pole. It can be practiced for various purposes, including traditional skills, fitness training, or as a competitive sport where participants race to climb a pole to a specific height." ;
  rdfs:subClassOf tmc:Climbing ;
  tmc:instanceOf tmc:PlayType, tmc:SportType, tmc:ActiveRecreation .

tmc:PoleClimbing a tmc:PlayType, tmc:SportType, tmc:ActiveRecreation .

tmc:Play a rdfs:Class ;
  rdfs:label "Play" ;
  rdfs:comment "Play is a versatile term encompassing physical and mental activities in sport, active recreation, and fitness. It involves engaging in enjoyable, structured or unstructured activities for skill development and well-being. In sport, it pertains to organized athletic competitions; in active recreation, it's leisure activities; and in fitness, it includes enjoyable exercise routines. Play promotes physical fitness, mental growth, and social interaction across age groups and abilities. It's integral to a well-rounded and active life." ;
  rdfs:subClassOf tmc:Thing .

tmc:PlayAction a rdfs:Class ;
  rdfs:label "Play Action" ;
  rdfs:comment "The act of playing/exercising/training/performing for enjoyment, leisure, recreation, competition or exercise.\\n\\nRelated actions:\\n\\n* [[ListenAction]]: Unlike ListenAction (which is under ConsumeAction), PlayAction refers to performing for an audience or at an event, rather than consuming music.\\n* [[WatchAction]]: Unlike WatchAction (which is under ConsumeAction), PlayAction refers to showing/displaying for an audience or at an event, rather than consuming visual content." ;
  rdfs:subClassOf tmc:Action, tmc:Play ;
  owl:equivalentClass schema:PlayAction .

tmc:PlayActivity a rdfs:Class ;
  rdfs:label "Play Activity" ;
  rdfs:comment "An Activity that someone may participate in and which has a specific result." ;
  rdfs:subClassOf tmc:Play .

tmc:playActivity a rdf:Property ;
  rdfs:label "Play Activity" ;
  schema:domainIncludes tmc:Action, tmc:Event, tmc:PlayActivity ;
  schema:rangeIncludes tmc:PlayActivity .

tmc:PlayActivityType a rdfs:Class, schema:Enumeration ;
  rdfs:label "Play Activity Type" ;
  rdfs:comment "This term is broad enough to encapsulate all three categories — Sports, Active Recreation, and Fitness — and is easily understandable by a wide range of users. It indicates that the filter is used to distinguish between different types of physical activities, each with its own characteristics and settings." ;
  rdfs:subClassOf tmc:Enumeration, tmc:Play .

tmc:PlayBenefit a rdfs:Class, schema:Enumeration ;
  rdfs:label "Play Benefit" ;
  rdfs:comment "Refers to the positive outcomes or advantages gained from engaging in a PlayType. This encompasses a wide range of benefits, including physical health improvements like cardiovascular fitness, mental benefits such as stress relief, and social advantages like team-building and community engagement. PlayBenefits are key in guiding users toward activities that meet their health, wellness, and social interaction goals." ;
  rdfs:subClassOf tmc:PlayCharacteristic, tmc:Enumeration .

tmc:PlayFeature a rdfs:Class, schema:Enumeration ;
  rdfs:label "Play Feature" ;
  rdfs:comment "Refers to inherent or fundamental characteristics of a PlayType that define its nature and the requirements for participation. These features include physical, mental, and structural aspects of the activity, such as agility, balance, strategic thinking, and whether the activity is solo or team-based. PlayFeatures are essential in understanding the dynamics and core requirements of a PlayType, helping users identify activities that align with their preferences and capabilities." ;
  rdfs:subClassOf tmc:PlayCharacteristic, tmc:Enumeration .

tmc:PlayList a rdfs:Class, schema:Enumeration ;
  rdfs:label "PlayList" ;
  rdfs:comment "A grouping of play types by common attributes." ;
  rdfs:subClassOf tmc:Play, tmc:Enumeration, tmc:Channel .

tmc:PlayCategory a rdfs:Class, schema:Enumeration ;
  rdfs:label "PlayCategory" ;
  rdfs:comment "PlayCategory classifies PlayTypes into broad groups based on common characteristics, such as the environment in which they are played, the primary equipment used, or the skills required. PlayCategories provide a high-level organizational framework, enabling users to navigate and explore different types of play activities efficiently." ;
  rdfs:subClassOf tmc:Enumeration, tmc:Play .

tmc:playCategory a rdf:Property ;
  rdfs:label "playCategory" ;
  rdfs:comment "The type of play category" ;
  schema:domainIncludes tmc:PlayActivity, tmc:Play ;
  schema:rangeIncludes tmc:PlayCategory .

tmc:PlayCharacteristic a rdfs:Class ;
  rdfs:label "Play Characteristic" ;
  rdfs:comment "A collective term for properties that define and detail the various aspects of PlayTypes. It includes subclasses like PlayFeature, PlayQuality, and PlayBenefit, each highlighting different attributes such as physical demands, emotional experiences, and benefits of PlayTypes. This classification aids in organizing and presenting the nuanced dimensions of PlayTypes, facilitating easier identification and selection for users based on specific characteristics." ;
  rdfs:subClassOf tmc:Play .

tmc:PlayQuality a rdfs:Class, schema:Enumeration ;
  rdfs:label "Play Quality" ;
  rdfs:comment "Encapsulates the experiential and emotional aspects of a PlayType, highlighting the subjective experience and the intrinsic value derived from participation. This includes elements like the level of adventure, artistic expression, fun, and relaxation offered by an activity. PlayQualities are crucial for users seeking activities that match their emotional and experiential needs, promoting engagement and satisfaction in their chosen forms of play." ;
  rdfs:subClassOf tmc:PlayCharacteristic, tmc:Enumeration .

tmc:PlayRiskLevel a rdfs:Class, schema:Enumeration ;
  rdfs:label "Play Risk Level" ;
  rdfs:comment "Classifies PlayTypes based on their inherent risk level, helping users understand the potential physical and psychological risks involved. It ranges from activities with minimal risk, suitable for all ages and abilities, to those requiring specialized skills or equipment for safety. This characteristic guides users in selecting activities that align with their risk tolerance and safety requirements." ;
  rdfs:subClassOf tmc:PlayCharacteristic, tmc:Enumeration .

tmc:PlayType a rdfs:Class, schema:Enumeration ;
  rdfs:label "PlayType" ;
  rdfs:comment "Categorizing sports, fitness activities, and active recreation within people, organizations, places, and events. Use this property to specify the types of physical activities associated with a particular entity or event, encompassing a wide range of sports, fitness classes, and recreational pursuits." ;
  rdfs:subClassOf tmc:Enumeration .

tmc:playTypes a rdf:Property ;
  rdfs:label "Play Types" ;
  rdfs:comment "The types of sport, active recreation, and fitness associated with the entity." ;
  schema:domainIncludes tmc:Sport, tmc:SportsEvent, tmc:PlayAction, tmc:PlayActivity, tmc:PhysicalActivity, tmc:SportsActivityLocation, tmc:SportsOrganization, tmc:Person, tmc:Listing, tmc:Play ;
  schema:rangeIncludes tmc:PlayType .

tmc:Polo a rdfs:Class ;
  rdfs:label "Polo" ;
  rdfs:comment "Polo is a fast-paced equestrian sport played on horseback, where two teams of riders aim to score goals by hitting a small ball with mallets. The sport combines elements of strategy, horsemanship, and teamwork, with each team typically consisting of four players. Polo is played on a large field, and the intensity of the game requires skilled riding, precise mallet work, and effective communication among teammates." ;
  rdfs:subClassOf tmc:TeamSport, tmc:Equestrian ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:Polo a tmc:PlayType, tmc:SportType .

tmc:PoweredParagliding a rdfs:Class ;
  rdfs:label "Powered Paragliding" ;
  rdfs:comment "Powered paragliding, also known as paramotoring or PPG, is a form of ultralight aviation where the pilot wears a back-pack motor (a paramotor) which provides enough thrust to take off using a paraglider. It can be launched in still air, and on level ground, by the pilot alone—no assistance is required." ;
  rdfs:subClassOf tmc:Paragliding ;
  tmc:instanceOf tmc:PlayType, tmc:ActiveRecreation .

tmc:PoweredParagliding a tmc:PlayType, tmc:ActiveRecreation .

tmc:Powerlifting a rdfs:Class ;
  rdfs:label "Powerlifting" ;
  rdfs:comment "Powerlifting is a strength sport that involves three primary lifts: the squat, bench press, and deadlift. Participants, known as powerlifters, compete to lift the maximum weight in each of these lifts within their respective weight categories. Powerlifting emphasizes raw strength and power, with competitors aiming to lift the heaviest total weight across all three lifts. The sport is characterized by a focus on maximum one-repetition lifts and is governed by specific rules and regulations." ;
  rdfs:subClassOf tmc:ExerciseAndFitnessSport ;
  tmc:instanceOf tmc:SportType, tmc:FitnessType, tmc:PlayType .

tmc:Powerlifting a tmc:SportType, tmc:FitnessType, tmc:PlayType .

tmc:PracticalShooting a rdfs:Class ;
  rdfs:label "Practical Shooting" ;
  rdfs:comment "Practical shooting is a dynamic shooting sport that emphasizes real-world scenarios and self-defense situations. Participants use handguns, rifles, and/or shotguns to engage multiple targets in a course of fire that may include obstacles, cover, and different shooting positions. Practical shooting combines speed and accuracy, testing a shooter's ability to navigate a course efficiently while hitting targets with precision." ;
  rdfs:subClassOf tmc:Shooting ;
  tmc:instanceOf tmc:PlayType, tmc:SportDiscipline, tmc:SportType .

tmc:PracticalShooting a tmc:PlayType, tmc:SportDiscipline, tmc:SportType .

tmc:RacketSports a rdfs:Class ;
  rdfs:label "Racket Sports" ;
  rdfs:comment "Playing racket sports, such as tennis, badminton, or squash." ;
  rdfs:subClassOf tmc:Sport ;
  tmc:instanceOf tmc:PlayCategory .

tmc:RacketSports a tmc:PlayCategory .

tmc:Racquetball a rdfs:Class ;
  rdfs:label "Racquetball" ;
  rdfs:comment "Racquetball is a fast-paced sport played with a small rubber ball and a racquet in an enclosed court. Players take turns hitting the ball against the walls, aiming to outscore their opponent by making the ball difficult to return." ;
  rdfs:subClassOf tmc:RacketSports ;
  tmc:instanceOf tmc:SportType, tmc:PhysicalActivityType, tmc:PlayType .

tmc:Racquetball a tmc:SportType, tmc:PhysicalActivityType, tmc:PlayType .

tmc:Rafting a rdfs:Class ;
  rdfs:label "Rafting" ;
  rdfs:comment "Rafting is a water adventure sport where participants navigate inflatable rafts through rivers with varying degrees of turbulence. A team of rafters, led by a guide, paddle collectively to navigate rapids and other obstacles. Rafting offers a thrilling outdoor experience suitable for both recreational enthusiasts and those seeking an adrenaline-pumping adventure, with varying levels of difficulty depending on the river's characteristics." ;
  rdfs:subClassOf tmc:Canyoning, tmc:Kayaking, tmc:OutdoorActivities, tmc:WaterSports ;
  tmc:instanceOf tmc:ActiveRecreation, tmc:PlayType .

tmc:Rafting a tmc:ActiveRecreation, tmc:PlayType .

tmc:RhythmicGymnastics a rdfs:Class ;
  rdfs:label "Rhythmic Gymnastics" ;
  rdfs:comment "Rhythmic gymnastics is a sport that combines elements of ballet, dance, and gymnastics using apparatus such as hoops, balls, clubs, ribbons, or ropes. Performers showcase their flexibility, coordination, and artistic expression through choreographed routines set to music." ;
  rdfs:subClassOf tmc:Gymnastics, tmc:OlympicSport ;
  tmc:instanceOf tmc:SportDiscipline, tmc:PlayType, tmc:SportType .

tmc:RhythmicGymnastics a tmc:SportDiscipline, tmc:PlayType, tmc:SportType .

tmc:RoadBicycleRacing a rdfs:Class ;
  rdfs:label "Road Bicycle Racing" ;
  rdfs:comment "Road bicycle racing is a competitive sport where cyclists race on paved roads, showcasing speed, endurance, and tactical skills. Races can vary in format, including one-day events and multi-stage races like the Tour de France. Cyclists, often organized into professional teams, navigate diverse terrains and face challenges such as climbs and sprints. The sport emphasizes strategy, teamwork, and individual performance, with winners determined by factors like time, points, or a combination of both." ;
  rdfs:subClassOf tmc:CycleSport, tmc:OutdoorActivities, tmc:TeamSport, tmc:IndividualSport, tmc:RoadCycling, tmc:OlympicSport, tmc:ParalympicSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportDiscipline, tmc:SportType .

tmc:RoadBicycleRacing a tmc:PlayType, tmc:SportDiscipline, tmc:SportType .

tmc:RoadCycling a rdfs:Class ;
  rdfs:label "Road Cycling" ;
  rdfs:comment "Cycling on paved roads, known as road cycling, is the most common type of cycling. This encompasses various activities such as recreational riding, racing, commuting, and utility cycling." ;
  rdfs:subClassOf tmc:CycleSport, tmc:IndividualSport, tmc:OutdoorActivities ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:RoadCycling a tmc:PlayType, tmc:SportType .

tmc:RockClimbing a rdfs:Class ;
  rdfs:label "Rock Climbing" ;
  rdfs:comment "\nRock climbing is a sport and recreational activity that involves ascending natural rock formations or artificial climbing walls. Climbers use a combination of physical strength, technique, and mental focus to navigate routes and reach the summit. Rock climbing can be pursued both outdoors on natural rock faces and indoors at climbing gyms." ;
  rdfs:subClassOf tmc:Climbing ;
  tmc:instanceOf tmc:SportType, tmc:PlayType, tmc:ActiveRecreation .

tmc:RockClimbing a tmc:SportType, tmc:PlayType, tmc:ActiveRecreation .

tmc:Rodeo a rdfs:Class ;
  rdfs:label "Rodeo" ;
  rdfs:comment "Rodeo is a competitive sport that originated in the traditions of working cattle ranches in North America. It features a variety of events showcasing the skills of cowboys and cowgirls. Common rodeo events include bull riding, barrel racing, calf roping, and bronc riding. Rodeo combines elements of skill, speed, and precision, celebrating the heritage of ranching and the athleticism of both riders and livestock." ;
  rdfs:subClassOf tmc:Equestrian ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:Rodeo a tmc:PlayType, tmc:SportType .

tmc:RollerSpeedSkating a rdfs:Class ;
  rdfs:label "Roller Speed Skating" ;
  rdfs:comment "Roller speed skating is a sport where participants race each other on roller skates, typically on a flat and smooth track or road surface. Athletes use inline skates or traditional quad skates to compete in various events, including sprints, relays, and longer-distance races." ;
  rdfs:subClassOf tmc:OlympicSport, tmc:IndividualSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:RollerSpeedSkating a tmc:PlayType, tmc:SportType .

tmc:Rowing a rdfs:Class ;
  rdfs:label "Rowing" ;
  rdfs:comment "RowRowing is a water sport where individuals or teams propel a boat forward using oars. Participants sit facing backward in the boat and use the oars to push against the water, creating forward motion. A coxswain, responsible for steering, directing rowers, and offering strategic guidance, plays a crucial role in coordinating the team's efforts during races or practices." ;
  rdfs:subClassOf tmc:WaterSports, tmc:OlympicSport, tmc:OutdoorActivities ;
  tmc:instanceOf tmc:SportType, tmc:PlayType .

tmc:Rowing a tmc:SportType, tmc:PlayType .

tmc:Rugby a rdfs:Class ;
  rdfs:label "Rugby Football" ;
  rdfs:comment "Rugby football, commonly known as rugby, is a full-contact team sport that originated in England. There are two main forms of rugby: Rugby Union (played with 15 players per team) and Rugby League (played with 13 players per team)." ;
  rdfs:subClassOf tmc:TeamSport ;
  tmc:instanceOf tmc:SportType, tmc:PlayType .

tmc:Rugby a tmc:SportType, tmc:PlayType .

tmc:RugbyLeague a rdfs:Class ;
  rdfs:label "Rugby League" ;
  rdfs:comment "A variant of rugby football, played with teams of thirteen players on a rectangular field." ;
  rdfs:subClassOf tmc:Rugby, tmc:TeamSport ;
  tmc:instanceOf tmc:SportType, tmc:PlayType .

tmc:RugbyLeague a tmc:SportType, tmc:PlayType .

tmc:RugbyLeagueNines a rdfs:Class ;
  rdfs:label "Rugby League Nines" ;
  rdfs:comment "Rugby League Nines is a variant of rugby league characterized by a shorter and faster format. In Nines, each team consists of nine players instead of the traditional thirteen. The game is typically played over two halves of shorter duration compared to standard rugby league matches." ;
  rdfs:subClassOf tmc:TeamSport, tmc:RugbyLeague, tmc:Rugby ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:RugbyLeagueNines a tmc:PlayType, tmc:SportType .

tmc:RugbyLeagueSevens a rdfs:Class ;
  rdfs:label "Rugby League Sevens" ;
  rdfs:comment "Rugby League Sevens is a variant of traditional rugby league adapted to a shorter and faster format. In this version, each team consists of seven players instead of the standard thirteen. The game is characterized by quick-paced and dynamic play, emphasizing agility, speed, and open-field action." ;
  rdfs:subClassOf tmc:RugbyLeague, tmc:TeamSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:RugbyLeagueSevens a tmc:PlayType, tmc:SportType .

tmc:RugbySevens a rdfs:Class ;
  rdfs:label "Rugby Sevens" ;
  rdfs:comment "Rugby Sevens is a fast-paced variant of rugby union, played with seven players on each team instead of the usual 15. Matches are shorter, and the emphasis is on speed and agility, with each half lasting seven minutes in most tournaments." ;
  rdfs:subClassOf tmc:Rugby, tmc:RugbyUnion, tmc:OlympicSport ;
  tmc:instanceOf tmc:SportType, tmc:PlayType .

tmc:RugbySevens a tmc:SportType, tmc:PlayType .

tmc:RugbyTens a rdfs:Class ;
  rdfs:label "Rugby Tens" ;
  rdfs:comment "Rugby Tens is a rugby union variant that combines elements of traditional rugby with the quick-paced nature of sevens. In Rugby Tens, teams consist of ten players per side, striking a balance between the larger squads of the traditional fifteen-a-side game and the smaller teams of sevens. The game is played on a full-sized rugby field, and matches typically consist of two ten-minute halves. " ;
  rdfs:subClassOf tmc:RugbyUnion, tmc:TeamSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:RugbyTens a tmc:PlayType, tmc:SportType .

tmc:RugbyUnion a rdfs:Class ;
  rdfs:label "Rugby Union" ;
  rdfs:comment "Rugby union is a full-contact team sport played with 15 players on each team. The objective is to score points by carrying, passing, and kicking the ball to cross the opponent's goal line or kick it between the goalposts." ;
  rdfs:subClassOf tmc:Rugby ;
  tmc:instanceOf tmc:SportType, tmc:PlayType .

tmc:RugbyUnion a tmc:SportType, tmc:PlayType .

tmc:Running a tmc:SportType, tmc:PlayType, tmc:ActiveRecreation, tmc:FitnessType ;
  rdfs:label "Running" ;
  rdfs:comment "Running is a fundamental activity and can be undertaken for various purposes, including recreation, exercise, and competitive sports." ;
  tmc:instanceOf tmc:SportType, tmc:PlayType, tmc:ActiveRecreation, tmc:FitnessType .

tmc:Sailing a rdfs:Class ;
  rdfs:label "Sailing" ;
  rdfs:comment "Sailing is a water sport where participants navigate a boat using wind to propel sails. The sailor adjusts the sails and rudder to harness wind power and control the boat's direction across the water." ;
  rdfs:subClassOf tmc:WaterSports, tmc:OlympicSport ;
  tmc:instanceOf tmc:SportType, tmc:PlayType, tmc:ActiveRecreation .

tmc:Sailing a tmc:SportType, tmc:PlayType, tmc:ActiveRecreation .

tmc:Salsa a rdfs:Class ;
  rdfs:label "Salsa Dance" ;
  rdfs:comment "Salsa dance is a lively and social partner dance that originated in Latin America, characterized by energetic footwork and intricate patterns. It incorporates various styles and influences, including Cuban and Puerto Rican dance traditions, and is often performed to lively salsa music." ;
  rdfs:subClassOf tmc:Dance ;
  tmc:instanceOf tmc:FitnessType, tmc:PlayType .

tmc:Salsa a tmc:FitnessType, tmc:PlayType .

tmc:Sambo a rdfs:Class ;
  rdfs:label "Sambo" ;
  rdfs:comment "Sambo is a Russian martial art and combat sport that originated in the early 1920s. The term \"Sambo\" stands for \"SAMozashchita Bez Oruzhiya,\" which translates to \"self-defense without weapons.\" Sambo combines elements of judo and traditional wrestling. It incorporates throws, ground control, and submissions. Sambo has both a sportive aspect, with competitive matches, and a self-defense aspect, making it a well-rounded martial art with global recognition." ;
  rdfs:subClassOf tmc:MartialArts, tmc:CombatSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:Sambo a tmc:PlayType, tmc:SportType .

tmc:Scootering a rdfs:Class ;
  rdfs:label "Freestyle Scootering" ;
  rdfs:comment "Freestyle scootering is a sport where riders perform tricks and stunts on a kick scooter, combining balance, skill, and creativity." ;
  rdfs:subClassOf tmc:BoardSports ;
  tmc:instanceOf tmc:SportType, tmc:PlayType .

tmc:Scootering a tmc:SportType, tmc:PlayType .

tmc:Shooting a tmc:PlayCategory ;
  rdfs:label "Shooting" ;
  rdfs:comment "Experience the precision and focus of shooting. Our shooting experiences are designed for all skill levels, from beginners to seasoned shooters." ;
  tmc:instanceOf tmc:PlayCategory .

tmc:ShortTrackSpeedSkating a rdfs:Class ;
  rdfs:label "Short Track Speed Skating" ;
  rdfs:comment "Short track speed skating is a form of competitive ice speed skating held on an oval ice track that is smaller than the standard long track. The races take place on a 111.12-meter oval, and the sport involves tight, high-speed turns, making it more dynamic and tactical. Athletes compete in events such as the 500m, 1000m, and relays." ;
  rdfs:subClassOf tmc:SpeedSkating, tmc:OlympicSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:ShortTrackSpeedSkating a tmc:PlayType, tmc:SportType .

tmc:ShowHunter a rdfs:Class ;
  rdfs:label "Show Hunter" ;
  rdfs:comment "Show Hunter, also known as Hunter Over Fences, is an equestrian discipline that evaluates the horse's form, movement, and style over a course of jumps. Unlike show jumping, where speed is a factor, show hunter emphasizes the horse's smooth and controlled jumping technique. The horse is judged on its manners, way of going, and the overall impression of a comfortable, confident ride." ;
  rdfs:subClassOf tmc:Equestrian ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:ShowHunter a tmc:PlayType, tmc:SportType .

tmc:ShowJumping a rdfs:Class ;
  rdfs:label "Show Jumping" ;
  rdfs:comment "Show jumping is an equestrian discipline where horse and rider navigate a course of jumps and obstacles in a set order. The goal is to clear the obstacles within a specified time, emphasizing speed and accuracy. Show jumping requires a combination of skill, athleticism, and communication between the rider and the horse." ;
  rdfs:subClassOf tmc:Equestrian, tmc:Equitation, tmc:OlympicSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportDiscipline, tmc:SportType .

tmc:ShowJumping a tmc:PlayType, tmc:SportDiscipline, tmc:SportType .

tmc:SittingVolleyball a rdfs:Class ;
  rdfs:label "Sitting Volleyball" ;
  rdfs:comment "Sitting volleyball is a modified version of traditional volleyball designed for athletes with disabilities, particularly lower limb impairments. Played on a smaller court with a lower net, teams of six players each (with and without disabilities) compete while remaining seated." ;
  rdfs:subClassOf tmc:Volleyball, tmc:ParalympicSport, tmc:AccessiblePlay, tmc:TeamSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:SittingVolleyball a tmc:PlayType, tmc:SportType .

tmc:Skateboarding a rdfs:Class ;
  rdfs:label "Skateboarding" ;
  rdfs:comment "Skateboarding is a recreational and sport activity that involves riding and performing tricks on a skateboard." ;
  rdfs:subClassOf tmc:IndividualSport, tmc:BoardSports, tmc:OlympicSport ;
  tmc:instanceOf tmc:SportType, tmc:PlayType .

tmc:Skateboarding a tmc:SportType, tmc:PlayType .

tmc:Skeleton a rdfs:Class ;
  rdfs:label "Skeleton" ;
  rdfs:comment "Skeleton is a winter sliding sport where athletes make headfirst solo descents down narrow, twisting, and banked ice tracks on a small sled. The sled, known as a skeleton, is ridden in a prone position, and competitors navigate the course by shifting their body weight and using subtle steering movements. Skeleton races are timed, and the athlete with the fastest overall time after multiple runs is the winner." ;
  rdfs:subClassOf tmc:WinterSport, tmc:OlympicSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:Skeleton a tmc:PlayType, tmc:SportType .

tmc:Skiing a rdfs:Class ;
  rdfs:label "Skiing" ;
  rdfs:comment "Snow skiing is a winter sport where individuals glide downhill on snow-covered slopes using skis, typically attached to ski boots. Skiers use poles for balance and steering. The sport encompasses various styles, including alpine skiing, cross-country skiing, and freestyle skiing, offering a mix of recreational and competitive opportunities." ;
  rdfs:subClassOf tmc:OlympicSport, tmc:WinterSport, tmc:OutdoorActivities ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:Skiing a tmc:PlayType, tmc:SportType .

tmc:SkiJumping a rdfs:Class ;
  rdfs:label "Ski Jumping" ;
  rdfs:comment "Ski jumping is a winter sport where athletes ski down a take-off ramp, jump, and attempt to achieve the longest possible distance in the air before landing. Judges evaluate the jump based on style and distance. It is a dynamic and thrilling discipline within the realm of skiing." ;
  rdfs:subClassOf tmc:NordicSkiing, tmc:OlympicSport, tmc:WinterSport, tmc:OutdoorActivities ;
  tmc:instanceOf tmc:PlayType, tmc:SportDiscipline, tmc:SportType .

tmc:SkiJumping a tmc:PlayType, tmc:SportDiscipline, tmc:SportType .

tmc:Skimboarding a rdfs:Class ;
  rdfs:label "Skimboarding" ;
  rdfs:comment "\nSkimboarding is a water sport where participants glide across the water's surface on a thin, flat board, known as a skimboard. Riders throw the board onto shallow water, run and jump onto it, then ride the breaking wave back to shore or perform tricks in the shallow water." ;
  rdfs:subClassOf tmc:BoardSports, tmc:WaterSports, tmc:IndividualSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:Skimboarding a tmc:PlayType, tmc:SportType .

tmc:SkiMountaineering a rdfs:Class ;
  rdfs:label "Ski Mountaineering" ;
  rdfs:comment "Ski mountaineering, also known as skimo, is a winter sport that combines skiing and mountaineering. Participants climb mountains using skis and skins for traction, then descend on skis. The sport involves a mix of uphill and downhill skiing, often including challenging and varied terrain such as steep slopes and technical descents. " ;
  rdfs:subClassOf tmc:Mountaineering, tmc:WinterSport, tmc:OlympicSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportType, tmc:ActiveRecreation .

tmc:SkiMountaineering a tmc:PlayType, tmc:SportType, tmc:ActiveRecreation .

tmc:SkiTouring a rdfs:Class ;
  rdfs:label "Ski Touring" ;
  rdfs:comment "Ski touring, also known as backcountry skiing, involves traveling across snowy terrain on skis, often in untracked or off-piste areas. Skiers use specialized equipment with climbing skins to ascend slopes and then descend using the same skis. It combines elements of skiing and mountaineering, offering an adventurous and physically demanding experience." ;
  rdfs:subClassOf tmc:Skiing, tmc:WinterSport, tmc:OutdoorActivities ;
  tmc:instanceOf tmc:SportType, tmc:PlayType, tmc:ActiveRecreation .

tmc:SkiTouring a tmc:SportType, tmc:PlayType, tmc:ActiveRecreation .

tmc:Skydiving a rdfs:Class ;
  rdfs:label "Skydiving" ;
  rdfs:comment "Skydiving is a parachuting activity where individuals jump from an aircraft and freefall before deploying a parachute to slow their descent and land safely." ;
  rdfs:subClassOf tmc:AirSports, tmc:ExtremeSport, tmc:OutdoorActivities ;
  tmc:instanceOf tmc:PlayType, tmc:ActiveRecreation .

tmc:Skydiving a tmc:PlayType, tmc:ActiveRecreation .

tmc:Skyrunning a rdfs:Class ;
  rdfs:label "Skyrunning" ;
  rdfs:comment "Skyrunning is a sport that combines mountain running, trail running, and alpinism, often taking place at high altitudes above 2,000 meters with challenging and technical terrain. Skyrunning events can include steep ascents and descents, exposed ridges, and mountainous environments, requiring participants to navigate rugged landscapes. The sport emphasizes the connection between endurance, technique, and the natural environment." ;
  rdfs:subClassOf tmc:Running, tmc:OutdoorActivities, tmc:ExtremeSport ;
  tmc:instanceOf tmc:SportType, tmc:PlayType .

tmc:Skyrunning a tmc:SportType, tmc:PlayType .

tmc:Skysurfing a rdfs:Class ;
  rdfs:label "Skysurfing" ;
  rdfs:comment "Skysurfing is a type of skydiving in which the skydiver wears a board attached to their feet and performs surfing-style aerobatics during freefall." ;
  rdfs:subClassOf tmc:Skydiving, tmc:AirSports, tmc:Aerobatics, tmc:ExtremeSport ;
  tmc:instanceOf tmc:SportType, tmc:PlayType .

tmc:Skysurfing a tmc:SportType, tmc:PlayType .

tmc:Slacklining a rdfs:Class ;
  rdfs:label "Slacklining" ;
  rdfs:comment "Slacklining is a balance sport where participants walk, balance, or perform tricks on a narrow, flexible piece of webbing tensioned between two anchor points close to the ground. It requires core strength, focus, and control, making it both a recreational activity and a skill-based sport." ;
  rdfs:subClassOf tmc:IndividualSport ;
  tmc:instanceOf tmc:PlayType, tmc:ActiveRecreation, tmc:SportType .

tmc:Slacklining a tmc:PlayType, tmc:ActiveRecreation, tmc:SportType .

tmc:Snooker a rdfs:Class ;
  rdfs:label "Snooker" ;
  rdfs:comment "Snooker is a cue sport played on a rectangular table covered with green cloth. Players use a cue stick to pot balls in a specific order, aiming to score more points than their opponent. The game involves strategic play and precise ball control, with 21 colored balls on the table, each carrying a designated point value." ;
  rdfs:subClassOf tmc:IndividualSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportType, tmc:SportDiscipline .

tmc:Snooker a tmc:PlayType, tmc:SportType, tmc:SportDiscipline .

tmc:Snowboarding a rdfs:Class ;
  rdfs:label "Snowboarding" ;
  rdfs:comment "Snowboarding is a winter sport where participants slide down snow-covered slopes on a snowboard, a flat board with bindings for securing boots. The rider uses body movements to steer and balance." ;
  rdfs:subClassOf tmc:IndividualSport, tmc:BoardSports, tmc:OlympicSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:Snowboarding a tmc:PlayType, tmc:SportType .

tmc:Snowkiting a rdfs:Class ;
  rdfs:label "Snowkiting" ;
  rdfs:comment "Snowkiting is an adventurous winter sport where participants use a kite to glide over snow-covered terrain on skis or a snowboard. The power kite, controlled by the rider, harnesses the wind's force to propel them across snowy landscapes. " ;
  rdfs:subClassOf tmc:OutdoorActivities, tmc:WinterSport ;
  tmc:instanceOf tmc:ActiveRecreation, tmc:PlayType, tmc:SportType .

tmc:Snowkiting a tmc:ActiveRecreation, tmc:PlayType, tmc:SportType .

tmc:Soccer a rdfs:Class ;
  rdfs:label "Soccer" ;
  rdfs:comment "Soccer, also known as football in many countries, is a team sport played between two teams of eleven players each. The objective is to score goals by getting a ball into the opposing team's net. Players primarily use their feet, but other body parts (except hands and arms for outfield players) can be used. " ;
  rdfs:subClassOf tmc:TeamSport, tmc:OlympicSport ;
  tmc:instanceOf tmc:SportType, tmc:PlayType .

tmc:Soccer a tmc:SportType, tmc:PlayType .

tmc:Softball a rdfs:Class ;
  rdfs:label "Softball" ;
  rdfs:comment "Softball is a bat-and-ball sport similar to baseball, played with a larger ball on a smaller field." ;
  rdfs:subClassOf tmc:TeamSport, tmc:OlympicSport ;
  tmc:instanceOf tmc:SportType, tmc:PlayType .

tmc:Softball a tmc:SportType, tmc:PlayType .

tmc:SoloClimbing a rdfs:Class ;
  rdfs:label "Solo Climbing" ;
  rdfs:comment "Solo climbing, also known as soloing, is a form of rock climbing or mountaineering where an individual climbs alone without a partner or rope for protection. Solo climbers rely solely on their skills, experience, and equipment to ascend rock faces or mountains. It is a high-risk activity that requires a high level of expertise and self-reliance, as any mistake or mishap can have serious consequences due to the absence of a safety rope or belayer. " ;
  rdfs:subClassOf tmc:Climbing, tmc:IndividualSport, tmc:ExtremeSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportType, tmc:ActiveRecreation .

tmc:SoloClimbing a tmc:PlayType, tmc:SportType, tmc:ActiveRecreation .

tmc:SpeedSkating a rdfs:Class ;
  rdfs:label "Speed Skating" ;
  rdfs:comment "Speed skating is a competitive ice sport where athletes race each other on an oval ice track. The sport involves two main disciplines: long track and short track. Speed skating requires a combination of speed, endurance, and technique." ;
  rdfs:subClassOf tmc:OlympicSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:SpeedSkating a tmc:PlayType, tmc:SportType .

tmc:SportClimbing a rdfs:Class ;
  rdfs:label "Sport Climbing" ;
  rdfs:comment "Sport climbing is a form of rock climbing where participants ascend routes with pre-placed protection, such as bolts, fixed anchors, or quickdraws. Climbers use specialized equipment to secure themselves to these protections as they ascend, emphasizing the challenge of the climb rather than placing traditional gear for safety." ;
  rdfs:subClassOf tmc:RockClimbing, tmc:OlympicSport ;
  tmc:instanceOf tmc:ActiveRecreation, tmc:SportType, tmc:PlayType .

tmc:SportClimbing a tmc:ActiveRecreation, tmc:SportType, tmc:PlayType .

tmc:SportDiscipline a rdfs:Class ;
  rdfs:label "Sport Discipline" ;
  rdfs:comment "Subtype of a sport, an event within a sport" ;
  rdfs:subClassOf tmc:SportType .

tmc:SportingClays a rdfs:Class ;
  rdfs:label "Sporting Clays" ;
  rdfs:comment "Sporting clays is a shooting sport where participants use shotguns to target clay pigeons (clays) thrown into the air from various launch points. Unlike traditional trap and skeet shooting, sporting clays offers a more diverse and challenging shooting experience. Courses typically feature multiple shooting stations set in natural surroundings, and participants move through the course to shoot at targets mimicking the flight patterns of birds. Sporting clays emphasize adaptability, accuracy, and a realistic hunting experience, making it a popular and engaging shotgun sport." ;
  rdfs:subClassOf tmc:ClayPigeonShooting, tmc:IndividualSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportDiscipline, tmc:SportType .

tmc:SportingClays a tmc:PlayType, tmc:SportDiscipline, tmc:SportType .

tmc:SportType a rdfs:Class, schema:Enumeration ;
  rdfs:label "Sport" ;
  rdfs:comment "A list of sports or activity types that can be used to describe a sport." ;
  rdfs:subClassOf tmc:Enumeration ;
  tmc:instanceOf tmc:PlayActivityType .

tmc:SportType a tmc:PlayActivityType .

tmc:Squash a rdfs:Class ;
  rdfs:label "Squash" ;
  rdfs:comment "Squash is a racket sport played by two players (singles) or four players (doubles) in an enclosed court. The players take turns hitting a small rubber ball against the walls, aiming to outmaneuver their opponent by making the ball difficult to return." ;
  rdfs:subClassOf tmc:RacketSports, tmc:OlympicSport, tmc:TeamSport, tmc:IndividualSport ;
  tmc:instanceOf tmc:SportType, tmc:PlayType .

tmc:Squash a tmc:SportType, tmc:PlayType .

tmc:Streetball a rdfs:Class ;
  rdfs:label "Streetball" ;
  rdfs:comment "A variation of basketball, typically played on outdoor courts and featuring significantly less formal structure and enforcement of the game's rules. As such, its format is more conducive to allowing players to publicly showcase their own individual skills." ;
  rdfs:subClassOf tmc:Basketball ;
  tmc:instanceOf tmc:SportType, tmc:PlayType, tmc:SportDiscipline .

tmc:Streetball a tmc:SportType, tmc:PlayType, tmc:SportDiscipline .

tmc:StrengthAthletics a rdfs:Class ;
  rdfs:label "Strength Athletics (Strongman)" ;
  rdfs:comment "Strength Athletics, commonly known as Strongman, is a competitive strength sport that showcases participants' power, endurance, and overall physical prowess. Strongman competitions involve a series of diverse and challenging events that test strength in various ways. Common events include lifting and carrying heavy objects, such as atlas stones, kegs, and logs, as well as pulling vehicles or flipping large tires." ;
  rdfs:subClassOf tmc:ExerciseAndFitnessSport, tmc:ExtremeSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportDiscipline, tmc:SportType, tmc:FitnessType .

tmc:StrengthAthletics a tmc:PlayType, tmc:SportDiscipline, tmc:SportType, tmc:FitnessType .

tmc:StudioActivities a tmc:PlayCategory ;
  rdfs:label "Studio Activities" ;
  rdfs:comment "Workouts performed in a studio." ;
  tmc:instanceOf tmc:PlayCategory .

tmc:SummerSport a tmc:PlayCategory ;
  rdfs:label "Summer Sport" ;
  rdfs:comment "Sports played during the season of Summer." ;
  tmc:instanceOf tmc:PlayCategory .

tmc:Surfing a rdfs:Class ;
  rdfs:label "Surfing" ;
  rdfs:comment "Surfing is a water sport where individuals ride on the face of ocean waves using a surfboard, using skill and balance to navigate the waves and perform maneuvers." ;
  rdfs:subClassOf tmc:WaterSports, tmc:OlympicSport ;
  tmc:instanceOf tmc:SportType, tmc:PlayType .

tmc:Surfing a tmc:SportType, tmc:PlayType .

tmc:Swimming a rdfs:Class ;
  rdfs:label "Swimming" ;
  rdfs:comment "Competitive swimming is a sport where swimmers race against each other to cover a specified distance using various strokes such as freestyle, breaststroke, backstroke, and butterfly. Races take place in swimming pools or open water, with the goal of achieving the fastest time." ;
  rdfs:subClassOf tmc:WaterSports, tmc:OlympicSport, tmc:IndividualSport, tmc:TeamSport ;
  tmc:instanceOf tmc:SportType, tmc:PlayType .

tmc:Swimming a tmc:SportType, tmc:PlayType .

tmc:TableTennis a rdfs:Class ;
  rdfs:label "Table Tennis" ;
  rdfs:comment "Table tennis, or ping pong, is a fast-paced racket sport played on a rectangular table divided by a net. Players use small paddles to hit a lightweight ball back and forth across the table, aiming to score points by making the ball land in the opponent's half of the table." ;
  rdfs:subClassOf tmc:RacketSports, tmc:OlympicSport ;
  tmc:instanceOf tmc:SportType, tmc:PhysicalActivityType, tmc:PlayType .

tmc:TableTennis a tmc:SportType, tmc:PhysicalActivityType, tmc:PlayType .

tmc:Taekwondo a rdfs:Class ;
  rdfs:label "Taekwondo" ;
  rdfs:comment "Taekwondo is a Korean martial art and Olympic sport known for its emphasis on high, fast kicks and dynamic strikes. Developed in the mid-20th century, it incorporates elements of traditional Korean martial arts and influences from other martial arts styles. Taekwondo practitioners, known as \"taekwondoin,\" engage in both sparring and forms (patterns of movements) to develop their techniques, agility, and self-discipline. It is practiced worldwide and is characterized by its distinctive kicks and punches." ;
  rdfs:subClassOf tmc:CombatSport, tmc:MartialArts, tmc:OlympicSport, tmc:ParalympicSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:Taekwondo a tmc:PlayType, tmc:SportType .

tmc:TagRugby a rdfs:Class ;
  rdfs:label "Tag Rugby" ;
  rdfs:comment "Tag rugby is a non-contact variant of rugby where players wear belts with attached tags, and the primary means of stopping an opponent is by removing their tag rather than tackling them. Tag rugby retains the basic principles of rugby, but offers a less physically demanding alternative, making it accessible to players of various ages and skill levels." ;
  rdfs:subClassOf tmc:TeamSport, tmc:OutdoorActivities, tmc:RugbyLeague ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:TagRugby a tmc:PlayType, tmc:SportType .

tmc:TaiChi a rdfs:Class ;
  rdfs:label "Tai Chi" ;
  rdfs:comment "Tai chi is a Chinese martial art and meditative exercise characterized by slow, flowing movements and deep breathing. Practiced for defense training, health, and relaxation, it promotes balance, flexibility, and mindfulness." ;
  rdfs:subClassOf tmc:MartialArts ;
  tmc:instanceOf tmc:SportType, tmc:PhysicalActivityType, tmc:PlayType .

tmc:TaiChi a tmc:SportType, tmc:PhysicalActivityType, tmc:PlayType .

tmc:Tango a rdfs:Class ;
  rdfs:label "Tango" ;
  rdfs:comment "Tango is a passionate and dramatic partner dance characterized by close embraces, intricate footwork, and expressive movements, tango has evolved into both a social dance and a performance art." ;
  rdfs:subClassOf tmc:Dance ;
  tmc:instanceOf tmc:FitnessType, tmc:PlayType .

tmc:Tango a tmc:FitnessType, tmc:PlayType .

tmc:TapDance a rdfs:Class ;
  rdfs:label "Tap Dance" ;
  rdfs:comment "Tap dance is a rhythmic dance form characterized by the use of metal taps on the dancer's shoes to create percussive sounds. Dancers produce intricate rhythms and patterns through footwork, often accompanied by music." ;
  rdfs:subClassOf tmc:Dance ;
  tmc:instanceOf tmc:FitnessType, tmc:PlayType .

tmc:TapDance a tmc:FitnessType, tmc:PlayType .

tmc:TargetArchery a rdfs:Class ;
  rdfs:label "Target Archery" ;
  rdfs:comment "The most popular form of archery, in which members shoot at stationary circular targets at varying distances. All types of bow – longbow, barebow, recurve and compound – can be used." ;
  rdfs:subClassOf tmc:Archery, tmc:OlympicSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportType, tmc:SportDiscipline .

tmc:TargetArchery a tmc:PlayType, tmc:SportType, tmc:SportDiscipline .

tmc:TeamSport a rdfs:Class ;
  rdfs:label "Team Sports" ;
  rdfs:comment "A type of sport that involves teams competing against each other." ;
  rdfs:subClassOf tmc:Sport ;
  tmc:instanceOf tmc:PlayCategory .

tmc:TeamSport a tmc:PlayCategory .

tmc:Tennis a rdfs:Class ;
  rdfs:label "Tennis" ;
  rdfs:comment "Tennis is a racket sport played between two (singles) or four (doubles) players. The objective is to score points by hitting a ball over a net and into the opponent's court in a way that prevents it from being returned." ;
  rdfs:subClassOf tmc:RacketSports, tmc:OlympicSport ;
  tmc:instanceOf tmc:SportType, tmc:PhysicalActivityType, tmc:PlayType .

tmc:Tennis a tmc:SportType, tmc:PhysicalActivityType, tmc:PlayType .

tmc:TotalResistanceExercises a tmc:PlayType, tmc:FitnessType ;
  rdfs:label "Total Resistance Exercises" ;
  rdfs:comment "The TRX System, also known as Total Resistance Exercises, refers to a specialized form of suspension training that utilizes equipment developed by former U.S. Navy SEAL Randy Hetrick. TRX is a form of suspension training that uses body weight exercises to develop strength, balance, flexibility and core stability simultaneously." ;
  tmc:instanceOf tmc:PlayType, tmc:FitnessType .

tmc:TouchRugby a rdfs:Class ;
  rdfs:label "Touch Rugby" ;
  rdfs:comment "Touch rugby is a non-contact form of rugby where players aim to score by touching their opponents with their hands instead of tackling them. Touch rugby is played with a focus on maintaining possession, quick passing, and strategic positioning. Touch rugby is played in both recreational and competitive settings, fostering a social and inclusive atmosphere." ;
  rdfs:subClassOf tmc:TeamSport, tmc:OutdoorActivities, tmc:Rugby ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:TouchRugby a tmc:PlayType, tmc:SportType .

tmc:TowerRunning a rdfs:Class ;
  rdfs:label "Tower Running" ;
  rdfs:comment "Tower running, also known as stair climbing or vertical running, is a sport that involves racing or ascending the stairs of tall buildings or towers. Participants climb multiple flights of stairs, often covering the entire height of a skyscraper or a designated vertical course. The sport combines elements of endurance and strength, challenging competitors to reach the top in the fastest time." ;
  rdfs:subClassOf tmc:Running ;
  tmc:instanceOf tmc:SportType, tmc:PlayType .

tmc:TowerRunning a tmc:SportType, tmc:PlayType .

tmc:TrackAndField a rdfs:Class ;
  rdfs:label "Track and Field" ;
  rdfs:comment "Track and field, also known as Athletics, is a sports category that encompasses various athletic contests held on a running track, as well as field events. Track events include sprints, middle-distance and long-distance races, hurdles, and relays, while field events involve jumping and throwing disciplines such as long jump, high jump, shot put, discus, and pole vault." ;
  rdfs:subClassOf tmc:OlympicSport ;
  tmc:instanceOf tmc:SportType, tmc:PlayType .

tmc:TrackAndField a tmc:SportType, tmc:PlayType .

tmc:TrackCycling a rdfs:Class ;
  rdfs:label "Track Cycling" ;
  rdfs:comment "Track cycling is a form of competitive cycling that takes place on specially designed tracks or velodromes. This discipline includes various events that emphasize speed, endurance, and strategic positioning. Track cycling is known for its fast-paced and dynamic nature, with events commonly featured in international competitions, including the Olympic Games." ;
  rdfs:subClassOf tmc:CycleSport, tmc:IndividualSport, tmc:OlympicSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportDiscipline, tmc:SportType .

tmc:TrackCycling a tmc:PlayType, tmc:SportDiscipline, tmc:SportType .

tmc:TrampolineGymnastics a rdfs:Class ;
  rdfs:label "Trampoline Gymnastics" ;
  rdfs:comment "Trampoline Gymnastics is a sport where athletes perform acrobatic and gymnastic maneuvers while bouncing on a trampoline. Competitors execute routines that include flips, twists, and somersaults, showcasing both height and precision in their jump" ;
  rdfs:subClassOf tmc:Gymnastics, tmc:OlympicSport, tmc:IndividualSport ;
  tmc:instanceOf tmc:SportDiscipline, tmc:SportType, tmc:PlayType .

tmc:TrampolineGymnastics a tmc:SportDiscipline, tmc:SportType, tmc:PlayType .

tmc:TrapShooting a rdfs:Class ;
  rdfs:label "Trap Shooting" ;
  rdfs:comment "Trap shooting is a clay target shooting sport where participants use shotguns to break clay pigeons launched into the air from a single machine known as a trap. Shooters stand at various stations arranged in a semi-circle, and the trap oscillates to release targets at different angles and elevations. Participants aim to break as many clay pigeons as possible. Trap shooting tests a shooter's ability to quickly react to unpredictable target trajectories, making it a challenging and competitive shotgun sport." ;
  rdfs:subClassOf tmc:ClayPigeonShooting, tmc:IndividualSport, tmc:OutdoorActivities, tmc:OlympicSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportDiscipline, tmc:SportType .

tmc:TrapShooting a tmc:PlayType, tmc:SportDiscipline, tmc:SportType .

tmc:Triathlon a rdfs:Class ;
  rdfs:label "Triathlon" ;
  rdfs:comment "Triathlon is a multi-discipline endurance sport that combines three sequential disciplines, most often swimming, cycling, and running, into one continuous race. Triathlon events can vary in distance, including sprint, Olympic, half Ironman, and Ironman distances, catering to participants with different levels of experience and fitness." ;
  rdfs:subClassOf tmc:IndividualSport, tmc:TeamSport, tmc:OlympicSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:Triathlon a tmc:PlayType, tmc:SportType .

tmc:Ultramarathon a rdfs:Class ;
  rdfs:label "Ultramarathon" ;
  rdfs:comment "An ultramarathon is a long-distance running race that exceeds the standard marathon distance of 26.2 miles (42.195 kilometers). Ultramarathons can cover various distances, commonly 50 kilometers, 100 kilometers, or even longer, testing the endurance and mental resilience of participants." ;
  rdfs:subClassOf tmc:LongDistanceRunning ;
  tmc:instanceOf tmc:SportDiscipline, tmc:PlayType .

tmc:Ultramarathon a tmc:SportDiscipline, tmc:PlayType .

tmc:VisionImpairmentAdaptedPlay a tmc:PlayAccessibilityCategory ;
  rdfs:label "Vision Impairment Adapted" ;
  rdfs:comment "PlayTypes adapted for players with visual impairments, utilizing auditory cues or tactile feedback, such as goalball, blind football, and showdown." ;
  tmc:instanceOf tmc:PlayAccessibilityCategory .

tmc:Volleyball a rdfs:Class ;
  rdfs:label "Volleyball" ;
  rdfs:comment "Volleyball is a team sport played between two teams, each consisting of six players, who use their hands to pass a ball over a net and into the opponent's court, aiming to score points by making the ball land in the opposing team's area." ;
  rdfs:subClassOf tmc:TeamSport, tmc:OlympicSport ;
  tmc:instanceOf tmc:PhysicalActivityType, tmc:SportType, tmc:PlayType .

tmc:Volleyball a tmc:PhysicalActivityType, tmc:SportType, tmc:PlayType .

tmc:Wakeboarding a rdfs:Class ;
  rdfs:label "Wakeboarding" ;
  rdfs:comment "Wakeboarding is a water sport where participants ride on a small board while being towed behind a motorboat. The rider uses a cable or rope attached to the boat to navigate and perform tricks on the surface of the water." ;
  rdfs:subClassOf tmc:BoardSports, tmc:WaterSports ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:Wakeboarding a tmc:PlayType, tmc:SportType .

tmc:Wakesurfing a rdfs:Class ;
  rdfs:label "Wakesurfing" ;
  rdfs:comment "Wakesurfing is a water sport where a rider surfs on the wake created by a boat. Unlike traditional surfing, the rider starts from a stationary position and relies on the boat's propulsion to create a continuous wave for surfing. Wakesurfers typically use a shorter board and ride close to the boat without being directly towed, allowing for dynamic maneuvers and tricks." ;
  rdfs:subClassOf tmc:BoardSports, tmc:WaterSports ;
  tmc:instanceOf tmc:PlayType, tmc:SportType, tmc:ActiveRecreation .

tmc:Wakesurfing a tmc:PlayType, tmc:SportType, tmc:ActiveRecreation .

tmc:Walking a rdfs:Class ;
  rdfs:label "Walking" ;
  rdfs:comment "Walking, a form of exercise and transportation." ;
  rdfs:subClassOf tmc:ExerciseAndFitnessSport, tmc:IndividualSport ;
  tmc:instanceOf tmc:PlayCategory .

tmc:Walking a tmc:PlayCategory .

tmc:WaterAerobics a rdfs:Class ;
  rdfs:label "Water Aerobics" ;
  rdfs:comment "Water aerobics is the performance of aerobic exercise in water such as in a swimming pool. It is done mostly vertically and without swimming typically in waist deep or deeper water. Water aerobics is a form of aerobic exercise that requires water-immersed participants. Most water aerobics is in a group fitness class setting with a trained professional teaching for about an hour." ;
  rdfs:subClassOf tmc:Aerobics ;
  tmc:instanceOf tmc:PlayType, tmc:FitnessType, tmc:SportDiscipline .

tmc:WaterAerobics a tmc:PlayType, tmc:FitnessType, tmc:SportDiscipline .

tmc:WaterBasketball a rdfs:Class ;
  rdfs:label "Water Basketball" ;
  rdfs:comment "Water basketball is a water sport, which mixes the rules of basketball and water polo, played in a swimming pool. Teams of five players each must shoot at the goal with a ball within a certain time after gaining possession." ;
  rdfs:subClassOf tmc:Basketball, tmc:WaterSports ;
  tmc:instanceOf tmc:SportType, tmc:PlayType, tmc:SportDiscipline .

tmc:WaterBasketball a tmc:SportType, tmc:PlayType, tmc:SportDiscipline .

tmc:WaterPolo a rdfs:Class ;
  rdfs:label "Water Polo" ;
  rdfs:comment "Water polo is a team water sport played in a swimming pool, with teams of six field players and a goalkeeper. Players pass and throw a water polo ball to score goals by getting the ball into the opponent's net, while treading water or swimming." ;
  rdfs:subClassOf tmc:WaterSports, tmc:TeamSport, tmc:OlympicSport ;
  tmc:instanceOf tmc:SportType, tmc:PlayType .

tmc:WaterPolo a tmc:SportType, tmc:PlayType .

tmc:WaterSports a rdfs:Class ;
  rdfs:label "Water Sports" ;
  rdfs:comment "Water sports encompass a variety of recreational and competitive activities conducted on or in the water. These activities include swimming, surfing, water skiing, kayaking, and more, each requiring different skills and equipment." ;
  rdfs:subClassOf tmc:Sport ;
  tmc:instanceOf tmc:PlayCategory .

tmc:WaterSports a tmc:PlayCategory .

tmc:Weightlifting a rdfs:Class ;
  rdfs:label "Weightlifting" ;
  rdfs:comment "Weightlifting is a strength sport where participants lift weighted barbells in two primary lifts: the snatch and the clean and jerk. Weightlifting emphasizes power, technique, and strength, with competitors aiming to lift the maximum weight in each lift. It is both an Olympic sport and a popular form of strength training, contributing to improved muscle mass, power, and overall athletic performance." ;
  rdfs:subClassOf tmc:ExerciseAndFitnessSport, tmc:IndividualSport, tmc:OlympicSport ;
  tmc:instanceOf tmc:FitnessType, tmc:SportType, tmc:PlayType .

tmc:Weightlifting a tmc:FitnessType, tmc:SportType, tmc:PlayType .

tmc:WheelchairBasketball a rdfs:Class ;
  rdfs:label "Wheelchair Basketball" ;
  rdfs:comment "A style of basketball played using a sports wheelchair. The International Wheelchair Basketball Federation (IWBF) is the governing body for this sport. It is recognized by the International Paralympic Committee (IPC) as the sole competent authority in wheelchair basketball worldwide." ;
  rdfs:subClassOf tmc:Basketball, tmc:TeamSport, tmc:Parasport, tmc:ParalympicSport ;
  tmc:instanceOf tmc:SportType, tmc:PlayType, tmc:SportDiscipline .

tmc:WheelchairBasketball a tmc:SportType, tmc:PlayType, tmc:SportDiscipline .

tmc:WheelchairCurling a rdfs:Class ;
  rdfs:label "Wheelchair Curling" ;
  rdfs:comment "Wheelchair curling is an adapted form of curling designed for athletes with physical disabilities, particularly those using wheelchairs. Played on the same ice and with similar rules as traditional curling." ;
  rdfs:subClassOf tmc:Curling, tmc:WinterSport, tmc:ParalympicSport, tmc:Parasport ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:WheelchairCurling a tmc:PlayType, tmc:SportType .

tmc:WheelchairFencing a rdfs:Class ;
  rdfs:label "Wheelchair Fencing" ;
  rdfs:comment "Wheelchair fencing is an adapted form of fencing designed for athletes with physical disabilities, particularly those using wheelchairs. Competitors engage in one-on-one duels, aiming to score points by striking their opponent with a foil, epee, or saber. " ;
  rdfs:subClassOf tmc:Parasport, tmc:ParalympicSport, tmc:Fencing ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:WheelchairFencing a tmc:PlayType, tmc:SportType .

tmc:WheelchairFocusedPlay a tmc:PlayAccessibilityCategory ;
  rdfs:label "Wheelchair-Focused Play" ;
  rdfs:comment "PlayTypes specifically designed or adapted for participants using wheelchairs, including activities like wheelchair basketball, rugby, tennis, and dancing." ;
  tmc:instanceOf tmc:PlayAccessibilityCategory .

tmc:WheelchairRugbyLeague a rdfs:Class ;
  rdfs:label "Wheelchair Rugby League" ;
  rdfs:comment "Wheelchair Rugby League is a unique adaptation of rugby league designed for athletes with physical disabilities, particularly those who use wheelchairs. Played indoors on a basketball court, it features teams of four players each. The sport maintains the fundamental principles of rugby league. Wheelchair Rugby League involves passing, catching, and scoring tries by crossing the opponent's try line. The level of physical contact is adapted to accommodate wheelchair users, ensuring a competitive and engaging experience. It provides individuals with disabilities the opportunity to participate in a fast-paced and strategic team sport, emphasizing skill, teamwork, and inclusivity." ;
  rdfs:subClassOf tmc:RugbyLeague, tmc:TeamSport, tmc:ParalympicSport ;
  tmc:instanceOf tmc:PlayType, tmc:SportType .

tmc:WheelchairRugbyLeague a tmc:PlayType, tmc:SportType .

tmc:WheelchairTennis a rdfs:Class ;
  rdfs:label "Wheelchair Tennis" ;
  rdfs:comment "Wheelchair tennis is a modified form of tennis for athletes with physical disabilities, played on the same court with adapted rules. Athletes use specially designed sports wheelchairs, offering an inclusive and competitive platform governed by the International Tennis Federation (ITF)." ;
  rdfs:subClassOf tmc:ParalympicSport, tmc:Parasport, tmc:Tennis ;
  tmc:instanceOf tmc:SportType, tmc:PlayType .

tmc:WheelchairTennis a tmc:SportType, tmc:PlayType .

tmc:WingsuitFlying a rdfs:Class ;
  rdfs:label "Wingsuit Flying" ;
  rdfs:comment "Experience the thrill of wingsuit flying as you soar through the skies like a bird." ;
  rdfs:subClassOf tmc:Skydiving, tmc:AirSports ;
  tmc:instanceOf tmc:PlayType, tmc:ActiveRecreation, tmc:SportType .

tmc:WingsuitFlying a tmc:PlayType, tmc:ActiveRecreation, tmc:SportType .

tmc:WinterSport a tmc:PlayCategory ;
  rdfs:label "Winter Sport" ;
  rdfs:comment "Sports played during the winter season." ;
  tmc:instanceOf tmc:PlayCategory .

tmc:Wrestling a rdfs:Class ;
  rdfs:label "Wrestling" ;
  rdfs:comment "Wrestling is a combat sport involving grappling techniques, takedowns, and pins, where two opponents strive to gain control and dominance over each other within a defined set of rules." ;
  rdfs:subClassOf tmc:MartialArts, tmc:CombatSport, tmc:OlympicSport, tmc:IndividualSport ;
  tmc:instanceOf tmc:SportType, tmc:PlayType .

tmc:Wrestling a tmc:SportType, tmc:PlayType .

tmc:Yoga a rdfs:Class ;
  rdfs:label "Yoga" ;
  rdfs:comment "A physical activity consisting mainly of postures, often connected by flowing sequences, sometimes accompanied by breathing exercises, and frequently ending with relaxation lying down or meditation. Yoga in this form has become familiar across the world, especially in the US and Europe." ;
  rdfs:subClassOf tmc:StudioActivities ;
  tmc:instanceOf tmc:PlayType, tmc:FitnessType .

tmc:Yoga a tmc:PlayType, tmc:FitnessType .

tmc:Zumba a tmc:PlayType, tmc:FitnessType ;
  rdfs:label "Zumba" ;
  rdfs:comment "Zumba is a fitness program that combines dance and aerobic movements set to energetic music. It's a lively and engaging workout designed to improve cardiovascular fitness and overall body strength." ;
  tmc:instanceOf tmc:PlayType, tmc:FitnessType .