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 UseAction(BaseModel):
"""The act of applying an object to its intended purpose.
References:
https://schema.org/UseAction
Note:
Model Depth 4
Attributes:
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/UseAction.py | 0.932403 | 0.426979 | UseAction.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class BedDetails(BaseModel):
"""An entity holding detailed information about the available bed types, e.g. the quantity of twin beds for a hotel room. For the single case of just one bed of a... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/BedDetails.py | 0.94766 | 0.345712 | BedDetails.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class LodgingBusiness(BaseModel):
"""A lodging business, such as a motel, hotel, or inn.
References:
https://schema.org/LodgingBusiness
Note:
Model Depth 4
Attrib... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/LodgingBusiness.py | 0.881149 | 0.340019 | LodgingBusiness.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class Male(BaseModel):
"""The male gender.
References:
https://schema.org/Male
Note:
Model Depth 5
Attributes:
potentialAction: (Optional[Union[List[Union... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Male.py | 0.9384 | 0.334685 | Male.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class BodyMeasurementHead(BaseModel):
"""Maximum girth of head above the ears. Used, for example, to fit hats.
References:
https://schema.org/BodyMeasurementHead
Note:
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/BodyMeasurementHead.py | 0.950572 | 0.342819 | BodyMeasurementHead.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class OrderPickupAvailable(BaseModel):
"""OrderStatus representing availability of an order for pickup.
References:
https://schema.org/OrderPickupAvailable
Note:
Mode... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/OrderPickupAvailable.py | 0.943796 | 0.300399 | OrderPickupAvailable.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class TheaterGroup(BaseModel):
"""A theater group or company, for example, the Royal Shakespeare Company or Druid Theatre.
References:
https://schema.org/TheaterGroup
Note:
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/TheaterGroup.py | 0.886359 | 0.356587 | TheaterGroup.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class ChildCare(BaseModel):
"""A Childcare center.
References:
https://schema.org/ChildCare
Note:
Model Depth 4
Attributes:
potentialAction: (Optional[Uni... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/ChildCare.py | 0.87892 | 0.32354 | ChildCare.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class LikeAction(BaseModel):
"""The act of expressing a positive sentiment about the object. An agent likes an object (a proposition, topic or theme) with participants.
References:
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/LikeAction.py | 0.936409 | 0.468973 | LikeAction.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class EUEnergyEfficiencyCategoryC(BaseModel):
"""Represents EU Energy Efficiency Class C as defined in EU energy labeling regulations.
References:
https://schema.org/EUEnergyEffi... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/EUEnergyEfficiencyCategoryC.py | 0.943348 | 0.309532 | EUEnergyEfficiencyCategoryC.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class MotorcycleDealer(BaseModel):
"""A motorcycle dealer.
References:
https://schema.org/MotorcycleDealer
Note:
Model Depth 5
Attributes:
potentialAction... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/MotorcycleDealer.py | 0.867331 | 0.378115 | MotorcycleDealer.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class GameServerStatus(BaseModel):
"""Status of a game server.
References:
https://schema.org/GameServerStatus
Note:
Model Depth 5
Attributes:
potentialAc... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/GameServerStatus.py | 0.941257 | 0.320609 | GameServerStatus.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class Nonprofit501c3(BaseModel):
"""Nonprofit501c3: Non-profit type referring to Religious, Educational, Charitable, Scientific, Literary, Testing for Public Safety, Fostering National or Int... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Nonprofit501c3.py | 0.943374 | 0.266536 | Nonprofit501c3.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class AudiobookFormat(BaseModel):
"""Book format: Audiobook. This is an enumerated value for use with the bookFormat property. There is also a type 'Audiobook' in the bib extension which incl... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/AudiobookFormat.py | 0.943958 | 0.337395 | AudiobookFormat.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class Corporation(BaseModel):
"""Organization: A business corporation.
References:
https://schema.org/Corporation
Note:
Model Depth 3
Attributes:
potentia... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Corporation.py | 0.884533 | 0.364156 | Corporation.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class Apartment(BaseModel):
"""An apartment (in American English) or flat (in British English) is a self-contained housing unit (a type of residential real estate) that occupies only part of ... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Apartment.py | 0.931975 | 0.723651 | Apartment.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class MedicalProcedureType(BaseModel):
"""An enumeration that describes different types of medical procedures.
References:
https://schema.org/MedicalProcedureType
Note:
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/MedicalProcedureType.py | 0.942228 | 0.348673 | MedicalProcedureType.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class EmployeeRole(BaseModel):
"""A subclass of OrganizationRole used to describe employee relationships.
References:
https://schema.org/EmployeeRole
Note:
Model Dept... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/EmployeeRole.py | 0.941922 | 0.334807 | EmployeeRole.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class BoatReservation(BaseModel):
"""A reservation for boat travel.Note: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual conf... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/BoatReservation.py | 0.934597 | 0.332107 | BoatReservation.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class LegislativeBuilding(BaseModel):
"""A legislative building—for example, the state capitol.
References:
https://schema.org/LegislativeBuilding
Note:
Model ... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/LegislativeBuilding.py | 0.935722 | 0.65037 | LegislativeBuilding.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class TravelAction(BaseModel):
"""The act of traveling from a fromLocation to a destination by a specified mode of transport, optionally with participants.
References:
https://sc... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/TravelAction.py | 0.933582 | 0.405743 | TravelAction.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class CheckInAction(BaseModel):
"""The act of an agent communicating (service provider, social media, etc) their arrival by registering/confirming for a previously reserved service (e.g. flig... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/CheckInAction.py | 0.9017 | 0.518059 | CheckInAction.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class Class(BaseModel):
"""A class, also often called a 'Type'; equivalent to rdfs:Class.
References:
https://schema.org/Class
Note:
Model Depth 3
Attributes:
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Class.py | 0.943673 | 0.34516 | Class.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class GamePlayMode(BaseModel):
"""Indicates whether this game is multi-player, co-op or single-player.
References:
https://schema.org/GamePlayMode
Note:
Model Depth 4... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/GamePlayMode.py | 0.942639 | 0.306916 | GamePlayMode.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class Event(BaseModel):
"""An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the [[offers]] property. Repeated... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Event.py | 0.917229 | 0.426979 | Event.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class Schedule(BaseModel):
"""A schedule defines a repeating time period used to describe a regularly occurring [[Event]]. At a minimum a schedule will specify [[repeatFrequency]] which descr... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Schedule.py | 0.947143 | 0.541409 | Schedule.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class OrderProblem(BaseModel):
"""OrderStatus representing that there is a problem with the order.
References:
https://schema.org/OrderProblem
Note:
Model Depth 6
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/OrderProblem.py | 0.946175 | 0.323995 | OrderProblem.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class Taxi(BaseModel):
"""A taxi.
References:
https://schema.org/Taxi
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/Taxi.py | 0.896942 | 0.366023 | Taxi.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class XRay(BaseModel):
"""X-ray imaging.
References:
https://schema.org/XRay
Note:
Model Depth 6
Attributes:
potentialAction: (Optional[Union[List[Union[s... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/XRay.py | 0.939053 | 0.328301 | XRay.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class BodyOfWater(BaseModel):
"""A body of water, such as a sea, ocean, or lake.
References:
https://schema.org/BodyOfWater
Note:
Model Depth 4
Attributes:
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/BodyOfWater.py | 0.940051 | 0.672936 | BodyOfWater.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class Courthouse(BaseModel):
"""A courthouse.
References:
https://schema.org/Courthouse
Note:
Model Depth 5
Attributes:
potentialAction: (Optional[Union[L... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Courthouse.py | 0.935058 | 0.615117 | Courthouse.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class NLNonprofitType(BaseModel):
"""NLNonprofitType: Non-profit organization type originating from the Netherlands.
References:
https://schema.org/NLNonprofitType
Note:
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/NLNonprofitType.py | 0.946485 | 0.308672 | NLNonprofitType.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class WearableMeasurementWidth(BaseModel):
"""Measurement of the width, for example of shoes
References:
https://schema.org/WearableMeasurementWidth
Note:
Model Depth... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/WearableMeasurementWidth.py | 0.944536 | 0.359814 | WearableMeasurementWidth.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class SportsOrganization(BaseModel):
"""Represents the collection of all sports organizations, including sports teams, governing bodies, and sports associations.
References:
http... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/SportsOrganization.py | 0.890803 | 0.322499 | SportsOrganization.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class SurgicalProcedure(BaseModel):
"""A medical procedure involving an incision with instruments; performed for diagnose, or therapeutic purposes.
References:
https://schema.org... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/SurgicalProcedure.py | 0.934163 | 0.372762 | SurgicalProcedure.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class MedicineSystem(BaseModel):
"""Systems of medical practice.
References:
https://schema.org/MedicineSystem
Note:
Model Depth 5
Attributes:
potentialAc... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/MedicineSystem.py | 0.939248 | 0.310302 | MedicineSystem.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class RecyclingCenter(BaseModel):
"""A recycling center.
References:
https://schema.org/RecyclingCenter
Note:
Model Depth 4
Attributes:
potentialAction: (... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/RecyclingCenter.py | 0.86757 | 0.376738 | RecyclingCenter.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class EmployerReview(BaseModel):
"""An [[EmployerReview]] is a review of an [[Organization]] regarding its role as an employer, written by a current or former employee of that organization.
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/EmployerReview.py | 0.933643 | 0.336277 | EmployerReview.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class Museum(BaseModel):
"""A museum.
References:
https://schema.org/Museum
Note:
Model Depth 4
Attributes:
potentialAction: (Optional[Union[List[Union[st... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Museum.py | 0.942255 | 0.525856 | Museum.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class TipAction(BaseModel):
"""The act of giving money voluntarily to a beneficiary in recognition of services rendered.
References:
https://schema.org/TipAction
Note:
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/TipAction.py | 0.905257 | 0.428712 | TipAction.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class ReturnLabelDownloadAndPrint(BaseModel):
"""Indicated that a return label must be downloaded and printed by the customer.
References:
https://schema.org/ReturnLabelDownloadA... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/ReturnLabelDownloadAndPrint.py | 0.946163 | 0.324704 | ReturnLabelDownloadAndPrint.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class PercutaneousProcedure(BaseModel):
"""A type of medical procedure that involves percutaneous techniques, where access to organs or tissue is achieved via needle-puncture of the skin. For... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/PercutaneousProcedure.py | 0.935531 | 0.36659 | PercutaneousProcedure.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class PaymentCard(BaseModel):
"""A payment method using a credit, debit, store or other card to associate the payment with an account.
References:
https://schema.org/PaymentCard
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/PaymentCard.py | 0.902122 | 0.361672 | PaymentCard.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class Nonprofit501c28(BaseModel):
"""Nonprofit501c28: Non-profit type referring to National Railroad Retirement Investment Trusts.
References:
https://schema.org/Nonprofit501c28
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Nonprofit501c28.py | 0.944151 | 0.263232 | Nonprofit501c28.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class DefinitiveLegalValue(BaseModel):
"""Indicates a document for which the text is conclusively what the law says and is legally binding. (E.g. the digitally signed version of an Official J... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/DefinitiveLegalValue.py | 0.936735 | 0.336794 | DefinitiveLegalValue.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class RadioSeries(BaseModel):
"""CreativeWorkSeries dedicated to radio broadcast and associated online delivery.
References:
https://schema.org/RadioSeries
Note:
Mode... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/RadioSeries.py | 0.912202 | 0.348257 | RadioSeries.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class SizeSystemMetric(BaseModel):
"""Metric size system.
References:
https://schema.org/SizeSystemMetric
Note:
Model Depth 5
Attributes:
potentialAction:... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/SizeSystemMetric.py | 0.940428 | 0.309741 | SizeSystemMetric.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class PublicToilet(BaseModel):
"""A public toilet is a room or small building containing one or more toilets (and possibly also urinals) which is available for use by the general public, or b... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/PublicToilet.py | 0.936285 | 0.619874 | PublicToilet.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class WPHeader(BaseModel):
"""The header section of the page.
References:
https://schema.org/WPHeader
Note:
Model Depth 4
Attributes:
potentialAction: (Op... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/WPHeader.py | 0.928202 | 0.3143 | WPHeader.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class InternationalTrial(BaseModel):
"""An international trial.
References:
https://schema.org/InternationalTrial
Note:
Model Depth 6
Attributes:
potentia... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/InternationalTrial.py | 0.939206 | 0.30232 | InternationalTrial.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class Substance(BaseModel):
"""Any matter of defined composition that has discrete existence, whose origin may be biological, mineral or chemical.
References:
https://schema.org/... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Substance.py | 0.9476 | 0.372106 | Substance.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class CassetteFormat(BaseModel):
"""CassetteFormat.
References:
https://schema.org/CassetteFormat
Note:
Model Depth 5
Attributes:
potentialAction: (Option... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/CassetteFormat.py | 0.940367 | 0.313288 | CassetteFormat.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class Canal(BaseModel):
"""A canal, like the Panama Canal.
References:
https://schema.org/Canal
Note:
Model Depth 5
Attributes:
potentialAction: (Optional... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Canal.py | 0.944498 | 0.523664 | Canal.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class ResearchOrganization(BaseModel):
"""A Research Organization (e.g. scientific institute, research company).
References:
https://schema.org/ResearchOrganization
Note:
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/ResearchOrganization.py | 0.880271 | 0.380356 | ResearchOrganization.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class PotentialActionStatus(BaseModel):
"""A description of an action that is supported.
References:
https://schema.org/PotentialActionStatus
Note:
Model Depth 6
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/PotentialActionStatus.py | 0.94408 | 0.316818 | PotentialActionStatus.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class InsuranceAgency(BaseModel):
"""An Insurance agency.
References:
https://schema.org/InsuranceAgency
Note:
Model Depth 5
Attributes:
potentialAction: ... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/InsuranceAgency.py | 0.882946 | 0.374219 | InsuranceAgency.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class MedicalTest(BaseModel):
"""Any medical test, typically performed for diagnostic purposes.
References:
https://schema.org/MedicalTest
Note:
Model Depth 3
Att... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/MedicalTest.py | 0.93456 | 0.321407 | MedicalTest.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class Vein(BaseModel):
"""A type of blood vessel that specifically carries blood to the heart.
References:
https://schema.org/Vein
Note:
Model Depth 5
Attributes:... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Vein.py | 0.933325 | 0.391784 | Vein.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class Locksmith(BaseModel):
"""A locksmith.
References:
https://schema.org/Locksmith
Note:
Model Depth 5
Attributes:
potentialAction: (Optional[Union[List... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Locksmith.py | 0.877069 | 0.30266 | Locksmith.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class HowToDirection(BaseModel):
"""A direction indicating a single action to do in the instructions for how to achieve a result.
References:
https://schema.org/HowToDirection
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/HowToDirection.py | 0.918322 | 0.430387 | HowToDirection.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class FastFoodRestaurant(BaseModel):
"""A fast-food restaurant.
References:
https://schema.org/FastFoodRestaurant
Note:
Model Depth 5
Attributes:
potentia... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/FastFoodRestaurant.py | 0.844072 | 0.344471 | FastFoodRestaurant.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class UserComments(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, alon... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/UserComments.py | 0.923152 | 0.350505 | UserComments.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class Optometric(BaseModel):
"""The science or practice of testing visual acuity and prescribing corrective lenses.
References:
https://schema.org/Optometric
Note:
Mo... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Optometric.py | 0.913464 | 0.366476 | Optometric.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class Radiography(BaseModel):
"""Radiography is an imaging technique that uses electromagnetic radiation other than visible light, especially X-rays, to view the internal structure of a non-u... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Radiography.py | 0.909546 | 0.385664 | Radiography.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class MovieSeries(BaseModel):
"""A series of movies. Included movies can be indicated with the hasPart property.
References:
https://schema.org/MovieSeries
Note:
Mode... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/MovieSeries.py | 0.911135 | 0.35393 | MovieSeries.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class Newspaper(BaseModel):
"""A publication containing information about varied topics that are pertinent to general information, a geographic area, or a specific subject matter (i.e. busine... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Newspaper.py | 0.913368 | 0.382718 | Newspaper.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class EventAttendanceModeEnumeration(BaseModel):
"""An EventAttendanceModeEnumeration value is one of potentially several modes of organising an event, relating to whether it is online or off... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/EventAttendanceModeEnumeration.py | 0.940374 | 0.304197 | EventAttendanceModeEnumeration.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class Comment(BaseModel):
"""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]], propertie... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Comment.py | 0.934507 | 0.35855 | Comment.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class RearWheelDriveConfiguration(BaseModel):
"""Real-wheel drive is a transmission layout where the engine drives the rear wheels.
References:
https://schema.org/RearWheelDriveC... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/RearWheelDriveConfiguration.py | 0.941426 | 0.330728 | RearWheelDriveConfiguration.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class Nonprofit501c17(BaseModel):
"""Nonprofit501c17: Non-profit type referring to Supplemental Unemployment Benefit Trusts.
References:
https://schema.org/Nonprofit501c17
No... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Nonprofit501c17.py | 0.942009 | 0.266766 | Nonprofit501c17.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class WarrantyPromise(BaseModel):
"""A structured value representing the duration and scope of services that will be provided to a customer free of charge in case of a defect or malfunction o... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/WarrantyPromise.py | 0.943321 | 0.356979 | WarrantyPromise.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class Abdomen(BaseModel):
"""Abdomen clinical examination.
References:
https://schema.org/Abdomen
Note:
Model Depth 5
Attributes:
potentialAction: (Option... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Abdomen.py | 0.900681 | 0.271638 | Abdomen.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class PrognosisHealthAspect(BaseModel):
"""Typical progression and happenings of life course of the topic.
References:
https://schema.org/PrognosisHealthAspect
Note:
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/PrognosisHealthAspect.py | 0.945576 | 0.349339 | PrognosisHealthAspect.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class ConsumeAction(BaseModel):
"""The act of ingesting information/resources/food.
References:
https://schema.org/ConsumeAction
Note:
Model Depth 3
Attributes:
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/ConsumeAction.py | 0.928104 | 0.411525 | ConsumeAction.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class PartiallyInForce(BaseModel):
"""Indicates that parts of the legislation are in force, and parts are not.
References:
https://schema.org/PartiallyInForce
Note:
M... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/PartiallyInForce.py | 0.945851 | 0.346486 | PartiallyInForce.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class BusStop(BaseModel):
"""A bus stop.
References:
https://schema.org/BusStop
Note:
Model Depth 4
Attributes:
potentialAction: (Optional[Union[List[Unio... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/BusStop.py | 0.945033 | 0.518607 | BusStop.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class InsertAction(BaseModel):
"""The act of adding at a specific location in an ordered collection.
References:
https://schema.org/InsertAction
Note:
Model Depth 5
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/InsertAction.py | 0.937117 | 0.441071 | InsertAction.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class MedicalEntity(BaseModel):
"""The most generic type of entity related to health and the practice of medicine.
References:
https://schema.org/MedicalEntity
Note:
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/MedicalEntity.py | 0.933066 | 0.393036 | MedicalEntity.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class SkiResort(BaseModel):
"""A ski resort.
References:
https://schema.org/SkiResort
Note:
Model Depth 5
Attributes:
potentialAction: (Optional[Union[Lis... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/SkiResort.py | 0.883789 | 0.357792 | SkiResort.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class BusOrCoach(BaseModel):
"""A bus (also omnibus or autobus) is a road vehicle designed to carry passengers. Coaches are luxury busses, usually in service for long distance travel.
Re... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/BusOrCoach.py | 0.945696 | 0.429429 | BusOrCoach.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class EducationEvent(BaseModel):
"""Event type: Education event.
References:
https://schema.org/EducationEvent
Note:
Model Depth 3
Attributes:
potentialAc... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/EducationEvent.py | 0.926794 | 0.307098 | EducationEvent.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class DigitalAudioTapeFormat(BaseModel):
"""DigitalAudioTapeFormat.
References:
https://schema.org/DigitalAudioTapeFormat
Note:
Model Depth 5
Attributes:
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/DigitalAudioTapeFormat.py | 0.942876 | 0.321034 | DigitalAudioTapeFormat.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class BroadcastRelease(BaseModel):
"""BroadcastRelease.
References:
https://schema.org/BroadcastRelease
Note:
Model Depth 5
Attributes:
potentialAction: (... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/BroadcastRelease.py | 0.939741 | 0.298312 | BroadcastRelease.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class DisagreeAction(BaseModel):
"""The act of expressing a difference of opinion with the object. An agent disagrees to/about an object (a proposition, topic or theme) with participants.
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/DisagreeAction.py | 0.936786 | 0.404184 | DisagreeAction.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class MinimumAdvertisedPrice(BaseModel):
"""Represents the minimum advertised price ("MAP") (as dictated by the manufacturer) of an offered product.
References:
https://schema.or... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/MinimumAdvertisedPrice.py | 0.949669 | 0.349866 | MinimumAdvertisedPrice.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class Recipe(BaseModel):
"""A recipe. For dietary restrictions covered by the recipe, a few common restrictions are enumerated via [[suitableForDiet]]. The [[keywords]] property can also be u... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Recipe.py | 0.934582 | 0.362433 | Recipe.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class StudioAlbum(BaseModel):
"""StudioAlbum.
References:
https://schema.org/StudioAlbum
Note:
Model Depth 5
Attributes:
potentialAction: (Optional[Union[... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/StudioAlbum.py | 0.938428 | 0.293316 | StudioAlbum.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class Wholesale(BaseModel):
"""The drug's cost represents the wholesale acquisition cost of the drug.
References:
https://schema.org/Wholesale
Note:
Model Depth 6
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Wholesale.py | 0.945007 | 0.356055 | Wholesale.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class AlbumRelease(BaseModel):
"""AlbumRelease.
References:
https://schema.org/AlbumRelease
Note:
Model Depth 5
Attributes:
potentialAction: (Optional[Uni... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/AlbumRelease.py | 0.93759 | 0.307423 | AlbumRelease.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class MediaManipulationRatingEnumeration(BaseModel):
"""Codes for use with the [[mediaAuthenticityCategory]] property, indicating the authenticity of a media object (in the context of how it ... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/MediaManipulationRatingEnumeration.py | 0.946621 | 0.353428 | MediaManipulationRatingEnumeration.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class PayAction(BaseModel):
"""An agent pays a price to a participant.
References:
https://schema.org/PayAction
Note:
Model Depth 4
Attributes:
potentialA... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/PayAction.py | 0.921411 | 0.395338 | PayAction.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class TherapeuticProcedure(BaseModel):
"""A medical procedure intended primarily for therapeutic purposes, aimed at improving a health condition.
References:
https://schema.org/T... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/TherapeuticProcedure.py | 0.930671 | 0.325346 | TherapeuticProcedure.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class ActivateAction(BaseModel):
"""The act of starting or activating a device or application (e.g. starting a timer or turning on a flashlight).
References:
https://schema.org/A... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/ActivateAction.py | 0.936916 | 0.400749 | ActivateAction.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class EPRelease(BaseModel):
"""EPRelease.
References:
https://schema.org/EPRelease
Note:
Model Depth 5
Attributes:
potentialAction: (Optional[Union[List[U... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/EPRelease.py | 0.938089 | 0.307514 | EPRelease.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class Tuesday(BaseModel):
"""The day of the week between Monday and Wednesday.
References:
https://schema.org/Tuesday
Note:
Model Depth 5
Attributes:
pote... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Tuesday.py | 0.930695 | 0.349894 | Tuesday.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class HealthInsurancePlan(BaseModel):
"""A US-style health insurance plan, including PPOs, EPOs, and HMOs.
References:
https://schema.org/HealthInsurancePlan
Note:
Mo... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/HealthInsurancePlan.py | 0.904712 | 0.326781 | HealthInsurancePlan.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class AlcoholConsideration(BaseModel):
"""Item contains alcohol or promotes alcohol consumption.
References:
https://schema.org/AlcoholConsideration
Note:
Model Depth... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/AlcoholConsideration.py | 0.944376 | 0.3492 | AlcoholConsideration.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class MobilePhoneStore(BaseModel):
"""A store that sells mobile phones and related accessories.
References:
https://schema.org/MobilePhoneStore
Note:
Model Depth 5
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/MobilePhoneStore.py | 0.88225 | 0.316709 | MobilePhoneStore.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class MusicVideoObject(BaseModel):
"""A music video file.
References:
https://schema.org/MusicVideoObject
Note:
Model Depth 4
Attributes:
potentialAction:... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/MusicVideoObject.py | 0.925061 | 0.304365 | MusicVideoObject.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class HealthPlanFormulary(BaseModel):
"""For a given health insurance plan, the specification for costs and coverage of prescription drugs.
References:
https://schema.org/HealthP... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/HealthPlanFormulary.py | 0.938731 | 0.320781 | HealthPlanFormulary.py | pypi |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.