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 Statement(BaseModel): """A statement about something, for example a fun or interesting fact. If known, the main entity this statement is about can be indicated using mainEntity. For mor...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Statement.py
0.929047
0.385895
Statement.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class Nonprofit501c27(BaseModel): """Nonprofit501c27: Non-profit type referring to State-Sponsored Workers' Compensation Reinsurance Organizations. References: https://schema.org...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Nonprofit501c27.py
0.944549
0.264602
Nonprofit501c27.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class TransitMap(BaseModel): """A transit map. References: https://schema.org/TransitMap Note: Model Depth 5 Attributes: potentialAction: (Optional[Union[...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/TransitMap.py
0.939699
0.315591
TransitMap.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class AskAction(BaseModel): """The act of posing a question / favor to someone.Related actions:* [[ReplyAction]]: Appears generally as a response to AskAction. References: https:...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/AskAction.py
0.932959
0.374648
AskAction.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class MedicalOrganization(BaseModel): """A medical organization (physical or not), such as hospital, institution or clinic. References: https://schema.org/MedicalOrganization ...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/MedicalOrganization.py
0.87105
0.357455
MedicalOrganization.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class BefriendAction(BaseModel): """The act of forming a personal connection with someone (object) mutually/bidirectionally/symmetrically.Related actions:* [[FollowAction]]: Unlike FollowActi...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/BefriendAction.py
0.934984
0.416025
BefriendAction.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class MultiCenterTrial(BaseModel): """A trial that takes place at multiple centers. References: https://schema.org/MultiCenterTrial Note: Model Depth 6 Attributes...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/MultiCenterTrial.py
0.941782
0.326298
MultiCenterTrial.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class FindAction(BaseModel): """The act of finding an object.Related actions:* [[SearchAction]]: FindAction is generally lead by a SearchAction, but not necessarily. References: ...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/FindAction.py
0.93405
0.429908
FindAction.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class OrderDelivered(BaseModel): """OrderStatus representing successful delivery of an order. References: https://schema.org/OrderDelivered Note: Model Depth 6 At...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/OrderDelivered.py
0.943302
0.310747
OrderDelivered.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class Hotel(BaseModel): """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).<br ...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Hotel.py
0.884782
0.421492
Hotel.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class CleaningFee(BaseModel): """Represents the cleaning fee part of the total price for an offered product, for example a vacation rental. References: https://schema.org/Cleanin...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/CleaningFee.py
0.947161
0.362997
CleaningFee.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class CheckAction(BaseModel): """An agent inspects, determines, investigates, inquires, or examines an object's accuracy, quality, condition, or state. References: https://schema...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/CheckAction.py
0.92642
0.449211
CheckAction.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class Boolean(BaseModel): """Boolean: True or False. References: https://schema.org/Boolean Note: Model Depth 5 Attributes: potentialAction: (Optional[Uni...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Boolean.py
0.936539
0.297585
Boolean.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class ShareAction(BaseModel): """The act of distributing content to people for their amusement or edification. References: https://schema.org/ShareAction Note: Model ...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/ShareAction.py
0.924709
0.339567
ShareAction.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class PaymentAutomaticallyApplied(BaseModel): """An automatic payment system is in place and will be used. References: https://schema.org/PaymentAutomaticallyApplied Note: ...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/PaymentAutomaticallyApplied.py
0.944337
0.314419
PaymentAutomaticallyApplied.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class DeleteAction(BaseModel): """The act of editing a recipient by removing one of its objects. References: https://schema.org/DeleteAction Note: Model Depth 4 A...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/DeleteAction.py
0.926412
0.398085
DeleteAction.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class BodyMeasurementUnderbust(BaseModel): """Girth of body just below the bust. Used, for example, to fit women's swimwear. References: https://schema.org/BodyMeasurementUnderbu...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/BodyMeasurementUnderbust.py
0.944151
0.345906
BodyMeasurementUnderbust.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class WearableSizeSystemCN(BaseModel): """Chinese size system for wearables. References: https://schema.org/WearableSizeSystemCN Note: Model Depth 6 Attributes: ...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/WearableSizeSystemCN.py
0.940878
0.306851
WearableSizeSystemCN.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class Photograph(BaseModel): """A photograph. References: https://schema.org/Photograph Note: Model Depth 3 Attributes: potentialAction: (Optional[Union[L...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Photograph.py
0.922117
0.30795
Photograph.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class NightClub(BaseModel): """A nightclub or discotheque. References: https://schema.org/NightClub Note: Model Depth 5 Attributes: potentialAction: (Opti...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/NightClub.py
0.868827
0.367866
NightClub.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class NutritionInformation(BaseModel): """Nutritional information about the recipe. References: https://schema.org/NutritionInformation Note: Model Depth 4 Attrib...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/NutritionInformation.py
0.943341
0.347759
NutritionInformation.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class CarUsageType(BaseModel): """A value indicating a special usage of a car, e.g. commercial rental, driving school, or as a taxi. References: https://schema.org/CarUsageType ...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/CarUsageType.py
0.946461
0.347177
CarUsageType.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class ActiveActionStatus(BaseModel): """An in-progress action (e.g., while watching the movie, or driving to a location). References: https://schema.org/ActiveActionStatus No...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/ActiveActionStatus.py
0.946064
0.332432
ActiveActionStatus.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class EventReservation(BaseModel): """A reservation for an event like a concert, sporting event, or lecture.Note: This type is for information about actual reservations, e.g. in confirmation ...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/EventReservation.py
0.933123
0.377426
EventReservation.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class LegalService(BaseModel): """A LegalService is a business that provides legally-oriented services, advice and representation, e.g. law firms.As a [[LocalBusiness]] it can be described as...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/LegalService.py
0.886107
0.369571
LegalService.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class HowItWorksHealthAspect(BaseModel): """Content that discusses and explains how a particular health-related topic works, e.g. in terms of mechanisms and underlying science. Reference...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/HowItWorksHealthAspect.py
0.943204
0.391726
HowItWorksHealthAspect.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class MedicalAudienceType(BaseModel): """Target audiences types for medical web pages. Enumerated type. References: https://schema.org/MedicalAudienceType Note: Model...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/MedicalAudienceType.py
0.943047
0.32029
MedicalAudienceType.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class FullGameAvailability(BaseModel): """Indicates full game availability. References: https://schema.org/FullGameAvailability Note: Model Depth 5 Attributes: ...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/FullGameAvailability.py
0.938251
0.294354
FullGameAvailability.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class Enumeration(BaseModel): """Lists or enumerations—for example, a list of cuisines or music genres, etc. References: https://schema.org/Enumeration Note: Model De...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Enumeration.py
0.946436
0.323701
Enumeration.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class TelevisionChannel(BaseModel): """A unique instance of a television BroadcastService on a CableOrSatelliteService lineup. References: https://schema.org/TelevisionChannel ...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/TelevisionChannel.py
0.946362
0.321567
TelevisionChannel.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class MedicalEvidenceLevel(BaseModel): """Level of evidence for a medical guideline. Enumerated type. References: https://schema.org/MedicalEvidenceLevel Note: Model ...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/MedicalEvidenceLevel.py
0.944293
0.31629
MedicalEvidenceLevel.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class Preschool(BaseModel): """A preschool. References: https://schema.org/Preschool Note: Model Depth 4 Attributes: potentialAction: (Optional[Union[List...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Preschool.py
0.94651
0.497192
Preschool.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class DataDownload(BaseModel): """All or part of a [[Dataset]] in downloadable form. References: https://schema.org/DataDownload Note: Model Depth 4 Attributes: ...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/DataDownload.py
0.936707
0.341802
DataDownload.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class TrackAction(BaseModel): """An agent tracks an object for updates.Related actions:* [[FollowAction]]: Unlike FollowAction, TrackAction refers to the interest on the location of innanimat...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/TrackAction.py
0.935435
0.366505
TrackAction.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class CurrencyConversionService(BaseModel): """A service to convert funds from one currency to another currency. References: https://schema.org/CurrencyConversionService Note...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/CurrencyConversionService.py
0.888457
0.38004
CurrencyConversionService.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class Hostel(BaseModel): """A hostel - cheap accommodation, often in shared dormitories.<br /><br />See also the <a href="/docs/hotels.html">dedicated document on the use of schema.org for ma...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Hostel.py
0.865991
0.369713
Hostel.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class MedicalImagingTechnique(BaseModel): """Any medical imaging modality typically used for diagnostic purposes. Enumerated type. References: https://schema.org/MedicalImagingTe...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/MedicalImagingTechnique.py
0.943712
0.322499
MedicalImagingTechnique.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class Attorney(BaseModel): """Professional service: Attorney. This type is deprecated - [[LegalService]] is more inclusive and less ambiguous. References: https://schema.org/Atto...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Attorney.py
0.883003
0.346873
Attorney.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class Collection(BaseModel): """A collection of items, e.g. creative works or products. References: https://schema.org/Collection Note: Model Depth 3 Attributes: ...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Collection.py
0.920025
0.317664
Collection.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class GameServer(BaseModel): """Server that provides game interaction in a multiplayer game. References: https://schema.org/GameServer Note: Model Depth 3 Attribu...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/GameServer.py
0.932676
0.313315
GameServer.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class BusinessSupport(BaseModel): """BusinessSupport: this is a benefit for supporting businesses. References: https://schema.org/BusinessSupport Note: Model Depth 5 ...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/BusinessSupport.py
0.943932
0.295789
BusinessSupport.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class InteractionCounter(BaseModel): """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. ...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/InteractionCounter.py
0.952794
0.379206
InteractionCounter.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class Thursday(BaseModel): """The day of the week between Wednesday and Friday. References: https://schema.org/Thursday Note: Model Depth 5 Attributes: po...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Thursday.py
0.925676
0.345022
Thursday.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class BloodTest(BaseModel): """A medical test performed on a sample of a patient's blood. References: https://schema.org/BloodTest Note: Model Depth 4 Attributes:...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/BloodTest.py
0.934283
0.363788
BloodTest.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class ImagingTest(BaseModel): """Any medical imaging modality typically used for diagnostic purposes. References: https://schema.org/ImagingTest Note: Model Depth 4 ...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/ImagingTest.py
0.931991
0.321673
ImagingTest.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class Balance(BaseModel): """Physical activity that is engaged to help maintain posture and balance. References: https://schema.org/Balance Note: Model Depth 5 At...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Balance.py
0.941822
0.312291
Balance.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class WearableSizeGroupWomens(BaseModel): """Size group "Womens" for wearables. References: https://schema.org/WearableSizeGroupWomens Note: Model Depth 6 Attribu...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/WearableSizeGroupWomens.py
0.944061
0.30047
WearableSizeGroupWomens.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class FailedActionStatus(BaseModel): """An action that failed to complete. The action's error property and the HTTP return code contain more information about the failure. References: ...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/FailedActionStatus.py
0.945235
0.321873
FailedActionStatus.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class PaymentComplete(BaseModel): """The payment has been received and processed. References: https://schema.org/PaymentComplete Note: Model Depth 6 Attributes: ...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/PaymentComplete.py
0.919746
0.320914
PaymentComplete.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class PaymentDue(BaseModel): """The payment is due, but still within an acceptable time to be received. References: https://schema.org/PaymentDue Note: Model Depth 6 ...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/PaymentDue.py
0.944868
0.315354
PaymentDue.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class SeeDoctorHealthAspect(BaseModel): """Information about questions that may be asked, when to see a professional, measures before seeing a doctor or content about the first consultation. ...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/SeeDoctorHealthAspect.py
0.944906
0.323768
SeeDoctorHealthAspect.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class Subscription(BaseModel): """Represents the subscription pricing component of the total price for an offered product. References: https://schema.org/Subscription Note: ...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Subscription.py
0.946535
0.334576
Subscription.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class OnlineOnly(BaseModel): """Indicates that the item is available only online. References: https://schema.org/OnlineOnly Note: Model Depth 5 Attributes: ...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/OnlineOnly.py
0.943171
0.312173
OnlineOnly.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class AndroidPlatform(BaseModel): """Represents the broad notion of Android-based operating systems. References: https://schema.org/AndroidPlatform Note: Model Depth ...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/AndroidPlatform.py
0.946324
0.320835
AndroidPlatform.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class MonetaryAmountDistribution(BaseModel): """A statistical distribution of monetary amounts. References: https://schema.org/MonetaryAmountDistribution Note: Model ...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/MonetaryAmountDistribution.py
0.944664
0.391755
MonetaryAmountDistribution.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class CategoryCodeSet(BaseModel): """A set of Category Code values. References: https://schema.org/CategoryCodeSet Note: Model Depth 4 Attributes: potenti...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/CategoryCodeSet.py
0.928263
0.32826
CategoryCodeSet.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class MisconceptionsHealthAspect(BaseModel): """Content about common misconceptions and myths that are related to a topic. References: https://schema.org/MisconceptionsHealthAspe...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/MisconceptionsHealthAspect.py
0.945159
0.327359
MisconceptionsHealthAspect.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class Flight(BaseModel): """An airline flight. References: https://schema.org/Flight Note: Model Depth 4 Attributes: potentialAction: (Optional[Union[List...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Flight.py
0.931595
0.464537
Flight.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class Pond(BaseModel): """A pond. References: https://schema.org/Pond Note: Model Depth 5 Attributes: potentialAction: (Optional[Union[List[Union[str, Any...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Pond.py
0.948394
0.498596
Pond.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class CT(BaseModel): """X-ray computed tomography imaging. References: https://schema.org/CT Note: Model Depth 6 Attributes: potentialAction: (Optional[Un...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/CT.py
0.938625
0.322046
CT.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class UserInteraction(BaseModel): """UserInteraction and its subtypes is an old way of talking about users interacting with pages. It is generally better to use [[Action]]-based vocabulary, a...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/UserInteraction.py
0.921503
0.305304
UserInteraction.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class PeopleAudience(BaseModel): """A set of characteristics belonging to people, e.g. who compose an item's target audience. References: https://schema.org/PeopleAudience No...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/PeopleAudience.py
0.940182
0.327924
PeopleAudience.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class XPathType(BaseModel): """Text representing an XPath (typically but not necessarily version 1.0). References: https://schema.org/XPathType Note: Model Depth 6 ...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/XPathType.py
0.944151
0.32158
XPathType.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class Nonprofit501c26(BaseModel): """Nonprofit501c26: Non-profit type referring to State-Sponsored Organizations Providing Health Coverage for High-Risk Individuals. References: ...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Nonprofit501c26.py
0.945776
0.26159
Nonprofit501c26.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class HomeGoodsStore(BaseModel): """A home goods store. References: https://schema.org/HomeGoodsStore Note: Model Depth 5 Attributes: potentialAction: (Op...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/HomeGoodsStore.py
0.868255
0.359842
HomeGoodsStore.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class Endocrine(BaseModel): """A specific branch of medical science that pertains to diagnosis and treatment of disorders of endocrine glands and their secretions. References: ht...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Endocrine.py
0.929584
0.392337
Endocrine.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class DrugCost(BaseModel): """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 ty...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/DrugCost.py
0.944728
0.47244
DrugCost.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class EventSeries(BaseModel): """A series of [[Event]]s. Included events can relate with the series using the [[superEvent]] property.An EventSeries is a collection of events that share some ...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/EventSeries.py
0.907717
0.648605
EventSeries.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class SiteNavigationElement(BaseModel): """A navigation element of the page. References: https://schema.org/SiteNavigationElement Note: Model Depth 4 Attributes: ...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/SiteNavigationElement.py
0.932323
0.324128
SiteNavigationElement.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class CorrectionComment(BaseModel): """A [[comment]] that corrects [[CreativeWork]]. References: https://schema.org/CorrectionComment Note: Model Depth 4 Attribut...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/CorrectionComment.py
0.928088
0.322126
CorrectionComment.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class CDFormat(BaseModel): """CDFormat. References: https://schema.org/CDFormat Note: Model Depth 5 Attributes: potentialAction: (Optional[Union[List[Unio...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/CDFormat.py
0.938513
0.304468
CDFormat.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class EBook(BaseModel): """Book format: Ebook. References: https://schema.org/EBook Note: Model Depth 5 Attributes: potentialAction: (Optional[Union[List[...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/EBook.py
0.941196
0.308672
EBook.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class Volcano(BaseModel): """A volcano, like Fujisan. References: https://schema.org/Volcano Note: Model Depth 4 Attributes: potentialAction: (Optional[Un...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Volcano.py
0.94528
0.526221
Volcano.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class Flexibility(BaseModel): """Physical activity that is engaged in to improve joint and muscle flexibility. References: https://schema.org/Flexibility Note: Model ...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Flexibility.py
0.943315
0.317241
Flexibility.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class HyperToc(BaseModel): """A HyperToc represents a hypertext table of contents for complex media objects, such as [[VideoObject]], [[AudioObject]]. Items in the table of contents are indic...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/HyperToc.py
0.916978
0.404449
HyperToc.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class InvoicePrice(BaseModel): """Represents the invoice price of an offered product. References: https://schema.org/InvoicePrice Note: Model Depth 5 Attributes: ...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/InvoicePrice.py
0.94419
0.33876
InvoicePrice.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class EffectivenessHealthAspect(BaseModel): """Content about the effectiveness-related aspects of a health topic. References: https://schema.org/EffectivenessHealthAspect Not...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/EffectivenessHealthAspect.py
0.947854
0.335378
EffectivenessHealthAspect.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class Article(BaseModel): """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 ...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Article.py
0.916918
0.374648
Article.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class SeatingMap(BaseModel): """A seating map. References: https://schema.org/SeatingMap Note: Model Depth 5 Attributes: potentialAction: (Optional[Union[...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/SeatingMap.py
0.939011
0.31317
SeatingMap.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class SearchResultsPage(BaseModel): """Web page type: Search results page. References: https://schema.org/SearchResultsPage Note: Model Depth 4 Attributes: ...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/SearchResultsPage.py
0.923747
0.316198
SearchResultsPage.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class AggregateRating(BaseModel): """The average rating based on multiple ratings or reviews. References: https://schema.org/AggregateRating Note: Model Depth 4 A...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/AggregateRating.py
0.939408
0.411229
AggregateRating.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class ShippingRateSettings(BaseModel): """A ShippingRateSettings represents re-usable pieces of shipping information. It is designed for publication on an URL that may be referenced via the [...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/ShippingRateSettings.py
0.94119
0.323794
ShippingRateSettings.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class DeliveryMethod(BaseModel): """A delivery method is a standardized procedure for transferring the product or service to the destination of fulfillment chosen by the customer. Delivery me...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/DeliveryMethod.py
0.936416
0.279794
DeliveryMethod.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class Project(BaseModel): """An enterprise (potentially individual but typically collaborative), planned to achieve a particular aim.Use properties from [[Organization]], [[subOrganization]]/...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Project.py
0.88306
0.384999
Project.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class OnSitePickup(BaseModel): """A DeliveryMethod in which an item is collected on site, e.g. in a store or at a box office. References: https://schema.org/OnSitePickup Note...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/OnSitePickup.py
0.946001
0.305736
OnSitePickup.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class MediaObject(BaseModel): """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 ha...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/MediaObject.py
0.9237
0.370112
MediaObject.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class Nonprofit501c13(BaseModel): """Nonprofit501c13: Non-profit type referring to Cemetery Companies. References: https://schema.org/Nonprofit501c13 Note: Model Dept...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Nonprofit501c13.py
0.94474
0.256925
Nonprofit501c13.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class Consortium(BaseModel): """A Consortium is a membership [[Organization]] whose members are typically Organizations. References: https://schema.org/Consortium Note: ...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Consortium.py
0.897585
0.38604
Consortium.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class CourseInstance(BaseModel): """An instance of a [[Course]] which is distinct from other instances because it is offered at a different time or location or through different media or mode...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/CourseInstance.py
0.922952
0.374019
CourseInstance.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class True_(BaseModel): """The boolean value true. References: https://schema.org/True Note: Model Depth 6 Attributes: potentialAction: (Optional[Union[Li...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/True_.py
0.936851
0.319758
True_.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class BasicIncome(BaseModel): """BasicIncome: this is a benefit for basic income. References: https://schema.org/BasicIncome Note: Model Depth 5 Attributes: ...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/BasicIncome.py
0.944868
0.347814
BasicIncome.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class EducationalOrganization(BaseModel): """An educational organization. References: https://schema.org/EducationalOrganization Note: Model Depth 3 Attributes: ...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/EducationalOrganization.py
0.946275
0.511961
EducationalOrganization.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class DiagnosticProcedure(BaseModel): """A medical procedure intended primarily for diagnostic, as opposed to therapeutic, purposes. References: https://schema.org/DiagnosticProc...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/DiagnosticProcedure.py
0.931412
0.308346
DiagnosticProcedure.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class WearableSizeGroupMisses(BaseModel): """Size group "Misses" (also known as "Missy") for wearables. References: https://schema.org/WearableSizeGroupMisses Note: M...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/WearableSizeGroupMisses.py
0.940456
0.303906
WearableSizeGroupMisses.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class DayOfWeek(BaseModel): """The day of the week, e.g. used to specify to which day the opening hours of an OpeningHoursSpecification refer.Originally, URLs from [GoodRelations](http://purl...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/DayOfWeek.py
0.940161
0.389663
DayOfWeek.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class TransferAction(BaseModel): """The act of transferring/moving (abstract or concrete) animate or inanimate objects from one place to another. References: https://schema.org/T...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/TransferAction.py
0.91938
0.433502
TransferAction.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class WPAdBlock(BaseModel): """An advertising section of the page. References: https://schema.org/WPAdBlock Note: Model Depth 4 Attributes: potentialActio...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/WPAdBlock.py
0.927326
0.331228
WPAdBlock.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class PaymentDeclined(BaseModel): """The payee received the payment, but it was declined for some reason. References: https://schema.org/PaymentDeclined Note: Model D...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/PaymentDeclined.py
0.944549
0.300726
PaymentDeclined.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class Musculoskeletal(BaseModel): """A specific branch of medical science that pertains to diagnosis and treatment of disorders of muscles, ligaments and skeletal system. References: ...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Musculoskeletal.py
0.93549
0.335174
Musculoskeletal.py
pypi
from __future__ import annotations from datetime import * from time import * from typing import * from pydantic import * class GeoCoordinates(BaseModel): """The geographic coordinates of a place or event. References: https://schema.org/GeoCoordinates Note: Model Depth 4 Attributes: ...
/schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/GeoCoordinates.py
0.961795
0.653085
GeoCoordinates.py
pypi