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 GroupBoardingPolicy(BaseModel):
"""The airline boards by groups based on check-in time, priority, etc.
References:
https://schema.org/GroupBoardingPolicy
Note:
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/GroupBoardingPolicy.py | 0.937017 | 0.313433 | GroupBoardingPolicy.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class LeftHandDriving(BaseModel):
"""The steering position is on the left side of the vehicle (viewed from the main direction of driving).
References:
https://schema.org/LeftHand... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/LeftHandDriving.py | 0.969785 | 0.474083 | LeftHandDriving.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class BuddhistTemple(BaseModel):
"""A Buddhist temple.
References:
https://schema.org/BuddhistTemple
Note:
Model Depth 5
Attributes:
potentialAction: (Opt... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/BuddhistTemple.py | 0.938513 | 0.604691 | BuddhistTemple.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class GardenStore(BaseModel):
"""A garden store.
References:
https://schema.org/GardenStore
Note:
Model Depth 5
Attributes:
potentialAction: (Optional[Uni... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/GardenStore.py | 0.880097 | 0.339417 | GardenStore.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class Time(BaseModel):
"""A point in time recurring on multiple days in the form hh:mm:ss[Z|(+|-)hh:mm] (see [XML schema for details](http://www.w3.org/TR/xmlschema-2/#time)).
References... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Time.py | 0.936735 | 0.357904 | Time.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class SpokenWordAlbum(BaseModel):
"""SpokenWordAlbum.
References:
https://schema.org/SpokenWordAlbum
Note:
Model Depth 5
Attributes:
potentialAction: (Opt... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/SpokenWordAlbum.py | 0.941426 | 0.300104 | SpokenWordAlbum.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class SaleEvent(BaseModel):
"""Event type: Sales event.
References:
https://schema.org/SaleEvent
Note:
Model Depth 3
Attributes:
potentialAction: (Optiona... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/SaleEvent.py | 0.916717 | 0.32662 | SaleEvent.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class ContagiousnessHealthAspect(BaseModel):
"""Content about contagion mechanisms and contagiousness information over the topic.
References:
https://schema.org/ContagiousnessHea... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/ContagiousnessHealthAspect.py | 0.940647 | 0.32314 | ContagiousnessHealthAspect.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class Gene(BaseModel):
"""A discrete unit of inheritance which affects one or more biological traits (Source: [https://en.wikipedia.org/wiki/Gene](https://en.wikipedia.org/wiki/Gene)). Exampl... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Gene.py | 0.93051 | 0.473779 | Gene.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class DeliveryEvent(BaseModel):
"""An event involving the delivery of an item.
References:
https://schema.org/DeliveryEvent
Note:
Model Depth 3
Attributes:
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/DeliveryEvent.py | 0.923545 | 0.340759 | DeliveryEvent.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class SomeProducts(BaseModel):
"""A placeholder for multiple similar products of the same kind.
References:
https://schema.org/SomeProducts
Note:
Model Depth 3
At... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/SomeProducts.py | 0.9294 | 0.422564 | SomeProducts.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class VideoObject(BaseModel):
"""A video file.
References:
https://schema.org/VideoObject
Note:
Model Depth 4
Attributes:
potentialAction: (Optional[Union... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/VideoObject.py | 0.930387 | 0.330633 | VideoObject.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class DefenceEstablishment(BaseModel):
"""A defence establishment, such as an army or navy base.
References:
https://schema.org/DefenceEstablishment
Note:
Model Depth... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/DefenceEstablishment.py | 0.92887 | 0.65285 | DefenceEstablishment.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class AggregateOffer(BaseModel):
"""When a single product is associated with multiple offers (for example, the same pair of shoes is offered by different merchants), then AggregateOffer can b... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/AggregateOffer.py | 0.920905 | 0.44083 | AggregateOffer.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class AgreeAction(BaseModel):
"""The act of expressing a consistency of opinion with the object. An agent agrees to/about an object (a proposition, topic or theme) with participants.
Ref... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/AgreeAction.py | 0.943893 | 0.388299 | AgreeAction.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class DriveWheelConfigurationValue(BaseModel):
"""A value indicating which roadwheels will receive torque.
References:
https://schema.org/DriveWheelConfigurationValue
Note:
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/DriveWheelConfigurationValue.py | 0.948537 | 0.342558 | DriveWheelConfigurationValue.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class MedicalIntangible(BaseModel):
"""A utility class that serves as the umbrella for a number of 'intangible' things in the medical space.
References:
https://schema.org/Medica... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/MedicalIntangible.py | 0.935073 | 0.345906 | MedicalIntangible.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class PrependAction(BaseModel):
"""The act of inserting at the beginning if an ordered collection.
References:
https://schema.org/PrependAction
Note:
Model Depth 6
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/PrependAction.py | 0.937483 | 0.460592 | PrependAction.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class DaySpa(BaseModel):
"""A day spa.
References:
https://schema.org/DaySpa
Note:
Model Depth 5
Attributes:
potentialAction: (Optional[Union[List[Union[s... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/DaySpa.py | 0.875734 | 0.309236 | DaySpa.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class VirtualLocation(BaseModel):
"""An online or virtual location for attending events. For example, one may attend an online seminar or educational event. While a virtual location may be us... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/VirtualLocation.py | 0.954404 | 0.353261 | VirtualLocation.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class ReturnAtKiosk(BaseModel):
"""Specifies that product returns must be made at a kiosk.
References:
https://schema.org/ReturnAtKiosk
Note:
Model Depth 5
Attrib... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/ReturnAtKiosk.py | 0.949259 | 0.308425 | ReturnAtKiosk.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class BedType(BaseModel):
"""A type of bed. This is used for indicating the bed or beds available in an accommodation.
References:
https://schema.org/BedType
Note:
Mo... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/BedType.py | 0.950333 | 0.383122 | BedType.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class BodyMeasurementInsideLeg(BaseModel):
"""Inside leg (measured between crotch and soles of feet). Used, for example, to fit pants.
References:
https://schema.org/BodyMeasurem... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/BodyMeasurementInsideLeg.py | 0.947551 | 0.367582 | BodyMeasurementInsideLeg.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class ItemListOrderAscending(BaseModel):
"""An ItemList ordered with lower values listed first.
References:
https://schema.org/ItemListOrderAscending
Note:
Model Dept... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/ItemListOrderAscending.py | 0.94353 | 0.327426 | ItemListOrderAscending.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class VideoGallery(BaseModel):
"""Web page type: Video gallery page.
References:
https://schema.org/VideoGallery
Note:
Model Depth 6
Attributes:
potential... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/VideoGallery.py | 0.923472 | 0.311577 | VideoGallery.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class FloorPlan(BaseModel):
"""A FloorPlan is an explicit representation of a collection of similar accommodations, allowing the provision of common information (room counts, sizes, layout di... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/FloorPlan.py | 0.959753 | 0.586582 | FloorPlan.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class GenericWebPlatform(BaseModel):
"""Represents the generic notion of the Web Platform. More specific codes include [[MobileWebPlatform]] and [[DesktopWebPlatform]], as an incomplete list.... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/GenericWebPlatform.py | 0.93619 | 0.309924 | GenericWebPlatform.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class ApplyAction(BaseModel):
"""The act of registering to an organization/service without the guarantee to receive it.Related actions:* [[RegisterAction]]: Unlike RegisterAction, ApplyAction... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/ApplyAction.py | 0.938124 | 0.440289 | ApplyAction.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class BroadcastEvent(BaseModel):
"""An over the air or online broadcast event.
References:
https://schema.org/BroadcastEvent
Note:
Model Depth 4
Attributes:
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/BroadcastEvent.py | 0.927708 | 0.340321 | BroadcastEvent.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class ParcelDelivery(BaseModel):
"""The delivery of a parcel either via the postal service or a commercial service.
References:
https://schema.org/ParcelDelivery
Note:
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/ParcelDelivery.py | 0.943125 | 0.33231 | ParcelDelivery.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class SuperficialAnatomy(BaseModel):
"""Anatomical features that can be observed by sight (without dissection), including the form and proportions of the human body as well as surface landmar... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/SuperficialAnatomy.py | 0.93253 | 0.608594 | SuperficialAnatomy.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class Airline(BaseModel):
"""An organization that provides flights for passengers.
References:
https://schema.org/Airline
Note:
Model Depth 3
Attributes:
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Airline.py | 0.870129 | 0.377971 | Airline.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class OverviewHealthAspect(BaseModel):
"""Overview of the content. Contains a summarized view of the topic with the most relevant information for an introduction.
References:
htt... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/OverviewHealthAspect.py | 0.950053 | 0.362292 | OverviewHealthAspect.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class DataFeed(BaseModel):
"""A single feed providing structured information about one or more entities or topics.
References:
https://schema.org/DataFeed
Note:
Model... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/DataFeed.py | 0.932749 | 0.344251 | DataFeed.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class SizeSpecification(BaseModel):
"""Size related properties of a product, typically a size code ([[name]]) and optionally a [[sizeSystem]], [[sizeGroup]], and product measurements ([[hasMe... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/SizeSpecification.py | 0.937045 | 0.5083 | SizeSpecification.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class Question(BaseModel):
"""A specific question - e.g. from a user seeking answers online, or collected in a Frequently Asked Questions (FAQ) document.
References:
https://sche... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Question.py | 0.92391 | 0.375163 | Question.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class AboutPage(BaseModel):
"""Web page type: About page.
References:
https://schema.org/AboutPage
Note:
Model Depth 4
Attributes:
potentialAction: (Optio... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/AboutPage.py | 0.926868 | 0.281962 | AboutPage.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class Surgical(BaseModel):
"""A specific branch of medical science that pertains to treating diseases, injuries and deformities by manual and instrumental means.
References:
http... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Surgical.py | 0.932484 | 0.359701 | Surgical.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class SingleFamilyResidence(BaseModel):
"""Residence type: Single-family home.
References:
https://schema.org/SingleFamilyResidence
Note:
Model Depth 5
Attributes... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/SingleFamilyResidence.py | 0.943308 | 0.559531 | SingleFamilyResidence.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class FurnitureStore(BaseModel):
"""A furniture store.
References:
https://schema.org/FurnitureStore
Note:
Model Depth 5
Attributes:
potentialAction: (Opt... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/FurnitureStore.py | 0.881207 | 0.362066 | FurnitureStore.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class WearableSizeGroupBig(BaseModel):
"""Size group "Big" for wearables.
References:
https://schema.org/WearableSizeGroupBig
Note:
Model Depth 6
Attributes:
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/WearableSizeGroupBig.py | 0.940749 | 0.300515 | WearableSizeGroupBig.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class LaboratoryScience(BaseModel):
"""A medical science pertaining to chemical, hematological, immunologic, microscopic, or bacteriological diagnostic analyses or research.
References:
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/LaboratoryScience.py | 0.928946 | 0.37843 | LaboratoryScience.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class WriteAction(BaseModel):
"""The act of authoring written creative content.
References:
https://schema.org/WriteAction
Note:
Model Depth 4
Attributes:
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/WriteAction.py | 0.934305 | 0.359167 | WriteAction.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class CheckoutPage(BaseModel):
"""Web page type: Checkout page.
References:
https://schema.org/CheckoutPage
Note:
Model Depth 4
Attributes:
potentialActio... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/CheckoutPage.py | 0.923674 | 0.307689 | CheckoutPage.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class WearableMeasurementSleeve(BaseModel):
"""Measurement of the sleeve length, for example of a shirt
References:
https://schema.org/WearableMeasurementSleeve
Note:
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/WearableMeasurementSleeve.py | 0.946584 | 0.33887 | WearableMeasurementSleeve.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class MedicalTrialDesign(BaseModel):
"""Design models for medical trials. Enumerated type.
References:
https://schema.org/MedicalTrialDesign
Note:
Model Depth 5
A... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/MedicalTrialDesign.py | 0.941547 | 0.300232 | MedicalTrialDesign.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class MedicalContraindication(BaseModel):
"""A condition or factor that serves as a reason to withhold a certain medical therapy. Contraindications can be absolute (there are no reasonable ci... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/MedicalContraindication.py | 0.935641 | 0.358802 | MedicalContraindication.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class ReturnShippingFees(BaseModel):
"""Specifies that the customer must pay the return shipping costs when returning a product.
References:
https://schema.org/ReturnShippingFees... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/ReturnShippingFees.py | 0.949983 | 0.330012 | ReturnShippingFees.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class ShoppingCenter(BaseModel):
"""A shopping center or mall.
References:
https://schema.org/ShoppingCenter
Note:
Model Depth 4
Attributes:
potentialActi... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/ShoppingCenter.py | 0.861217 | 0.35869 | ShoppingCenter.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class PostalCodeRangeSpecification(BaseModel):
"""Indicates a range of postal codes, usually defined as the set of valid codes between [[postalCodeBegin]] and [[postalCodeEnd]], inclusively.
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/PostalCodeRangeSpecification.py | 0.940966 | 0.333761 | PostalCodeRangeSpecification.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class UserBlocks(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, alongs... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/UserBlocks.py | 0.922831 | 0.343975 | UserBlocks.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class GameAvailabilityEnumeration(BaseModel):
"""For a [[VideoGame]], such as used with a [[PlayGameAction]], an enumeration of the kind of game availability offered.
References:
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/GameAvailabilityEnumeration.py | 0.948082 | 0.333408 | GameAvailabilityEnumeration.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class BusinessFunction(BaseModel):
"""The business function specifies the type of activity or access (i.e., the bundle of rights) offered by the organization or business person through the of... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/BusinessFunction.py | 0.931025 | 0.262641 | BusinessFunction.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class Landform(BaseModel):
"""A landform or physical feature. Landform elements include mountains, plains, lakes, rivers, seascape and oceanic waterbody interface features such as bays, peni... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Landform.py | 0.939227 | 0.607692 | Landform.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class Product(BaseModel):
"""Any offered product or service. For example: a pair of shoes; a concert ticket; the rental of a car; a haircut; or an episode of a TV show streamed online.
R... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Product.py | 0.937376 | 0.471102 | Product.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class SubscribeAction(BaseModel):
"""The act of forming a personal connection with someone/something (object) unidirectionally/asymmetrically to get updates pushed to.Related actions:* [[Foll... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/SubscribeAction.py | 0.941196 | 0.373504 | SubscribeAction.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class ReactAction(BaseModel):
"""The act of responding instinctively and emotionally to an object, expressing a sentiment.
References:
https://schema.org/ReactAction
Note:
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/ReactAction.py | 0.926713 | 0.37691 | ReactAction.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class TypeAndQuantityNode(BaseModel):
"""A structured value indicating the quantity, unit of measurement, and business function of goods included in a bundle offer.
References:
h... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/TypeAndQuantityNode.py | 0.956084 | 0.40645 | TypeAndQuantityNode.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class LowCalorieDiet(BaseModel):
"""A diet focused on reduced calorie intake.
References:
https://schema.org/LowCalorieDiet
Note:
Model Depth 5
Attributes:
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/LowCalorieDiet.py | 0.940168 | 0.336113 | LowCalorieDiet.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class Barcode(BaseModel):
"""An image of a visual machine-readable code such as a barcode or QR code.
References:
https://schema.org/Barcode
Note:
Model Depth 5
A... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Barcode.py | 0.928079 | 0.376766 | Barcode.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class Joint(BaseModel):
"""The anatomical location at which two or more bones make contact.
References:
https://schema.org/Joint
Note:
Model Depth 4
Attributes:
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Joint.py | 0.932002 | 0.368661 | Joint.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class HomeAndConstructionBusiness(BaseModel):
"""A construction business.A HomeAndConstructionBusiness is a [[LocalBusiness]] that provides services around homes and buildings.As a [[LocalBus... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/HomeAndConstructionBusiness.py | 0.872293 | 0.412885 | HomeAndConstructionBusiness.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class AdvertiserContentArticle(BaseModel):
"""An [[Article]] that an external entity has paid to place or to produce to its specifications. Includes [advertorials](https://en.wikipedia.org/wi... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/AdvertiserContentArticle.py | 0.938145 | 0.400808 | AdvertiserContentArticle.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class OrganizeAction(BaseModel):
"""The act of manipulating/administering/supervising/controlling one or more objects.
References:
https://schema.org/OrganizeAction
Note:
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/OrganizeAction.py | 0.930134 | 0.430207 | OrganizeAction.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class MedicalAudience(BaseModel):
"""Target audiences for medical web pages.
References:
https://schema.org/MedicalAudience
Note:
Model Depth 4
Attributes:
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/MedicalAudience.py | 0.9123 | 0.38445 | MedicalAudience.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class DataCatalog(BaseModel):
"""A collection of datasets.
References:
https://schema.org/DataCatalog
Note:
Model Depth 3
Attributes:
potentialAction: (Op... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/DataCatalog.py | 0.928153 | 0.338952 | DataCatalog.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class OnlineBusiness(BaseModel):
"""A particular online business, either standalone or the online part of a broader organization. Examples include an eCommerce site, an online travel booking ... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/OnlineBusiness.py | 0.879199 | 0.44553 | OnlineBusiness.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class FDAcategoryX(BaseModel):
"""A designation by the US FDA signifying that studies in animals or humans have demonstrated fetal abnormalities and/or there is positive evidence of human fet... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/FDAcategoryX.py | 0.926885 | 0.422445 | FDAcategoryX.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class VoteAction(BaseModel):
"""The act of expressing a preference from a fixed/finite/structured set of choices/options.
References:
https://schema.org/VoteAction
Note:
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/VoteAction.py | 0.936307 | 0.422683 | VoteAction.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class Nose(BaseModel):
"""Nose function assessment with clinical examination.
References:
https://schema.org/Nose
Note:
Model Depth 5
Attributes:
potentia... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Nose.py | 0.906684 | 0.348534 | Nose.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class PhysicalActivityCategory(BaseModel):
"""Categories of physical activity, organized by physiologic classification.
References:
https://schema.org/PhysicalActivityCategory
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/PhysicalActivityCategory.py | 0.940161 | 0.318459 | PhysicalActivityCategory.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class CohortStudy(BaseModel):
"""Also known as a panel study. A cohort study is a form of longitudinal study used in medicine and social science. It is one type of study design and should be ... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/CohortStudy.py | 0.937412 | 0.464537 | CohortStudy.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class Nonprofit501c21(BaseModel):
"""Nonprofit501c21: Non-profit type referring to Black Lung Benefit Trusts.
References:
https://schema.org/Nonprofit501c21
Note:
Mod... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Nonprofit501c21.py | 0.944893 | 0.270559 | Nonprofit501c21.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class BikeStore(BaseModel):
"""A bike store.
References:
https://schema.org/BikeStore
Note:
Model Depth 5
Attributes:
potentialAction: (Optional[Union[Lis... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/BikeStore.py | 0.877004 | 0.31215 | BikeStore.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class ComicCoverArt(BaseModel):
"""The artwork on the cover of a comic.
References:
https://schema.org/ComicCoverArt
Note:
Model Depth 4
Attributes:
poten... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/ComicCoverArt.py | 0.917465 | 0.337094 | ComicCoverArt.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class AppendAction(BaseModel):
"""The act of inserting at the end if an ordered collection.
References:
https://schema.org/AppendAction
Note:
Model Depth 6
Attrib... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/AppendAction.py | 0.936489 | 0.431105 | AppendAction.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class SteeringPositionValue(BaseModel):
"""A value indicating a steering position.
References:
https://schema.org/SteeringPositionValue
Note:
Model Depth 5
Attrib... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/SteeringPositionValue.py | 0.944931 | 0.389924 | SteeringPositionValue.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class ConfirmAction(BaseModel):
"""The act of notifying someone that a future event/action is going to happen as expected.Related actions:* [[CancelAction]]: The antonym of ConfirmAction.
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/ConfirmAction.py | 0.918713 | 0.438485 | ConfirmAction.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class HealthCare(BaseModel):
"""HealthCare: this is a benefit for health care.
References:
https://schema.org/HealthCare
Note:
Model Depth 5
Attributes:
p... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/HealthCare.py | 0.944957 | 0.32294 | HealthCare.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class InformAction(BaseModel):
"""The act of notifying someone of information pertinent to them, with no expectation of a response.
References:
https://schema.org/InformAction
... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/InformAction.py | 0.925748 | 0.449997 | InformAction.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class PreventionHealthAspect(BaseModel):
"""Information about actions or measures that can be taken to avoid getting the topic or reaching a critical situation related to the topic.
Refe... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/PreventionHealthAspect.py | 0.949623 | 0.344664 | PreventionHealthAspect.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class OccupationalExperienceRequirements(BaseModel):
"""Indicates employment-related experience requirements, e.g. [[monthsOfExperience]].
References:
https://schema.org/Occupati... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/OccupationalExperienceRequirements.py | 0.941156 | 0.325293 | OccupationalExperienceRequirements.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class ProfessionalService(BaseModel):
"""Original definition: "provider of professional services."The general [[ProfessionalService]] type for local businesses was deprecated due to confusion... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/ProfessionalService.py | 0.890402 | 0.343039 | ProfessionalService.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class Store(BaseModel):
"""A retail good store.
References:
https://schema.org/Store
Note:
Model Depth 4
Attributes:
potentialAction: (Optional[Union[List... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Store.py | 0.878536 | 0.368349 | Store.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class PropertyValue(BaseModel):
"""A property-value pair, e.g. representing a feature of a product or place. Use the 'name' property for the name of the property. If there is an additional hu... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/PropertyValue.py | 0.953514 | 0.392744 | PropertyValue.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class MusicReleaseFormatType(BaseModel):
"""Format of this release (the type of recording media used, i.e. compact disc, digital media, LP, etc.).
References:
https://schema.org/... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/MusicReleaseFormatType.py | 0.932928 | 0.307033 | MusicReleaseFormatType.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class Festival(BaseModel):
"""Event type: Festival.
References:
https://schema.org/Festival
Note:
Model Depth 3
Attributes:
potentialAction: (Optional[Uni... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/Festival.py | 0.91939 | 0.358718 | Festival.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class ItemAvailability(BaseModel):
"""A list of possible product availability options.
References:
https://schema.org/ItemAvailability
Note:
Model Depth 4
Attribu... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/ItemAvailability.py | 0.93972 | 0.30022 | ItemAvailability.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class TrainStation(BaseModel):
"""A train station.
References:
https://schema.org/TrainStation
Note:
Model Depth 4
Attributes:
potentialAction: (Optional[... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/TrainStation.py | 0.945739 | 0.546375 | TrainStation.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class ReturnAction(BaseModel):
"""The act of returning to the origin that which was previously received (concrete objects) or taken (ownership).
References:
https://schema.org/Re... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/ReturnAction.py | 0.93402 | 0.392104 | ReturnAction.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class SoundtrackAlbum(BaseModel):
"""SoundtrackAlbum.
References:
https://schema.org/SoundtrackAlbum
Note:
Model Depth 5
Attributes:
potentialAction: (Opt... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/SoundtrackAlbum.py | 0.939616 | 0.309663 | SoundtrackAlbum.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class GovernmentOrganization(BaseModel):
"""A governmental organization or agency.
References:
https://schema.org/GovernmentOrganization
Note:
Model Depth 3
Attri... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/GovernmentOrganization.py | 0.864167 | 0.356587 | GovernmentOrganization.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class MusicEvent(BaseModel):
"""Event type: Music event.
References:
https://schema.org/MusicEvent
Note:
Model Depth 3
Attributes:
potentialAction: (Optio... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/MusicEvent.py | 0.925987 | 0.298536 | MusicEvent.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class EUEnergyEfficiencyCategoryA(BaseModel):
"""Represents EU Energy Efficiency Class A 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/EUEnergyEfficiencyCategoryA.py | 0.943484 | 0.31875 | EUEnergyEfficiencyCategoryA.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class MusicAlbumProductionType(BaseModel):
"""Classification of the album by its type of content: soundtrack, live album, studio album, etc.
References:
https://schema.org/MusicA... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/MusicAlbumProductionType.py | 0.936583 | 0.301426 | MusicAlbumProductionType.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class MixedEventAttendanceMode(BaseModel):
"""MixedEventAttendanceMode - an event that is conducted as a combination of both offline and online modes.
References:
https://schema.... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/MixedEventAttendanceMode.py | 0.947381 | 0.341171 | MixedEventAttendanceMode.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class MeetingRoom(BaseModel):
"""A meeting room, conference room, or conference hall is a room provided for singular events such as business conferences and meetings (source: Wikipedia, the f... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/MeetingRoom.py | 0.939471 | 0.586256 | MeetingRoom.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class CompleteDataFeed(BaseModel):
"""A [[CompleteDataFeed]] is a [[DataFeed]] whose standard representation includes content for every item currently in the feed.This is the equivalent of At... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/CompleteDataFeed.py | 0.888831 | 0.46721 | CompleteDataFeed.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class ClothingStore(BaseModel):
"""A clothing store.
References:
https://schema.org/ClothingStore
Note:
Model Depth 5
Attributes:
potentialAction: (Option... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/ClothingStore.py | 0.877004 | 0.307381 | ClothingStore.py | pypi |
from __future__ import annotations
from datetime import *
from time import *
from typing import *
from pydantic import *
class ElementarySchool(BaseModel):
"""An elementary school.
References:
https://schema.org/ElementarySchool
Note:
Model Depth 4
Attributes:
potentialActio... | /schemaorg_types-0.4.0.tar.gz/schemaorg_types-0.4.0/schemaorg_types/ElementarySchool.py | 0.944215 | 0.65285 | ElementarySchool.py | pypi |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.