structured-data-testing-tool
Version:
A library and command line tool to help test for Structured Data.
1,459 lines • 203 kB
JSON
{
"Thing": {
"name": "Thing",
"description": "The most generic type of item.",
"depth": 0
},
"Action": {
"name": "Action",
"description": "An action performed by a direct agent and indirect participants upon a direct object...",
"depth": 1,
"subClassOf": "Thing"
},
"AchieveAction": {
"name": "AchieveAction",
"description": "The act of accomplishing something via previous efforts. It is an instantaneous action rather than an ongoing process.",
"depth": 2,
"subClassOf": "Action"
},
"LoseAction": {
"name": "LoseAction",
"description": "The act of being defeated in a competitive activity.",
"depth": 3,
"subClassOf": "AchieveAction"
},
"TieAction": {
"name": "TieAction",
"description": "The act of reaching a draw in a competitive activity.",
"depth": 3,
"subClassOf": "AchieveAction"
},
"WinAction": {
"name": "WinAction",
"description": "The act of achieving victory in a competitive activity.",
"depth": 3,
"subClassOf": "AchieveAction"
},
"AssessAction": {
"name": "AssessAction",
"description": "The act of forming one's opinion, reaction or sentiment.",
"depth": 2,
"subClassOf": "Action"
},
"ChooseAction": {
"name": "ChooseAction",
"description": "The act of expressing a preference from a set of options or a large or unbounded set of choices/options.",
"depth": 3,
"subClassOf": "AssessAction"
},
"VoteAction": {
"name": "VoteAction",
"description": "The act of expressing a preference from a fixed/finite/structured set of choices/options.",
"depth": 4,
"subClassOf": "ChooseAction"
},
"IgnoreAction": {
"name": "IgnoreAction",
"description": "The act of intentionally disregarding the object. An agent ignores an object.",
"depth": 3,
"subClassOf": "AssessAction"
},
"ReactAction": {
"name": "ReactAction",
"description": "The act of responding instinctively and emotionally to an object, expressing a sentiment.",
"depth": 3,
"subClassOf": "AssessAction"
},
"AgreeAction": {
"name": "AgreeAction",
"description": "The act of expressing a consistency of opinion with the object...",
"depth": 4,
"subClassOf": "ReactAction"
},
"DisagreeAction": {
"name": "DisagreeAction",
"description": "The act of expressing a difference of opinion with the object...",
"depth": 4,
"subClassOf": "ReactAction"
},
"DislikeAction": {
"name": "DislikeAction",
"description": "The act of expressing a negative sentiment about the object. An agent dislikes an object (a proposition, topic or theme) with participants.",
"depth": 4,
"subClassOf": "ReactAction"
},
"EndorseAction": {
"name": "EndorseAction",
"description": "An agent approves/certifies/likes/supports/sanction an object.",
"depth": 4,
"subClassOf": "ReactAction"
},
"LikeAction": {
"name": "LikeAction",
"description": "The act of expressing a positive sentiment about the object. An agent likes an object (a proposition, topic or theme) with participants.",
"depth": 4,
"subClassOf": "ReactAction"
},
"WantAction": {
"name": "WantAction",
"description": "The act of expressing a desire about the object. An agent wants an object.",
"depth": 4,
"subClassOf": "ReactAction"
},
"ReviewAction": {
"name": "ReviewAction",
"description": "The act of producing a balanced opinion about the object for an audience...",
"depth": 3,
"subClassOf": "AssessAction"
},
"ConsumeAction": {
"name": "ConsumeAction",
"description": "The act of ingesting information/resources/food.",
"depth": 2,
"subClassOf": "Action"
},
"DrinkAction": {
"name": "DrinkAction",
"description": "The act of swallowing liquids.",
"depth": 3,
"subClassOf": "ConsumeAction"
},
"EatAction": {
"name": "EatAction",
"description": "The act of swallowing solid objects.",
"depth": 3,
"subClassOf": "ConsumeAction"
},
"InstallAction": {
"name": "InstallAction",
"description": "The act of installing an application.",
"depth": 3,
"subClassOf": "ConsumeAction"
},
"ListenAction": {
"name": "ListenAction",
"description": "The act of consuming audio content.",
"depth": 3,
"subClassOf": "ConsumeAction"
},
"ReadAction": {
"name": "ReadAction",
"description": "The act of consuming written content.",
"depth": 3,
"subClassOf": "ConsumeAction"
},
"UseAction": {
"name": "UseAction",
"description": "The act of applying an object to its intended purpose.",
"depth": 3,
"subClassOf": "ConsumeAction"
},
"WearAction": {
"name": "WearAction",
"description": "The act of dressing oneself in clothing.",
"depth": 4,
"subClassOf": "UseAction"
},
"ViewAction": {
"name": "ViewAction",
"description": "The act of consuming static visual content.",
"depth": 3,
"subClassOf": "ConsumeAction"
},
"WatchAction": {
"name": "WatchAction",
"description": "The act of consuming dynamic/moving visual content.",
"depth": 3,
"subClassOf": "ConsumeAction"
},
"ControlAction": {
"name": "ControlAction",
"description": "An agent controls a device or application.",
"depth": 2,
"subClassOf": "Action"
},
"ActivateAction": {
"name": "ActivateAction",
"description": "The act of starting or activating a device or application (e.g...",
"depth": 3,
"subClassOf": "ControlAction"
},
"DeactivateAction": {
"name": "DeactivateAction",
"description": "The act of stopping or deactivating a device or application (e...",
"depth": 3,
"subClassOf": "ControlAction"
},
"ResumeAction": {
"name": "ResumeAction",
"description": "The act of resuming a device or application which was formerly paused (e...",
"depth": 3,
"subClassOf": "ControlAction"
},
"SuspendAction": {
"name": "SuspendAction",
"description": "The act of momentarily pausing a device or application (e.g. pause music playback or pause a timer).",
"depth": 3,
"subClassOf": "ControlAction"
},
"CreateAction": {
"name": "CreateAction",
"description": "The act of deliberately creating/producing/generating/building a result out of the agent.",
"depth": 2,
"subClassOf": "Action"
},
"CookAction": {
"name": "CookAction",
"description": "The act of producing/preparing food.",
"depth": 3,
"subClassOf": "CreateAction"
},
"DrawAction": {
"name": "DrawAction",
"description": "The act of producing a visual/graphical representation of an object, typically with a pen/pencil and paper as instruments.",
"depth": 3,
"subClassOf": "CreateAction"
},
"FilmAction": {
"name": "FilmAction",
"description": "The act of capturing sound and moving images on film, video, or digitally.",
"depth": 3,
"subClassOf": "CreateAction"
},
"PaintAction": {
"name": "PaintAction",
"description": "The act of producing a painting, typically with paint and canvas as instruments.",
"depth": 3,
"subClassOf": "CreateAction"
},
"PhotographAction": {
"name": "PhotographAction",
"description": "The act of capturing still images of objects using a camera.",
"depth": 3,
"subClassOf": "CreateAction"
},
"WriteAction": {
"name": "WriteAction",
"description": "The act of authoring written creative content.",
"depth": 3,
"subClassOf": "CreateAction"
},
"FindAction": {
"name": "FindAction",
"description": "The act of finding an object.\n\nRelated actions:\n\n\nSearchAction: FindAction is generally lead by a SearchAction, but not necessarily.",
"depth": 2,
"subClassOf": "Action"
},
"CheckAction": {
"name": "CheckAction",
"description": "An agent inspects, determines, investigates, inquires, or examines an object's accuracy, quality, condition, or state.",
"depth": 3,
"subClassOf": "FindAction"
},
"DiscoverAction": {
"name": "DiscoverAction",
"description": "The act of discovering/finding an object.",
"depth": 3,
"subClassOf": "FindAction"
},
"TrackAction": {
"name": "TrackAction",
"description": "An agent tracks an object for updates.\n\nRelated actions:\n\n\nFollowAction: Unlike FollowAction, TrackAction refers to the interest on the location of innanimates objects...",
"depth": 3,
"subClassOf": "FindAction"
},
"InteractAction": {
"name": "InteractAction",
"description": "The act of interacting with another person or organization.",
"depth": 2,
"subClassOf": "Action"
},
"BefriendAction": {
"name": "BefriendAction",
"description": "The act of forming a personal connection with someone (object) mutually/bidirectionally/symmetrically...",
"depth": 3,
"subClassOf": "InteractAction"
},
"CommunicateAction": {
"name": "CommunicateAction",
"description": "The act of conveying information to another person via a communication medium (instrument) such as speech, email, or telephone conversation.",
"depth": 3,
"subClassOf": "InteractAction"
},
"AskAction": {
"name": "AskAction",
"description": "The act of posing a question / favor to someone.\n\nRelated actions:\n\n\nReplyAction: Appears generally as a response to AskAction.",
"depth": 4,
"subClassOf": "CommunicateAction"
},
"CheckInAction": {
"name": "CheckInAction",
"description": "The act of an agent communicating (service provider, social media, etc) their arrival by registering/confirming for a previously reserved service (e...",
"depth": 4,
"subClassOf": "CommunicateAction"
},
"CheckOutAction": {
"name": "CheckOutAction",
"description": "The act of an agent communicating (service provider, social media, etc) their departure of a previously reserved service (e...",
"depth": 4,
"subClassOf": "CommunicateAction"
},
"CommentAction": {
"name": "CommentAction",
"description": "The act of generating a comment about a subject.",
"depth": 4,
"subClassOf": "CommunicateAction"
},
"InformAction": {
"name": "InformAction",
"description": "The act of notifying someone of information pertinent to them, with no expectation of a response.",
"depth": 4,
"subClassOf": "CommunicateAction"
},
"ConfirmAction": {
"name": "ConfirmAction",
"description": "The act of notifying someone that a future event/action is going to happen as expected...",
"depth": 5,
"subClassOf": "InformAction"
},
"RsvpAction": {
"name": "RsvpAction",
"description": "The act of notifying an event organizer as to whether you expect to attend the event.",
"depth": 5,
"subClassOf": "InformAction"
},
"InviteAction": {
"name": "InviteAction",
"description": "The act of asking someone to attend an event. Reciprocal of RsvpAction.",
"depth": 4,
"subClassOf": "CommunicateAction"
},
"ReplyAction": {
"name": "ReplyAction",
"description": "The act of responding to a question/message asked/sent by the object...",
"depth": 4,
"subClassOf": "CommunicateAction"
},
"ShareAction": {
"name": "ShareAction",
"description": "The act of distributing content to people for their amusement or edification.",
"depth": 4,
"subClassOf": "CommunicateAction"
},
"FollowAction": {
"name": "FollowAction",
"description": "The act of forming a personal connection with someone/something (object) unidirectionally/asymmetrically to get updates polled from...",
"depth": 3,
"subClassOf": "InteractAction"
},
"JoinAction": {
"name": "JoinAction",
"description": "An agent joins an event/group with participants/friends at a location...",
"depth": 3,
"subClassOf": "InteractAction"
},
"LeaveAction": {
"name": "LeaveAction",
"description": "An agent leaves an event / group with participants/friends at a location...",
"depth": 3,
"subClassOf": "InteractAction"
},
"MarryAction": {
"name": "MarryAction",
"description": "The act of marrying a person.",
"depth": 3,
"subClassOf": "InteractAction"
},
"RegisterAction": {
"name": "RegisterAction",
"description": "The act of registering to be a user of a service, product or web page...",
"depth": 3,
"subClassOf": "InteractAction"
},
"SubscribeAction": {
"name": "SubscribeAction",
"description": "The act of forming a personal connection with someone/something (object) unidirectionally/asymmetrically to get updates pushed to...",
"depth": 3,
"subClassOf": "InteractAction"
},
"UnRegisterAction": {
"name": "UnRegisterAction",
"description": "The act of un-registering from a service.\n\nRelated actions:\n\n\nRegisterAction: antonym of UnRegisterAction...",
"depth": 3,
"subClassOf": "InteractAction"
},
"MoveAction": {
"name": "MoveAction",
"description": "The act of an agent relocating to a place.\n\nRelated actions:\n\n\nTransferAction: Unlike TransferAction, the subject of the move is a living Person or Organization rather than an inanimate object.",
"depth": 2,
"subClassOf": "Action"
},
"ArriveAction": {
"name": "ArriveAction",
"description": "The act of arriving at a place. An agent arrives at a destination from a fromLocation, optionally with participants.",
"depth": 3,
"subClassOf": "MoveAction"
},
"DepartAction": {
"name": "DepartAction",
"description": "The act of departing from a place. An agent departs from an fromLocation for a destination, optionally with participants.",
"depth": 3,
"subClassOf": "MoveAction"
},
"TravelAction": {
"name": "TravelAction",
"description": "The act of traveling from an fromLocation to a destination by a specified mode of transport, optionally with participants.",
"depth": 3,
"subClassOf": "MoveAction"
},
"OrganizeAction": {
"name": "OrganizeAction",
"description": "The act of manipulating/administering/supervising/controlling one or more objects.",
"depth": 2,
"subClassOf": "Action"
},
"AllocateAction": {
"name": "AllocateAction",
"description": "The act of organizing tasks/objects/events by associating resources to it.",
"depth": 3,
"subClassOf": "OrganizeAction"
},
"AcceptAction": {
"name": "AcceptAction",
"description": "The act of committing to/adopting an object.\n\nRelated actions:\n\n\nRejectAction: The antonym of AcceptAction.",
"depth": 4,
"subClassOf": "AllocateAction"
},
"AssignAction": {
"name": "AssignAction",
"description": "The act of allocating an action/event/task to some destination (someone or something).",
"depth": 4,
"subClassOf": "AllocateAction"
},
"AuthorizeAction": {
"name": "AuthorizeAction",
"description": "The act of granting permission to an object.",
"depth": 4,
"subClassOf": "AllocateAction"
},
"RejectAction": {
"name": "RejectAction",
"description": "The act of rejecting to/adopting an object.\n\nRelated actions:\n\n\nAcceptAction: The antonym of RejectAction.",
"depth": 4,
"subClassOf": "AllocateAction"
},
"ApplyAction": {
"name": "ApplyAction",
"description": "The act of registering to an organization/service without the guarantee to receive it...",
"depth": 3,
"subClassOf": "OrganizeAction"
},
"BookmarkAction": {
"name": "BookmarkAction",
"description": "An agent bookmarks/flags/labels/tags/marks an object.",
"depth": 3,
"subClassOf": "OrganizeAction"
},
"PlanAction": {
"name": "PlanAction",
"description": "The act of planning the execution of an event/task/action/reservation/plan to a future date.",
"depth": 3,
"subClassOf": "OrganizeAction"
},
"CancelAction": {
"name": "CancelAction",
"description": "The act of asserting that a future event/action is no longer going to happen...",
"depth": 4,
"subClassOf": "PlanAction"
},
"ReserveAction": {
"name": "ReserveAction",
"description": "Reserving a concrete object.\n\nRelated actions:\n\n\nScheduleAction: Unlike ScheduleAction, ReserveAction reserves concrete objects (e...",
"depth": 4,
"subClassOf": "PlanAction"
},
"ScheduleAction": {
"name": "ScheduleAction",
"description": "Scheduling future actions, events, or tasks.\n\nRelated actions:\n\n\nReserveAction: Unlike ReserveAction, ScheduleAction allocates future actions (e...",
"depth": 4,
"subClassOf": "PlanAction"
},
"PlayAction": {
"name": "PlayAction",
"description": "The act of playing/exercising/training/performing for enjoyment, leisure, recreation, Competition or exercise...",
"depth": 2,
"subClassOf": "Action"
},
"ExerciseAction": {
"name": "ExerciseAction",
"description": "The act of participating in exertive activity for the purposes of improving health and fitness.",
"depth": 3,
"subClassOf": "PlayAction"
},
"PerformAction": {
"name": "PerformAction",
"description": "The act of participating in performance arts.",
"depth": 3,
"subClassOf": "PlayAction"
},
"SearchAction": {
"name": "SearchAction",
"description": "The act of searching for an object.\n\nRelated actions:\n\n\nFindAction: SearchAction generally leads to a FindAction, but not necessarily.",
"depth": 2,
"subClassOf": "Action"
},
"TradeAction": {
"name": "TradeAction",
"description": "The act of participating in an exchange of goods and services for monetary compensation...",
"depth": 2,
"subClassOf": "Action"
},
"BuyAction": {
"name": "BuyAction",
"description": "The act of giving money to a seller in exchange for goods or services rendered...",
"depth": 3,
"subClassOf": "TradeAction"
},
"DonateAction": {
"name": "DonateAction",
"description": "The act of providing goods, services, or money without compensation, often for philanthropic reasons.",
"depth": 3,
"subClassOf": "TradeAction"
},
"OrderAction": {
"name": "OrderAction",
"description": "An agent orders an object/product/service to be delivered/sent.",
"depth": 3,
"subClassOf": "TradeAction"
},
"PayAction": {
"name": "PayAction",
"description": "An agent pays a price to a participant.",
"depth": 3,
"subClassOf": "TradeAction"
},
"PreOrderAction": {
"name": "PreOrderAction",
"description": "An agent orders a (not yet released) object/product/service to be delivered/sent.",
"depth": 3,
"subClassOf": "TradeAction"
},
"QuoteAction": {
"name": "QuoteAction",
"description": "An agent quotes/estimates/appraises an object/product/service with a price at a location/store.",
"depth": 3,
"subClassOf": "TradeAction"
},
"RentAction": {
"name": "RentAction",
"description": "The act of giving money in return for temporary use, but not ownership, of an object such as a vehicle or property...",
"depth": 3,
"subClassOf": "TradeAction"
},
"SellAction": {
"name": "SellAction",
"description": "The act of taking money from a buyer in exchange for goods or services rendered...",
"depth": 3,
"subClassOf": "TradeAction"
},
"TipAction": {
"name": "TipAction",
"description": "The act of giving money voluntarily to a beneficiary in recognition of services rendered.",
"depth": 3,
"subClassOf": "TradeAction"
},
"TransferAction": {
"name": "TransferAction",
"description": "The act of transferring/moving (abstract or concrete) animate or inanimate objects from one place to another.",
"depth": 2,
"subClassOf": "Action"
},
"BorrowAction": {
"name": "BorrowAction",
"description": "The act of obtaining an object under an agreement to return it at a later date...",
"depth": 3,
"subClassOf": "TransferAction"
},
"DownloadAction": {
"name": "DownloadAction",
"description": "The act of downloading an object.",
"depth": 3,
"subClassOf": "TransferAction"
},
"GiveAction": {
"name": "GiveAction",
"description": "The act of transferring ownership of an object to a destination...",
"depth": 3,
"subClassOf": "TransferAction"
},
"LendAction": {
"name": "LendAction",
"description": "The act of providing an object under an agreement that it will be returned at a later date...",
"depth": 3,
"subClassOf": "TransferAction"
},
"MoneyTransfer": {
"name": "MoneyTransfer",
"description": "The act of transferring money from one place to another place...",
"depth": 3,
"subClassOf": "TransferAction"
},
"ReceiveAction": {
"name": "ReceiveAction",
"description": "The act of physically/electronically taking delivery of an object thathas been transferred from an origin to a destination...",
"depth": 3,
"subClassOf": "TransferAction"
},
"ReturnAction": {
"name": "ReturnAction",
"description": "The act of returning to the origin that which was previously received (concrete objects) or taken (ownership).",
"depth": 3,
"subClassOf": "TransferAction"
},
"SendAction": {
"name": "SendAction",
"description": "The act of physically/electronically dispatching an object for transfer from an origin to a destination...",
"depth": 3,
"subClassOf": "TransferAction"
},
"TakeAction": {
"name": "TakeAction",
"description": "The act of gaining ownership of an object from an origin. Reciprocal of GiveAction...",
"depth": 3,
"subClassOf": "TransferAction"
},
"UpdateAction": {
"name": "UpdateAction",
"description": "The act of managing by changing/editing the state of the object.",
"depth": 2,
"subClassOf": "Action"
},
"AddAction": {
"name": "AddAction",
"description": "The act of editing by adding an object to a collection.",
"depth": 3,
"subClassOf": "UpdateAction"
},
"InsertAction": {
"name": "InsertAction",
"description": "The act of adding at a specific location in an ordered collection.",
"depth": 4,
"subClassOf": "AddAction"
},
"AppendAction": {
"name": "AppendAction",
"description": "The act of inserting at the end if an ordered collection.",
"depth": 5,
"subClassOf": "InsertAction"
},
"PrependAction": {
"name": "PrependAction",
"description": "The act of inserting at the beginning if an ordered collection.",
"depth": 5,
"subClassOf": "InsertAction"
},
"DeleteAction": {
"name": "DeleteAction",
"description": "The act of editing a recipient by removing one of its objects.",
"depth": 3,
"subClassOf": "UpdateAction"
},
"ReplaceAction": {
"name": "ReplaceAction",
"description": "The act of editing a recipient by replacing an old object with a new object.",
"depth": 3,
"subClassOf": "UpdateAction"
},
"CreativeWork": {
"name": "CreativeWork",
"description": "The most generic kind of creative work, including books, movies, photographs, software programs, etc.",
"depth": 1,
"subClassOf": "Thing"
},
"3DModel": {
"name": "3DModel",
"description": "A 3D model represents some kind of 3D content, which may have encodings in one or more MediaObjects...",
"depth": 2,
"subClassOf": "CreativeWork"
},
"ArchiveComponent": {
"name": "ArchiveComponent",
"description": "An intangible type to be applied to any archive content, carrying with it a set of properties required to describe archival items and collections.",
"depth": 2,
"subClassOf": "CreativeWork"
},
"Article": {
"name": "Article",
"description": "An article, such as a news article or piece of investigative report...",
"depth": 2,
"subClassOf": "CreativeWork"
},
"AdvertiserContentArticle": {
"name": "AdvertiserContentArticle",
"description": "An Article that an external entity has paid to place or to produce to its specifications...",
"depth": 3,
"subClassOf": "Article"
},
"NewsArticle": {
"name": "NewsArticle",
"description": "A NewsArticle is an article whose content reports news, or provides background context and supporting materials for understanding the news...",
"depth": 3,
"subClassOf": "Article"
},
"AnalysisNewsArticle": {
"name": "AnalysisNewsArticle",
"description": "An AnalysisNewsArticle is a NewsArticle that, while based on factual reporting, incorporates the expertise of the author/producer, offering interpretations and conclusions.",
"depth": 4,
"subClassOf": "NewsArticle"
},
"AskPublicNewsArticle": {
"name": "AskPublicNewsArticle",
"description": "A NewsArticle expressing an open call by a NewsMediaOrganization asking the public for input, insights, clarifications, anecdotes, documentation, etc...",
"depth": 4,
"subClassOf": "NewsArticle"
},
"BackgroundNewsArticle": {
"name": "BackgroundNewsArticle",
"description": "A NewsArticle providing historical context, definition and detail on a specific topic (aka \"explainer\" or \"backgrounder\")...",
"depth": 4,
"subClassOf": "NewsArticle"
},
"OpinionNewsArticle": {
"name": "OpinionNewsArticle",
"description": "An OpinionNewsArticle is a NewsArticle that primarily expresses opinions rather than journalistic reporting of news and events...",
"depth": 4,
"subClassOf": "NewsArticle"
},
"ReportageNewsArticle": {
"name": "ReportageNewsArticle",
"description": "The ReportageNewsArticle type is a subtype of NewsArticle representing\n news articles which are the result of journalistic news reporting conventions...",
"depth": 4,
"subClassOf": "NewsArticle"
},
"ReviewNewsArticle": {
"name": "ReviewNewsArticle",
"description": "A NewsArticle and CriticReview providing a professional critic's assessment of a service, product, performance, or artistic or literary work.",
"depth": 4,
"subClassOf": "NewsArticle"
},
"Report": {
"name": "Report",
"description": "A Report generated by governmental or non-governmental organization.",
"depth": 3,
"subClassOf": "Article"
},
"SatiricalArticle": {
"name": "SatiricalArticle",
"description": "An Article whose content is primarily [satirical] in nature, i...",
"depth": 3,
"subClassOf": "Article"
},
"ScholarlyArticle": {
"name": "ScholarlyArticle",
"description": "A scholarly article.",
"depth": 3,
"subClassOf": "Article"
},
"MedicalScholarlyArticle": {
"name": "MedicalScholarlyArticle",
"description": "A scholarly article in the medical domain.",
"depth": 4,
"subClassOf": "ScholarlyArticle"
},
"SocialMediaPosting": {
"name": "SocialMediaPosting",
"description": "A post to a social media platform, including blog posts, tweets, Facebook posts, etc.",
"depth": 3,
"subClassOf": "Article"
},
"BlogPosting": {
"name": "BlogPosting",
"description": "A blog post.",
"depth": 4,
"subClassOf": "SocialMediaPosting"
},
"LiveBlogPosting": {
"name": "LiveBlogPosting",
"description": "A blog post intended to provide a rolling textual coverage of an ongoing event through continuous updates.",
"depth": 5,
"subClassOf": "BlogPosting"
},
"DiscussionForumPosting": {
"name": "DiscussionForumPosting",
"description": "A posting to a discussion forum.",
"depth": 4,
"subClassOf": "SocialMediaPosting"
},
"TechArticle": {
"name": "TechArticle",
"description": "A technical article - Example: How-to (task) topics, step-by-step, procedural troubleshooting, specifications, etc.",
"depth": 3,
"subClassOf": "Article"
},
"APIReference": {
"name": "APIReference",
"description": "Reference documentation for application programming interfaces (APIs).",
"depth": 4,
"subClassOf": "TechArticle"
},
"Atlas": {
"name": "Atlas",
"description": "A collection or bound volume of maps, charts, plates or tables, physical or in media form illustrating any subject.",
"depth": 2,
"subClassOf": "CreativeWork"
},
"Blog": {
"name": "Blog",
"description": "A blog.",
"depth": 2,
"subClassOf": "CreativeWork"
},
"Book": {
"name": "Book",
"description": "A book.",
"depth": 2,
"subClassOf": "CreativeWork"
},
"Audiobook": {
"name": "Audiobook",
"description": "An audiobook.",
"depth": 3,
"subClassOf": "Book"
},
"Chapter": {
"name": "Chapter",
"description": "One of the sections into which a book is divided. A chapter usually has a section number or a name.",
"depth": 2,
"subClassOf": "CreativeWork"
},
"Claim": {
"name": "Claim",
"description": "A Claim in Schema.org represents a specific, factually-oriented claim that could be the itemReviewed in a ClaimReview...",
"depth": 2,
"subClassOf": "CreativeWork"
},
"Clip": {
"name": "Clip",
"description": "A short TV or radio program or a segment/part of a program.",
"depth": 2,
"subClassOf": "CreativeWork"
},
"MovieClip": {
"name": "MovieClip",
"description": "A short segment/part of a movie.",
"depth": 3,
"subClassOf": "Clip"
},
"RadioClip": {
"name": "RadioClip",
"description": "A short radio program or a segment/part of a radio program.",
"depth": 3,
"subClassOf": "Clip"
},
"TVClip": {
"name": "TVClip",
"description": "A short TV program or a segment/part of a TV program.",
"depth": 3,
"subClassOf": "Clip"
},
"VideoGameClip": {
"name": "VideoGameClip",
"description": "A short segment/part of a video game.",
"depth": 3,
"subClassOf": "Clip"
},
"Code": {
"name": "Code",
"description": "Computer programming source code. Example: Full (compile ready) solutions, code snippet samples, scripts, templates.",
"depth": 2,
"subClassOf": "CreativeWork"
},
"Collection": {
"name": "Collection",
"description": "A created collection of Creative Works or other artefacts.",
"depth": 2,
"subClassOf": "CreativeWork"
},
"ComicStory": {
"name": "ComicStory",
"description": "The term \"story\" is any indivisible, re-printable\n unit of a comic, including the interior stories, covers, and backmatter...",
"depth": 2,
"subClassOf": "CreativeWork"
},
"ComicCoverArt": {
"name": "ComicCoverArt",
"description": "The artwork on the cover of a comic.",
"depth": 3,
"subClassOf": "ComicStory"
},
"Comment": {
"name": "Comment",
"description": "A comment on an item - for example, a comment on a blog post. The comment's content is expressed via the text property, and its topic via about, properties shared with all CreativeWorks.",
"depth": 2,
"subClassOf": "CreativeWork"
},
"Answer": {
"name": "Answer",
"description": "An answer offered to a question; perhaps correct, perhaps opinionated or wrong.",
"depth": 3,
"subClassOf": "Comment"
},
"CorrectionComment": {
"name": "CorrectionComment",
"description": "A comment that corrects CreativeWork.",
"depth": 3,
"subClassOf": "Comment"
},
"Conversation": {
"name": "Conversation",
"description": "One or more messages between organizations or people on a particular topic...",
"depth": 2,
"subClassOf": "CreativeWork"
},
"Course": {
"name": "Course",
"description": "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...",
"depth": 2,
"subClassOf": "CreativeWork"
},
"CreativeWorkSeason": {
"name": "CreativeWorkSeason",
"description": "A media season e.g. tv, radio, video game etc.",
"depth": 2,
"subClassOf": "CreativeWork"
},
"PodcastSeason": {
"name": "PodcastSeason",
"description": "A single season of a podcast. Many podcasts do not break down into separate seasons...",
"depth": 3,
"subClassOf": "CreativeWorkSeason"
},
"RadioSeason": {
"name": "RadioSeason",
"description": "Season dedicated to radio broadcast and associated online delivery.",
"depth": 3,
"subClassOf": "CreativeWorkSeason"
},
"TVSeason": {
"name": "TVSeason",
"description": "Season dedicated to TV broadcast and associated online delivery.",
"depth": 3,
"subClassOf": "CreativeWorkSeason"
},
"CreativeWorkSeries": {
"name": "CreativeWorkSeries",
"description": "A CreativeWorkSeries in schema.org is a group of related items, typically but not necessarily of the same kind...",
"depth": 2,
"subClassOf": "CreativeWork"
},
"BookSeries": {
"name": "BookSeries",
"description": "A series of books. Included books can be indicated with the hasPart property.",
"depth": 3,
"subClassOf": "CreativeWorkSeries"
},
"MovieSeries": {
"name": "MovieSeries",
"description": "A series of movies. Included movies can be indicated with the hasPart property.",
"depth": 3,
"subClassOf": "CreativeWorkSeries"
},
"Periodical": {
"name": "Periodical",
"description": "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...",
"depth": 3,
"subClassOf": "CreativeWorkSeries"
},
"ComicSeries": {
"name": "ComicSeries",
"description": "A sequential publication of comic stories under a\n unifying title, for example \"The Amazing Spider-Man\" or \"Groo the\n Wanderer\".",
"depth": 4,
"subClassOf": "Periodical"
},
"Newspaper": {
"name": "Newspaper",
"description": "A publication containing information about varied topics that are pertinent to general information, a geographic area, or a specific subject matter (i...",
"depth": 4,
"subClassOf": "Periodical"
},
"PodcastSeries": {
"name": "PodcastSeries",
"description": "A podcast is an episodic series of digital audio or video files which a user can download and listen to.",
"depth": 3,
"subClassOf": "CreativeWorkSeries"
},
"RadioSeries": {
"name": "RadioSeries",
"description": "CreativeWorkSeries dedicated to radio broadcast and associated online delivery.",
"depth": 3,
"subClassOf": "CreativeWorkSeries"
},
"TVSeries": {
"name": "TVSeries",
"description": "CreativeWorkSeries dedicated to TV broadcast and associated online delivery.",
"depth": 3,
"subClassOf": "CreativeWorkSeries"
},
"VideoGameSeries": {
"name": "VideoGameSeries",
"description": "A video game series.",
"depth": 3,
"subClassOf": "CreativeWorkSeries"
},
"DataCatalog": {
"name": "DataCatalog",
"description": "A collection of datasets.",
"depth": 2,
"subClassOf": "CreativeWork"
},
"Dataset": {
"name": "Dataset",
"description": "A body of structured information describing some topic(s) of interest.",
"depth": 2,
"subClassOf": "CreativeWork"
},
"DataFeed": {
"name": "DataFeed",
"description": "A single feed providing structured information about one or more entities or topics.",
"depth": 3,
"subClassOf": "Dataset"
},
"CompleteDataFeed": {
"name": "CompleteDataFeed",
"description": "A CompleteDataFeed is a DataFeed whose standard representation includes content for every item currently in the feed...",
"depth": 4,
"subClassOf": "DataFeed"
},
"DefinedTermSet": {
"name": "DefinedTermSet",
"description": "A set of defined terms for example a set of categories or a classification scheme, a glossary, dictionary or enumeration.",
"depth": 2,
"subClassOf": "CreativeWork"
},
"CategoryCodeSet": {
"name": "CategoryCodeSet",
"description": "A set of Category Code values.",
"depth": 3,
"subClassOf": "DefinedTermSet"
},
"Diet": {
"name": "Diet",
"description": "A strategy of regulating the intake of food to achieve or maintain a specific health-related goal.",
"depth": 2,
"subClassOf": "CreativeWork"
},
"DigitalDocument": {
"name": "DigitalDocument",
"description": "An electronic file or document.",
"depth": 2,
"subClassOf": "CreativeWork"
},
"NoteDigitalDocument": {
"name": "NoteDigitalDocument",
"description": "A file containing a note, primarily for the author.",
"depth": 3,
"subClassOf": "DigitalDocument"
},
"PresentationDigitalDocument": {
"name": "PresentationDigitalDocument",
"description": "A file containing slides or used for a presentation.",
"depth": 3,
"subClassOf": "DigitalDocument"
},
"SpreadsheetDigitalDocument": {
"name": "SpreadsheetDigitalDocument",
"description": "A spreadsheet file.",
"depth": 3,
"subClassOf": "DigitalDocument"
},
"TextDigitalDocument": {
"name": "TextDigitalDocument",
"description": "A file composed primarily of text.",
"depth": 3,
"subClassOf": "DigitalDocument"
},
"Drawing": {
"name": "Drawing",
"description": "A picture or diagram made with a pencil, pen, or crayon rather than paint.",
"depth": 2,
"subClassOf": "CreativeWork"
},
"EducationalOccupationalCredential": {
"name": "EducationalOccupationalCredential",
"description": "An educational or occupational credential. A diploma, academic degree, certification, qualification, badge, etc...",
"depth": 2,
"subClassOf": "CreativeWork"
},
"Episode": {
"name": "Episode",
"description": "A media episode (e.g. TV, radio, video game) which can be part of a series or season.",
"depth": 2,
"subClassOf": "CreativeWork"
},
"PodcastEpisode": {
"name": "PodcastEpisode",
"description": "A single episode of a podcast series.",
"depth": 3,
"subClassOf": "Episode"
},
"RadioEpisode": {
"name": "RadioEpisode",
"description": "A radio episode which can be part of a series or season.",
"depth": 3,
"subClassOf": "Episode"
},
"TVEpisode": {
"name": "TVEpisode",
"description": "A TV episode which can be part of a series or season.",
"depth": 3,
"subClassOf": "Episode"
},
"ExercisePlan": {
"name": "ExercisePlan",
"description": "Fitness-related activity designed for a specific health-related purpose, including defined exercise routines as well as activity prescribed by a clinician.",
"depth": 2,
"subClassOf": "CreativeWork"
},
"Game": {
"name": "Game",
"description": "The Game type represents things which are games. These are typically rule-governed recreational activities, e...",
"depth": 2,
"subClassOf": "CreativeWork"
},
"VideoGame": {
"name": "VideoGame",
"description": "A video game is an electronic game that involves human interaction with a user interface to generate visual feedback on a video device.",
"depth": 3,
"subClassOf": "Game"
},
"Guide": {
"name": "Guide",
"description": "Guide is a page or article that recommend specific products or services, or aspects of a thing for a user to consider...",
"depth": 2,
"subClassOf": "CreativeWork"
},
"HowTo": {
"name": "HowTo",
"description": "Instructions that explain how to achieve a result by performing a sequence of steps.",
"depth": 2,
"subClassOf": "CreativeWork"
},
"Recipe": {
"name": "Recipe",
"description": "A recipe. For dietary restrictions covered by the recipe, a few common restrictions are enumerated via suitableForDiet...",
"depth": 3,
"subClassOf": "HowTo"
},
"HowToDirection": {
"name": "HowToDirection",
"description": "A direction indicating a single action to do in the instructions for how to achieve a result.",
"depth": 2,
"subClassOf": "CreativeWork"
},
"HowToSection": {
"name": "HowToSection",
"description": "A sub-grouping of steps in the instructions for how to achieve a result (e...",
"depth": 2,
"subClassOf": "CreativeWork"
},
"HowToStep": {
"name": "HowToStep",
"description": "A step in the instructions for how to achieve a result. It is an ordered list with HowToDirection and/or HowToTip items.",
"depth": 2,
"subClassOf": "CreativeWork"
},
"HowToTip": {
"name": "HowToTip",
"description": "An explanation in the instructions for how to achieve a result...",
"depth": 2,
"subClassOf": "CreativeWork"
},
"Legislation": {
"name": "Legislation",
"description": "A legal document such as an act, decree, bill, etc. (enforceable or not) or a component of a legal act (like an article).",
"depth": 2,
"subClassOf": "CreativeWork"
},
"LegislationObject": {
"name": "LegislationObject",
"description": "A specific object or file containing a Legislation. Note that the same Legislation can be published in multiple files...",
"depth": 3,
"subClassOf": "Legislation"
},
"Manuscript": {
"name": "Manuscript",
"description": "A book, document, or piece of music written by hand rather than typed or printed.",
"depth": 2,
"subClassOf": "CreativeWork"
},
"Map": {
"name": "Map",
"description": "A map.",
"depth": 2,
"subClassOf": "CreativeWork"
},
"MediaObject": {
"name": "MediaObject",
"description": "A media object, such as an image, video, or audio object embedded in a web page or a downloadable dataset i...",
"depth": 2,
"subClassOf": "CreativeWork"
},
"AudioObject": {
"name": "AudioObject",
"description": "An audio file.",
"depth": 3,
"subClassOf": "MediaObject"
},
"DataDownload": {
"name": "DataDownload",
"description": "A dataset in downloadable form.",
"depth": 3,
"subClassOf": "MediaObject"
},
"ImageObject": {
"name": "ImageObject",
"description": "An image file.",
"depth": 3,
"subClassOf": "MediaObject"
},
"Barcode": {
"name": "Barcode",
"description": "An image of a visual machine-readable code such as a barcode or QR code.",
"depth": 4,
"subClassOf": "ImageObject"
},
"MusicVideoObject": {
"name": "MusicVideoObject",
"description": "A music video file.",
"depth": 3,
"subClassOf": "MediaObject"
},
"VideoObject": {
"name": "VideoObject",
"description": "A video file.",
"depth": 3,
"subClassOf": "MediaObject"
},
"Menu": {
"name": "Menu",
"description": "A structured representation of food or drink items available from a FoodEstablishment.",
"depth": 2,
"subClassOf": "CreativeWork"
},
"MenuSection": {
"name": "MenuSection",
"description": "A sub-grouping of food or drink items in a menu. E.g. courses (such as 'Dinner', 'Breakfast', etc...",
"depth": 2,
"subClassOf": "CreativeWork"
},
"Message": {
"name": "Message",
"description": "A single message from a sender to one or more organizations or people.",
"depth": 2,
"subClassOf": "CreativeWork"
},
"EmailMessage": {
"name": "EmailMessage",
"description": "An email message.",
"depth": 3,
"subClassOf": "Message"
},
"Movie": {
"name": "Movie",
"description": "A movie.",
"depth": 2,
"subClassOf": "CreativeWork"
},
"MusicComposition": {
"name": "MusicComposition",
"description": "A musical composition.",
"depth": 2,
"subClassOf": "CreativeWork"
},
"MusicPlaylist": {
"name": "MusicPlaylist",
"description": "A collection of music tracks in playlist form.",
"depth": 2,
"subClassOf": "CreativeWork"
},
"MusicAlbum": {
"name": "MusicAlbum",
"description": "A collection of music tracks.",
"depth": 3,
"subClassOf": "MusicPlaylist"
},
"MusicRelease": {
"name": "MusicRelease",
"description": "A MusicRelease is a specific release of a music album.",
"depth": 3,
"subClassOf": "MusicPlaylist"
},
"MusicRecording": {
"name": "MusicRecording",
"description": "A music recording (track), usually a single song.",
"depth": 2,
"subClassOf": "CreativeWork"
},
"Painting": {
"name": "Painting",
"description": "A painting.",
"depth": 2,
"subClassOf": "CreativeWork"
},
"Photograph": {
"name": "Photograph",
"description": "A photograph.",
"depth": 2,
"subClassOf": "CreativeWork"
},
"Play": {
"name": "Play",
"description": "A play is a form of literature, usually consisting of dialogue between characters, intended for theatrical performance rather than just reading...",
"depth": 2,
"subClassOf": "CreativeWork"
},
"Poster": {
"name": "Poster",
"description": "A large, usually printed placard, bill, or announcement, often illustrated, that is posted to advertise or publicize something.",
"depth": 2,
"subClassOf": "CreativeWork"
},
"PublicationIssue": {
"name": "PublicationIssue",
"description": "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...",
"depth": 2,
"subClassOf": "CreativeWork"
},
"ComicIssue": {
"name": "ComicIssue",
"description": "Individual comic issues are serially published as\n part of a larger series...",
"depth": 3,
"subClassOf": "PublicationIssue"
},
"PublicationVolume": {
"name": "PublicationVolume",
"description": "A part of a successively published publication such as a periodical or multi-volume work, often numbered...",
"depth": 2,
"subClassOf": "CreativeWork"
},
"Question": {
"name": "Question",
"description": "A specific question - e.g. from a user seeking answers online, or collected in a Frequently Asked Questions (FAQ) document.",
"depth": 2,
"subClassOf": "CreativeWork"
},
"Quotation": {
"name": "Quotation",
"description": "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...",
"depth": 2,
"subClassOf": "CreativeWork"
},
"Review": {
"name": "Review",
"description": "A review of an item - for example, of a restaurant, movie, or store.",
"depth": 2,
"subClassOf": "CreativeWork"
},
"ClaimReview": {
"name": "ClaimReview",
"description": "A fact-checking review of claims made (or reported) in some creative work (referenced via itemReviewed).",
"depth": 3,
"subClassOf": "Review"
},
"CriticReview": {
"name": "CriticReview",
"description": "A CriticReview is a more specialized form of Review written or published by a source that is recognized for its reviewing activities...",
"depth": 3,
"subClassOf": "Review"
},
"EmployerReview": {
"name": "EmployerReview",
"description": "An EmployerReview is a review of an Organization regarding its role as an employer, written by a current or former employee of that organization.",
"depth": 3,
"subClassOf": "Review"
},
"Recommendation": {
"name": "Recommendation",
"description": "Recommendation is a type of Review that suggests or proposes something as the best option or best course of action...",
"depth": 3,
"subClassOf": "Review"
},
"UserReview": {
"name": "UserReview",
"description": "A review created by an end-user (e.g. consumer, purchaser, attendee etc...",
"depth": 3,
"subClassOf": "Review"
},
"Sculpture": {
"name": "Sculpture",
"description": "A piece of sculpture.",
"depth": 2,
"subClassOf": "CreativeWork"
},
"Season": {
"name": "Season",
"description": "A media season e.g. tv, radio, video game etc.",
"depth": 2,
"subClassOf": "CreativeWork"
},
"SheetMusic": {
"name": "SheetMusic",
"description": "Printed music, as opposed to performed or recorded music.",
"depth": 2,
"subClassOf": "CreativeWork"
},
"ShortStory": {
"name": "ShortStory",
"description": "Short story or tale. A brief work of literature, usually written in narrative prose.",
"depth": 2,
"subClassOf": "CreativeWork"
},
"SoftwareApplication": {
"name": "SoftwareApplication",
"description": "A software application.",
"depth": 2,
"subClassOf": "CreativeWork"
},
"MobileApplication": {
"name": "MobileApplication",
"description": "A software application designed specifically to work well on a mobile device such as a telephone.",
"depth": 3,
"subClassOf": "SoftwareApplication"
},
"WebApplication": {
"name": "WebApplication",
"description": "Web applications.",
"depth": 3,
"subClassOf": "SoftwareApplication"
},
"SoftwareSourceCode": {
"name": "SoftwareSourceCode",
"description": "Computer programming source code. Example: Full (compile ready) solutions, code snippet samples, scripts, templates.",
"depth": 2,
"subClassOf": "CreativeWork"
},
"Thesis": {
"name": "Thesis",
"description": "A thesis or dissertation document submitted in support of candidature for an academic degree or professional qualification.",
"depth": 2,
"subClassOf": "CreativeWork"
},
"VisualArtwork": {
"name": "VisualArtwork",
"description": "A work of art that is primarily visual in character.",
"depth": 2,
"subClassOf": "CreativeWork"
},
"CoverArt": {
"name": "CoverArt",
"description": "The artwork on the outer surface of a CreativeWork.",
"depth": 3,
"subClassOf": "VisualArtwork"
},
"WebContent": {
"name": "WebContent",
"description": "WebContent is a type representing all WebPage, WebSite and WebPageElement content...",
"depth": 2,
"subClassOf": "CreativeWork"
},
"HealthTopic