Skip to content

Instantly share code, notes, and snippets.

@stain
Last active November 23, 2021 11:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stain/024afc04342ed33eebf328ab9c701ad7 to your computer and use it in GitHub Desktop.
Save stain/024afc04342ed33eebf328ab9c701ad7 to your computer and use it in GitHub Desktop.
SKOS transitive version of schema.org 8.0 class hierarchy - SPARQL executed on all-frames.nt from https://schema.org/docs/developers.html
{
"@graph" : [ {
"@id" : "http://schema.org/",
"@type" : "skos:ConceptScheme",
"hasTopConcept" : "schema:Thing"
}, {
"@id" : "schema:3DModel",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:MediaObject" ],
"broaderTransitive" : "schema:MediaObject",
"definition" : "A 3D model represents some kind of 3D content, which may have <a class=\"localLink\" href=\"http://schema.org/encoding\">encoding</a>s in one or more <a class=\"localLink\" href=\"http://schema.org/MediaObject\">MediaObject</a>s. Many 3D formats are available (e.g. see <a href=\"https://en.wikipedia.org/wiki/Category:3D_graphics_file_formats\">Wikipedia</a>); specific encoding formats can be represented using the <a class=\"localLink\" href=\"http://schema.org/encodingFormat\">encodingFormat</a> property applied to the relevant <a class=\"localLink\" href=\"http://schema.org/MediaObject\">MediaObject</a>. For the\ncase of a single file published after Zip compression, the convention of appending '+zip' to the <a class=\"localLink\" href=\"http://schema.org/encodingFormat\">encodingFormat</a> can be used. Geospatial, AR/VR, artistic/animation, gaming, engineering and scientific content can all be represented using <a class=\"localLink\" href=\"http://schema.org/3DModel\">3DModel</a>.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "3DModel"
}, {
"@id" : "schema:AMRadioChannel",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:BroadcastChannel", "schema:RadioChannel" ],
"broaderTransitive" : "schema:RadioChannel",
"definition" : "A radio channel that uses AM.",
"prefLabel" : "AMRadioChannel"
}, {
"@id" : "schema:APIReference",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:Article", "schema:TechArticle" ],
"broaderTransitive" : "schema:TechArticle",
"definition" : "Reference documentation for application programming interfaces (APIs).",
"prefLabel" : "APIReference"
}, {
"@id" : "schema:AboutPage",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:WebPage" ],
"broaderTransitive" : "schema:WebPage",
"definition" : "Web page type: About page.",
"prefLabel" : "AboutPage"
}, {
"@id" : "schema:AcceptAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:OrganizeAction", "schema:AllocateAction" ],
"broaderTransitive" : "schema:AllocateAction",
"definition" : "The act of committing to/adopting an object.<br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/RejectAction\">RejectAction</a>: The antonym of AcceptAction.</li>\n</ul>\n",
"prefLabel" : "AcceptAction"
}, {
"@id" : "schema:Accommodation",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place" ],
"broaderTransitive" : "schema:Place",
"definition" : "An accommodation is a place that can accommodate human beings, e.g. a hotel room, a camping pitch, or a meeting room. Many accommodations are for overnight stays, but this is not a mandatory requirement.\nFor more specific types of accommodations not defined in schema.org, one can use additionalType with external vocabularies.\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>.",
"narrower" : [ "schema:Suite", "schema:SingleFamilyResidence", "schema:HotelRoom", "schema:MeetingRoom", "schema:Room", "schema:Apartment", "schema:CampingPitch", "schema:House" ],
"narrowerTransitive" : [ "schema:CampingPitch", "schema:Suite", "schema:House", "schema:Room", "schema:Apartment" ],
"prefLabel" : "Accommodation"
}, {
"@id" : "schema:AccountingService",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:FinancialService" ],
"broaderTransitive" : "schema:FinancialService",
"definition" : "Accountancy business.<br/><br/>\n\nAs a <a class=\"localLink\" href=\"http://schema.org/LocalBusiness\">LocalBusiness</a> it can be described as a <a class=\"localLink\" href=\"http://schema.org/provider\">provider</a> of one or more <a class=\"localLink\" href=\"http://schema.org/Service\">Service</a>(s).",
"prefLabel" : "AccountingService"
}, {
"@id" : "schema:AchieveAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Action", "schema:Thing" ],
"broaderTransitive" : "schema:Action",
"definition" : "The act of accomplishing something via previous efforts. It is an instantaneous action rather than an ongoing process.",
"narrower" : [ "schema:TieAction", "schema:LoseAction", "schema:WinAction" ],
"narrowerTransitive" : [ "schema:TieAction", "schema:LoseAction", "schema:WinAction" ],
"prefLabel" : "AchieveAction"
}, {
"@id" : "schema:Action",
"@type" : "skos:Concept",
"broader" : "schema:Thing",
"broaderTransitive" : "schema:Thing",
"definition" : "An action performed by a direct agent and indirect participants upon a direct object. Optionally happens at a location with the help of an inanimate instrument. The execution of the action may produce a result. Specific action sub-type documentation specifies the exact expectation of each argument/role.<br/><br/>\n\nSee also <a href=\"http://blog.schema.org/2014/04/announcing-schemaorg-actions.html\">blog post</a> and <a href=\"http://schema.org/docs/actions.html\">Actions overview document</a>.",
"narrower" : [ "schema:CheckInAction", "schema:ListenAction", "schema:TieAction", "schema:WantAction", "schema:TravelAction", "schema:InformAction", "schema:ActivateAction", "schema:PayAction", "schema:FollowAction", "schema:TransferAction", "schema:PreOrderAction", "schema:UseAction", "schema:DepartAction", "schema:LeaveAction", "schema:BookmarkAction", "schema:UpdateAction", "schema:InviteAction", "schema:AchieveAction", "schema:BuyAction", "schema:AskAction", "schema:FindAction", "schema:DrinkAction", "schema:BorrowAction", "schema:TradeAction", "schema:LendAction", "schema:WinAction", "schema:UnRegisterAction", "schema:CreateAction", "schema:DiscoverAction", "schema:CheckOutAction", "schema:DonateAction", "schema:InsertAction", "schema:MoneyTransfer", "schema:FilmAction", "schema:WatchAction", "schema:RentAction", "schema:DeleteAction", "schema:RejectAction", "schema:ArriveAction", "schema:SellAction", "schema:IgnoreAction", "schema:AuthorizeAction", "schema:BefriendAction", "schema:ConsumeAction", "schema:CommunicateAction", "schema:PaintAction", "schema:SearchAction", "schema:LikeAction", "schema:SubscribeAction", "schema:ControlAction", "schema:ResumeAction", "schema:ReviewAction", "schema:ExerciseAction", "schema:CancelAction", "schema:WearAction", "schema:DownloadAction", "schema:LoseAction", "schema:PrependAction", "schema:RsvpAction", "schema:VoteAction", "schema:AppendAction", "schema:ViewAction", "schema:RegisterAction", "schema:TipAction", "schema:SuspendAction", "schema:SendAction", "schema:CommentAction", "schema:ShareAction", "schema:DisagreeAction", "schema:InstallAction", "schema:AgreeAction", "schema:AssessAction", "schema:ConfirmAction", "schema:PlayAction", "schema:PerformAction", "schema:DislikeAction", "schema:DrawAction", "schema:GiveAction", "schema:ReceiveAction", "schema:TakeAction", "schema:PhotographAction", "schema:TrackAction", "schema:ScheduleAction", "schema:ReserveAction", "schema:AllocateAction", "schema:EndorseAction", "schema:ChooseAction", "schema:ReplaceAction", "schema:JoinAction", "schema:QuoteAction", "schema:AcceptAction", "schema:CheckAction", "schema:InteractAction", "schema:EatAction", "schema:ApplyAction", "schema:ReactAction", "schema:OrganizeAction", "schema:OrderAction", "schema:WriteAction", "schema:CookAction", "schema:AddAction", "schema:ReplyAction", "schema:PlanAction", "schema:ReadAction", "schema:ReturnAction", "schema:MoveAction", "schema:MarryAction", "schema:AssignAction", "schema:DeactivateAction" ],
"narrowerTransitive" : [ "schema:PlayAction", "schema:AssessAction", "schema:ConsumeAction", "schema:FindAction", "schema:AchieveAction", "schema:MoveAction", "schema:UpdateAction", "schema:ControlAction", "schema:OrganizeAction", "schema:TransferAction", "schema:TradeAction", "schema:CreateAction", "schema:InteractAction", "schema:SearchAction" ],
"prefLabel" : "Action"
}, {
"@id" : "schema:ActionAccessSpecification",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible" ],
"broaderTransitive" : "schema:Intangible",
"definition" : "A set of requirements that a must be fulfilled in order to perform an Action.",
"prefLabel" : "ActionAccessSpecification"
}, {
"@id" : "schema:ActionStatusType",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration" ],
"broaderTransitive" : "schema:Enumeration",
"definition" : "The status of an Action.",
"prefLabel" : "ActionStatusType"
}, {
"@id" : "schema:ActivateAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:ControlAction" ],
"broaderTransitive" : "schema:ControlAction",
"definition" : "The act of starting or activating a device or application (e.g. starting a timer or turning on a flashlight).",
"prefLabel" : "ActivateAction"
}, {
"@id" : "schema:AddAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Action", "schema:UpdateAction", "schema:Thing" ],
"broaderTransitive" : "schema:UpdateAction",
"definition" : "The act of editing by adding an object to a collection.",
"narrower" : [ "schema:AppendAction", "schema:InsertAction", "schema:PrependAction" ],
"narrowerTransitive" : "schema:InsertAction",
"prefLabel" : "AddAction"
}, {
"@id" : "schema:AdministrativeArea",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place" ],
"broaderTransitive" : "schema:Place",
"definition" : "A geographical region, typically under the jurisdiction of a particular government.",
"narrower" : [ "schema:SchoolDistrict", "schema:Country", "schema:State", "schema:City" ],
"narrowerTransitive" : [ "schema:Country", "schema:State", "schema:City", "schema:SchoolDistrict" ],
"prefLabel" : "AdministrativeArea"
}, {
"@id" : "schema:AdultEntertainment",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:EntertainmentBusiness" ],
"broaderTransitive" : "schema:EntertainmentBusiness",
"definition" : "An adult entertainment establishment.",
"prefLabel" : "AdultEntertainment"
}, {
"@id" : "schema:AdvertiserContentArticle",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:Article" ],
"broaderTransitive" : "schema:Article",
"definition" : "An <a class=\"localLink\" href=\"http://schema.org/Article\">Article</a> that an external entity has paid to place or to produce to its specifications. Includes <a href=\"https://en.wikipedia.org/wiki/Advertorial\">advertorials</a>, sponsored content, native advertising and other paid content.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "AdvertiserContentArticle"
}, {
"@id" : "schema:AggregateOffer",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Offer" ],
"broaderTransitive" : "schema:Offer",
"definition" : "When a single product is associated with multiple offers (for example, the same pair of shoes is offered by different merchants), then AggregateOffer can be used.<br/><br/>\n\nNote: AggregateOffers are normally expected to associate multiple offers that all share the same defined <a class=\"localLink\" href=\"http://schema.org/businessFunction\">businessFunction</a> value, or default to http://purl.org/goodrelations/v1#Sell if businessFunction is not explicitly defined.",
"prefLabel" : "AggregateOffer"
}, {
"@id" : "schema:AggregateRating",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Rating" ],
"broaderTransitive" : "schema:Rating",
"definition" : "The average rating based on multiple ratings or reviews.",
"narrower" : "schema:EmployerAggregateRating",
"narrowerTransitive" : "schema:EmployerAggregateRating",
"prefLabel" : "AggregateRating"
}, {
"@id" : "schema:AgreeAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:AssessAction", "schema:ReactAction" ],
"broaderTransitive" : "schema:ReactAction",
"definition" : "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.",
"prefLabel" : "AgreeAction"
}, {
"@id" : "schema:Airline",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Organization" ],
"broaderTransitive" : "schema:Organization",
"definition" : "An organization that provides flights for passengers.",
"prefLabel" : "Airline"
}, {
"@id" : "schema:Airport",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place", "schema:CivicStructure" ],
"broaderTransitive" : "schema:CivicStructure",
"definition" : "An airport.",
"prefLabel" : "Airport"
}, {
"@id" : "schema:AlignmentObject",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible" ],
"broaderTransitive" : "schema:Intangible",
"definition" : "An intangible item that describes an alignment between a learning resource and a node in an educational framework.<br/><br/>\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 <a class=\"localLink\" href=\"http://schema.org/teaches\">teaches</a> or <a class=\"localLink\" href=\"http://schema.org/assesses\">assesses</a> a competency.",
"prefLabel" : "AlignmentObject"
}, {
"@id" : "schema:AllocateAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Action", "schema:OrganizeAction", "schema:Thing" ],
"broaderTransitive" : "schema:OrganizeAction",
"definition" : "The act of organizing tasks/objects/events by associating resources to it.",
"narrower" : [ "schema:AcceptAction", "schema:AssignAction", "schema:AuthorizeAction", "schema:RejectAction" ],
"narrowerTransitive" : [ "schema:AssignAction", "schema:AuthorizeAction", "schema:RejectAction", "schema:AcceptAction" ],
"prefLabel" : "AllocateAction"
}, {
"@id" : "schema:AmusementPark",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:EntertainmentBusiness" ],
"broaderTransitive" : "schema:EntertainmentBusiness",
"definition" : "An amusement park.",
"prefLabel" : "AmusementPark"
}, {
"@id" : "schema:AnalysisNewsArticle",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:Article", "schema:NewsArticle" ],
"broaderTransitive" : "schema:NewsArticle",
"definition" : "An AnalysisNewsArticle is a <a class=\"localLink\" href=\"http://schema.org/NewsArticle\">NewsArticle</a> that, while based on factual reporting, incorporates the expertise of the author/producer, offering interpretations and conclusions.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "AnalysisNewsArticle"
}, {
"@id" : "schema:AnatomicalStructure",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:MedicalEntity" ],
"broaderTransitive" : "schema:MedicalEntity",
"definition" : "Any part of the human body, typically a component of an anatomical system. Organs, tissues, and cells are all anatomical structures.",
"inScheme" : "http://health-lifesci.schema.org",
"narrower" : [ "schema:Muscle", "schema:Vessel", "schema:Bone", "schema:Artery", "schema:BrainStructure", "schema:LymphaticVessel", "schema:Nerve", "schema:Vein", "schema:Ligament", "schema:Joint" ],
"narrowerTransitive" : [ "schema:Joint", "schema:Ligament", "schema:BrainStructure", "schema:Bone", "schema:Vessel", "schema:Nerve", "schema:Muscle" ],
"prefLabel" : "AnatomicalStructure"
}, {
"@id" : "schema:AnatomicalSystem",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:MedicalEntity" ],
"broaderTransitive" : "schema:MedicalEntity",
"definition" : "An anatomical system is a group of anatomical structures that work together to perform a certain task. Anatomical systems, such as organ systems, are one organizing principle of anatomy, and can includes circulatory, digestive, endocrine, integumentary, immune, lymphatic, muscular, nervous, reproductive, respiratory, skeletal, urinary, vestibular, and other systems.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "AnatomicalSystem"
}, {
"@id" : "schema:AnimalShelter",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness" ],
"broaderTransitive" : "schema:LocalBusiness",
"definition" : "Animal shelter.",
"prefLabel" : "AnimalShelter"
}, {
"@id" : "schema:Answer",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:Comment" ],
"broaderTransitive" : "schema:Comment",
"definition" : "An answer offered to a question; perhaps correct, perhaps opinionated or wrong.",
"prefLabel" : "Answer"
}, {
"@id" : "schema:Apartment",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place", "schema:Accommodation" ],
"broaderTransitive" : "schema:Accommodation",
"definition" : "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>).",
"prefLabel" : "Apartment"
}, {
"@id" : "schema:ApartmentComplex",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place", "schema:Residence" ],
"broaderTransitive" : "schema:Residence",
"definition" : "Residence type: Apartment complex.",
"prefLabel" : "ApartmentComplex"
}, {
"@id" : "schema:AppendAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:UpdateAction", "schema:AddAction", "schema:InsertAction" ],
"broaderTransitive" : "schema:InsertAction",
"definition" : "The act of inserting at the end if an ordered collection.",
"prefLabel" : "AppendAction"
}, {
"@id" : "schema:ApplyAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:OrganizeAction" ],
"broaderTransitive" : "schema:OrganizeAction",
"definition" : "The act of registering to an organization/service without the guarantee to receive it.<br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/RegisterAction\">RegisterAction</a>: Unlike RegisterAction, ApplyAction has no guarantees that the application will be accepted.</li>\n</ul>\n",
"prefLabel" : "ApplyAction"
}, {
"@id" : "schema:ApprovedIndication",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:MedicalEntity", "schema:MedicalIndication" ],
"broaderTransitive" : "schema:MedicalIndication",
"definition" : "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.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "ApprovedIndication"
}, {
"@id" : "schema:Aquarium",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place", "schema:CivicStructure" ],
"broaderTransitive" : "schema:CivicStructure",
"definition" : "Aquarium.",
"prefLabel" : "Aquarium"
}, {
"@id" : "schema:ArchiveComponent",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : "schema:CreativeWork",
"definition" : "An intangible type to be applied to any archive content, carrying with it a set of properties required to describe archival items and collections.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : {
"@language" : "en",
"@value" : "ArchiveComponent"
}
}, {
"@id" : "schema:ArchiveOrganization",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness" ],
"broaderTransitive" : "schema:LocalBusiness",
"definition" : "An organization with archival holdings. An organization which keeps and preserves archival material and typically makes it accessible to the public.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : {
"@language" : "en",
"@value" : "ArchiveOrganization"
}
}, {
"@id" : "schema:ArriveAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:MoveAction" ],
"broaderTransitive" : "schema:MoveAction",
"definition" : "The act of arriving at a place. An agent arrives at a destination from a fromLocation, optionally with participants.",
"prefLabel" : "ArriveAction"
}, {
"@id" : "schema:ArtGallery",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:EntertainmentBusiness" ],
"broaderTransitive" : "schema:EntertainmentBusiness",
"definition" : "An art gallery.",
"prefLabel" : "ArtGallery"
}, {
"@id" : "schema:Artery",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:MedicalEntity", "schema:AnatomicalStructure", "schema:Vessel" ],
"broaderTransitive" : "schema:Vessel",
"definition" : "A type of blood vessel that specifically carries blood away from the heart.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "Artery"
}, {
"@id" : "schema:Article",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : "schema:CreativeWork",
"definition" : "An article, such as a news article or piece of investigative report. Newspapers and magazines have articles of many different types and this is intended to cover them all.<br/><br/>\n\nSee also <a href=\"http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html\">blog post</a>.",
"narrower" : [ "schema:ReportageNewsArticle", "schema:TechArticle", "schema:MedicalScholarlyArticle", "schema:BackgroundNewsArticle", "schema:NewsArticle", "schema:SatiricalArticle", "schema:Report", "schema:BlogPosting", "schema:SocialMediaPosting", "schema:APIReference", "schema:ScholarlyArticle", "schema:DiscussionForumPosting", "schema:ReviewNewsArticle", "schema:AskPublicNewsArticle", "schema:AdvertiserContentArticle", "schema:AnalysisNewsArticle", "schema:LiveBlogPosting", "schema:OpinionNewsArticle" ],
"narrowerTransitive" : [ "schema:Report", "schema:AdvertiserContentArticle", "schema:ScholarlyArticle", "schema:SatiricalArticle", "schema:NewsArticle", "schema:SocialMediaPosting", "schema:TechArticle" ],
"prefLabel" : "Article"
}, {
"@id" : "schema:AskAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:InteractAction", "schema:CommunicateAction" ],
"broaderTransitive" : "schema:CommunicateAction",
"definition" : "The act of posing a question / favor to someone.<br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/ReplyAction\">ReplyAction</a>: Appears generally as a response to AskAction.</li>\n</ul>\n",
"prefLabel" : "AskAction"
}, {
"@id" : "schema:AskPublicNewsArticle",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:Article", "schema:NewsArticle" ],
"broaderTransitive" : "schema:NewsArticle",
"definition" : "A <a class=\"localLink\" href=\"http://schema.org/NewsArticle\">NewsArticle</a> expressing an open call by a <a class=\"localLink\" href=\"http://schema.org/NewsMediaOrganization\">NewsMediaOrganization</a> asking the public for input, insights, clarifications, anecdotes, documentation, etc., on an issue, for reporting purposes.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "AskPublicNewsArticle"
}, {
"@id" : "schema:AssessAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Action", "schema:Thing" ],
"broaderTransitive" : "schema:Action",
"definition" : "The act of forming one's opinion, reaction or sentiment.",
"narrower" : [ "schema:VoteAction", "schema:ChooseAction", "schema:WantAction", "schema:DisagreeAction", "schema:IgnoreAction", "schema:ReviewAction", "schema:LikeAction", "schema:EndorseAction", "schema:ReactAction", "schema:DislikeAction", "schema:AgreeAction" ],
"narrowerTransitive" : [ "schema:IgnoreAction", "schema:ReviewAction", "schema:ChooseAction", "schema:ReactAction" ],
"prefLabel" : "AssessAction"
}, {
"@id" : "schema:AssignAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:OrganizeAction", "schema:AllocateAction" ],
"broaderTransitive" : "schema:AllocateAction",
"definition" : "The act of allocating an action/event/task to some destination (someone or something).",
"prefLabel" : "AssignAction"
}, {
"@id" : "schema:Atlas",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : "schema:CreativeWork",
"definition" : "A collection or bound volume of maps, charts, plates or tables, physical or in media form illustrating any subject.",
"inScheme" : "http://bib.schema.org",
"prefLabel" : {
"@language" : "en",
"@value" : "Atlas"
}
}, {
"@id" : "schema:Attorney",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:LegalService" ],
"broaderTransitive" : "schema:LegalService",
"definition" : "Professional service: Attorney. <br/><br/>\n\nThis type is deprecated - <a class=\"localLink\" href=\"http://schema.org/LegalService\">LegalService</a> is more inclusive and less ambiguous.",
"prefLabel" : "Attorney"
}, {
"@id" : "schema:Audience",
"@type" : "skos:Concept",
"broader" : [ "schema:Intangible", "schema:Thing" ],
"broaderTransitive" : "schema:Intangible",
"definition" : "Intended audience for an item, i.e. the group for whom the item was created.",
"narrower" : [ "schema:PeopleAudience", "schema:ParentAudience", "schema:BusinessAudience", "schema:Patient", "schema:MedicalAudience", "schema:EducationalAudience" ],
"narrowerTransitive" : [ "schema:PeopleAudience", "schema:EducationalAudience", "schema:BusinessAudience", "schema:MedicalAudience" ],
"prefLabel" : "Audience"
}, {
"@id" : "schema:AudioObject",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:MediaObject" ],
"broaderTransitive" : "schema:MediaObject",
"definition" : "An audio file.",
"narrower" : "schema:Audiobook",
"narrowerTransitive" : "schema:Audiobook",
"prefLabel" : "AudioObject"
}, {
"@id" : "schema:Audiobook",
"@type" : "skos:Concept",
"broader" : [ "schema:CreativeWork", "schema:AudioObject", "schema:Thing", "schema:MediaObject", "schema:Book" ],
"broaderTransitive" : [ "schema:Book", "schema:AudioObject" ],
"definition" : "An audiobook.",
"inScheme" : "http://bib.schema.org",
"prefLabel" : {
"@language" : "en",
"@value" : "Audiobook"
}
}, {
"@id" : "schema:AuthorizeAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:OrganizeAction", "schema:AllocateAction" ],
"broaderTransitive" : "schema:AllocateAction",
"definition" : "The act of granting permission to an object.",
"prefLabel" : "AuthorizeAction"
}, {
"@id" : "schema:AutoBodyShop",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:AutomotiveBusiness" ],
"broaderTransitive" : "schema:AutomotiveBusiness",
"definition" : "Auto body shop.",
"prefLabel" : "AutoBodyShop"
}, {
"@id" : "schema:AutoDealer",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:AutomotiveBusiness" ],
"broaderTransitive" : "schema:AutomotiveBusiness",
"definition" : "An car dealership.",
"prefLabel" : "AutoDealer"
}, {
"@id" : "schema:AutoPartsStore",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Store", "schema:AutomotiveBusiness", "schema:Organization", "schema:Place", "schema:LocalBusiness" ],
"broaderTransitive" : [ "schema:Store", "schema:AutomotiveBusiness" ],
"definition" : "An auto parts store.",
"prefLabel" : "AutoPartsStore"
}, {
"@id" : "schema:AutoRental",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:AutomotiveBusiness" ],
"broaderTransitive" : "schema:AutomotiveBusiness",
"definition" : "A car rental business.",
"prefLabel" : "AutoRental"
}, {
"@id" : "schema:AutoRepair",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:AutomotiveBusiness" ],
"broaderTransitive" : "schema:AutomotiveBusiness",
"definition" : "Car repair business.",
"prefLabel" : "AutoRepair"
}, {
"@id" : "schema:AutoWash",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:AutomotiveBusiness" ],
"broaderTransitive" : "schema:AutomotiveBusiness",
"definition" : "A car wash business.",
"prefLabel" : "AutoWash"
}, {
"@id" : "schema:AutomatedTeller",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:FinancialService" ],
"broaderTransitive" : "schema:FinancialService",
"definition" : "ATM/cash machine.",
"prefLabel" : "AutomatedTeller"
}, {
"@id" : "schema:AutomotiveBusiness",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place", "schema:Organization", "schema:LocalBusiness" ],
"broaderTransitive" : "schema:LocalBusiness",
"definition" : "Car repair, sales, or parts.",
"narrower" : [ "schema:MotorcycleRepair", "schema:AutoRepair", "schema:AutoWash", "schema:AutoDealer", "schema:AutoBodyShop", "schema:AutoPartsStore", "schema:GasStation", "schema:AutoRental", "schema:MotorcycleDealer" ],
"narrowerTransitive" : [ "schema:AutoPartsStore", "schema:MotorcycleRepair", "schema:AutoBodyShop", "schema:AutoDealer", "schema:AutoWash", "schema:AutoRental", "schema:AutoRepair", "schema:GasStation", "schema:MotorcycleDealer" ],
"prefLabel" : "AutomotiveBusiness"
}, {
"@id" : "schema:BackgroundNewsArticle",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:Article", "schema:NewsArticle" ],
"broaderTransitive" : "schema:NewsArticle",
"definition" : "A <a class=\"localLink\" href=\"http://schema.org/NewsArticle\">NewsArticle</a> providing historical context, definition and detail on a specific topic (aka \"explainer\" or \"backgrounder\"). For example, an in-depth article or frequently-asked-questions (<a href=\"https://en.wikipedia.org/wiki/FAQ\">FAQ</a>) document on topics such as Climate Change or the European Union. Other kinds of background material from a non-news setting are often described using <a class=\"localLink\" href=\"http://schema.org/Book\">Book</a> or <a class=\"localLink\" href=\"http://schema.org/Article\">Article</a>, in particular <a class=\"localLink\" href=\"http://schema.org/ScholarlyArticle\">ScholarlyArticle</a>. See also <a class=\"localLink\" href=\"http://schema.org/NewsArticle\">NewsArticle</a> for related vocabulary from a learning/education perspective.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "BackgroundNewsArticle"
}, {
"@id" : "schema:Bakery",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:FoodEstablishment" ],
"broaderTransitive" : "schema:FoodEstablishment",
"definition" : "A bakery.",
"prefLabel" : "Bakery"
}, {
"@id" : "schema:BankAccount",
"@type" : "skos:Concept",
"broader" : [ "schema:Intangible", "schema:Thing", "schema:Service", "schema:FinancialProduct" ],
"broaderTransitive" : "schema:FinancialProduct",
"definition" : "A product or service offered by a bank whereby one may deposit, withdraw or transfer money and in some cases be paid interest.",
"narrower" : "schema:DepositAccount",
"narrowerTransitive" : "schema:DepositAccount",
"prefLabel" : "BankAccount"
}, {
"@id" : "schema:BankOrCreditUnion",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:FinancialService" ],
"broaderTransitive" : "schema:FinancialService",
"definition" : "Bank or credit union.",
"prefLabel" : "BankOrCreditUnion"
}, {
"@id" : "schema:BarOrPub",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:FoodEstablishment" ],
"broaderTransitive" : "schema:FoodEstablishment",
"definition" : "A bar or pub.",
"prefLabel" : "BarOrPub"
}, {
"@id" : "schema:Barcode",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:MediaObject", "schema:ImageObject" ],
"broaderTransitive" : "schema:ImageObject",
"definition" : "An image of a visual machine-readable code such as a barcode or QR code.",
"prefLabel" : "Barcode"
}, {
"@id" : "schema:Beach",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place", "schema:CivicStructure" ],
"broaderTransitive" : "schema:CivicStructure",
"definition" : "Beach.",
"prefLabel" : "Beach"
}, {
"@id" : "schema:BeautySalon",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:HealthAndBeautyBusiness" ],
"broaderTransitive" : "schema:HealthAndBeautyBusiness",
"definition" : "Beauty salon.",
"prefLabel" : "BeautySalon"
}, {
"@id" : "schema:BedAndBreakfast",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:LodgingBusiness" ],
"broaderTransitive" : "schema:LodgingBusiness",
"definition" : "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>.",
"prefLabel" : "BedAndBreakfast"
}, {
"@id" : "schema:BedDetails",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible" ],
"broaderTransitive" : "schema:Intangible",
"definition" : "An entity holding detailed information about the available bed types, e.g. the quantity of twin beds for a hotel room. For the single case of just one bed of a certain type, you can use bed directly with a text. See also <a class=\"localLink\" href=\"http://schema.org/BedType\">BedType</a> (under development).",
"prefLabel" : "BedDetails"
}, {
"@id" : "schema:BedType",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration", "schema:QualitativeValue" ],
"broaderTransitive" : "schema:QualitativeValue",
"definition" : "A type of bed. This is used for indicating the bed or beds available in an accommodation.",
"prefLabel" : "BedType"
}, {
"@id" : "schema:BefriendAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:InteractAction" ],
"broaderTransitive" : "schema:InteractAction",
"definition" : "The act of forming a personal connection with someone (object) mutually/bidirectionally/symmetrically.<br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/FollowAction\">FollowAction</a>: Unlike FollowAction, BefriendAction implies that the connection is reciprocal.</li>\n</ul>\n",
"prefLabel" : "BefriendAction"
}, {
"@id" : "schema:BikeStore",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:Store" ],
"broaderTransitive" : "schema:Store",
"definition" : "A bike store.",
"prefLabel" : "BikeStore"
}, {
"@id" : "schema:Blog",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : "schema:CreativeWork",
"definition" : "A blog.",
"prefLabel" : "Blog"
}, {
"@id" : "schema:BlogPosting",
"@type" : "skos:Concept",
"broader" : [ "schema:SocialMediaPosting", "schema:Thing", "schema:Article", "schema:CreativeWork" ],
"broaderTransitive" : "schema:SocialMediaPosting",
"definition" : "A blog post.",
"narrower" : "schema:LiveBlogPosting",
"narrowerTransitive" : "schema:LiveBlogPosting",
"prefLabel" : "BlogPosting"
}, {
"@id" : "schema:BloodTest",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:MedicalEntity", "schema:MedicalTest" ],
"broaderTransitive" : "schema:MedicalTest",
"definition" : "A medical test performed on a sample of a patient's blood.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "BloodTest"
}, {
"@id" : "schema:BoardingPolicyType",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration" ],
"broaderTransitive" : "schema:Enumeration",
"definition" : "A type of boarding policy used by an airline.",
"prefLabel" : "BoardingPolicyType"
}, {
"@id" : "schema:BodyOfWater",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Landform", "schema:Place" ],
"broaderTransitive" : "schema:Landform",
"definition" : "A body of water, such as a sea, ocean, or lake.",
"narrower" : [ "schema:OceanBodyOfWater", "schema:Reservoir", "schema:RiverBodyOfWater", "schema:SeaBodyOfWater", "schema:Waterfall", "schema:LakeBodyOfWater", "schema:Canal", "schema:Pond" ],
"narrowerTransitive" : [ "schema:Waterfall", "schema:Reservoir", "schema:Pond", "schema:SeaBodyOfWater", "schema:LakeBodyOfWater", "schema:RiverBodyOfWater", "schema:OceanBodyOfWater", "schema:Canal" ],
"prefLabel" : "BodyOfWater"
}, {
"@id" : "schema:Bone",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:MedicalEntity", "schema:AnatomicalStructure" ],
"broaderTransitive" : "schema:AnatomicalStructure",
"definition" : "Rigid connective tissue that comprises up the skeletal structure of the human body.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "Bone"
}, {
"@id" : "schema:Book",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : "schema:CreativeWork",
"definition" : "A book.",
"narrower" : "schema:Audiobook",
"narrowerTransitive" : "schema:Audiobook",
"prefLabel" : "Book"
}, {
"@id" : "schema:BookFormatType",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration" ],
"broaderTransitive" : "schema:Enumeration",
"definition" : "The publication format of the book.",
"prefLabel" : "BookFormatType"
}, {
"@id" : "schema:BookSeries",
"@type" : "skos:Concept",
"broader" : [ "schema:CreativeWork", "schema:Thing", "schema:Intangible", "schema:Series", "schema:CreativeWorkSeries" ],
"broaderTransitive" : "schema:CreativeWorkSeries",
"definition" : "A series of books. Included books can be indicated with the hasPart property.",
"prefLabel" : "BookSeries"
}, {
"@id" : "schema:BookStore",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:Store" ],
"broaderTransitive" : "schema:Store",
"definition" : "A bookstore.",
"prefLabel" : "BookStore"
}, {
"@id" : "schema:BookmarkAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:OrganizeAction" ],
"broaderTransitive" : "schema:OrganizeAction",
"definition" : "An agent bookmarks/flags/labels/tags/marks an object.",
"prefLabel" : "BookmarkAction"
}, {
"@id" : "schema:BorrowAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:TransferAction" ],
"broaderTransitive" : "schema:TransferAction",
"definition" : "The act of obtaining an object under an agreement to return it at a later date. Reciprocal of LendAction.<br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/LendAction\">LendAction</a>: Reciprocal of BorrowAction.</li>\n</ul>\n",
"prefLabel" : "BorrowAction"
}, {
"@id" : "schema:BowlingAlley",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:SportsActivityLocation" ],
"broaderTransitive" : "schema:SportsActivityLocation",
"definition" : "A bowling alley.",
"prefLabel" : "BowlingAlley"
}, {
"@id" : "schema:BrainStructure",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:MedicalEntity", "schema:AnatomicalStructure" ],
"broaderTransitive" : "schema:AnatomicalStructure",
"definition" : "Any anatomical structure which pertains to the soft nervous tissue functioning as the coordinating center of sensation and intellectual and nervous activity.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "BrainStructure"
}, {
"@id" : "schema:Brand",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible" ],
"broaderTransitive" : "schema:Intangible",
"definition" : "A brand is a name used by an organization or business person for labeling a product, product group, or similar.",
"prefLabel" : "Brand"
}, {
"@id" : "schema:BreadcrumbList",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:ItemList" ],
"broaderTransitive" : "schema:ItemList",
"definition" : "A BreadcrumbList is an ItemList consisting of a chain of linked Web pages, typically described using at least their URL and their name, and typically ending with the current page.<br/><br/>\n\nThe <a class=\"localLink\" href=\"http://schema.org/position\">position</a> property is used to reconstruct the order of the items in a BreadcrumbList The convention is that a breadcrumb list has an <a class=\"localLink\" href=\"http://schema.org/itemListOrder\">itemListOrder</a> of <a class=\"localLink\" href=\"http://schema.org/ItemListOrderAscending\">ItemListOrderAscending</a> (lower values listed first), and that the first items in this list correspond to the \"top\" or beginning of the breadcrumb trail, e.g. with a site or section homepage. The specific values of 'position' are not assigned meaning for a BreadcrumbList, but they should be integers, e.g. beginning with '1' for the first item in the list.",
"prefLabel" : "BreadcrumbList"
}, {
"@id" : "schema:Brewery",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:FoodEstablishment" ],
"broaderTransitive" : "schema:FoodEstablishment",
"definition" : "Brewery.",
"prefLabel" : "Brewery"
}, {
"@id" : "schema:Bridge",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place", "schema:CivicStructure" ],
"broaderTransitive" : "schema:CivicStructure",
"definition" : "A bridge.",
"prefLabel" : "Bridge"
}, {
"@id" : "schema:BroadcastChannel",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible" ],
"broaderTransitive" : "schema:Intangible",
"definition" : "A unique instance of a BroadcastService on a CableOrSatelliteService lineup.",
"narrower" : [ "schema:FMRadioChannel", "schema:AMRadioChannel", "schema:RadioChannel", "schema:TelevisionChannel" ],
"narrowerTransitive" : [ "schema:RadioChannel", "schema:TelevisionChannel" ],
"prefLabel" : "BroadcastChannel"
}, {
"@id" : "schema:BroadcastEvent",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Event", "schema:PublicationEvent" ],
"broaderTransitive" : "schema:PublicationEvent",
"definition" : "An over the air or online broadcast event.",
"prefLabel" : "BroadcastEvent"
}, {
"@id" : "schema:BroadcastFrequencySpecification",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible" ],
"broaderTransitive" : "schema:Intangible",
"definition" : "The frequency in MHz and the modulation used for a particular BroadcastService.",
"prefLabel" : "BroadcastFrequencySpecification"
}, {
"@id" : "schema:BroadcastService",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Service" ],
"broaderTransitive" : "schema:Service",
"definition" : "A delivery service through which content is provided via broadcast over the air or online.",
"narrower" : "schema:RadioBroadcastService",
"narrowerTransitive" : "schema:RadioBroadcastService",
"prefLabel" : "BroadcastService"
}, {
"@id" : "schema:BrokerageAccount",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:FinancialProduct", "schema:Intangible", "schema:InvestmentOrDeposit", "schema:Service" ],
"broaderTransitive" : "schema:InvestmentOrDeposit",
"definition" : "An account that allows an investor to deposit funds and place investment orders with a licensed broker or brokerage firm.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "BrokerageAccount"
}, {
"@id" : "schema:BuddhistTemple",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place", "schema:CivicStructure", "schema:PlaceOfWorship" ],
"broaderTransitive" : "schema:PlaceOfWorship",
"definition" : "A Buddhist temple.",
"prefLabel" : "BuddhistTemple"
}, {
"@id" : "schema:BusOrCoach",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Product", "schema:Vehicle" ],
"broaderTransitive" : "schema:Vehicle",
"definition" : "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.",
"inScheme" : "http://auto.schema.org",
"prefLabel" : "BusOrCoach"
}, {
"@id" : "schema:BusReservation",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Reservation" ],
"broaderTransitive" : "schema:Reservation",
"definition" : "A reservation for bus travel. <br/><br/>\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 <a class=\"localLink\" href=\"http://schema.org/Offer\">Offer</a>.",
"prefLabel" : "BusReservation"
}, {
"@id" : "schema:BusStation",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place", "schema:CivicStructure" ],
"broaderTransitive" : "schema:CivicStructure",
"definition" : "A bus station.",
"prefLabel" : "BusStation"
}, {
"@id" : "schema:BusStop",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place", "schema:CivicStructure" ],
"broaderTransitive" : "schema:CivicStructure",
"definition" : "A bus stop.",
"prefLabel" : "BusStop"
}, {
"@id" : "schema:BusTrip",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Trip" ],
"broaderTransitive" : "schema:Trip",
"definition" : "A trip on a commercial bus line.",
"prefLabel" : "BusTrip"
}, {
"@id" : "schema:BusinessAudience",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Audience" ],
"broaderTransitive" : "schema:Audience",
"definition" : "A set of characteristics belonging to businesses, e.g. who compose an item's target audience.",
"prefLabel" : "BusinessAudience"
}, {
"@id" : "schema:BusinessEntityType",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration" ],
"broaderTransitive" : "schema:Enumeration",
"definition" : "A business entity type is a conceptual entity representing the legal form, the size, the main line of business, the position in the value chain, or any combination thereof, of an organization or business person.<br/><br/>\n\nCommonly used values:<br/><br/>\n\n<ul>\n<li>http://purl.org/goodrelations/v1#Business</li>\n<li>http://purl.org/goodrelations/v1#Enduser</li>\n<li>http://purl.org/goodrelations/v1#PublicInstitution</li>\n<li>http://purl.org/goodrelations/v1#Reseller</li>\n</ul>\n",
"prefLabel" : "BusinessEntityType"
}, {
"@id" : "schema:BusinessEvent",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Event" ],
"broaderTransitive" : "schema:Event",
"definition" : "Event type: Business event.",
"prefLabel" : "BusinessEvent"
}, {
"@id" : "schema:BusinessFunction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration" ],
"broaderTransitive" : "schema:Enumeration",
"definition" : "The business function specifies the type of activity or access (i.e., the bundle of rights) offered by the organization or business person through the offer. Typical are sell, rental or lease, maintenance or repair, manufacture / produce, recycle / dispose, engineering / construction, or installation. Proprietary specifications of access rights are also instances of this class.<br/><br/>\n\nCommonly used values:<br/><br/>\n\n<ul>\n<li>http://purl.org/goodrelations/v1#ConstructionInstallation</li>\n<li>http://purl.org/goodrelations/v1#Dispose</li>\n<li>http://purl.org/goodrelations/v1#LeaseOut</li>\n<li>http://purl.org/goodrelations/v1#Maintain</li>\n<li>http://purl.org/goodrelations/v1#ProvideService</li>\n<li>http://purl.org/goodrelations/v1#Repair</li>\n<li>http://purl.org/goodrelations/v1#Sell</li>\n<li>http://purl.org/goodrelations/v1#Buy</li>\n</ul>\n",
"prefLabel" : "BusinessFunction"
}, {
"@id" : "schema:BuyAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:TradeAction" ],
"broaderTransitive" : "schema:TradeAction",
"definition" : "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.",
"prefLabel" : "BuyAction"
}, {
"@id" : "schema:CDCPMDRecord",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:StructuredValue" ],
"broaderTransitive" : "schema:StructuredValue",
"definition" : "A CDCPMDRecord is a data structure representing a record in a CDC tabular data format\n used for hospital data reporting. See <a href=\"/docs/cdc-covid.html\">documentation</a> for details, and the linked CDC materials for authoritative\n definitions used as the source here.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "CDCPMDRecord"
}, {
"@id" : "schema:CableOrSatelliteService",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Service" ],
"broaderTransitive" : "schema:Service",
"definition" : "A service which provides access to media programming like TV or radio. Access may be via cable or satellite.",
"prefLabel" : "CableOrSatelliteService"
}, {
"@id" : "schema:CafeOrCoffeeShop",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:FoodEstablishment" ],
"broaderTransitive" : "schema:FoodEstablishment",
"definition" : "A cafe or coffee shop.",
"prefLabel" : "CafeOrCoffeeShop"
}, {
"@id" : "schema:Campground",
"@type" : "skos:Concept",
"broader" : [ "schema:LocalBusiness", "schema:Thing", "schema:LodgingBusiness", "schema:Organization", "schema:Place", "schema:CivicStructure" ],
"broaderTransitive" : [ "schema:CivicStructure", "schema:LodgingBusiness" ],
"definition" : "A camping site, campsite, or <a class=\"localLink\" href=\"http://schema.org/Campground\">Campground</a> is a place used for overnight stay in the outdoors, typically containing individual <a class=\"localLink\" href=\"http://schema.org/CampingPitch\">CampingPitch</a> locations. <br/><br/>\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 <a href=\"https://en.wikipedia.org/wiki/Campsite\">https://en.wikipedia.org/wiki/Campsite</a>).<br/><br/>\n\nSee also the dedicated <a href=\"/docs/hotels.html\">document on the use of schema.org for marking up hotels and other forms of accommodations</a>.",
"prefLabel" : "Campground"
}, {
"@id" : "schema:CampingPitch",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place", "schema:Accommodation" ],
"broaderTransitive" : "schema:Accommodation",
"definition" : "A <a class=\"localLink\" href=\"http://schema.org/CampingPitch\">CampingPitch</a> is an individual place for overnight stay in the outdoors, typically being part of a larger camping site, or <a class=\"localLink\" href=\"http://schema.org/Campground\">Campground</a>.<br/><br/>\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 <a href=\"https://en.wikipedia.org/wiki/Campsite\">https://en.wikipedia.org/wiki/Campsite</a>).<br/><br/>\n\nSee also the dedicated <a href=\"/docs/hotels.html\">document on the use of schema.org for marking up hotels and other forms of accommodations</a>.",
"prefLabel" : "CampingPitch"
}, {
"@id" : "schema:Canal",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place", "schema:Landform", "schema:BodyOfWater" ],
"broaderTransitive" : "schema:BodyOfWater",
"definition" : "A canal, like the Panama Canal.",
"prefLabel" : "Canal"
}, {
"@id" : "schema:CancelAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:OrganizeAction", "schema:PlanAction" ],
"broaderTransitive" : "schema:PlanAction",
"definition" : "The act of asserting that a future event/action is no longer going to happen.<br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/ConfirmAction\">ConfirmAction</a>: The antonym of CancelAction.</li>\n</ul>\n",
"prefLabel" : "CancelAction"
}, {
"@id" : "schema:Car",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Product", "schema:Vehicle" ],
"broaderTransitive" : "schema:Vehicle",
"definition" : "A car is a wheeled, self-powered motor vehicle used for transportation.",
"prefLabel" : "Car"
}, {
"@id" : "schema:CarUsageType",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration", "schema:QualitativeValue" ],
"broaderTransitive" : "schema:QualitativeValue",
"definition" : "A value indicating a special usage of a car, e.g. commercial rental, driving school, or as a taxi.",
"inScheme" : "http://auto.schema.org",
"prefLabel" : "CarUsageType"
}, {
"@id" : "schema:Casino",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:EntertainmentBusiness" ],
"broaderTransitive" : "schema:EntertainmentBusiness",
"definition" : "A casino.",
"prefLabel" : "Casino"
}, {
"@id" : "schema:CategoryCode",
"@type" : "skos:Concept",
"broader" : [ "schema:Intangible", "schema:Thing", "schema:DefinedTerm" ],
"broaderTransitive" : "schema:DefinedTerm",
"definition" : "A Category Code.",
"inScheme" : "http://pending.schema.org",
"narrower" : "schema:MedicalCode",
"narrowerTransitive" : "schema:MedicalCode",
"prefLabel" : "CategoryCode"
}, {
"@id" : "schema:CategoryCodeSet",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:DefinedTermSet" ],
"broaderTransitive" : "schema:DefinedTermSet",
"definition" : "A set of Category Code values.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "CategoryCodeSet"
}, {
"@id" : "schema:CatholicChurch",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place", "schema:CivicStructure", "schema:PlaceOfWorship", "schema:Church" ],
"broaderTransitive" : "schema:Church",
"definition" : "A Catholic church.",
"prefLabel" : "CatholicChurch"
}, {
"@id" : "schema:Cemetery",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place", "schema:CivicStructure" ],
"broaderTransitive" : "schema:CivicStructure",
"definition" : "A graveyard.",
"prefLabel" : "Cemetery"
}, {
"@id" : "schema:Chapter",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : "schema:CreativeWork",
"definition" : "One of the sections into which a book is divided. A chapter usually has a section number or a name.",
"inScheme" : "http://bib.schema.org",
"prefLabel" : {
"@language" : "en",
"@value" : "Chapter"
}
}, {
"@id" : "schema:CheckAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:FindAction" ],
"broaderTransitive" : "schema:FindAction",
"definition" : "An agent inspects, determines, investigates, inquires, or examines an object's accuracy, quality, condition, or state.",
"prefLabel" : "CheckAction"
}, {
"@id" : "schema:CheckInAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:InteractAction", "schema:CommunicateAction" ],
"broaderTransitive" : "schema:CommunicateAction",
"definition" : "The act of an agent communicating (service provider, social media, etc) their arrival by registering/confirming for a previously reserved service (e.g. flight check in) or at a place (e.g. hotel), possibly resulting in a result (boarding pass, etc).<br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/CheckOutAction\">CheckOutAction</a>: The antonym of CheckInAction.</li>\n<li><a class=\"localLink\" href=\"http://schema.org/ArriveAction\">ArriveAction</a>: Unlike ArriveAction, CheckInAction implies that the agent is informing/confirming the start of a previously reserved service.</li>\n<li><a class=\"localLink\" href=\"http://schema.org/ConfirmAction\">ConfirmAction</a>: Unlike ConfirmAction, CheckInAction implies that the agent is informing/confirming the <em>start</em> of a previously reserved service rather than its validity/existence.</li>\n</ul>\n",
"prefLabel" : "CheckInAction"
}, {
"@id" : "schema:CheckOutAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:InteractAction", "schema:CommunicateAction" ],
"broaderTransitive" : "schema:CommunicateAction",
"definition" : "The act of an agent communicating (service provider, social media, etc) their departure of a previously reserved service (e.g. flight check in) or place (e.g. hotel).<br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/CheckInAction\">CheckInAction</a>: The antonym of CheckOutAction.</li>\n<li><a class=\"localLink\" href=\"http://schema.org/DepartAction\">DepartAction</a>: Unlike DepartAction, CheckOutAction implies that the agent is informing/confirming the end of a previously reserved service.</li>\n<li><a class=\"localLink\" href=\"http://schema.org/CancelAction\">CancelAction</a>: Unlike CancelAction, CheckOutAction implies that the agent is informing/confirming the end of a previously reserved service.</li>\n</ul>\n",
"prefLabel" : "CheckOutAction"
}, {
"@id" : "schema:CheckoutPage",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:WebPage" ],
"broaderTransitive" : "schema:WebPage",
"definition" : "Web page type: Checkout page.",
"prefLabel" : "CheckoutPage"
}, {
"@id" : "schema:ChildCare",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness" ],
"broaderTransitive" : "schema:LocalBusiness",
"definition" : "A Childcare center.",
"prefLabel" : "ChildCare"
}, {
"@id" : "schema:ChildrensEvent",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Event" ],
"broaderTransitive" : "schema:Event",
"definition" : "Event type: Children's event.",
"prefLabel" : "ChildrensEvent"
}, {
"@id" : "schema:ChooseAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:AssessAction" ],
"broaderTransitive" : "schema:AssessAction",
"definition" : "The act of expressing a preference from a set of options or a large or unbounded set of choices/options.",
"narrower" : "schema:VoteAction",
"narrowerTransitive" : "schema:VoteAction",
"prefLabel" : "ChooseAction"
}, {
"@id" : "schema:Church",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CivicStructure", "schema:PlaceOfWorship", "schema:Place" ],
"broaderTransitive" : "schema:PlaceOfWorship",
"definition" : "A church.",
"narrower" : "schema:CatholicChurch",
"narrowerTransitive" : "schema:CatholicChurch",
"prefLabel" : "Church"
}, {
"@id" : "schema:City",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place", "schema:AdministrativeArea" ],
"broaderTransitive" : "schema:AdministrativeArea",
"definition" : "A city or town.",
"prefLabel" : "City"
}, {
"@id" : "schema:CityHall",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place", "schema:CivicStructure", "schema:GovernmentBuilding" ],
"broaderTransitive" : "schema:GovernmentBuilding",
"definition" : "A city hall.",
"prefLabel" : "CityHall"
}, {
"@id" : "schema:CivicStructure",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place" ],
"broaderTransitive" : "schema:Place",
"definition" : "A public structure, such as a town hall or concert hall.",
"narrower" : [ "schema:Mosque", "schema:Museum", "schema:PerformingArtsTheater", "schema:Playground", "schema:Crematorium", "schema:SubwayStation", "schema:CityHall", "schema:ParkingFacility", "schema:PlaceOfWorship", "schema:School", "schema:PublicToilet", "schema:LegislativeBuilding", "schema:Synagogue", "schema:HighSchool", "schema:Beach", "schema:BuddhistTemple", "schema:TrainStation", "schema:Preschool", "schema:EventVenue", "schema:Zoo", "schema:CatholicChurch", "schema:Aquarium", "schema:CollegeOrUniversity", "schema:PoliceStation", "schema:Bridge", "schema:Church", "schema:MiddleSchool", "schema:BusStop", "schema:Campground", "schema:RVPark", "schema:TaxiStand", "schema:Cemetery", "schema:Hospital", "schema:DefenceEstablishment", "schema:EducationalOrganization", "schema:Park", "schema:MovieTheater", "schema:Airport", "schema:MusicVenue", "schema:Embassy", "schema:ElementarySchool", "schema:Courthouse", "schema:StadiumOrArena", "schema:BusStation", "schema:FireStation", "schema:GovernmentBuilding", "schema:HinduTemple" ],
"narrowerTransitive" : [ "schema:Beach", "schema:TaxiStand", "schema:MovieTheater", "schema:RVPark", "schema:Hospital", "schema:FireStation", "schema:Crematorium", "schema:Cemetery", "schema:PoliceStation", "schema:Campground", "schema:BusStop", "schema:Playground", "schema:Park", "schema:PublicToilet", "schema:GovernmentBuilding", "schema:BusStation", "schema:Zoo", "schema:PlaceOfWorship", "schema:EventVenue", "schema:MusicVenue", "schema:SubwayStation", "schema:StadiumOrArena", "schema:TrainStation", "schema:Aquarium", "schema:EducationalOrganization", "schema:ParkingFacility", "schema:Museum", "schema:Airport", "schema:Bridge", "schema:PerformingArtsTheater" ],
"prefLabel" : "CivicStructure"
}, {
"@id" : "schema:Claim",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : "schema:CreativeWork",
"definition" : "A <a class=\"localLink\" href=\"http://schema.org/Claim\">Claim</a> in Schema.org represents a specific, factually-oriented claim that could be the <a class=\"localLink\" href=\"http://schema.org/itemReviewed\">itemReviewed</a> in a <a class=\"localLink\" href=\"http://schema.org/ClaimReview\">ClaimReview</a>. The content of a claim can be summarized with the <a class=\"localLink\" href=\"http://schema.org/text\">text</a> property. Variations on well known claims can have their common identity indicated via <a class=\"localLink\" href=\"http://schema.org/sameAs\">sameAs</a> links, and summarized with a <a class=\"localLink\" href=\"http://schema.org/name\">name</a>. Ideally, a <a class=\"localLink\" href=\"http://schema.org/Claim\">Claim</a> description includes enough contextual information to minimize the risk of ambiguity or inclarity. In practice, many claims are better understood in the context in which they appear or the interpretations provided by claim reviews.<br/><br/>\n\nBeyond <a class=\"localLink\" href=\"http://schema.org/ClaimReview\">ClaimReview</a>, the Claim type can be associated with related creative works - for example a <a class=\"localLink\" href=\"http://schema.org/ScholaryArticle\">ScholaryArticle</a> or <a class=\"localLink\" href=\"http://schema.org/Question\">Question</a> might be <a class=\"localLink\" href=\"http://schema.org/about\">about</a> some <a class=\"localLink\" href=\"http://schema.org/Claim\">Claim</a>.<br/><br/>\n\nAt this time, Schema.org does not define any types of relationship between claims. This is a natural area for future exploration.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "Claim"
}, {
"@id" : "schema:ClaimReview",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:Review" ],
"broaderTransitive" : "schema:Review",
"definition" : "A fact-checking review of claims made (or reported) in some creative work (referenced via itemReviewed).",
"prefLabel" : "ClaimReview"
}, {
"@id" : "schema:Class",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible" ],
"broaderTransitive" : "schema:Intangible",
"definition" : "A class, also often called a 'Type'; equivalent to rdfs:Class.",
"inScheme" : "http://meta.schema.org",
"prefLabel" : "Class"
}, {
"@id" : "schema:Clip",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : "schema:CreativeWork",
"definition" : "A short TV or radio program or a segment/part of a program.",
"narrower" : [ "schema:MovieClip", "schema:RadioClip", "schema:VideoGameClip", "schema:TVClip" ],
"narrowerTransitive" : [ "schema:TVClip", "schema:MovieClip", "schema:VideoGameClip", "schema:RadioClip" ],
"prefLabel" : "Clip"
}, {
"@id" : "schema:ClothingStore",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:Store" ],
"broaderTransitive" : "schema:Store",
"definition" : "A clothing store.",
"prefLabel" : "ClothingStore"
}, {
"@id" : "schema:Code",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : "schema:CreativeWork",
"definition" : "Computer programming source code. Example: Full (compile ready) solutions, code snippet samples, scripts, templates.",
"prefLabel" : "Code"
}, {
"@id" : "schema:Collection",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : "schema:CreativeWork",
"definition" : "A created collection of Creative Works or other artefacts.",
"inScheme" : "http://bib.schema.org",
"prefLabel" : {
"@language" : "en",
"@value" : "Collection"
}
}, {
"@id" : "schema:CollectionPage",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:WebPage" ],
"broaderTransitive" : "schema:WebPage",
"definition" : "Web page type: Collection page.",
"narrower" : [ "schema:VideoGallery", "schema:ImageGallery", "schema:MediaGallery" ],
"narrowerTransitive" : "schema:MediaGallery",
"prefLabel" : "CollectionPage"
}, {
"@id" : "schema:CollegeOrUniversity",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:CivicStructure", "schema:Thing", "schema:Organization", "schema:EducationalOrganization" ],
"broaderTransitive" : "schema:EducationalOrganization",
"definition" : "A college, university, or other third-level educational institution.",
"prefLabel" : "CollegeOrUniversity"
}, {
"@id" : "schema:ComedyClub",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:EntertainmentBusiness" ],
"broaderTransitive" : "schema:EntertainmentBusiness",
"definition" : "A comedy club.",
"prefLabel" : "ComedyClub"
}, {
"@id" : "schema:ComedyEvent",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Event" ],
"broaderTransitive" : "schema:Event",
"definition" : "Event type: Comedy event.",
"prefLabel" : "ComedyEvent"
}, {
"@id" : "schema:ComicCoverArt",
"@type" : "skos:Concept",
"broader" : [ "schema:CoverArt", "schema:CreativeWork", "schema:Thing", "schema:ComicStory", "schema:VisualArtwork" ],
"broaderTransitive" : [ "schema:ComicStory", "schema:CoverArt" ],
"definition" : "The artwork on the cover of a comic.",
"inScheme" : "http://bib.schema.org",
"prefLabel" : {
"@language" : "en",
"@value" : "ComicCoverArt"
}
}, {
"@id" : "schema:ComicIssue",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:PublicationIssue" ],
"broaderTransitive" : "schema:PublicationIssue",
"definition" : "Individual comic issues are serially published as\n part of a larger series. For the sake of consistency, even one-shot issues\n belong to a series comprised of a single issue. All comic issues can be\n uniquely identified by: the combination of the name and volume number of the\n series to which the issue belongs; the issue number; and the variant\n description of the issue (if any).",
"inScheme" : "http://bib.schema.org",
"prefLabel" : {
"@language" : "en",
"@value" : "ComicIssue"
}
}, {
"@id" : "schema:ComicSeries",
"@type" : "skos:Concept",
"broader" : [ "schema:Series", "schema:Thing", "schema:Periodical", "schema:Intangible", "schema:CreativeWorkSeries", "schema:CreativeWork" ],
"broaderTransitive" : "schema:Periodical",
"definition" : "A sequential publication of comic stories under a\n unifying title, for example \"The Amazing Spider-Man\" or \"Groo the\n Wanderer\".",
"inScheme" : "http://bib.schema.org",
"prefLabel" : {
"@language" : "en",
"@value" : "ComicSeries"
}
}, {
"@id" : "schema:ComicStory",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : "schema:CreativeWork",
"definition" : "The term \"story\" is any indivisible, re-printable\n unit of a comic, including the interior stories, covers, and backmatter. Most\n comics have at least two stories: a cover (ComicCoverArt) and an interior story.",
"inScheme" : "http://bib.schema.org",
"narrower" : "schema:ComicCoverArt",
"narrowerTransitive" : "schema:ComicCoverArt",
"prefLabel" : {
"@language" : "en",
"@value" : "ComicStory"
}
}, {
"@id" : "schema:Comment",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : "schema:CreativeWork",
"definition" : "A comment on an item - for example, a comment on a blog post. The comment's content is expressed via the <a class=\"localLink\" href=\"http://schema.org/text\">text</a> property, and its topic via <a class=\"localLink\" href=\"http://schema.org/about\">about</a>, properties shared with all CreativeWorks.",
"narrower" : [ "schema:Answer", "schema:CorrectionComment" ],
"narrowerTransitive" : [ "schema:CorrectionComment", "schema:Answer" ],
"prefLabel" : "Comment"
}, {
"@id" : "schema:CommentAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:InteractAction", "schema:CommunicateAction" ],
"broaderTransitive" : "schema:CommunicateAction",
"definition" : "The act of generating a comment about a subject.",
"prefLabel" : "CommentAction"
}, {
"@id" : "schema:CommunicateAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Action", "schema:InteractAction", "schema:Thing" ],
"broaderTransitive" : "schema:InteractAction",
"definition" : "The act of conveying information to another person via a communication medium (instrument) such as speech, email, or telephone conversation.",
"narrower" : [ "schema:CheckOutAction", "schema:CommentAction", "schema:ReplyAction", "schema:ShareAction", "schema:InformAction", "schema:AskAction", "schema:InviteAction", "schema:ConfirmAction", "schema:CheckInAction", "schema:RsvpAction" ],
"narrowerTransitive" : [ "schema:InformAction", "schema:CheckInAction", "schema:CommentAction", "schema:ReplyAction", "schema:AskAction", "schema:CheckOutAction", "schema:ShareAction", "schema:InviteAction" ],
"prefLabel" : "CommunicateAction"
}, {
"@id" : "schema:CommunityHealth",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place", "schema:LocalBusiness", "schema:MedicalBusiness", "schema:Organization" ],
"broaderTransitive" : "schema:MedicalBusiness",
"definition" : "A field of public health focusing on improving health characteristics of a defined population in relation with their geographical or environment areas",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "CommunityHealth"
}, {
"@id" : "schema:CompleteDataFeed",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:Dataset", "schema:DataFeed" ],
"broaderTransitive" : "schema:DataFeed",
"definition" : "A <a class=\"localLink\" href=\"http://schema.org/CompleteDataFeed\">CompleteDataFeed</a> is a <a class=\"localLink\" href=\"http://schema.org/DataFeed\">DataFeed</a> whose standard representation includes content for every item currently in the feed.<br/><br/>\n\nThis is the equivalent of Atom's element as defined in Feed Paging and Archiving <a href=\"https://tools.ietf.org/html/rfc5005\">RFC 5005</a>, For example (and as defined for Atom), when using data from a feed that represents a collection of items that varies over time (e.g. \"Top Twenty Records\") there is no need to have newer entries mixed in alongside older, obsolete entries. By marking this feed as a CompleteDataFeed, old entries can be safely discarded when the feed is refreshed, since we can assume the feed has provided descriptions for all current items.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "CompleteDataFeed"
}, {
"@id" : "schema:CompoundPriceSpecification",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:StructuredValue", "schema:PriceSpecification" ],
"broaderTransitive" : "schema:PriceSpecification",
"definition" : "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\").",
"prefLabel" : "CompoundPriceSpecification"
}, {
"@id" : "schema:ComputerLanguage",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible" ],
"broaderTransitive" : "schema:Intangible",
"definition" : "This type covers computer programming languages such as Scheme and Lisp, as well as other language-like computer representations. Natural languages are best represented with the <a class=\"localLink\" href=\"http://schema.org/Language\">Language</a> type.",
"prefLabel" : "ComputerLanguage"
}, {
"@id" : "schema:ComputerStore",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:Store" ],
"broaderTransitive" : "schema:Store",
"definition" : "A computer store.",
"prefLabel" : "ComputerStore"
}, {
"@id" : "schema:ConfirmAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:InteractAction", "schema:CommunicateAction", "schema:InformAction" ],
"broaderTransitive" : "schema:InformAction",
"definition" : "The act of notifying someone that a future event/action is going to happen as expected.<br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/CancelAction\">CancelAction</a>: The antonym of ConfirmAction.</li>\n</ul>\n",
"prefLabel" : "ConfirmAction"
}, {
"@id" : "schema:Consortium",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Organization" ],
"broaderTransitive" : "schema:Organization",
"definition" : "A Consortium is a membership <a class=\"localLink\" href=\"http://schema.org/Organization\">Organization</a> whose members are typically Organizations.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "Consortium"
}, {
"@id" : "schema:ConsumeAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action" ],
"broaderTransitive" : "schema:Action",
"definition" : "The act of ingesting information/resources/food.",
"narrower" : [ "schema:EatAction", "schema:WatchAction", "schema:InstallAction", "schema:ReadAction", "schema:ViewAction", "schema:DrinkAction", "schema:ListenAction", "schema:UseAction", "schema:WearAction" ],
"narrowerTransitive" : [ "schema:DrinkAction", "schema:ReadAction", "schema:InstallAction", "schema:EatAction", "schema:WatchAction", "schema:ListenAction", "schema:ViewAction", "schema:UseAction" ],
"prefLabel" : "ConsumeAction"
}, {
"@id" : "schema:ContactPage",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:WebPage" ],
"broaderTransitive" : "schema:WebPage",
"definition" : "Web page type: Contact page.",
"prefLabel" : "ContactPage"
}, {
"@id" : "schema:ContactPoint",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:StructuredValue" ],
"broaderTransitive" : "schema:StructuredValue",
"definition" : "A contact point&#x2014;for example, a Customer Complaints department.",
"narrower" : "schema:PostalAddress",
"narrowerTransitive" : "schema:PostalAddress",
"prefLabel" : "ContactPoint"
}, {
"@id" : "schema:ContactPointOption",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration" ],
"broaderTransitive" : "schema:Enumeration",
"definition" : "Enumerated options related to a ContactPoint.",
"prefLabel" : "ContactPointOption"
}, {
"@id" : "schema:Continent",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place", "schema:Landform" ],
"broaderTransitive" : "schema:Landform",
"definition" : "One of the continents (for example, Europe or Africa).",
"prefLabel" : "Continent"
}, {
"@id" : "schema:ControlAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Action", "schema:Thing" ],
"broaderTransitive" : "schema:Action",
"definition" : "An agent controls a device or application.",
"narrower" : [ "schema:ResumeAction", "schema:DeactivateAction", "schema:SuspendAction", "schema:ActivateAction" ],
"narrowerTransitive" : [ "schema:SuspendAction", "schema:DeactivateAction", "schema:ActivateAction", "schema:ResumeAction" ],
"prefLabel" : "ControlAction"
}, {
"@id" : "schema:ConvenienceStore",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:Store" ],
"broaderTransitive" : "schema:Store",
"definition" : "A convenience store.",
"prefLabel" : "ConvenienceStore"
}, {
"@id" : "schema:Conversation",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : "schema:CreativeWork",
"definition" : "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.",
"prefLabel" : "Conversation"
}, {
"@id" : "schema:CookAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:CreateAction" ],
"broaderTransitive" : "schema:CreateAction",
"definition" : "The act of producing/preparing food.",
"prefLabel" : "CookAction"
}, {
"@id" : "schema:Corporation",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Organization" ],
"broaderTransitive" : "schema:Organization",
"definition" : "Organization: A business corporation.",
"prefLabel" : "Corporation"
}, {
"@id" : "schema:CorrectionComment",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:Comment" ],
"broaderTransitive" : "schema:Comment",
"definition" : "A <a class=\"localLink\" href=\"http://schema.org/comment\">comment</a> that corrects <a class=\"localLink\" href=\"http://schema.org/CreativeWork\">CreativeWork</a>.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "CorrectionComment"
}, {
"@id" : "schema:Country",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place", "schema:AdministrativeArea" ],
"broaderTransitive" : "schema:AdministrativeArea",
"definition" : "A country.",
"prefLabel" : "Country"
}, {
"@id" : "schema:Course",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : "schema:CreativeWork",
"definition" : "A description of an educational course which may be offered as distinct instances at which take place at different times or take place at different locations, or be offered through different media or modes of study. An educational course is a sequence of one or more educational events and/or creative works which aims to build knowledge, competence or ability of learners.",
"prefLabel" : "Course"
}, {
"@id" : "schema:CourseInstance",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Event" ],
"broaderTransitive" : "schema:Event",
"definition" : "An instance of a <a class=\"localLink\" href=\"http://schema.org/Course\">Course</a> which is distinct from other instances because it is offered at a different time or location or through different media or modes of study or to a specific section of students.",
"prefLabel" : "CourseInstance"
}, {
"@id" : "schema:Courthouse",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place", "schema:CivicStructure", "schema:GovernmentBuilding" ],
"broaderTransitive" : "schema:GovernmentBuilding",
"definition" : "A courthouse.",
"prefLabel" : "Courthouse"
}, {
"@id" : "schema:CoverArt",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:VisualArtwork", "schema:CreativeWork" ],
"broaderTransitive" : "schema:VisualArtwork",
"definition" : "The artwork on the outer surface of a CreativeWork.",
"inScheme" : "http://bib.schema.org",
"narrower" : "schema:ComicCoverArt",
"narrowerTransitive" : "schema:ComicCoverArt",
"prefLabel" : {
"@language" : "en",
"@value" : "CoverArt"
}
}, {
"@id" : "schema:CovidTestingFacility",
"@type" : "skos:Concept",
"broader" : [ "schema:LocalBusiness", "schema:MedicalOrganization", "schema:MedicalBusiness", "schema:Organization", "schema:Thing", "schema:Place", "schema:MedicalClinic" ],
"broaderTransitive" : "schema:MedicalClinic",
"definition" : "A CovidTestingFacility is a <a class=\"localLink\" href=\"http://schema.org/MedicalClinic\">MedicalClinic</a> where testing for the COVID-19 Coronavirus\n disease is available. If the facility is being made available from an established <a class=\"localLink\" href=\"http://schema.org/Pharmacy\">Pharmacy</a>, <a class=\"localLink\" href=\"http://schema.org/Hotel\">Hotel</a>, or other\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.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "CovidTestingFacility"
}, {
"@id" : "schema:CreateAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action" ],
"broaderTransitive" : "schema:Action",
"definition" : "The act of deliberately creating/producing/generating/building a result out of the agent.",
"narrower" : [ "schema:CookAction", "schema:DrawAction", "schema:FilmAction", "schema:PhotographAction", "schema:PaintAction", "schema:WriteAction" ],
"narrowerTransitive" : [ "schema:FilmAction", "schema:DrawAction", "schema:PhotographAction", "schema:WriteAction", "schema:PaintAction", "schema:CookAction" ],
"prefLabel" : "CreateAction"
}, {
"@id" : "schema:CreativeWork",
"@type" : "skos:Concept",
"broader" : "schema:Thing",
"broaderTransitive" : "schema:Thing",
"definition" : "The most generic kind of creative work, including books, movies, photographs, software programs, etc.",
"narrower" : [ "schema:RadioEpisode", "schema:DataCatalog", "schema:HowTo", "schema:DataFeed", "schema:HowToSection", "schema:ScholarlyArticle", "schema:TechArticle", "schema:MusicVideoObject", "schema:Comment", "schema:ClaimReview", "schema:Conversation", "schema:SearchResultsPage", "schema:MediaObject", "schema:CoverArt", "schema:MedicalWebPage", "schema:WPAdBlock", "schema:Photograph", "schema:Table", "schema:Legislation", "schema:WebSite", "schema:PodcastSeries", "schema:Sculpture", "schema:MovieClip", "schema:MusicComposition", "schema:MedicalScholarlyArticle", "schema:Review", "schema:VideoObject", "schema:NoteDigitalDocument", "schema:MenuSection", "schema:SoftwareApplication", "schema:WebPageElement", "schema:SiteNavigationElement", "schema:Report", "schema:BackgroundNewsArticle", "schema:ReportageNewsArticle", "schema:Menu", "schema:ComicStory", "schema:CollectionPage", "schema:ComicSeries", "schema:SatiricalArticle", "schema:PodcastSeason", "schema:VideoGallery", "schema:FAQPage", "schema:ImageGallery", "schema:Course", "schema:CompleteDataFeed", "schema:Diet", "schema:TVEpisode", "schema:Collection", "schema:TextDigitalDocument", "schema:EmployerReview", "schema:RadioSeason", "schema:MusicRecording", "schema:DefinedTermSet", "schema:MediaReview", "schema:HowToStep", "schema:WPFooter", "schema:VideoGameClip", "schema:Question", "schema:VisualArtwork", "schema:UserReview", "schema:WebApplication", "schema:VideoGame", "schema:ComicIssue", "schema:NewsArticle", "schema:ComicCoverArt", "schema:ShortStory", "schema:Quotation", "schema:LegislationObject", "schema:MusicAlbum", "schema:MediaGallery", "schema:WPSideBar", "schema:Recommendation", "schema:WPHeader", "schema:SpreadsheetDigitalDocument", "schema:RadioClip", "schema:TVSeries", "schema:Chapter", "schema:CreativeWorkSeries", "schema:CriticReview", "schema:EducationalOccupationalCredential", "schema:MusicRelease", "schema:DigitalDocument", "schema:PodcastEpisode", "schema:Episode", "schema:WebContent", "schema:AnalysisNewsArticle", "schema:Answer", "schema:Game", "schema:Claim", "schema:BookSeries", "schema:MovieSeries", "schema:Thesis", "schema:PublicationIssue", "schema:Book", "schema:PresentationDigitalDocument", "schema:Atlas", "schema:3DModel", "schema:ProfilePage", "schema:Poster", "schema:ItemPage", "schema:Barcode", "schema:AboutPage", "schema:Movie", "schema:SoftwareSourceCode", "schema:RealEstateListing", "schema:Audiobook", "schema:HowToDirection", "schema:SocialMediaPosting", "schema:Drawing", "schema:Article", "schema:Clip", "schema:DataDownload", "schema:CreativeWorkSeason", "schema:Dataset", "schema:VideoGameSeries", "schema:ImageObject", "schema:Painting", "schema:Newspaper", "schema:TVSeason", "schema:SpecialAnnouncement", "schema:QAPage", "schema:Manuscript", "schema:Recipe", "schema:WebPage", "schema:Message", "schema:Guide", "schema:EmailMessage", "schema:APIReference", "schema:CorrectionComment", "schema:LiveBlogPosting", "schema:CategoryCodeSet", "schema:ExercisePlan", "schema:SheetMusic", "schema:RadioSeries", "schema:Map", "schema:Play", "schema:MobileApplication", "schema:OpinionNewsArticle", "schema:HealthTopicContent", "schema:AudioObject", "schema:Season", "schema:DiscussionForumPosting", "schema:Code", "schema:BlogPosting", "schema:TVClip", "schema:AdvertiserContentArticle", "schema:ArchiveComponent", "schema:PublicationVolume", "schema:MusicPlaylist", "schema:Periodical", "schema:HowToTip", "schema:AskPublicNewsArticle", "schema:ContactPage", "schema:CheckoutPage", "schema:ReviewNewsArticle", "schema:Blog" ],
"narrowerTransitive" : [ "schema:Question", "schema:DataCatalog", "schema:Claim", "schema:HowToTip", "schema:Book", "schema:EducationalOccupationalCredential", "schema:SpecialAnnouncement", "schema:Comment", "schema:SheetMusic", "schema:CreativeWorkSeason", "schema:CreativeWorkSeries", "schema:Chapter", "schema:Sculpture", "schema:PublicationVolume", "schema:WebPageElement", "schema:HowToDirection", "schema:VisualArtwork", "schema:DigitalDocument", "schema:Movie", "schema:TVSeason", "schema:ShortStory", "schema:Course", "schema:ArchiveComponent", "schema:Map", "schema:Episode", "schema:Code", "schema:Atlas", "schema:Season", "schema:TVSeries", "schema:HowToSection", "schema:Review", "schema:Article", "schema:ComicStory", "schema:Poster", "schema:MenuSection", "schema:Menu", "schema:HowTo", "schema:Blog", "schema:ExercisePlan", "schema:Thesis", "schema:MusicComposition", "schema:Photograph", "schema:WebSite", "schema:Manuscript", "schema:Message", "schema:Legislation", "schema:Drawing", "schema:PublicationIssue", "schema:Conversation", "schema:MusicPlaylist", "schema:WebContent", "schema:MusicRecording", "schema:Clip", "schema:Quotation", "schema:Diet", "schema:Guide", "schema:Play", "schema:Dataset", "schema:MediaObject", "schema:HowToStep", "schema:Painting", "schema:SoftwareApplication", "schema:DefinedTermSet", "schema:WebPage", "schema:SoftwareSourceCode", "schema:Game", "schema:Collection" ],
"prefLabel" : "CreativeWork"
}, {
"@id" : "schema:CreativeWorkSeason",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : "schema:CreativeWork",
"definition" : "A media season e.g. tv, radio, video game etc.",
"narrower" : [ "schema:PodcastSeason", "schema:RadioSeason", "schema:TVSeason" ],
"narrowerTransitive" : [ "schema:RadioSeason", "schema:PodcastSeason", "schema:TVSeason" ],
"prefLabel" : "CreativeWorkSeason"
}, {
"@id" : "schema:CreativeWorkSeries",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:Series", "schema:Intangible" ],
"broaderTransitive" : [ "schema:CreativeWork", "schema:Series" ],
"definition" : "A CreativeWorkSeries in schema.org is a group of related items, typically but not necessarily of the same kind. CreativeWorkSeries are usually organized into some order, often chronological. Unlike <a class=\"localLink\" href=\"http://schema.org/ItemList\">ItemList</a> which is a general purpose data structure for lists of things, the emphasis with CreativeWorkSeries is on published materials (written e.g. books and periodicals, or media such as tv, radio and games).<br/><br/>\n\nSpecific subtypes are available for describing <a class=\"localLink\" href=\"http://schema.org/TVSeries\">TVSeries</a>, <a class=\"localLink\" href=\"http://schema.org/RadioSeries\">RadioSeries</a>, <a class=\"localLink\" href=\"http://schema.org/MovieSeries\">MovieSeries</a>, <a class=\"localLink\" href=\"http://schema.org/BookSeries\">BookSeries</a>, <a class=\"localLink\" href=\"http://schema.org/Periodical\">Periodical</a> and <a class=\"localLink\" href=\"http://schema.org/VideoGameSeries\">VideoGameSeries</a>. In each case, the <a class=\"localLink\" href=\"http://schema.org/hasPart\">hasPart</a> / <a class=\"localLink\" href=\"http://schema.org/isPartOf\">isPartOf</a> properties can be used to relate the CreativeWorkSeries to its parts. The general CreativeWorkSeries type serves largely just to organize these more specific and practical subtypes.<br/><br/>\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.",
"narrower" : [ "schema:VideoGameSeries", "schema:Newspaper", "schema:PodcastSeries", "schema:ComicSeries", "schema:Periodical", "schema:TVSeries", "schema:MovieSeries", "schema:BookSeries", "schema:RadioSeries" ],
"narrowerTransitive" : [ "schema:RadioSeries", "schema:Periodical", "schema:MovieSeries", "schema:PodcastSeries", "schema:BookSeries", "schema:TVSeries", "schema:VideoGameSeries" ],
"prefLabel" : "CreativeWorkSeries"
}, {
"@id" : "schema:CreditCard",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Enumeration", "schema:FinancialProduct", "schema:Intangible", "schema:Service", "schema:PaymentCard", "schema:PaymentMethod", "schema:LoanOrCredit" ],
"broaderTransitive" : [ "schema:LoanOrCredit", "schema:PaymentCard" ],
"definition" : "A card payment method of a particular brand or name. Used to mark up a particular payment method and/or the financial product/service that supplies the card account.<br/><br/>\n\nCommonly used values:<br/><br/>\n\n<ul>\n<li>http://purl.org/goodrelations/v1#AmericanExpress</li>\n<li>http://purl.org/goodrelations/v1#DinersClub</li>\n<li>http://purl.org/goodrelations/v1#Discover</li>\n<li>http://purl.org/goodrelations/v1#JCB</li>\n<li>http://purl.org/goodrelations/v1#MasterCard</li>\n<li>http://purl.org/goodrelations/v1#VISA</li>\n</ul>\n",
"prefLabel" : "CreditCard"
}, {
"@id" : "schema:Crematorium",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place", "schema:CivicStructure" ],
"broaderTransitive" : "schema:CivicStructure",
"definition" : "A crematorium.",
"prefLabel" : "Crematorium"
}, {
"@id" : "schema:CriticReview",
"@type" : "skos:Concept",
"broader" : [ "schema:Review", "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : "schema:Review",
"definition" : "A <a class=\"localLink\" href=\"http://schema.org/CriticReview\">CriticReview</a> is a more specialized form of Review written or published by a source that is recognized for its reviewing activities. These can include online columns, travel and food guides, TV and radio shows, blogs and other independent Web sites. <a class=\"localLink\" href=\"http://schema.org/CriticReview\">CriticReview</a>s are typically more in-depth and professionally written. For simpler, casually written user/visitor/viewer/customer reviews, it is more appropriate to use the <a class=\"localLink\" href=\"http://schema.org/UserReview\">UserReview</a> type. Review aggregator sites such as Metacritic already separate out the site's user reviews from selected critic reviews that originate from third-party sources.",
"inScheme" : "http://pending.schema.org",
"narrower" : "schema:ReviewNewsArticle",
"narrowerTransitive" : "schema:ReviewNewsArticle",
"prefLabel" : "CriticReview"
}, {
"@id" : "schema:CssSelectorType",
"@type" : "skos:Concept",
"broader" : "schema:Text",
"broaderTransitive" : "schema:Text",
"definition" : "Text representing a CSS selector.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "CssSelectorType"
}, {
"@id" : "schema:CurrencyConversionService",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Service", "schema:FinancialProduct" ],
"broaderTransitive" : "schema:FinancialProduct",
"definition" : "A service to convert funds from one currency to another currency.",
"prefLabel" : "CurrencyConversionService"
}, {
"@id" : "schema:DDxElement",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:MedicalEntity", "schema:MedicalIntangible" ],
"broaderTransitive" : "schema:MedicalIntangible",
"definition" : "An alternative, closely-related condition typically considered later in the differential diagnosis process along with the signs that are used to distinguish it.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "DDxElement"
}, {
"@id" : "schema:DanceEvent",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Event" ],
"broaderTransitive" : "schema:Event",
"definition" : "Event type: A social dance.",
"prefLabel" : "DanceEvent"
}, {
"@id" : "schema:DanceGroup",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Organization", "schema:PerformingGroup" ],
"broaderTransitive" : "schema:PerformingGroup",
"definition" : "A dance group&#x2014;for example, the Alvin Ailey Dance Theater or Riverdance.",
"prefLabel" : "DanceGroup"
}, {
"@id" : "schema:DataCatalog",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : "schema:CreativeWork",
"definition" : "A collection of datasets.",
"prefLabel" : "DataCatalog"
}, {
"@id" : "schema:DataDownload",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:MediaObject" ],
"broaderTransitive" : "schema:MediaObject",
"definition" : "A dataset in downloadable form.",
"prefLabel" : "DataDownload"
}, {
"@id" : "schema:DataFeed",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:Dataset" ],
"broaderTransitive" : "schema:Dataset",
"definition" : "A single feed providing structured information about one or more entities or topics.",
"narrower" : "schema:CompleteDataFeed",
"narrowerTransitive" : "schema:CompleteDataFeed",
"prefLabel" : "DataFeed"
}, {
"@id" : "schema:DataFeedItem",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible" ],
"broaderTransitive" : "schema:Intangible",
"definition" : "A single item within a larger data feed.",
"prefLabel" : "DataFeedItem"
}, {
"@id" : "schema:DataType",
"@type" : "skos:Concept",
"broader" : "rdfs:Class",
"broaderTransitive" : "rdfs:Class",
"definition" : "The basic data types such as Integers, Strings, etc.",
"prefLabel" : "DataType"
}, {
"@id" : "schema:Dataset",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : "schema:CreativeWork",
"definition" : "A body of structured information describing some topic(s) of interest.",
"narrower" : [ "schema:CompleteDataFeed", "schema:DataFeed" ],
"narrowerTransitive" : "schema:DataFeed",
"prefLabel" : "Dataset"
}, {
"@id" : "schema:DatedMoneySpecification",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:StructuredValue" ],
"broaderTransitive" : "schema:StructuredValue",
"definition" : "A DatedMoneySpecification represents monetary values with optional start and end dates. For example, this could represent an employee's salary over a specific period of time. <strong>Note:</strong> This type has been superseded by <a class=\"localLink\" href=\"http://schema.org/MonetaryAmount\">MonetaryAmount</a> use of that type is recommended",
"prefLabel" : "DatedMoneySpecification"
}, {
"@id" : "schema:DayOfWeek",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration" ],
"broaderTransitive" : "schema:Enumeration",
"definition" : "The day of the week, e.g. used to specify to which day the opening hours of an OpeningHoursSpecification refer.<br/><br/>\n\nOriginally, URLs from <a href=\"http://purl.org/goodrelations/v1\">GoodRelations</a> were used (for <a class=\"localLink\" href=\"http://schema.org/Monday\">Monday</a>, <a class=\"localLink\" href=\"http://schema.org/Tuesday\">Tuesday</a>, <a class=\"localLink\" href=\"http://schema.org/Wednesday\">Wednesday</a>, <a class=\"localLink\" href=\"http://schema.org/Thursday\">Thursday</a>, <a class=\"localLink\" href=\"http://schema.org/Friday\">Friday</a>, <a class=\"localLink\" href=\"http://schema.org/Saturday\">Saturday</a>, <a class=\"localLink\" href=\"http://schema.org/Sunday\">Sunday</a> plus a special entry for <a class=\"localLink\" href=\"http://schema.org/PublicHolidays\">PublicHolidays</a>); these have now been integrated directly into schema.org.",
"prefLabel" : "DayOfWeek"
}, {
"@id" : "schema:DaySpa",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:HealthAndBeautyBusiness" ],
"broaderTransitive" : "schema:HealthAndBeautyBusiness",
"definition" : "A day spa.",
"prefLabel" : "DaySpa"
}, {
"@id" : "schema:DeactivateAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:ControlAction" ],
"broaderTransitive" : "schema:ControlAction",
"definition" : "The act of stopping or deactivating a device or application (e.g. stopping a timer or turning off a flashlight).",
"prefLabel" : "DeactivateAction"
}, {
"@id" : "schema:DefenceEstablishment",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place", "schema:CivicStructure", "schema:GovernmentBuilding" ],
"broaderTransitive" : "schema:GovernmentBuilding",
"definition" : "A defence establishment, such as an army or navy base.",
"prefLabel" : "DefenceEstablishment"
}, {
"@id" : "schema:DefinedRegion",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:StructuredValue" ],
"broaderTransitive" : "schema:StructuredValue",
"definition" : "A DefinedRegion is a geographic area defined by potentially arbitrary (rather than political, administrative or natural geographical) criteria. Properties are provided for defining a region by reference to sets of postal codes.<br/><br/>\n\nExamples: a delivery destination when shopping. Region where regional pricing is configured.<br/><br/>\n\nRequirement 1:\nCountry: US\nStates: \"NY\", \"CA\"<br/><br/>\n\nRequirement 2:\nCountry: US\nPostalCode Set: { [94000-94585], [97000, 97999], [13000, 13599]}\n{ [12345, 12345], [78945, 78945], }\nRegion = state, canton, prefecture, autonomous community...",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "DefinedRegion"
}, {
"@id" : "schema:DefinedTerm",
"@type" : "skos:Concept",
"broader" : [ "schema:Intangible", "schema:Thing" ],
"broaderTransitive" : "schema:Intangible",
"definition" : "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.",
"inScheme" : "http://pending.schema.org",
"narrower" : [ "schema:MedicalCode", "schema:CategoryCode" ],
"narrowerTransitive" : "schema:CategoryCode",
"prefLabel" : "DefinedTerm"
}, {
"@id" : "schema:DefinedTermSet",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : "schema:CreativeWork",
"definition" : "A set of defined terms for example a set of categories or a classification scheme, a glossary, dictionary or enumeration.",
"inScheme" : "http://pending.schema.org",
"narrower" : "schema:CategoryCodeSet",
"narrowerTransitive" : "schema:CategoryCodeSet",
"prefLabel" : "DefinedTermSet"
}, {
"@id" : "schema:DeleteAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:UpdateAction" ],
"broaderTransitive" : "schema:UpdateAction",
"definition" : "The act of editing a recipient by removing one of its objects.",
"prefLabel" : "DeleteAction"
}, {
"@id" : "schema:DeliveryChargeSpecification",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:StructuredValue", "schema:PriceSpecification" ],
"broaderTransitive" : "schema:PriceSpecification",
"definition" : "The price for the delivery of an offer using a particular delivery method.",
"prefLabel" : "DeliveryChargeSpecification"
}, {
"@id" : "schema:DeliveryEvent",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Event" ],
"broaderTransitive" : "schema:Event",
"definition" : "An event involving the delivery of an item.",
"prefLabel" : "DeliveryEvent"
}, {
"@id" : "schema:DeliveryMethod",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration" ],
"broaderTransitive" : "schema:Enumeration",
"definition" : "A delivery method is a standardized procedure for transferring the product or service to the destination of fulfillment chosen by the customer. Delivery methods are characterized by the means of transportation used, and by the organization or group that is the contracting party for the sending organization or person.<br/><br/>\n\nCommonly used values:<br/><br/>\n\n<ul>\n<li>http://purl.org/goodrelations/v1#DeliveryModeDirectDownload</li>\n<li>http://purl.org/goodrelations/v1#DeliveryModeFreight</li>\n<li>http://purl.org/goodrelations/v1#DeliveryModeMail</li>\n<li>http://purl.org/goodrelations/v1#DeliveryModeOwnFleet</li>\n<li>http://purl.org/goodrelations/v1#DeliveryModePickUp</li>\n<li>http://purl.org/goodrelations/v1#DHL</li>\n<li>http://purl.org/goodrelations/v1#FederalExpress</li>\n<li>http://purl.org/goodrelations/v1#UPS</li>\n</ul>\n",
"narrower" : [ "schema:LockerDelivery", "schema:ParcelService" ],
"narrowerTransitive" : [ "schema:ParcelService", "schema:LockerDelivery" ],
"prefLabel" : "DeliveryMethod"
}, {
"@id" : "schema:DeliveryTimeSettings",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:StructuredValue" ],
"broaderTransitive" : "schema:StructuredValue",
"definition" : "A DeliveryTimeSettings represents re-usable pieces of shipping information, relating to timing. It is designed for publication on an URL that may be referenced via the <a class=\"localLink\" href=\"http://schema.org/shippingSettingsLink\">shippingSettingsLink</a> property of a <a class=\"localLink\" href=\"http://schema.org/OfferShippingSpecification\">OfferShippingSpecification</a>. Several occurrences can be published, distinguished (and identified/referenced) by their different values for <a class=\"localLink\" href=\"http://schema.org/shippingLabel\">shippingLabel</a>.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "DeliveryTimeSettings"
}, {
"@id" : "schema:Demand",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible" ],
"broaderTransitive" : "schema:Intangible",
"definition" : "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.",
"prefLabel" : "Demand"
}, {
"@id" : "schema:Dentist",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Organization", "schema:MedicalBusiness", "schema:LocalBusiness", "schema:MedicalOrganization", "schema:Place" ],
"broaderTransitive" : [ "schema:MedicalBusiness", "schema:MedicalOrganization", "schema:LocalBusiness" ],
"definition" : "A dentist.",
"prefLabel" : "Dentist"
}, {
"@id" : "schema:DepartAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:MoveAction" ],
"broaderTransitive" : "schema:MoveAction",
"definition" : "The act of departing from a place. An agent departs from an fromLocation for a destination, optionally with participants.",
"prefLabel" : "DepartAction"
}, {
"@id" : "schema:DepartmentStore",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:Store" ],
"broaderTransitive" : "schema:Store",
"definition" : "A department store.",
"prefLabel" : "DepartmentStore"
}, {
"@id" : "schema:DepositAccount",
"@type" : "skos:Concept",
"broader" : [ "schema:Intangible", "schema:Service", "schema:BankAccount", "schema:Thing", "schema:FinancialProduct", "schema:InvestmentOrDeposit" ],
"broaderTransitive" : [ "schema:BankAccount", "schema:InvestmentOrDeposit" ],
"definition" : "A type of Bank Account with a main purpose of depositing funds to gain interest or other benefits.",
"prefLabel" : "DepositAccount"
}, {
"@id" : "schema:Dermatology",
"@type" : "skos:Concept",
"broader" : [ "schema:LocalBusiness", "schema:Organization", "schema:Thing", "schema:MedicalBusiness", "schema:Place" ],
"broaderTransitive" : "schema:MedicalBusiness",
"definition" : "A specific branch of medical science that pertains to diagnosis and treatment of disorders of skin.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "Dermatology"
}, {
"@id" : "schema:DiagnosticLab",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Organization", "schema:MedicalOrganization" ],
"broaderTransitive" : "schema:MedicalOrganization",
"definition" : "A medical laboratory that offers on-site or off-site diagnostic services.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "DiagnosticLab"
}, {
"@id" : "schema:DiagnosticProcedure",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:MedicalEntity", "schema:MedicalProcedure" ],
"broaderTransitive" : "schema:MedicalProcedure",
"definition" : "A medical procedure intended primarily for diagnostic, as opposed to therapeutic, purposes.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "DiagnosticProcedure"
}, {
"@id" : "schema:Diet",
"@type" : "skos:Concept",
"broader" : [ "schema:MedicalEntity", "schema:CreativeWork", "schema:LifestyleModification", "schema:Thing" ],
"broaderTransitive" : [ "schema:CreativeWork", "schema:LifestyleModification" ],
"definition" : "A strategy of regulating the intake of food to achieve or maintain a specific health-related goal.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "Diet"
}, {
"@id" : "schema:DietNutrition",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:LocalBusiness", "schema:Thing", "schema:MedicalBusiness", "schema:Organization" ],
"broaderTransitive" : "schema:MedicalBusiness",
"definition" : "Dietetic and nutrition as a medical speciality.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "DietNutrition"
}, {
"@id" : "schema:DietarySupplement",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:MedicalEntity", "schema:Substance" ],
"broaderTransitive" : "schema:Substance",
"definition" : "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.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "DietarySupplement"
}, {
"@id" : "schema:DigitalDocument",
"@type" : "skos:Concept",
"broader" : [ "schema:CreativeWork", "schema:Thing" ],
"broaderTransitive" : "schema:CreativeWork",
"definition" : "An electronic file or document.",
"narrower" : [ "schema:SpreadsheetDigitalDocument", "schema:TextDigitalDocument", "schema:PresentationDigitalDocument", "schema:NoteDigitalDocument" ],
"narrowerTransitive" : [ "schema:PresentationDigitalDocument", "schema:SpreadsheetDigitalDocument", "schema:NoteDigitalDocument", "schema:TextDigitalDocument" ],
"prefLabel" : "DigitalDocument"
}, {
"@id" : "schema:DigitalDocumentPermission",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible" ],
"broaderTransitive" : "schema:Intangible",
"definition" : "A permission for a particular person or group to access a particular file.",
"prefLabel" : "DigitalDocumentPermission"
}, {
"@id" : "schema:DigitalDocumentPermissionType",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration" ],
"broaderTransitive" : "schema:Enumeration",
"definition" : "A type of permission which can be granted for accessing a digital document.",
"prefLabel" : "DigitalDocumentPermissionType"
}, {
"@id" : "schema:DisagreeAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:AssessAction", "schema:ReactAction" ],
"broaderTransitive" : "schema:ReactAction",
"definition" : "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.",
"prefLabel" : "DisagreeAction"
}, {
"@id" : "schema:DiscoverAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:FindAction" ],
"broaderTransitive" : "schema:FindAction",
"definition" : "The act of discovering/finding an object.",
"prefLabel" : "DiscoverAction"
}, {
"@id" : "schema:DiscussionForumPosting",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:Article", "schema:SocialMediaPosting" ],
"broaderTransitive" : "schema:SocialMediaPosting",
"definition" : "A posting to a discussion forum.",
"prefLabel" : "DiscussionForumPosting"
}, {
"@id" : "schema:DislikeAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:AssessAction", "schema:ReactAction" ],
"broaderTransitive" : "schema:ReactAction",
"definition" : "The act of expressing a negative sentiment about the object. An agent dislikes an object (a proposition, topic or theme) with participants.",
"prefLabel" : "DislikeAction"
}, {
"@id" : "schema:Distance",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Quantity" ],
"broaderTransitive" : "schema:Quantity",
"definition" : "Properties that take Distances as values are of the form '&lt;Number&gt; &lt;Length unit of measure&gt;'. E.g., '7 ft'.",
"prefLabel" : "Distance"
}, {
"@id" : "schema:Distillery",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:FoodEstablishment" ],
"broaderTransitive" : "schema:FoodEstablishment",
"definition" : "A distillery.",
"prefLabel" : "Distillery"
}, {
"@id" : "schema:DonateAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:TradeAction" ],
"broaderTransitive" : "schema:TradeAction",
"definition" : "The act of providing goods, services, or money without compensation, often for philanthropic reasons.",
"prefLabel" : "DonateAction"
}, {
"@id" : "schema:DoseSchedule",
"@type" : "skos:Concept",
"broader" : [ "schema:MedicalIntangible", "schema:MedicalEntity", "schema:Thing" ],
"broaderTransitive" : "schema:MedicalIntangible",
"definition" : "A specific dosing schedule for a drug or supplement.",
"inScheme" : "http://health-lifesci.schema.org",
"narrower" : [ "schema:MaximumDoseSchedule", "schema:RecommendedDoseSchedule", "schema:ReportedDoseSchedule" ],
"narrowerTransitive" : [ "schema:MaximumDoseSchedule", "schema:RecommendedDoseSchedule", "schema:ReportedDoseSchedule" ],
"prefLabel" : "DoseSchedule"
}, {
"@id" : "schema:DownloadAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:TransferAction" ],
"broaderTransitive" : "schema:TransferAction",
"definition" : "The act of downloading an object.",
"prefLabel" : "DownloadAction"
}, {
"@id" : "schema:DrawAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:CreateAction" ],
"broaderTransitive" : "schema:CreateAction",
"definition" : "The act of producing a visual/graphical representation of an object, typically with a pen/pencil and paper as instruments.",
"prefLabel" : "DrawAction"
}, {
"@id" : "schema:Drawing",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : "schema:CreativeWork",
"definition" : "A picture or diagram made with a pencil, pen, or crayon rather than paint.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "Drawing"
}, {
"@id" : "schema:DrinkAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:ConsumeAction" ],
"broaderTransitive" : "schema:ConsumeAction",
"definition" : "The act of swallowing liquids.",
"prefLabel" : "DrinkAction"
}, {
"@id" : "schema:DriveWheelConfigurationValue",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration", "schema:QualitativeValue" ],
"broaderTransitive" : "schema:QualitativeValue",
"definition" : "A value indicating which roadwheels will receive torque.",
"prefLabel" : "DriveWheelConfigurationValue"
}, {
"@id" : "schema:Drug",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:MedicalEntity", "schema:Substance" ],
"broaderTransitive" : "schema:Substance",
"definition" : "A chemical or biologic substance, used as a medical therapy, that has a physiological effect on an organism. Here the term drug is used interchangeably with the term medicine although clinical knowledge make a clear difference between them.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "Drug"
}, {
"@id" : "schema:DrugClass",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration", "schema:MedicalEnumeration" ],
"broaderTransitive" : "schema:MedicalEnumeration",
"definition" : "A class of medical drugs, e.g., statins. Classes can represent general pharmacological class, common mechanisms of action, common physiological effects, etc.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "DrugClass"
}, {
"@id" : "schema:DrugCost",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration", "schema:MedicalEnumeration" ],
"broaderTransitive" : "schema:MedicalEnumeration",
"definition" : "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.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "DrugCost"
}, {
"@id" : "schema:DrugCostCategory",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration", "schema:MedicalEnumeration" ],
"broaderTransitive" : "schema:MedicalEnumeration",
"definition" : "Enumerated categories of medical drug costs.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "DrugCostCategory"
}, {
"@id" : "schema:DrugLegalStatus",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:MedicalEntity", "schema:MedicalIntangible" ],
"broaderTransitive" : "schema:MedicalIntangible",
"definition" : "The legal availability status of a medical drug.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "DrugLegalStatus"
}, {
"@id" : "schema:DrugPregnancyCategory",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration", "schema:MedicalEnumeration" ],
"broaderTransitive" : "schema:MedicalEnumeration",
"definition" : "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.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "DrugPregnancyCategory"
}, {
"@id" : "schema:DrugPrescriptionStatus",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration", "schema:MedicalEnumeration" ],
"broaderTransitive" : "schema:MedicalEnumeration",
"definition" : "Indicates whether this drug is available by prescription or over-the-counter.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "DrugPrescriptionStatus"
}, {
"@id" : "schema:DrugStrength",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:MedicalEntity", "schema:MedicalIntangible" ],
"broaderTransitive" : "schema:MedicalIntangible",
"definition" : "A specific strength in which a medical drug is available in a specific country.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "DrugStrength"
}, {
"@id" : "schema:DryCleaningOrLaundry",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness" ],
"broaderTransitive" : "schema:LocalBusiness",
"definition" : "A dry-cleaning business.",
"prefLabel" : "DryCleaningOrLaundry"
}, {
"@id" : "schema:Duration",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Quantity" ],
"broaderTransitive" : "schema:Quantity",
"definition" : "Quantity: Duration (use <a href=\"http://en.wikipedia.org/wiki/ISO_8601\">ISO 8601 duration format</a>).",
"prefLabel" : "Duration"
}, {
"@id" : "schema:EatAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:ConsumeAction" ],
"broaderTransitive" : "schema:ConsumeAction",
"definition" : "The act of swallowing solid objects.",
"prefLabel" : "EatAction"
}, {
"@id" : "schema:EducationEvent",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Event" ],
"broaderTransitive" : "schema:Event",
"definition" : "Event type: Education event.",
"prefLabel" : "EducationEvent"
}, {
"@id" : "schema:EducationalAudience",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Audience" ],
"broaderTransitive" : "schema:Audience",
"definition" : "An EducationalAudience.",
"prefLabel" : "EducationalAudience"
}, {
"@id" : "schema:EducationalOccupationalCredential",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : "schema:CreativeWork",
"definition" : "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.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "EducationalOccupationalCredential"
}, {
"@id" : "schema:EducationalOccupationalProgram",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible" ],
"broaderTransitive" : "schema:Intangible",
"definition" : "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).",
"inScheme" : "http://pending.schema.org",
"narrower" : "schema:WorkBasedProgram",
"narrowerTransitive" : "schema:WorkBasedProgram",
"prefLabel" : "EducationalOccupationalProgram"
}, {
"@id" : "schema:EducationalOrganization",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place", "schema:CivicStructure", "schema:Organization" ],
"broaderTransitive" : [ "schema:Organization", "schema:CivicStructure" ],
"definition" : "An educational organization.",
"narrower" : [ "schema:MiddleSchool", "schema:CollegeOrUniversity", "schema:School", "schema:ElementarySchool", "schema:Preschool", "schema:HighSchool" ],
"narrowerTransitive" : [ "schema:School", "schema:CollegeOrUniversity", "schema:ElementarySchool", "schema:HighSchool", "schema:Preschool", "schema:MiddleSchool" ],
"prefLabel" : "EducationalOrganization"
}, {
"@id" : "schema:Electrician",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:HomeAndConstructionBusiness" ],
"broaderTransitive" : "schema:HomeAndConstructionBusiness",
"definition" : "An electrician.",
"prefLabel" : "Electrician"
}, {
"@id" : "schema:ElectronicsStore",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:Store" ],
"broaderTransitive" : "schema:Store",
"definition" : "An electronics store.",
"prefLabel" : "ElectronicsStore"
}, {
"@id" : "schema:ElementarySchool",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:CivicStructure", "schema:Thing", "schema:Organization", "schema:EducationalOrganization" ],
"broaderTransitive" : "schema:EducationalOrganization",
"definition" : "An elementary school.",
"prefLabel" : "ElementarySchool"
}, {
"@id" : "schema:EmailMessage",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:Message" ],
"broaderTransitive" : "schema:Message",
"definition" : "An email message.",
"prefLabel" : "EmailMessage"
}, {
"@id" : "schema:Embassy",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place", "schema:CivicStructure", "schema:GovernmentBuilding" ],
"broaderTransitive" : "schema:GovernmentBuilding",
"definition" : "An embassy.",
"prefLabel" : "Embassy"
}, {
"@id" : "schema:Emergency",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:LocalBusiness", "schema:Organization", "schema:MedicalBusiness", "schema:Place" ],
"broaderTransitive" : "schema:MedicalBusiness",
"definition" : "A specific branch of medical science that deals with the evaluation and initial treatment of medical conditions caused by trauma or sudden illness.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "Emergency"
}, {
"@id" : "schema:EmergencyService",
"@type" : "skos:Concept",
"broader" : [ "schema:LocalBusiness", "schema:Place", "schema:Organization", "schema:Thing" ],
"broaderTransitive" : "schema:LocalBusiness",
"definition" : "An emergency service, such as a fire station or ER.",
"narrower" : [ "schema:FireStation", "schema:PoliceStation", "schema:Hospital" ],
"narrowerTransitive" : [ "schema:Hospital", "schema:FireStation", "schema:PoliceStation" ],
"prefLabel" : "EmergencyService"
}, {
"@id" : "schema:EmployeeRole",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Role", "schema:OrganizationRole" ],
"broaderTransitive" : "schema:OrganizationRole",
"definition" : "A subclass of OrganizationRole used to describe employee relationships.",
"prefLabel" : "EmployeeRole"
}, {
"@id" : "schema:EmployerAggregateRating",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Rating", "schema:AggregateRating" ],
"broaderTransitive" : "schema:AggregateRating",
"definition" : "An aggregate rating of an Organization related to its role as an employer.",
"prefLabel" : "EmployerAggregateRating"
}, {
"@id" : "schema:EmployerReview",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:Review" ],
"broaderTransitive" : "schema:Review",
"definition" : "An <a class=\"localLink\" href=\"http://schema.org/EmployerReview\">EmployerReview</a> is a review of an <a class=\"localLink\" href=\"http://schema.org/Organization\">Organization</a> regarding its role as an employer, written by a current or former employee of that organization.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "EmployerReview"
}, {
"@id" : "schema:EmploymentAgency",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness" ],
"broaderTransitive" : "schema:LocalBusiness",
"definition" : "An employment agency.",
"prefLabel" : "EmploymentAgency"
}, {
"@id" : "schema:EndorseAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:AssessAction", "schema:ReactAction" ],
"broaderTransitive" : "schema:ReactAction",
"definition" : "An agent approves/certifies/likes/supports/sanction an object.",
"prefLabel" : "EndorseAction"
}, {
"@id" : "schema:EndorsementRating",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Rating" ],
"broaderTransitive" : "schema:Rating",
"definition" : "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 <a class=\"localLink\" href=\"http://schema.org/result\">result</a> of an <a class=\"localLink\" href=\"http://schema.org/EndorseAction\">EndorseAction</a> in which the <a class=\"localLink\" href=\"http://schema.org/object\">object</a> of the action is rated positively by\nsome <a class=\"localLink\" href=\"http://schema.org/agent\">agent</a>. As is common elsewhere in schema.org, it is sometimes more useful to describe the results of such an action without explicitly describing the <a class=\"localLink\" href=\"http://schema.org/Action\">Action</a>.<br/><br/>\n\nAn <a class=\"localLink\" href=\"http://schema.org/EndorsementRating\">EndorsementRating</a> may be part of a numeric scale or organized system, but this is not required: having an explicit type for indicating a positive,\nendorsement rating is particularly useful in the absence of numeric scales as it helps consumers understand that the rating is broadly positive.",
"prefLabel" : "EndorsementRating"
}, {
"@id" : "schema:Energy",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Quantity" ],
"broaderTransitive" : "schema:Quantity",
"definition" : "Properties that take Energy as values are of the form '&lt;Number&gt; &lt;Energy unit of measure&gt;'.",
"prefLabel" : "Energy"
}, {
"@id" : "schema:EngineSpecification",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:StructuredValue" ],
"broaderTransitive" : "schema:StructuredValue",
"definition" : "Information about the engine of the vehicle. A vehicle can have multiple engines represented by multiple engine specification entities.",
"prefLabel" : "EngineSpecification"
}, {
"@id" : "schema:EntertainmentBusiness",
"@type" : "skos:Concept",
"broader" : [ "schema:LocalBusiness", "schema:Thing", "schema:Organization", "schema:Place" ],
"broaderTransitive" : "schema:LocalBusiness",
"definition" : "A business providing entertainment.",
"narrower" : [ "schema:NightClub", "schema:ComedyClub", "schema:Casino", "schema:MovieTheater", "schema:AdultEntertainment", "schema:AmusementPark", "schema:ArtGallery" ],
"narrowerTransitive" : [ "schema:MovieTheater", "schema:NightClub", "schema:AmusementPark", "schema:ComedyClub", "schema:ArtGallery", "schema:AdultEntertainment", "schema:Casino" ],
"prefLabel" : "EntertainmentBusiness"
}, {
"@id" : "schema:EntryPoint",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible" ],
"broaderTransitive" : "schema:Intangible",
"definition" : "An entry point, within some Web-based protocol.",
"prefLabel" : "EntryPoint"
}, {
"@id" : "schema:Enumeration",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible" ],
"broaderTransitive" : "schema:Intangible",
"definition" : "Lists or enumerations—for example, a list of cuisines or music genres, etc.",
"narrower" : [ "schema:WarrantyScope", "schema:PaymentStatusType", "schema:BusinessFunction", "schema:BedType", "schema:PaymentMethod", "schema:HealthAspectEnumeration", "schema:DrugPregnancyCategory", "schema:ProductReturnEnumeration", "schema:MedicalTrialDesign", "schema:MedicalObservationalStudyDesign", "schema:DriveWheelConfigurationValue", "schema:LegalValueLevel", "schema:DayOfWeek", "schema:MedicalDevicePurpose", "schema:LockerDelivery", "schema:MedicalEnumeration", "schema:RestrictedDiet", "schema:NonprofitType", "schema:MerchantReturnEnumeration", "schema:MusicAlbumReleaseType", "schema:ParcelService", "schema:MusicReleaseFormatType", "schema:GenderType", "schema:Specialty", "schema:PaymentCard", "schema:RsvpResponseType", "schema:MedicalImagingTechnique", "schema:UKNonprofitType", "schema:MedicalAudience", "schema:MapCategoryType", "schema:NLNonprofitType", "schema:OrderStatus", "schema:MedicalStudyStatus", "schema:GameServerStatus", "schema:MedicalProcedureType", "schema:DrugCost", "schema:MediaManipulationRatingEnumeration", "schema:DrugClass", "schema:BookFormatType", "schema:BoardingPolicyType", "schema:DigitalDocumentPermissionType", "schema:PhysicalActivityCategory", "schema:ActionStatusType", "schema:MedicalSpecialty", "schema:DrugPrescriptionStatus", "schema:Patient", "schema:LegalForceStatus", "schema:EventStatusType", "schema:MedicalEvidenceLevel", "schema:DrugCostCategory", "schema:QualitativeValue", "schema:ItemListOrderType", "schema:ReservationStatusType", "schema:MedicineSystem", "schema:ItemAvailability", "schema:BusinessEntityType", "schema:CarUsageType", "schema:OfferItemCondition", "schema:PhysicalExam", "schema:InfectiousAgentClass", "schema:RefundTypeEnumeration", "schema:DeliveryMethod", "schema:CreditCard", "schema:GovernmentBenefitsType", "schema:MusicAlbumProductionType", "schema:EventAttendanceModeEnumeration", "schema:USNonprofitType", "schema:SteeringPositionValue", "schema:GamePlayMode", "schema:ReturnFeesEnumeration", "schema:ContactPointOption" ],
"narrowerTransitive" : [ "schema:NonprofitType", "schema:ProductReturnEnumeration", "schema:HealthAspectEnumeration", "schema:RefundTypeEnumeration", "schema:RestrictedDiet", "schema:QualitativeValue", "schema:EventAttendanceModeEnumeration", "schema:EventStatusType", "schema:ItemListOrderType", "schema:GamePlayMode", "schema:ActionStatusType", "schema:ReservationStatusType", "schema:GovernmentBenefitsType", "schema:PaymentMethod", "schema:BusinessEntityType", "schema:Specialty", "schema:WarrantyScope", "schema:GameServerStatus", "schema:ReturnFeesEnumeration", "schema:DeliveryMethod", "schema:DigitalDocumentPermissionType", "schema:OrderStatus", "schema:MusicAlbumProductionType", "schema:PhysicalActivityCategory", "schema:LegalValueLevel", "schema:LegalForceStatus", "schema:MedicalTrialDesign", "schema:MedicalEnumeration", "schema:MapCategoryType", "schema:MerchantReturnEnumeration", "schema:BookFormatType", "schema:GenderType", "schema:ItemAvailability", "schema:ContactPointOption", "schema:MusicReleaseFormatType", "schema:MediaManipulationRatingEnumeration", "schema:BoardingPolicyType", "schema:DayOfWeek", "schema:OfferItemCondition", "schema:PaymentStatusType", "schema:MusicAlbumReleaseType", "schema:RsvpResponseType", "schema:BusinessFunction" ],
"prefLabel" : "Enumeration"
}, {
"@id" : "schema:Episode",
"@type" : "skos:Concept",
"broader" : [ "schema:CreativeWork", "schema:Thing" ],
"broaderTransitive" : "schema:CreativeWork",
"definition" : "A media episode (e.g. TV, radio, video game) which can be part of a series or season.",
"narrower" : [ "schema:RadioEpisode", "schema:PodcastEpisode", "schema:TVEpisode" ],
"narrowerTransitive" : [ "schema:RadioEpisode", "schema:TVEpisode", "schema:PodcastEpisode" ],
"prefLabel" : "Episode"
}, {
"@id" : "schema:Event",
"@type" : "skos:Concept",
"broader" : "schema:Thing",
"broaderTransitive" : "schema:Thing",
"definition" : "An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the <a class=\"localLink\" href=\"http://schema.org/offers\">offers</a> property. Repeated events may be structured as separate Event objects.",
"narrower" : [ "schema:UserTweets", "schema:UserPageVisits", "schema:EventSeries", "schema:UserLikes", "schema:BusinessEvent", "schema:CourseInstance", "schema:OnDemandEvent", "schema:DanceEvent", "schema:SocialEvent", "schema:UserDownloads", "schema:DeliveryEvent", "schema:UserComments", "schema:UserCheckins", "schema:PublicationEvent", "schema:ScreeningEvent", "schema:EducationEvent", "schema:UserInteraction", "schema:ExhibitionEvent", "schema:FoodEvent", "schema:VisualArtsEvent", "schema:MusicEvent", "schema:UserPlays", "schema:Hackathon", "schema:SportsEvent", "schema:BroadcastEvent", "schema:Festival", "schema:LiteraryEvent", "schema:ChildrensEvent", "schema:TheaterEvent", "schema:ComedyEvent", "schema:SaleEvent", "schema:UserBlocks", "schema:UserPlusOnes" ],
"narrowerTransitive" : [ "schema:BusinessEvent", "schema:Hackathon", "schema:ExhibitionEvent", "schema:UserInteraction", "schema:SaleEvent", "schema:ChildrensEvent", "schema:EducationEvent", "schema:ScreeningEvent", "schema:SportsEvent", "schema:DanceEvent", "schema:Festival", "schema:CourseInstance", "schema:SocialEvent", "schema:EventSeries", "schema:PublicationEvent", "schema:DeliveryEvent", "schema:MusicEvent", "schema:ComedyEvent", "schema:TheaterEvent", "schema:FoodEvent", "schema:LiteraryEvent", "schema:VisualArtsEvent" ],
"prefLabel" : "Event"
}, {
"@id" : "schema:EventAttendanceModeEnumeration",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration" ],
"broaderTransitive" : "schema:Enumeration",
"definition" : "An EventAttendanceModeEnumeration value is one of potentially several modes of organising an event, relating to whether it is online or offline.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "EventAttendanceModeEnumeration"
}, {
"@id" : "schema:EventReservation",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Reservation" ],
"broaderTransitive" : "schema:Reservation",
"definition" : "A reservation for an event like a concert, sporting event, or lecture.<br/><br/>\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 <a class=\"localLink\" href=\"http://schema.org/Offer\">Offer</a>.",
"prefLabel" : "EventReservation"
}, {
"@id" : "schema:EventSeries",
"@type" : "skos:Concept",
"broader" : [ "schema:Intangible", "schema:Series", "schema:Thing", "schema:Event" ],
"broaderTransitive" : [ "schema:Event", "schema:Series" ],
"definition" : "A series of <a class=\"localLink\" href=\"http://schema.org/Event\">Event</a>s. Included events can relate with the series using the <a class=\"localLink\" href=\"http://schema.org/superEvent\">superEvent</a> property.<br/><br/>\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 <a class=\"localLink\" href=\"http://schema.org/Event\">Event</a> in the series \"Olympic Games\", and as an\n<a class=\"localLink\" href=\"http://schema.org/EventSeries\">EventSeries</a> that included a number of sporting competitions as Events.<br/><br/>\n\nThe nature of the association between the events in an <a class=\"localLink\" href=\"http://schema.org/EventSeries\">EventSeries</a> 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.<br/><br/>\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.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "EventSeries"
}, {
"@id" : "schema:EventStatusType",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration" ],
"broaderTransitive" : "schema:Enumeration",
"definition" : "EventStatusType is an enumeration type whose instances represent several states that an Event may be in.",
"prefLabel" : "EventStatusType"
}, {
"@id" : "schema:EventVenue",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place", "schema:CivicStructure" ],
"broaderTransitive" : "schema:CivicStructure",
"definition" : "An event venue.",
"prefLabel" : "EventVenue"
}, {
"@id" : "schema:ExchangeRateSpecification",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:StructuredValue" ],
"broaderTransitive" : "schema:StructuredValue",
"definition" : "A structured value representing exchange rate.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "ExchangeRateSpecification"
}, {
"@id" : "schema:ExerciseAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:PlayAction" ],
"broaderTransitive" : "schema:PlayAction",
"definition" : "The act of participating in exertive activity for the purposes of improving health and fitness.",
"prefLabel" : "ExerciseAction"
}, {
"@id" : "schema:ExerciseGym",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:SportsActivityLocation" ],
"broaderTransitive" : "schema:SportsActivityLocation",
"definition" : "A gym.",
"prefLabel" : "ExerciseGym"
}, {
"@id" : "schema:ExercisePlan",
"@type" : "skos:Concept",
"broader" : [ "schema:PhysicalActivity", "schema:LifestyleModification", "schema:Thing", "schema:MedicalEntity", "schema:CreativeWork" ],
"broaderTransitive" : [ "schema:CreativeWork", "schema:PhysicalActivity" ],
"definition" : "Fitness-related activity designed for a specific health-related purpose, including defined exercise routines as well as activity prescribed by a clinician.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "ExercisePlan"
}, {
"@id" : "schema:ExhibitionEvent",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Event" ],
"broaderTransitive" : "schema:Event",
"definition" : "Event type: Exhibition event, e.g. at a museum, library, archive, tradeshow, ...",
"prefLabel" : "ExhibitionEvent"
}, {
"@id" : "schema:FAQPage",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:WebPage" ],
"broaderTransitive" : "schema:WebPage",
"definition" : "A <a class=\"localLink\" href=\"http://schema.org/FAQPage\">FAQPage</a> is a <a class=\"localLink\" href=\"http://schema.org/WebPage\">WebPage</a> presenting one or more \"<a href=\"https://en.wikipedia.org/wiki/FAQ\">Frequently asked questions</a>\" (see also <a class=\"localLink\" href=\"http://schema.org/QAPage\">QAPage</a>).",
"prefLabel" : "FAQPage"
}, {
"@id" : "schema:FMRadioChannel",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:BroadcastChannel", "schema:RadioChannel" ],
"broaderTransitive" : "schema:RadioChannel",
"definition" : "A radio channel that uses FM.",
"prefLabel" : "FMRadioChannel"
}, {
"@id" : "schema:FastFoodRestaurant",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:FoodEstablishment" ],
"broaderTransitive" : "schema:FoodEstablishment",
"definition" : "A fast-food restaurant.",
"prefLabel" : "FastFoodRestaurant"
}, {
"@id" : "schema:Festival",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Event" ],
"broaderTransitive" : "schema:Event",
"definition" : "Event type: Festival.",
"prefLabel" : "Festival"
}, {
"@id" : "schema:FilmAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:CreateAction" ],
"broaderTransitive" : "schema:CreateAction",
"definition" : "The act of capturing sound and moving images on film, video, or digitally.",
"prefLabel" : "FilmAction"
}, {
"@id" : "schema:FinancialProduct",
"@type" : "skos:Concept",
"broader" : [ "schema:Service", "schema:Thing", "schema:Intangible" ],
"broaderTransitive" : "schema:Service",
"definition" : "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.",
"narrower" : [ "schema:BrokerageAccount", "schema:CreditCard", "schema:InvestmentOrDeposit", "schema:PaymentService", "schema:DepositAccount", "schema:CurrencyConversionService", "schema:PaymentCard", "schema:MortgageLoan", "schema:InvestmentFund", "schema:LoanOrCredit", "schema:BankAccount" ],
"narrowerTransitive" : [ "schema:PaymentService", "schema:LoanOrCredit", "schema:BankAccount", "schema:CurrencyConversionService", "schema:InvestmentOrDeposit", "schema:PaymentCard" ],
"prefLabel" : "FinancialProduct"
}, {
"@id" : "schema:FinancialService",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness" ],
"broaderTransitive" : "schema:LocalBusiness",
"definition" : "Financial services business.",
"narrower" : [ "schema:AutomatedTeller", "schema:BankOrCreditUnion", "schema:InsuranceAgency", "schema:AccountingService" ],
"narrowerTransitive" : [ "schema:AutomatedTeller", "schema:BankOrCreditUnion", "schema:AccountingService", "schema:InsuranceAgency" ],
"prefLabel" : "FinancialService"
}, {
"@id" : "schema:FindAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action" ],
"broaderTransitive" : "schema:Action",
"definition" : "The act of finding an object.<br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/SearchAction\">SearchAction</a>: FindAction is generally lead by a SearchAction, but not necessarily.</li>\n</ul>\n",
"narrower" : [ "schema:CheckAction", "schema:TrackAction", "schema:DiscoverAction" ],
"narrowerTransitive" : [ "schema:TrackAction", "schema:CheckAction", "schema:DiscoverAction" ],
"prefLabel" : "FindAction"
}, {
"@id" : "schema:FireStation",
"@type" : "skos:Concept",
"broader" : [ "schema:Organization", "schema:EmergencyService", "schema:Place", "schema:LocalBusiness", "schema:Thing", "schema:CivicStructure" ],
"broaderTransitive" : [ "schema:EmergencyService", "schema:CivicStructure" ],
"definition" : "A fire station. With firemen.",
"prefLabel" : "FireStation"
}, {
"@id" : "schema:Flight",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Trip" ],
"broaderTransitive" : "schema:Trip",
"definition" : "An airline flight.",
"prefLabel" : "Flight"
}, {
"@id" : "schema:FlightReservation",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Reservation" ],
"broaderTransitive" : "schema:Reservation",
"definition" : "A reservation for air travel.<br/><br/>\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 <a class=\"localLink\" href=\"http://schema.org/Offer\">Offer</a>.",
"prefLabel" : "FlightReservation"
}, {
"@id" : "schema:Float",
"@type" : "skos:Concept",
"broader" : "schema:Number",
"broaderTransitive" : "schema:Number",
"definition" : "Data type: Floating number.",
"prefLabel" : "Float"
}, {
"@id" : "schema:FloorPlan",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible" ],
"broaderTransitive" : "schema:Intangible",
"definition" : "A FloorPlan is an explicit representation of a collection of similar accommodations, allowing the provision of common information (room counts, sizes, layout diagrams) and offers for rental or sale. In typical use, some <a class=\"localLink\" href=\"http://schema.org/ApartmentComplex\">ApartmentComplex</a> has an <a class=\"localLink\" href=\"http://schema.org/accommodationFloorPlan\">accommodationFloorPlan</a> which is a <a class=\"localLink\" href=\"http://schema.org/FloorPlan\">FloorPlan</a>. A FloorPlan is always in the context of a particular place, either a larger <a class=\"localLink\" href=\"http://schema.org/ApartmentComplex\">ApartmentComplex</a> or a single <a class=\"localLink\" href=\"http://schema.org/Apartment\">Apartment</a>. The visual/spatial aspects of a floor plan (i.e. room layout, <a href=\"https://en.wikipedia.org/wiki/Floor_plan\">see wikipedia</a>) can be indicated using <a class=\"localLink\" href=\"http://schema.org/image\">image</a>.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "FloorPlan"
}, {
"@id" : "schema:Florist",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:Store" ],
"broaderTransitive" : "schema:Store",
"definition" : "A florist.",
"prefLabel" : "Florist"
}, {
"@id" : "schema:FollowAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:InteractAction" ],
"broaderTransitive" : "schema:InteractAction",
"definition" : "The act of forming a personal connection with someone/something (object) unidirectionally/asymmetrically to get updates polled from.<br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/BefriendAction\">BefriendAction</a>: Unlike BefriendAction, FollowAction implies that the connection is <em>not</em> necessarily reciprocal.</li>\n<li><a class=\"localLink\" href=\"http://schema.org/SubscribeAction\">SubscribeAction</a>: Unlike SubscribeAction, FollowAction implies that the follower acts as an active agent constantly/actively polling for updates.</li>\n<li><a class=\"localLink\" href=\"http://schema.org/RegisterAction\">RegisterAction</a>: Unlike RegisterAction, FollowAction implies that the agent is interested in continuing receiving updates from the object.</li>\n<li><a class=\"localLink\" href=\"http://schema.org/JoinAction\">JoinAction</a>: Unlike JoinAction, FollowAction implies that the agent is interested in getting updates from the object.</li>\n<li><a class=\"localLink\" href=\"http://schema.org/TrackAction\">TrackAction</a>: Unlike TrackAction, FollowAction refers to the polling of updates of all aspects of animate objects rather than the location of inanimate objects (e.g. you track a package, but you don't follow it).</li>\n</ul>\n",
"prefLabel" : "FollowAction"
}, {
"@id" : "schema:FoodEstablishment",
"@type" : "skos:Concept",
"broader" : [ "schema:LocalBusiness", "schema:Thing", "schema:Organization", "schema:Place" ],
"broaderTransitive" : "schema:LocalBusiness",
"definition" : "A food-related business.",
"narrower" : [ "schema:IceCreamShop", "schema:Distillery", "schema:FastFoodRestaurant", "schema:Winery", "schema:CafeOrCoffeeShop", "schema:BarOrPub", "schema:Brewery", "schema:Bakery", "schema:Restaurant" ],
"narrowerTransitive" : [ "schema:Winery", "schema:Distillery", "schema:Restaurant", "schema:IceCreamShop", "schema:BarOrPub", "schema:Bakery", "schema:FastFoodRestaurant", "schema:Brewery", "schema:CafeOrCoffeeShop" ],
"prefLabel" : "FoodEstablishment"
}, {
"@id" : "schema:FoodEstablishmentReservation",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Reservation" ],
"broaderTransitive" : "schema:Reservation",
"definition" : "A reservation to dine at a food-related business.<br/><br/>\n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations.",
"prefLabel" : "FoodEstablishmentReservation"
}, {
"@id" : "schema:FoodEvent",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Event" ],
"broaderTransitive" : "schema:Event",
"definition" : "Event type: Food event.",
"prefLabel" : "FoodEvent"
}, {
"@id" : "schema:FoodService",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Service" ],
"broaderTransitive" : "schema:Service",
"definition" : "A food service, like breakfast, lunch, or dinner.",
"prefLabel" : "FoodService"
}, {
"@id" : "schema:FundingAgency",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Organization", "schema:Project" ],
"broaderTransitive" : "schema:Project",
"definition" : "A FundingAgency is an organization that implements one or more <a class=\"localLink\" href=\"http://schema.org/FundingScheme\">FundingScheme</a>s and manages\n the granting process (via <a class=\"localLink\" href=\"http://schema.org/Grant\">Grant</a>s, typically <a class=\"localLink\" href=\"http://schema.org/MonetaryGrant\">MonetaryGrant</a>s).\n A funding agency is not always required for grant funding, e.g. philanthropic giving, corporate sponsorship etc.<br/><br/>\n\n<pre><code>Examples of funding agencies include ERC, REA, NIH, Bill and Melinda Gates Foundation...\n</code></pre>\n",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "FundingAgency"
}, {
"@id" : "schema:FundingScheme",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Organization" ],
"broaderTransitive" : "schema:Organization",
"definition" : "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 <a class=\"localLink\" href=\"http://schema.org/Grant\">Grant</a> funding. Examples of funding schemes: Swiss Priority Programmes (SPPs); EU Framework 7 (FP7); Horizon 2020; the NIH-R01 Grant Program; Wellcome institutional strategic support fund. For large scale public sector funding, the management and administration of grant awards is often handled by other, dedicated, organizations - <a class=\"localLink\" href=\"http://schema.org/FundingAgency\">FundingAgency</a>s such as ERC, REA, ...",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "FundingScheme"
}, {
"@id" : "schema:FurnitureStore",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:Store" ],
"broaderTransitive" : "schema:Store",
"definition" : "A furniture store.",
"prefLabel" : "FurnitureStore"
}, {
"@id" : "schema:Game",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : "schema:CreativeWork",
"definition" : "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.",
"narrower" : "schema:VideoGame",
"narrowerTransitive" : "schema:VideoGame",
"prefLabel" : "Game"
}, {
"@id" : "schema:GamePlayMode",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration" ],
"broaderTransitive" : "schema:Enumeration",
"definition" : "Indicates whether this game is multi-player, co-op or single-player.",
"prefLabel" : "GamePlayMode"
}, {
"@id" : "schema:GameServer",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible" ],
"broaderTransitive" : "schema:Intangible",
"definition" : "Server that provides game interaction in a multiplayer game.",
"prefLabel" : "GameServer"
}, {
"@id" : "schema:GameServerStatus",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration" ],
"broaderTransitive" : "schema:Enumeration",
"definition" : "Status of a game server.",
"prefLabel" : "GameServerStatus"
}, {
"@id" : "schema:GardenStore",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:Store" ],
"broaderTransitive" : "schema:Store",
"definition" : "A garden store.",
"prefLabel" : "GardenStore"
}, {
"@id" : "schema:GasStation",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:AutomotiveBusiness" ],
"broaderTransitive" : "schema:AutomotiveBusiness",
"definition" : "A gas station.",
"prefLabel" : "GasStation"
}, {
"@id" : "schema:GatedResidenceCommunity",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place", "schema:Residence" ],
"broaderTransitive" : "schema:Residence",
"definition" : "Residence type: Gated community.",
"prefLabel" : "GatedResidenceCommunity"
}, {
"@id" : "schema:GenderType",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration" ],
"broaderTransitive" : "schema:Enumeration",
"definition" : "An enumeration of genders.",
"prefLabel" : "GenderType"
}, {
"@id" : "schema:GeneralContractor",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:HomeAndConstructionBusiness" ],
"broaderTransitive" : "schema:HomeAndConstructionBusiness",
"definition" : "A general contractor.",
"prefLabel" : "GeneralContractor"
}, {
"@id" : "schema:GeoCircle",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:StructuredValue", "schema:GeoShape" ],
"broaderTransitive" : "schema:GeoShape",
"definition" : "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'.",
"prefLabel" : "GeoCircle"
}, {
"@id" : "schema:GeoCoordinates",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:StructuredValue" ],
"broaderTransitive" : "schema:StructuredValue",
"definition" : "The geographic coordinates of a place or event.",
"prefLabel" : "GeoCoordinates"
}, {
"@id" : "schema:GeoShape",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:StructuredValue" ],
"broaderTransitive" : "schema:StructuredValue",
"definition" : "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.",
"narrower" : "schema:GeoCircle",
"narrowerTransitive" : "schema:GeoCircle",
"prefLabel" : "GeoShape"
}, {
"@id" : "schema:GeospatialGeometry",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible" ],
"broaderTransitive" : "schema:Intangible",
"definition" : "(Eventually to be defined as) a supertype of GeoShape designed to accommodate definitions from Geo-Spatial best practices.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "GeospatialGeometry"
}, {
"@id" : "schema:Geriatric",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Organization", "schema:MedicalBusiness", "schema:Thing", "schema:LocalBusiness" ],
"broaderTransitive" : "schema:MedicalBusiness",
"definition" : "A specific branch of medical science that is concerned with the diagnosis and treatment of diseases, debilities and provision of care to the aged.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "Geriatric"
}, {
"@id" : "schema:GiveAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:TransferAction" ],
"broaderTransitive" : "schema:TransferAction",
"definition" : "The act of transferring ownership of an object to a destination. Reciprocal of TakeAction.<br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/TakeAction\">TakeAction</a>: Reciprocal of GiveAction.</li>\n<li><a class=\"localLink\" href=\"http://schema.org/SendAction\">SendAction</a>: Unlike SendAction, GiveAction implies that ownership is being transferred (e.g. I may send my laptop to you, but that doesn't mean I'm giving it to you).</li>\n</ul>\n",
"prefLabel" : "GiveAction"
}, {
"@id" : "schema:GolfCourse",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:SportsActivityLocation" ],
"broaderTransitive" : "schema:SportsActivityLocation",
"definition" : "A golf course.",
"prefLabel" : "GolfCourse"
}, {
"@id" : "schema:GovernmentBenefitsType",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration" ],
"broaderTransitive" : "schema:Enumeration",
"definition" : "GovernmentBenefitsType enumerates several kinds of government benefits to support the COVID-19 situation. Note that this structure may not capture all benefits offered.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "GovernmentBenefitsType"
}, {
"@id" : "schema:GovernmentBuilding",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CivicStructure", "schema:Place" ],
"broaderTransitive" : "schema:CivicStructure",
"definition" : "A government building.",
"narrower" : [ "schema:DefenceEstablishment", "schema:CityHall", "schema:Embassy", "schema:LegislativeBuilding", "schema:Courthouse" ],
"narrowerTransitive" : [ "schema:DefenceEstablishment", "schema:Courthouse", "schema:CityHall", "schema:LegislativeBuilding", "schema:Embassy" ],
"prefLabel" : "GovernmentBuilding"
}, {
"@id" : "schema:GovernmentOffice",
"@type" : "skos:Concept",
"broader" : [ "schema:LocalBusiness", "schema:Organization", "schema:Thing", "schema:Place" ],
"broaderTransitive" : "schema:LocalBusiness",
"definition" : "A government office&#x2014;for example, an IRS or DMV office.",
"narrower" : "schema:PostOffice",
"narrowerTransitive" : "schema:PostOffice",
"prefLabel" : "GovernmentOffice"
}, {
"@id" : "schema:GovernmentOrganization",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Organization" ],
"broaderTransitive" : "schema:Organization",
"definition" : "A governmental organization or agency.",
"prefLabel" : "GovernmentOrganization"
}, {
"@id" : "schema:GovernmentPermit",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Permit" ],
"broaderTransitive" : "schema:Permit",
"definition" : "A permit issued by a government agency.",
"prefLabel" : "GovernmentPermit"
}, {
"@id" : "schema:GovernmentService",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Service" ],
"broaderTransitive" : "schema:Service",
"definition" : "A service provided by a government organization, e.g. food stamps, veterans benefits, etc.",
"prefLabel" : "GovernmentService"
}, {
"@id" : "schema:Grant",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible" ],
"broaderTransitive" : "schema:Intangible",
"definition" : "A grant, typically financial or otherwise quantifiable, of resources. Typically a <a class=\"localLink\" href=\"http://schema.org/funder\">funder</a> sponsors some <a class=\"localLink\" href=\"http://schema.org/MonetaryAmount\">MonetaryAmount</a> to an <a class=\"localLink\" href=\"http://schema.org/Organization\">Organization</a> or <a class=\"localLink\" href=\"http://schema.org/Person\">Person</a>,\n sometimes not necessarily via a dedicated or long-lived <a class=\"localLink\" href=\"http://schema.org/Project\">Project</a>, resulting in one or more outputs, or <a class=\"localLink\" href=\"http://schema.org/fundedItem\">fundedItem</a>s. For financial sponsorship, indicate the <a class=\"localLink\" href=\"http://schema.org/funder\">funder</a> of a <a class=\"localLink\" href=\"http://schema.org/MonetaryGrant\">MonetaryGrant</a>. For non-financial support, indicate <a class=\"localLink\" href=\"http://schema.org/sponsor\">sponsor</a> of <a class=\"localLink\" href=\"http://schema.org/Grant\">Grant</a>s of resources (e.g. office space).<br/><br/>\n\nGrants support activities directed towards some agreed collective goals, often but not always organized as <a class=\"localLink\" href=\"http://schema.org/Project\">Project</a>s. Long-lived projects are sometimes sponsored by a variety of grants over time, but it is also common for a project to be associated with a single grant.<br/><br/>\n\nThe amount of a <a class=\"localLink\" href=\"http://schema.org/Grant\">Grant</a> is represented using <a class=\"localLink\" href=\"http://schema.org/amount\">amount</a> as a <a class=\"localLink\" href=\"http://schema.org/MonetaryAmount\">MonetaryAmount</a>.",
"inScheme" : "http://pending.schema.org",
"narrower" : "schema:MonetaryGrant",
"narrowerTransitive" : "schema:MonetaryGrant",
"prefLabel" : "Grant"
}, {
"@id" : "schema:GroceryStore",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:Store" ],
"broaderTransitive" : "schema:Store",
"definition" : "A grocery store.",
"prefLabel" : "GroceryStore"
}, {
"@id" : "schema:Guide",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : "schema:CreativeWork",
"definition" : "<a class=\"localLink\" href=\"http://schema.org/Guide\">Guide</a> is a page or article that recommend specific products or services, or aspects of a thing for a user to consider. A <a class=\"localLink\" href=\"http://schema.org/Guide\">Guide</a> may represent a Buying Guide and detail aspects of products or services for a user to consider. A <a class=\"localLink\" href=\"http://schema.org/Guide\">Guide</a> may represent a Product Guide and recommend specific products or services. A <a class=\"localLink\" href=\"http://schema.org/Guide\">Guide</a> may represent a Ranked List and recommend specific products or services with ranking.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "Guide"
}, {
"@id" : "schema:Gynecologic",
"@type" : "skos:Concept",
"broader" : [ "schema:LocalBusiness", "schema:MedicalBusiness", "schema:Place", "schema:Organization", "schema:Thing" ],
"broaderTransitive" : "schema:MedicalBusiness",
"definition" : "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.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "Gynecologic"
}, {
"@id" : "schema:HVACBusiness",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:HomeAndConstructionBusiness" ],
"broaderTransitive" : "schema:HomeAndConstructionBusiness",
"definition" : "A business that provide Heating, Ventilation and Air Conditioning services.",
"prefLabel" : "HVACBusiness"
}, {
"@id" : "schema:Hackathon",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Event" ],
"broaderTransitive" : "schema:Event",
"definition" : "A <a href=\"https://en.wikipedia.org/wiki/Hackathon\">hackathon</a> event.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "Hackathon"
}, {
"@id" : "schema:HairSalon",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:HealthAndBeautyBusiness" ],
"broaderTransitive" : "schema:HealthAndBeautyBusiness",
"definition" : "A hair salon.",
"prefLabel" : "HairSalon"
}, {
"@id" : "schema:HardwareStore",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:Store" ],
"broaderTransitive" : "schema:Store",
"definition" : "A hardware store.",
"prefLabel" : "HardwareStore"
}, {
"@id" : "schema:HealthAndBeautyBusiness",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:LocalBusiness", "schema:Organization" ],
"broaderTransitive" : "schema:LocalBusiness",
"definition" : "Health and beauty.",
"narrower" : [ "schema:DaySpa", "schema:BeautySalon", "schema:HairSalon", "schema:TattooParlor", "schema:NailSalon", "schema:HealthClub" ],
"narrowerTransitive" : [ "schema:DaySpa", "schema:NailSalon", "schema:BeautySalon", "schema:HealthClub", "schema:HairSalon", "schema:TattooParlor" ],
"prefLabel" : "HealthAndBeautyBusiness"
}, {
"@id" : "schema:HealthAspectEnumeration",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration" ],
"broaderTransitive" : "schema:Enumeration",
"definition" : "HealthAspectEnumeration enumerates several aspects of health content online, each of which might be described using <a class=\"localLink\" href=\"http://schema.org/hasHealthAspect\">hasHealthAspect</a> and <a class=\"localLink\" href=\"http://schema.org/HealthTopicContent\">HealthTopicContent</a>.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "HealthAspectEnumeration"
}, {
"@id" : "schema:HealthClub",
"@type" : "skos:Concept",
"broader" : [ "schema:SportsActivityLocation", "schema:Place", "schema:HealthAndBeautyBusiness", "schema:Organization", "schema:LocalBusiness", "schema:Thing" ],
"broaderTransitive" : [ "schema:HealthAndBeautyBusiness", "schema:SportsActivityLocation" ],
"definition" : "A health club.",
"prefLabel" : "HealthClub"
}, {
"@id" : "schema:HealthInsurancePlan",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible" ],
"broaderTransitive" : "schema:Intangible",
"definition" : "A US-style health insurance plan, including PPOs, EPOs, and HMOs.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "HealthInsurancePlan"
}, {
"@id" : "schema:HealthPlanCostSharingSpecification",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible" ],
"broaderTransitive" : "schema:Intangible",
"definition" : "A description of costs to the patient under a given network or formulary.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "HealthPlanCostSharingSpecification"
}, {
"@id" : "schema:HealthPlanFormulary",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible" ],
"broaderTransitive" : "schema:Intangible",
"definition" : "For a given health insurance plan, the specification for costs and coverage of prescription drugs.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "HealthPlanFormulary"
}, {
"@id" : "schema:HealthPlanNetwork",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible" ],
"broaderTransitive" : "schema:Intangible",
"definition" : "A US-style health insurance plan network.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "HealthPlanNetwork"
}, {
"@id" : "schema:HealthTopicContent",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:WebContent" ],
"broaderTransitive" : "schema:WebContent",
"definition" : "<a class=\"localLink\" href=\"http://schema.org/HealthTopicContent\">HealthTopicContent</a> is <a class=\"localLink\" href=\"http://schema.org/WebContent\">WebContent</a> that is about some aspect of a health topic, e.g. a condition, its symptoms or treatments. Such content may be comprised of several parts or sections and use different types of media. Multiple instances of <a class=\"localLink\" href=\"http://schema.org/WebContent\">WebContent</a> (and hence <a class=\"localLink\" href=\"http://schema.org/HealthTopicContent\">HealthTopicContent</a>) can be related using <a class=\"localLink\" href=\"http://schema.org/hasPart\">hasPart</a> / <a class=\"localLink\" href=\"http://schema.org/isPartOf\">isPartOf</a> where there is some kind of content hierarchy, and their content described with <a class=\"localLink\" href=\"http://schema.org/about\">about</a> and <a class=\"localLink\" href=\"http://schema.org/mentions\">mentions</a> e.g. building upon the existing <a class=\"localLink\" href=\"http://schema.org/MedicalCondition\">MedicalCondition</a> vocabulary.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "HealthTopicContent"
}, {
"@id" : "schema:HighSchool",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:CivicStructure", "schema:Thing", "schema:Organization", "schema:EducationalOrganization" ],
"broaderTransitive" : "schema:EducationalOrganization",
"definition" : "A high school.",
"prefLabel" : "HighSchool"
}, {
"@id" : "schema:HinduTemple",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place", "schema:CivicStructure", "schema:PlaceOfWorship" ],
"broaderTransitive" : "schema:PlaceOfWorship",
"definition" : "A Hindu temple.",
"prefLabel" : "HinduTemple"
}, {
"@id" : "schema:HobbyShop",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:Store" ],
"broaderTransitive" : "schema:Store",
"definition" : "A store that sells materials useful or necessary for various hobbies.",
"prefLabel" : "HobbyShop"
}, {
"@id" : "schema:HomeAndConstructionBusiness",
"@type" : "skos:Concept",
"broader" : [ "schema:LocalBusiness", "schema:Organization", "schema:Thing", "schema:Place" ],
"broaderTransitive" : "schema:LocalBusiness",
"definition" : "A construction business.<br/><br/>\n\nA HomeAndConstructionBusiness is a <a class=\"localLink\" href=\"http://schema.org/LocalBusiness\">LocalBusiness</a> that provides services around homes and buildings.<br/><br/>\n\nAs a <a class=\"localLink\" href=\"http://schema.org/LocalBusiness\">LocalBusiness</a> it can be described as a <a class=\"localLink\" href=\"http://schema.org/provider\">provider</a> of one or more <a class=\"localLink\" href=\"http://schema.org/Service\">Service</a>(s).",
"narrower" : [ "schema:MovingCompany", "schema:GeneralContractor", "schema:Locksmith", "schema:HousePainter", "schema:HVACBusiness", "schema:Electrician", "schema:RoofingContractor", "schema:Plumber" ],
"narrowerTransitive" : [ "schema:GeneralContractor", "schema:MovingCompany", "schema:HousePainter", "schema:HVACBusiness", "schema:Electrician", "schema:Plumber", "schema:RoofingContractor", "schema:Locksmith" ],
"prefLabel" : "HomeAndConstructionBusiness"
}, {
"@id" : "schema:HomeGoodsStore",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:Store" ],
"broaderTransitive" : "schema:Store",
"definition" : "A home goods store.",
"prefLabel" : "HomeGoodsStore"
}, {
"@id" : "schema:Hospital",
"@type" : "skos:Concept",
"broader" : [ "schema:MedicalOrganization", "schema:LocalBusiness", "schema:Place", "schema:Thing", "schema:Organization", "schema:CivicStructure", "schema:EmergencyService" ],
"broaderTransitive" : [ "schema:CivicStructure", "schema:MedicalOrganization", "schema:EmergencyService" ],
"definition" : "A hospital.",
"prefLabel" : "Hospital"
}, {
"@id" : "schema:Hostel",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:LodgingBusiness" ],
"broaderTransitive" : "schema:LodgingBusiness",
"definition" : "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>.",
"prefLabel" : "Hostel"
}, {
"@id" : "schema:Hotel",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:LodgingBusiness" ],
"broaderTransitive" : "schema:LodgingBusiness",
"definition" : "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>.",
"prefLabel" : "Hotel"
}, {
"@id" : "schema:HotelRoom",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place", "schema:Accommodation", "schema:Room" ],
"broaderTransitive" : "schema:Room",
"definition" : "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>.",
"prefLabel" : "HotelRoom"
}, {
"@id" : "schema:House",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place", "schema:Accommodation" ],
"broaderTransitive" : "schema:Accommodation",
"definition" : "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>).",
"narrower" : "schema:SingleFamilyResidence",
"narrowerTransitive" : "schema:SingleFamilyResidence",
"prefLabel" : "House"
}, {
"@id" : "schema:HousePainter",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:HomeAndConstructionBusiness" ],
"broaderTransitive" : "schema:HomeAndConstructionBusiness",
"definition" : "A house painting service.",
"prefLabel" : "HousePainter"
}, {
"@id" : "schema:HowTo",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : "schema:CreativeWork",
"definition" : "Instructions that explain how to achieve a result by performing a sequence of steps.",
"narrower" : "schema:Recipe",
"narrowerTransitive" : "schema:Recipe",
"prefLabel" : "HowTo"
}, {
"@id" : "schema:HowToDirection",
"@type" : "skos:Concept",
"broader" : [ "schema:Intangible", "schema:ListItem", "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : [ "schema:ListItem", "schema:CreativeWork" ],
"definition" : "A direction indicating a single action to do in the instructions for how to achieve a result.",
"prefLabel" : "HowToDirection"
}, {
"@id" : "schema:HowToItem",
"@type" : "skos:Concept",
"broader" : [ "schema:Intangible", "schema:ListItem", "schema:Thing" ],
"broaderTransitive" : "schema:ListItem",
"definition" : "An item used as either a tool or supply when performing the instructions for how to to achieve a result.",
"narrower" : [ "schema:HowToTool", "schema:HowToSupply" ],
"narrowerTransitive" : [ "schema:HowToTool", "schema:HowToSupply" ],
"prefLabel" : "HowToItem"
}, {
"@id" : "schema:HowToSection",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:ItemList", "schema:ListItem", "schema:Intangible" ],
"broaderTransitive" : [ "schema:ItemList", "schema:ListItem", "schema:CreativeWork" ],
"definition" : "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).",
"prefLabel" : "HowToSection"
}, {
"@id" : "schema:HowToStep",
"@type" : "skos:Concept",
"broader" : [ "schema:ListItem", "schema:Thing", "schema:ItemList", "schema:CreativeWork", "schema:Intangible" ],
"broaderTransitive" : [ "schema:ListItem", "schema:ItemList", "schema:CreativeWork" ],
"definition" : "A step in the instructions for how to achieve a result. It is an ordered list with HowToDirection and/or HowToTip items.",
"prefLabel" : "HowToStep"
}, {
"@id" : "schema:HowToSupply",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:ListItem", "schema:HowToItem" ],
"broaderTransitive" : "schema:HowToItem",
"definition" : "A supply consumed when performing the instructions for how to achieve a result.",
"prefLabel" : "HowToSupply"
}, {
"@id" : "schema:HowToTip",
"@type" : "skos:Concept",
"broader" : [ "schema:Intangible", "schema:ListItem", "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : [ "schema:ListItem", "schema:CreativeWork" ],
"definition" : "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).",
"prefLabel" : "HowToTip"
}, {
"@id" : "schema:HowToTool",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:ListItem", "schema:HowToItem" ],
"broaderTransitive" : "schema:HowToItem",
"definition" : "A tool used (but not consumed) when performing instructions for how to achieve a result.",
"prefLabel" : "HowToTool"
}, {
"@id" : "schema:IceCreamShop",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:FoodEstablishment" ],
"broaderTransitive" : "schema:FoodEstablishment",
"definition" : "An ice cream shop.",
"prefLabel" : "IceCreamShop"
}, {
"@id" : "schema:IgnoreAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:AssessAction" ],
"broaderTransitive" : "schema:AssessAction",
"definition" : "The act of intentionally disregarding the object. An agent ignores an object.",
"prefLabel" : "IgnoreAction"
}, {
"@id" : "schema:ImageGallery",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:WebPage", "schema:CollectionPage", "schema:MediaGallery" ],
"broaderTransitive" : "schema:MediaGallery",
"definition" : "Web page type: Image gallery page.",
"prefLabel" : "ImageGallery"
}, {
"@id" : "schema:ImageObject",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:MediaObject" ],
"broaderTransitive" : "schema:MediaObject",
"definition" : "An image file.",
"narrower" : "schema:Barcode",
"narrowerTransitive" : "schema:Barcode",
"prefLabel" : "ImageObject"
}, {
"@id" : "schema:ImagingTest",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:MedicalEntity", "schema:MedicalTest" ],
"broaderTransitive" : "schema:MedicalTest",
"definition" : "Any medical imaging modality typically used for diagnostic purposes.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "ImagingTest"
}, {
"@id" : "schema:IndividualProduct",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Product" ],
"broaderTransitive" : "schema:Product",
"definition" : "A single, identifiable product instance (e.g. a laptop with a particular serial number).",
"prefLabel" : "IndividualProduct"
}, {
"@id" : "schema:InfectiousAgentClass",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration", "schema:MedicalEnumeration" ],
"broaderTransitive" : "schema:MedicalEnumeration",
"definition" : "Classes of agents or pathogens that transmit infectious diseases. Enumerated type.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "InfectiousAgentClass"
}, {
"@id" : "schema:InfectiousDisease",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:MedicalEntity", "schema:MedicalCondition" ],
"broaderTransitive" : "schema:MedicalCondition",
"definition" : "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.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "InfectiousDisease"
}, {
"@id" : "schema:InformAction",
"@type" : "skos:Concept",
"broader" : [ "schema:CommunicateAction", "schema:Thing", "schema:InteractAction", "schema:Action" ],
"broaderTransitive" : "schema:CommunicateAction",
"definition" : "The act of notifying someone of information pertinent to them, with no expectation of a response.",
"narrower" : [ "schema:RsvpAction", "schema:ConfirmAction" ],
"narrowerTransitive" : [ "schema:RsvpAction", "schema:ConfirmAction" ],
"prefLabel" : "InformAction"
}, {
"@id" : "schema:InsertAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:UpdateAction", "schema:AddAction", "schema:Action" ],
"broaderTransitive" : "schema:AddAction",
"definition" : "The act of adding at a specific location in an ordered collection.",
"narrower" : [ "schema:AppendAction", "schema:PrependAction" ],
"narrowerTransitive" : [ "schema:AppendAction", "schema:PrependAction" ],
"prefLabel" : "InsertAction"
}, {
"@id" : "schema:InstallAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:ConsumeAction" ],
"broaderTransitive" : "schema:ConsumeAction",
"definition" : "The act of installing an application.",
"prefLabel" : "InstallAction"
}, {
"@id" : "schema:InsuranceAgency",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:FinancialService" ],
"broaderTransitive" : "schema:FinancialService",
"definition" : "An Insurance agency.",
"prefLabel" : "InsuranceAgency"
}, {
"@id" : "schema:Intangible",
"@type" : "skos:Concept",
"broader" : "schema:Thing",
"broaderTransitive" : "schema:Thing",
"definition" : "A utility class that serves as the umbrella for a number of 'intangible' things such as quantities, structured values, etc.",
"narrower" : [ "schema:PaymentMethod", "schema:RentalCarReservation", "schema:EndorsementRating", "schema:OfferForPurchase", "schema:SpeakableSpecification", "schema:EducationalAudience", "schema:Specialty", "schema:ActionAccessSpecification", "schema:CreativeWorkSeries", "schema:WarrantyPromise", "schema:WarrantyScope", "schema:GovernmentPermit", "schema:Invoice", "schema:ListItem", "schema:OfferForLease", "schema:DeliveryChargeSpecification", "schema:MedicalAudience", "schema:TaxiReservation", "schema:InvestmentFund", "schema:OrderItem", "schema:FloorPlan", "schema:LegalValueLevel", "schema:ServiceChannel", "schema:Newspaper", "schema:HealthInsurancePlan", "schema:MedicalImagingTechnique", "schema:ParcelDelivery", "schema:Periodical", "schema:DefinedRegion", "schema:PaymentCard", "schema:EventSeries", "schema:BusinessFunction", "schema:MenuItem", "schema:HowToSupply", "schema:PhysicalActivityCategory", "schema:EducationalOccupationalProgram", "schema:Observation", "schema:ActionStatusType", "schema:MedicalEvidenceLevel", "schema:MerchantReturnEnumeration", "schema:OfferCatalog", "schema:EventAttendanceModeEnumeration", "schema:PropertyValueSpecification", "schema:MerchantReturnPolicy", "schema:GameServer", "schema:Trip", "schema:ProgramMembership", "schema:QuantitativeValueDistribution", "schema:ParentAudience", "schema:MedicalCode", "schema:FlightReservation", "schema:OpeningHoursSpecification", "schema:WorkBasedProgram", "schema:AggregateRating", "schema:DrugClass", "schema:TrainTrip", "schema:PropertyValue", "schema:Rating", "schema:MedicineSystem", "schema:RadioBroadcastService", "schema:GenderType", "schema:ComicSeries", "schema:AMRadioChannel", "schema:ComputerLanguage", "schema:ReturnFeesEnumeration", "schema:SteeringPositionValue", "schema:DepositAccount", "schema:OfferItemCondition", "schema:BookSeries", "schema:Brand", "schema:LocationFeatureSpecification", "schema:ShippingDeliveryTime", "schema:GameServerStatus", "schema:DayOfWeek", "schema:Mass", "schema:Audience", "schema:EmployerAggregateRating", "schema:RepaymentSpecification", "schema:LinkRole", "schema:GovernmentBenefitsType", "schema:BroadcastFrequencySpecification", "schema:Enumeration", "schema:UKNonprofitType", "schema:OwnershipInfo", "schema:MedicalObservationalStudyDesign", "schema:CDCPMDRecord", "schema:MedicalTrialDesign", "schema:MonetaryAmount", "schema:PaymentStatusType", "schema:OrderStatus", "schema:DrugCostCategory", "schema:Order", "schema:FinancialProduct", "schema:ProductReturnEnumeration", "schema:MusicReleaseFormatType", "schema:PostalCodeRangeSpecification", "schema:MusicAlbumReleaseType", "schema:AlignmentObject", "schema:BoardingPolicyType", "schema:BookFormatType", "schema:HowToTool", "schema:ItemAvailability", "schema:MedicalEnumeration", "schema:BusReservation", "schema:CarUsageType", "schema:USNonprofitType", "schema:ItemListOrderType", "schema:DataFeedItem", "schema:BusinessEntityType", "schema:EngineSpecification", "schema:LegalForceStatus", "schema:DigitalDocumentPermissionType", "schema:OrganizationRole", "schema:MovieSeries", "schema:ItemList", "schema:DeliveryTimeSettings", "schema:MusicAlbumProductionType", "schema:HowToTip", "schema:ContactPointOption", "schema:Seat", "schema:Language", "schema:Class", "schema:CompoundPriceSpecification", "schema:PeopleAudience", "schema:CableOrSatelliteService", "schema:QualitativeValue", "schema:LoanOrCredit", "schema:DrugPregnancyCategory", "schema:PodcastSeries", "schema:ReservationPackage", "schema:PriceSpecification", "schema:Quantity", "schema:Energy", "schema:MonetaryAmountDistribution", "schema:TVSeries", "schema:BankAccount", "schema:StatisticalPopulation", "schema:MonetaryGrant", "schema:BusTrip", "schema:BrokerageAccount", "schema:HowToStep", "schema:Patient", "schema:Service", "schema:GamePlayMode", "schema:TelevisionChannel", "schema:MedicalStudyStatus", "schema:PaymentService", "schema:Ticket", "schema:TrainReservation", "schema:Schedule", "schema:GeospatialGeometry", "schema:ExchangeRateSpecification", "schema:GeoShape", "schema:TypeAndQuantityNode", "schema:MapCategoryType", "schema:GeoCoordinates", "schema:NLNonprofitType", "schema:Reservation", "schema:FoodService", "schema:VideoGameSeries", "schema:PhysicalExam", "schema:MediaManipulationRatingEnumeration", "schema:ReservationStatusType", "schema:MedicalDevicePurpose", "schema:WebAPI", "schema:PerformanceRole", "schema:BroadcastChannel", "schema:BedDetails", "schema:BedType", "schema:EventReservation", "schema:UnitPriceSpecification", "schema:Occupation", "schema:Series", "schema:GovernmentService", "schema:Property", "schema:AggregateOffer", "schema:LockerDelivery", "schema:Duration", "schema:OfferShippingDetails", "schema:HowToItem", "schema:BreadcrumbList", "schema:DigitalDocumentPermission", "schema:FoodEstablishmentReservation", "schema:Offer", "schema:RadioSeries", "schema:DatedMoneySpecification", "schema:RefundTypeEnumeration", "schema:StructuredValue", "schema:CreditCard", "schema:EventStatusType", "schema:ContactPoint", "schema:TaxiService", "schema:MortgageLoan", "schema:HealthAspectEnumeration", "schema:JobPosting", "schema:HealthPlanFormulary", "schema:InvestmentOrDeposit", "schema:RsvpResponseType", "schema:FMRadioChannel", "schema:CurrencyConversionService", "schema:ProductReturnPolicy", "schema:PostalAddress", "schema:DeliveryMethod", "schema:RestrictedDiet", "schema:BusinessAudience", "schema:DrugCost", "schema:Demand", "schema:InfectiousAgentClass", "schema:HowToDirection", "schema:VirtualLocation", "schema:RadioChannel", "schema:ShippingRateSettings", "schema:BroadcastService", "schema:EntryPoint", "schema:HowToSection", "schema:NonprofitType", "schema:Distance", "schema:CategoryCode", "schema:MediaSubscription", "schema:Flight", "schema:DrugPrescriptionStatus", "schema:HealthPlanCostSharingSpecification", "schema:EmployeeRole", "schema:LodgingReservation", "schema:Permit", "schema:TouristTrip", "schema:Grant", "schema:ParcelService", "schema:MedicalSpecialty", "schema:NutritionInformation", "schema:InteractionCounter", "schema:MedicalProcedureType", "schema:PaymentChargeSpecification", "schema:DefinedTerm", "schema:DriveWheelConfigurationValue", "schema:HealthPlanNetwork", "schema:QuantitativeValue", "schema:GeoCircle", "schema:Role", "schema:Taxi" ],
"narrowerTransitive" : [ "schema:Rating", "schema:BroadcastChannel", "schema:Schedule", "schema:BroadcastFrequencySpecification", "schema:Offer", "schema:DefinedTerm", "schema:ActionAccessSpecification", "schema:ItemList", "schema:ProgramMembership", "schema:Ticket", "schema:FloorPlan", "schema:Demand", "schema:PropertyValueSpecification", "schema:BedDetails", "schema:JobPosting", "schema:HealthPlanFormulary", "schema:Role", "schema:Order", "schema:StructuredValue", "schema:Audience", "schema:Service", "schema:GeospatialGeometry", "schema:Permit", "schema:SpeakableSpecification", "schema:Series", "schema:HealthPlanCostSharingSpecification", "schema:ListItem", "schema:GameServer", "schema:ComputerLanguage", "schema:MediaSubscription", "schema:Enumeration", "schema:EntryPoint", "schema:Occupation", "schema:ParcelDelivery", "schema:Quantity", "schema:Observation", "schema:Reservation", "schema:Trip", "schema:StatisticalPopulation", "schema:HealthInsurancePlan", "schema:OrderItem", "schema:EducationalOccupationalProgram", "schema:MenuItem", "schema:AlignmentObject", "schema:Class", "schema:MerchantReturnPolicy", "schema:Language", "schema:DigitalDocumentPermission", "schema:Seat", "schema:Brand", "schema:Invoice", "schema:ProductReturnPolicy", "schema:DataFeedItem", "schema:Property", "schema:ServiceChannel", "schema:Grant", "schema:VirtualLocation", "schema:HealthPlanNetwork" ],
"prefLabel" : "Intangible"
}, {
"@id" : "schema:Integer",
"@type" : "skos:Concept",
"broader" : "schema:Number",
"broaderTransitive" : "schema:Number",
"definition" : "Data type: Integer.",
"prefLabel" : "Integer"
}, {
"@id" : "schema:InteractAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action" ],
"broaderTransitive" : "schema:Action",
"definition" : "The act of interacting with another person or organization.",
"narrower" : [ "schema:FollowAction", "schema:RsvpAction", "schema:LeaveAction", "schema:MarryAction", "schema:JoinAction", "schema:SubscribeAction", "schema:InformAction", "schema:CommentAction", "schema:CheckInAction", "schema:UnRegisterAction", "schema:RegisterAction", "schema:BefriendAction", "schema:InviteAction", "schema:CommunicateAction", "schema:AskAction", "schema:CheckOutAction", "schema:ReplyAction", "schema:ShareAction", "schema:ConfirmAction" ],
"narrowerTransitive" : [ "schema:SubscribeAction", "schema:FollowAction", "schema:CommunicateAction", "schema:BefriendAction", "schema:MarryAction", "schema:JoinAction", "schema:LeaveAction", "schema:RegisterAction", "schema:UnRegisterAction" ],
"prefLabel" : "InteractAction"
}, {
"@id" : "schema:InteractionCounter",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:StructuredValue" ],
"broaderTransitive" : "schema:StructuredValue",
"definition" : "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.",
"prefLabel" : "InteractionCounter"
}, {
"@id" : "schema:InternetCafe",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness" ],
"broaderTransitive" : "schema:LocalBusiness",
"definition" : "An internet cafe.",
"prefLabel" : "InternetCafe"
}, {
"@id" : "schema:InvestmentFund",
"@type" : "skos:Concept",
"broader" : [ "schema:FinancialProduct", "schema:Intangible", "schema:InvestmentOrDeposit", "schema:Service", "schema:Thing" ],
"broaderTransitive" : "schema:InvestmentOrDeposit",
"definition" : "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.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "InvestmentFund"
}, {
"@id" : "schema:InvestmentOrDeposit",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Service", "schema:FinancialProduct", "schema:Intangible" ],
"broaderTransitive" : "schema:FinancialProduct",
"definition" : "A type of financial product that typically requires the client to transfer funds to a financial service in return for potential beneficial financial return.",
"narrower" : [ "schema:BrokerageAccount", "schema:DepositAccount", "schema:InvestmentFund" ],
"narrowerTransitive" : [ "schema:BrokerageAccount", "schema:DepositAccount", "schema:InvestmentFund" ],
"prefLabel" : "InvestmentOrDeposit"
}, {
"@id" : "schema:InviteAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:InteractAction", "schema:CommunicateAction" ],
"broaderTransitive" : "schema:CommunicateAction",
"definition" : "The act of asking someone to attend an event. Reciprocal of RsvpAction.",
"prefLabel" : "InviteAction"
}, {
"@id" : "schema:Invoice",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible" ],
"broaderTransitive" : "schema:Intangible",
"definition" : "A statement of the money due for goods or services; a bill.",
"prefLabel" : "Invoice"
}, {
"@id" : "schema:ItemAvailability",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration" ],
"broaderTransitive" : "schema:Enumeration",
"definition" : "A list of possible product availability options.",
"prefLabel" : "ItemAvailability"
}, {
"@id" : "schema:ItemList",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible" ],
"broaderTransitive" : "schema:Intangible",
"definition" : "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.",
"narrower" : [ "schema:OfferCatalog", "schema:HowToSection", "schema:BreadcrumbList", "schema:HowToStep" ],
"narrowerTransitive" : [ "schema:HowToStep", "schema:HowToSection", "schema:BreadcrumbList", "schema:OfferCatalog" ],
"prefLabel" : "ItemList"
}, {
"@id" : "schema:ItemListOrderType",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration" ],
"broaderTransitive" : "schema:Enumeration",
"definition" : "Enumerated for values for itemListOrder for indicating how an ordered ItemList is organized.",
"prefLabel" : "ItemListOrderType"
}, {
"@id" : "schema:ItemPage",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:WebPage" ],
"broaderTransitive" : "schema:WebPage",
"definition" : "A page devoted to a single item, such as a particular product or hotel.",
"prefLabel" : "ItemPage"
}, {
"@id" : "schema:JewelryStore",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:Store" ],
"broaderTransitive" : "schema:Store",
"definition" : "A jewelry store.",
"prefLabel" : "JewelryStore"
}, {
"@id" : "schema:JobPosting",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible" ],
"broaderTransitive" : "schema:Intangible",
"definition" : "A listing that describes a job opening in a certain organization.",
"prefLabel" : "JobPosting"
}, {
"@id" : "schema:JoinAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:InteractAction" ],
"broaderTransitive" : "schema:InteractAction",
"definition" : "An agent joins an event/group with participants/friends at a location.<br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/RegisterAction\">RegisterAction</a>: Unlike RegisterAction, JoinAction refers to joining a group/team of people.</li>\n<li><a class=\"localLink\" href=\"http://schema.org/SubscribeAction\">SubscribeAction</a>: Unlike SubscribeAction, JoinAction does not imply that you'll be receiving updates.</li>\n<li><a class=\"localLink\" href=\"http://schema.org/FollowAction\">FollowAction</a>: Unlike FollowAction, JoinAction does not imply that you'll be polling for updates.</li>\n</ul>\n",
"prefLabel" : "JoinAction"
}, {
"@id" : "schema:Joint",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:MedicalEntity", "schema:AnatomicalStructure" ],
"broaderTransitive" : "schema:AnatomicalStructure",
"definition" : "The anatomical location at which two or more bones make contact.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "Joint"
}, {
"@id" : "schema:LakeBodyOfWater",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place", "schema:Landform", "schema:BodyOfWater" ],
"broaderTransitive" : "schema:BodyOfWater",
"definition" : "A lake (for example, Lake Pontrachain).",
"prefLabel" : "LakeBodyOfWater"
}, {
"@id" : "schema:Landform",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place" ],
"broaderTransitive" : "schema:Place",
"definition" : "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.",
"narrower" : [ "schema:LakeBodyOfWater", "schema:RiverBodyOfWater", "schema:Pond", "schema:Reservoir", "schema:Canal", "schema:Volcano", "schema:SeaBodyOfWater", "schema:BodyOfWater", "schema:OceanBodyOfWater", "schema:Continent", "schema:Waterfall", "schema:Mountain" ],
"narrowerTransitive" : [ "schema:Mountain", "schema:Volcano", "schema:Continent", "schema:BodyOfWater" ],
"prefLabel" : "Landform"
}, {
"@id" : "schema:LandmarksOrHistoricalBuildings",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place" ],
"broaderTransitive" : "schema:Place",
"definition" : "An historical landmark or building.",
"prefLabel" : "LandmarksOrHistoricalBuildings"
}, {
"@id" : "schema:Language",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible" ],
"broaderTransitive" : "schema:Intangible",
"definition" : "Natural languages such as Spanish, Tamil, Hindi, English, etc. Formal language code tags expressed in <a href=\"https://en.wikipedia.org/wiki/IETF_language_tag\">BCP 47</a> can be used via the <a class=\"localLink\" href=\"http://schema.org/alternateName\">alternateName</a> property. The Language type previously also covered programming languages such as Scheme and Lisp, which are now best represented using <a class=\"localLink\" href=\"http://schema.org/ComputerLanguage\">ComputerLanguage</a>.",
"prefLabel" : "Language"
}, {
"@id" : "schema:LeaveAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:InteractAction" ],
"broaderTransitive" : "schema:InteractAction",
"definition" : "An agent leaves an event / group with participants/friends at a location.<br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/JoinAction\">JoinAction</a>: The antonym of LeaveAction.</li>\n<li><a class=\"localLink\" href=\"http://schema.org/UnRegisterAction\">UnRegisterAction</a>: Unlike UnRegisterAction, LeaveAction implies leaving a group/team of people rather than a service.</li>\n</ul>\n",
"prefLabel" : "LeaveAction"
}, {
"@id" : "schema:LegalForceStatus",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration" ],
"broaderTransitive" : "schema:Enumeration",
"definition" : "A list of possible statuses for the legal force of a legislation.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "LegalForceStatus"
}, {
"@id" : "schema:LegalService",
"@type" : "skos:Concept",
"broader" : [ "schema:Organization", "schema:Thing", "schema:Place", "schema:LocalBusiness" ],
"broaderTransitive" : "schema:LocalBusiness",
"definition" : "A LegalService is a business that provides legally-oriented services, advice and representation, e.g. law firms.<br/><br/>\n\nAs a <a class=\"localLink\" href=\"http://schema.org/LocalBusiness\">LocalBusiness</a> it can be described as a <a class=\"localLink\" href=\"http://schema.org/provider\">provider</a> of one or more <a class=\"localLink\" href=\"http://schema.org/Service\">Service</a>(s).",
"narrower" : [ "schema:Notary", "schema:Attorney" ],
"narrowerTransitive" : [ "schema:Notary", "schema:Attorney" ],
"prefLabel" : "LegalService"
}, {
"@id" : "schema:LegalValueLevel",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration" ],
"broaderTransitive" : "schema:Enumeration",
"definition" : "A list of possible levels for the legal validity of a legislation.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "LegalValueLevel"
}, {
"@id" : "schema:Legislation",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : "schema:CreativeWork",
"definition" : "A legal document such as an act, decree, bill, etc. (enforceable or not) or a component of a legal act (like an article).",
"inScheme" : "http://pending.schema.org",
"narrower" : "schema:LegislationObject",
"narrowerTransitive" : "schema:LegislationObject",
"prefLabel" : "Legislation"
}, {
"@id" : "schema:LegislationObject",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Legislation", "schema:MediaObject", "schema:CreativeWork" ],
"broaderTransitive" : [ "schema:MediaObject", "schema:Legislation" ],
"definition" : "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.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "LegislationObject"
}, {
"@id" : "schema:LegislativeBuilding",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place", "schema:CivicStructure", "schema:GovernmentBuilding" ],
"broaderTransitive" : "schema:GovernmentBuilding",
"definition" : "A legislative building&#x2014;for example, the state capitol.",
"prefLabel" : "LegislativeBuilding"
}, {
"@id" : "schema:LendAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:TransferAction" ],
"broaderTransitive" : "schema:TransferAction",
"definition" : "The act of providing an object under an agreement that it will be returned at a later date. Reciprocal of BorrowAction.<br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/BorrowAction\">BorrowAction</a>: Reciprocal of LendAction.</li>\n</ul>\n",
"prefLabel" : "LendAction"
}, {
"@id" : "schema:Library",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness" ],
"broaderTransitive" : "schema:LocalBusiness",
"definition" : "A library.",
"prefLabel" : "Library"
}, {
"@id" : "schema:LibrarySystem",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Organization" ],
"broaderTransitive" : "schema:Organization",
"definition" : "A <a class=\"localLink\" href=\"http://schema.org/LibrarySystem\">LibrarySystem</a> is a collaborative system amongst several libraries.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "LibrarySystem"
}, {
"@id" : "schema:LifestyleModification",
"@type" : "skos:Concept",
"broader" : [ "schema:MedicalEntity", "schema:Thing" ],
"broaderTransitive" : "schema:MedicalEntity",
"definition" : "A process of care involving exercise, changes to diet, fitness routines, and other lifestyle changes aimed at improving a health condition.",
"inScheme" : "http://health-lifesci.schema.org",
"narrower" : [ "schema:ExercisePlan", "schema:Diet", "schema:PhysicalActivity" ],
"narrowerTransitive" : [ "schema:Diet", "schema:PhysicalActivity" ],
"prefLabel" : "LifestyleModification"
}, {
"@id" : "schema:Ligament",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:MedicalEntity", "schema:AnatomicalStructure" ],
"broaderTransitive" : "schema:AnatomicalStructure",
"definition" : "A short band of tough, flexible, fibrous connective tissue that functions to connect multiple bones, cartilages, and structurally support joints.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "Ligament"
}, {
"@id" : "schema:LikeAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:AssessAction", "schema:ReactAction" ],
"broaderTransitive" : "schema:ReactAction",
"definition" : "The act of expressing a positive sentiment about the object. An agent likes an object (a proposition, topic or theme) with participants.",
"prefLabel" : "LikeAction"
}, {
"@id" : "schema:LinkRole",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Role" ],
"broaderTransitive" : "schema:Role",
"definition" : "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.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "LinkRole"
}, {
"@id" : "schema:LiquorStore",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:Store" ],
"broaderTransitive" : "schema:Store",
"definition" : "A shop that sells alcoholic drinks such as wine, beer, whisky and other spirits.",
"prefLabel" : "LiquorStore"
}, {
"@id" : "schema:ListItem",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible" ],
"broaderTransitive" : "schema:Intangible",
"definition" : "An list item, e.g. a step in a checklist or how-to description.",
"narrower" : [ "schema:HowToTool", "schema:HowToItem", "schema:HowToSection", "schema:HowToSupply", "schema:HowToDirection", "schema:HowToTip", "schema:HowToStep" ],
"narrowerTransitive" : [ "schema:HowToDirection", "schema:HowToStep", "schema:HowToSection", "schema:HowToItem", "schema:HowToTip" ],
"prefLabel" : "ListItem"
}, {
"@id" : "schema:ListenAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:ConsumeAction" ],
"broaderTransitive" : "schema:ConsumeAction",
"definition" : "The act of consuming audio content.",
"prefLabel" : "ListenAction"
}, {
"@id" : "schema:LiteraryEvent",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Event" ],
"broaderTransitive" : "schema:Event",
"definition" : "Event type: Literary event.",
"prefLabel" : "LiteraryEvent"
}, {
"@id" : "schema:LiveBlogPosting",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:Article", "schema:SocialMediaPosting", "schema:BlogPosting" ],
"broaderTransitive" : "schema:BlogPosting",
"definition" : "A blog post intended to provide a rolling textual coverage of an ongoing event through continuous updates.",
"prefLabel" : "LiveBlogPosting"
}, {
"@id" : "schema:LoanOrCredit",
"@type" : "skos:Concept",
"broader" : [ "schema:Intangible", "schema:Service", "schema:Thing", "schema:FinancialProduct" ],
"broaderTransitive" : "schema:FinancialProduct",
"definition" : "A financial product for the loaning of an amount of money under agreed terms and charges.",
"narrower" : [ "schema:CreditCard", "schema:MortgageLoan" ],
"narrowerTransitive" : [ "schema:CreditCard", "schema:MortgageLoan" ],
"prefLabel" : "LoanOrCredit"
}, {
"@id" : "schema:LocalBusiness",
"@type" : "skos:Concept",
"broader" : [ "schema:Organization", "schema:Place", "schema:Thing" ],
"broaderTransitive" : [ "schema:Place", "schema:Organization" ],
"definition" : "A particular physical business or branch of an organization. Examples of LocalBusiness include a restaurant, a particular branch of a restaurant chain, a branch of a bank, a medical practice, a club, a bowling alley, etc.",
"narrower" : [ "schema:ShoppingCenter", "schema:MobilePhoneStore", "schema:SkiResort", "schema:Podiatric", "schema:DietNutrition", "schema:Winery", "schema:RadioStation", "schema:GolfCourse", "schema:Casino", "schema:Attorney", "schema:MovieTheater", "schema:MedicalClinic", "schema:AccountingService", "schema:RoofingContractor", "schema:PlasticSurgery", "schema:OfficeEquipmentStore", "schema:FoodEstablishment", "schema:TelevisionStation", "schema:Plumber", "schema:HomeGoodsStore", "schema:ComputerStore", "schema:TennisComplex", "schema:AutoWash", "schema:ComedyClub", "schema:CommunityHealth", "schema:BookStore", "schema:Midwifery", "schema:ToyStore", "schema:AutoDealer", "schema:BarOrPub", "schema:CafeOrCoffeeShop", "schema:HVACBusiness", "schema:Dermatology", "schema:LiquorStore", "schema:Hostel", "schema:AmusementPark", "schema:LegalService", "schema:Hotel", "schema:FurnitureStore", "schema:ConvenienceStore", "schema:MotorcycleDealer", "schema:ArchiveOrganization", "schema:Pharmacy", "schema:EmploymentAgency", "schema:GardenStore", "schema:HealthAndBeautyBusiness", "schema:ChildCare", "schema:GovernmentOffice", "schema:Notary", "schema:Library", "schema:PublicSwimmingPool", "schema:Restaurant", "schema:StadiumOrArena", "schema:JewelryStore", "schema:Distillery", "schema:HobbyShop", "schema:Bakery", "schema:Obstetric", "schema:RealEstateAgent", "schema:Otolaryngologic", "schema:TouristInformationCenter", "schema:Emergency", "schema:AutoRepair", "schema:Gynecologic", "schema:FastFoodRestaurant", "schema:Physician", "schema:SportsClub", "schema:Electrician", "schema:BowlingAlley", "schema:LodgingBusiness", "schema:HousePainter", "schema:MovingCompany", "schema:InternetCafe", "schema:SelfStorage", "schema:Campground", "schema:AutoBodyShop", "schema:Optician", "schema:DryCleaningOrLaundry", "schema:ArtGallery", "schema:ClothingStore", "schema:AutoPartsStore", "schema:AutomatedTeller", "schema:RecyclingCenter", "schema:Store", "schema:CovidTestingFacility", "schema:MotorcycleRepair", "schema:TravelAgency", "schema:TattooParlor", "schema:AutomotiveBusiness", "schema:Motel", "schema:SportsActivityLocation", "schema:AutoRental", "schema:HealthClub", "schema:BedAndBreakfast", "schema:BankOrCreditUnion", "schema:MusicStore", "schema:BikeStore", "schema:Dentist", "schema:DaySpa", "schema:IceCreamShop", "schema:Resort", "schema:Hospital", "schema:ExerciseGym", "schema:PrimaryCare", "schema:Optometric", "schema:WholesaleStore", "schema:HardwareStore", "schema:Psychiatric", "schema:Geriatric", "schema:InsuranceAgency", "schema:GroceryStore", "schema:ProfessionalService", "schema:OutletStore", "schema:AnimalShelter", "schema:Physiotherapy", "schema:GasStation", "schema:PostOffice", "schema:HomeAndConstructionBusiness", "schema:PoliceStation", "schema:FinancialService", "schema:PawnShop", "schema:NailSalon", "schema:NightClub", "schema:Oncologic", "schema:GeneralContractor", "schema:MensClothingStore", "schema:DepartmentStore", "schema:TireShop", "schema:ElectronicsStore", "schema:EntertainmentBusiness", "schema:Pediatric", "schema:PublicHealth", "schema:ShoeStore", "schema:AdultEntertainment", "schema:Florist", "schema:BeautySalon", "schema:EmergencyService", "schema:HairSalon", "schema:Brewery", "schema:SportingGoodsStore", "schema:MedicalBusiness", "schema:Locksmith", "schema:MovieRentalStore", "schema:PetStore", "schema:Nursing", "schema:FireStation" ],
"narrowerTransitive" : [ "schema:Dentist", "schema:Library", "schema:SportsActivityLocation", "schema:ShoppingCenter", "schema:AutomotiveBusiness", "schema:SelfStorage", "schema:FoodEstablishment", "schema:EmergencyService", "schema:FinancialService", "schema:EntertainmentBusiness", "schema:Store", "schema:LodgingBusiness", "schema:RadioStation", "schema:AnimalShelter", "schema:LegalService", "schema:TouristInformationCenter", "schema:HealthAndBeautyBusiness", "schema:ProfessionalService", "schema:TravelAgency", "schema:EmploymentAgency", "schema:ArchiveOrganization", "schema:RecyclingCenter", "schema:InternetCafe", "schema:ChildCare", "schema:RealEstateAgent", "schema:TelevisionStation", "schema:MedicalBusiness", "schema:DryCleaningOrLaundry", "schema:HomeAndConstructionBusiness", "schema:GovernmentOffice" ],
"prefLabel" : "LocalBusiness"
}, {
"@id" : "schema:LocationFeatureSpecification",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:StructuredValue", "schema:PropertyValue" ],
"broaderTransitive" : "schema:PropertyValue",
"definition" : "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.",
"prefLabel" : "LocationFeatureSpecification"
}, {
"@id" : "schema:LockerDelivery",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration", "schema:DeliveryMethod" ],
"broaderTransitive" : "schema:DeliveryMethod",
"definition" : "A DeliveryMethod in which an item is made available via locker.",
"prefLabel" : "LockerDelivery"
}, {
"@id" : "schema:Locksmith",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:HomeAndConstructionBusiness" ],
"broaderTransitive" : "schema:HomeAndConstructionBusiness",
"definition" : "A locksmith.",
"prefLabel" : "Locksmith"
}, {
"@id" : "schema:LodgingBusiness",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:Place" ],
"broaderTransitive" : "schema:LocalBusiness",
"definition" : "A lodging business, such as a motel, hotel, or inn.",
"narrower" : [ "schema:Hotel", "schema:BedAndBreakfast", "schema:Hostel", "schema:Motel", "schema:Resort", "schema:Campground" ],
"narrowerTransitive" : [ "schema:BedAndBreakfast", "schema:Motel", "schema:Resort", "schema:Hotel", "schema:Campground", "schema:Hostel" ],
"prefLabel" : "LodgingBusiness"
}, {
"@id" : "schema:LodgingReservation",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Reservation" ],
"broaderTransitive" : "schema:Reservation",
"definition" : "A reservation for lodging at a hotel, motel, inn, etc.<br/><br/>\n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations.",
"prefLabel" : "LodgingReservation"
}, {
"@id" : "schema:LoseAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:AchieveAction" ],
"broaderTransitive" : "schema:AchieveAction",
"definition" : "The act of being defeated in a competitive activity.",
"prefLabel" : "LoseAction"
}, {
"@id" : "schema:LymphaticVessel",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:MedicalEntity", "schema:AnatomicalStructure", "schema:Vessel" ],
"broaderTransitive" : "schema:Vessel",
"definition" : "A type of blood vessel that specifically carries lymph fluid unidirectionally toward the heart.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "LymphaticVessel"
}, {
"@id" : "schema:Manuscript",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : "schema:CreativeWork",
"definition" : "A book, document, or piece of music written by hand rather than typed or printed.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "Manuscript"
}, {
"@id" : "schema:Map",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : "schema:CreativeWork",
"definition" : "A map.",
"prefLabel" : "Map"
}, {
"@id" : "schema:MapCategoryType",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration" ],
"broaderTransitive" : "schema:Enumeration",
"definition" : "An enumeration of several kinds of Map.",
"prefLabel" : "MapCategoryType"
}, {
"@id" : "schema:MarryAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:InteractAction" ],
"broaderTransitive" : "schema:InteractAction",
"definition" : "The act of marrying a person.",
"prefLabel" : "MarryAction"
}, {
"@id" : "schema:Mass",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Quantity" ],
"broaderTransitive" : "schema:Quantity",
"definition" : "Properties that take Mass as values are of the form '&lt;Number&gt; &lt;Mass unit of measure&gt;'. E.g., '7 kg'.",
"prefLabel" : "Mass"
}, {
"@id" : "schema:MaximumDoseSchedule",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:MedicalEntity", "schema:MedicalIntangible", "schema:DoseSchedule" ],
"broaderTransitive" : "schema:DoseSchedule",
"definition" : "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.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "MaximumDoseSchedule"
}, {
"@id" : "schema:MediaGallery",
"@type" : "skos:Concept",
"broader" : [ "schema:CollectionPage", "schema:WebPage", "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : "schema:CollectionPage",
"definition" : "Web page type: Media gallery page. A mixed-media page that can contains media such as images, videos, and other multimedia.",
"narrower" : [ "schema:ImageGallery", "schema:VideoGallery" ],
"narrowerTransitive" : [ "schema:ImageGallery", "schema:VideoGallery" ],
"prefLabel" : "MediaGallery"
}, {
"@id" : "schema:MediaManipulationRatingEnumeration",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration" ],
"broaderTransitive" : "schema:Enumeration",
"definition" : "(editorial work in progress, this definition is incomplete and unreviewed) MediaManipulationRatingEnumeration classifies a number of ways in which a media item (video, image, audio) can be manipulated, taking into account the context within which they are published or presented.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "MediaManipulationRatingEnumeration"
}, {
"@id" : "schema:MediaObject",
"@type" : "skos:Concept",
"broader" : [ "schema:CreativeWork", "schema:Thing" ],
"broaderTransitive" : "schema:CreativeWork",
"definition" : "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).",
"narrower" : [ "schema:3DModel", "schema:DataDownload", "schema:Audiobook", "schema:MusicVideoObject", "schema:Barcode", "schema:AudioObject", "schema:LegislationObject", "schema:ImageObject", "schema:VideoObject" ],
"narrowerTransitive" : [ "schema:VideoObject", "schema:MusicVideoObject", "schema:AudioObject", "schema:ImageObject", "schema:LegislationObject", "schema:3DModel", "schema:DataDownload" ],
"prefLabel" : "MediaObject"
}, {
"@id" : "schema:MediaReview",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:Review" ],
"broaderTransitive" : "schema:Review",
"definition" : "(editorial work in progress, this definition is incomplete and unreviewed)\n A <a class=\"localLink\" href=\"http://schema.org/MediaReview\">MediaReview</a> is a more specialized form of Review dedicated to the evaluation of media content online, typically in the context of fact-checking and misinformation.\n For more general reviews of media in the broader sense, use <a class=\"localLink\" href=\"http://schema.org/UserReview\">UserReview</a>, <a class=\"localLink\" href=\"http://schema.org/CriticReview\">CriticReview</a> or other <a class=\"localLink\" href=\"http://schema.org/Review\">Review</a> types.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "MediaReview"
}, {
"@id" : "schema:MediaSubscription",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible" ],
"broaderTransitive" : "schema:Intangible",
"definition" : "A subscription which allows a user to access media including audio, video, books, etc.",
"prefLabel" : "MediaSubscription"
}, {
"@id" : "schema:MedicalAudience",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Enumeration", "schema:Intangible", "schema:MedicalEnumeration", "schema:Audience", "schema:PeopleAudience" ],
"broaderTransitive" : [ "schema:Audience", "schema:PeopleAudience", "schema:MedicalEnumeration" ],
"definition" : "Target audiences for medical web pages. Enumerated type.",
"inScheme" : "http://health-lifesci.schema.org",
"narrower" : "schema:Patient",
"narrowerTransitive" : "schema:Patient",
"prefLabel" : "MedicalAudience"
}, {
"@id" : "schema:MedicalBusiness",
"@type" : "skos:Concept",
"broader" : [ "schema:LocalBusiness", "schema:Thing", "schema:Place", "schema:Organization" ],
"broaderTransitive" : "schema:LocalBusiness",
"definition" : "A particular physical or virtual business of an organization for medical purposes. Examples of MedicalBusiness include differents business run by health professionals.",
"inScheme" : "http://health-lifesci.schema.org",
"narrower" : [ "schema:MedicalClinic", "schema:Pediatric", "schema:CovidTestingFacility", "schema:Dermatology", "schema:PlasticSurgery", "schema:Physician", "schema:Oncologic", "schema:Midwifery", "schema:Physiotherapy", "schema:Dentist", "schema:Podiatric", "schema:Psychiatric", "schema:Otolaryngologic", "schema:PublicHealth", "schema:DietNutrition", "schema:PrimaryCare", "schema:CommunityHealth", "schema:Gynecologic", "schema:Emergency", "schema:Optician", "schema:Pharmacy", "schema:Geriatric", "schema:Obstetric", "schema:Nursing", "schema:Optometric" ],
"narrowerTransitive" : [ "schema:Otolaryngologic", "schema:Optician", "schema:PublicHealth", "schema:CommunityHealth", "schema:MedicalClinic", "schema:Nursing", "schema:Dentist", "schema:PlasticSurgery", "schema:Physiotherapy", "schema:Emergency", "schema:Pediatric", "schema:Oncologic", "schema:Psychiatric", "schema:Gynecologic", "schema:Dermatology", "schema:Geriatric", "schema:DietNutrition", "schema:PrimaryCare", "schema:Optometric", "schema:Pharmacy", "schema:Podiatric", "schema:Obstetric", "schema:Midwifery", "schema:Physician" ],
"prefLabel" : "MedicalBusiness"
}, {
"@id" : "schema:MedicalCause",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:MedicalEntity" ],
"broaderTransitive" : "schema:MedicalEntity",
"definition" : "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.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "MedicalCause"
}, {
"@id" : "schema:MedicalClinic",
"@type" : "skos:Concept",
"broader" : [ "schema:LocalBusiness", "schema:MedicalOrganization", "schema:MedicalBusiness", "schema:Organization", "schema:Place", "schema:Thing" ],
"broaderTransitive" : [ "schema:MedicalOrganization", "schema:MedicalBusiness" ],
"definition" : "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.",
"inScheme" : "http://health-lifesci.schema.org",
"narrower" : "schema:CovidTestingFacility",
"narrowerTransitive" : "schema:CovidTestingFacility",
"prefLabel" : "MedicalClinic"
}, {
"@id" : "schema:MedicalCode",
"@type" : "skos:Concept",
"broader" : [ "schema:CategoryCode", "schema:MedicalIntangible", "schema:DefinedTerm", "schema:MedicalEntity", "schema:Intangible", "schema:Thing" ],
"broaderTransitive" : [ "schema:CategoryCode", "schema:MedicalIntangible" ],
"definition" : "A code for a medical entity.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "MedicalCode"
}, {
"@id" : "schema:MedicalCondition",
"@type" : "skos:Concept",
"broader" : [ "schema:MedicalEntity", "schema:Thing" ],
"broaderTransitive" : "schema:MedicalEntity",
"definition" : "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.",
"inScheme" : "http://health-lifesci.schema.org",
"narrower" : [ "schema:VitalSign", "schema:InfectiousDisease", "schema:MedicalSign", "schema:MedicalSymptom", "schema:MedicalSignOrSymptom" ],
"narrowerTransitive" : [ "schema:InfectiousDisease", "schema:MedicalSignOrSymptom" ],
"prefLabel" : "MedicalCondition"
}, {
"@id" : "schema:MedicalConditionStage",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:MedicalEntity", "schema:MedicalIntangible" ],
"broaderTransitive" : "schema:MedicalIntangible",
"definition" : "A stage of a medical condition, such as 'Stage IIIa'.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "MedicalConditionStage"
}, {
"@id" : "schema:MedicalContraindication",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:MedicalEntity" ],
"broaderTransitive" : "schema:MedicalEntity",
"definition" : "A condition or factor that serves as a reason to withhold a certain medical therapy. Contraindications can be absolute (there are no reasonable circumstances for undertaking a course of action) or relative (the patient is at higher risk of complications, but that these risks may be outweighed by other considerations or mitigated by other measures).",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "MedicalContraindication"
}, {
"@id" : "schema:MedicalDevice",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:MedicalEntity" ],
"broaderTransitive" : "schema:MedicalEntity",
"definition" : "Any object used in a medical capacity, such as to diagnose or treat a patient.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "MedicalDevice"
}, {
"@id" : "schema:MedicalDevicePurpose",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration", "schema:MedicalEnumeration" ],
"broaderTransitive" : "schema:MedicalEnumeration",
"definition" : "Categories of medical devices, organized by the purpose or intended use of the device.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "MedicalDevicePurpose"
}, {
"@id" : "schema:MedicalEntity",
"@type" : "skos:Concept",
"broader" : "schema:Thing",
"broaderTransitive" : "schema:Thing",
"definition" : "The most generic type of entity related to health and the practice of medicine.",
"inScheme" : "http://health-lifesci.schema.org",
"narrower" : [ "schema:TherapeuticProcedure", "schema:MedicalSignOrSymptom", "schema:TreatmentIndication", "schema:DietarySupplement", "schema:DrugStrength", "schema:PsychologicalTreatment", "schema:MedicalRiskCalculator", "schema:Vein", "schema:DDxElement", "schema:ApprovedIndication", "schema:LifestyleModification", "schema:PhysicalTherapy", "schema:RadiationTherapy", "schema:PathologyTest", "schema:MedicalSign", "schema:MedicalTherapy", "schema:PreventionIndication", "schema:MaximumDoseSchedule", "schema:SurgicalProcedure", "schema:MedicalTest", "schema:AnatomicalSystem", "schema:Bone", "schema:LymphaticVessel", "schema:MedicalSymptom", "schema:MedicalConditionStage", "schema:ImagingTest", "schema:DiagnosticProcedure", "schema:MedicalTestPanel", "schema:MedicalRiskScore", "schema:ExercisePlan", "schema:MedicalTrial", "schema:PhysicalActivity", "schema:AnatomicalStructure", "schema:Vessel", "schema:PhysicalExam", "schema:Nerve", "schema:Substance", "schema:Drug", "schema:PalliativeProcedure", "schema:MedicalStudy", "schema:Diet", "schema:Muscle", "schema:MedicalRiskFactor", "schema:BloodTest", "schema:Joint", "schema:Artery", "schema:MedicalIndication", "schema:OccupationalTherapy", "schema:BrainStructure", "schema:MedicalRiskEstimator", "schema:InfectiousDisease", "schema:MedicalContraindication", "schema:RecommendedDoseSchedule", "schema:MedicalDevice", "schema:MedicalProcedure", "schema:MedicalCondition", "schema:VitalSign", "schema:MedicalCode", "schema:DoseSchedule", "schema:MedicalGuidelineRecommendation", "schema:RespiratoryTherapy", "schema:SuperficialAnatomy", "schema:Ligament", "schema:MedicalGuideline", "schema:MedicalObservationalStudy", "schema:MedicalGuidelineContraindication", "schema:MedicalIntangible", "schema:DrugLegalStatus", "schema:MedicalCause", "schema:ReportedDoseSchedule" ],
"narrowerTransitive" : [ "schema:MedicalRiskEstimator", "schema:MedicalStudy", "schema:AnatomicalStructure", "schema:MedicalContraindication", "schema:MedicalCondition", "schema:Substance", "schema:MedicalProcedure", "schema:AnatomicalSystem", "schema:MedicalGuideline", "schema:MedicalIntangible", "schema:MedicalCause", "schema:MedicalTest", "schema:MedicalRiskFactor", "schema:MedicalDevice", "schema:SuperficialAnatomy", "schema:MedicalIndication", "schema:LifestyleModification" ],
"prefLabel" : "MedicalEntity"
}, {
"@id" : "schema:MedicalEnumeration",
"@type" : "skos:Concept",
"broader" : [ "schema:Intangible", "schema:Thing", "schema:Enumeration" ],
"broaderTransitive" : "schema:Enumeration",
"definition" : "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.",
"inScheme" : "http://health-lifesci.schema.org",
"narrower" : [ "schema:DrugCost", "schema:MedicalSpecialty", "schema:PhysicalExam", "schema:MedicalDevicePurpose", "schema:Patient", "schema:MedicalAudience", "schema:MedicalProcedureType", "schema:DrugCostCategory", "schema:InfectiousAgentClass", "schema:MedicalStudyStatus", "schema:MedicalTrialDesign", "schema:MedicalEvidenceLevel", "schema:DrugPregnancyCategory", "schema:DrugPrescriptionStatus", "schema:DrugClass", "schema:MedicalObservationalStudyDesign", "schema:MedicalImagingTechnique", "schema:MedicineSystem" ],
"narrowerTransitive" : [ "schema:MedicalDevicePurpose", "schema:MedicalEvidenceLevel", "schema:MedicalSpecialty", "schema:InfectiousAgentClass", "schema:MedicalObservationalStudyDesign", "schema:DrugCost", "schema:MedicalStudyStatus", "schema:MedicalProcedureType", "schema:DrugPrescriptionStatus", "schema:DrugPregnancyCategory", "schema:MedicalImagingTechnique", "schema:DrugClass", "schema:MedicalAudience", "schema:MedicineSystem", "schema:PhysicalExam", "schema:DrugCostCategory", "schema:MedicalTrialDesign" ],
"prefLabel" : "MedicalEnumeration"
}, {
"@id" : "schema:MedicalEvidenceLevel",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration", "schema:MedicalEnumeration" ],
"broaderTransitive" : "schema:MedicalEnumeration",
"definition" : "Level of evidence for a medical guideline. Enumerated type.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "MedicalEvidenceLevel"
}, {
"@id" : "schema:MedicalGuideline",
"@type" : "skos:Concept",
"broader" : [ "schema:MedicalEntity", "schema:Thing" ],
"broaderTransitive" : "schema:MedicalEntity",
"definition" : "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.",
"inScheme" : "http://health-lifesci.schema.org",
"narrower" : [ "schema:MedicalGuidelineContraindication", "schema:MedicalGuidelineRecommendation" ],
"narrowerTransitive" : [ "schema:MedicalGuidelineRecommendation", "schema:MedicalGuidelineContraindication" ],
"prefLabel" : "MedicalGuideline"
}, {
"@id" : "schema:MedicalGuidelineContraindication",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:MedicalEntity", "schema:MedicalGuideline" ],
"broaderTransitive" : "schema:MedicalGuideline",
"definition" : "A guideline contraindication that designates a process as harmful and where quality of the data supporting the contraindication is sound.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "MedicalGuidelineContraindication"
}, {
"@id" : "schema:MedicalGuidelineRecommendation",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:MedicalEntity", "schema:MedicalGuideline" ],
"broaderTransitive" : "schema:MedicalGuideline",
"definition" : "A guideline recommendation that is regarded as efficacious and where quality of the data supporting the recommendation is sound.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "MedicalGuidelineRecommendation"
}, {
"@id" : "schema:MedicalImagingTechnique",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration", "schema:MedicalEnumeration" ],
"broaderTransitive" : "schema:MedicalEnumeration",
"definition" : "Any medical imaging modality typically used for diagnostic purposes. Enumerated type.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "MedicalImagingTechnique"
}, {
"@id" : "schema:MedicalIndication",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:MedicalEntity" ],
"broaderTransitive" : "schema:MedicalEntity",
"definition" : "A condition or factor that indicates use of a medical therapy, including signs, symptoms, risk factors, anatomical states, etc.",
"inScheme" : "http://health-lifesci.schema.org",
"narrower" : [ "schema:PreventionIndication", "schema:TreatmentIndication", "schema:ApprovedIndication" ],
"narrowerTransitive" : [ "schema:TreatmentIndication", "schema:ApprovedIndication", "schema:PreventionIndication" ],
"prefLabel" : "MedicalIndication"
}, {
"@id" : "schema:MedicalIntangible",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:MedicalEntity" ],
"broaderTransitive" : "schema:MedicalEntity",
"definition" : "A utility class that serves as the umbrella for a number of 'intangible' things in the medical space.",
"inScheme" : "http://health-lifesci.schema.org",
"narrower" : [ "schema:ReportedDoseSchedule", "schema:MedicalConditionStage", "schema:RecommendedDoseSchedule", "schema:MedicalCode", "schema:DDxElement", "schema:DrugLegalStatus", "schema:DoseSchedule", "schema:DrugStrength", "schema:MaximumDoseSchedule" ],
"narrowerTransitive" : [ "schema:DrugLegalStatus", "schema:DDxElement", "schema:MedicalConditionStage", "schema:DoseSchedule", "schema:DrugStrength", "schema:MedicalCode" ],
"prefLabel" : "MedicalIntangible"
}, {
"@id" : "schema:MedicalObservationalStudy",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:MedicalEntity", "schema:MedicalStudy" ],
"broaderTransitive" : "schema:MedicalStudy",
"definition" : "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.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "MedicalObservationalStudy"
}, {
"@id" : "schema:MedicalObservationalStudyDesign",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration", "schema:MedicalEnumeration" ],
"broaderTransitive" : "schema:MedicalEnumeration",
"definition" : "Design models for observational medical studies. Enumerated type.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "MedicalObservationalStudyDesign"
}, {
"@id" : "schema:MedicalOrganization",
"@type" : "skos:Concept",
"broader" : [ "schema:Organization", "schema:Thing" ],
"broaderTransitive" : "schema:Organization",
"definition" : "A medical organization (physical or not), such as hospital, institution or clinic.",
"narrower" : [ "schema:Physician", "schema:CovidTestingFacility", "schema:Pharmacy", "schema:VeterinaryCare", "schema:Hospital", "schema:DiagnosticLab", "schema:Dentist", "schema:MedicalClinic" ],
"narrowerTransitive" : [ "schema:Physician", "schema:Dentist", "schema:Pharmacy", "schema:DiagnosticLab", "schema:MedicalClinic", "schema:Hospital", "schema:VeterinaryCare" ],
"prefLabel" : "MedicalOrganization"
}, {
"@id" : "schema:MedicalProcedure",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:MedicalEntity" ],
"broaderTransitive" : "schema:MedicalEntity",
"definition" : "A process of care used in either a diagnostic, therapeutic, preventive or palliative capacity that relies on invasive (surgical), non-invasive, or other techniques.",
"inScheme" : "http://health-lifesci.schema.org",
"narrower" : [ "schema:PhysicalTherapy", "schema:MedicalTherapy", "schema:OccupationalTherapy", "schema:PalliativeProcedure", "schema:RespiratoryTherapy", "schema:TherapeuticProcedure", "schema:PhysicalExam", "schema:RadiationTherapy", "schema:DiagnosticProcedure", "schema:PsychologicalTreatment", "schema:SurgicalProcedure" ],
"narrowerTransitive" : [ "schema:PhysicalExam", "schema:PalliativeProcedure", "schema:TherapeuticProcedure", "schema:DiagnosticProcedure", "schema:SurgicalProcedure" ],
"prefLabel" : "MedicalProcedure"
}, {
"@id" : "schema:MedicalProcedureType",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration", "schema:MedicalEnumeration" ],
"broaderTransitive" : "schema:MedicalEnumeration",
"definition" : "An enumeration that describes different types of medical procedures.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "MedicalProcedureType"
}, {
"@id" : "schema:MedicalRiskCalculator",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:MedicalEntity", "schema:MedicalRiskEstimator" ],
"broaderTransitive" : "schema:MedicalRiskEstimator",
"definition" : "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.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "MedicalRiskCalculator"
}, {
"@id" : "schema:MedicalRiskEstimator",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:MedicalEntity" ],
"broaderTransitive" : "schema:MedicalEntity",
"definition" : "Any rule set or interactive tool for estimating the risk of developing a complication or condition.",
"inScheme" : "http://health-lifesci.schema.org",
"narrower" : [ "schema:MedicalRiskScore", "schema:MedicalRiskCalculator" ],
"narrowerTransitive" : [ "schema:MedicalRiskCalculator", "schema:MedicalRiskScore" ],
"prefLabel" : "MedicalRiskEstimator"
}, {
"@id" : "schema:MedicalRiskFactor",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:MedicalEntity" ],
"broaderTransitive" : "schema:MedicalEntity",
"definition" : "A risk factor is anything that increases a person's likelihood of developing or contracting a disease, medical condition, or complication.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "MedicalRiskFactor"
}, {
"@id" : "schema:MedicalRiskScore",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:MedicalEntity", "schema:MedicalRiskEstimator" ],
"broaderTransitive" : "schema:MedicalRiskEstimator",
"definition" : "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.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "MedicalRiskScore"
}, {
"@id" : "schema:MedicalScholarlyArticle",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:Article", "schema:ScholarlyArticle" ],
"broaderTransitive" : "schema:ScholarlyArticle",
"definition" : "A scholarly article in the medical domain.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "MedicalScholarlyArticle"
}, {
"@id" : "schema:MedicalSign",
"@type" : "skos:Concept",
"broader" : [ "schema:MedicalCondition", "schema:Thing", "schema:MedicalSignOrSymptom", "schema:MedicalEntity" ],
"broaderTransitive" : "schema:MedicalSignOrSymptom",
"definition" : "Any physical manifestation of a person's medical condition discoverable by objective diagnostic tests or physical examination.",
"inScheme" : "http://health-lifesci.schema.org",
"narrower" : "schema:VitalSign",
"narrowerTransitive" : "schema:VitalSign",
"prefLabel" : "MedicalSign"
}, {
"@id" : "schema:MedicalSignOrSymptom",
"@type" : "skos:Concept",
"broader" : [ "schema:MedicalCondition", "schema:Thing", "schema:MedicalEntity" ],
"broaderTransitive" : "schema:MedicalCondition",
"definition" : "Any feature associated or not with a medical condition. In medicine a symptom is generally subjective while a sign is objective.",
"inScheme" : "http://health-lifesci.schema.org",
"narrower" : [ "schema:VitalSign", "schema:MedicalSign", "schema:MedicalSymptom" ],
"narrowerTransitive" : [ "schema:MedicalSymptom", "schema:MedicalSign" ],
"prefLabel" : "MedicalSignOrSymptom"
}, {
"@id" : "schema:MedicalSpecialty",
"@type" : "skos:Concept",
"broader" : [ "schema:Specialty", "schema:Enumeration", "schema:Thing", "schema:MedicalEnumeration", "schema:Intangible" ],
"broaderTransitive" : [ "schema:MedicalEnumeration", "schema:Specialty" ],
"definition" : "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.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "MedicalSpecialty"
}, {
"@id" : "schema:MedicalStudy",
"@type" : "skos:Concept",
"broader" : [ "schema:MedicalEntity", "schema:Thing" ],
"broaderTransitive" : "schema:MedicalEntity",
"definition" : "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.",
"inScheme" : "http://health-lifesci.schema.org",
"narrower" : [ "schema:MedicalTrial", "schema:MedicalObservationalStudy" ],
"narrowerTransitive" : [ "schema:MedicalTrial", "schema:MedicalObservationalStudy" ],
"prefLabel" : "MedicalStudy"
}, {
"@id" : "schema:MedicalStudyStatus",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration", "schema:MedicalEnumeration" ],
"broaderTransitive" : "schema:MedicalEnumeration",
"definition" : "The status of a medical study. Enumerated type.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "MedicalStudyStatus"
}, {
"@id" : "schema:MedicalSymptom",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:MedicalEntity", "schema:MedicalCondition", "schema:MedicalSignOrSymptom" ],
"broaderTransitive" : "schema:MedicalSignOrSymptom",
"definition" : "Any complaint sensed and expressed by the patient (therefore defined as subjective) like stomachache, lower-back pain, or fatigue.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "MedicalSymptom"
}, {
"@id" : "schema:MedicalTest",
"@type" : "skos:Concept",
"broader" : [ "schema:MedicalEntity", "schema:Thing" ],
"broaderTransitive" : "schema:MedicalEntity",
"definition" : "Any medical test, typically performed for diagnostic purposes.",
"inScheme" : "http://health-lifesci.schema.org",
"narrower" : [ "schema:PathologyTest", "schema:ImagingTest", "schema:MedicalTestPanel", "schema:BloodTest" ],
"narrowerTransitive" : [ "schema:MedicalTestPanel", "schema:PathologyTest", "schema:BloodTest", "schema:ImagingTest" ],
"prefLabel" : "MedicalTest"
}, {
"@id" : "schema:MedicalTestPanel",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:MedicalEntity", "schema:MedicalTest" ],
"broaderTransitive" : "schema:MedicalTest",
"definition" : "Any collection of tests commonly ordered together.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "MedicalTestPanel"
}, {
"@id" : "schema:MedicalTherapy",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:TherapeuticProcedure", "schema:MedicalEntity", "schema:MedicalProcedure" ],
"broaderTransitive" : "schema:TherapeuticProcedure",
"definition" : "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.",
"inScheme" : "http://health-lifesci.schema.org",
"narrower" : [ "schema:RespiratoryTherapy", "schema:PalliativeProcedure", "schema:PhysicalTherapy", "schema:OccupationalTherapy", "schema:RadiationTherapy" ],
"narrowerTransitive" : [ "schema:PhysicalTherapy", "schema:OccupationalTherapy", "schema:PalliativeProcedure", "schema:RespiratoryTherapy", "schema:RadiationTherapy" ],
"prefLabel" : "MedicalTherapy"
}, {
"@id" : "schema:MedicalTrial",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:MedicalEntity", "schema:MedicalStudy" ],
"broaderTransitive" : "schema:MedicalStudy",
"definition" : "A medical trial is a type of medical study that uses scientific process used to compare the safety and efficacy of medical therapies or medical procedures. In general, medical trials are controlled and subjects are allocated at random to the different treatment and/or control groups.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "MedicalTrial"
}, {
"@id" : "schema:MedicalTrialDesign",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:MedicalEnumeration", "schema:Intangible", "schema:Enumeration" ],
"broaderTransitive" : [ "schema:MedicalEnumeration", "schema:Enumeration" ],
"definition" : "Design models for medical trials. Enumerated type.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "MedicalTrialDesign"
}, {
"@id" : "schema:MedicalWebPage",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:WebPage" ],
"broaderTransitive" : "schema:WebPage",
"definition" : "A web page that provides medical information.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "MedicalWebPage"
}, {
"@id" : "schema:MedicineSystem",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration", "schema:MedicalEnumeration" ],
"broaderTransitive" : "schema:MedicalEnumeration",
"definition" : "Systems of medical practice.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "MedicineSystem"
}, {
"@id" : "schema:MeetingRoom",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place", "schema:Accommodation", "schema:Room" ],
"broaderTransitive" : "schema:Room",
"definition" : "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>.",
"prefLabel" : "MeetingRoom"
}, {
"@id" : "schema:MensClothingStore",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:Store" ],
"broaderTransitive" : "schema:Store",
"definition" : "A men's clothing store.",
"prefLabel" : "MensClothingStore"
}, {
"@id" : "schema:Menu",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : "schema:CreativeWork",
"definition" : "A structured representation of food or drink items available from a FoodEstablishment.",
"prefLabel" : "Menu"
}, {
"@id" : "schema:MenuItem",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible" ],
"broaderTransitive" : "schema:Intangible",
"definition" : "A food or drink item listed in a menu or menu section.",
"prefLabel" : "MenuItem"
}, {
"@id" : "schema:MenuSection",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : "schema:CreativeWork",
"definition" : "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.",
"prefLabel" : "MenuSection"
}, {
"@id" : "schema:MerchantReturnEnumeration",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration" ],
"broaderTransitive" : "schema:Enumeration",
"definition" : "MerchantReturnEnumeration enumerates several kinds of product return policy. Note that this structure may not capture all aspects of the policy.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "MerchantReturnEnumeration"
}, {
"@id" : "schema:MerchantReturnPolicy",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible" ],
"broaderTransitive" : "schema:Intangible",
"definition" : "A MerchantReturnPolicy provides information about product return policies associated with an <a class=\"localLink\" href=\"http://schema.org/Organization\">Organization</a> or <a class=\"localLink\" href=\"http://schema.org/Product\">Product</a>.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "MerchantReturnPolicy"
}, {
"@id" : "schema:Message",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : "schema:CreativeWork",
"definition" : "A single message from a sender to one or more organizations or people.",
"narrower" : "schema:EmailMessage",
"narrowerTransitive" : "schema:EmailMessage",
"prefLabel" : "Message"
}, {
"@id" : "schema:MiddleSchool",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:CivicStructure", "schema:Thing", "schema:Organization", "schema:EducationalOrganization" ],
"broaderTransitive" : "schema:EducationalOrganization",
"definition" : "A middle school (typically for children aged around 11-14, although this varies somewhat).",
"prefLabel" : "MiddleSchool"
}, {
"@id" : "schema:Midwifery",
"@type" : "skos:Concept",
"broader" : [ "schema:MedicalBusiness", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:Place" ],
"broaderTransitive" : "schema:MedicalBusiness",
"definition" : "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.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "Midwifery"
}, {
"@id" : "schema:MobileApplication",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:SoftwareApplication" ],
"broaderTransitive" : "schema:SoftwareApplication",
"definition" : "A software application designed specifically to work well on a mobile device such as a telephone.",
"prefLabel" : "MobileApplication"
}, {
"@id" : "schema:MobilePhoneStore",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:Store" ],
"broaderTransitive" : "schema:Store",
"definition" : "A store that sells mobile phones and related accessories.",
"prefLabel" : "MobilePhoneStore"
}, {
"@id" : "schema:MonetaryAmount",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:StructuredValue" ],
"broaderTransitive" : "schema:StructuredValue",
"definition" : "A monetary value or range. This type can be used to describe an amount of money such as $50 USD, or a range as in describing a bank account being suitable for a balance between £1,000 and £1,000,000 GBP, or the value of a salary, etc. It is recommended to use <a class=\"localLink\" href=\"http://schema.org/PriceSpecification\">PriceSpecification</a> Types to describe the price of an Offer, Invoice, etc.",
"prefLabel" : "MonetaryAmount"
}, {
"@id" : "schema:MonetaryAmountDistribution",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:StructuredValue", "schema:QuantitativeValueDistribution" ],
"broaderTransitive" : "schema:QuantitativeValueDistribution",
"definition" : "A statistical distribution of monetary amounts.",
"prefLabel" : "MonetaryAmountDistribution"
}, {
"@id" : "schema:MonetaryGrant",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Grant" ],
"broaderTransitive" : "schema:Grant",
"definition" : "A monetary grant.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "MonetaryGrant"
}, {
"@id" : "schema:MoneyTransfer",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:TransferAction" ],
"broaderTransitive" : "schema:TransferAction",
"definition" : "The act of transferring money from one place to another place. This may occur electronically or physically.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "MoneyTransfer"
}, {
"@id" : "schema:MortgageLoan",
"@type" : "skos:Concept",
"broader" : [ "schema:Intangible", "schema:LoanOrCredit", "schema:Service", "schema:Thing", "schema:FinancialProduct" ],
"broaderTransitive" : "schema:LoanOrCredit",
"definition" : "A loan in which property or real estate is used as collateral. (A loan securitized against some real estate.)",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "MortgageLoan"
}, {
"@id" : "schema:Mosque",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place", "schema:CivicStructure", "schema:PlaceOfWorship" ],
"broaderTransitive" : "schema:PlaceOfWorship",
"definition" : "A mosque.",
"prefLabel" : "Mosque"
}, {
"@id" : "schema:Motel",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:LodgingBusiness" ],
"broaderTransitive" : "schema:LodgingBusiness",
"definition" : "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>.",
"prefLabel" : "Motel"
}, {
"@id" : "schema:Motorcycle",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Product", "schema:Vehicle" ],
"broaderTransitive" : "schema:Vehicle",
"definition" : "A motorcycle or motorbike is a single-track, two-wheeled motor vehicle.",
"inScheme" : "http://auto.schema.org",
"prefLabel" : "Motorcycle"
}, {
"@id" : "schema:MotorcycleDealer",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:AutomotiveBusiness" ],
"broaderTransitive" : "schema:AutomotiveBusiness",
"definition" : "A motorcycle dealer.",
"prefLabel" : "MotorcycleDealer"
}, {
"@id" : "schema:MotorcycleRepair",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:AutomotiveBusiness" ],
"broaderTransitive" : "schema:AutomotiveBusiness",
"definition" : "A motorcycle repair shop.",
"prefLabel" : "MotorcycleRepair"
}, {
"@id" : "schema:MotorizedBicycle",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Product", "schema:Vehicle" ],
"broaderTransitive" : "schema:Vehicle",
"definition" : "A motorized bicycle is a bicycle with an attached motor used to power the vehicle, or to assist with pedaling.",
"inScheme" : "http://auto.schema.org",
"prefLabel" : "MotorizedBicycle"
}, {
"@id" : "schema:Mountain",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place", "schema:Landform" ],
"broaderTransitive" : "schema:Landform",
"definition" : "A mountain, like Mount Whitney or Mount Everest.",
"prefLabel" : "Mountain"
}, {
"@id" : "schema:MoveAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action" ],
"broaderTransitive" : "schema:Action",
"definition" : "The act of an agent relocating to a place.<br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/TransferAction\">TransferAction</a>: Unlike TransferAction, the subject of the move is a living Person or Organization rather than an inanimate object.</li>\n</ul>\n",
"narrower" : [ "schema:TravelAction", "schema:ArriveAction", "schema:DepartAction" ],
"narrowerTransitive" : [ "schema:TravelAction", "schema:ArriveAction", "schema:DepartAction" ],
"prefLabel" : "MoveAction"
}, {
"@id" : "schema:Movie",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : "schema:CreativeWork",
"definition" : "A movie.",
"prefLabel" : "Movie"
}, {
"@id" : "schema:MovieClip",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:Clip" ],
"broaderTransitive" : "schema:Clip",
"definition" : "A short segment/part of a movie.",
"prefLabel" : "MovieClip"
}, {
"@id" : "schema:MovieRentalStore",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:Store" ],
"broaderTransitive" : "schema:Store",
"definition" : "A movie rental store.",
"prefLabel" : "MovieRentalStore"
}, {
"@id" : "schema:MovieSeries",
"@type" : "skos:Concept",
"broader" : [ "schema:CreativeWork", "schema:Thing", "schema:Intangible", "schema:Series", "schema:CreativeWorkSeries" ],
"broaderTransitive" : "schema:CreativeWorkSeries",
"definition" : "A series of movies. Included movies can be indicated with the hasPart property.",
"prefLabel" : "MovieSeries"
}, {
"@id" : "schema:MovieTheater",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:CivicStructure", "schema:Organization", "schema:LocalBusiness", "schema:Thing", "schema:EntertainmentBusiness" ],
"broaderTransitive" : [ "schema:CivicStructure", "schema:EntertainmentBusiness" ],
"definition" : "A movie theater.",
"prefLabel" : "MovieTheater"
}, {
"@id" : "schema:MovingCompany",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:HomeAndConstructionBusiness" ],
"broaderTransitive" : "schema:HomeAndConstructionBusiness",
"definition" : "A moving company.",
"prefLabel" : "MovingCompany"
}, {
"@id" : "schema:Muscle",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:MedicalEntity", "schema:AnatomicalStructure" ],
"broaderTransitive" : "schema:AnatomicalStructure",
"definition" : "A muscle is an anatomical structure consisting of a contractile form of tissue that animals use to effect movement.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "Muscle"
}, {
"@id" : "schema:Museum",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place", "schema:CivicStructure" ],
"broaderTransitive" : "schema:CivicStructure",
"definition" : "A museum.",
"prefLabel" : "Museum"
}, {
"@id" : "schema:MusicAlbum",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:MusicPlaylist" ],
"broaderTransitive" : "schema:MusicPlaylist",
"definition" : "A collection of music tracks.",
"prefLabel" : "MusicAlbum"
}, {
"@id" : "schema:MusicAlbumProductionType",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration" ],
"broaderTransitive" : "schema:Enumeration",
"definition" : "Classification of the album by it's type of content: soundtrack, live album, studio album, etc.",
"prefLabel" : "MusicAlbumProductionType"
}, {
"@id" : "schema:MusicAlbumReleaseType",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration" ],
"broaderTransitive" : "schema:Enumeration",
"definition" : "The kind of release which this album is: single, EP or album.",
"prefLabel" : "MusicAlbumReleaseType"
}, {
"@id" : "schema:MusicComposition",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : "schema:CreativeWork",
"definition" : "A musical composition.",
"prefLabel" : "MusicComposition"
}, {
"@id" : "schema:MusicEvent",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Event" ],
"broaderTransitive" : "schema:Event",
"definition" : "Event type: Music event.",
"prefLabel" : "MusicEvent"
}, {
"@id" : "schema:MusicGroup",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Organization", "schema:PerformingGroup" ],
"broaderTransitive" : "schema:PerformingGroup",
"definition" : "A musical group, such as a band, an orchestra, or a choir. Can also be a solo musician.",
"prefLabel" : "MusicGroup"
}, {
"@id" : "schema:MusicPlaylist",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : "schema:CreativeWork",
"definition" : "A collection of music tracks in playlist form.",
"narrower" : [ "schema:MusicRelease", "schema:MusicAlbum" ],
"narrowerTransitive" : [ "schema:MusicRelease", "schema:MusicAlbum" ],
"prefLabel" : "MusicPlaylist"
}, {
"@id" : "schema:MusicRecording",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : "schema:CreativeWork",
"definition" : "A music recording (track), usually a single song.",
"prefLabel" : "MusicRecording"
}, {
"@id" : "schema:MusicRelease",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:MusicPlaylist" ],
"broaderTransitive" : "schema:MusicPlaylist",
"definition" : "A MusicRelease is a specific release of a music album.",
"prefLabel" : "MusicRelease"
}, {
"@id" : "schema:MusicReleaseFormatType",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration" ],
"broaderTransitive" : "schema:Enumeration",
"definition" : "Format of this release (the type of recording media used, ie. compact disc, digital media, LP, etc.).",
"prefLabel" : "MusicReleaseFormatType"
}, {
"@id" : "schema:MusicStore",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:Store" ],
"broaderTransitive" : "schema:Store",
"definition" : "A music store.",
"prefLabel" : "MusicStore"
}, {
"@id" : "schema:MusicVenue",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place", "schema:CivicStructure" ],
"broaderTransitive" : "schema:CivicStructure",
"definition" : "A music venue.",
"prefLabel" : "MusicVenue"
}, {
"@id" : "schema:MusicVideoObject",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:MediaObject" ],
"broaderTransitive" : "schema:MediaObject",
"definition" : "A music video file.",
"prefLabel" : "MusicVideoObject"
}, {
"@id" : "schema:NGO",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Organization" ],
"broaderTransitive" : "schema:Organization",
"definition" : "Organization: Non-governmental Organization.",
"prefLabel" : "NGO"
}, {
"@id" : "schema:NLNonprofitType",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration", "schema:NonprofitType" ],
"broaderTransitive" : "schema:NonprofitType",
"definition" : "NLNonprofitType: Non-profit organization type originating from the Netherlands.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "NLNonprofitType"
}, {
"@id" : "schema:NailSalon",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:HealthAndBeautyBusiness" ],
"broaderTransitive" : "schema:HealthAndBeautyBusiness",
"definition" : "A nail salon.",
"prefLabel" : "NailSalon"
}, {
"@id" : "schema:Nerve",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:MedicalEntity", "schema:AnatomicalStructure" ],
"broaderTransitive" : "schema:AnatomicalStructure",
"definition" : "A common pathway for the electrochemical nerve impulses that are transmitted along each of the axons.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "Nerve"
}, {
"@id" : "schema:NewsArticle",
"@type" : "skos:Concept",
"broader" : [ "schema:CreativeWork", "schema:Thing", "schema:Article" ],
"broaderTransitive" : "schema:Article",
"definition" : "A NewsArticle is an article whose content reports news, or provides background context and supporting materials for understanding the news.<br/><br/>\n\nA more detailed overview of <a href=\"/docs/news.html\">schema.org News markup</a> is also available.",
"narrower" : [ "schema:ReportageNewsArticle", "schema:ReviewNewsArticle", "schema:BackgroundNewsArticle", "schema:AskPublicNewsArticle", "schema:AnalysisNewsArticle", "schema:OpinionNewsArticle" ],
"narrowerTransitive" : [ "schema:BackgroundNewsArticle", "schema:AskPublicNewsArticle", "schema:OpinionNewsArticle", "schema:ReviewNewsArticle", "schema:AnalysisNewsArticle", "schema:ReportageNewsArticle" ],
"prefLabel" : "NewsArticle"
}, {
"@id" : "schema:NewsMediaOrganization",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Organization" ],
"broaderTransitive" : "schema:Organization",
"definition" : "A News/Media organization such as a newspaper or TV station.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "NewsMediaOrganization"
}, {
"@id" : "schema:Newspaper",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Periodical", "schema:CreativeWorkSeries", "schema:CreativeWork", "schema:Series" ],
"broaderTransitive" : "schema:Periodical",
"definition" : "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.",
"inScheme" : "http://bib.schema.org",
"prefLabel" : {
"@language" : "en",
"@value" : "Newspaper"
}
}, {
"@id" : "schema:NightClub",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:EntertainmentBusiness" ],
"broaderTransitive" : "schema:EntertainmentBusiness",
"definition" : "A nightclub or discotheque.",
"prefLabel" : "NightClub"
}, {
"@id" : "schema:NonprofitType",
"@type" : "skos:Concept",
"broader" : [ "schema:Enumeration", "schema:Intangible", "schema:Thing" ],
"broaderTransitive" : "schema:Enumeration",
"definition" : "NonprofitType enumerates several kinds of official non-profit types of which a non-profit organization can be.",
"inScheme" : "http://pending.schema.org",
"narrower" : [ "schema:NLNonprofitType", "schema:USNonprofitType", "schema:UKNonprofitType" ],
"narrowerTransitive" : [ "schema:UKNonprofitType", "schema:NLNonprofitType", "schema:USNonprofitType" ],
"prefLabel" : "NonprofitType"
}, {
"@id" : "schema:Notary",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:LegalService" ],
"broaderTransitive" : "schema:LegalService",
"definition" : "A notary.",
"prefLabel" : "Notary"
}, {
"@id" : "schema:NoteDigitalDocument",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:DigitalDocument" ],
"broaderTransitive" : "schema:DigitalDocument",
"definition" : "A file containing a note, primarily for the author.",
"prefLabel" : "NoteDigitalDocument"
}, {
"@id" : "schema:Number",
"narrower" : [ "schema:Integer", "schema:Float" ],
"narrowerTransitive" : [ "schema:Integer", "schema:Float" ]
}, {
"@id" : "schema:Nursing",
"@type" : "skos:Concept",
"broader" : [ "schema:MedicalBusiness", "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness" ],
"broaderTransitive" : "schema:MedicalBusiness",
"definition" : "A health profession of a person formally educated and trained in the care of the sick or infirm person.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "Nursing"
}, {
"@id" : "schema:NutritionInformation",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:StructuredValue" ],
"broaderTransitive" : "schema:StructuredValue",
"definition" : "Nutritional information about the recipe.",
"prefLabel" : "NutritionInformation"
}, {
"@id" : "schema:Observation",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible" ],
"broaderTransitive" : "schema:Intangible",
"definition" : "Instances of the class <a class=\"localLink\" href=\"http://schema.org/Observation\">Observation</a> are used to specify observations about an entity (which may or may not be an instance of a <a class=\"localLink\" href=\"http://schema.org/StatisticalPopulation\">StatisticalPopulation</a>), at a particular time. The principal properties of an <a class=\"localLink\" href=\"http://schema.org/Observation\">Observation</a> are <a class=\"localLink\" href=\"http://schema.org/observedNode\">observedNode</a>, <a class=\"localLink\" href=\"http://schema.org/measuredProperty\">measuredProperty</a>, <a class=\"localLink\" href=\"http://schema.org/measuredValue\">measuredValue</a> (or <a class=\"localLink\" href=\"http://schema.org/median\">median</a>, etc.) and <a class=\"localLink\" href=\"http://schema.org/observationDate\">observationDate</a> (<a class=\"localLink\" href=\"http://schema.org/measuredProperty\">measuredProperty</a> properties can, but need not always, be W3C RDF Data Cube \"measure properties\", as in the <a href=\"https://www.w3.org/TR/vocab-data-cube/#dsd-example\">lifeExpectancy example</a>).\nSee also <a class=\"localLink\" href=\"http://schema.org/StatisticalPopulation\">StatisticalPopulation</a>, and the <a href=\"/docs/data-and-datasets.html\">data and datasets</a> overview for more details.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "Observation"
}, {
"@id" : "schema:Obstetric",
"@type" : "skos:Concept",
"broader" : [ "schema:Organization", "schema:Place", "schema:MedicalBusiness", "schema:LocalBusiness", "schema:Thing" ],
"broaderTransitive" : "schema:MedicalBusiness",
"definition" : "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.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "Obstetric"
}, {
"@id" : "schema:Occupation",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible" ],
"broaderTransitive" : "schema:Intangible",
"definition" : "A profession, may involve prolonged training and/or a formal qualification.",
"prefLabel" : "Occupation"
}, {
"@id" : "schema:OccupationalTherapy",
"@type" : "skos:Concept",
"broader" : [ "schema:MedicalTherapy", "schema:MedicalEntity", "schema:Thing", "schema:MedicalProcedure", "schema:TherapeuticProcedure" ],
"broaderTransitive" : "schema:MedicalTherapy",
"definition" : "A treatment of people with physical, emotional, or social problems, using purposeful activity to help them overcome or learn to deal with their problems.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "OccupationalTherapy"
}, {
"@id" : "schema:OceanBodyOfWater",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place", "schema:Landform", "schema:BodyOfWater" ],
"broaderTransitive" : "schema:BodyOfWater",
"definition" : "An ocean (for example, the Pacific).",
"prefLabel" : "OceanBodyOfWater"
}, {
"@id" : "schema:Offer",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible" ],
"broaderTransitive" : "schema:Intangible",
"definition" : "An offer to transfer some rights to an item or to provide a service — for example, an offer to sell tickets to an event, to rent the DVD of a movie, to stream a TV show over the internet, to repair a motorcycle, or to loan a book.<br/><br/>\n\nNote: As the <a class=\"localLink\" href=\"http://schema.org/businessFunction\">businessFunction</a> property, which identifies the form of offer (e.g. sell, lease, repair, dispose), defaults to http://purl.org/goodrelations/v1#Sell; an Offer without a defined businessFunction value can be assumed to be an offer to sell.<br/><br/>\n\nFor <a href=\"http://www.gs1.org/barcodes/technical/idkeys/gtin\">GTIN</a>-related fields, see <a href=\"http://www.gs1.org/barcodes/support/check_digit_calculator\">Check Digit calculator</a> and <a href=\"http://www.gs1us.org/resources/standards/gtin-validation-guide\">validation guide</a> from <a href=\"http://www.gs1.org/\">GS1</a>.",
"narrower" : [ "schema:OfferForPurchase", "schema:AggregateOffer", "schema:OfferForLease" ],
"narrowerTransitive" : [ "schema:OfferForLease", "schema:OfferForPurchase", "schema:AggregateOffer" ],
"prefLabel" : "Offer"
}, {
"@id" : "schema:OfferCatalog",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:ItemList" ],
"broaderTransitive" : "schema:ItemList",
"definition" : "An OfferCatalog is an ItemList that contains related Offers and/or further OfferCatalogs that are offeredBy the same provider.",
"prefLabel" : "OfferCatalog"
}, {
"@id" : "schema:OfferForLease",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Offer" ],
"broaderTransitive" : "schema:Offer",
"definition" : "An <a class=\"localLink\" href=\"http://schema.org/OfferForLease\">OfferForLease</a> in Schema.org represents an <a class=\"localLink\" href=\"http://schema.org/Offer\">Offer</a> to lease out something, i.e. an <a class=\"localLink\" href=\"http://schema.org/Offer\">Offer</a> whose\n <a class=\"localLink\" href=\"http://schema.org/businessFunction\">businessFunction</a> is <a href=\"http://purl.org/goodrelations/v1#LeaseOut.\">lease out</a>. See <a href=\"https://en.wikipedia.org/wiki/GoodRelations\">Good Relations</a> for\n background on the underlying concepts.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "OfferForLease"
}, {
"@id" : "schema:OfferForPurchase",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Offer" ],
"broaderTransitive" : "schema:Offer",
"definition" : "An <a class=\"localLink\" href=\"http://schema.org/OfferForPurchase\">OfferForPurchase</a> in Schema.org represents an <a class=\"localLink\" href=\"http://schema.org/Offer\">Offer</a> to sell something, i.e. an <a class=\"localLink\" href=\"http://schema.org/Offer\">Offer</a> whose\n <a class=\"localLink\" href=\"http://schema.org/businessFunction\">businessFunction</a> is <a href=\"http://purl.org/goodrelations/v1#Sell.\">sell</a>. See <a href=\"https://en.wikipedia.org/wiki/GoodRelations\">Good Relations</a> for\n background on the underlying concepts.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "OfferForPurchase"
}, {
"@id" : "schema:OfferItemCondition",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration" ],
"broaderTransitive" : "schema:Enumeration",
"definition" : "A list of possible conditions for the item.",
"prefLabel" : "OfferItemCondition"
}, {
"@id" : "schema:OfferShippingDetails",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:StructuredValue" ],
"broaderTransitive" : "schema:StructuredValue",
"definition" : "OfferShippingDetails represents information about shipping destinations.<br/><br/>\n\nMultiple of these entities can be used to represent different shipping rates for different destinations:<br/><br/>\n\nOne entity for Alaska/Hawaii. A different one for continental US.A different one for all France.<br/><br/>\n\nMultiple of these entities can be used to represent different shipping costs and delivery times.<br/><br/>\n\nTwo entities that are identical but differ in rate and time:<br/><br/>\n\ne.g. Cheaper and slower: $5 in 5-7days\nor Fast and expensive: $15 in 1-2 days",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "OfferShippingDetails"
}, {
"@id" : "schema:OfficeEquipmentStore",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:Store" ],
"broaderTransitive" : "schema:Store",
"definition" : "An office equipment store.",
"prefLabel" : "OfficeEquipmentStore"
}, {
"@id" : "schema:OnDemandEvent",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Event", "schema:PublicationEvent" ],
"broaderTransitive" : "schema:PublicationEvent",
"definition" : "A publication event e.g. catch-up TV or radio podcast, during which a program is available on-demand.",
"prefLabel" : "OnDemandEvent"
}, {
"@id" : "schema:Oncologic",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Organization", "schema:MedicalBusiness", "schema:Place", "schema:LocalBusiness" ],
"broaderTransitive" : "schema:MedicalBusiness",
"definition" : "A specific branch of medical science that deals with benign and malignant tumors, including the study of their development, diagnosis, treatment and prevention.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "Oncologic"
}, {
"@id" : "schema:OpeningHoursSpecification",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:StructuredValue" ],
"broaderTransitive" : "schema:StructuredValue",
"definition" : "A structured value providing information about the opening hours of a place or a certain service inside a place.<br/><br/>\n\nThe place is <strong>open</strong> if the <a class=\"localLink\" href=\"http://schema.org/opens\">opens</a> property is specified, and <strong>closed</strong> otherwise.<br/><br/>\n\nIf the value for the <a class=\"localLink\" href=\"http://schema.org/closes\">closes</a> property is less than the value for the <a class=\"localLink\" href=\"http://schema.org/opens\">opens</a> property then the hour range is assumed to span over the next day.",
"prefLabel" : "OpeningHoursSpecification"
}, {
"@id" : "schema:OpinionNewsArticle",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:Article", "schema:NewsArticle" ],
"broaderTransitive" : "schema:NewsArticle",
"definition" : "An <a class=\"localLink\" href=\"http://schema.org/OpinionNewsArticle\">OpinionNewsArticle</a> is a <a class=\"localLink\" href=\"http://schema.org/NewsArticle\">NewsArticle</a> that primarily expresses opinions rather than journalistic reporting of news and events. For example, a <a class=\"localLink\" href=\"http://schema.org/NewsArticle\">NewsArticle</a> consisting of a column or <a class=\"localLink\" href=\"http://schema.org/Blog\">Blog</a>/<a class=\"localLink\" href=\"http://schema.org/BlogPosting\">BlogPosting</a> entry in the Opinions section of a news publication.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "OpinionNewsArticle"
}, {
"@id" : "schema:Optician",
"@type" : "skos:Concept",
"broader" : [ "schema:MedicalBusiness", "schema:Thing", "schema:LocalBusiness", "schema:Organization", "schema:Place" ],
"broaderTransitive" : "schema:MedicalBusiness",
"definition" : "A store that sells reading glasses and similar devices for improving vision.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "Optician"
}, {
"@id" : "schema:Optometric",
"@type" : "skos:Concept",
"broader" : [ "schema:LocalBusiness", "schema:MedicalBusiness", "schema:Thing", "schema:Organization", "schema:Place" ],
"broaderTransitive" : "schema:MedicalBusiness",
"definition" : "The science or practice of testing visual acuity and prescribing corrective lenses.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "Optometric"
}, {
"@id" : "schema:Order",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible" ],
"broaderTransitive" : "schema:Intangible",
"definition" : "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.",
"prefLabel" : "Order"
}, {
"@id" : "schema:OrderAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:TradeAction" ],
"broaderTransitive" : "schema:TradeAction",
"definition" : "An agent orders an object/product/service to be delivered/sent.",
"prefLabel" : "OrderAction"
}, {
"@id" : "schema:OrderItem",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible" ],
"broaderTransitive" : "schema:Intangible",
"definition" : "An order item is a line of an order. It includes the quantity and shipping details of a bought offer.",
"prefLabel" : "OrderItem"
}, {
"@id" : "schema:OrderStatus",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration" ],
"broaderTransitive" : "schema:Enumeration",
"definition" : "Enumerated status values for Order.",
"prefLabel" : "OrderStatus"
}, {
"@id" : "schema:Organization",
"@type" : "skos:Concept",
"broader" : "schema:Thing",
"broaderTransitive" : "schema:Thing",
"definition" : "An organization such as a school, NGO, corporation, club, etc.",
"narrower" : [ "schema:LegalService", "schema:BedAndBreakfast", "schema:SportsClub", "schema:HealthAndBeautyBusiness", "schema:ElectronicsStore", "schema:StadiumOrArena", "schema:NailSalon", "schema:TheaterGroup", "schema:TouristInformationCenter", "schema:CovidTestingFacility", "schema:Hotel", "schema:ResearchProject", "schema:Podiatric", "schema:Project", "schema:CafeOrCoffeeShop", "schema:MotorcycleRepair", "schema:ShoppingCenter", "schema:MusicGroup", "schema:BikeStore", "schema:AutoWash", "schema:WorkersUnion", "schema:SkiResort", "schema:Hostel", "schema:NGO", "schema:LiquorStore", "schema:Airline", "schema:TireShop", "schema:GeneralContractor", "schema:ToyStore", "schema:Casino", "schema:MobilePhoneStore", "schema:TennisComplex", "schema:ClothingStore", "schema:InsuranceAgency", "schema:AmusementPark", "schema:MovieTheater", "schema:FundingScheme", "schema:AutoRepair", "schema:PerformingGroup", "schema:InternetCafe", "schema:Brewery", "schema:Gynecologic", "schema:ProfessionalService", "schema:Electrician", "schema:MovingCompany", "schema:NewsMediaOrganization", "schema:EmergencyService", "schema:AccountingService", "schema:FurnitureStore", "schema:RoofingContractor", "schema:GardenStore", "schema:BookStore", "schema:OutletStore", "schema:LodgingBusiness", "schema:CommunityHealth", "schema:AutoRental", "schema:TelevisionStation", "schema:PoliceStation", "schema:Corporation", "schema:Distillery", "schema:NightClub", "schema:MedicalOrganization", "schema:MusicStore", "schema:AnimalShelter", "schema:HomeAndConstructionBusiness", "schema:AutoBodyShop", "schema:HairSalon", "schema:SelfStorage", "schema:MedicalClinic", "schema:RadioStation", "schema:BarOrPub", "schema:FoodEstablishment", "schema:AutomatedTeller", "schema:GovernmentOffice", "schema:PawnShop", "schema:ConvenienceStore", "schema:ArchiveOrganization", "schema:MovieRentalStore", "schema:Oncologic", "schema:Store", "schema:RealEstateAgent", "schema:PrimaryCare", "schema:School", "schema:MensClothingStore", "schema:Dentist", "schema:EducationalOrganization", "schema:AutoDealer", "schema:Consortium", "schema:Locksmith", "schema:EntertainmentBusiness", "schema:DryCleaningOrLaundry", "schema:ElementarySchool", "schema:Dermatology", "schema:GasStation", "schema:PublicHealth", "schema:SportsActivityLocation", "schema:JewelryStore", "schema:Plumber", "schema:RecyclingCenter", "schema:Physician", "schema:Psychiatric", "schema:Library", "schema:Preschool", "schema:Hospital", "schema:MotorcycleDealer", "schema:HousePainter", "schema:BeautySalon", "schema:TattooParlor", "schema:Attorney", "schema:HomeGoodsStore", "schema:LocalBusiness", "schema:GroceryStore", "schema:Physiotherapy", "schema:Restaurant", "schema:HVACBusiness", "schema:BankOrCreditUnion", "schema:DanceGroup", "schema:PetStore", "schema:MedicalBusiness", "schema:FireStation", "schema:HobbyShop", "schema:HighSchool", "schema:Notary", "schema:Winery", "schema:AutoPartsStore", "schema:SportsTeam", "schema:ComputerStore", "schema:Nursing", "schema:PublicSwimmingPool", "schema:Midwifery", "schema:AutomotiveBusiness", "schema:EmploymentAgency", "schema:ExerciseGym", "schema:IceCreamShop", "schema:Resort", "schema:WholesaleStore", "schema:Obstetric", "schema:PostOffice", "schema:BowlingAlley", "schema:AdultEntertainment", "schema:OfficeEquipmentStore", "schema:Pharmacy", "schema:ShoeStore", "schema:VeterinaryCare", "schema:LibrarySystem", "schema:Bakery", "schema:HealthClub", "schema:Otolaryngologic", "schema:Optician", "schema:ComedyClub", "schema:DepartmentStore", "schema:DiagnosticLab", "schema:Pediatric", "schema:PlasticSurgery", "schema:Emergency", "schema:FastFoodRestaurant", "schema:Motel", "schema:Florist", "schema:GovernmentOrganization", "schema:GolfCourse", "schema:TravelAgency", "schema:FinancialService", "schema:FundingAgency", "schema:SportingGoodsStore", "schema:HardwareStore", "schema:MiddleSchool", "schema:CollegeOrUniversity", "schema:Geriatric", "schema:Optometric", "schema:Campground", "schema:ChildCare", "schema:DietNutrition", "schema:SportsOrganization", "schema:ArtGallery", "schema:DaySpa" ],
"narrowerTransitive" : [ "schema:LocalBusiness", "schema:WorkersUnion", "schema:FundingScheme", "schema:PerformingGroup", "schema:EducationalOrganization", "schema:NGO", "schema:Airline", "schema:SportsOrganization", "schema:Corporation", "schema:LibrarySystem", "schema:Project", "schema:GovernmentOrganization", "schema:MedicalOrganization", "schema:NewsMediaOrganization", "schema:Consortium" ],
"prefLabel" : "Organization"
}, {
"@id" : "schema:OrganizationRole",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Role" ],
"broaderTransitive" : "schema:Role",
"definition" : "A subclass of Role used to describe roles within organizations.",
"narrower" : "schema:EmployeeRole",
"narrowerTransitive" : "schema:EmployeeRole",
"prefLabel" : "OrganizationRole"
}, {
"@id" : "schema:OrganizeAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action" ],
"broaderTransitive" : "schema:Action",
"definition" : "The act of manipulating/administering/supervising/controlling one or more objects.",
"narrower" : [ "schema:AssignAction", "schema:ScheduleAction", "schema:ReserveAction", "schema:ApplyAction", "schema:BookmarkAction", "schema:CancelAction", "schema:PlanAction", "schema:AllocateAction", "schema:RejectAction", "schema:AcceptAction", "schema:AuthorizeAction" ],
"narrowerTransitive" : [ "schema:AllocateAction", "schema:BookmarkAction", "schema:ApplyAction", "schema:PlanAction" ],
"prefLabel" : "OrganizeAction"
}, {
"@id" : "schema:Otolaryngologic",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:MedicalBusiness", "schema:Organization", "schema:Thing", "schema:LocalBusiness" ],
"broaderTransitive" : "schema:MedicalBusiness",
"definition" : "A specific branch of medical science that is concerned with the ear, nose and throat and their respective disease states.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "Otolaryngologic"
}, {
"@id" : "schema:OutletStore",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:Store" ],
"broaderTransitive" : "schema:Store",
"definition" : "An outlet store.",
"prefLabel" : "OutletStore"
}, {
"@id" : "schema:OwnershipInfo",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:StructuredValue" ],
"broaderTransitive" : "schema:StructuredValue",
"definition" : "A structured value providing information about when a certain organization or person owned a certain product.",
"prefLabel" : "OwnershipInfo"
}, {
"@id" : "schema:PaintAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:CreateAction" ],
"broaderTransitive" : "schema:CreateAction",
"definition" : "The act of producing a painting, typically with paint and canvas as instruments.",
"prefLabel" : "PaintAction"
}, {
"@id" : "schema:Painting",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : "schema:CreativeWork",
"definition" : "A painting.",
"prefLabel" : "Painting"
}, {
"@id" : "schema:PalliativeProcedure",
"@type" : "skos:Concept",
"broader" : [ "schema:MedicalProcedure", "schema:Thing", "schema:TherapeuticProcedure", "schema:MedicalTherapy", "schema:MedicalEntity" ],
"broaderTransitive" : [ "schema:MedicalTherapy", "schema:MedicalProcedure" ],
"definition" : "A medical procedure intended primarily for palliative purposes, aimed at relieving the symptoms of an underlying health condition.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "PalliativeProcedure"
}, {
"@id" : "schema:ParcelDelivery",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible" ],
"broaderTransitive" : "schema:Intangible",
"definition" : "The delivery of a parcel either via the postal service or a commercial service.",
"prefLabel" : "ParcelDelivery"
}, {
"@id" : "schema:ParcelService",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration", "schema:DeliveryMethod" ],
"broaderTransitive" : "schema:DeliveryMethod",
"definition" : "A private parcel service as the delivery mode available for a certain offer.<br/><br/>\n\nCommonly used values:<br/><br/>\n\n<ul>\n<li>http://purl.org/goodrelations/v1#DHL</li>\n<li>http://purl.org/goodrelations/v1#FederalExpress</li>\n<li>http://purl.org/goodrelations/v1#UPS</li>\n</ul>\n",
"prefLabel" : "ParcelService"
}, {
"@id" : "schema:ParentAudience",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Audience", "schema:PeopleAudience" ],
"broaderTransitive" : "schema:PeopleAudience",
"definition" : "A set of characteristics describing parents, who can be interested in viewing some content.",
"prefLabel" : "ParentAudience"
}, {
"@id" : "schema:Park",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place", "schema:CivicStructure" ],
"broaderTransitive" : "schema:CivicStructure",
"definition" : "A park.",
"prefLabel" : "Park"
}, {
"@id" : "schema:ParkingFacility",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place", "schema:CivicStructure" ],
"broaderTransitive" : "schema:CivicStructure",
"definition" : "A parking lot or other parking facility.",
"prefLabel" : "ParkingFacility"
}, {
"@id" : "schema:PathologyTest",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:MedicalEntity", "schema:MedicalTest" ],
"broaderTransitive" : "schema:MedicalTest",
"definition" : "A medical test performed by a laboratory that typically involves examination of a tissue sample by a pathologist.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "PathologyTest"
}, {
"@id" : "schema:Patient",
"@type" : "skos:Concept",
"broader" : [ "schema:Enumeration", "schema:MedicalEnumeration", "schema:MedicalAudience", "schema:Intangible", "schema:Thing", "schema:Audience", "schema:Person", "schema:PeopleAudience" ],
"broaderTransitive" : [ "schema:Person", "schema:MedicalAudience" ],
"definition" : "A patient is any person recipient of health care services.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "Patient"
}, {
"@id" : "schema:PawnShop",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:Store" ],
"broaderTransitive" : "schema:Store",
"definition" : "A shop that will buy, or lend money against the security of, personal possessions.",
"prefLabel" : "PawnShop"
}, {
"@id" : "schema:PayAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:TradeAction" ],
"broaderTransitive" : "schema:TradeAction",
"definition" : "An agent pays a price to a participant.",
"prefLabel" : "PayAction"
}, {
"@id" : "schema:PaymentCard",
"@type" : "skos:Concept",
"broader" : [ "schema:Enumeration", "schema:Thing", "schema:Service", "schema:PaymentMethod", "schema:Intangible", "schema:FinancialProduct" ],
"broaderTransitive" : [ "schema:PaymentMethod", "schema:FinancialProduct" ],
"definition" : "A payment method using a credit, debit, store or other card to associate the payment with an account.",
"narrower" : "schema:CreditCard",
"narrowerTransitive" : "schema:CreditCard",
"prefLabel" : "PaymentCard"
}, {
"@id" : "schema:PaymentChargeSpecification",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:StructuredValue", "schema:PriceSpecification" ],
"broaderTransitive" : "schema:PriceSpecification",
"definition" : "The costs of settling the payment using a particular payment method.",
"prefLabel" : "PaymentChargeSpecification"
}, {
"@id" : "schema:PaymentMethod",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Enumeration", "schema:Intangible" ],
"broaderTransitive" : "schema:Enumeration",
"definition" : "A payment method is a standardized procedure for transferring the monetary amount for a purchase. Payment methods are characterized by the legal and technical structures used, and by the organization or group carrying out the transaction.<br/><br/>\n\nCommonly used values:<br/><br/>\n\n<ul>\n<li>http://purl.org/goodrelations/v1#ByBankTransferInAdvance</li>\n<li>http://purl.org/goodrelations/v1#ByInvoice</li>\n<li>http://purl.org/goodrelations/v1#Cash</li>\n<li>http://purl.org/goodrelations/v1#CheckInAdvance</li>\n<li>http://purl.org/goodrelations/v1#COD</li>\n<li>http://purl.org/goodrelations/v1#DirectDebit</li>\n<li>http://purl.org/goodrelations/v1#GoogleCheckout</li>\n<li>http://purl.org/goodrelations/v1#PayPal</li>\n<li>http://purl.org/goodrelations/v1#PaySwarm</li>\n</ul>\n",
"narrower" : [ "schema:PaymentCard", "schema:CreditCard" ],
"narrowerTransitive" : "schema:PaymentCard",
"prefLabel" : "PaymentMethod"
}, {
"@id" : "schema:PaymentService",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Service", "schema:FinancialProduct" ],
"broaderTransitive" : "schema:FinancialProduct",
"definition" : "A Service to transfer funds from a person or organization to a beneficiary person or organization.",
"prefLabel" : "PaymentService"
}, {
"@id" : "schema:PaymentStatusType",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration" ],
"broaderTransitive" : "schema:Enumeration",
"definition" : "A specific payment status. For example, PaymentDue, PaymentComplete, etc.",
"prefLabel" : "PaymentStatusType"
}, {
"@id" : "schema:Pediatric",
"@type" : "skos:Concept",
"broader" : [ "schema:MedicalBusiness", "schema:LocalBusiness", "schema:Place", "schema:Organization", "schema:Thing" ],
"broaderTransitive" : "schema:MedicalBusiness",
"definition" : "A specific branch of medical science that specializes in the care of infants, children and adolescents.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "Pediatric"
}, {
"@id" : "schema:PeopleAudience",
"@type" : "skos:Concept",
"broader" : [ "schema:Intangible", "schema:Audience", "schema:Thing" ],
"broaderTransitive" : "schema:Audience",
"definition" : "A set of characteristics belonging to people, e.g. who compose an item's target audience.",
"narrower" : [ "schema:MedicalAudience", "schema:Patient", "schema:ParentAudience" ],
"narrowerTransitive" : [ "schema:MedicalAudience", "schema:ParentAudience" ],
"prefLabel" : "PeopleAudience"
}, {
"@id" : "schema:PerformAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:PlayAction" ],
"broaderTransitive" : "schema:PlayAction",
"definition" : "The act of participating in performance arts.",
"prefLabel" : "PerformAction"
}, {
"@id" : "schema:PerformanceRole",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Role" ],
"broaderTransitive" : "schema:Role",
"definition" : "A PerformanceRole is a Role that some entity places with regard to a theatrical performance, e.g. in a Movie, TVSeries etc.",
"prefLabel" : "PerformanceRole"
}, {
"@id" : "schema:PerformingArtsTheater",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place", "schema:CivicStructure" ],
"broaderTransitive" : "schema:CivicStructure",
"definition" : "A theater or other performing art center.",
"prefLabel" : "PerformingArtsTheater"
}, {
"@id" : "schema:PerformingGroup",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Organization" ],
"broaderTransitive" : "schema:Organization",
"definition" : "A performance group, such as a band, an orchestra, or a circus.",
"narrower" : [ "schema:DanceGroup", "schema:TheaterGroup", "schema:MusicGroup" ],
"narrowerTransitive" : [ "schema:DanceGroup", "schema:TheaterGroup", "schema:MusicGroup" ],
"prefLabel" : "PerformingGroup"
}, {
"@id" : "schema:Periodical",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:CreativeWorkSeries", "schema:Series", "schema:CreativeWork" ],
"broaderTransitive" : "schema:CreativeWorkSeries",
"definition" : "A publication in any medium issued in successive parts bearing numerical or chronological designations and intended, such as a magazine, scholarly journal, or newspaper to continue indefinitely.<br/><br/>\n\nSee also <a href=\"http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html\">blog post</a>.",
"narrower" : [ "schema:Newspaper", "schema:ComicSeries" ],
"narrowerTransitive" : [ "schema:ComicSeries", "schema:Newspaper" ],
"prefLabel" : "Periodical"
}, {
"@id" : "schema:Permit",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible" ],
"broaderTransitive" : "schema:Intangible",
"definition" : "A permit issued by an organization, e.g. a parking pass.",
"narrower" : "schema:GovernmentPermit",
"narrowerTransitive" : "schema:GovernmentPermit",
"prefLabel" : "Permit"
}, {
"@id" : "schema:Person",
"@type" : "skos:Concept",
"broader" : "schema:Thing",
"broaderTransitive" : "schema:Thing",
"definition" : "A person (alive, dead, undead, or fictional).",
"narrower" : "schema:Patient",
"narrowerTransitive" : "schema:Patient",
"prefLabel" : "Person"
}, {
"@id" : "schema:PetStore",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:Store" ],
"broaderTransitive" : "schema:Store",
"definition" : "A pet store.",
"prefLabel" : "PetStore"
}, {
"@id" : "schema:Pharmacy",
"@type" : "skos:Concept",
"broader" : [ "schema:LocalBusiness", "schema:MedicalOrganization", "schema:Organization", "schema:Place", "schema:MedicalBusiness", "schema:Thing" ],
"broaderTransitive" : [ "schema:MedicalOrganization", "schema:MedicalBusiness" ],
"definition" : "A pharmacy or drugstore.",
"prefLabel" : "Pharmacy"
}, {
"@id" : "schema:Photograph",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : "schema:CreativeWork",
"definition" : "A photograph.",
"prefLabel" : "Photograph"
}, {
"@id" : "schema:PhotographAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:CreateAction" ],
"broaderTransitive" : "schema:CreateAction",
"definition" : "The act of capturing still images of objects using a camera.",
"prefLabel" : "PhotographAction"
}, {
"@id" : "schema:PhysicalActivity",
"@type" : "skos:Concept",
"broader" : [ "schema:MedicalEntity", "schema:LifestyleModification", "schema:Thing" ],
"broaderTransitive" : "schema:LifestyleModification",
"definition" : "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.",
"inScheme" : "http://health-lifesci.schema.org",
"narrower" : "schema:ExercisePlan",
"narrowerTransitive" : "schema:ExercisePlan",
"prefLabel" : "PhysicalActivity"
}, {
"@id" : "schema:PhysicalActivityCategory",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration" ],
"broaderTransitive" : "schema:Enumeration",
"definition" : "Categories of physical activity, organized by physiologic classification.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "PhysicalActivityCategory"
}, {
"@id" : "schema:PhysicalExam",
"@type" : "skos:Concept",
"broader" : [ "schema:Intangible", "schema:MedicalEnumeration", "schema:MedicalProcedure", "schema:MedicalEntity", "schema:Thing", "schema:Enumeration" ],
"broaderTransitive" : [ "schema:MedicalEnumeration", "schema:MedicalProcedure" ],
"definition" : "A type of physical examination of a patient performed by a physician.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "PhysicalExam"
}, {
"@id" : "schema:PhysicalTherapy",
"@type" : "skos:Concept",
"broader" : [ "schema:MedicalEntity", "schema:TherapeuticProcedure", "schema:MedicalTherapy", "schema:MedicalProcedure", "schema:Thing" ],
"broaderTransitive" : "schema:MedicalTherapy",
"definition" : "A process of progressive physical care and rehabilitation aimed at improving a health condition.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "PhysicalTherapy"
}, {
"@id" : "schema:Physician",
"@type" : "skos:Concept",
"broader" : [ "schema:MedicalOrganization", "schema:Thing", "schema:MedicalBusiness", "schema:Organization", "schema:LocalBusiness", "schema:Place" ],
"broaderTransitive" : [ "schema:MedicalBusiness", "schema:MedicalOrganization" ],
"definition" : "A doctor's office.",
"prefLabel" : "Physician"
}, {
"@id" : "schema:Physiotherapy",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:MedicalBusiness", "schema:Organization", "schema:LocalBusiness", "schema:Thing" ],
"broaderTransitive" : "schema:MedicalBusiness",
"definition" : "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..",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "Physiotherapy"
}, {
"@id" : "schema:Place",
"@type" : "skos:Concept",
"broader" : "schema:Thing",
"broaderTransitive" : "schema:Thing",
"definition" : "Entities that have a somewhat fixed, physical extension.",
"narrower" : [ "schema:MovieRentalStore", "schema:RiverBodyOfWater", "schema:Preschool", "schema:Attorney", "schema:SelfStorage", "schema:Oncologic", "schema:LiquorStore", "schema:LocalBusiness", "schema:HousePainter", "schema:DryCleaningOrLaundry", "schema:AdultEntertainment", "schema:HardwareStore", "schema:Room", "schema:Restaurant", "schema:CivicStructure", "schema:CampingPitch", "schema:TouristAttraction", "schema:FinancialService", "schema:SchoolDistrict", "schema:AnimalShelter", "schema:MovingCompany", "schema:ArtGallery", "schema:Pharmacy", "schema:Physiotherapy", "schema:Obstetric", "schema:BodyOfWater", "schema:GolfCourse", "schema:AutoPartsStore", "schema:CityHall", "schema:DefenceEstablishment", "schema:TouristDestination", "schema:NailSalon", "schema:HealthClub", "schema:Gynecologic", "schema:ShoeStore", "schema:Suite", "schema:Continent", "schema:JewelryStore", "schema:ArchiveOrganization", "schema:IceCreamShop", "schema:MedicalBusiness", "schema:Residence", "schema:Museum", "schema:ConvenienceStore", "schema:Dentist", "schema:CafeOrCoffeeShop", "schema:PawnShop", "schema:ShoppingCenter", "schema:Electrician", "schema:PoliceStation", "schema:Accommodation", "schema:Zoo", "schema:CovidTestingFacility", "schema:Park", "schema:AmusementPark", "schema:Brewery", "schema:PublicSwimmingPool", "schema:CatholicChurch", "schema:NightClub", "schema:SubwayStation", "schema:ClothingStore", "schema:HinduTemple", "schema:TennisComplex", "schema:RVPark", "schema:Store", "schema:MusicStore", "schema:InternetCafe", "schema:LakeBodyOfWater", "schema:AutomatedTeller", "schema:GovernmentBuilding", "schema:Courthouse", "schema:Geriatric", "schema:State", "schema:FoodEstablishment", "schema:ChildCare", "schema:Casino", "schema:Hospital", "schema:ToyStore", "schema:Cemetery", "schema:AutoWash", "schema:Campground", "schema:FastFoodRestaurant", "schema:GasStation", "schema:Midwifery", "schema:Embassy", "schema:City", "schema:FurnitureStore", "schema:LegislativeBuilding", "schema:TaxiStand", "schema:Beach", "schema:MobilePhoneStore", "schema:EmergencyService", "schema:MusicVenue", "schema:AutoBodyShop", "schema:MotorcycleDealer", "schema:School", "schema:CommunityHealth", "schema:TrainStation", "schema:ExerciseGym", "schema:AutoDealer", "schema:Playground", "schema:Resort", "schema:Library", "schema:GroceryStore", "schema:GovernmentOffice", "schema:HealthAndBeautyBusiness", "schema:Psychiatric", "schema:StadiumOrArena", "schema:BedAndBreakfast", "schema:GeneralContractor", "schema:Volcano", "schema:Canal", "schema:PostOffice", "schema:Pediatric", "schema:Florist", "schema:ParkingFacility", "schema:Optometric", "schema:PetStore", "schema:Physician", "schema:FireStation", "schema:Locksmith", "schema:MensClothingStore", "schema:WholesaleStore", "schema:HomeAndConstructionBusiness", "schema:EmploymentAgency", "schema:HobbyShop", "schema:Landform", "schema:HotelRoom", "schema:TelevisionStation", "schema:Motel", "schema:SportsClub", "schema:AdministrativeArea", "schema:SingleFamilyResidence", "schema:CollegeOrUniversity", "schema:Apartment", "schema:TravelAgency", "schema:Distillery", "schema:SportsActivityLocation", "schema:Otolaryngologic", "schema:TireShop", "schema:BusStop", "schema:Waterfall", "schema:Podiatric", "schema:MeetingRoom", "schema:BusStation", "schema:MotorcycleRepair", "schema:ApartmentComplex", "schema:BowlingAlley", "schema:Reservoir", "schema:Crematorium", "schema:LandmarksOrHistoricalBuildings", "schema:MovieTheater", "schema:Country", "schema:Bridge", "schema:LodgingBusiness", "schema:DietNutrition", "schema:Mountain", "schema:RoofingContractor", "schema:ComputerStore", "schema:PlasticSurgery", "schema:LegalService", "schema:InsuranceAgency", "schema:BookStore", "schema:OceanBodyOfWater", "schema:ProfessionalService", "schema:SportingGoodsStore", "schema:RecyclingCenter", "schema:Mosque", "schema:Synagogue", "schema:DepartmentStore", "schema:PublicHealth", "schema:MiddleSchool", "schema:HairSalon", "schema:TattooParlor", "schema:Optician", "schema:PrimaryCare", "schema:EducationalOrganization", "schema:OfficeEquipmentStore", "schema:Hostel", "schema:Nursing", "schema:GatedResidenceCommunity", "schema:Bakery", "schema:PlaceOfWorship", "schema:TouristInformationCenter", "schema:AutomotiveBusiness", "schema:EventVenue", "schema:Notary", "schema:BikeStore", "schema:Pond", "schema:AutoRental", "schema:Hotel", "schema:BuddhistTemple", "schema:Dermatology", "schema:Emergency", "schema:BarOrPub", "schema:House", "schema:BankOrCreditUnion", "schema:Aquarium", "schema:HomeGoodsStore", "schema:OutletStore", "schema:HVACBusiness", "schema:Airport", "schema:EntertainmentBusiness", "schema:ElementarySchool", "schema:AccountingService", "schema:AutoRepair", "schema:ElectronicsStore", "schema:DaySpa", "schema:Winery", "schema:ComedyClub", "schema:SeaBodyOfWater", "schema:Plumber", "schema:RadioStation", "schema:Church", "schema:PublicToilet", "schema:BeautySalon", "schema:HighSchool", "schema:SkiResort", "schema:MedicalClinic", "schema:GardenStore", "schema:RealEstateAgent", "schema:PerformingArtsTheater" ],
"narrowerTransitive" : [ "schema:CivicStructure", "schema:Landform", "schema:LandmarksOrHistoricalBuildings", "schema:TouristAttraction", "schema:AdministrativeArea", "schema:TouristDestination", "schema:LocalBusiness", "schema:Accommodation", "schema:Residence" ],
"prefLabel" : "Place"
}, {
"@id" : "schema:PlaceOfWorship",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:CivicStructure" ],
"broaderTransitive" : "schema:CivicStructure",
"definition" : "Place of worship, such as a church, synagogue, or mosque.",
"narrower" : [ "schema:Synagogue", "schema:Church", "schema:CatholicChurch", "schema:HinduTemple", "schema:Mosque", "schema:BuddhistTemple" ],
"narrowerTransitive" : [ "schema:Mosque", "schema:Synagogue", "schema:Church", "schema:HinduTemple", "schema:BuddhistTemple" ],
"prefLabel" : "PlaceOfWorship"
}, {
"@id" : "schema:PlanAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Action", "schema:OrganizeAction", "schema:Thing" ],
"broaderTransitive" : "schema:OrganizeAction",
"definition" : "The act of planning the execution of an event/task/action/reservation/plan to a future date.",
"narrower" : [ "schema:ScheduleAction", "schema:CancelAction", "schema:ReserveAction" ],
"narrowerTransitive" : [ "schema:ScheduleAction", "schema:ReserveAction", "schema:CancelAction" ],
"prefLabel" : "PlanAction"
}, {
"@id" : "schema:PlasticSurgery",
"@type" : "skos:Concept",
"broader" : [ "schema:LocalBusiness", "schema:MedicalBusiness", "schema:Organization", "schema:Thing", "schema:Place" ],
"broaderTransitive" : "schema:MedicalBusiness",
"definition" : "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.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "PlasticSurgery"
}, {
"@id" : "schema:Play",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : "schema:CreativeWork",
"definition" : "A play is a form of literature, usually consisting of dialogue between characters, intended for theatrical performance rather than just reading. Note the peformance of a Play would be a <a class=\"localLink\" href=\"http://schema.org/TheaterEvent\">TheaterEvent</a> - the <em>Play</em> being the <a class=\"localLink\" href=\"http://schema.org/workPerformed\">workPerformed</a>.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "Play"
}, {
"@id" : "schema:PlayAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Action", "schema:Thing" ],
"broaderTransitive" : "schema:Action",
"definition" : "The act of playing/exercising/training/performing for enjoyment, leisure, recreation, Competition or exercise.<br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/ListenAction\">ListenAction</a>: Unlike ListenAction (which is under ConsumeAction), PlayAction refers to performing for an audience or at an event, rather than consuming music.</li>\n<li><a class=\"localLink\" href=\"http://schema.org/WatchAction\">WatchAction</a>: Unlike WatchAction (which is under ConsumeAction), PlayAction refers to showing/displaying for an audience or at an event, rather than consuming visual content.</li>\n</ul>\n",
"narrower" : [ "schema:ExerciseAction", "schema:PerformAction" ],
"narrowerTransitive" : [ "schema:PerformAction", "schema:ExerciseAction" ],
"prefLabel" : "PlayAction"
}, {
"@id" : "schema:Playground",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place", "schema:CivicStructure" ],
"broaderTransitive" : "schema:CivicStructure",
"definition" : "A playground.",
"prefLabel" : "Playground"
}, {
"@id" : "schema:Plumber",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:HomeAndConstructionBusiness" ],
"broaderTransitive" : "schema:HomeAndConstructionBusiness",
"definition" : "A plumbing service.",
"prefLabel" : "Plumber"
}, {
"@id" : "schema:PodcastEpisode",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:Episode" ],
"broaderTransitive" : "schema:Episode",
"definition" : "A single episode of a podcast series.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "PodcastEpisode"
}, {
"@id" : "schema:PodcastSeason",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:CreativeWorkSeason" ],
"broaderTransitive" : "schema:CreativeWorkSeason",
"definition" : "A single season of a podcast. Many podcasts do not break down into separate seasons. In that case, PodcastSeries should be used.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "PodcastSeason"
}, {
"@id" : "schema:PodcastSeries",
"@type" : "skos:Concept",
"broader" : [ "schema:Intangible", "schema:Thing", "schema:Series", "schema:CreativeWorkSeries", "schema:CreativeWork" ],
"broaderTransitive" : "schema:CreativeWorkSeries",
"definition" : "A podcast is an episodic series of digital audio or video files which a user can download and listen to.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "PodcastSeries"
}, {
"@id" : "schema:Podiatric",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:LocalBusiness", "schema:Place", "schema:Organization", "schema:MedicalBusiness" ],
"broaderTransitive" : "schema:MedicalBusiness",
"definition" : "Podiatry is the care of the human foot, especially the diagnosis and treatment of foot disorders.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "Podiatric"
}, {
"@id" : "schema:PoliceStation",
"@type" : "skos:Concept",
"broader" : [ "schema:CivicStructure", "schema:LocalBusiness", "schema:Organization", "schema:Place", "schema:Thing", "schema:EmergencyService" ],
"broaderTransitive" : [ "schema:EmergencyService", "schema:CivicStructure" ],
"definition" : "A police station.",
"prefLabel" : "PoliceStation"
}, {
"@id" : "schema:Pond",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place", "schema:Landform", "schema:BodyOfWater" ],
"broaderTransitive" : "schema:BodyOfWater",
"definition" : "A pond.",
"prefLabel" : "Pond"
}, {
"@id" : "schema:PostOffice",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:GovernmentOffice" ],
"broaderTransitive" : "schema:GovernmentOffice",
"definition" : "A post office.",
"prefLabel" : "PostOffice"
}, {
"@id" : "schema:PostalAddress",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:StructuredValue", "schema:ContactPoint" ],
"broaderTransitive" : "schema:ContactPoint",
"definition" : "The mailing address.",
"prefLabel" : "PostalAddress"
}, {
"@id" : "schema:PostalCodeRangeSpecification",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:StructuredValue" ],
"broaderTransitive" : "schema:StructuredValue",
"definition" : "Indicates a range of postalcodes, usually defined as the set of valid codes between <a class=\"localLink\" href=\"http://schema.org/postalCodeBegin\">postalCodeBegin</a> and <a class=\"localLink\" href=\"http://schema.org/postalCodeEnd\">postalCodeEnd</a>, inclusively.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "PostalCodeRangeSpecification"
}, {
"@id" : "schema:Poster",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : "schema:CreativeWork",
"definition" : "A large, usually printed placard, bill, or announcement, often illustrated, that is posted to advertise or publicize something.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "Poster"
}, {
"@id" : "schema:PreOrderAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:TradeAction" ],
"broaderTransitive" : "schema:TradeAction",
"definition" : "An agent orders a (not yet released) object/product/service to be delivered/sent.",
"prefLabel" : "PreOrderAction"
}, {
"@id" : "schema:PrependAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:UpdateAction", "schema:AddAction", "schema:InsertAction" ],
"broaderTransitive" : "schema:InsertAction",
"definition" : "The act of inserting at the beginning if an ordered collection.",
"prefLabel" : "PrependAction"
}, {
"@id" : "schema:Preschool",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:CivicStructure", "schema:Thing", "schema:Organization", "schema:EducationalOrganization" ],
"broaderTransitive" : "schema:EducationalOrganization",
"definition" : "A preschool.",
"prefLabel" : "Preschool"
}, {
"@id" : "schema:PresentationDigitalDocument",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:DigitalDocument" ],
"broaderTransitive" : "schema:DigitalDocument",
"definition" : "A file containing slides or used for a presentation.",
"prefLabel" : "PresentationDigitalDocument"
}, {
"@id" : "schema:PreventionIndication",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:MedicalEntity", "schema:MedicalIndication" ],
"broaderTransitive" : "schema:MedicalIndication",
"definition" : "An indication for preventing an underlying condition, symptom, etc.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "PreventionIndication"
}, {
"@id" : "schema:PriceSpecification",
"@type" : "skos:Concept",
"broader" : [ "schema:Intangible", "schema:StructuredValue", "schema:Thing" ],
"broaderTransitive" : "schema:StructuredValue",
"definition" : "A structured value representing a price or price range. Typically, only the subclasses of this type are used for markup. It is recommended to use <a class=\"localLink\" href=\"http://schema.org/MonetaryAmount\">MonetaryAmount</a> to describe independent amounts of money such as a salary, credit card limits, etc.",
"narrower" : [ "schema:UnitPriceSpecification", "schema:PaymentChargeSpecification", "schema:DeliveryChargeSpecification", "schema:CompoundPriceSpecification" ],
"narrowerTransitive" : [ "schema:UnitPriceSpecification", "schema:DeliveryChargeSpecification", "schema:CompoundPriceSpecification", "schema:PaymentChargeSpecification" ],
"prefLabel" : "PriceSpecification"
}, {
"@id" : "schema:PrimaryCare",
"@type" : "skos:Concept",
"broader" : [ "schema:LocalBusiness", "schema:Thing", "schema:MedicalBusiness", "schema:Organization", "schema:Place" ],
"broaderTransitive" : "schema:MedicalBusiness",
"definition" : "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.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "PrimaryCare"
}, {
"@id" : "schema:Product",
"@type" : "skos:Concept",
"broader" : "schema:Thing",
"broaderTransitive" : "schema:Thing",
"definition" : "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.",
"narrower" : [ "schema:Motorcycle", "schema:SomeProducts", "schema:IndividualProduct", "schema:ProductModel", "schema:Car", "schema:BusOrCoach", "schema:MotorizedBicycle", "schema:Vehicle" ],
"narrowerTransitive" : [ "schema:SomeProducts", "schema:IndividualProduct", "schema:ProductModel", "schema:Vehicle" ],
"prefLabel" : "Product"
}, {
"@id" : "schema:ProductModel",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Product" ],
"broaderTransitive" : "schema:Product",
"definition" : "A datasheet or vendor specification of a product (in the sense of a prototypical description).",
"prefLabel" : "ProductModel"
}, {
"@id" : "schema:ProductReturnEnumeration",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration" ],
"broaderTransitive" : "schema:Enumeration",
"definition" : "ProductReturnEnumeration enumerates several kinds of product return policy. Note that this structure may not capture all aspects of the policy.",
"inScheme" : "http://attic.schema.org",
"prefLabel" : "ProductReturnEnumeration"
}, {
"@id" : "schema:ProductReturnPolicy",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible" ],
"broaderTransitive" : "schema:Intangible",
"definition" : "A ProductReturnPolicy provides information about product return policies associated with an <a class=\"localLink\" href=\"http://schema.org/Organization\">Organization</a> or <a class=\"localLink\" href=\"http://schema.org/Product\">Product</a>.",
"inScheme" : "http://attic.schema.org",
"prefLabel" : "ProductReturnPolicy"
}, {
"@id" : "schema:ProfessionalService",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness" ],
"broaderTransitive" : "schema:LocalBusiness",
"definition" : "Original definition: \"provider of professional services.\"<br/><br/>\n\nThe general <a class=\"localLink\" href=\"http://schema.org/ProfessionalService\">ProfessionalService</a> type for local businesses was deprecated due to confusion with <a class=\"localLink\" href=\"http://schema.org/Service\">Service</a>. For reference, the types that it included were: <a class=\"localLink\" href=\"http://schema.org/Dentist\">Dentist</a>,\n <a class=\"localLink\" href=\"http://schema.org/AccountingService\">AccountingService</a>, <a class=\"localLink\" href=\"http://schema.org/Attorney\">Attorney</a>, <a class=\"localLink\" href=\"http://schema.org/Notary\">Notary</a>, as well as types for several kinds of <a class=\"localLink\" href=\"http://schema.org/HomeAndConstructionBusiness\">HomeAndConstructionBusiness</a>: <a class=\"localLink\" href=\"http://schema.org/Electrician\">Electrician</a>, <a class=\"localLink\" href=\"http://schema.org/GeneralContractor\">GeneralContractor</a>,\n <a class=\"localLink\" href=\"http://schema.org/HousePainter\">HousePainter</a>, <a class=\"localLink\" href=\"http://schema.org/Locksmith\">Locksmith</a>, <a class=\"localLink\" href=\"http://schema.org/Plumber\">Plumber</a>, <a class=\"localLink\" href=\"http://schema.org/RoofingContractor\">RoofingContractor</a>. <a class=\"localLink\" href=\"http://schema.org/LegalService\">LegalService</a> was introduced as a more inclusive supertype of <a class=\"localLink\" href=\"http://schema.org/Attorney\">Attorney</a>.",
"prefLabel" : "ProfessionalService"
}, {
"@id" : "schema:ProfilePage",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:WebPage" ],
"broaderTransitive" : "schema:WebPage",
"definition" : "Web page type: Profile page.",
"prefLabel" : "ProfilePage"
}, {
"@id" : "schema:ProgramMembership",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible" ],
"broaderTransitive" : "schema:Intangible",
"definition" : "Used to describe membership in a loyalty programs (e.g. \"StarAliance\"), traveler clubs (e.g. \"AAA\"), purchase clubs (\"Safeway Club\"), etc.",
"prefLabel" : "ProgramMembership"
}, {
"@id" : "schema:Project",
"@type" : "skos:Concept",
"broader" : [ "schema:Organization", "schema:Thing" ],
"broaderTransitive" : "schema:Organization",
"definition" : "An enterprise (potentially individual but typically collaborative), planned to achieve a particular aim.\nUse properties from <a class=\"localLink\" href=\"http://schema.org/Organization\">Organization</a>, <a class=\"localLink\" href=\"http://schema.org/subOrganization\">subOrganization</a>/<a class=\"localLink\" href=\"http://schema.org/parentOrganization\">parentOrganization</a> to indicate project sub-structures.",
"inScheme" : "http://pending.schema.org",
"narrower" : [ "schema:FundingAgency", "schema:ResearchProject" ],
"narrowerTransitive" : [ "schema:FundingAgency", "schema:ResearchProject" ],
"prefLabel" : "Project"
}, {
"@id" : "schema:PronounceableText",
"@type" : "skos:Concept",
"broader" : "schema:Text",
"broaderTransitive" : "schema:Text",
"definition" : "Data type: PronounceableText.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "PronounceableText"
}, {
"@id" : "schema:Property",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible" ],
"broaderTransitive" : "schema:Intangible",
"definition" : "A property, used to indicate attributes and relationships of some Thing; equivalent to rdf:Property.",
"inScheme" : "http://meta.schema.org",
"prefLabel" : "Property"
}, {
"@id" : "schema:PropertyValue",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:StructuredValue" ],
"broaderTransitive" : "schema:StructuredValue",
"definition" : "A property-value pair, e.g. representing a feature of a product or place. Use the 'name' property for the name of the property. If there is an additional human-readable version of the value, put that into the 'description' property.<br/><br/>\n\nAlways 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.",
"narrower" : "schema:LocationFeatureSpecification",
"narrowerTransitive" : "schema:LocationFeatureSpecification",
"prefLabel" : "PropertyValue"
}, {
"@id" : "schema:PropertyValueSpecification",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible" ],
"broaderTransitive" : "schema:Intangible",
"definition" : "A Property value specification.",
"prefLabel" : "PropertyValueSpecification"
}, {
"@id" : "schema:Psychiatric",
"@type" : "skos:Concept",
"broader" : [ "schema:LocalBusiness", "schema:Thing", "schema:MedicalBusiness", "schema:Organization", "schema:Place" ],
"broaderTransitive" : "schema:MedicalBusiness",
"definition" : "A specific branch of medical science that is concerned with the study, treatment, and prevention of mental illness, using both medical and psychological therapies.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "Psychiatric"
}, {
"@id" : "schema:PsychologicalTreatment",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:MedicalEntity", "schema:MedicalProcedure", "schema:TherapeuticProcedure" ],
"broaderTransitive" : "schema:TherapeuticProcedure",
"definition" : "A process of care relying upon counseling, dialogue and communication aimed at improving a mental health condition without use of drugs.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "PsychologicalTreatment"
}, {
"@id" : "schema:PublicHealth",
"@type" : "skos:Concept",
"broader" : [ "schema:MedicalBusiness", "schema:Thing", "schema:LocalBusiness", "schema:Place", "schema:Organization" ],
"broaderTransitive" : "schema:MedicalBusiness",
"definition" : "Branch of medicine that pertains to the health services to improve and protect community health, especially epidemiology, sanitation, immunization, and preventive medicine.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "PublicHealth"
}, {
"@id" : "schema:PublicSwimmingPool",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:SportsActivityLocation" ],
"broaderTransitive" : "schema:SportsActivityLocation",
"definition" : "A public swimming pool.",
"prefLabel" : "PublicSwimmingPool"
}, {
"@id" : "schema:PublicToilet",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place", "schema:CivicStructure" ],
"broaderTransitive" : "schema:CivicStructure",
"definition" : "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.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "PublicToilet"
}, {
"@id" : "schema:PublicationEvent",
"@type" : "skos:Concept",
"broader" : [ "schema:Event", "schema:Thing" ],
"broaderTransitive" : "schema:Event",
"definition" : "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.",
"narrower" : [ "schema:OnDemandEvent", "schema:BroadcastEvent" ],
"narrowerTransitive" : [ "schema:BroadcastEvent", "schema:OnDemandEvent" ],
"prefLabel" : "PublicationEvent"
}, {
"@id" : "schema:PublicationIssue",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : "schema:CreativeWork",
"definition" : "A part of a successively published publication such as a periodical or publication volume, often numbered, usually containing a grouping of works such as articles.<br/><br/>\n\nSee also <a href=\"http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html\">blog post</a>.",
"narrower" : "schema:ComicIssue",
"narrowerTransitive" : "schema:ComicIssue",
"prefLabel" : "PublicationIssue"
}, {
"@id" : "schema:PublicationVolume",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : "schema:CreativeWork",
"definition" : "A part of a successively published publication such as a periodical or multi-volume work, often numbered. It may represent a time span, such as a year.<br/><br/>\n\nSee also <a href=\"http://blog.schema.org/2014/09/schemaorg-support-for-bibliographic_2.html\">blog post</a>.",
"prefLabel" : "PublicationVolume"
}, {
"@id" : "schema:QAPage",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:WebPage" ],
"broaderTransitive" : "schema:WebPage",
"definition" : "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).",
"prefLabel" : "QAPage"
}, {
"@id" : "schema:QualitativeValue",
"@type" : "skos:Concept",
"broader" : [ "schema:Enumeration", "schema:Intangible", "schema:Thing" ],
"broaderTransitive" : "schema:Enumeration",
"definition" : "A predefined value for a product characteristic, e.g. the power cord plug type 'US' or the garment sizes 'S', 'M', 'L', and 'XL'.",
"narrower" : [ "schema:CarUsageType", "schema:BedType", "schema:SteeringPositionValue", "schema:DriveWheelConfigurationValue" ],
"narrowerTransitive" : [ "schema:DriveWheelConfigurationValue", "schema:CarUsageType", "schema:BedType", "schema:SteeringPositionValue" ],
"prefLabel" : "QualitativeValue"
}, {
"@id" : "schema:QuantitativeValue",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:StructuredValue" ],
"broaderTransitive" : "schema:StructuredValue",
"definition" : "A point value or interval for product characteristics and other purposes.",
"prefLabel" : "QuantitativeValue"
}, {
"@id" : "schema:QuantitativeValueDistribution",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:StructuredValue" ],
"broaderTransitive" : "schema:StructuredValue",
"definition" : "A statistical distribution of values.",
"narrower" : "schema:MonetaryAmountDistribution",
"narrowerTransitive" : "schema:MonetaryAmountDistribution",
"prefLabel" : "QuantitativeValueDistribution"
}, {
"@id" : "schema:Quantity",
"@type" : "skos:Concept",
"broader" : [ "schema:Intangible", "schema:Thing" ],
"broaderTransitive" : "schema:Intangible",
"definition" : "Quantities such as distance, time, mass, weight, etc. Particular instances of say Mass are entities like '3 Kg' or '4 milligrams'.",
"narrower" : [ "schema:Distance", "schema:Mass", "schema:Energy", "schema:Duration" ],
"narrowerTransitive" : [ "schema:Mass", "schema:Duration", "schema:Energy", "schema:Distance" ],
"prefLabel" : "Quantity"
}, {
"@id" : "schema:Question",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : "schema:CreativeWork",
"definition" : "A specific question - e.g. from a user seeking answers online, or collected in a Frequently Asked Questions (FAQ) document.",
"prefLabel" : "Question"
}, {
"@id" : "schema:Quotation",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : "schema:CreativeWork",
"definition" : "A quotation. Often but not necessarily from some written work, attributable to a real world author and - if associated with a fictional character - to any fictional Person. Use <a class=\"localLink\" href=\"http://schema.org/isBasedOn\">isBasedOn</a> to link to source/origin. The <a class=\"localLink\" href=\"http://schema.org/recordedIn\">recordedIn</a> property can be used to reference a Quotation from an <a class=\"localLink\" href=\"http://schema.org/Event\">Event</a>.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "Quotation"
}, {
"@id" : "schema:QuoteAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:TradeAction" ],
"broaderTransitive" : "schema:TradeAction",
"definition" : "An agent quotes/estimates/appraises an object/product/service with a price at a location/store.",
"prefLabel" : "QuoteAction"
}, {
"@id" : "schema:RVPark",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place", "schema:CivicStructure" ],
"broaderTransitive" : "schema:CivicStructure",
"definition" : "A place offering space for \"Recreational Vehicles\", Caravans, mobile homes and the like.",
"prefLabel" : "RVPark"
}, {
"@id" : "schema:RadiationTherapy",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:MedicalProcedure", "schema:TherapeuticProcedure", "schema:MedicalTherapy", "schema:MedicalEntity" ],
"broaderTransitive" : "schema:MedicalTherapy",
"definition" : "A process of care using radiation aimed at improving a health condition.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "RadiationTherapy"
}, {
"@id" : "schema:RadioBroadcastService",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Service", "schema:BroadcastService" ],
"broaderTransitive" : "schema:BroadcastService",
"definition" : "A delivery service through which radio content is provided via broadcast over the air or online.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "RadioBroadcastService"
}, {
"@id" : "schema:RadioChannel",
"@type" : "skos:Concept",
"broader" : [ "schema:Intangible", "schema:BroadcastChannel", "schema:Thing" ],
"broaderTransitive" : "schema:BroadcastChannel",
"definition" : "A unique instance of a radio BroadcastService on a CableOrSatelliteService lineup.",
"narrower" : [ "schema:AMRadioChannel", "schema:FMRadioChannel" ],
"narrowerTransitive" : [ "schema:AMRadioChannel", "schema:FMRadioChannel" ],
"prefLabel" : "RadioChannel"
}, {
"@id" : "schema:RadioClip",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:Clip" ],
"broaderTransitive" : "schema:Clip",
"definition" : "A short radio program or a segment/part of a radio program.",
"prefLabel" : "RadioClip"
}, {
"@id" : "schema:RadioEpisode",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:Episode" ],
"broaderTransitive" : "schema:Episode",
"definition" : "A radio episode which can be part of a series or season.",
"prefLabel" : "RadioEpisode"
}, {
"@id" : "schema:RadioSeason",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:CreativeWorkSeason" ],
"broaderTransitive" : "schema:CreativeWorkSeason",
"definition" : "Season dedicated to radio broadcast and associated online delivery.",
"prefLabel" : "RadioSeason"
}, {
"@id" : "schema:RadioSeries",
"@type" : "skos:Concept",
"broader" : [ "schema:CreativeWork", "schema:Thing", "schema:Intangible", "schema:Series", "schema:CreativeWorkSeries" ],
"broaderTransitive" : "schema:CreativeWorkSeries",
"definition" : "CreativeWorkSeries dedicated to radio broadcast and associated online delivery.",
"prefLabel" : "RadioSeries"
}, {
"@id" : "schema:RadioStation",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness" ],
"broaderTransitive" : "schema:LocalBusiness",
"definition" : "A radio station.",
"prefLabel" : "RadioStation"
}, {
"@id" : "schema:Rating",
"@type" : "skos:Concept",
"broader" : [ "schema:Intangible", "schema:Thing" ],
"broaderTransitive" : "schema:Intangible",
"definition" : "A rating is an evaluation on a numeric scale, such as 1 to 5 stars.",
"narrower" : [ "schema:EndorsementRating", "schema:EmployerAggregateRating", "schema:AggregateRating" ],
"narrowerTransitive" : [ "schema:EndorsementRating", "schema:AggregateRating" ],
"prefLabel" : "Rating"
}, {
"@id" : "schema:ReactAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Action", "schema:Thing", "schema:AssessAction" ],
"broaderTransitive" : "schema:AssessAction",
"definition" : "The act of responding instinctively and emotionally to an object, expressing a sentiment.",
"narrower" : [ "schema:DisagreeAction", "schema:AgreeAction", "schema:WantAction", "schema:DislikeAction", "schema:EndorseAction", "schema:LikeAction" ],
"narrowerTransitive" : [ "schema:DisagreeAction", "schema:EndorseAction", "schema:WantAction", "schema:LikeAction", "schema:DislikeAction", "schema:AgreeAction" ],
"prefLabel" : "ReactAction"
}, {
"@id" : "schema:ReadAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:ConsumeAction" ],
"broaderTransitive" : "schema:ConsumeAction",
"definition" : "The act of consuming written content.",
"prefLabel" : "ReadAction"
}, {
"@id" : "schema:RealEstateAgent",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness" ],
"broaderTransitive" : "schema:LocalBusiness",
"definition" : "A real-estate agent.",
"prefLabel" : "RealEstateAgent"
}, {
"@id" : "schema:RealEstateListing",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:WebPage" ],
"broaderTransitive" : "schema:WebPage",
"definition" : "A <a class=\"localLink\" href=\"http://schema.org/RealEstateListing\">RealEstateListing</a> is a listing that describes one or more real-estate <a class=\"localLink\" href=\"http://schema.org/Offer\">Offer</a>s (whose <a class=\"localLink\" href=\"http://schema.org/businessFunction\">businessFunction</a> is typically to lease out, or to sell).\n The <a class=\"localLink\" href=\"http://schema.org/RealEstateListing\">RealEstateListing</a> type itself represents the overall listing, as manifested in some <a class=\"localLink\" href=\"http://schema.org/WebPage\">WebPage</a>.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "RealEstateListing"
}, {
"@id" : "schema:ReceiveAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:TransferAction" ],
"broaderTransitive" : "schema:TransferAction",
"definition" : "The act of physically/electronically taking delivery of an object thathas been transferred from an origin to a destination. Reciprocal of SendAction.<br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/SendAction\">SendAction</a>: The reciprocal of ReceiveAction.</li>\n<li><a class=\"localLink\" href=\"http://schema.org/TakeAction\">TakeAction</a>: Unlike TakeAction, ReceiveAction does not imply that the ownership has been transfered (e.g. I can receive a package, but it does not mean the package is now mine).</li>\n</ul>\n",
"prefLabel" : "ReceiveAction"
}, {
"@id" : "schema:Recipe",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:HowTo" ],
"broaderTransitive" : "schema:HowTo",
"definition" : "A recipe. For dietary restrictions covered by the recipe, a few common restrictions are enumerated via <a class=\"localLink\" href=\"http://schema.org/suitableForDiet\">suitableForDiet</a>. The <a class=\"localLink\" href=\"http://schema.org/keywords\">keywords</a> property can also be used to add more detail.",
"prefLabel" : "Recipe"
}, {
"@id" : "schema:Recommendation",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:Review" ],
"broaderTransitive" : "schema:Review",
"definition" : "<a class=\"localLink\" href=\"http://schema.org/Recommendation\">Recommendation</a> is a type of <a class=\"localLink\" href=\"http://schema.org/Review\">Review</a> that suggests or proposes something as the best option or best course of action. Recommendations may be for products or services, or other concrete things, as in the case of a ranked list or product guide. A <a class=\"localLink\" href=\"http://schema.org/Guide\">Guide</a> may list multiple recommendations for different categories. For example, in a <a class=\"localLink\" href=\"http://schema.org/Guide\">Guide</a> about which TVs to buy, the author may have several <a class=\"localLink\" href=\"http://schema.org/Recommendation\">Recommendation</a>s.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "Recommendation"
}, {
"@id" : "schema:RecommendedDoseSchedule",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:MedicalEntity", "schema:MedicalIntangible", "schema:DoseSchedule" ],
"broaderTransitive" : "schema:DoseSchedule",
"definition" : "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.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "RecommendedDoseSchedule"
}, {
"@id" : "schema:RecyclingCenter",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness" ],
"broaderTransitive" : "schema:LocalBusiness",
"definition" : "A recycling center.",
"prefLabel" : "RecyclingCenter"
}, {
"@id" : "schema:RefundTypeEnumeration",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration" ],
"broaderTransitive" : "schema:Enumeration",
"definition" : "RefundTypeEnumeration enumerates several kinds of product return refund types.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "RefundTypeEnumeration"
}, {
"@id" : "schema:RegisterAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:InteractAction" ],
"broaderTransitive" : "schema:InteractAction",
"definition" : "The act of registering to be a user of a service, product or web page.<br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/JoinAction\">JoinAction</a>: Unlike JoinAction, RegisterAction implies you are registering to be a user of a service, <em>not</em> a group/team of people.</li>\n<li>[FollowAction]]: Unlike FollowAction, RegisterAction doesn't imply that the agent is expecting to poll for updates from the object.</li>\n<li><a class=\"localLink\" href=\"http://schema.org/SubscribeAction\">SubscribeAction</a>: Unlike SubscribeAction, RegisterAction doesn't imply that the agent is expecting updates from the object.</li>\n</ul>\n",
"prefLabel" : "RegisterAction"
}, {
"@id" : "schema:RejectAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:OrganizeAction", "schema:AllocateAction" ],
"broaderTransitive" : "schema:AllocateAction",
"definition" : "The act of rejecting to/adopting an object.<br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/AcceptAction\">AcceptAction</a>: The antonym of RejectAction.</li>\n</ul>\n",
"prefLabel" : "RejectAction"
}, {
"@id" : "schema:RentAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:TradeAction" ],
"broaderTransitive" : "schema:TradeAction",
"definition" : "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.",
"prefLabel" : "RentAction"
}, {
"@id" : "schema:RentalCarReservation",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Reservation" ],
"broaderTransitive" : "schema:Reservation",
"definition" : "A reservation for a rental car.<br/><br/>\n\nNote: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations.",
"prefLabel" : "RentalCarReservation"
}, {
"@id" : "schema:RepaymentSpecification",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:StructuredValue" ],
"broaderTransitive" : "schema:StructuredValue",
"definition" : "A structured value representing repayment.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "RepaymentSpecification"
}, {
"@id" : "schema:ReplaceAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:UpdateAction" ],
"broaderTransitive" : "schema:UpdateAction",
"definition" : "The act of editing a recipient by replacing an old object with a new object.",
"prefLabel" : "ReplaceAction"
}, {
"@id" : "schema:ReplyAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:InteractAction", "schema:CommunicateAction" ],
"broaderTransitive" : "schema:CommunicateAction",
"definition" : "The act of responding to a question/message asked/sent by the object. Related to <a class=\"localLink\" href=\"http://schema.org/AskAction\">AskAction</a><br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/AskAction\">AskAction</a>: Appears generally as an origin of a ReplyAction.</li>\n</ul>\n",
"prefLabel" : "ReplyAction"
}, {
"@id" : "schema:Report",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:Article" ],
"broaderTransitive" : "schema:Article",
"definition" : "A Report generated by governmental or non-governmental organization.",
"prefLabel" : "Report"
}, {
"@id" : "schema:ReportageNewsArticle",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:Article", "schema:NewsArticle" ],
"broaderTransitive" : "schema:NewsArticle",
"definition" : "The <a class=\"localLink\" href=\"http://schema.org/ReportageNewsArticle\">ReportageNewsArticle</a> type is a subtype of <a class=\"localLink\" href=\"http://schema.org/NewsArticle\">NewsArticle</a> representing\n news articles which are the result of journalistic news reporting conventions.<br/><br/>\n\nIn practice many news publishers produce a wide variety of article types, many of which might be considered a <a class=\"localLink\" href=\"http://schema.org/NewsArticle\">NewsArticle</a> but not a <a class=\"localLink\" href=\"http://schema.org/ReportageNewsArticle\">ReportageNewsArticle</a>. For example, opinion pieces, reviews, analysis, sponsored or satirical articles, or articles that combine several of these elements.<br/><br/>\n\nThe <a class=\"localLink\" href=\"http://schema.org/ReportageNewsArticle\">ReportageNewsArticle</a> type is based on a stricter ideal for \"news\" as a work of journalism, with articles based on factual information either observed or verified by the author, or reported and verified from knowledgeable sources. This often includes perspectives from multiple viewpoints on a particular issue (distinguishing news reports from public relations or propaganda). News reports in the <a class=\"localLink\" href=\"http://schema.org/ReportageNewsArticle\">ReportageNewsArticle</a> sense de-emphasize the opinion of the author, with commentary and value judgements typically expressed elsewhere.<br/><br/>\n\nA <a class=\"localLink\" href=\"http://schema.org/ReportageNewsArticle\">ReportageNewsArticle</a> which goes deeper into analysis can also be marked with an additional type of <a class=\"localLink\" href=\"http://schema.org/AnalysisNewsArticle\">AnalysisNewsArticle</a>.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "ReportageNewsArticle"
}, {
"@id" : "schema:ReportedDoseSchedule",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:MedicalEntity", "schema:MedicalIntangible", "schema:DoseSchedule" ],
"broaderTransitive" : "schema:DoseSchedule",
"definition" : "A patient-reported or observed dosing schedule for a drug or supplement.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "ReportedDoseSchedule"
}, {
"@id" : "schema:ResearchProject",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Organization", "schema:Project" ],
"broaderTransitive" : "schema:Project",
"definition" : "A Research project.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "ResearchProject"
}, {
"@id" : "schema:Reservation",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible" ],
"broaderTransitive" : "schema:Intangible",
"definition" : "Describes a reservation for travel, dining or an event. Some reservations require tickets. <br/><br/>\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 <a class=\"localLink\" href=\"http://schema.org/Offer\">Offer</a>.",
"narrower" : [ "schema:EventReservation", "schema:RentalCarReservation", "schema:BusReservation", "schema:TaxiReservation", "schema:LodgingReservation", "schema:FlightReservation", "schema:TrainReservation", "schema:ReservationPackage", "schema:FoodEstablishmentReservation" ],
"narrowerTransitive" : [ "schema:FlightReservation", "schema:LodgingReservation", "schema:EventReservation", "schema:TrainReservation", "schema:ReservationPackage", "schema:TaxiReservation", "schema:BusReservation", "schema:FoodEstablishmentReservation", "schema:RentalCarReservation" ],
"prefLabel" : "Reservation"
}, {
"@id" : "schema:ReservationPackage",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Reservation" ],
"broaderTransitive" : "schema:Reservation",
"definition" : "A group of multiple reservations with common values for all sub-reservations.",
"prefLabel" : "ReservationPackage"
}, {
"@id" : "schema:ReservationStatusType",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration" ],
"broaderTransitive" : "schema:Enumeration",
"definition" : "Enumerated status values for Reservation.",
"prefLabel" : "ReservationStatusType"
}, {
"@id" : "schema:ReserveAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:OrganizeAction", "schema:PlanAction" ],
"broaderTransitive" : "schema:PlanAction",
"definition" : "Reserving a concrete object.<br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/ScheduleAction\">ScheduleAction</a></a>: Unlike ScheduleAction, ReserveAction reserves concrete objects (e.g. a table, a hotel) towards a time slot / spatial allocation.</li>\n</ul>\n",
"prefLabel" : "ReserveAction"
}, {
"@id" : "schema:Reservoir",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place", "schema:Landform", "schema:BodyOfWater" ],
"broaderTransitive" : "schema:BodyOfWater",
"definition" : "A reservoir of water, typically an artificially created lake, like the Lake Kariba reservoir.",
"prefLabel" : "Reservoir"
}, {
"@id" : "schema:Residence",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place" ],
"broaderTransitive" : "schema:Place",
"definition" : "The place where a person lives.",
"narrower" : [ "schema:GatedResidenceCommunity", "schema:ApartmentComplex" ],
"narrowerTransitive" : [ "schema:GatedResidenceCommunity", "schema:ApartmentComplex" ],
"prefLabel" : "Residence"
}, {
"@id" : "schema:Resort",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:LodgingBusiness" ],
"broaderTransitive" : "schema:LodgingBusiness",
"definition" : "A resort is a place used for relaxation or recreation, attracting visitors for holidays or vacations. Resorts are places, towns or sometimes commercial establishment operated by a single company (Source: Wikipedia, the free encyclopedia, see <a href=\"http://en.wikipedia.org/wiki/Resort\">http://en.wikipedia.org/wiki/Resort</a>).\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>.",
"prefLabel" : "Resort"
}, {
"@id" : "schema:RespiratoryTherapy",
"@type" : "skos:Concept",
"broader" : [ "schema:MedicalProcedure", "schema:MedicalEntity", "schema:MedicalTherapy", "schema:Thing", "schema:TherapeuticProcedure" ],
"broaderTransitive" : "schema:MedicalTherapy",
"definition" : "The therapy that is concerned with the maintenance or improvement of respiratory function (as in patients with pulmonary disease).",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "RespiratoryTherapy"
}, {
"@id" : "schema:Restaurant",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:FoodEstablishment" ],
"broaderTransitive" : "schema:FoodEstablishment",
"definition" : "A restaurant.",
"prefLabel" : "Restaurant"
}, {
"@id" : "schema:RestrictedDiet",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration" ],
"broaderTransitive" : "schema:Enumeration",
"definition" : "A diet restricted to certain foods or preparations for cultural, religious, health or lifestyle reasons.",
"prefLabel" : "RestrictedDiet"
}, {
"@id" : "schema:ResumeAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:ControlAction" ],
"broaderTransitive" : "schema:ControlAction",
"definition" : "The act of resuming a device or application which was formerly paused (e.g. resume music playback or resume a timer).",
"prefLabel" : "ResumeAction"
}, {
"@id" : "schema:ReturnAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:TransferAction" ],
"broaderTransitive" : "schema:TransferAction",
"definition" : "The act of returning to the origin that which was previously received (concrete objects) or taken (ownership).",
"prefLabel" : "ReturnAction"
}, {
"@id" : "schema:ReturnFeesEnumeration",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration" ],
"broaderTransitive" : "schema:Enumeration",
"definition" : "ReturnFeesEnumeration expresses policies for return fees.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "ReturnFeesEnumeration"
}, {
"@id" : "schema:Review",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : "schema:CreativeWork",
"definition" : "A review of an item - for example, of a restaurant, movie, or store.",
"narrower" : [ "schema:EmployerReview", "schema:MediaReview", "schema:Recommendation", "schema:UserReview", "schema:ClaimReview", "schema:CriticReview", "schema:ReviewNewsArticle" ],
"narrowerTransitive" : [ "schema:EmployerReview", "schema:ClaimReview", "schema:Recommendation", "schema:UserReview", "schema:CriticReview", "schema:MediaReview" ],
"prefLabel" : "Review"
}, {
"@id" : "schema:ReviewAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:AssessAction" ],
"broaderTransitive" : "schema:AssessAction",
"definition" : "The act of producing a balanced opinion about the object for an audience. An agent reviews an object with participants resulting in a review.",
"prefLabel" : "ReviewAction"
}, {
"@id" : "schema:ReviewNewsArticle",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Article", "schema:CreativeWork", "schema:NewsArticle", "schema:Review", "schema:CriticReview" ],
"broaderTransitive" : [ "schema:NewsArticle", "schema:CriticReview" ],
"definition" : "A <a class=\"localLink\" href=\"http://schema.org/NewsArticle\">NewsArticle</a> and <a class=\"localLink\" href=\"http://schema.org/CriticReview\">CriticReview</a> providing a professional critic's assessment of a service, product, performance, or artistic or literary work.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "ReviewNewsArticle"
}, {
"@id" : "schema:RiverBodyOfWater",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place", "schema:Landform", "schema:BodyOfWater" ],
"broaderTransitive" : "schema:BodyOfWater",
"definition" : "A river (for example, the broad majestic Shannon).",
"prefLabel" : "RiverBodyOfWater"
}, {
"@id" : "schema:Role",
"@type" : "skos:Concept",
"broader" : [ "schema:Intangible", "schema:Thing" ],
"broaderTransitive" : "schema:Intangible",
"definition" : "Represents additional information about a relationship or property. For example a Role can be used to say that a 'member' role linking some SportsTeam to a player occurred during a particular time period. Or that a Person's 'actor' role in a Movie was for some particular characterName. Such properties can be attached to a Role entity, which is then associated with the main entities using ordinary properties like 'member' or 'actor'.<br/><br/>\n\nSee also <a href=\"http://blog.schema.org/2014/06/introducing-role.html\">blog post</a>.",
"narrower" : [ "schema:LinkRole", "schema:EmployeeRole", "schema:PerformanceRole", "schema:OrganizationRole" ],
"narrowerTransitive" : [ "schema:PerformanceRole", "schema:LinkRole", "schema:OrganizationRole" ],
"prefLabel" : "Role"
}, {
"@id" : "schema:RoofingContractor",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:HomeAndConstructionBusiness" ],
"broaderTransitive" : "schema:HomeAndConstructionBusiness",
"definition" : "A roofing contractor.",
"prefLabel" : "RoofingContractor"
}, {
"@id" : "schema:Room",
"@type" : "skos:Concept",
"broader" : [ "schema:Accommodation", "schema:Thing", "schema:Place" ],
"broaderTransitive" : "schema:Accommodation",
"definition" : "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>.",
"narrower" : [ "schema:MeetingRoom", "schema:HotelRoom" ],
"narrowerTransitive" : [ "schema:MeetingRoom", "schema:HotelRoom" ],
"prefLabel" : "Room"
}, {
"@id" : "schema:RsvpAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:InteractAction", "schema:CommunicateAction", "schema:InformAction" ],
"broaderTransitive" : "schema:InformAction",
"definition" : "The act of notifying an event organizer as to whether you expect to attend the event.",
"prefLabel" : "RsvpAction"
}, {
"@id" : "schema:RsvpResponseType",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration" ],
"broaderTransitive" : "schema:Enumeration",
"definition" : "RsvpResponseType is an enumeration type whose instances represent responding to an RSVP request.",
"prefLabel" : "RsvpResponseType"
}, {
"@id" : "schema:SaleEvent",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Event" ],
"broaderTransitive" : "schema:Event",
"definition" : "Event type: Sales event.",
"prefLabel" : "SaleEvent"
}, {
"@id" : "schema:SatiricalArticle",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:Article" ],
"broaderTransitive" : "schema:Article",
"definition" : "An <a class=\"localLink\" href=\"http://schema.org/Article\">Article</a> whose content is primarily <a href=\"https://en.wikipedia.org/wiki/Satire\">[satirical]</a> in nature, i.e. unlikely to be literally true. A satirical article is sometimes but not necessarily also a <a class=\"localLink\" href=\"http://schema.org/NewsArticle\">NewsArticle</a>. <a class=\"localLink\" href=\"http://schema.org/ScholarlyArticle\">ScholarlyArticle</a>s are also sometimes satirized.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "SatiricalArticle"
}, {
"@id" : "schema:Schedule",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible" ],
"broaderTransitive" : "schema:Intangible",
"definition" : "A schedule defines a repeating time period used to describe a regularly occurring <a class=\"localLink\" href=\"http://schema.org/Event\">Event</a>. At a minimum a schedule will specify <a class=\"localLink\" href=\"http://schema.org/repeatFrequency\">repeatFrequency</a> which describes the interval between occurences of the event. Additional information can be provided to specify the schedule more precisely.\n 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\n have start and end dates to indicate when they are active, e.g. to define a limited calendar of events.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "Schedule"
}, {
"@id" : "schema:ScheduleAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:OrganizeAction", "schema:PlanAction" ],
"broaderTransitive" : "schema:PlanAction",
"definition" : "Scheduling future actions, events, or tasks.<br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/ReserveAction\">ReserveAction</a>: Unlike ReserveAction, ScheduleAction allocates future actions (e.g. an event, a task, etc) towards a time slot / spatial allocation.</li>\n</ul>\n",
"prefLabel" : "ScheduleAction"
}, {
"@id" : "schema:ScholarlyArticle",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:Article" ],
"broaderTransitive" : "schema:Article",
"definition" : "A scholarly article.",
"narrower" : "schema:MedicalScholarlyArticle",
"narrowerTransitive" : "schema:MedicalScholarlyArticle",
"prefLabel" : "ScholarlyArticle"
}, {
"@id" : "schema:School",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:CivicStructure", "schema:Thing", "schema:Organization", "schema:EducationalOrganization" ],
"broaderTransitive" : "schema:EducationalOrganization",
"definition" : "A school.",
"prefLabel" : "School"
}, {
"@id" : "schema:SchoolDistrict",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place", "schema:AdministrativeArea" ],
"broaderTransitive" : "schema:AdministrativeArea",
"definition" : "A School District is an administrative area for the administration of schools.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "SchoolDistrict"
}, {
"@id" : "schema:ScreeningEvent",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Event" ],
"broaderTransitive" : "schema:Event",
"definition" : "A screening of a movie or other video.",
"prefLabel" : "ScreeningEvent"
}, {
"@id" : "schema:Sculpture",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : "schema:CreativeWork",
"definition" : "A piece of sculpture.",
"prefLabel" : "Sculpture"
}, {
"@id" : "schema:SeaBodyOfWater",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place", "schema:Landform", "schema:BodyOfWater" ],
"broaderTransitive" : "schema:BodyOfWater",
"definition" : "A sea (for example, the Caspian sea).",
"prefLabel" : "SeaBodyOfWater"
}, {
"@id" : "schema:SearchAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action" ],
"broaderTransitive" : "schema:Action",
"definition" : "The act of searching for an object.<br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/FindAction\">FindAction</a>: SearchAction generally leads to a FindAction, but not necessarily.</li>\n</ul>\n",
"prefLabel" : "SearchAction"
}, {
"@id" : "schema:SearchResultsPage",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:WebPage" ],
"broaderTransitive" : "schema:WebPage",
"definition" : "Web page type: Search results page.",
"prefLabel" : "SearchResultsPage"
}, {
"@id" : "schema:Season",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : "schema:CreativeWork",
"definition" : "A media season e.g. tv, radio, video game etc.",
"prefLabel" : "Season"
}, {
"@id" : "schema:Seat",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible" ],
"broaderTransitive" : "schema:Intangible",
"definition" : "Used to describe a seat, such as a reserved seat in an event reservation.",
"prefLabel" : "Seat"
}, {
"@id" : "schema:SelfStorage",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness" ],
"broaderTransitive" : "schema:LocalBusiness",
"definition" : "A self-storage facility.",
"prefLabel" : "SelfStorage"
}, {
"@id" : "schema:SellAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:TradeAction" ],
"broaderTransitive" : "schema:TradeAction",
"definition" : "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.",
"prefLabel" : "SellAction"
}, {
"@id" : "schema:SendAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:TransferAction" ],
"broaderTransitive" : "schema:TransferAction",
"definition" : "The act of physically/electronically dispatching an object for transfer from an origin to a destination.Related actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/ReceiveAction\">ReceiveAction</a>: The reciprocal of SendAction.</li>\n<li><a class=\"localLink\" href=\"http://schema.org/GiveAction\">GiveAction</a>: Unlike GiveAction, SendAction does not imply the transfer of ownership (e.g. I can send you my laptop, but I'm not necessarily giving it to you).</li>\n</ul>\n",
"prefLabel" : "SendAction"
}, {
"@id" : "schema:Series",
"@type" : "skos:Concept",
"broader" : [ "schema:Intangible", "schema:Thing" ],
"broaderTransitive" : "schema:Intangible",
"definition" : "A Series in schema.org is a group of related items, typically but not necessarily of the same kind. See also <a class=\"localLink\" href=\"http://schema.org/CreativeWorkSeries\">CreativeWorkSeries</a>, <a class=\"localLink\" href=\"http://schema.org/EventSeries\">EventSeries</a>.",
"narrower" : [ "schema:BookSeries", "schema:VideoGameSeries", "schema:Newspaper", "schema:RadioSeries", "schema:PodcastSeries", "schema:CreativeWorkSeries", "schema:Periodical", "schema:EventSeries", "schema:TVSeries", "schema:MovieSeries", "schema:ComicSeries" ],
"narrowerTransitive" : [ "schema:EventSeries", "schema:CreativeWorkSeries" ],
"prefLabel" : "Series"
}, {
"@id" : "schema:Service",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible" ],
"broaderTransitive" : "schema:Intangible",
"definition" : "A service provided by an organization, e.g. delivery service, print services, etc.",
"narrower" : [ "schema:FoodService", "schema:CreditCard", "schema:FinancialProduct", "schema:GovernmentService", "schema:CurrencyConversionService", "schema:PaymentCard", "schema:MortgageLoan", "schema:LoanOrCredit", "schema:BankAccount", "schema:TaxiService", "schema:DepositAccount", "schema:BrokerageAccount", "schema:PaymentService", "schema:WebAPI", "schema:RadioBroadcastService", "schema:BroadcastService", "schema:InvestmentOrDeposit", "schema:Taxi", "schema:InvestmentFund", "schema:CableOrSatelliteService" ],
"narrowerTransitive" : [ "schema:Taxi", "schema:BroadcastService", "schema:TaxiService", "schema:GovernmentService", "schema:CableOrSatelliteService", "schema:WebAPI", "schema:FinancialProduct", "schema:FoodService" ],
"prefLabel" : "Service"
}, {
"@id" : "schema:ServiceChannel",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible" ],
"broaderTransitive" : "schema:Intangible",
"definition" : "A means for accessing a service, e.g. a government office location, web site, or phone number.",
"prefLabel" : "ServiceChannel"
}, {
"@id" : "schema:ShareAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:InteractAction", "schema:CommunicateAction" ],
"broaderTransitive" : "schema:CommunicateAction",
"definition" : "The act of distributing content to people for their amusement or edification.",
"prefLabel" : "ShareAction"
}, {
"@id" : "schema:SheetMusic",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : "schema:CreativeWork",
"definition" : "Printed music, as opposed to performed or recorded music.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "SheetMusic"
}, {
"@id" : "schema:ShippingDeliveryTime",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:StructuredValue" ],
"broaderTransitive" : "schema:StructuredValue",
"definition" : "ShippingDeliveryTime provides various pieces of information about delivery times for shipping.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "ShippingDeliveryTime"
}, {
"@id" : "schema:ShippingRateSettings",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:StructuredValue" ],
"broaderTransitive" : "schema:StructuredValue",
"definition" : "A ShippingRateSettings represents re-usable pieces of shipping information. It is designed for publication on an URL that may be referenced via the <a class=\"localLink\" href=\"http://schema.org/shippingSettingsLink\">shippingSettingsLink</a> property of a <a class=\"localLink\" href=\"http://schema.org/OfferShippingSpecification\">OfferShippingSpecification</a>. Several occurrences can be published, distinguished and matched (i.e. identified/referenced) by their different values for <a class=\"localLink\" href=\"http://schema.org/shippingLabel\">shippingLabel</a>.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "ShippingRateSettings"
}, {
"@id" : "schema:ShoeStore",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:Store" ],
"broaderTransitive" : "schema:Store",
"definition" : "A shoe store.",
"prefLabel" : "ShoeStore"
}, {
"@id" : "schema:ShoppingCenter",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness" ],
"broaderTransitive" : "schema:LocalBusiness",
"definition" : "A shopping center or mall.",
"prefLabel" : "ShoppingCenter"
}, {
"@id" : "schema:ShortStory",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : "schema:CreativeWork",
"definition" : "Short story or tale. A brief work of literature, usually written in narrative prose.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "ShortStory"
}, {
"@id" : "schema:SingleFamilyResidence",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place", "schema:Accommodation", "schema:House" ],
"broaderTransitive" : "schema:House",
"definition" : "Residence type: Single-family home.",
"prefLabel" : "SingleFamilyResidence"
}, {
"@id" : "schema:SiteNavigationElement",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:WebPageElement" ],
"broaderTransitive" : "schema:WebPageElement",
"definition" : "A navigation element of the page.",
"prefLabel" : "SiteNavigationElement"
}, {
"@id" : "schema:SkiResort",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:SportsActivityLocation" ],
"broaderTransitive" : "schema:SportsActivityLocation",
"definition" : "A ski resort.",
"prefLabel" : "SkiResort"
}, {
"@id" : "schema:SocialEvent",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Event" ],
"broaderTransitive" : "schema:Event",
"definition" : "Event type: Social event.",
"prefLabel" : "SocialEvent"
}, {
"@id" : "schema:SocialMediaPosting",
"@type" : "skos:Concept",
"broader" : [ "schema:CreativeWork", "schema:Thing", "schema:Article" ],
"broaderTransitive" : "schema:Article",
"definition" : "A post to a social media platform, including blog posts, tweets, Facebook posts, etc.",
"narrower" : [ "schema:LiveBlogPosting", "schema:DiscussionForumPosting", "schema:BlogPosting" ],
"narrowerTransitive" : [ "schema:BlogPosting", "schema:DiscussionForumPosting" ],
"prefLabel" : "SocialMediaPosting"
}, {
"@id" : "schema:SoftwareApplication",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : "schema:CreativeWork",
"definition" : "A software application.",
"narrower" : [ "schema:WebApplication", "schema:MobileApplication", "schema:VideoGame" ],
"narrowerTransitive" : [ "schema:VideoGame", "schema:WebApplication", "schema:MobileApplication" ],
"prefLabel" : "SoftwareApplication"
}, {
"@id" : "schema:SoftwareSourceCode",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : "schema:CreativeWork",
"definition" : "Computer programming source code. Example: Full (compile ready) solutions, code snippet samples, scripts, templates.",
"prefLabel" : "SoftwareSourceCode"
}, {
"@id" : "schema:SomeProducts",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Product" ],
"broaderTransitive" : "schema:Product",
"definition" : "A placeholder for multiple similar products of the same kind.",
"prefLabel" : "SomeProducts"
}, {
"@id" : "schema:SpeakableSpecification",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible" ],
"broaderTransitive" : "schema:Intangible",
"definition" : "A SpeakableSpecification indicates (typically via <a class=\"localLink\" href=\"http://schema.org/xpath\">xpath</a> or <a class=\"localLink\" href=\"http://schema.org/cssSelector\">cssSelector</a>) sections of a document that are highlighted as particularly <a class=\"localLink\" href=\"http://schema.org/speakable\">speakable</a>. Instances of this type are expected to be used primarily as values of the <a class=\"localLink\" href=\"http://schema.org/speakable\">speakable</a> property.",
"prefLabel" : "SpeakableSpecification"
}, {
"@id" : "schema:SpecialAnnouncement",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : "schema:CreativeWork",
"definition" : "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.<br/><br/>\n\nFor work in progress guidelines on Coronavirus-related markup see <a href=\"https://docs.google.com/document/d/14ikaGCKxo50rRM7nvKSlbUpjyIk2WMQd3IkB1lItlrM/edit#\">this doc</a>.<br/><br/>\n\nThe motivating scenario for SpecialAnnouncement is the <a href=\"https://en.wikipedia.org/wiki/2019%E2%80%9320_coronavirus_pandemic\">Coronavirus pandemic</a>, 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 <a href=\"https://github.com/schemaorg/schemaorg/issues/2490\">Github entry</a>, feedback comments can also be provided in <a href=\"https://docs.google.com/document/d/1fpdFFxk8s87CWwACs53SGkYv3aafSxz_DTtOQxMrBJQ/edit#\">this document</a>.<br/><br/>\n\nWhile this schema is designed to communicate urgent crisis-related information, it is not the same as an emergency warning technology like <a href=\"https://en.wikipedia.org/wiki/Common_Alerting_Protocol\">CAP</a>, 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.<br/><br/>\n\nSeveral kinds of information can be provided:<br/><br/>\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\".<br/><br/>\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 <a class=\"localLink\" href=\"http://schema.org/WebContent\">WebContent</a> type, and provide the url as a property of that, alongside at least a simple \"<a class=\"localLink\" href=\"http://schema.org/text\">text</a>\" summary of the page. It is\nunlikely that a single SpecialAnnouncement will need all of the possible properties simultaneously.<br/><br/>\n\nWe expect that in many cases the page referenced might contain more specialized structured data, e.g. contact info, <a class=\"localLink\" href=\"http://schema.org/openingHours\">openingHours</a>, <a class=\"localLink\" href=\"http://schema.org/Event\">Event</a>, <a class=\"localLink\" href=\"http://schema.org/FAQPage\">FAQPage</a> etc. By linking to those pages from a <a class=\"localLink\" href=\"http://schema.org/SpecialAnnouncement\">SpecialAnnouncement</a> you can help make it clearer that the events are related to the situation (e.g. Coronavirus) indicated by the <a class=\"localLink\" href=\"http://schema.org/category\">category</a> property of the <a class=\"localLink\" href=\"http://schema.org/SpecialAnnouncement\">SpecialAnnouncement</a>.<br/><br/>\n\nMany <a class=\"localLink\" href=\"http://schema.org/SpecialAnnouncement\">SpecialAnnouncement</a>s will relate to particular regions and to identifiable local organizations. Use <a class=\"localLink\" href=\"http://schema.org/spatialCoverage\">spatialCoverage</a> for the region, and <a class=\"localLink\" href=\"http://schema.org/announcementLocation\">announcementLocation</a> to indicate specific <a class=\"localLink\" href=\"http://schema.org/LocalBusiness\">LocalBusiness</a>es and <a class=\"localLink\" href=\"http://schema.org/CivicStructures\">CivicStructures</a>. If the announcement affects both a particular region and a specific location (for example, a library closure that serves an entire region), use both <a class=\"localLink\" href=\"http://schema.org/spatialCoverage\">spatialCoverage</a> and <a class=\"localLink\" href=\"http://schema.org/announcementLocation\">announcementLocation</a>.<br/><br/>\n\nThe <a class=\"localLink\" href=\"http://schema.org/about\">about</a> property can be used to indicate entities that are the focus of the announcement. We now recommend using <a class=\"localLink\" href=\"http://schema.org/about\">about</a> only\nfor representing non-location entities (e.g. a <a class=\"localLink\" href=\"http://schema.org/Course\">Course</a> or a <a class=\"localLink\" href=\"http://schema.org/RadioStation\">RadioStation</a>). For places, use <a class=\"localLink\" href=\"http://schema.org/announcementLocation\">announcementLocation</a> and <a class=\"localLink\" href=\"http://schema.org/spatialCoverage\">spatialCoverage</a>. Consumers of this markup should be aware that the initial design encouraged the use of /about for locations too.<br/><br/>\n\nThe basic content of <a class=\"localLink\" href=\"http://schema.org/SpecialAnnouncement\">SpecialAnnouncement</a> is similar to that of an <a href=\"https://en.wikipedia.org/wiki/RSS\">RSS</a> or <a href=\"https://en.wikipedia.org/wiki/Atom_(Web_standard)\">Atom</a> feed. For publishers without such feeds, basic feed-like information can be shared by posting\n<a class=\"localLink\" href=\"http://schema.org/SpecialAnnouncement\">SpecialAnnouncement</a> updates in a page, e.g. using JSON-LD. For sites with Atom/RSS functionality, you can point to a feed\nwith the <a class=\"localLink\" href=\"http://schema.org/webFeed\">webFeed</a> property. This can be a simple URL, or an inline <a class=\"localLink\" href=\"http://schema.org/DataFeed\">DataFeed</a> object, with <a class=\"localLink\" href=\"http://schema.org/encodingFormat\">encodingFormat</a> providing\nmedia type information e.g. \"application/rss+xml\" or \"application/atom+xml\".",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "SpecialAnnouncement"
}, {
"@id" : "schema:Specialty",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration" ],
"broaderTransitive" : "schema:Enumeration",
"definition" : "Any branch of a field in which people typically develop specific expertise, usually after significant study, time, and effort.",
"narrower" : "schema:MedicalSpecialty",
"narrowerTransitive" : "schema:MedicalSpecialty",
"prefLabel" : "Specialty"
}, {
"@id" : "schema:SportingGoodsStore",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:Store" ],
"broaderTransitive" : "schema:Store",
"definition" : "A sporting goods store.",
"prefLabel" : "SportingGoodsStore"
}, {
"@id" : "schema:SportsActivityLocation",
"@type" : "skos:Concept",
"broader" : [ "schema:Organization", "schema:LocalBusiness", "schema:Place", "schema:Thing" ],
"broaderTransitive" : "schema:LocalBusiness",
"definition" : "A sports location, such as a playing field.",
"narrower" : [ "schema:BowlingAlley", "schema:TennisComplex", "schema:HealthClub", "schema:SkiResort", "schema:PublicSwimmingPool", "schema:ExerciseGym", "schema:GolfCourse", "schema:StadiumOrArena", "schema:SportsClub" ],
"narrowerTransitive" : [ "schema:SkiResort", "schema:BowlingAlley", "schema:HealthClub", "schema:ExerciseGym", "schema:GolfCourse", "schema:PublicSwimmingPool", "schema:SportsClub", "schema:StadiumOrArena", "schema:TennisComplex" ],
"prefLabel" : "SportsActivityLocation"
}, {
"@id" : "schema:SportsClub",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:SportsActivityLocation" ],
"broaderTransitive" : "schema:SportsActivityLocation",
"definition" : "A sports club.",
"prefLabel" : "SportsClub"
}, {
"@id" : "schema:SportsEvent",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Event" ],
"broaderTransitive" : "schema:Event",
"definition" : "Event type: Sports event.",
"prefLabel" : "SportsEvent"
}, {
"@id" : "schema:SportsOrganization",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Organization" ],
"broaderTransitive" : "schema:Organization",
"definition" : "Represents the collection of all sports organizations, including sports teams, governing bodies, and sports associations.",
"narrower" : "schema:SportsTeam",
"narrowerTransitive" : "schema:SportsTeam",
"prefLabel" : "SportsOrganization"
}, {
"@id" : "schema:SportsTeam",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Organization", "schema:SportsOrganization" ],
"broaderTransitive" : "schema:SportsOrganization",
"definition" : "Organization: Sports team.",
"prefLabel" : "SportsTeam"
}, {
"@id" : "schema:SpreadsheetDigitalDocument",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:DigitalDocument" ],
"broaderTransitive" : "schema:DigitalDocument",
"definition" : "A spreadsheet file.",
"prefLabel" : "SpreadsheetDigitalDocument"
}, {
"@id" : "schema:StadiumOrArena",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:CivicStructure", "schema:Thing", "schema:SportsActivityLocation", "schema:Organization", "schema:LocalBusiness" ],
"broaderTransitive" : [ "schema:CivicStructure", "schema:SportsActivityLocation" ],
"definition" : "A stadium.",
"prefLabel" : "StadiumOrArena"
}, {
"@id" : "schema:State",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place", "schema:AdministrativeArea" ],
"broaderTransitive" : "schema:AdministrativeArea",
"definition" : "A state or province of a country.",
"prefLabel" : "State"
}, {
"@id" : "schema:StatisticalPopulation",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible" ],
"broaderTransitive" : "schema:Intangible",
"definition" : "A StatisticalPopulation is a set of instances of a certain given type that satisfy some set of constraints. The property <a class=\"localLink\" href=\"http://schema.org/populationType\">populationType</a> is used to specify the type. Any property that can be used on instances of that type can appear on the statistical population. For example, a <a class=\"localLink\" href=\"http://schema.org/StatisticalPopulation\">StatisticalPopulation</a> representing all <a class=\"localLink\" href=\"http://schema.org/Person\">Person</a>s with a <a class=\"localLink\" href=\"http://schema.org/homeLocation\">homeLocation</a> of East Podunk California, would be described by applying the appropriate <a class=\"localLink\" href=\"http://schema.org/homeLocation\">homeLocation</a> and <a class=\"localLink\" href=\"http://schema.org/populationType\">populationType</a> properties to a <a class=\"localLink\" href=\"http://schema.org/StatisticalPopulation\">StatisticalPopulation</a> item that stands for that set of people.\nThe properties <a class=\"localLink\" href=\"http://schema.org/numConstraints\">numConstraints</a> and <a class=\"localLink\" href=\"http://schema.org/constrainingProperties\">constrainingProperties</a> are used to specify which of the populations properties are used to specify the population. Note that the sense of \"population\" used here is the general sense of a statistical\npopulation, and does not imply that the population consists of people. For example, a <a class=\"localLink\" href=\"http://schema.org/populationType\">populationType</a> of <a class=\"localLink\" href=\"http://schema.org/Event\">Event</a> or <a class=\"localLink\" href=\"http://schema.org/NewsArticle\">NewsArticle</a> could be used. See also <a class=\"localLink\" href=\"http://schema.org/Observation\">Observation</a>, and the <a href=\"/docs/data-and-datasets.html\">data and datasets</a> overview for more details.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "StatisticalPopulation"
}, {
"@id" : "schema:SteeringPositionValue",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration", "schema:QualitativeValue" ],
"broaderTransitive" : "schema:QualitativeValue",
"definition" : "A value indicating a steering position.",
"prefLabel" : "SteeringPositionValue"
}, {
"@id" : "schema:Store",
"@type" : "skos:Concept",
"broader" : [ "schema:LocalBusiness", "schema:Organization", "schema:Thing", "schema:Place" ],
"broaderTransitive" : "schema:LocalBusiness",
"definition" : "A retail good store.",
"narrower" : [ "schema:ElectronicsStore", "schema:GroceryStore", "schema:ComputerStore", "schema:AutoPartsStore", "schema:BookStore", "schema:TireShop", "schema:JewelryStore", "schema:FurnitureStore", "schema:OutletStore", "schema:WholesaleStore", "schema:SportingGoodsStore", "schema:PetStore", "schema:ToyStore", "schema:OfficeEquipmentStore", "schema:BikeStore", "schema:DepartmentStore", "schema:GardenStore", "schema:MobilePhoneStore", "schema:MusicStore", "schema:HardwareStore", "schema:PawnShop", "schema:MovieRentalStore", "schema:ClothingStore", "schema:ConvenienceStore", "schema:ShoeStore", "schema:HobbyShop", "schema:Florist", "schema:LiquorStore", "schema:HomeGoodsStore", "schema:MensClothingStore" ],
"narrowerTransitive" : [ "schema:MusicStore", "schema:MobilePhoneStore", "schema:WholesaleStore", "schema:BookStore", "schema:PawnShop", "schema:OutletStore", "schema:HardwareStore", "schema:GroceryStore", "schema:LiquorStore", "schema:ComputerStore", "schema:PetStore", "schema:MensClothingStore", "schema:Florist", "schema:ShoeStore", "schema:HomeGoodsStore", "schema:MovieRentalStore", "schema:ElectronicsStore", "schema:ConvenienceStore", "schema:SportingGoodsStore", "schema:HobbyShop", "schema:JewelryStore", "schema:GardenStore", "schema:TireShop", "schema:AutoPartsStore", "schema:FurnitureStore", "schema:DepartmentStore", "schema:ToyStore", "schema:OfficeEquipmentStore", "schema:BikeStore", "schema:ClothingStore" ],
"prefLabel" : "Store"
}, {
"@id" : "schema:StructuredValue",
"@type" : "skos:Concept",
"broader" : [ "schema:Intangible", "schema:Thing" ],
"broaderTransitive" : "schema:Intangible",
"definition" : "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.",
"narrower" : [ "schema:PaymentChargeSpecification", "schema:PostalCodeRangeSpecification", "schema:ExchangeRateSpecification", "schema:DeliveryTimeSettings", "schema:CompoundPriceSpecification", "schema:ShippingDeliveryTime", "schema:TypeAndQuantityNode", "schema:ShippingRateSettings", "schema:RepaymentSpecification", "schema:OpeningHoursSpecification", "schema:DatedMoneySpecification", "schema:NutritionInformation", "schema:MonetaryAmount", "schema:CDCPMDRecord", "schema:UnitPriceSpecification", "schema:WarrantyPromise", "schema:PropertyValue", "schema:GeoCoordinates", "schema:LocationFeatureSpecification", "schema:QuantitativeValue", "schema:GeoShape", "schema:GeoCircle", "schema:PostalAddress", "schema:OfferShippingDetails", "schema:ContactPoint", "schema:DefinedRegion", "schema:PriceSpecification", "schema:EngineSpecification", "schema:InteractionCounter", "schema:DeliveryChargeSpecification", "schema:MonetaryAmountDistribution", "schema:OwnershipInfo", "schema:QuantitativeValueDistribution" ],
"narrowerTransitive" : [ "schema:DatedMoneySpecification", "schema:ShippingDeliveryTime", "schema:InteractionCounter", "schema:EngineSpecification", "schema:NutritionInformation", "schema:MonetaryAmount", "schema:QuantitativeValueDistribution", "schema:GeoShape", "schema:PropertyValue", "schema:RepaymentSpecification", "schema:TypeAndQuantityNode", "schema:CDCPMDRecord", "schema:OfferShippingDetails", "schema:DefinedRegion", "schema:GeoCoordinates", "schema:OpeningHoursSpecification", "schema:QuantitativeValue", "schema:OwnershipInfo", "schema:PriceSpecification", "schema:PostalCodeRangeSpecification", "schema:WarrantyPromise", "schema:DeliveryTimeSettings", "schema:ContactPoint", "schema:ShippingRateSettings", "schema:ExchangeRateSpecification" ],
"prefLabel" : "StructuredValue"
}, {
"@id" : "schema:StupidType",
"@type" : "skos:Concept",
"broader" : "schema:Thing",
"broaderTransitive" : "schema:Thing",
"definition" : "A StupidType for testing.",
"inScheme" : "http://attic.schema.org",
"prefLabel" : "StupidType"
}, {
"@id" : "schema:SubscribeAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:InteractAction" ],
"broaderTransitive" : "schema:InteractAction",
"definition" : "The act of forming a personal connection with someone/something (object) unidirectionally/asymmetrically to get updates pushed to.<br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/FollowAction\">FollowAction</a>: Unlike FollowAction, SubscribeAction implies that the subscriber acts as a passive agent being constantly/actively pushed for updates.</li>\n<li><a class=\"localLink\" href=\"http://schema.org/RegisterAction\">RegisterAction</a>: Unlike RegisterAction, SubscribeAction implies that the agent is interested in continuing receiving updates from the object.</li>\n<li><a class=\"localLink\" href=\"http://schema.org/JoinAction\">JoinAction</a>: Unlike JoinAction, SubscribeAction implies that the agent is interested in continuing receiving updates from the object.</li>\n</ul>\n",
"prefLabel" : "SubscribeAction"
}, {
"@id" : "schema:Substance",
"@type" : "skos:Concept",
"broader" : [ "schema:MedicalEntity", "schema:Thing" ],
"broaderTransitive" : "schema:MedicalEntity",
"definition" : "Any matter of defined composition that has discrete existence, whose origin may be biological, mineral or chemical.",
"inScheme" : "http://health-lifesci.schema.org",
"narrower" : [ "schema:DietarySupplement", "schema:Drug" ],
"narrowerTransitive" : [ "schema:Drug", "schema:DietarySupplement" ],
"prefLabel" : "Substance"
}, {
"@id" : "schema:SubwayStation",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place", "schema:CivicStructure" ],
"broaderTransitive" : "schema:CivicStructure",
"definition" : "A subway station.",
"prefLabel" : "SubwayStation"
}, {
"@id" : "schema:Suite",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place", "schema:Accommodation" ],
"broaderTransitive" : "schema:Accommodation",
"definition" : "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>.",
"prefLabel" : "Suite"
}, {
"@id" : "schema:SuperficialAnatomy",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:MedicalEntity" ],
"broaderTransitive" : "schema:MedicalEntity",
"definition" : "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).",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "SuperficialAnatomy"
}, {
"@id" : "schema:SurgicalProcedure",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:MedicalEntity", "schema:MedicalProcedure" ],
"broaderTransitive" : "schema:MedicalProcedure",
"definition" : "A medical procedure involving an incision with instruments; performed for diagnose, or therapeutic purposes.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "SurgicalProcedure"
}, {
"@id" : "schema:SuspendAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:ControlAction" ],
"broaderTransitive" : "schema:ControlAction",
"definition" : "The act of momentarily pausing a device or application (e.g. pause music playback or pause a timer).",
"prefLabel" : "SuspendAction"
}, {
"@id" : "schema:Synagogue",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place", "schema:CivicStructure", "schema:PlaceOfWorship" ],
"broaderTransitive" : "schema:PlaceOfWorship",
"definition" : "A synagogue.",
"prefLabel" : "Synagogue"
}, {
"@id" : "schema:TVClip",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:Clip" ],
"broaderTransitive" : "schema:Clip",
"definition" : "A short TV program or a segment/part of a TV program.",
"prefLabel" : "TVClip"
}, {
"@id" : "schema:TVEpisode",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:Episode" ],
"broaderTransitive" : "schema:Episode",
"definition" : "A TV episode which can be part of a series or season.",
"prefLabel" : "TVEpisode"
}, {
"@id" : "schema:TVSeason",
"@type" : "skos:Concept",
"broader" : [ "schema:CreativeWorkSeason", "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : [ "schema:CreativeWorkSeason", "schema:CreativeWork" ],
"definition" : "Season dedicated to TV broadcast and associated online delivery.",
"prefLabel" : "TVSeason"
}, {
"@id" : "schema:TVSeries",
"@type" : "skos:Concept",
"broader" : [ "schema:CreativeWork", "schema:Series", "schema:Thing", "schema:CreativeWorkSeries", "schema:Intangible" ],
"broaderTransitive" : [ "schema:CreativeWorkSeries", "schema:CreativeWork" ],
"definition" : "CreativeWorkSeries dedicated to TV broadcast and associated online delivery.",
"prefLabel" : "TVSeries"
}, {
"@id" : "schema:Table",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:WebPageElement" ],
"broaderTransitive" : "schema:WebPageElement",
"definition" : "A table on a Web page.",
"prefLabel" : "Table"
}, {
"@id" : "schema:TakeAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:TransferAction" ],
"broaderTransitive" : "schema:TransferAction",
"definition" : "The act of gaining ownership of an object from an origin. Reciprocal of GiveAction.<br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/GiveAction\">GiveAction</a>: The reciprocal of TakeAction.</li>\n<li><a class=\"localLink\" href=\"http://schema.org/ReceiveAction\">ReceiveAction</a>: Unlike ReceiveAction, TakeAction implies that ownership has been transfered.</li>\n</ul>\n",
"prefLabel" : "TakeAction"
}, {
"@id" : "schema:TattooParlor",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:HealthAndBeautyBusiness" ],
"broaderTransitive" : "schema:HealthAndBeautyBusiness",
"definition" : "A tattoo parlor.",
"prefLabel" : "TattooParlor"
}, {
"@id" : "schema:Taxi",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Service" ],
"broaderTransitive" : "schema:Service",
"definition" : "A taxi.",
"prefLabel" : "Taxi"
}, {
"@id" : "schema:TaxiReservation",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Reservation" ],
"broaderTransitive" : "schema:Reservation",
"definition" : "A reservation for a taxi.<br/><br/>\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 <a class=\"localLink\" href=\"http://schema.org/Offer\">Offer</a>.",
"prefLabel" : "TaxiReservation"
}, {
"@id" : "schema:TaxiService",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Service" ],
"broaderTransitive" : "schema:Service",
"definition" : "A service for a vehicle for hire with a driver for local travel. Fares are usually calculated based on distance traveled.",
"prefLabel" : "TaxiService"
}, {
"@id" : "schema:TaxiStand",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place", "schema:CivicStructure" ],
"broaderTransitive" : "schema:CivicStructure",
"definition" : "A taxi stand.",
"prefLabel" : "TaxiStand"
}, {
"@id" : "schema:TechArticle",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:Article" ],
"broaderTransitive" : "schema:Article",
"definition" : "A technical article - Example: How-to (task) topics, step-by-step, procedural troubleshooting, specifications, etc.",
"narrower" : "schema:APIReference",
"narrowerTransitive" : "schema:APIReference",
"prefLabel" : "TechArticle"
}, {
"@id" : "schema:TelevisionChannel",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:BroadcastChannel" ],
"broaderTransitive" : "schema:BroadcastChannel",
"definition" : "A unique instance of a television BroadcastService on a CableOrSatelliteService lineup.",
"prefLabel" : "TelevisionChannel"
}, {
"@id" : "schema:TelevisionStation",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness" ],
"broaderTransitive" : "schema:LocalBusiness",
"definition" : "A television station.",
"prefLabel" : "TelevisionStation"
}, {
"@id" : "schema:TennisComplex",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:SportsActivityLocation" ],
"broaderTransitive" : "schema:SportsActivityLocation",
"definition" : "A tennis complex.",
"prefLabel" : "TennisComplex"
}, {
"@id" : "schema:Text",
"narrower" : [ "schema:URL", "schema:CssSelectorType", "schema:XPathType", "schema:PronounceableText" ],
"narrowerTransitive" : [ "schema:URL", "schema:CssSelectorType", "schema:XPathType", "schema:PronounceableText" ]
}, {
"@id" : "schema:TextDigitalDocument",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:DigitalDocument" ],
"broaderTransitive" : "schema:DigitalDocument",
"definition" : "A file composed primarily of text.",
"prefLabel" : "TextDigitalDocument"
}, {
"@id" : "schema:TheaterEvent",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Event" ],
"broaderTransitive" : "schema:Event",
"definition" : "Event type: Theater performance.",
"prefLabel" : "TheaterEvent"
}, {
"@id" : "schema:TheaterGroup",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Organization", "schema:PerformingGroup" ],
"broaderTransitive" : "schema:PerformingGroup",
"definition" : "A theater group or company, for example, the Royal Shakespeare Company or Druid Theatre.",
"prefLabel" : "TheaterGroup"
}, {
"@id" : "schema:TherapeuticProcedure",
"@type" : "skos:Concept",
"broader" : [ "schema:MedicalEntity", "schema:MedicalProcedure", "schema:Thing" ],
"broaderTransitive" : "schema:MedicalProcedure",
"definition" : "A medical procedure intended primarily for therapeutic purposes, aimed at improving a health condition.",
"inScheme" : "http://health-lifesci.schema.org",
"narrower" : [ "schema:MedicalTherapy", "schema:PalliativeProcedure", "schema:RespiratoryTherapy", "schema:RadiationTherapy", "schema:OccupationalTherapy", "schema:PhysicalTherapy", "schema:PsychologicalTreatment" ],
"narrowerTransitive" : [ "schema:PsychologicalTreatment", "schema:MedicalTherapy" ],
"prefLabel" : "TherapeuticProcedure"
}, {
"@id" : "schema:Thesis",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : "schema:CreativeWork",
"definition" : "A thesis or dissertation document submitted in support of candidature for an academic degree or professional qualification.",
"inScheme" : "http://bib.schema.org",
"prefLabel" : {
"@language" : "en",
"@value" : "Thesis"
}
}, {
"@id" : "schema:Thing",
"narrower" : [ "schema:MediaReview", "schema:MoneyTransfer", "schema:BroadcastChannel", "schema:AutoBodyShop", "schema:MovieClip", "schema:ArchiveComponent", "schema:Thesis", "schema:DrugStrength", "schema:MedicalStudy", "schema:Otolaryngologic", "schema:LodgingReservation", "schema:Optometric", "schema:PayAction", "schema:PostOffice", "schema:InvestmentOrDeposit", "schema:IceCreamShop", "schema:MapCategoryType", "schema:Quantity", "schema:Hospital", "schema:Guide", "schema:CriticReview", "schema:ParentAudience", "schema:InteractAction", "schema:RecyclingCenter", "schema:EventAttendanceModeEnumeration", "schema:Physiotherapy", "schema:ShoeStore", "schema:MobilePhoneStore", "schema:GatedResidenceCommunity", "schema:UserLikes", "schema:VideoGallery", "schema:MedicalEnumeration", "schema:AskAction", "schema:Cemetery", "schema:MusicGroup", "schema:Vessel", "schema:CommunityHealth", "schema:ArchiveOrganization", "schema:Rating", "schema:Consortium", "schema:MensClothingStore", "schema:WebSite", "schema:PlayAction", "schema:FindAction", "schema:ExhibitionEvent", "schema:ChildCare", "schema:PaymentCard", "schema:Ticket", "schema:EmergencyService", "schema:WPHeader", "schema:Drug", "schema:CollegeOrUniversity", "schema:USNonprofitType", "schema:BowlingAlley", "schema:Apartment", "schema:Clip", "schema:DefinedTerm", "schema:RentAction", "schema:IgnoreAction", "schema:UserCheckins", "schema:Canal", "schema:Accommodation", "schema:StupidType", "schema:Play", "schema:VideoGameClip", "schema:UserInteraction", "schema:EndorsementRating", "schema:MedicalDevice", "schema:ReserveAction", "schema:StructuredValue", "schema:MusicRecording", "schema:Schedule", "schema:ProductReturnEnumeration", "schema:BedType", "schema:ApprovedIndication", "schema:SearchResultsPage", "schema:ComicCoverArt", "schema:Psychiatric", "schema:ParcelService", "schema:WarrantyPromise", "schema:OccupationalTherapy", "schema:RadioBroadcastService", "schema:UserTweets", "schema:LegalForceStatus", "schema:DietarySupplement", "schema:PropertyValueSpecification", "schema:Audience", "schema:ActivateAction", "schema:FundingAgency", "schema:PhysicalActivityCategory", "schema:MarryAction", "schema:MenuSection", "schema:Pond", "schema:Motel", "schema:MeetingRoom", "schema:TrackAction", "schema:MusicVideoObject", "schema:OpinionNewsArticle", "schema:Waterfall", "schema:DrawAction", "schema:CurrencyConversionService", "schema:InstallAction", "schema:Collection", "schema:LegislationObject", "schema:Recommendation", "schema:MedicalRiskCalculator", "schema:DeliveryTimeSettings", "schema:UnRegisterAction", "schema:Substance", "schema:ReturnFeesEnumeration", "schema:SellAction", "schema:PublicSwimmingPool", "schema:AllocateAction", "schema:PreOrderAction", "schema:PathologyTest", "schema:AutoRepair", "schema:HousePainter", "schema:AccountingService", "schema:BusinessEvent", "schema:HealthAndBeautyBusiness", "schema:Physician", "schema:UseAction", "schema:Place", "schema:TVEpisode", "schema:HowToTool", "schema:Winery", "schema:StadiumOrArena", "schema:CreditCard", "schema:LegislativeBuilding", "schema:HealthPlanFormulary", "schema:RejectAction", "schema:Preschool", "schema:OnDemandEvent", "schema:TypeAndQuantityNode", "schema:Car", "schema:PaymentStatusType", "schema:DrinkAction", "schema:MusicAlbumProductionType", "schema:WantAction", "schema:PostalAddress", "schema:VisualArtsEvent", "schema:DataDownload", "schema:Organization", "schema:AnimalShelter", "schema:DataFeedItem", "schema:Pediatric", "schema:ParcelDelivery", "schema:MovingCompany", "schema:DrugCostCategory", "schema:MedicalCause", "schema:UserComments", "schema:TouristDestination", "schema:Hackathon", "schema:3DModel", "schema:ConsumeAction", "schema:SteeringPositionValue", "schema:NLNonprofitType", "schema:Store", "schema:Residence", "schema:BusStation", "schema:LiteraryEvent", "schema:DepartAction", "schema:GeoCoordinates", "schema:AuthorizeAction", "schema:SuspendAction", "schema:ItemPage", "schema:AdministrativeArea", "schema:ComicIssue", "schema:UserPlusOnes", "schema:CompleteDataFeed", "schema:QualitativeValue", "schema:CarUsageType", "schema:CommunicateAction", "schema:DatedMoneySpecification", "schema:ConfirmAction", "schema:HowToTip", "schema:MedicalScholarlyArticle", "schema:DataFeed", "schema:DriveWheelConfigurationValue", "schema:MedicalCondition", "schema:FinancialService", "schema:AutoDealer", "schema:BusinessFunction", "schema:EmployeeRole", "schema:MusicComposition", "schema:TrainTrip", "schema:Bakery", "schema:WorkersUnion", "schema:DepartmentStore", "schema:LegalValueLevel", "schema:SoftwareApplication", "schema:DownloadAction", "schema:Person", "schema:Patient", "schema:GameServer", "schema:CreativeWorkSeries", "schema:HomeAndConstructionBusiness", "schema:OutletStore", "schema:OwnershipInfo", "schema:Language", "schema:State", "schema:SelfStorage", "schema:SportsClub", "schema:DigitalDocument", "schema:PaymentService", "schema:AskPublicNewsArticle", "schema:TennisComplex", "schema:CollectionPage", "schema:MiddleSchool", "schema:WriteAction", "schema:DigitalDocumentPermission", "schema:ShippingDeliveryTime", "schema:Mountain", "schema:WPAdBlock", "schema:CookAction", "schema:MusicEvent", "schema:School", "schema:ImagingTest", "schema:CafeOrCoffeeShop", "schema:LikeAction", "schema:InteractionCounter", "schema:PublicationIssue", "schema:Synagogue", "schema:ImageObject", "schema:BookFormatType", "schema:PhotographAction", "schema:DislikeAction", "schema:Museum", "schema:BroadcastFrequencySpecification", "schema:EngineSpecification", "schema:ChooseAction", "schema:ComicStory", "schema:SurgicalProcedure", "schema:ReservationStatusType", "schema:DanceGroup", "schema:InfectiousDisease", "schema:RadiationTherapy", "schema:Invoice", "schema:TireShop", "schema:QuantitativeValue", "schema:TouristTrip", "schema:MediaSubscription", "schema:Series", "schema:MotorizedBicycle", "schema:ServiceChannel", "schema:BoardingPolicyType", "schema:Library", "schema:MedicalGuidelineContraindication", "schema:MobileApplication", "schema:ApplyAction", "schema:MedicalObservationalStudyDesign", "schema:Ligament", "schema:GardenStore", "schema:DataCatalog", "schema:BuyAction", "schema:VeterinaryCare", "schema:EducationalOrganization", "schema:TransferAction", "schema:ToyStore", "schema:SiteNavigationElement", "schema:QAPage", "schema:Event", "schema:Periodical", "schema:BusinessEntityType", "schema:TheaterEvent", "schema:InfectiousAgentClass", "schema:Courthouse", "schema:HealthClub", "schema:Game", "schema:InformAction", "schema:Dermatology", "schema:DanceEvent", "schema:CheckoutPage", "schema:PhysicalTherapy", "schema:BrokerageAccount", "schema:PlasticSurgery", "schema:BackgroundNewsArticle", "schema:Audiobook", "schema:GovernmentOrganization", "schema:MedicalRiskEstimator", "schema:CorrectionComment", "schema:PostalCodeRangeSpecification", "schema:BloodTest", "schema:ReceiveAction", "schema:AutoWash", "schema:PaintAction", "schema:SearchAction", "schema:ComputerStore", "schema:ComputerLanguage", "schema:NonprofitType", "schema:GovernmentService", "schema:Motorcycle", "schema:AggregateRating", "schema:Artery", "schema:EmailMessage", "schema:MusicPlaylist", "schema:BookmarkAction", "schema:Reservation", "schema:Painting", "schema:SportsActivityLocation", "schema:Code", "schema:WPSideBar", "schema:DiagnosticLab", "schema:LocationFeatureSpecification", "schema:LakeBodyOfWater", "schema:RegisterAction", "schema:ReportageNewsArticle", "schema:Beach", "schema:AssignAction", "schema:BusOrCoach", "schema:SingleFamilyResidence", "schema:TipAction", "schema:Grant", "schema:MedicalEntity", "schema:HealthAspectEnumeration", "schema:Role", "schema:WebAPI", "schema:LoseAction", "schema:MediaGallery", "schema:AcceptAction", "schema:Muscle", "schema:RadioSeries", "schema:FoodEstablishmentReservation", "schema:MortgageLoan", "schema:House", "schema:OfferShippingDetails", "schema:Oncologic", "schema:UpdateAction", "schema:MedicalClinic", "schema:Festival", "schema:BeautySalon", "schema:Energy", "schema:GovernmentOffice", "schema:Enumeration", "schema:MedicalTrial", "schema:BedAndBreakfast", "schema:MerchantReturnEnumeration", "schema:Podiatric", "schema:InsuranceAgency", "schema:DonateAction", "schema:ConvenienceStore", "schema:RadioChannel", "schema:Dataset", "schema:DeliveryChargeSpecification", "schema:SportsEvent", "schema:AlignmentObject", "schema:AutoRental", "schema:AutoPartsStore", "schema:ContactPoint", "schema:ScheduleAction", "schema:Specialty", "schema:City", "schema:TelevisionChannel", "schema:ArriveAction", "schema:Pharmacy", "schema:TelevisionStation", "schema:AMRadioChannel", "schema:MotorcycleRepair", "schema:GovernmentBenefitsType", "schema:AddAction", "schema:EmployerAggregateRating", "schema:Church", "schema:StatisticalPopulation", "schema:GeospatialGeometry", "schema:BedDetails", "schema:UserBlocks", "schema:RespiratoryTherapy", "schema:Nursing", "schema:Course", "schema:RefundTypeEnumeration", "schema:AnatomicalStructure", "schema:EatAction", "schema:Joint", "schema:MonetaryAmount", "schema:MedicalRiskScore", "schema:MedicalStudyStatus", "schema:SeaBodyOfWater", "schema:SkiResort", "schema:Menu", "schema:CheckAction", "schema:CoverArt", "schema:RadioSeason", "schema:EventReservation", "schema:VideoGameSeries", "schema:Continent", "schema:ControlAction", "schema:BusinessAudience", "schema:NGO", "schema:HairSalon", "schema:UserPageVisits", "schema:ProductModel", "schema:HowToSupply", "schema:VideoGame", "schema:FMRadioChannel", "schema:FoodEstablishment", "schema:ItemListOrderType", "schema:TechArticle", "schema:EducationalOccupationalProgram", "schema:Obstetric", "schema:TakeAction", "schema:Product", "schema:TVSeries", "schema:AudioObject", "schema:Duration", "schema:ExerciseGym", "schema:Service", "schema:RealEstateAgent", "schema:TheaterGroup", "schema:NewsArticle", "schema:OfferCatalog", "schema:WarrantyScope", "schema:Season", "schema:MerchantReturnPolicy", "schema:ProgramMembership", "schema:MedicalOrganization", "schema:ListItem", "schema:ArtGallery", "schema:MedicineSystem", "schema:NailSalon", "schema:LandmarksOrHistoricalBuildings", "schema:Electrician", "schema:PriceSpecification", "schema:PresentationDigitalDocument", "schema:FollowAction", "schema:MedicalSign", "schema:Diet", "schema:MedicalEvidenceLevel", "schema:HighSchool", "schema:BroadcastService", "schema:EventVenue", "schema:AppendAction", "schema:GasStation", "schema:MusicAlbum", "schema:Vehicle", "schema:MedicalImagingTechnique", "schema:GolfCourse", "schema:ImageGallery", "schema:LendAction", "schema:ShortStory", "schema:AgreeAction", "schema:OfferForPurchase", "schema:DrugPrescriptionStatus", "schema:DryCleaningOrLaundry", "schema:ReportedDoseSchedule", "schema:TaxiReservation", "schema:Action", "schema:TaxiStand", "schema:MedicalIndication", "schema:InviteAction", "schema:Photograph", "schema:ReviewNewsArticle", "schema:GeneralContractor", "schema:NoteDigitalDocument", "schema:ActionAccessSpecification", "schema:BlogPosting", "schema:Dentist", "schema:PublicToilet", "schema:BookStore", "schema:AboutPage", "schema:PlaceOfWorship", "schema:Seat", "schema:RsvpAction", "schema:TieAction", "schema:Order", "schema:TattooParlor", "schema:PerformingArtsTheater", "schema:LeaveAction", "schema:ExercisePlan", "schema:Offer", "schema:DrugClass", "schema:SpeakableSpecification", "schema:Observation", "schema:Resort", "schema:ResumeAction", "schema:TravelAction", "schema:CivicStructure", "schema:FoodEvent", "schema:ApartmentComplex", "schema:FlightReservation", "schema:ReplaceAction", "schema:MedicalTrialDesign", "schema:PerformingGroup", "schema:OrganizeAction", "schema:LegalService", "schema:Locksmith", "schema:OrderAction", "schema:Map", "schema:RepaymentSpecification", "schema:Quotation", "schema:Campground", "schema:Manuscript", "schema:DeleteAction", "schema:PublicHealth", "schema:WebPageElement", "schema:DrugCost", "schema:Optician", "schema:LymphaticVessel", "schema:TherapeuticProcedure", "schema:CampingPitch", "schema:MedicalSpecialty", "schema:SportingGoodsStore", "schema:MusicStore", "schema:CableOrSatelliteService", "schema:UnitPriceSpecification", "schema:BrainStructure", "schema:EducationalAudience", "schema:TextDigitalDocument", "schema:Permit", "schema:AdvertiserContentArticle", "schema:MediaObject", "schema:MotorcycleDealer", "schema:SpreadsheetDigitalDocument", "schema:ScreeningEvent", "schema:Answer", "schema:JobPosting", "schema:Occupation", "schema:Message", "schema:QuantitativeValueDistribution", "schema:ListenAction", "schema:Table", "schema:OrganizationRole", "schema:ProfessionalService", "schema:OrderItem", "schema:ContactPage", "schema:BusReservation", "schema:DrugPregnancyCategory", "schema:Suite", "schema:Poster", "schema:SportsOrganization", "schema:Aquarium", "schema:UserPlays", "schema:PodcastSeries", "schema:MedicalBusiness", "schema:TradeAction", "schema:Sculpture", "schema:GameServerStatus", "schema:ActionStatusType", "schema:Chapter", "schema:MovieSeries", "schema:OrderStatus", "schema:AutomotiveBusiness", "schema:Geriatric", "schema:EducationalOccupationalCredential", "schema:LoanOrCredit", "schema:WorkBasedProgram", "schema:Airport", "schema:Trip", "schema:RecommendedDoseSchedule", "schema:FAQPage", "schema:MonetaryAmountDistribution", "schema:FoodService", "schema:WebPage", "schema:ParkingFacility", "schema:CatholicChurch", "schema:PublicationVolume", "schema:Landform", "schema:BefriendAction", "schema:CovidTestingFacility", "schema:SubscribeAction", "schema:QuoteAction", "schema:EndorseAction", "schema:ClaimReview", "schema:DefinedRegion", "schema:BusTrip", "schema:WatchAction", "schema:BodyOfWater", "schema:MedicalWebPage", "schema:AutomatedTeller", "schema:FloorPlan", "schema:HotelRoom", "schema:TrainReservation", "schema:MusicAlbumReleaseType", "schema:MedicalDevicePurpose", "schema:Episode", "schema:MedicalProcedure", "schema:MovieTheater", "schema:HealthPlanCostSharingSpecification", "schema:ReactAction", "schema:Corporation", "schema:PeopleAudience", "schema:Blog", "schema:CourseInstance", "schema:ElementarySchool", "schema:Attorney", "schema:OfferItemCondition", "schema:RsvpResponseType", "schema:CreativeWork", "schema:Article", "schema:GovernmentBuilding", "schema:CheckOutAction", "schema:EmployerReview", "schema:InvestmentFund", "schema:LifestyleModification", "schema:PreventionIndication", "schema:AssessAction", "schema:Drawing", "schema:Book", "schema:DisagreeAction", "schema:CheckInAction", "schema:WebApplication", "schema:DayOfWeek", "schema:Question", "schema:AmusementPark", "schema:ProfilePage", "schema:MedicalRiskFactor", "schema:EventSeries", "schema:BankAccount", "schema:HowToSection", "schema:WebContent", "schema:VirtualLocation", "schema:Casino", "schema:PerformAction", "schema:Distance", "schema:ReservationPackage", "schema:PawnShop", "schema:FundingScheme", "schema:CompoundPriceSpecification", "schema:MedicalContraindication", "schema:BuddhistTemple", "schema:Park", "schema:Project", "schema:LibrarySystem", "schema:AnalysisNewsArticle", "schema:CreativeWorkSeason", "schema:InsertAction", "schema:SportsTeam", "schema:BroadcastEvent", "schema:PodcastEpisode", "schema:PrimaryCare", "schema:ReviewAction", "schema:MedicalCode", "schema:MedicalIntangible", "schema:CancelAction", "schema:DiscoverAction", "schema:DigitalDocumentPermissionType", "schema:HobbyShop", "schema:SuperficialAnatomy", "schema:DeactivateAction", "schema:DDxElement", "schema:CDCPMDRecord", "schema:EntertainmentBusiness", "schema:Airline", "schema:EventStatusType", "schema:HowTo", "schema:RadioClip", "schema:Brewery", "schema:EducationEvent", "schema:FinancialProduct", "schema:SatiricalArticle", "schema:TrainStation", "schema:MusicRelease", "schema:WinAction", "schema:TravelAgency", "schema:Intangible", "schema:MedicalTest", "schema:TreatmentIndication", "schema:DaySpa", "schema:Conversation", "schema:RealEstateListing", "schema:Plumber", "schema:Gynecologic", "schema:GovernmentPermit", "schema:FurnitureStore", "schema:FastFoodRestaurant", "schema:PublicationEvent", "schema:Volcano", "schema:NightClub", "schema:VisualArtwork", "schema:PetStore", "schema:Recipe", "schema:Midwifery", "schema:Zoo", "schema:PodcastSeason", "schema:PlanAction", "schema:ReturnAction", "schema:MedicalConditionStage", "schema:SocialMediaPosting", "schema:FireStation", "schema:BreadcrumbList", "schema:DrugLegalStatus", "schema:MoveAction", "schema:Barcode", "schema:RadioStation", "schema:Nerve", "schema:MaximumDoseSchedule", "schema:UserDownloads", "schema:ItemAvailability", "schema:SchoolDistrict", "schema:Embassy", "schema:AnatomicalSystem", "schema:Bone", "schema:CommentAction", "schema:GeoCircle", "schema:DiscussionForumPosting", "schema:GenderType", "schema:ClothingStore", "schema:Country", "schema:EntryPoint", "schema:PaymentChargeSpecification", "schema:ResearchProject", "schema:IndividualProduct", "schema:LiveBlogPosting", "schema:GroceryStore", "schema:HealthTopicContent", "schema:VideoObject", "schema:PaymentMethod", "schema:TVClip", "schema:ChildrensEvent", "schema:SheetMusic", "schema:AggregateOffer", "schema:LodgingBusiness", "schema:Report", "schema:Florist", "schema:MedicalSymptom", "schema:ContactPointOption", "schema:DefinedTermSet", "schema:SubwayStation", "schema:HealthPlanNetwork", "schema:HVACBusiness", "schema:JoinAction", "schema:BarOrPub", "schema:Atlas", "schema:MedicalGuideline", "schema:MonetaryGrant", "schema:ExerciseAction", "schema:Emergency", "schema:BankOrCreditUnion", "schema:OfferForLease", "schema:AchieveAction", "schema:Review", "schema:HowToStep", "schema:NutritionInformation", "schema:HowToItem", "schema:DepositAccount", "schema:AdultEntertainment", "schema:PropertyValue", "schema:CreateAction", "schema:PhysicalActivity", "schema:MedicalGuidelineRecommendation", "schema:BorrowAction", "schema:RiverBodyOfWater", "schema:MedicalAudience", "schema:BusStop", "schema:Legislation", "schema:EmploymentAgency", "schema:TouristInformationCenter", "schema:Comment", "schema:HardwareStore", "schema:Notary", "schema:MusicVenue", "schema:BikeStore", "schema:DiagnosticProcedure", "schema:MedicalTherapy", "schema:ComedyEvent", "schema:VoteAction", "schema:PsychologicalTreatment", "schema:Reservoir", "schema:ItemList", "schema:MenuItem", "schema:ScholarlyArticle", "schema:GiveAction", "schema:DefenceEstablishment", "schema:RVPark", "schema:RestrictedDiet", "schema:PhysicalExam", "schema:ShareAction", "schema:ReplyAction", "schema:Distillery", "schema:Brand", "schema:Room", "schema:MedicalObservationalStudy", "schema:UserReview", "schema:Class", "schema:Newspaper", "schema:OfficeEquipmentStore", "schema:RoofingContractor", "schema:ViewAction", "schema:MedicalProcedureType", "schema:Bridge", "schema:HomeGoodsStore", "schema:LinkRole", "schema:Movie", "schema:RentalCarReservation", "schema:Taxi", "schema:TouristAttraction", "schema:Mosque", "schema:MusicReleaseFormatType", "schema:HealthInsurancePlan", "schema:WearAction", "schema:Vein", "schema:GeoShape", "schema:CategoryCodeSet", "schema:Claim", "schema:OpeningHoursSpecification", "schema:Demand", "schema:WPFooter", "schema:NewsMediaOrganization", "schema:BookSeries", "schema:DeliveryEvent", "schema:LockerDelivery", "schema:OceanBodyOfWater", "schema:ProductReturnPolicy", "schema:MovieRentalStore", "schema:VitalSign", "schema:PoliceStation", "schema:SaleEvent", "schema:LiquorStore", "schema:TVSeason", "schema:Hostel", "schema:Playground", "schema:Flight", "schema:WholesaleStore", "schema:GamePlayMode", "schema:UKNonprofitType", "schema:SocialEvent", "schema:CityHall", "schema:InternetCafe", "schema:ComedyClub", "schema:TaxiService", "schema:SomeProducts", "schema:SpecialAnnouncement", "schema:Restaurant", "schema:SoftwareSourceCode", "schema:Mass", "schema:ReadAction", "schema:PalliativeProcedure", "schema:HowToDirection", "schema:APIReference", "schema:MedicalSignOrSymptom", "schema:JewelryStore", "schema:HinduTemple", "schema:MedicalTestPanel", "schema:Hotel", "schema:Property", "schema:ShoppingCenter", "schema:PrependAction", "schema:DietNutrition", "schema:ComicSeries", "schema:CategoryCode", "schema:ExchangeRateSpecification", "schema:ShippingRateSettings", "schema:PerformanceRole", "schema:LocalBusiness", "schema:SendAction", "schema:MediaManipulationRatingEnumeration", "schema:DoseSchedule", "schema:Crematorium", "schema:FilmAction", "schema:ElectronicsStore", "schema:RadioEpisode", "schema:DeliveryMethod" ],
"narrowerTransitive" : [ "schema:Event", "schema:Place", "schema:StupidType", "schema:Organization", "schema:Person", "schema:CreativeWork", "schema:Product", "schema:Action", "schema:Intangible", "schema:MedicalEntity" ]
}, {
"@id" : "schema:Ticket",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible" ],
"broaderTransitive" : "schema:Intangible",
"definition" : "Used to describe a ticket to an event, a flight, a bus ride, etc.",
"prefLabel" : "Ticket"
}, {
"@id" : "schema:TieAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:AchieveAction" ],
"broaderTransitive" : "schema:AchieveAction",
"definition" : "The act of reaching a draw in a competitive activity.",
"prefLabel" : "TieAction"
}, {
"@id" : "schema:TipAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:TradeAction" ],
"broaderTransitive" : "schema:TradeAction",
"definition" : "The act of giving money voluntarily to a beneficiary in recognition of services rendered.",
"prefLabel" : "TipAction"
}, {
"@id" : "schema:TireShop",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:Store" ],
"broaderTransitive" : "schema:Store",
"definition" : "A tire shop.",
"prefLabel" : "TireShop"
}, {
"@id" : "schema:TouristAttraction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place" ],
"broaderTransitive" : "schema:Place",
"definition" : "A tourist attraction. In principle any Thing can be a <a class=\"localLink\" href=\"http://schema.org/TouristAttraction\">TouristAttraction</a>, from a <a class=\"localLink\" href=\"http://schema.org/Mountain\">Mountain</a> and <a class=\"localLink\" href=\"http://schema.org/LandmarksOrHistoricalBuildings\">LandmarksOrHistoricalBuildings</a> to a <a class=\"localLink\" href=\"http://schema.org/LocalBusiness\">LocalBusiness</a>. This Type can be used on its own to describe a general <a class=\"localLink\" href=\"http://schema.org/TouristAttraction\">TouristAttraction</a>, or be used as an <a class=\"localLink\" href=\"http://schema.org/additionalType\">additionalType</a> to add tourist attraction properties to any other type. (See examples below)",
"prefLabel" : "TouristAttraction"
}, {
"@id" : "schema:TouristDestination",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place" ],
"broaderTransitive" : "schema:Place",
"definition" : "A tourist destination. In principle any <a class=\"localLink\" href=\"http://schema.org/Place\">Place</a> can be a <a class=\"localLink\" href=\"http://schema.org/TouristDestination\">TouristDestination</a> from a <a class=\"localLink\" href=\"http://schema.org/City\">City</a>, <a class=\"localLink\" href=\"http://schema.org/Region\">Region</a> or <a class=\"localLink\" href=\"http://schema.org/Country\">Country</a> to an <a class=\"localLink\" href=\"http://schema.org/AmusementPark\">AmusementPark</a> or <a class=\"localLink\" href=\"http://schema.org/Hotel\">Hotel</a>. This Type can be used on its own to describe a general <a class=\"localLink\" href=\"http://schema.org/TouristDestination\">TouristDestination</a>, or be used as an <a class=\"localLink\" href=\"http://schema.org/additionalType\">additionalType</a> to add tourist relevant properties to any other <a class=\"localLink\" href=\"http://schema.org/Place\">Place</a>. A <a class=\"localLink\" href=\"http://schema.org/TouristDestination\">TouristDestination</a> is defined as a <a class=\"localLink\" href=\"http://schema.org/Place\">Place</a> that contains, or is colocated with, one or more <a class=\"localLink\" href=\"http://schema.org/TouristAttraction\">TouristAttraction</a>s, often linked by a similar theme or interest to a particular <a class=\"localLink\" href=\"http://schema.org/touristType\">touristType</a>. The <a href=\"http://www2.unwto.org/\">UNWTO</a> defines Destination (main destination of a tourism trip) as the place visited that is central to the decision to take the trip.\n (See examples below).",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "TouristDestination"
}, {
"@id" : "schema:TouristInformationCenter",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness" ],
"broaderTransitive" : "schema:LocalBusiness",
"definition" : "A tourist information center.",
"prefLabel" : "TouristInformationCenter"
}, {
"@id" : "schema:TouristTrip",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Trip" ],
"broaderTransitive" : "schema:Trip",
"definition" : "A tourist trip. A created itinerary of visits to one or more places of interest (<a class=\"localLink\" href=\"http://schema.org/TouristAttraction\">TouristAttraction</a>/<a class=\"localLink\" href=\"http://schema.org/TouristDestination\">TouristDestination</a>) often linked by a similar theme, geographic area, or interest to a particular <a class=\"localLink\" href=\"http://schema.org/touristType\">touristType</a>. The <a href=\"http://www2.unwto.org/\">UNWTO</a> defines tourism trip as the Trip taken by visitors.\n (See examples below).",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "TouristTrip"
}, {
"@id" : "schema:ToyStore",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:Store" ],
"broaderTransitive" : "schema:Store",
"definition" : "A toy store.",
"prefLabel" : "ToyStore"
}, {
"@id" : "schema:TrackAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:FindAction" ],
"broaderTransitive" : "schema:FindAction",
"definition" : "An agent tracks an object for updates.<br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/FollowAction\">FollowAction</a>: Unlike FollowAction, TrackAction refers to the interest on the location of innanimates objects.</li>\n<li><a class=\"localLink\" href=\"http://schema.org/SubscribeAction\">SubscribeAction</a>: Unlike SubscribeAction, TrackAction refers to the interest on the location of innanimate objects.</li>\n</ul>\n",
"prefLabel" : "TrackAction"
}, {
"@id" : "schema:TradeAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action" ],
"broaderTransitive" : "schema:Action",
"definition" : "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.",
"narrower" : [ "schema:OrderAction", "schema:TipAction", "schema:PreOrderAction", "schema:QuoteAction", "schema:DonateAction", "schema:RentAction", "schema:BuyAction", "schema:PayAction", "schema:SellAction" ],
"narrowerTransitive" : [ "schema:PreOrderAction", "schema:BuyAction", "schema:QuoteAction", "schema:DonateAction", "schema:PayAction", "schema:OrderAction", "schema:TipAction", "schema:SellAction", "schema:RentAction" ],
"prefLabel" : "TradeAction"
}, {
"@id" : "schema:TrainReservation",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Reservation" ],
"broaderTransitive" : "schema:Reservation",
"definition" : "A reservation for train travel.<br/><br/>\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 <a class=\"localLink\" href=\"http://schema.org/Offer\">Offer</a>.",
"prefLabel" : "TrainReservation"
}, {
"@id" : "schema:TrainStation",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place", "schema:CivicStructure" ],
"broaderTransitive" : "schema:CivicStructure",
"definition" : "A train station.",
"prefLabel" : "TrainStation"
}, {
"@id" : "schema:TrainTrip",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Trip" ],
"broaderTransitive" : "schema:Trip",
"definition" : "A trip on a commercial train line.",
"prefLabel" : "TrainTrip"
}, {
"@id" : "schema:TransferAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action" ],
"broaderTransitive" : "schema:Action",
"definition" : "The act of transferring/moving (abstract or concrete) animate or inanimate objects from one place to another.",
"narrower" : [ "schema:TakeAction", "schema:MoneyTransfer", "schema:GiveAction", "schema:SendAction", "schema:LendAction", "schema:ReceiveAction", "schema:DownloadAction", "schema:BorrowAction", "schema:ReturnAction" ],
"narrowerTransitive" : [ "schema:TakeAction", "schema:MoneyTransfer", "schema:SendAction", "schema:GiveAction", "schema:ReturnAction", "schema:ReceiveAction", "schema:LendAction", "schema:BorrowAction", "schema:DownloadAction" ],
"prefLabel" : "TransferAction"
}, {
"@id" : "schema:TravelAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:MoveAction" ],
"broaderTransitive" : "schema:MoveAction",
"definition" : "The act of traveling from an fromLocation to a destination by a specified mode of transport, optionally with participants.",
"prefLabel" : "TravelAction"
}, {
"@id" : "schema:TravelAgency",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness" ],
"broaderTransitive" : "schema:LocalBusiness",
"definition" : "A travel agency.",
"prefLabel" : "TravelAgency"
}, {
"@id" : "schema:TreatmentIndication",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:MedicalEntity", "schema:MedicalIndication" ],
"broaderTransitive" : "schema:MedicalIndication",
"definition" : "An indication for treating an underlying condition, symptom, etc.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "TreatmentIndication"
}, {
"@id" : "schema:Trip",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible" ],
"broaderTransitive" : "schema:Intangible",
"definition" : "A trip or journey. An itinerary of visits to one or more places.",
"narrower" : [ "schema:TouristTrip", "schema:Flight", "schema:TrainTrip", "schema:BusTrip" ],
"narrowerTransitive" : [ "schema:TouristTrip", "schema:BusTrip", "schema:TrainTrip", "schema:Flight" ],
"prefLabel" : "Trip"
}, {
"@id" : "schema:TypeAndQuantityNode",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:StructuredValue" ],
"broaderTransitive" : "schema:StructuredValue",
"definition" : "A structured value indicating the quantity, unit of measurement, and business function of goods included in a bundle offer.",
"prefLabel" : "TypeAndQuantityNode"
}, {
"@id" : "schema:UKNonprofitType",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration", "schema:NonprofitType" ],
"broaderTransitive" : "schema:NonprofitType",
"definition" : "UKNonprofitType: Non-profit organization type originating from the United Kingdom.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "UKNonprofitType"
}, {
"@id" : "schema:URL",
"@type" : "skos:Concept",
"broader" : "schema:Text",
"broaderTransitive" : "schema:Text",
"definition" : "Data type: URL.",
"prefLabel" : "URL"
}, {
"@id" : "schema:USNonprofitType",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration", "schema:NonprofitType" ],
"broaderTransitive" : "schema:NonprofitType",
"definition" : "USNonprofitType: Non-profit organization type originating from the United States.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "USNonprofitType"
}, {
"@id" : "schema:UnRegisterAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:InteractAction" ],
"broaderTransitive" : "schema:InteractAction",
"definition" : "The act of un-registering from a service.<br/><br/>\n\nRelated actions:<br/><br/>\n\n<ul>\n<li><a class=\"localLink\" href=\"http://schema.org/RegisterAction\">RegisterAction</a>: antonym of UnRegisterAction.</li>\n<li><a class=\"localLink\" href=\"http://schema.org/LeaveAction\">LeaveAction</a>: Unlike LeaveAction, UnRegisterAction implies that you are unregistering from a service you werer previously registered, rather than leaving a team/group of people.</li>\n</ul>\n",
"prefLabel" : "UnRegisterAction"
}, {
"@id" : "schema:UnitPriceSpecification",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:StructuredValue", "schema:PriceSpecification" ],
"broaderTransitive" : "schema:PriceSpecification",
"definition" : "The price asked for a given offer by the respective organization or person.",
"prefLabel" : "UnitPriceSpecification"
}, {
"@id" : "schema:UpdateAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Action", "schema:Thing" ],
"broaderTransitive" : "schema:Action",
"definition" : "The act of managing by changing/editing the state of the object.",
"narrower" : [ "schema:InsertAction", "schema:AddAction", "schema:AppendAction", "schema:ReplaceAction", "schema:DeleteAction", "schema:PrependAction" ],
"narrowerTransitive" : [ "schema:DeleteAction", "schema:AddAction", "schema:ReplaceAction" ],
"prefLabel" : "UpdateAction"
}, {
"@id" : "schema:UseAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:ConsumeAction" ],
"broaderTransitive" : "schema:ConsumeAction",
"definition" : "The act of applying an object to its intended purpose.",
"narrower" : "schema:WearAction",
"narrowerTransitive" : "schema:WearAction",
"prefLabel" : "UseAction"
}, {
"@id" : "schema:UserBlocks",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Event", "schema:UserInteraction" ],
"broaderTransitive" : "schema:UserInteraction",
"definition" : "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use <a class=\"localLink\" href=\"http://schema.org/Action\">Action</a>-based vocabulary, alongside types such as <a class=\"localLink\" href=\"http://schema.org/Comment\">Comment</a>.",
"prefLabel" : "UserBlocks"
}, {
"@id" : "schema:UserCheckins",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Event", "schema:UserInteraction" ],
"broaderTransitive" : "schema:UserInteraction",
"definition" : "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use <a class=\"localLink\" href=\"http://schema.org/Action\">Action</a>-based vocabulary, alongside types such as <a class=\"localLink\" href=\"http://schema.org/Comment\">Comment</a>.",
"prefLabel" : "UserCheckins"
}, {
"@id" : "schema:UserComments",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Event", "schema:UserInteraction" ],
"broaderTransitive" : "schema:UserInteraction",
"definition" : "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use <a class=\"localLink\" href=\"http://schema.org/Action\">Action</a>-based vocabulary, alongside types such as <a class=\"localLink\" href=\"http://schema.org/Comment\">Comment</a>.",
"prefLabel" : "UserComments"
}, {
"@id" : "schema:UserDownloads",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Event", "schema:UserInteraction" ],
"broaderTransitive" : "schema:UserInteraction",
"definition" : "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use <a class=\"localLink\" href=\"http://schema.org/Action\">Action</a>-based vocabulary, alongside types such as <a class=\"localLink\" href=\"http://schema.org/Comment\">Comment</a>.",
"prefLabel" : "UserDownloads"
}, {
"@id" : "schema:UserInteraction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Event" ],
"broaderTransitive" : "schema:Event",
"definition" : "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use <a class=\"localLink\" href=\"http://schema.org/Action\">Action</a>-based vocabulary, alongside types such as <a class=\"localLink\" href=\"http://schema.org/Comment\">Comment</a>.",
"narrower" : [ "schema:UserPlays", "schema:UserPageVisits", "schema:UserTweets", "schema:UserBlocks", "schema:UserComments", "schema:UserDownloads", "schema:UserCheckins", "schema:UserLikes", "schema:UserPlusOnes" ],
"narrowerTransitive" : [ "schema:UserPlays", "schema:UserDownloads", "schema:UserPlusOnes", "schema:UserBlocks", "schema:UserPageVisits", "schema:UserTweets", "schema:UserLikes", "schema:UserCheckins", "schema:UserComments" ],
"prefLabel" : "UserInteraction"
}, {
"@id" : "schema:UserLikes",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Event", "schema:UserInteraction" ],
"broaderTransitive" : "schema:UserInteraction",
"definition" : "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use <a class=\"localLink\" href=\"http://schema.org/Action\">Action</a>-based vocabulary, alongside types such as <a class=\"localLink\" href=\"http://schema.org/Comment\">Comment</a>.",
"prefLabel" : "UserLikes"
}, {
"@id" : "schema:UserPageVisits",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Event", "schema:UserInteraction" ],
"broaderTransitive" : "schema:UserInteraction",
"definition" : "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use <a class=\"localLink\" href=\"http://schema.org/Action\">Action</a>-based vocabulary, alongside types such as <a class=\"localLink\" href=\"http://schema.org/Comment\">Comment</a>.",
"prefLabel" : "UserPageVisits"
}, {
"@id" : "schema:UserPlays",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Event", "schema:UserInteraction" ],
"broaderTransitive" : "schema:UserInteraction",
"definition" : "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use <a class=\"localLink\" href=\"http://schema.org/Action\">Action</a>-based vocabulary, alongside types such as <a class=\"localLink\" href=\"http://schema.org/Comment\">Comment</a>.",
"prefLabel" : "UserPlays"
}, {
"@id" : "schema:UserPlusOnes",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Event", "schema:UserInteraction" ],
"broaderTransitive" : "schema:UserInteraction",
"definition" : "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use <a class=\"localLink\" href=\"http://schema.org/Action\">Action</a>-based vocabulary, alongside types such as <a class=\"localLink\" href=\"http://schema.org/Comment\">Comment</a>.",
"prefLabel" : "UserPlusOnes"
}, {
"@id" : "schema:UserReview",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:Review" ],
"broaderTransitive" : "schema:Review",
"definition" : "A review created by an end-user (e.g. consumer, purchaser, attendee etc.), in contrast with <a class=\"localLink\" href=\"http://schema.org/CriticReview\">CriticReview</a>.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "UserReview"
}, {
"@id" : "schema:UserTweets",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Event", "schema:UserInteraction" ],
"broaderTransitive" : "schema:UserInteraction",
"definition" : "UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use <a class=\"localLink\" href=\"http://schema.org/Action\">Action</a>-based vocabulary, alongside types such as <a class=\"localLink\" href=\"http://schema.org/Comment\">Comment</a>.",
"prefLabel" : "UserTweets"
}, {
"@id" : "schema:Vehicle",
"@type" : "skos:Concept",
"broader" : [ "schema:Product", "schema:Thing" ],
"broaderTransitive" : "schema:Product",
"definition" : "A vehicle is a device that is designed or used to transport people or cargo over land, water, air, or through space.",
"narrower" : [ "schema:Car", "schema:Motorcycle", "schema:MotorizedBicycle", "schema:BusOrCoach" ],
"narrowerTransitive" : [ "schema:Motorcycle", "schema:Car", "schema:MotorizedBicycle", "schema:BusOrCoach" ],
"prefLabel" : "Vehicle"
}, {
"@id" : "schema:Vein",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:MedicalEntity", "schema:AnatomicalStructure", "schema:Vessel" ],
"broaderTransitive" : "schema:Vessel",
"definition" : "A type of blood vessel that specifically carries blood to the heart.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "Vein"
}, {
"@id" : "schema:Vessel",
"@type" : "skos:Concept",
"broader" : [ "schema:MedicalEntity", "schema:AnatomicalStructure", "schema:Thing" ],
"broaderTransitive" : "schema:AnatomicalStructure",
"definition" : "A component of the human body circulatory system comprised of an intricate network of hollow tubes that transport blood throughout the entire body.",
"inScheme" : "http://health-lifesci.schema.org",
"narrower" : [ "schema:Vein", "schema:LymphaticVessel", "schema:Artery" ],
"narrowerTransitive" : [ "schema:Vein", "schema:LymphaticVessel", "schema:Artery" ],
"prefLabel" : "Vessel"
}, {
"@id" : "schema:VeterinaryCare",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Organization", "schema:MedicalOrganization" ],
"broaderTransitive" : "schema:MedicalOrganization",
"definition" : "A vet's office.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "VeterinaryCare"
}, {
"@id" : "schema:VideoGallery",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:WebPage", "schema:CollectionPage", "schema:MediaGallery" ],
"broaderTransitive" : "schema:MediaGallery",
"definition" : "Web page type: Video gallery page.",
"prefLabel" : "VideoGallery"
}, {
"@id" : "schema:VideoGame",
"@type" : "skos:Concept",
"broader" : [ "schema:Game", "schema:Thing", "schema:CreativeWork", "schema:SoftwareApplication" ],
"broaderTransitive" : [ "schema:Game", "schema:SoftwareApplication" ],
"definition" : "A video game is an electronic game that involves human interaction with a user interface to generate visual feedback on a video device.",
"prefLabel" : "VideoGame"
}, {
"@id" : "schema:VideoGameClip",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:Clip" ],
"broaderTransitive" : "schema:Clip",
"definition" : "A short segment/part of a video game.",
"prefLabel" : "VideoGameClip"
}, {
"@id" : "schema:VideoGameSeries",
"@type" : "skos:Concept",
"broader" : [ "schema:CreativeWork", "schema:Thing", "schema:Intangible", "schema:Series", "schema:CreativeWorkSeries" ],
"broaderTransitive" : "schema:CreativeWorkSeries",
"definition" : "A video game series.",
"prefLabel" : "VideoGameSeries"
}, {
"@id" : "schema:VideoObject",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:MediaObject" ],
"broaderTransitive" : "schema:MediaObject",
"definition" : "A video file.",
"prefLabel" : "VideoObject"
}, {
"@id" : "schema:ViewAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:ConsumeAction" ],
"broaderTransitive" : "schema:ConsumeAction",
"definition" : "The act of consuming static visual content.",
"prefLabel" : "ViewAction"
}, {
"@id" : "schema:VirtualLocation",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible" ],
"broaderTransitive" : "schema:Intangible",
"definition" : "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.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "VirtualLocation"
}, {
"@id" : "schema:VisualArtsEvent",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Event" ],
"broaderTransitive" : "schema:Event",
"definition" : "Event type: Visual arts event.",
"prefLabel" : "VisualArtsEvent"
}, {
"@id" : "schema:VisualArtwork",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : "schema:CreativeWork",
"definition" : "A work of art that is primarily visual in character.",
"narrower" : [ "schema:CoverArt", "schema:ComicCoverArt" ],
"narrowerTransitive" : "schema:CoverArt",
"prefLabel" : "VisualArtwork"
}, {
"@id" : "schema:VitalSign",
"@type" : "skos:Concept",
"broader" : [ "schema:MedicalSignOrSymptom", "schema:MedicalCondition", "schema:Thing", "schema:MedicalSign", "schema:MedicalEntity" ],
"broaderTransitive" : "schema:MedicalSign",
"definition" : "Vital signs are measures of various physiological functions in order to assess the most basic body functions.",
"inScheme" : "http://health-lifesci.schema.org",
"prefLabel" : "VitalSign"
}, {
"@id" : "schema:Volcano",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place", "schema:Landform" ],
"broaderTransitive" : "schema:Landform",
"definition" : "A volcano, like Fuji san.",
"prefLabel" : "Volcano"
}, {
"@id" : "schema:VoteAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:AssessAction", "schema:ChooseAction" ],
"broaderTransitive" : "schema:ChooseAction",
"definition" : "The act of expressing a preference from a fixed/finite/structured set of choices/options.",
"prefLabel" : "VoteAction"
}, {
"@id" : "schema:WPAdBlock",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:WebPageElement" ],
"broaderTransitive" : "schema:WebPageElement",
"definition" : "An advertising section of the page.",
"prefLabel" : "WPAdBlock"
}, {
"@id" : "schema:WPFooter",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:WebPageElement" ],
"broaderTransitive" : "schema:WebPageElement",
"definition" : "The footer section of the page.",
"prefLabel" : "WPFooter"
}, {
"@id" : "schema:WPHeader",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:WebPageElement" ],
"broaderTransitive" : "schema:WebPageElement",
"definition" : "The header section of the page.",
"prefLabel" : "WPHeader"
}, {
"@id" : "schema:WPSideBar",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:WebPageElement" ],
"broaderTransitive" : "schema:WebPageElement",
"definition" : "A sidebar section of the page.",
"prefLabel" : "WPSideBar"
}, {
"@id" : "schema:WantAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:AssessAction", "schema:ReactAction" ],
"broaderTransitive" : "schema:ReactAction",
"definition" : "The act of expressing a desire about the object. An agent wants an object.",
"prefLabel" : "WantAction"
}, {
"@id" : "schema:WarrantyPromise",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:StructuredValue" ],
"broaderTransitive" : "schema:StructuredValue",
"definition" : "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.",
"prefLabel" : "WarrantyPromise"
}, {
"@id" : "schema:WarrantyScope",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Enumeration" ],
"broaderTransitive" : "schema:Enumeration",
"definition" : "A range of of services that will be provided to a customer free of charge in case of a defect or malfunction of a product.<br/><br/>\n\nCommonly used values:<br/><br/>\n\n<ul>\n<li>http://purl.org/goodrelations/v1#Labor-BringIn</li>\n<li>http://purl.org/goodrelations/v1#PartsAndLabor-BringIn</li>\n<li>http://purl.org/goodrelations/v1#PartsAndLabor-PickUp</li>\n</ul>\n",
"prefLabel" : "WarrantyScope"
}, {
"@id" : "schema:WatchAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:ConsumeAction" ],
"broaderTransitive" : "schema:ConsumeAction",
"definition" : "The act of consuming dynamic/moving visual content.",
"prefLabel" : "WatchAction"
}, {
"@id" : "schema:Waterfall",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place", "schema:Landform", "schema:BodyOfWater" ],
"broaderTransitive" : "schema:BodyOfWater",
"definition" : "A waterfall, like Niagara.",
"prefLabel" : "Waterfall"
}, {
"@id" : "schema:WearAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:ConsumeAction", "schema:UseAction" ],
"broaderTransitive" : "schema:UseAction",
"definition" : "The act of dressing oneself in clothing.",
"prefLabel" : "WearAction"
}, {
"@id" : "schema:WebAPI",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:Service" ],
"broaderTransitive" : "schema:Service",
"definition" : "An application programming interface accessible over Web/Internet technologies.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "WebAPI"
}, {
"@id" : "schema:WebApplication",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork", "schema:SoftwareApplication" ],
"broaderTransitive" : "schema:SoftwareApplication",
"definition" : "Web applications.",
"prefLabel" : "WebApplication"
}, {
"@id" : "schema:WebContent",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : "schema:CreativeWork",
"definition" : "WebContent is a type representing all <a class=\"localLink\" href=\"http://schema.org/WebPage\">WebPage</a>, <a class=\"localLink\" href=\"http://schema.org/WebSite\">WebSite</a> and <a class=\"localLink\" href=\"http://schema.org/WebPageElement\">WebPageElement</a> content. It is sometimes the case that detailed distinctions between Web pages, sites and their parts is not always important or obvious. The <a class=\"localLink\" href=\"http://schema.org/WebContent\">WebContent</a> type makes it easier to describe Web-addressable content without requiring such distinctions to always be stated. (The intent is that the existing types <a class=\"localLink\" href=\"http://schema.org/WebPage\">WebPage</a>, <a class=\"localLink\" href=\"http://schema.org/WebSite\">WebSite</a> and <a class=\"localLink\" href=\"http://schema.org/WebPageElement\">WebPageElement</a> will eventually be declared as subtypes of <a class=\"localLink\" href=\"http://schema.org/WebContent\">WebContent</a>.)",
"inScheme" : "http://pending.schema.org",
"narrower" : "schema:HealthTopicContent",
"narrowerTransitive" : "schema:HealthTopicContent",
"prefLabel" : "WebContent"
}, {
"@id" : "schema:WebPage",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : "schema:CreativeWork",
"definition" : "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.",
"narrower" : [ "schema:FAQPage", "schema:ImageGallery", "schema:MedicalWebPage", "schema:CollectionPage", "schema:ItemPage", "schema:SearchResultsPage", "schema:MediaGallery", "schema:ContactPage", "schema:RealEstateListing", "schema:CheckoutPage", "schema:VideoGallery", "schema:QAPage", "schema:ProfilePage", "schema:AboutPage" ],
"narrowerTransitive" : [ "schema:AboutPage", "schema:MedicalWebPage", "schema:ProfilePage", "schema:RealEstateListing", "schema:QAPage", "schema:ContactPage", "schema:SearchResultsPage", "schema:FAQPage", "schema:CollectionPage", "schema:ItemPage", "schema:CheckoutPage" ],
"prefLabel" : "WebPage"
}, {
"@id" : "schema:WebPageElement",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : "schema:CreativeWork",
"definition" : "A web page element, like a table or an image.",
"narrower" : [ "schema:WPFooter", "schema:Table", "schema:WPAdBlock", "schema:WPHeader", "schema:WPSideBar", "schema:SiteNavigationElement" ],
"narrowerTransitive" : [ "schema:Table", "schema:WPAdBlock", "schema:WPHeader", "schema:SiteNavigationElement", "schema:WPFooter", "schema:WPSideBar" ],
"prefLabel" : "WebPageElement"
}, {
"@id" : "schema:WebSite",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:CreativeWork" ],
"broaderTransitive" : "schema:CreativeWork",
"definition" : "A WebSite is a set of related web pages and other items typically served from a single web domain and accessible via URLs.",
"prefLabel" : "WebSite"
}, {
"@id" : "schema:WholesaleStore",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:Store" ],
"broaderTransitive" : "schema:Store",
"definition" : "A wholesale store.",
"prefLabel" : "WholesaleStore"
}, {
"@id" : "schema:WinAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:AchieveAction" ],
"broaderTransitive" : "schema:AchieveAction",
"definition" : "The act of achieving victory in a competitive activity.",
"prefLabel" : "WinAction"
}, {
"@id" : "schema:Winery",
"@type" : "skos:Concept",
"broader" : [ "schema:Place", "schema:Thing", "schema:Organization", "schema:LocalBusiness", "schema:FoodEstablishment" ],
"broaderTransitive" : "schema:FoodEstablishment",
"definition" : "A winery.",
"prefLabel" : "Winery"
}, {
"@id" : "schema:WorkBasedProgram",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Intangible", "schema:EducationalOccupationalProgram" ],
"broaderTransitive" : "schema:EducationalOccupationalProgram",
"definition" : "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.",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "WorkBasedProgram"
}, {
"@id" : "schema:WorkersUnion",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Organization" ],
"broaderTransitive" : "schema:Organization",
"definition" : "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.",
"prefLabel" : "WorkersUnion"
}, {
"@id" : "schema:WriteAction",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Action", "schema:CreateAction" ],
"broaderTransitive" : "schema:CreateAction",
"definition" : "The act of authoring written creative content.",
"prefLabel" : "WriteAction"
}, {
"@id" : "schema:XPathType",
"@type" : "skos:Concept",
"broader" : "schema:Text",
"broaderTransitive" : "schema:Text",
"definition" : "Text representing an XPath (typically but not necessarily version 1.0).",
"inScheme" : "http://pending.schema.org",
"prefLabel" : "XPathType"
}, {
"@id" : "schema:Zoo",
"@type" : "skos:Concept",
"broader" : [ "schema:Thing", "schema:Place", "schema:CivicStructure" ],
"broaderTransitive" : "schema:CivicStructure",
"definition" : "A zoo.",
"prefLabel" : "Zoo"
}, {
"@id" : "rdfs:Class",
"narrower" : "schema:DataType",
"narrowerTransitive" : "schema:DataType"
} ],
"@context" : {
"broader" : {
"@id" : "http://www.w3.org/2004/02/skos/core#broader",
"@type" : "@id"
},
"definition" : {
"@id" : "http://www.w3.org/2004/02/skos/core#definition"
},
"prefLabel" : {
"@id" : "http://www.w3.org/2004/02/skos/core#prefLabel"
},
"broaderTransitive" : {
"@id" : "http://www.w3.org/2004/02/skos/core#broaderTransitive",
"@type" : "@id"
},
"inScheme" : {
"@id" : "http://www.w3.org/2004/02/skos/core#inScheme",
"@type" : "@id"
},
"narrowerTransitive" : {
"@id" : "http://www.w3.org/2004/02/skos/core#narrowerTransitive",
"@type" : "@id"
},
"narrower" : {
"@id" : "http://www.w3.org/2004/02/skos/core#narrower",
"@type" : "@id"
},
"hasTopConcept" : {
"@id" : "http://www.w3.org/2004/02/skos/core#hasTopConcept",
"@type" : "@id"
},
"schema" : "http://schema.org/",
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"skos" : "http://www.w3.org/2004/02/skos/core#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX schema: <http://schema.org/>
prefix owl: <http://www.w3.org/2002/07/owl#>
prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>
CONSTRUCT {
<http://schema.org/> a skos:ConceptScheme ;
skos:hasTopConcept schema:Thing .
?child a skos:Concept ;
skos:broaderTransitive ?parent ;
skos:broader ?ancestors ;
skos:prefLabel ?label ;
skos:definition ?desc ;
skos:inScheme ?ext .
?parent skos:narrowerTransitive ?child .
?ancestors skos:narrower ?child .
}
WHERE {
?child rdfs:subClassOf ?parent .
?child rdfs:subClassOf+ ?ancestors .
OPTIONAL { ?child rdfs:label ?label }
OPTIONAL { ?child rdfs:comment ?desc }
OPTIONAL { ?child schema:isPartOf ?ext }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment