code stringlengths 114 1.05M | path stringlengths 3 312 | quality_prob float64 0.5 0.99 | learning_prob float64 0.2 1 | filename stringlengths 3 168 | kind stringclasses 1
value |
|---|---|---|---|---|---|
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class InStock(BaseModel):
"""Indicates that the item is in stock.
References:
https://schema.org/InStock
Note:
Model Depth 5
Attributes:
potentialAction: ... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/InStock.py | 0.943204 | 0.318657 | InStock.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class HealthcareConsideration(BaseModel):
"""Item is a pharmaceutical (e.g., a prescription or OTC drug) or a restricted medical device.
References:
https://schema.org/Healthcare... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/HealthcareConsideration.py | 0.948466 | 0.34065 | HealthcareConsideration.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class EducationalOccupationalProgram(BaseModel):
"""A program offered by an institution which determines the learning progress to achieve an outcome, usually a credential like a degree or cer... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/EducationalOccupationalProgram.py | 0.915847 | 0.516047 | EducationalOccupationalProgram.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class HealthPlanNetwork(BaseModel):
"""A US-style health insurance plan network.
References:
https://schema.org/HealthPlanNetwork
Note:
Model Depth 3
Attributes:
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/HealthPlanNetwork.py | 0.94001 | 0.308412 | HealthPlanNetwork.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class Answer(BaseModel):
"""An answer offered to a question; perhaps correct, perhaps opinionated or wrong.
References:
https://schema.org/Answer
Note:
Model Depth 4
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Answer.py | 0.938473 | 0.328449 | Answer.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class MerchantReturnEnumeration(BaseModel):
"""Enumerates several kinds of product return policies.
References:
https://schema.org/MerchantReturnEnumeration
Note:
Mod... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/MerchantReturnEnumeration.py | 0.945324 | 0.299451 | MerchantReturnEnumeration.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class ReportageNewsArticle(BaseModel):
"""The [[ReportageNewsArticle]] type is a subtype of [[NewsArticle]] representing news articles which are the result of journalistic news reporting conv... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/ReportageNewsArticle.py | 0.92345 | 0.384392 | ReportageNewsArticle.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class DangerousGoodConsideration(BaseModel):
"""The item is dangerous and requires careful handling and/or special training of the user. See also the [UN Model Classification](https://unece.o... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/DangerousGoodConsideration.py | 0.946337 | 0.403214 | DangerousGoodConsideration.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class PawnShop(BaseModel):
"""A shop that will buy, or lend money against the security of, personal possessions.
References:
https://schema.org/PawnShop
Note:
Model D... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/PawnShop.py | 0.88677 | 0.386474 | PawnShop.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class TradeAction(BaseModel):
"""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 e... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/TradeAction.py | 0.954649 | 0.420451 | TradeAction.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class ReturnFeesEnumeration(BaseModel):
"""Enumerates several kinds of policies for product return fees.
References:
https://schema.org/ReturnFeesEnumeration
Note:
Mo... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/ReturnFeesEnumeration.py | 0.945121 | 0.300483 | ReturnFeesEnumeration.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class MedicalRiskEstimator(BaseModel):
"""Any rule set or interactive tool for estimating the risk of developing a complication or condition.
References:
https://schema.org/Medic... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/MedicalRiskEstimator.py | 0.935612 | 0.350644 | MedicalRiskEstimator.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class UsedCondition(BaseModel):
"""Indicates that the item is used.
References:
https://schema.org/UsedCondition
Note:
Model Depth 5
Attributes:
potential... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/UsedCondition.py | 0.943582 | 0.304113 | UsedCondition.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class EUEnergyEfficiencyCategoryA2Plus(BaseModel):
"""Represents EU Energy Efficiency Class A++ as defined in EU energy labeling regulations.
References:
https://schema.org/EUEne... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/EUEnergyEfficiencyCategoryA2Plus.py | 0.943406 | 0.32326 | EUEnergyEfficiencyCategoryA2Plus.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class Installment(BaseModel):
"""Represents the installment pricing component of the total price for an offered product.
References:
https://schema.org/Installment
Note:
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Installment.py | 0.946424 | 0.343314 | Installment.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class InfectiousDisease(BaseModel):
"""An infectious disease is a clinically evident human disease resulting from the presence of pathogenic microbial agents, like pathogenic viruses, pathoge... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/InfectiousDisease.py | 0.923945 | 0.448849 | InfectiousDisease.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class SchoolDistrict(BaseModel):
"""A School District is an administrative area for the administration of schools.
References:
https://schema.org/SchoolDistrict
Note:
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/SchoolDistrict.py | 0.942915 | 0.602091 | SchoolDistrict.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class LiveAlbum(BaseModel):
"""LiveAlbum.
References:
https://schema.org/LiveAlbum
Note:
Model Depth 5
Attributes:
potentialAction: (Optional[Union[List[U... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/LiveAlbum.py | 0.938527 | 0.30641 | LiveAlbum.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class CrossSectional(BaseModel):
"""Studies carried out on pre-existing data (usually from 'snapshot' surveys), such as that collected by the Census Bureau. Sometimes called Prevalence Studie... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/CrossSectional.py | 0.943237 | 0.345795 | CrossSectional.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class WearableSizeSystemUK(BaseModel):
"""United Kingdom size system for wearables.
References:
https://schema.org/WearableSizeSystemUK
Note:
Model Depth 6
Attrib... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/WearableSizeSystemUK.py | 0.940298 | 0.313183 | WearableSizeSystemUK.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class OpinionNewsArticle(BaseModel):
"""An [[OpinionNewsArticle]] is a [[NewsArticle]] that primarily expresses opinions rather than journalistic reporting of news and events. For example, a ... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/OpinionNewsArticle.py | 0.904328 | 0.344113 | OpinionNewsArticle.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class Appearance(BaseModel):
"""Appearance assessment with clinical examination.
References:
https://schema.org/Appearance
Note:
Model Depth 5
Attributes:
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Appearance.py | 0.908791 | 0.335541 | Appearance.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class BorrowAction(BaseModel):
"""The act of obtaining an object under an agreement to return it at a later date. Reciprocal of LendAction.Related actions:* [[LendAction]]: Reciprocal of Borr... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/BorrowAction.py | 0.926212 | 0.433742 | BorrowAction.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class AutoPartsStore(BaseModel):
"""An auto parts store.
References:
https://schema.org/AutoPartsStore
Note:
Model Depth 5
Attributes:
potentialAction: (O... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/AutoPartsStore.py | 0.884264 | 0.349727 | AutoPartsStore.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class Organization(BaseModel):
"""An organization such as a school, NGO, corporation, club, etc.
References:
https://schema.org/Organization
Note:
Model Depth 2
A... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Organization.py | 0.88029 | 0.355271 | Organization.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class Vehicle(BaseModel):
"""A vehicle is a device that is designed or used to transport people or cargo over land, water, air, or through space.
References:
https://schema.org/V... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Vehicle.py | 0.930711 | 0.410874 | Vehicle.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class VideoGameSeries(BaseModel):
"""A video game series.
References:
https://schema.org/VideoGameSeries
Note:
Model Depth 4
Attributes:
potentialAction: ... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/VideoGameSeries.py | 0.910555 | 0.355439 | VideoGameSeries.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class Chapter(BaseModel):
"""One of the sections into which a book is divided. A chapter usually has a section number or a name.
References:
https://schema.org/Chapter
Note:
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Chapter.py | 0.933594 | 0.373847 | Chapter.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class DepartAction(BaseModel):
"""The act of departing from a place. An agent departs from a fromLocation for a destination, optionally with participants.
References:
https://sc... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/DepartAction.py | 0.944957 | 0.378258 | DepartAction.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class SocialEvent(BaseModel):
"""Event type: Social event.
References:
https://schema.org/SocialEvent
Note:
Model Depth 3
Attributes:
potentialAction: (Op... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/SocialEvent.py | 0.92657 | 0.298511 | SocialEvent.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class FrontWheelDriveConfiguration(BaseModel):
"""Front-wheel drive is a transmission layout where the engine drives the front wheels.
References:
https://schema.org/FrontWheelDr... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/FrontWheelDriveConfiguration.py | 0.939775 | 0.308621 | FrontWheelDriveConfiguration.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class MedicalSignOrSymptom(BaseModel):
"""Any feature associated or not with a medical condition. In medicine a symptom is generally subjective while a sign is objective.
References:
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/MedicalSignOrSymptom.py | 0.928822 | 0.440108 | MedicalSignOrSymptom.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class ProgramMembership(BaseModel):
"""Used to describe membership in a loyalty programs (e.g. "StarAliance"), traveler clubs (e.g. "AAA"), purchase clubs ("Safeway Club"), etc.
Referenc... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/ProgramMembership.py | 0.940565 | 0.368803 | ProgramMembership.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class LodgingReservation(BaseModel):
"""A reservation for lodging at a hotel, motel, inn, etc.Note: This type is for information about actual reservations, e.g. in confirmation emails or HTML... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/LodgingReservation.py | 0.911466 | 0.326728 | LodgingReservation.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class ComicStory(BaseModel):
"""The term "story" is any indivisible, re-printable unit of a comic, including the interior stories, covers, and backmatter. Most comics have at least tw... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/ComicStory.py | 0.922194 | 0.372819 | ComicStory.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class SatiricalArticle(BaseModel):
"""An [[Article]] whose content is primarily [[satirical]](https://en.wikipedia.org/wiki/Satire) in nature, i.e. unlikely to be literally true. A satirical ... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/SatiricalArticle.py | 0.921935 | 0.373304 | SatiricalArticle.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class OfferForPurchase(BaseModel):
"""An [[OfferForPurchase]] in Schema.org represents an [[Offer]] to sell something, i.e. an [[Offer]] whose [[businessFunction]] is [sell](http://purl.org/... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/OfferForPurchase.py | 0.920486 | 0.487002 | OfferForPurchase.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class InviteAction(BaseModel):
"""The act of asking someone to attend an event. Reciprocal of RsvpAction.
References:
https://schema.org/InviteAction
Note:
Model Dept... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/InviteAction.py | 0.924479 | 0.430327 | InviteAction.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class ReturnLabelInBox(BaseModel):
"""Specifies that a return label will be provided by the seller in the shipping box.
References:
https://schema.org/ReturnLabelInBox
Note:
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/ReturnLabelInBox.py | 0.947088 | 0.331012 | ReturnLabelInBox.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class AmusementPark(BaseModel):
"""An amusement park.
References:
https://schema.org/AmusementPark
Note:
Model Depth 5
Attributes:
potentialAction: (Optio... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/AmusementPark.py | 0.876423 | 0.301911 | AmusementPark.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class DiabeticDiet(BaseModel):
"""A diet appropriate for people with diabetes.
References:
https://schema.org/DiabeticDiet
Note:
Model Depth 5
Attributes:
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/DiabeticDiet.py | 0.941935 | 0.335596 | DiabeticDiet.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class Nonprofit501c4(BaseModel):
"""Nonprofit501c4: Non-profit type referring to Civic Leagues, Social Welfare Organizations, and Local Associations of Employees.
References:
htt... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Nonprofit501c4.py | 0.942434 | 0.276987 | Nonprofit501c4.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class Library(BaseModel):
"""A library.
References:
https://schema.org/Library
Note:
Model Depth 4
Attributes:
potentialAction: (Optional[Union[List[Union... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Library.py | 0.883123 | 0.348701 | Library.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class NewsArticle(BaseModel):
"""A NewsArticle is an article whose content reports news, or provides background context and supporting materials for understanding the news.A more detailed ove... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/NewsArticle.py | 0.936105 | 0.348174 | NewsArticle.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class WearableSizeGroupPetite(BaseModel):
"""Size group "Petite" for wearables.
References:
https://schema.org/WearableSizeGroupPetite
Note:
Model Depth 6
Attribu... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/WearableSizeGroupPetite.py | 0.942975 | 0.291479 | WearableSizeGroupPetite.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class EmployerAggregateRating(BaseModel):
"""An aggregate rating of an Organization related to its role as an employer.
References:
https://schema.org/EmployerAggregateRating
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/EmployerAggregateRating.py | 0.947003 | 0.321487 | EmployerAggregateRating.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class BenefitsHealthAspect(BaseModel):
"""Content about the benefits and advantages of usage or utilization of topic.
References:
https://schema.org/BenefitsHealthAspect
Note... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/BenefitsHealthAspect.py | 0.943171 | 0.349311 | BenefitsHealthAspect.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class Airport(BaseModel):
"""An airport.
References:
https://schema.org/Airport
Note:
Model Depth 4
Attributes:
potentialAction: (Optional[Union[List[Unio... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Airport.py | 0.942797 | 0.530541 | Airport.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class FireStation(BaseModel):
"""A fire station. With firemen.
References:
https://schema.org/FireStation
Note:
Model Depth 4
Attributes:
potentialAction:... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/FireStation.py | 0.870046 | 0.376738 | FireStation.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class WearAction(BaseModel):
"""The act of dressing oneself in clothing.
References:
https://schema.org/WearAction
Note:
Model Depth 5
Attributes:
potenti... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/WearAction.py | 0.927203 | 0.428174 | WearAction.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class RadioChannel(BaseModel):
"""A unique instance of a radio BroadcastService on a CableOrSatelliteService lineup.
References:
https://schema.org/RadioChannel
Note:
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/RadioChannel.py | 0.946818 | 0.318313 | RadioChannel.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class OutOfStock(BaseModel):
"""Indicates that the item is out of stock.
References:
https://schema.org/OutOfStock
Note:
Model Depth 5
Attributes:
potenti... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/OutOfStock.py | 0.944549 | 0.312318 | OutOfStock.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class UnRegisterAction(BaseModel):
"""The act of un-registering from a service.Related actions:* [[RegisterAction]]: antonym of UnRegisterAction.* [[LeaveAction]]: Unlike LeaveAction, UnRegis... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/UnRegisterAction.py | 0.940592 | 0.387111 | UnRegisterAction.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class Legislation(BaseModel):
"""A legal document such as an act, decree, bill, etc. (enforceable or not) or a component of a legal act (like an article).
References:
https://sch... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Legislation.py | 0.922635 | 0.384797 | Legislation.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class Terminated(BaseModel):
"""Terminated.
References:
https://schema.org/Terminated
Note:
Model Depth 6
Attributes:
potentialAction: (Optional[Union[Lis... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Terminated.py | 0.938244 | 0.307631 | Terminated.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class RsvpAction(BaseModel):
"""The act of notifying an event organizer as to whether you expect to attend the event.
References:
https://schema.org/RsvpAction
Note:
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/RsvpAction.py | 0.903705 | 0.436502 | RsvpAction.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class SoftwareApplication(BaseModel):
"""A software application.
References:
https://schema.org/SoftwareApplication
Note:
Model Depth 3
Attributes:
potent... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/SoftwareApplication.py | 0.930537 | 0.311074 | SoftwareApplication.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class TennisComplex(BaseModel):
"""A tennis complex.
References:
https://schema.org/TennisComplex
Note:
Model Depth 5
Attributes:
potentialAction: (Option... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/TennisComplex.py | 0.877857 | 0.303495 | TennisComplex.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class BookmarkAction(BaseModel):
"""An agent bookmarks/flags/labels/tags/marks an object.
References:
https://schema.org/BookmarkAction
Note:
Model Depth 4
Attrib... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/BookmarkAction.py | 0.936988 | 0.343851 | BookmarkAction.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class WearableSizeGroupMaternity(BaseModel):
"""Size group "Maternity" for wearables.
References:
https://schema.org/WearableSizeGroupMaternity
Note:
Model Depth 6
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/WearableSizeGroupMaternity.py | 0.942095 | 0.297738 | WearableSizeGroupMaternity.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class Ultrasound(BaseModel):
"""Ultrasound imaging.
References:
https://schema.org/Ultrasound
Note:
Model Depth 6
Attributes:
potentialAction: (Optional[U... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Ultrasound.py | 0.938878 | 0.33139 | Ultrasound.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class CommunicateAction(BaseModel):
"""The act of conveying information to another person via a communication medium (instrument) such as speech, email, or telephone conversation.
Refere... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/CommunicateAction.py | 0.911885 | 0.440229 | CommunicateAction.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class PerformingArtsTheater(BaseModel):
"""A theater or other performing art center.
References:
https://schema.org/PerformingArtsTheater
Note:
Model Depth 4
Attr... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/PerformingArtsTheater.py | 0.93734 | 0.584419 | PerformingArtsTheater.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class LowFatDiet(BaseModel):
"""A diet focused on reduced fat and cholesterol intake.
References:
https://schema.org/LowFatDiet
Note:
Model Depth 5
Attributes:
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/LowFatDiet.py | 0.941842 | 0.3534 | LowFatDiet.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class MobileApplication(BaseModel):
"""A software application designed specifically to work well on a mobile device such as a telephone.
References:
https://schema.org/MobileAppl... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/MobileApplication.py | 0.918375 | 0.337163 | MobileApplication.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class OceanBodyOfWater(BaseModel):
"""An ocean (for example, the Pacific).
References:
https://schema.org/OceanBodyOfWater
Note:
Model Depth 5
Attributes:
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/OceanBodyOfWater.py | 0.940817 | 0.662469 | OceanBodyOfWater.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class OriginalMediaContent(BaseModel):
"""Content coded 'as original media content' in a [[MediaReview]], considered in the context of how it was published or shared.For a [[VideoObject]] to ... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/OriginalMediaContent.py | 0.937982 | 0.327426 | OriginalMediaContent.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class StagesHealthAspect(BaseModel):
"""Stages that can be observed from a topic.
References:
https://schema.org/StagesHealthAspect
Note:
Model Depth 5
Attributes... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/StagesHealthAspect.py | 0.94721 | 0.314708 | StagesHealthAspect.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class CreditCard(BaseModel):
"""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 a... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/CreditCard.py | 0.895842 | 0.366703 | CreditCard.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class Zoo(BaseModel):
"""A zoo.
References:
https://schema.org/Zoo
Note:
Model Depth 4
Attributes:
potentialAction: (Optional[Union[List[Union[str, Any]],... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Zoo.py | 0.943099 | 0.530601 | Zoo.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class Episode(BaseModel):
"""A media episode (e.g. TV, radio, video game) which can be part of a series or season.
References:
https://schema.org/Episode
Note:
Model ... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Episode.py | 0.933571 | 0.359617 | Episode.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class SportsEvent(BaseModel):
"""Event type: Sports event.
References:
https://schema.org/SportsEvent
Note:
Model Depth 3
Attributes:
potentialAction: (Op... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/SportsEvent.py | 0.926187 | 0.302237 | SportsEvent.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class WearableSizeGroupEnumeration(BaseModel):
"""Enumerates common size groups (also known as "size types") for wearable products.
References:
https://schema.org/WearableSizeGro... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/WearableSizeGroupEnumeration.py | 0.943099 | 0.301022 | WearableSizeGroupEnumeration.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class TVEpisode(BaseModel):
"""A TV episode which can be part of a series or season.
References:
https://schema.org/TVEpisode
Note:
Model Depth 4
Attributes:
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/TVEpisode.py | 0.926237 | 0.329729 | TVEpisode.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class EmergencyService(BaseModel):
"""An emergency service, such as a fire station or ER.
References:
https://schema.org/EmergencyService
Note:
Model Depth 4
Attr... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/EmergencyService.py | 0.888027 | 0.367327 | EmergencyService.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class Bakery(BaseModel):
"""A bakery.
References:
https://schema.org/Bakery
Note:
Model Depth 5
Attributes:
potentialAction: (Optional[Union[List[Union[st... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Bakery.py | 0.865295 | 0.341116 | Bakery.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class WearableSizeSystemIT(BaseModel):
"""Italian size system for wearables.
References:
https://schema.org/WearableSizeSystemIT
Note:
Model Depth 6
Attributes:
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/WearableSizeSystemIT.py | 0.940654 | 0.314379 | WearableSizeSystemIT.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class Sculpture(BaseModel):
"""A piece of sculpture.
References:
https://schema.org/Sculpture
Note:
Model Depth 3
Attributes:
potentialAction: (Optional[U... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Sculpture.py | 0.92345 | 0.338104 | Sculpture.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class MonetaryGrant(BaseModel):
"""A monetary grant.
References:
https://schema.org/MonetaryGrant
Note:
Model Depth 4
Attributes:
potentialAction: (Option... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/MonetaryGrant.py | 0.928433 | 0.323687 | MonetaryGrant.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class HearingImpairedSupported(BaseModel):
"""Uses devices to support users with hearing impairments.
References:
https://schema.org/HearingImpairedSupported
Note:
Mo... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/HearingImpairedSupported.py | 0.943945 | 0.318671 | HearingImpairedSupported.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class GenderType(BaseModel):
"""An enumeration of genders.
References:
https://schema.org/GenderType
Note:
Model Depth 4
Attributes:
potentialAction: (Opt... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/GenderType.py | 0.941203 | 0.323327 | GenderType.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class MediaReview(BaseModel):
"""A [[MediaReview]] is a more specialized form of Review dedicated to the evaluation of media content online, typically in the context of fact-checking and misi... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/MediaReview.py | 0.921302 | 0.374591 | MediaReview.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class TaxiVehicleUsage(BaseModel):
"""Indicates the usage of the car as a taxi.
References:
https://schema.org/TaxiVehicleUsage
Note:
Model Depth 5
Attributes:
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/TaxiVehicleUsage.py | 0.941909 | 0.33181 | TaxiVehicleUsage.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class NarcoticConsideration(BaseModel):
"""Item is a narcotic as defined by the [1961 UN convention](https://www.incb.org/incb/en/narcotic-drugs/Yellowlist/yellow-list.html), for example mari... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/NarcoticConsideration.py | 0.941007 | 0.338432 | NarcoticConsideration.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class Hardcover(BaseModel):
"""Book format: Hardcover.
References:
https://schema.org/Hardcover
Note:
Model Depth 5
Attributes:
potentialAction: (Optional... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Hardcover.py | 0.941527 | 0.30702 | Hardcover.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class WorkBasedProgram(BaseModel):
"""A program with both an educational and employment component. Typically based at a workplace and structured around work-based learning, with the aim of in... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/WorkBasedProgram.py | 0.929348 | 0.538012 | WorkBasedProgram.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class StrengthTraining(BaseModel):
"""Physical activity that is engaged in to improve muscle and bone strength. Also referred to as resistance training.
References:
https://schem... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/StrengthTraining.py | 0.94366 | 0.351339 | StrengthTraining.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class ScholarlyArticle(BaseModel):
"""A scholarly article.
References:
https://schema.org/ScholarlyArticle
Note:
Model Depth 4
Attributes:
potentialAction... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/ScholarlyArticle.py | 0.923519 | 0.346818 | ScholarlyArticle.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class LearningResource(BaseModel):
"""The LearningResource type can be used to indicate [[CreativeWork]]s (whether physical or digital) that have a particular and explicit orientation towards... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/LearningResource.py | 0.931991 | 0.485295 | LearningResource.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class BodyMeasurementHeight(BaseModel):
"""Body height (measured between crown of head and soles of feet). Used, for example, to fit jackets.
References:
https://schema.org/BodyM... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/BodyMeasurementHeight.py | 0.946113 | 0.391173 | BodyMeasurementHeight.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class Invoice(BaseModel):
"""A statement of the money due for goods or services; a bill.
References:
https://schema.org/Invoice
Note:
Model Depth 3
Attributes:
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Invoice.py | 0.939206 | 0.333313 | Invoice.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class ApartmentComplex(BaseModel):
"""Residence type: Apartment complex.
References:
https://schema.org/ApartmentComplex
Note:
Model Depth 4
Attributes:
p... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/ApartmentComplex.py | 0.940003 | 0.561275 | ApartmentComplex.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class StagedContent(BaseModel):
"""Content coded 'staged content' in a [[MediaReview]], considered in the context of how it was published or shared.For a [[VideoObject]] to be 'staged content... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/StagedContent.py | 0.945159 | 0.368434 | StagedContent.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class ActionStatusType(BaseModel):
"""The status of an Action.
References:
https://schema.org/ActionStatusType
Note:
Model Depth 5
Attributes:
potentialAc... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/ActionStatusType.py | 0.940912 | 0.323313 | ActionStatusType.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class Otolaryngologic(BaseModel):
"""A specific branch of medical science that is concerned with the ear, nose and throat and their respective disease states.
References:
https:/... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Otolaryngologic.py | 0.907289 | 0.417509 | Otolaryngologic.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class Muscle(BaseModel):
"""A muscle is an anatomical structure consisting of a contractile form of tissue that animals use to effect movement.
References:
https://schema.org/Mus... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Muscle.py | 0.937939 | 0.335514 | Muscle.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class SingleCenterTrial(BaseModel):
"""A trial that takes place at a single center.
References:
https://schema.org/SingleCenterTrial
Note:
Model Depth 6
Attribute... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/SingleCenterTrial.py | 0.9455 | 0.329513 | SingleCenterTrial.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class SatireOrParodyContent(BaseModel):
"""Content coded 'satire or parody content' in a [[MediaReview]], considered in the context of how it was published or shared.For a [[VideoObject]] to ... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/SatireOrParodyContent.py | 0.942698 | 0.357007 | SatireOrParodyContent.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class UnclassifiedAdultConsideration(BaseModel):
"""The item is suitable only for adults, without indicating why. Due to widespread use of "adult" as a euphemism for "sexual", many such items... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/UnclassifiedAdultConsideration.py | 0.943321 | 0.370539 | UnclassifiedAdultConsideration.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class ElectronicsStore(BaseModel):
"""An electronics store.
References:
https://schema.org/ElectronicsStore
Note:
Model Depth 5
Attributes:
potentialActio... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/ElectronicsStore.py | 0.876766 | 0.300971 | ElectronicsStore.py | pypi |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.